/* ==========================================================================
   विश्व मानवाधिकार एसोसिएशन — Design Tokens
   Signature motif: the diagonal shield split (red/blue) from the org seal,
   echoed as a recurring "cut" between sections; the brass scale as a
   repeated divider glyph rather than a literal stock icon.
   ========================================================================== */
:root{
  --red:        #D91E28;
  --red-dark:   #A3111C;
  --blue:       #1B2A6B;
  --blue-dark:  #101A46;
  --gold:       #C9971F;
  --gold-light: #E9CD7C;
  --cream:      #FBF7EF;
  --ink:        #171A2B;
  --white:      #FFFFFF;
  --line:       #E7E0CF;

  --font-display: 'Cormorant Garamond', 'Noto Serif Devanagari', serif;
  --font-body:    'Poppins', 'Noto Sans Devanagari', sans-serif;
  --font-hindi:   'Noto Sans Devanagari', sans-serif;

  --container: 1200px;
  --radius: 6px;
  --shadow: 0 10px 30px rgba(16,26,70,0.12);
}

*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--cream);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ text-decoration:none; color:inherit; }
ul{ list-style:none; }
.container{ max-width:var(--container); margin:0 auto; padding:0 24px; }
.hindi{ font-family:var(--font-hindi); }
h1,h2,h3,h4{ font-family:var(--font-display); font-weight:700; color:var(--blue-dark); }
section{ position:relative; }
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:.75rem; letter-spacing:.14em; text-transform:uppercase;
  color:var(--gold); font-weight:600; margin-bottom:10px;
}
.eyebrow::before{ content:""; width:26px; height:2px; background:var(--gold); display:inline-block; }
.section-title{ font-size:clamp(1.7rem,3vw,2.4rem); margin-bottom:6px; }
.section-title.hindi{ font-size:clamp(1.5rem,2.6vw,2rem); }
.section-sub{ color:#5b5f76; max-width:640px; font-size:.98rem; }
.btn{
  display:inline-flex; align-items:center; gap:8px;
  padding:13px 28px; border-radius:3px; font-weight:600; font-size:.92rem;
  border:2px solid transparent; cursor:pointer; transition:.25s;
}
.btn-gold{ background:var(--gold); color:var(--blue-dark); }
.btn-gold:hover{ background:var(--gold-light); }
.btn-outline{ background:transparent; border-color:#fff; color:#fff; }
.btn-outline:hover{ background:rgba(255,255,255,.14); }
.btn-red{ background:var(--red); color:#fff; }
.btn-red:hover{ background:var(--red-dark); }
.btn-navy{ background:var(--blue); color:#fff; }
.btn-navy:hover{ background:var(--blue-dark); }

/* ---------- scale divider glyph ---------- */
.scale-divider{ display:flex; justify-content:center; margin:6px 0 30px; opacity:.9; }
.scale-divider svg{ width:64px; height:auto; }

/* ============================== TOP BAR =============================== */
.topbar{
  background:var(--blue-dark); color:#dfe3f2; font-size:.82rem;
}
.topbar .container{
  display:flex; align-items:center; justify-content:space-between;
  padding-top:7px; padding-bottom:7px; flex-wrap:wrap; gap:6px;
}
.topbar-info{ display:flex; gap:22px; flex-wrap:wrap; }
.topbar-info span{ display:inline-flex; align-items:center; gap:6px; }
.topbar-social{ display:flex; gap:14px; }
.topbar-social a{
  width:26px; height:26px; border-radius:50%; background:rgba(255,255,255,.08);
  display:flex; align-items:center; justify-content:center; font-size:.78rem;
  transition:.2s;
}
.topbar-social a:hover{ background:var(--gold); color:var(--blue-dark); }

/* ============================== HEADER ================================= */
.site-header{
  /*background:var(--white); border-bottom:1px solid var(--line);*/
      background: linear-gradient(349deg, rgb(236, 31, 36) 50%, rgb(45, 49, 146) 50%);
}
.header-row{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{ display:flex; align-items:center; gap:14px; }
.brand img{ width:64px; height:64px; object-fit:contain; }
.brand-text .hin{
  font-family:var(--font-hindi); font-weight:700; 
  /*color:var(--red);*/
  color:var(--white);
  font-size:2.28rem; line-height:1.15;
}
.brand-text .tag{
  font-size:.72rem; letter-spacing:.06em; 
  /*color:var(--blue);*/
  color:var(--white);
  font-weight:600;
  text-transform:uppercase;
}
.header-cta{ display:flex; align-items:center; gap:14px; }
.header-cta .btn{ padding:11px 22px; font-size:.85rem; }

/* ---------- nav ---------- */
.navbar{
  background-color: rgb(255, 193, 7) !important;
  position:sticky; top:0; z-index:200;
  box-shadow:0 3px 10px rgba(0,0,0,.12);
}
.nav-inner{ display:flex; align-items:center; justify-content:space-between; }
.nav-menu{ display:flex; }
.nav-menu li a{
  display:flex; align-items:center; gap:8px;
  padding:15px 18px; color:var(--blue-dark); font-weight:600; font-size:.88rem;
  border-right:1px solid rgba(16,26,70,.12); position:relative; transition:.2s;
}
.nav-menu li a i{ font-size:.85rem; color:var(--red); transition:.2s; }
.nav-menu li:first-child a{ border-left:1px solid rgba(16,26,70,.12); }
.nav-menu li a:hover, .nav-menu li a.active{ background:var(--blue-dark); color:#fff; }
.nav-menu li a:hover i, .nav-menu li a.active i{ color:var(--gold-light); }
.nav-toggle{ display:none; background:none; border:0; color:var(--blue-dark); font-size:1.5rem; padding:12px 20px; cursor:pointer; }

@media(max-width:900px){
  .nav-toggle{ display:block; }
  .nav-menu{
    display:none; flex-direction:column; width:100%;
    background-color: rgb(255, 193, 7) !important;
  }
  .nav-menu.open{ display:flex; }
  .nav-menu li a{ border:0; border-bottom:1px solid rgba(16,26,70,.12); }
  .header-cta{ display:none; }
}

/* ============================== HERO SLIDER ============================= */
.hero{
  position:relative; overflow:hidden; height:min(640px,86vh); min-height:440px;
}
.hero-slide{
  position:absolute; inset:0; opacity:0; transition:opacity 1s ease;
  display:flex; align-items:center;
}
.hero-slide.active{ opacity:1; z-index:2; }
.hero-slide .bg{
  position:absolute; inset:0; z-index:0;
}
.hero-slide .bg::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(16,26,70,.86) 0%, rgba(16,26,70,.55) 55%, rgba(16,26,70,.2) 100%);
}
.hero-slide .content{
  position:relative; z-index:1; color:#fff; max-width:640px; padding:0 24px;
  margin:0 auto; width:100%;
}
.hero .container.content-wrap{ display:flex; }
.hero-slide .eyebrow{ color:var(--gold-light); }
.hero-slide h1{
  color:#fff; font-size:clamp(2rem,4.4vw,3.4rem); line-height:1.14; margin-bottom:16px;
}
.hero-slide h1 .hin{ font-family:var(--font-hindi); display:block; font-size:.62em; color:var(--gold-light); font-weight:600; margin-bottom:8px;}
.hero-slide p{ color:#e6e9f6; margin-bottom:26px; font-size:1.02rem; max-width:520px; }
.hero-slide .actions{ display:flex; gap:14px; flex-wrap:wrap; }

.hero-dots{
  position:absolute; bottom:22px; left:0; right:0; z-index:3;
  display:flex; justify-content:center; gap:10px;
}
.hero-dots button{
  width:11px; height:11px; border-radius:50%; border:2px solid #fff; background:transparent; cursor:pointer;
}
.hero-dots button.active{ background:var(--gold); border-color:var(--gold); }
.hero-arrow{
  position:absolute; top:50%; transform:translateY(-50%); z-index:3;
  width:44px; height:44px; border-radius:50%; border:1px solid rgba(255,255,255,.5);
  background:rgba(16,26,70,.35); color:#fff; font-size:1.1rem; cursor:pointer;
}
.hero-arrow:hover{ background:var(--gold); color:var(--blue-dark); border-color:var(--gold); }
.hero-arrow.prev{ left:22px; } .hero-arrow.next{ right:22px; }
@media(max-width:700px){ .hero-arrow{ display:none; } }

/* generated abstract "photo" backgrounds using layered gradients + pattern (no external imagery) */
.bg-scene-1{ background:
   radial-gradient(circle at 80% 20%, rgba(201,151,31,.35), transparent 45%),
   linear-gradient(120deg,var(--blue-dark) 0%, var(--blue) 45%, var(--red-dark) 100%); }
.bg-scene-2{ background:
   radial-gradient(circle at 20% 80%, rgba(201,151,31,.3), transparent 50%),
   linear-gradient(120deg,var(--red-dark) 0%, var(--red) 40%, var(--blue-dark) 100%); }
.bg-scene-3{ background:
   radial-gradient(circle at 70% 70%, rgba(233,205,124,.3), transparent 45%),
   linear-gradient(120deg,var(--blue-dark), var(--red-dark) 70%); }

/* ============================== LINK BOXES =============================== */
.linkbar{ background:var(--white); padding:56px 0; }
.linkbar-grid{
  display:grid; grid-template-columns:repeat(7,1fr); gap:16px;
}
@media(max-width:1000px){ .linkbar-grid{ grid-template-columns:repeat(4,1fr);} }
@media(max-width:620px){ .linkbar-grid{ grid-template-columns:repeat(2,1fr);} }
.linkbox{
  text-align:center; padding:26px 10px; border:1px solid var(--line); border-radius:var(--radius);
  transition:.25s; background:var(--cream);
}
.linkbox:hover{ background:var(--blue); transform:translateY(-5px); box-shadow:var(--shadow); }
.linkbox:hover .lb-icon{ background:var(--gold); color:var(--blue-dark);}
.linkbox:hover span{ color:#fff; }
.lb-icon{
  width:56px; height:56px; margin:0 auto 12px; border-radius:50%;
  background:var(--blue); color:var(--gold-light); display:flex; align-items:center; justify-content:center;
  font-size:1.3rem; transition:.25s;
}
.linkbox span{ display:block; font-size:.84rem; font-weight:600; color:var(--blue-dark); transition:.25s; }

/* ============================== NEWS / SLOGAN / ACTIVITY / TEAM HUB ======= */
.hub-sec{ padding:64px 0; background:var(--cream); border-top:1px solid var(--line); }
.hub-grid{ display:grid; grid-template-columns:1fr 1.5fr 1fr; gap:28px; align-items:start; }
@media(max-width:980px){ .hub-grid{ grid-template-columns:1fr; } }
.hub-col{ min-width:0; }
.hub-head{
  display:flex; align-items:center; gap:10px; margin-bottom:18px;
}
.hub-head h3{ font-size:1.05rem; color:var(--blue-dark); }
.hub-head .dot{ width:8px; height:8px; border-radius:50%; background:var(--red); flex:none; }

/* ---------- Recent News: vertical bottom-to-top ticker ---------- */
.news-card{ background:#fff; border:1px solid var(--line); border-radius:8px; padding:20px; box-shadow:var(--shadow); }
.news-ticker-wrap{ height:360px; overflow:hidden; position:relative; }
.news-ticker-wrap::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:36px;
  background:linear-gradient(to top, #fff, rgba(255,255,255,0)); pointer-events:none;
}
.news-ticker{ display:flex; flex-direction:column; gap:16px; animation:tickerScroll 22s linear infinite; }
.news-ticker:hover{ animation-play-state:paused; }
@keyframes tickerScroll{
  0%{ transform:translateY(0); }
  100%{ transform:translateY(-50%); }
}
.news-item{ display:flex; gap:12px; padding-bottom:14px; border-bottom:1px dashed var(--line); }
.news-thumb{
  flex:0 0 46px; width:46px; height:46px; border-radius:6px; display:flex; align-items:center; justify-content:center;
  color:#fff; font-size:1rem;
}
.news-text .date{ font-size:.7rem; color:var(--red); font-weight:700; text-transform:uppercase; letter-spacing:.04em; }
.news-text p{ font-size:.85rem; color:var(--ink); line-height:1.4; margin-top:2px; }

/* ---------- Slogan (center, animated) ---------- */
.slogan-box{
  text-align:center; padding:34px 22px; border-radius:10px; margin-bottom:34px;
  background:linear-gradient(120deg,var(--blue-dark),var(--blue) 55%,var(--red-dark));
  position:relative; overflow:hidden;
}
.slogan-box::before{
  content:""; position:absolute; inset:-40% -10%; opacity:.18;
  background:radial-gradient(circle, var(--gold) 0%, transparent 60%);
  animation:sloganGlow 6s ease-in-out infinite;
}
@keyframes sloganGlow{ 0%,100%{ transform:translate(-10%,-10%) scale(1);} 50%{ transform:translate(10%,10%) scale(1.3);} }
.slogan-line{
  position:relative; font-family:var(--font-hindi); font-weight:700; font-size:clamp(1.05rem,2vw,1.35rem);
  line-height:1.7; background:linear-gradient(90deg,var(--gold-light),#fff,var(--gold-light));
  background-size:200% auto; -webkit-background-clip:text; background-clip:text; color:transparent;
  animation:sloganShine 4s linear infinite, sloganRise .8s ease both;
}
.slogan-line.two{ animation-delay:.25s, .15s; }
@keyframes sloganShine{ 0%{ background-position:0% center;} 100%{ background-position:200% center;} }
@keyframes sloganRise{ from{ opacity:0; transform:translateY(10px);} to{ opacity:1; transform:translateY(0);} }

/* ---------- Latest Activity (center) ---------- */
.activity-list{ display:flex; flex-direction:column; gap:18px; }
.activity-post{
  display:flex; gap:16px; background:#fff; border:1px solid var(--line); border-radius:8px; overflow:hidden;
  box-shadow:var(--shadow);
}
.activity-slider{ flex:0 0 150px; height:130px; position:relative; overflow:hidden; }
.activity-slide{ position:absolute; inset:0; opacity:0; transition:opacity .8s ease; display:flex; align-items:center; justify-content:center; }
.activity-slide.active{ opacity:1; }
.activity-slide i{ color:#fff; font-size:1.5rem; opacity:.85; }
.activity-body{ padding:14px 16px 14px 0; flex:1; min-width:0; }
.activity-date{ font-size:.7rem; color:var(--red); font-weight:700; text-transform:uppercase; letter-spacing:.04em; }
.activity-body h4{ font-size:.98rem; margin:4px 0 6px; color:var(--blue-dark); }
.activity-body p{ font-size:.83rem; color:#5b5f76; }
@media(max-width:520px){ .activity-post{ flex-direction:column; } .activity-slider{ flex:0 0 140px; width:100%; } }

/* ---------- Right bar: Management Team / Members single-image slider ---------- */
.people-block{ background:#fff; border:1px solid var(--line); border-radius:8px; padding:22px; box-shadow:var(--shadow); margin-bottom:24px; }
.people-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; }
.people-head h3{ font-size:1rem; }
.view-all{ font-size:.78rem; font-weight:700; color:var(--red); display:inline-flex; align-items:center; gap:5px; }
.view-all:hover{ color:var(--blue); }
.people-slider{ position:relative; text-align:center; min-height:220px; }
.people-slide{ display:none; }
.people-slide.active{ display:block; animation:fade .5s; }
.people-photo{
  width:110px; height:110px; border-radius:50%; margin:0 auto 14px; overflow:hidden;
  display:flex; align-items:center; justify-content:center; border:3px solid var(--gold-light);
}
.people-photo img{ width:100%; height:100%; object-fit:cover; }
.people-photo i{ color:#fff; font-size:2.1rem; }
.people-slide h4{ font-size:.95rem; margin-bottom:2px; }
.people-slide span{ font-size:.78rem; color:var(--gold); font-weight:600; text-transform:uppercase; letter-spacing:.03em; }
.people-dots{ display:flex; justify-content:center; gap:7px; margin-top:16px; }
.people-dots button{ width:8px; height:8px; border-radius:50%; border:1px solid var(--blue); background:transparent; cursor:pointer; }
.people-dots button.active{ background:var(--blue); }

/* ============================== FULL WIDTH BAND (About/President) ======== */
.band{
  padding:70px 0; color:#fff; overflow:hidden; position:relative;
}
.band.blue{ background:linear-gradient(120deg,var(--blue-dark),var(--blue)); }
.band.red{ background:linear-gradient(120deg,var(--red-dark),var(--red)); }
.band-inner{ display:flex; align-items:center; gap:56px; }
.band-inner.reverse{ flex-direction:row-reverse; }
.band-logo{
  flex:0 0 240px; width:240px; height:240px; border-radius:50%;
  background:#fff; display:flex; align-items:center; justify-content:center;
  padding:18px; box-shadow:0 0 0 8px rgba(255,255,255,.12);
  overflow:hidden;
}
.band-logo img{ width:100%; }
.band-logo.photo{ padding:0; }
.band-logo.photo img{ width:100%; height:100%; object-fit:cover; object-position:top center; }
.band-text{ flex:1; }
.band .eyebrow{ color:var(--gold-light); }
.band-text h2{ color:#fff; }
.band-text p{ color:rgba(255,255,255,.88); margin-top:14px; max-width:640px; }
.band-sign{ margin-top:22px; font-family:var(--font-display); font-style:italic; font-size:1.3rem; color:var(--gold-light); }
.band-sign small{ display:block; font-family:var(--font-body); font-style:normal; font-size:.75rem; color:#cdd3ea; letter-spacing:.05em; text-transform:uppercase; margin-top:4px; }
@media(max-width:800px){
  .band-inner, .band-inner.reverse{ flex-direction:column; text-align:center; }
  .band-logo{ width:160px; height:160px; flex-basis:auto; }
}

/* ============================== PROJECTS ================================= */
.projects{ padding:80px 0; background:var(--cream); }
.projects-head{ display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:36px; flex-wrap:wrap; gap:16px;}
.project-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
@media(max-width:900px){ .project-grid{ grid-template-columns:repeat(2,1fr);} }
@media(max-width:620px){ .project-grid{ grid-template-columns:1fr;} }
.project-card{
  border-radius:var(--radius); overflow:hidden; background:#fff; box-shadow:var(--shadow);
  transition:.3s;
}
.project-card:hover{ transform:translateY(-6px); }
.project-img{
  height:190px; position:relative; display:flex; align-items:center; justify-content:center;
}
.project-img svg{ width:56px; height:56px; opacity:.9; }
.project-img .tag{
  position:absolute; top:12px; left:12px; background:var(--gold); color:var(--blue-dark);
  font-size:.7rem; font-weight:700; padding:4px 10px; border-radius:3px; text-transform:uppercase;
}
.project-body{ padding:20px 22px 24px; }
.project-body h3{ font-size:1.15rem; margin-bottom:8px; }
.project-body p{ font-size:.88rem; color:#5b5f76; margin-bottom:14px; }
.project-link{ font-size:.83rem; font-weight:700; color:var(--red); display:inline-flex; align-items:center; gap:6px; }
.project-link:hover{ color:var(--blue); }

.pgrad1{ background:linear-gradient(135deg,var(--blue),var(--blue-dark)); }
.pgrad2{ background:linear-gradient(135deg,var(--red),var(--red-dark)); }
.pgrad3{ background:linear-gradient(135deg,var(--gold),#a97a15); }
.pgrad4{ background:linear-gradient(135deg,var(--blue-dark),var(--red-dark)); }
.pgrad5{ background:linear-gradient(135deg,var(--red-dark),var(--blue)); }
.pgrad6{ background:linear-gradient(135deg,#a97a15,var(--blue-dark)); }

/* ============================== GALLERY =================================== */
.gallery-sec{ padding:80px 0; background:#fff; }
.gallery-track-wrap{ position:relative; }
.gallery-track{
  display:flex; gap:18px; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:14px;
  scrollbar-width:thin; scrollbar-color:var(--gold) var(--cream);
}
.gallery-track::-webkit-scrollbar{ height:8px; }
.gallery-track::-webkit-scrollbar-thumb{ background:var(--gold); border-radius:4px; }
.gallery-item{
  flex:0 0 280px; height:210px; border-radius:var(--radius); scroll-snap-align:start;
  position:relative; cursor:pointer; overflow:hidden;
  display:flex; align-items:center; justify-content:center;
}
.gallery-item::after{
  content:"⤢"; position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  background:rgba(16,26,70,0); color:#fff; font-size:1.6rem; transition:.25s; opacity:0;
}
.gallery-item:hover::after{ background:rgba(16,26,70,.45); opacity:1; }
.gallery-nav{ display:flex; gap:12px; justify-content:flex-end; margin-top:14px; }
.gallery-nav button{
  width:40px; height:40px; border-radius:50%; border:1px solid var(--line); background:#fff; cursor:pointer;
}
.gallery-nav button:hover{ background:var(--blue); color:#fff; border-color:var(--blue); }

.lightbox{
  position:fixed; inset:0; background:rgba(10,12,26,.92); z-index:1000;
  display:none; align-items:center; justify-content:center; padding:30px;
}
.lightbox.open{ display:flex; }
.lightbox-box{
  width:min(720px,92vw); height:min(460px,70vh); border-radius:8px; position:relative;
  display:flex; align-items:center; justify-content:center; color:#fff; font-family:var(--font-display); font-size:1.4rem;
}
.lightbox-close{
  position:absolute; top:-46px; right:0; background:none; border:0; color:#fff; font-size:1.8rem; cursor:pointer;
}

/* ============================== TESTIMONIALS =============================== */
.testi-sec{ padding:80px 0; background:var(--blue-dark); color:#fff; position:relative; }
.testi-sec .eyebrow{ color:var(--gold-light); }
.testi-sec .section-title{ color:#fff; }
.testi-sec .section-sub{ color:#c6cbe4; }
.testi-track-wrap{ position:relative; margin-top:34px; max-width:760px; margin-left:auto; margin-right:auto; }
.testi-slide{ display:none; text-align:center; }
.testi-slide.active{ display:block; animation:fade .5s; }
@keyframes fade{ from{opacity:0; transform:translateY(8px);} to{opacity:1; transform:translateY(0);} }
.testi-quote{ font-family:var(--font-display); font-size:1.3rem; line-height:1.6; color:#f2f3fb; font-style:italic; }
.testi-avatar{
  width:70px; height:70px; border-radius:50%; margin:26px auto 12px; background:var(--gold);
  display:flex; align-items:center; justify-content:center; font-family:var(--font-display); font-size:1.5rem; color:var(--blue-dark); font-weight:700;
}
.testi-name{ font-weight:700; }
.testi-role{ font-size:.8rem; color:var(--gold-light); text-transform:uppercase; letter-spacing:.05em; }
.testi-dots{ display:flex; justify-content:center; gap:8px; margin-top:26px; }
.testi-dots button{ width:9px; height:9px; border-radius:50%; border:1px solid var(--gold-light); background:transparent; cursor:pointer; }
.testi-dots button.active{ background:var(--gold-light); }

/* ============================== CTA STRIP ============================== */
.cta-strip{
  background:linear-gradient(90deg,var(--red),var(--red-dark)); color:#fff; padding:44px 0;
}
.cta-strip .container{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:20px; }
.cta-strip h3{ color:#fff; font-size:1.5rem; }
.cta-strip p{ color:#ffe3e3; font-size:.9rem; }

/* ============================== PAGE HEADER (inner pages) ================= */
.page-hero{
  padding:60px 0; color:#fff; text-align:center;
  background:linear-gradient(120deg,var(--blue-dark),var(--blue) 55%, var(--red-dark));
  position:relative;
}
.page-hero h1{ color:#fff; font-size:clamp(1.8rem,3.6vw,2.6rem); }
.breadcrumb{ margin-top:10px; font-size:.85rem; color:var(--gold-light); }
.breadcrumb a{ color:#fff; }
.breadcrumb span{ margin:0 6px; }

/* ============================== GENERIC FORM CARD ========================= */
.form-wrap{ padding:80px 0; }
.form-card{
  max-width:560px; margin:0 auto; background:#fff; border:1px solid var(--line); border-radius:8px;
  box-shadow:var(--shadow); padding:40px;
}
.form-card h2{ text-align:center; margin-bottom:6px; }
.form-card .section-sub{ text-align:center; margin:0 auto 28px; }
.field{ margin-bottom:18px; }
.field label{ display:block; font-size:.83rem; font-weight:600; margin-bottom:6px; color:var(--blue-dark); }
.field input, .field select, .field textarea{
  width:100%; padding:12px 14px; border:1px solid var(--line); border-radius:4px; font-family:var(--font-body); font-size:.92rem;
  background:var(--cream);
}
.field input:focus, .field select:focus, .field textarea:focus{ outline:2px solid var(--gold); border-color:var(--gold); }
.field-row{ display:flex; gap:14px; }
.field-row .field{ flex:1; }
.form-card .btn{ width:100%; justify-content:center; margin-top:8px; }
.form-alt{ text-align:center; margin-top:18px; font-size:.86rem; color:#5b5f76; }
.form-alt a{ color:var(--red); font-weight:600; }
@media(max-width:520px){ .field-row{ flex-direction:column; gap:0; } }

/* content page blocks (about/programs/donate) */
.content-sec{ padding:70px 0; }
.two-col{ display:grid; grid-template-columns:1.1fr .9fr; gap:50px; align-items:center; }
@media(max-width:800px){ .two-col{ grid-template-columns:1fr; } }
.stat-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:40px; }
@media(max-width:800px){ .stat-grid{ grid-template-columns:repeat(2,1fr);} }
.stat-card{ text-align:center; padding:26px 10px; border:1px solid var(--line); border-radius:var(--radius); }
.stat-card .num{ font-family:var(--font-display); font-size:2.2rem; color:var(--red); font-weight:700; }
.stat-card .lbl{ font-size:.8rem; color:#5b5f76; text-transform:uppercase; letter-spacing:.04em; }

.value-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:36px; }
@media(max-width:800px){ .value-grid{ grid-template-columns:1fr; } }
.value-card{ padding:28px; border-radius:var(--radius); background:#fff; border:1px solid var(--line); }
.value-card .lb-icon{ margin:0 0 14px; }
.value-card h3{ font-size:1.05rem; margin-bottom:8px; }
.value-card p{ font-size:.88rem; color:#5b5f76; }

table.donor-table{ width:100%; border-collapse:collapse; margin-top:20px; }
table.donor-table th, table.donor-table td{ padding:12px 14px; border-bottom:1px solid var(--line); font-size:.88rem; text-align:left; }
table.donor-table th{ background:var(--blue); color:#fff; font-weight:600; }
table.donor-table tr:nth-child(even){ background:var(--cream); }

.donate-options{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin:26px 0; }
@media(max-width:700px){ .donate-options{ grid-template-columns:repeat(2,1fr); } }
.donate-amt{
  padding:16px; text-align:center; border:2px solid var(--line); border-radius:6px; font-weight:700;
  cursor:pointer; transition:.2s; background:#fff;
}
.donate-amt.active, .donate-amt:hover{ border-color:var(--gold); background:var(--cream); color:var(--red); }

/* ============================== FOOTER ================================= */
.site-footer{ background:var(--blue-dark); color:#c6cbe4; padding-top:60px; }
.footer-grid{ display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:44px; padding-bottom:40px; }
@media(max-width:800px){ .footer-grid{ grid-template-columns:1fr; } }
.footer-brand{ display:flex; gap:14px; align-items:flex-start; margin-bottom:14px; }
.footer-brand img{ width:54px; }
.footer-brand .hin{ font-family:var(--font-hindi); color:#fff; font-weight:700; font-size:1.1rem; }
.footer-col h4{ color:#fff; font-size:1rem; margin-bottom:18px; position:relative; padding-bottom:10px; }
.footer-col h4::after{ content:""; position:absolute; left:0; bottom:0; width:34px; height:2px; background:var(--gold); }
.footer-col ul li{ margin-bottom:10px; font-size:.87rem; }
.footer-col ul li a:hover{ color:var(--gold-light); }
.footer-social{ display:flex; gap:10px; margin-top:16px; }
.footer-social a{ width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; transition:.2s; }
.footer-social a:hover{ background:var(--gold); color:var(--blue-dark); }
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.1); padding:18px 0; font-size:.8rem;
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:8px;
}
.footer-bottom a{ color:var(--gold-light); }

/* misc */
.reveal{ opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease; }
.reveal.in{ opacity:1; transform:translateY(0); }
::selection{ background:var(--gold); color:var(--blue-dark); }
