@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Source+Serif+4:opsz,wght@8..60,600;8..60,700&display=swap');

:root {
  --chrome-ivory: #fffdf8;
  --chrome-paper: #f6f1e7;
  --chrome-ink: #13243a;
  --chrome-muted: #667080;
  --chrome-navy: #123a6d;
  --chrome-navy-dark: #071a31;
  --chrome-saffron: #dc6b21;
  --chrome-saffron-light: #f69a47;
  --chrome-green: #167447;
  --chrome-border: rgba(18, 58, 109, .13);
  --chrome-shadow: 0 18px 50px rgba(7, 26, 49, .13);
  --chrome-radius-sm: 12px;
  --chrome-radius-md: 16px;
  --chrome-radius-lg: 22px;
  --chrome-radius-xl: 30px;
  --chrome-sans: "Manrope", sans-serif;
  --chrome-serif: "Source Serif 4", Georgia, serif;
}

img{
  max-width: 100%;
  height: auto;
}
.topbar-wrapper,
.site-header,
.site-footer {
  font-family: var(--chrome-sans);
}

.topbar-wrapper *,
.site-header *,
.site-footer * {
  box-sizing: border-box;
}

.topbar-wrapper a,
.site-header a,
.site-footer a {
  text-decoration: none;
}

.topbar-wrapper svg,
.site-header svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Official identity bar */
.topbar-wrapper {
  position: sticky;
  top: 0;
  z-index: 50;
  color: rgba(255, 255, 255, .86);
  background: var(--chrome-navy-dark);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}


.topbar {
  width: min(1200px, calc(100% - 40px));
  min-height: 39px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .015em;
}

.topbar-left,
.topbar-right,
.topbar-registration,
.topbar-contact,
.topbar-volunteer {
  display: flex;
  align-items: center;
}

