 :root {
            --brand-50:  #FFDDAC;
            --brand-100: #FFDDAC;
            --brand-200: #FFDDAC;
            --brand-300: #FAAA48;
            --brand-400: #FAAA48;
            --brand-500: #FAAA48;
            --brand-600: #FAAA48;
            --brand-700: #2F0F03;
            --brand-800: #2F0F03;
            --brand-900: #2F0F03;
            --brand-950: #2F0F03;
            --gold-50:  #FFDDAC;
            --gold-100: #FFDDAC;
            --gold-200: #FFDDAC;
            --gold-300: #FFDDAC;
            --gold-400: #FAAA48;
            --gold-500: #FAAA48;
            --gold-600: #FAAA48;
            --gold-700: #2F0F03;
            --gold-800: #2F0F03;
            --gold-900: #2F0F03;
            --sand-50:  #fffaf3;
            --sand-100: #FFDDAC;
            --sand-200: #FFDDAC;
            --sand-300: #FAAA48;
            --sand-400: #FAAA48;
            --sand-500: #2F0F03;
            --slate-600: #5f514b;
            --slate-700: #2F0F03;
            --slate-900: #000000;
            --radius:    20px;
            --radius-sm: 12px;
            --shadow-sm: 0 1px 3px rgba(0,0,0,.06);
            --shadow-md: 0 8px 25px rgba(250, 170, 72, 0.08);
            --shadow-lg: 0 20px 50px rgba(250, 170, 72, 0.14);
            --shadow-3d: 0 18px 40px -12px rgba(250, 170, 72, 0.35), 0 8px 18px -8px rgba(47, 15, 3, 0.25);
        }

        * { box-sizing: border-box; }
        html { scroll-behavior: smooth; scroll-padding-top: 90px; }
        body {
            font-family: 'Inter', system-ui, sans-serif;
            color: var(--slate-700);
            background: #fff;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
            margin: 0;
            overflow-x: hidden;
            perspective: 1800px;
        }
        h1,h2,h3,h4,h5,h6 {
            font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
            font-weight: 800;
            color: var(--slate-900);
            line-height: 1.2;
        }
        p { line-height: 1.7; }
        a { text-decoration: none; transition: color .25s; }
        img { max-width: 100%; }
        .container { max-width: 1140px; }

        /* ---- Section helpers ---- */
        .section-eyebrow {
            display: inline-flex; align-items: center; gap: 8px;
            font-size: 12px; font-weight: 700; letter-spacing: .2em;
            text-transform: uppercase; color: var(--brand-600);
        }
        .section-eyebrow::before,
        .section-eyebrow.center::after {
            content: ''; width: 32px; height: 2px; background: var(--brand-500); border-radius: 2px;
        }
        .section-eyebrow.center { justify-content: center; }
        .section-title { font-size: clamp(1.75rem, 4vw, 2.5rem); margin: 16px 0 0; }
        .section-sub { color: var(--slate-600); font-size: 1rem; margin: 12px 0 0; max-width: 620px; }

        .btn-brand {
            display: inline-flex; align-items: center; justify-content: center; gap: 8px;
            background: linear-gradient(135deg, var(--brand-500), var(--brand-700));
            color: #fff; border: none;
            padding: 12px 28px; border-radius: 50px; font-size: 14px; font-weight: 600;
            font-family: 'Inter', sans-serif; cursor: pointer;
            box-shadow: 0 10px 22px rgba(250,170,72,.35); transition: all .3s;
        }
        .btn-brand:hover { background: linear-gradient(135deg, var(--brand-600), var(--brand-800)); color: #fff; transform: translateY(-3px) scale(1.02); box-shadow: 0 14px 30px rgba(250,170,72,.5); }

        .btn-outline-light {
            display: inline-flex; align-items: center; justify-content: center; gap: 8px;
            border: 2px solid rgba(255,255,255,.7); color: #fff; background: rgba(255,255,255,.06);
            padding: 12px 28px; border-radius: 50px; font-size: 14px; font-weight: 600;
            font-family: 'Inter', sans-serif; cursor: pointer; transition: all .3s;
            backdrop-filter: blur(6px);
        }
        .btn-outline-light:hover { background: #fff; color: var(--brand-700); transform: translateY(-3px) scale(1.02); }

        .btn-donate {
            background: linear-gradient(135deg, var(--gold-400), var(--gold-600)) !important; color: #fff !important;
            border: none !important; border-radius: 50px !important;
            padding: 10px 24px; font-size: 14px; font-weight: 700;
            font-family: 'Inter', sans-serif; cursor: pointer;
            box-shadow: 0 8px 18px rgba(250,170,72,.35); transition: all .3s;
            display: inline-flex; align-items: center; gap: 8px;
        }
        .btn-donate:hover { background: linear-gradient(135deg, var(--gold-500), var(--gold-700)) !important; color: #fff !important; transform: translateY(-3px) scale(1.02); box-shadow: 0 12px 26px rgba(250,170,72,.5); }

        /* ================================================================
           HEADER  — sticky (not fixed) so it never overlaps the slider
           ================================================================ */
        .site-header {
            position: sticky; top: 0; z-index: 1000;
            transition: all .4s;
        }

        .header-top {
            background: var(--brand-950); color: rgba(255,221,172,.92);
            border-bottom: 1px solid rgba(255,255,255,.08);
        }
        .header-top .container { padding-top: 8px; padding-bottom: 8px; }
        .header-top a { color: rgba(255,221,172,.92); }
        .header-top a:hover { color: var(--gold-300); }

        .ulleft { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 24px; font-size: 14px; }
        .ulleft li { display: flex; align-items: center; gap: 8px; }
        .ulleft li i { color: var(--gold-400); }
        .ulleft li span { color: rgba(255,255,255,.2); }

        /* Mobile contact strip — always visible on small screens */
        .mobile-contact-strip {
            display: none;
            background: var(--brand-950);
            color: rgba(255,221,172,.92);
            padding: 6px 14px;
            font-size: 13px;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            border-bottom: 1px solid rgba(255,255,255,.08);
        }
        .mobile-contact-strip .mc-info { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
        .mobile-contact-strip .mc-info a { color: rgba(255,221,172,.92); display: inline-flex; align-items: center; gap: 6px; }
        .mobile-contact-strip .mc-info a i { color: var(--gold-400); font-size: 12px; }
        .mobile-contact-strip .mc-social { display: flex; align-items: center; gap: 4px; }
        .mobile-contact-strip .mc-social a {
            width: 26px; height: 26px; border-radius: 7px;
            background: rgba(255,255,255,.08); color: rgba(255,221,172,.9);
            display: flex; align-items: center; justify-content: center; font-size: 12px;
        }
        .mobile-contact-strip .mc-social a:hover { background: var(--gold-500); color: #fff; }
        .mobile-contact-strip .mc-cta a {
            background: var(--gold-500); color: #fff; border-radius: 50px;
            padding: 4px 12px; font-size: 11px; font-weight: 700; letter-spacing: .04em;
        }
        .mobile-contact-strip .mc-cta a:hover { background: var(--gold-600); }

        .social-icons { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 6px; }
        .social-icons li a {
            display: flex; align-items: center; justify-content: center;
            width: 32px; height: 32px; border-radius: 8px;
            background: rgba(255,255,255,.08); color: rgba(255,221,172,.9);
            font-size: 14px; transition: all .3s;
        }
        .social-icons li a:hover { background: var(--gold-500); color: #fff; transform: translateY(-2px); }

        .btn-bhed { display: flex; align-items: center; gap: 10px; justify-content: flex-end; }
        .btn-bhed .btn-default {
            background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.15);
            border-radius: 50px; padding: 6px 18px; font-size: 12px; font-weight: 600;
            font-family: 'Inter', sans-serif; letter-spacing: .05em; transition: all .3s;
        }
        .btn-bhed .btn-default:hover { background: var(--gold-500); border-color: var(--gold-500); color: #fff; }

        .header-bottom {
            background: rgba(255,255,255,.92);
            backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(47,15,3,.06);
            transition: all .4s;
        }
        .site-header.scrolled .header-bottom { background: rgba(255,255,255,.98); box-shadow: 0 4px 20px rgba(47,15,3,.08); }

        .nav-row { align-items: center; min-height: 80px; padding: 8px 0; }

        .logo-area { display: flex; align-items: center; justify-content: space-between; }
        .brand-logo { display: flex; align-items: center; gap: 12px; }
        .brand-logo .logo-img { height: 75px; width: auto; border-radius: 10px; }

        .navbad { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 4px; justify-content: flex-end; }
        .navbad .nav-item a {
            display: block; padding: 8px 16px; border-radius: 50px;
            font-size: 14px; font-weight: 600; color: var(--slate-700);
            font-family: 'Inter', sans-serif; transition: all .25s;
        }
        .navbad .nav-item a:hover,
        .navbad .nav-item.active a { background: var(--brand-50); color: var(--brand-700); }

        .nav-col { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
        .nav-col .navbad { flex-wrap: wrap; }

        .mobile-menu-toggle {
            display: none; width: 44px; height: 44px; border-radius: 12px;
            background: var(--brand-50); color: var(--brand-700);
            align-items: center; justify-content: center; font-size: 18px;
            cursor: pointer; border: none;
        }

        @media (max-width: 991px) {
            .mobile-menu-toggle { display: flex; }
            .header-top { display: none; }
            .mobile-contact-strip { display: flex; }
            #menu {
                position: absolute; top: 100%; left: 0; right: 0;
                background: #fff; box-shadow: 0 12px 30px rgba(47,15,3,.12);
                border-top: 1px solid rgba(47,15,3,.06);
                max-height: 0; overflow: hidden; transition: max-height .4s; padding: 0;
            }
            #menu.open { max-height: 560px; padding: 12px 0; }
            .navbad { flex-direction: column; align-items: stretch !important; gap: 0; width: 100%; }
            .navbad .nav-item a { padding: 14px 20px; border-radius: 0; border-bottom: 1px solid rgba(47,15,3,.04); }
            .navbad .nav-item a:hover { background: var(--brand-50); }
            .nav-col { justify-content: flex-start; }
        }

        /* ================================================================
           SLIDER — full-bleed background images, no arrows
           ================================================================ */
        .slider {
            position: relative; height: 90vh; min-height: 560px; overflow: hidden;
            background: var(--brand-950);
        }
        .hero-slider { position: relative; width: 100%; height: 100%; cursor: grab; }
        .hero-slider:active { cursor: grabbing; }

        .hero-slider .slide {
            position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s ease-in-out;
            pointer-events: none;
        }
        .hero-slider .slide.active { opacity: 1; pointer-events: auto; }

        .slide .slider-img { position: absolute; inset: 0; overflow: hidden; }
        .slide .slider-img img {
            width: 100%; height: 100%; object-fit: cover;
            transform: scale(1); transition: transform 7s ease-out;
        }
        .slide.active .slider-img img { transform: scale(1.12); }

        .slide .slider-overlay {
            position: absolute; inset: 0;
            background: linear-gradient(135deg, rgba(47,15,3,.86) 0%, rgba(250,170,72,.55) 100%);
        }
        .slide .slider-overlay::after {
            content: ''; position: absolute; inset: 0;
            background: linear-gradient(to top, rgba(0,0,0,.5), transparent 55%);
        }

        .slider-captions {
            position: relative; z-index: 5;
            display: flex; flex-direction: column; justify-content: center;
            height: 90vh; min-height: 560px;
            opacity: 0; transform: translateY(30px); transition: opacity .8s, transform .8s;
        }
        .slide.active .slider-captions { opacity: 1; transform: translateY(0); transition-delay: .3s; }

        .slider-badge {
            display: inline-flex; align-items: center; gap: 8px;
            background: rgba(255,255,255,.1); backdrop-filter: blur(6px);
            border: 1px solid rgba(250,170,72,.3);
            padding: 6px 16px; border-radius: 50px;
            font-size: 12px; font-weight: 600; letter-spacing: .2em;
            text-transform: uppercase; color: var(--gold-200);
            width: fit-content; margin-bottom: 20px;
        }
        .slider-badge i { color: var(--gold-400); }

        .slider-title {
            font-size: clamp(2rem, 5vw, 3.75rem); font-weight: 800; color: #fff;
            max-width: 720px; line-height: 1.1; margin: 0;
            text-shadow: 0 8px 30px rgba(0,0,0,.4);
        }
        .slider-text {
            color: rgba(226,232,240,.92); font-size: clamp(1rem, 2vw, 1.15rem);
            max-width: 680px; margin: 24px 0 0; line-height: 1.7;
            text-shadow: 0 4px 16px rgba(0,0,0,.35);
        }
        .slider-text + .slider-text { margin-top: 12px; }

        .slider-btns { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }

        .slider-dots {
            position: absolute; bottom: 32px; left: 0; right: 0; z-index: 20;
            display: flex; align-items: center; justify-content: center; gap: 10px;
        }
        .slider-dots button {
            width: 12px; height: 6px; border-radius: 50px; border: none;
            background: rgba(255,255,255,.4); cursor: pointer; transition: all .4s; padding: 0;
        }
        .slider-dots button.active { width: 36px; background: var(--gold-400); }

        .slider-counter {
            position: absolute; bottom: 32px; right: 30px; z-index: 20;
            font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700;
            font-size: 14px; color: rgba(255,255,255,.8); display: flex; align-items: center; gap: 6px;
        }
        .slider-counter .current { color: var(--gold-300); }
        @media (max-width: 639px) { .slider-counter { display: none; } }

        /* ================================================================
           ABOUT — 3D tilt cards
           ================================================================ */
        .about-us { background: var(--sand-50); padding: 96px 0; position: relative; overflow: hidden; }
        .about-us::before { content: ''; position: absolute; right: -80px; top: 40px; width: 256px; height: 256px; border-radius: 50%; background: rgba(250,170,72,.28); filter: blur(60px); }
        .about-us::after  { content: ''; position: absolute; left: -60px; bottom: 0;   width: 288px; height: 288px; border-radius: 50%; background: rgba(255,221,172,.25); filter: blur(60px); }
        .about-us .text-part { position: relative; z-index: 2; }
        .about-us .text-part h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); margin: 16px 0 24px; }
        .about-us .text-part p { color: var(--slate-600); margin-bottom: 16px; }

        .about-quick-box { gap: 20px; }
        .about-qcard {
            background: #fff; border: 1px solid rgba(47,15,3,.06); border-radius: var(--radius);
            padding: 28px 24px; box-shadow: var(--shadow-sm);
            display: flex; flex-direction: column; gap: 16px;
            transition: transform .25s ease-out, box-shadow .35s, border-color .35s; height: 100%;
            transform-style: preserve-3d;
            will-change: transform;
        }
        .about-qcard:hover { box-shadow: var(--shadow-3d); border-color: rgba(16,185,129,.25); }
        .about-qcard i {
            width: 56px; height: 56px; border-radius: 16px;
            display: flex; align-items: center; justify-content: center;
            font-size: 24px; transition: all .35s; transform: translateZ(40px);
        }
        .about-qcard p { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 18px; color: var(--slate-900); margin: 0; transform: translateZ(28px); }
        .about-qcard i.fa-user           { background: var(--brand-50);  color: var(--brand-600); }
        .about-qcard i.fa-search-dollar  { background: var(--gold-50);   color: var(--gold-600); }
        .about-qcard i.fa-donate         { background: var(--sand-100);  color: var(--sand-500); }
        .about-qcard i.fa-hands-helping  { background: var(--brand-50);  color: var(--brand-600); }
        .about-qcard:hover i { color: #fff; }
        .about-qcard:hover i.fa-user          { background: var(--brand-500); }
        .about-qcard:hover i.fa-search-dollar { background: var(--gold-500); }
        .about-qcard:hover i.fa-donate        { background: var(--sand-500); }
        .about-qcard:hover i.fa-hands-helping { background: var(--brand-500); }

        .about-quick-box > div:nth-child(2),
        .about-quick-box > div:nth-child(4) { margin-top: 32px; }
        @media (max-width: 767px) {
            .about-quick-box > div:nth-child(2),
            .about-quick-box > div:nth-child(4) { margin-top: 0; }
        }

        /* ================================================================
           MISSION & VISION
           ================================================================ */
        .mission-vision { background: #fff; padding: 96px 0; }
        .mv-head { text-align: center; margin-bottom: 64px; }
        .mission .mv-det, .vision .mv-det { display: flex; flex-direction: column; justify-content: center; }
        .mv-det .mv-icon {
            width: 56px; height: 56px; border-radius: 16px;
            display: flex; align-items: center; justify-content: center;
            font-size: 26px; margin-bottom: 20px;
        }
        .mission .mv-icon { background: var(--brand-50); color: var(--brand-600); }
        .vision  .mv-icon { background: var(--gold-50);  color: var(--gold-600); }
        .mv-det h1 { font-size: 2rem; margin: 0 0 16px; }
        .mv-det p { color: var(--slate-600); }
        .mv-img { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-lg); transition: transform .4s ease-out; transform-style: preserve-3d; }
        .mv-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
        .mv-img:hover img { transform: scale(1.05); }
        .vision { margin-top: 64px; }

        /* ================================================================
           POPULAR CAUSES / EVENTS — 3D lift cards
           ================================================================ */
        .events { background: var(--sand-50); padding: 96px 0; }
        .session-title { text-align: center; margin-bottom: 56px; }
        .session-title h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); margin: 16px 0 12px; }
        .session-title p { color: var(--slate-600); max-width: 620px; margin: 0 auto; }

        .event-box {
            background: #fff; border: 1px solid rgba(47,15,3,.06); border-radius: var(--radius);
            overflow: hidden; box-shadow: var(--shadow-sm);
            transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s; height: 100%;
            display: flex; flex-direction: column;
            transform-style: preserve-3d;
        }
        .event-box:hover { transform: translateY(-10px) rotateX(3deg) rotateY(-3deg); box-shadow: var(--shadow-3d); }
        .event-box .event-img { position: relative; height: 220px; overflow: hidden; }
        .event-box .event-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
        .event-box:hover .event-img img { transform: scale(1.1); }
        .event-box .event-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(47,15,3,.55), transparent 60%); }
        .event-box h4 { font-size: 1.25rem; margin: 0 0 16px; }
        .event-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
        .raises { display: flex; justify-content: space-between; font-size: 14px; font-weight: 600; margin-bottom: 8px; }
        .raises span { color: var(--brand-600); }
        .progress-track { height: 10px; border-radius: 50px; background: rgba(47,15,3,.06); overflow: hidden; margin-bottom: 16px; }
        .progress-fill { height: 100%; border-radius: 50px; background: linear-gradient(to right, var(--brand-400), var(--brand-600)); transition: width 1.2s ease-out; width: 0; }
        .desic { color: var(--slate-600); font-size: 14px; flex: 1; margin-bottom: 20px;
                 display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }

        /* ================================================================
           STATS
           ================================================================ */
        .doctor-message {
            background: linear-gradient(135deg, var(--brand-900), var(--brand-800) 50%, #1a0901);
            padding: 96px 0; position: relative; overflow: hidden;
        }
        .doctor-message::before { content: ''; position: absolute; left: -80px; top: 40px; width: 288px; height: 288px; border-radius: 50%; background: rgba(250,170,72,.18); filter: blur(60px); }
        .doctor-message::after  { content: ''; position: absolute; right: -80px; bottom: 40px; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,221,172,.14); filter: blur(60px); }
        .doctor-message .session-title h2 { color: #fff; }
        .doctor-message .session-title p { color: rgba(255,221,172,.82); }
        .numb { text-align: center; position: relative; z-index: 2; transition: transform .3s; }
        .numb:hover { transform: translateY(-6px) scale(1.04); }
        .numb h3 { font-size: clamp(2.5rem, 6vw, 3.75rem); color: #fff; margin: 0; font-weight: 800; text-shadow: 0 6px 24px rgba(0,0,0,.3); }
        .numb h3 .suffix { color: var(--gold-400); }
        .numb span { font-size: 22px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,221,172,.7); display: block; margin-top: 8px; }

        /* ================================================================
           TEAM — 3D tilt on hover
           ================================================================ */
        .our-team { background: #fff; padding: 96px 0; }
        .single-usr {
            background: var(--sand-50); border-radius: var(--radius); overflow: hidden;
            box-shadow: var(--shadow-sm); transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s; height: 100%;
            transform-style: preserve-3d;
        }
        .single-usr:hover { transform: translateY(-10px) rotateX(4deg) rotateY(-4deg); box-shadow: var(--shadow-3d); }
        .single-usr .team-img { position: relative; height: 280px; overflow: hidden; }
        .single-usr .team-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
        .single-usr:hover .team-img img { transform: scale(1.1); }
        .single-usr .team-overlay {
            position: absolute; inset: 0; background: linear-gradient(to top, rgba(47,15,3,.82), transparent 60%);
            opacity: 0; transition: opacity .3s; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 20px; gap: 12px;
        }
        .single-usr:hover .team-overlay { opacity: 1; }
        .team-overlay a {
            width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.9);
            color: var(--brand-700); display: flex; align-items: center; justify-content: center;
            font-size: 15px; transition: all .3s;
        }
        .team-overlay a:hover { background: var(--gold-500); color: #fff; transform: scale(1.12); }
        .det-o { padding: 20px; text-align: center; }
        .det-o h4 { font-size: 1.1rem; margin: 0 0 4px; }
        .det-o i { font-style: normal; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--brand-600); }

        /* ================================================================
           MORE CAUSES / BLOG
           ================================================================ */
        .our-blog { background: var(--sand-50); padding: 96px 0; }
        .single-blog {
            background: #fff; border: 1px solid rgba(47,15,3,.06); border-radius: var(--radius);
            overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s; height: 100%;
            display: flex; flex-direction: column;
            transform-style: preserve-3d;
        }
        .single-blog:hover { transform: translateY(-10px) rotateX(3deg) rotateY(-3deg); box-shadow: var(--shadow-3d); }
        .single-blog figure { margin: 0; height: 200px; overflow: hidden; }
        .single-blog figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
        .single-blog:hover figure img { transform: scale(1.1); }
        .blog-detail { padding: 24px; display: flex; flex-direction: column; flex: 1; }
        .blog-detail small { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--brand-600); }
        .blog-detail h4 { font-size: 1.15rem; margin: 8px 0 12px; }
        .blog-detail p { color: var(--slate-600); font-size: 14px; flex: 1; margin-bottom: 20px;
                         display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
        .blog-detail .link { margin-top: 12px; }
        .blog-detail .link a { color: var(--brand-600); font-weight: 600; font-size: 14px; }
        .blog-detail .link a:hover { color: var(--brand-700); }

         /* ================================================================
           FOOTER
           ================================================================ */
        .footer {
            background: var(--brand-950); color: rgba(203,213,225,.7);
            padding: 64px 0 0; position: relative;
        }
        .footer h2, .footer h1 { color: #fff; font-size: 1.15rem; margin: 0 0 20px; }
        .footer h1 { font-size: 1.15rem; margin-top: 32px; }
        .footer p { font-size: 14px; line-height: 1.7; margin-bottom: 12px; }
        .footer .link-list { list-style: none; padding: 0; margin: 0; }
        .footer .link-list li { margin-bottom: 16px; }
        .footer .link-list a { color: rgba(203,213,225,.7); }
        .footer .link-list a:hover { color: var(--gold-300); }
        .footer .link-list p { margin: 0; font-size: 14px; }
        .footer .link-list .fa-angle-right { color: var(--gold-500); margin-left: 8px; }
        .footer address { font-size: 14px; line-height: 1.9; color: rgba(203,213,225,.7); }
        .footer address a { color: rgba(203,213,225,.7); }
        .footer address a:hover { color: var(--gold-300); }
        .footer .social-icons li a { background: rgba(255,255,255,.06); color: rgba(203,213,225,.8); }
        .footer .social-icons li a:hover { background: var(--gold-500); color: #fff; }

        .nav-box { border-top: 1px solid rgba(255,255,255,.08); margin-top: 48px; padding: 24px 0; }
        .nav-box .navbad { justify-content: center; flex-wrap: wrap; gap: 0; }
        .nav-box .navbad .nav-item a { color: rgba(203,213,225,.6); font-size: 13px; padding: 8px 14px; }
        .nav-box .navbad .nav-item a:hover { color: var(--gold-300); background: transparent; }

        .copy { background: rgba(0,0,0,.2); padding: 16px 0; }
        .copy .footer { padding: 0; background: transparent; }
        .copy p { margin: 0; text-align: center; font-size: 18px; color: rgba(1, 18, 1, 0.5); }
        .copy p a { color: var(--gold-300); }
        .copy .social-icons { justify-content: center; margin-top: 10px; }
        .copy .social-icons li a { background: rgba(255,255,255,.06); }
        .donate-cta {
            background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
            border-radius: var(--radius); padding: 32px; margin-bottom: 48px;
            display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
            box-shadow: 0 16px 40px rgba(245,158,11,.25);
        }
        .donate-cta h3 { color: #fff; margin: 0 0 4px; font-size: 1.5rem; }
        .donate-cta p { color: rgba(255,251,235,.95); margin: 0; }
        .donate-cta .btn-white {
            background: #fff; color: var(--gold-700); border: none; border-radius: 50px;
            padding: 12px 28px; font-size: 14px; font-weight: 700; cursor: pointer;
            font-family: 'Inter', sans-serif; transition: all .3s; white-space: nowrap;
            display: inline-flex; align-items: center; gap: 8px;
        }
        .donate-cta .btn-white:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 12px 26px rgba(0,0,0,.2); }

        /* Animations */
        .animate-on-scroll { opacity: 0; transform: translateY(30px); transition: opacity .7s, transform .7s; }
        .animate-on-scroll.visible { opacity: 1; transform: translateY(0); }

        ::-webkit-scrollbar { width: 10px; }
        ::-webkit-scrollbar-track { background: var(--sand-100); }
        ::-webkit-scrollbar-thumb { background: var(--brand-500); border-radius: 6px; }
        ::-webkit-scrollbar-thumb:hover { background: var(--brand-600); }

        @media (max-width: 767px) {
            .about-us, .mission-vision, .events, .doctor-message, .our-team, .our-blog { padding: 64px 0; }
            .slider { height: 80vh; min-height: 500px; }
            .slider-captions { height: 80vh; min-height: 500px; }
            .donate-cta { flex-direction: column; text-align: center; }
        }

        /* Respect reduced-motion preferences */
        @media (prefers-reduced-motion: reduce) {
            *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
            .slide.active .slider-img img { transform: none; }
            .event-box:hover, .single-usr:hover, .single-blog:hover { transform: translateY(-6px); }
        }
        /* ================================================================
           CHILDREN PAGE
           ================================================================ */
           .children-hero {
            min-height: 420px;
            color: #fff;
            display: flex;
            align-items: center;
            background:
                linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)),
                url("assets/images/slider/slider-1.png") center/cover no-repeat;
        }

        .children-hero h1 {
            font-size: 52px;
            font-weight: 700;
            margin-bottom: 18px;
            color: #fff;
        }

        .children-hero p {
            max-width: 760px;
            font-size: 18px;
            line-height: 1.7;
            color: #fff;
        }

        .children-btn {
            background: orangered;
            color: #fff;
            border: 0;
            border-radius: 4px;
            padding: 11px 20px;
            font-weight: 600;
            display: inline-block;
            text-decoration: none;
        }

        .children-btn:hover {
            background: #d94300;
            color: #fff;
            text-decoration: none;
        }

        .children-section {
            padding: 70px 0;
            background: #f7f7f7;
        }

        .children-title {
            text-align: center;
            max-width: 780px;
            margin: 0 auto 35px;
        }

        .children-title h2 {
            font-size: 38px;
            font-weight: 700;
            color: #333;
            margin-bottom: 12px;
        }

        .children-title p {
            color: #666;
            line-height: 1.7;
        }

        .filter-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 15px;
            margin-bottom: 25px;
            flex-wrap: wrap;
        }

        .search-box {
            position: relative;
            flex: 1 1 280px;
        }

        .search-box i {
            position: absolute;
            left: 14px;
            top: 50%;
            transform: translateY(-50%);
            color: orangered;
        }

        .search-box input {
            width: 100%;
            height: 46px;
            border: 1px solid #ddd;
            border-radius: 4px;
            padding: 0 14px 0 42px;
            font: inherit;
            background: #fff;
        }

        .profile-count {
            color: #555;
            font-weight: 700;
        }

        .children-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 22px;
        }

        .child-card {
            min-height: 315px;
            position: relative;
            overflow: hidden;
            border-radius: 6px;
            background: #e9e9e9;
            box-shadow: 0 8px 22px rgba(0, 0, 0, .15);
            cursor: pointer;
        }

        .child-photo,
        .child-placeholder {
            position: absolute;
            inset:inherit;
            width: 100%;
            height: 100%;
        }

        .child-photo {
            object-fit: cover;
            transition: .35s;
        }

        .child-placeholder {
            display: grid;
            place-items: center;
            background:
                linear-gradient(135deg, rgba(255, 69, 0, .18), rgba(40, 167, 69, .18)),
                #eee;
            color: orangered;
            font-size: 54px;
            text-align: center;
        }

        .child-placeholder span {
            display: block;
            font-size: 16px;
            color: #666;
            margin-top: 10px;
        }

        .child-info {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            color: #fff;
            padding: 18px;
            background: linear-gradient(0deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .62), transparent);
            transform: translateY(calc(100% - 66px));
            transition: .3s;
        }

        .child-card:hover .child-info,
        .child-card.is-open .child-info {
            transform: translateY(0);
        }

        .child-card:hover .child-photo,
        .child-card.is-open .child-photo {
            transform: scale(1.05);
        }

        .child-info h3 {
            font-size: 20px;
            margin-bottom: 12px;
            font-weight: 700;
            color: #fff;
        }

        .child-info p {
            margin: 8px 0;
            font-size: 14px;
            color: #fff;
        }

        .child-info i {
            color: orangered;
            background: #fff;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            text-align: center;
            line-height: 24px;
            margin-right: 7px;
            font-size: 12px;
        }

        .child-action {
            position: absolute;
            top: 12px;
            right: 12px;
            width: 38px;
            height: 38px;
            border: 0;
            border-radius: 50%;
            background: orangered;
            color: #fff;
            z-index: 5;
        }

        @media(max-width: 991px) {
            .children-grid {
                grid-template-columns: repeat(3, 1fr);
            }

            .children-hero h1 {
                font-size: 42px;
            }
        }

        @media(max-width: 767px) {
            .children-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 16px;
            }

            .child-card {
                min-height: 270px;
            }

            .children-hero {
                min-height: 350px;
                text-align: center;
            }

            .children-hero h1 {
                font-size: 34px;
            }

            .children-hero p {
                font-size: 16px;
            }
        }

        @media(max-width: 480px) {
            .children-grid {
                grid-template-columns: 1fr;
            }

            .child-card {
                min-height: 330px;
            }

            .profile-count {
                text-align: center;
                width: 100%;
            }
        }
        /* ================================================================
           DONATE PAGE
           ================================================================ */
             

    /* Hero */
    .hero {
      min-height: 82vh;
      padding: 80px 7%;
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 45px;
      align-items: center;
      color: #fff;
      background:
        linear-gradient(120deg, rgba(24,32,38,.94), rgba(241,91,34,.82), rgba(255,201,40,.7)),
        url("assets/images/slider/slider-2.jpg") center/cover;
      overflow: hidden;
    }

    .hero h1 {
      font-size: clamp(38px, 6vw, 72px);
      line-height: .98;
      margin: 0 0 20px;
      text-transform: uppercase;
      color:whitesmoke;
    }

    .hero p {
      font-size: 18px;
      max-width: 720px;
      opacity: .95;
    }

    .hero-buttons {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 25px;
    }

    .btn {
      border: none;
      border-radius: 6px;
      padding: 14px 22px;
      font-weight: 700;
      cursor: pointer;
      display: inline-block;
    }

    .btn-orange {
      background: var(--orange);
      color: #fff;
      box-shadow: 0 16px 30px rgba(241, 91, 34, .35);
    }

    .btn-yellow {
      background: var(--yellow);
      color: var(--dark);
      box-shadow: 0 16px 30px rgba(255, 201, 40, .35);
    }

    .receiver-card {
      background: rgba(255,255,255,.96);
      color: var(--dark);
      border-radius: 14px;
      padding: 28px;
      box-shadow: 0 35px 80px rgba(0,0,0,.35);
      transform: perspective(1000px) rotateY(-10deg) rotateX(5deg);
      animation: floatCard 5s ease-in-out infinite;
      border: 3px solid var(--yellow);
    }

    @keyframes floatCard {
      0%,100% {
        transform: perspective(1000px) rotateY(-10deg) rotateX(5deg) translateY(0);
      }
      50% {
        transform: perspective(1000px) rotateY(-5deg) rotateX(7deg) translateY(-14px);
      }
    }

    .receiver-card h2 {
      margin-top: 0;
      color: var(--orange);
      text-transform: uppercase;
    }

    .main-detail {
      display: grid;
      grid-template-columns: 135px 1fr;
      gap: 10px;
      border-bottom: 1px solid #eee;
      padding: 11px 0;
    }

    .main-detail span {
      color: var(--gray);
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 700;
    }

    .main-detail strong {
      word-break: break-word;
    }

    section {
      padding: 75px 7%;
    }

    .section-title {
      max-width: 850px;
      margin-bottom: 35px;
    }

    .section-title h2 {
      margin: 0 0 10px;
      font-size: clamp(30px, 4vw, 46px);
      color: var(--dark);
      text-transform: uppercase;
    }

    .section-title p {
      color: var(--gray);
      font-size: 17px;
    }

    .notice {
      background: #fff;
      border-left: 6px solid var(--orange);
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 15px 40px rgba(0,0,0,.08);
      margin-bottom: 30px;
    }

    .notice strong {
      color: var(--orange);
    }

    .methods-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .method-card {
      background: #fff;
      border-radius: 12px;
      padding: 24px;
      box-shadow: 0 25px 60px rgba(0,0,0,.11);
      border-top: 6px solid var(--orange);
      transition: .25s ease;
      position: relative;
      overflow: hidden;
    }

    .method-card:before {
      content: "";
      position: absolute;
      width: 120px;
      height: 120px;
      background: rgba(255,201,40,.2);
      border-radius: 50%;
      top: -45px;
      right: -45px;
    }

    .method-card:hover {
      transform: perspective(900px) rotateX(5deg) rotateY(-5deg) translateY(-8px);
      box-shadow: 0 35px 85px rgba(0,0,0,.18);
    }

    .method-icon {
      width: 60px;
      height: 60px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--orange), var(--yellow));
      color: #fff;
      font-size: 27px;
      margin-bottom: 15px;
    }

    .method-card h3 {
      margin: 0 0 10px;
      color: var(--dark);
    }

    .method-card p {
      color: var(--gray);
      margin-top: 0;
    }

    .field-list {
      margin-top: 15px;
      background: #fff9e8;
      border-radius: 8px;
      padding: 14px;
    }

    .field {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px dashed rgba(0,0,0,.15);
    }

    .field:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none;
    }

    .field b {
      display: block;
      color: var(--orange);
      font-size: 13px;
      text-transform: uppercase;
    }

    .field span {
      font-weight: 700;
      color: var(--dark);
      word-break: break-word;
    }

    .placeholder {
      color: #8a6b00 !important;
      font-style: italic;
      font-weight: 500 !important;
    }

    .steps {
      background: var(--dark);
      color: #fff;
    }

    .steps .section-title h2,
    .steps .section-title p {
      color: #fff;
    }

    .steps-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .step {
      background: rgba(255,255,255,.09);
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 10px;
      padding: 22px;
    }

    .step-number {
      width: 42px;
      height: 42px;
      background: var(--yellow);
      color: var(--dark);
      border-radius: 50%;
      display: grid;
      place-items: center;
      font-weight: 900;
      margin-bottom: 12px;
    }

    .contact-box {
      background: #fff;
      padding: 28px;
      border-radius: 12px;
      box-shadow: 0 25px 60px rgba(0,0,0,.1);
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      border-top: 6px solid var(--yellow);
    }

    .contact-item i {
      color: var(--orange);
      margin-right: 8px;
    }

   

    @media(max-width: 1000px) {
      .hero,
      .methods-grid,
      .steps-grid,
      .footer-grid,
      .contact-box {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media(max-width: 700px) {
      .hero,
      .methods-grid,
      .steps-grid,
      .footer-grid,
      .contact-box {
        grid-template-columns: 1fr;
      }

      .receiver-card {
        transform: none;
        animation: none;
      }

      .main-detail {
        grid-template-columns: 1fr;
      }

      .navbad {
        display: block;
      }

      .navbad li {
        display: inline-block;
      }
    }
    