.topbar-left,
.topbar-right { gap: 15px; }
.topbar-registration,
.topbar-contact,
.topbar-volunteer { gap: 7px; }
.topbar-registration svg,
.topbar-contact svg,
.topbar-volunteer svg { width: 14px; height: 14px; flex: 0 0 auto; }
.topbar-registration { color: rgba(255, 255, 255, .72); }
.topbar-registration svg { color: #f3a15f; }
.topbar-reg-number { color: #fff; font-weight: 700; }

.topbar-sep {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, .16);
}

.topbar-contact,
.topbar-utility,
.topbar-language { color: rgba(255, 255, 255, .76); }
.topbar-contact:hover,
.topbar-utility:hover,
.topbar-language:hover { color: #fff; }
.topbar-volunteer {
  align-self: stretch;
  padding: 0 14px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-inline: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--chrome-radius-md);
}
.topbar-volunteer:hover { background: var(--chrome-green); color: #fff; }
.topbar-language { font-size: 12px; font-weight: 700; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 45;
  color: var(--chrome-ink);
  background: rgba(255, 253, 248, .95);
  border-bottom: 1px solid var(--chrome-border);
  box-shadow: 0 7px 28px rgba(7, 26, 49, .07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1200px, calc(100% - 40px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.impact-brand {
  flex: 0 0 auto;
  min-width: 285px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--chrome-ink);
}

.brand-emblem {
  width: 61px;
  height: 61px;
  padding: 3px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(18, 58, 109, .12);
  box-shadow: 0 7px 18px rgba(7, 26, 49, .11);
}

.brand-logo {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}

.impact-brand-copy { display: grid; line-height: 1.08; }
.impact-brand-copy strong {
  font-family: var(--chrome-serif);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--chrome-navy-dark);
}
.impact-brand-copy small {
  margin-top: 4px;
  color: var(--chrome-saffron);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .105em;
  text-transform: uppercase;
}
.brand-since {
  margin-top: 5px;
  color: var(--chrome-muted);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-nav-panel {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.site-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.25vw, 23px);
}

.site-nav > a,
.nav-group__desktop-link {
  min-height: 86px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1c2f47;
  font-family: var(--chrome-serif);
  font-size: clamp(10.5px, .82vw, 12.5px);
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
}

.site-nav > a::after,
.nav-group__desktop-link::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 3px;
  background: var(--chrome-saffron);
  transition: left .2s ease, right .2s ease;
}

.site-nav > a:hover,
.site-nav > a.active,
.nav-group:hover > .nav-group__desktop-link { color: #d4601e; }
.site-nav > a:hover::after,
.site-nav > a.active::after,
.nav-group:hover > .nav-group__desktop-link::after { left: 0; right: 0; }

.nav-group { position: relative; }
.nav-group__chevron { width: 13px; height: 13px; }
.mobile-nav-group-toggle { display: none; }

.nav-submenu {
  position: absolute;
  left: -20px;
  top: calc(100% - 1px);
  z-index: 10;
  width: 264px;
  padding: 12px;
  display: grid;
  gap: 4px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(245,240,231,.98));
  border: 1px solid rgba(18,58,109,.12);
  border-top: 3px solid var(--chrome-saffron);
  border-radius: var(--chrome-radius-lg);
  box-shadow: 0 18px 42px rgba(6,21,40,.14);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.nav-group:hover .nav-submenu,
.nav-group:focus-within .nav-submenu { visibility: visible; opacity: 1; transform: translateY(0); }
.nav-submenu a {
  padding: 11px 13px;
  color: #22364f;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .03em;
  border-left: 2px solid transparent;
  border-radius: 12px;
}
.nav-submenu a:hover { color: #0f1f30; background: rgba(212,96,30,.08); border-left-color: var(--chrome-saffron); }
.nav-submenu .nav-submenu__overview { color: #0f1f30; font-weight: 850; background: rgba(19,136,8,.05); border-bottom: 1px solid rgba(18,58,109,.08); margin-bottom: 3px; }
.nav-submenu .submenu-title,
.nav-submenu .submenu-desc { display: none; }

.header-actions { flex: 0 0 auto; display: flex; align-items: center; gap: 8px; }
.header-involve,
.header-donate {
  min-height: 41px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
  border-radius: var(--chrome-radius-md);
}
.header-involve { color: var(--chrome-navy); border: 1px solid rgba(18, 58, 109, .28); }
.header-involve:hover { color: #fff; background: var(--chrome-navy); }
.header-donate { color: #fff; background: var(--chrome-saffron); box-shadow: 0 10px 24px rgba(220, 107, 33, .22); }
.header-donate:hover { color: #fff; background: #c75713; transform: translateY(-1px); }
.header-donate svg { width: 13px; height: 13px; fill: none; stroke-width: 2; }

.nav-toggle,
.mobile-menu-identity { display: none; }

/* Footer */
.footer-focused {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, .73);
  background:
    radial-gradient(circle at 7% 42%, rgba(220, 107, 33, .13), transparent 24%),
    radial-gradient(circle at 94% 63%, rgba(22, 116, 71, .15), transparent 25%),
    var(--chrome-navy-dark);
}

.footer-focused::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -170px;
  bottom: -220px;
  border: 1px solid rgba(255, 255, 255, .045);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(255, 255, 255, .018), 0 0 0 88px rgba(255, 255, 255, .012);
  pointer-events: none;
}

.footer-tricolour { height: 5px; display: grid; grid-template-columns: repeat(3, 1fr); }
.footer-tricolour span:nth-child(1) { background: var(--chrome-saffron); }
.footer-tricolour span:nth-child(2) { background: #f5f0e6; }
.footer-tricolour span:nth-child(3) { background: var(--chrome-green); }

.footer-cta {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 49px 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}
.footer-eyebrow {
  color: #f3a15f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.footer-cta h2 {
  max-width: 650px;
  margin: 7px 0 5px;
  color: #fff;
  font-family: var(--chrome-serif);
  font-size: clamp(27px, 3vw, 43px);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.footer-cta p { margin: 0; color: rgba(255, 255, 255, .58); font-size: 13px; }
.footer-cta-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.footer-btn {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  border-radius: var(--chrome-radius-md);
}
.footer-btn-primary { background: var(--chrome-saffron); }
.footer-btn-primary:hover { color: #fff; background: #c75713; }
.footer-btn-secondary { border: 1px solid rgba(255, 255, 255, .25); }
.footer-btn-secondary:hover { color: #fff; border-color: rgba(255, 255, 255, .65); }

.footer-main {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 50px 0 46px;
  display: grid;
  grid-template-columns: minmax(250px, 1.55fr) repeat(3, minmax(130px, .72fr)) minmax(210px, 1fr);
  gap: clamp(25px, 3vw, 50px);
  position: relative;
  z-index: 1;
}
.footer-brand { display: flex; align-items: center; gap: 13px; color: #fff; }
.footer-brand img { width: 68px; height: 68px; border-radius: 50%; object-fit: cover; background: #fff; border: 3px solid rgba(255, 255, 255, .1); }
.footer-brand span { display: grid; line-height: 1.1; }
.footer-brand strong { font-family: var(--chrome-serif); font-size: 22px; }
.footer-brand small { margin-top: 5px; color: #f3a15f; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-brand-column > p { max-width: 360px; margin: 19px 0; font-size: 12px; line-height: 1.75; }
.footer-credentials { display: grid; gap: 6px; }
.footer-credentials span { padding-left: 13px; position: relative; color: rgba(255, 255, 255, .55); font-size: 9.5px; }
.footer-credentials span::before { content: ""; position: absolute; left: 0; top: .48em; width: 5px; height: 5px; border-radius: 50%; background: var(--chrome-green); }

.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-column h3 {
  margin: 0 0 10px;
  padding-bottom: 11px;
  position: relative;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.footer-column h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 26px; height: 2px; background: linear-gradient(90deg, var(--chrome-saffron) 50%, var(--chrome-green) 50%); }
.footer-column a { color: rgba(255, 255, 255, .65); font-size: 10.5px; line-height: 1.45; }
.footer-column a:hover { color: #fff; transform: translateX(2px); }
.footer-contact address { margin: 0 0 6px; color: rgba(255, 255, 255, .64); font-size: 10.5px; font-style: normal; line-height: 1.7; }
.footer-contact a { display: grid; gap: 2px; }
.footer-contact a span { color: rgba(255, 255, 255, .4); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-contact a strong { color: rgba(255, 255, 255, .82); font-size: 10.5px; font-weight: 600; }

.footer-bottom {
  width: min(1280px, calc(100% - 48px));
  min-height: 63px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .42);
  font-size: 9px;
}
.footer-bottom nav { display: flex; gap: 15px; }
.footer-bottom a { color: rgba(255, 255, 255, .48); }
.footer-bottom a:hover { color: #fff; }
.site-credit strong { color: rgba(255, 255, 255, .76); font-weight: 700; }

@media (max-width: 1240px) {
  .topbar,
  .header-inner,
  .footer-cta,
  .footer-main,
  .footer-bottom { width: min(100% - 32px, 1180px); }
  .impact-brand { min-width: 235px; }
  .brand-emblem { width: 54px; height: 54px; }
  .impact-brand-copy strong { font-size: 21px; }
  .site-nav { gap: 12px; }
  .site-nav > a,
  .nav-group__desktop-link { font-size: 9.5px; }
  .header-involve { display: none; }
  .footer-main { grid-template-columns: 1.35fr repeat(2, .8fr) 1fr; }
  .footer-main > :nth-child(4) { display: none; }
}

@media (max-width: 980px) {
  .topbar-registration { display: none; }
  .header-inner { min-height: 76px; justify-content: space-between; }
  .impact-brand { min-width: 0; }
  .brand-since { display: none; }
  .nav-toggle {
    width: 43px;
    height: 43px;
    padding: 11px;
    display: grid;
    align-content: center;
    gap: 5px;
    color: var(--chrome-navy);
    background: transparent;
    border: 1px solid var(--chrome-border);
    cursor: pointer;
  }
  .nav-toggle > span:not(.sr-only) { width: 100%; height: 2px; display: block; background: currentColor; }
  .site-nav-panel {
    position: fixed;
    inset: 0;
    z-index: 100;
    width: min(420px, 92vw);
    height: 100dvh;
    margin-left: auto;
    padding: 0 24px 30px;
    display: block;
    overflow-y: auto;
    color: var(--chrome-ink);
    background: var(--chrome-ivory);
    box-shadow: -25px 0 60px rgba(7, 26, 49, .2);
    transform: translateX(110%);
    visibility: hidden;
    transition: transform .28s ease, visibility .28s;
  }
  .site-header.nav-open .site-nav-panel { transform: translateX(0); visibility: visible; }
  .mobile-menu-identity {
    margin: 0 -24px 14px;
    padding: 12px 16px;
    display: grid;
    grid-template-columns: 26px 1fr 28px;
    align-items: center;
    gap: 8px;
    color: #fff;
    background: var(--chrome-navy-dark);
    border-bottom: 3px solid var(--chrome-saffron);
  }
  .mobile-menu-identity img { width: 26px; height: 26px; border-radius: 50%; object-fit: cover; background: #fff; }
  .mobile-menu-identity > span { display: grid; }
  .mobile-menu-identity strong { font-family: var(--chrome-serif); font-size: 9px; line-height: 1.05; }
  .mobile-menu-kicker { color: #f3a15f; font-size: 6px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-menu-tagline { margin-top: 2px; color: rgba(255, 255, 255, .65); font-size: 6.5px; line-height: 1.15; }
  .mobile-sheet-close { width: 24px; height: 24px; padding: 5px; color: #fff; background: rgba(255,255,255,.08); border: 0; border-radius: var(--chrome-radius-md); cursor: pointer; }
  .mobile-sheet-close svg { width: 100%; height: 100%; }
  .site-nav { display: grid; gap: 0; }
  .site-nav > a,
  .nav-group__desktop-link,
  .mobile-nav-group-toggle {
    width: 100%;
    min-height: 49px;
    padding: 0;
    justify-content: space-between;
    color: var(--chrome-ink);
    font-size: 12px;
    letter-spacing: .03em;
    border-bottom: 1px solid var(--chrome-border);
  }
  .site-nav > a::after,
  .nav-group__desktop-link::after { display: none; }
  .nav-group__desktop-link { display: none; }
  .mobile-nav-group-toggle { display: flex; align-items: center; background: transparent; border-width: 0 0 1px; cursor: pointer; font-weight: 700; }
  .mobile-nav-group-toggle svg { width: 16px; height: 16px; transition: transform .2s ease; }
  .nav-submenu {
    position: static;
    width: auto;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    transform: none;
    background: #f5f0e7;
    border: 0;
    border-radius: 18px;
    box-shadow: none;
    transition: max-height .25s ease, padding .25s ease;
  }
  .nav-group.mobile-group-open .nav-submenu { max-height: 420px; padding: 6px; }
  .nav-group.mobile-group-open .mobile-nav-group-toggle svg { transform: rotate(180deg); }
  .nav-submenu a { padding: 9px 12px; }
  .header-actions { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; }
  .header-involve { display: flex; }
  .header-involve,
  .header-donate { min-height: 45px; }
  body.mobile-nav-open { overflow: hidden; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-main > :nth-child(4) { display: flex; }
  .footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 700px) {
  .topbar { width: calc(100% - 24px); min-height: 36px; }
  .topbar-left { display: none; }
  .topbar-right { width: 100%; justify-content: space-between; gap: 8px; }
  .topbar-email,
  .topbar-right .topbar-sep,
  .topbar-utility { display: none; }
  .topbar-volunteer { min-height: 36px; padding: 0 10px; }
  .header-inner { width: calc(100% - 24px); min-height: 70px; }
  .brand-emblem { width: 47px; height: 47px; }
  .impact-brand { gap: 10px; }
  .impact-brand-copy strong { font-size: 19px; }
  .impact-brand-copy small { font-size: 7.5px; }
  .footer-cta,
  .footer-main,
  .footer-bottom { width: calc(100% - 32px); }
  .footer-cta { padding: 38px 0 34px; display: block; }
  .footer-cta h2 { font-size: 29px; }
  .footer-cta-actions { margin-top: 22px; }
  .footer-btn { flex: 1; padding: 0 12px; }
  .footer-main { padding: 40px 0; grid-template-columns: 1fr 1fr; gap: 35px 24px; }
  .footer-brand-column { grid-column: 1 / -1; }
  .footer-main > :nth-child(4) { display: none; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { padding: 18px 0; align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-bottom nav { gap: 10px; flex-wrap: wrap; }
}

/* Site-wide mobile safety net */
html,
body { max-width: 100%; overflow-x: hidden; }

img,
svg,
video,
iframe { max-width: 100%; }

table { display: block; max-width: 100%; overflow-x: auto; }

pre,
code { max-width: 100%; overflow-x: auto; white-space: pre-wrap; overflow-wrap: anywhere; }

button,
input,
select,
textarea { max-width: 100%; }

@media (max-width: 760px) {
  .wrap,
  .coverage-wrap,
  .pathshala-wrap,
  .sehat-wrap,
  .naari-wrap,
  .clean-wrap,
  .nanhe-wrap,
  .academy-wrap,
  .news-wrap {
    width: calc(100% - 32px);
    max-width: 100%;
  }

  .initiative-photo-reel-shell > .wrap {
    width: calc(100% - 32px) !important;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .initiative-photo-reel-shell h1 { font-size: clamp(34px, 10vw, 52px) !important; }
  .initiative-photo-reel-shell p { font-size: 15px !important; }

  .coverage-card h2 { overflow-wrap: anywhere; }
  .coverage-links { align-items: stretch; flex-direction: column; }
  .coverage-links a { justify-content: center; width: 100%; text-align: center; }

  .footer-cta-actions,
  .hero-actions,
  .cta-actions { flex-wrap: wrap; }
  .footer-cta-actions > *,
  .hero-actions > *,
  .cta-actions > * { min-width: 0; }
}

@media (max-width: 420px) {
  .impact-brand-copy small { max-width: 190px; }
  .footer-cta-actions { display: grid; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand-column,
  .footer-contact { grid-column: auto; }
  .footer-main > :nth-child(4) { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  .site-header *,
  .site-footer * { scroll-behavior: auto !important; transition: none !important; }
}

/* Initiative content cards */
.initiative-photo-reel-shell,
.mission-gallery-shell,
.impact-gallery-shell,
.content-gallery-shell {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  contain: paint;
}

.initiative-photo-reel-shell > .wrap,
.mission-gallery-shell > .wrap,
.impact-gallery-shell > .wrap,
.content-gallery-shell > .wrap {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px)) !important;
  max-width: 1120px;
  margin-left: auto !important;
  margin-right: auto !important;
  min-width: 0;
}

.gallery-shell,
.gallery-section,
.section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-shell > .wrap,
.gallery-section > .wrap,
.section > .wrap {
  width: min(1120px, calc(100% - 40px));
  max-width: 1120px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.pathshala-section,
.sehat-section,
.naari-section,
.clean-section,
.nanhe-section,
.academy-section,
.news-section {
  position: relative;
  padding: 34px 36px;
  margin-top: 30px;
  border: 1px solid rgba(10,39,68,.10);
  border-radius: 22px;
  background: linear-gradient(145deg, #fff 0%, #fbfcfd 100%);
  box-shadow: 0 14px 30px rgba(10,39,68,.07);
}

.pathshala-section h2,
.sehat-section h2,
.naari-section h2,
.clean-section h2,
.nanhe-section h2,
.academy-section h2,
.news-section h2 {
  display: block;
  margin: 0 0 24px !important;
  padding: 0 0 16px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(10,39,68,.12) !important;
  color: #123a6d;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.pathshala-section h2::after,
.sehat-section h2::after,
.naari-section h2::after,
.clean-section h2::after,
.nanhe-section h2::after,
.academy-section h2::after,
.news-section h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin-top: 14px;
  border-radius: 99px;
  background: linear-gradient(90deg, #e47b21 0 50%, #168244 50%);
}

.pathshala-list,
.sehat-list,
.naari-list,
.clean-list,
.nanhe-list,
.academy-list,
.news-list { gap: 9px 12px; padding-left: 0; list-style: none; }

.pathshala-list li,
.sehat-list li,
.naari-list li,
.clean-list li,
.nanhe-list li,
.academy-list li,
.news-list li {
  position: relative;
  padding: 11px 14px 11px 32px;
  border: 1px solid rgba(10,39,68,.08);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 12px rgba(10,39,68,.035);
}

.pathshala-list li::before,
.sehat-list li::before,
.naari-list li::before,
.clean-list li::before,
.nanhe-list li::before,
.academy-list li::before,
.news-list li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 11px;
  color: #168244;
  font-weight: 800;
}

@media (max-width: 700px) {
  .pathshala-section,
  .sehat-section,
  .naari-section,
  .clean-section,
  .nanhe-section,
  .academy-section,
  .news-section { padding: 26px 20px; }
}

/* ==========================================================================
   DEDICATED SITE-WIDE TABLET OPTIMIZATIONS (768px - 1024px)
   Strictly targets Tablet viewports without changing Mobile (<768px) or Desktop (>1024px)
   ========================================================================== */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Wrappers & Alignment */
  .wrap,
  .coverage-wrap,
  .pathshala-wrap,
  .sehat-wrap,
  .naari-wrap,
  .clean-wrap,
  .nanhe-wrap,
  .academy-wrap,
  .news-wrap {
    width: min(94%, 960px) !important;
  }

  /* Header & Topbar for Tablet */
  .topbar {
    width: min(94%, 960px) !important;
    font-size: 11px;
  }

  .header-inner {
    width: min(94%, 960px) !important;
    padding: 0 12px;
  }

  .impact-brand-copy strong {
    font-size: 22px;
  }

  /* Hero & Typography for Tablet */
  .page-hero,
  .hero,
  .intro-hero {
    padding: 135px 0 54px;
  }

  .page-hero h1,
  .hero h1,
  .intro-hero h1 {
    font-size: clamp(36px, 5.2vw, 54px);
    line-height: 1.05;
  }

  .page-hero p,
  .hero p,
  .intro-hero p {
    font-size: 16px;
    line-height: 1.7;
  }

  /* Tablet Grid Layouts (Balanced 2-column grids) */
  .grid,
  .two-col,
  .two-col-grid,
  .split-grid,
  .feature-split,
  .three-col-grid,
  .four-col-grid,
  .quick-cta-grid,
  .stats-grid,
  .impact-grid,
  .pillars-grid,
  .values-grid,
  .values,
  .cards-grid,
  .trust-grid,
  .intro-stats,
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  /* Focus Area & Initiative Cards on Tablet */
  .initiative-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .initiative-card {
    grid-template-columns: 1fr !important;
    grid-template-rows: 150px auto !important;
    border-radius: 16px !important;
    padding: 0 !important;
  }

  .initiative-card__media {
    height: 150px !important;
    border-radius: 0 !important;
  }

  .initiative-card__copy {
    padding: 16px 18px 18px !important;
  }

  /* Gallery Grid on Tablet */
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .gallery-item img {
    aspect-ratio: 4 / 3 !important;
  }

  /* Team Grid on Tablet */
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }

  /* Documents & Form Grids on Tablet */
  .document-grid,
  .documents-grid,
  .form-grid,
  .donate-container,
  .cards,
  .path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }

  /* Initiative Detail Sections on Tablet */
  .pathshala-section,
  .sehat-section,
  .naari-section,
  .clean-section,
  .nanhe-section,
  .academy-section,
  .news-section {
    padding: 28px 24px !important;
    border-radius: 18px !important;
  }

  .pathshala-list,
  .sehat-list,
  .naari-list,
  .clean-list,
  .nanhe-list,
  .academy-list,
  .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 14px !important;
  }

  /* Footer on Tablet */
  .footer-body,
  .footer-main {
    grid-template-columns: 1.2fr 1fr !important;
    gap: 32px 24px !important;
  }

  .footer-brand-block,
  .footer-brand-column {
    grid-column: 1 / -1 !important;
  }

  .footer-column-cards,
  .footer-contact {
    grid-column: auto !important;
  }

  .footer-top {
    padding: 26px 28px !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .footer-top-actions {
    justify-content: flex-start !important;
  }

  /* Touch Target Optimizations on Tablet */
  a, button, .btn {
    min-height: 44px;
  }
}
