/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-geist-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--background:#fff;--foreground:#062b1d;--green:#00643f;--green-dark:#004b31;--green-soft:#e7f1ec;--saffron:#f47413;--saffron-soft:#fff1e3;--muted:#4b5b53;--line:#dfe7e2;--shadow:0 18px 45px #004b311a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);font-family:var(--font-geist-sans), Arial, Helvetica, sans-serif;margin:0}a{color:inherit;text-decoration:none}.site-header{z-index:20;background:#ffffffeb;border-bottom:1px solid #00643f14;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:22px clamp(22px,5vw,80px);display:grid;position:sticky;top:0}.topbar{background:var(--green-dark);color:#fff;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:22px;min-height:36px;padding:8px clamp(22px,5vw,80px);font-size:13px;font-weight:700;display:flex}.topbar a,.topbar span{color:#ffffffe6}.brand{align-items:center;gap:14px;display:inline-flex}.brand strong,.footer-brand strong{color:var(--green-dark);font-size:25px;font-weight:800;line-height:.9;display:block}.brand small{color:var(--saffron);margin-top:2px;font-size:14px;font-weight:800;display:block}.brand-logo{object-fit:contain;width:128px;height:auto;display:block}.brand-logo.compact{width:112px}nav{justify-content:center;gap:clamp(18px,3vw,46px);display:flex}.nav-item{display:inline-flex;position:relative}nav a{color:#111827;padding:8px 0;font-size:15px;font-weight:600}nav>.nav-item:first-child>a{color:var(--green)}.submenu{border:1px solid var(--line);box-shadow:var(--shadow);opacity:0;pointer-events:none;background:#fff;border-radius:6px;gap:8px;min-width:210px;padding:12px 14px;transition:opacity .18s,transform .18s;display:grid;position:absolute;top:100%;left:0;transform:translateY(8px)}.nav-item:hover .submenu,.nav-item:focus-within .submenu{opacity:1;pointer-events:auto;transform:translateY(0)}.submenu a{color:var(--green-dark);padding:6px 0;font-size:14px}.header-cta,.primary,.secondary{border-radius:6px;justify-content:center;align-items:center;min-height:46px;padding:0 30px;font-size:16px;font-weight:800;display:inline-flex}.header-cta,.primary{background:linear-gradient(135deg, var(--green), var(--green-dark));color:#fff;box-shadow:0 12px 24px #004b3129}.secondary{border:1.5px solid var(--green);color:var(--green);background:#fff}.hero{grid-template-columns:minmax(300px,.78fr) minmax(380px,1.22fr);align-items:center;gap:42px;min-height:430px;padding:38px clamp(22px,5vw,80px) 28px;display:grid}.page-hero{background:radial-gradient(circle at 80% 18%,#f4741329,#0000 18%),linear-gradient(135deg,#e7f1eceb,#fff1e385);border-bottom:1px solid #004b311a;padding:64px clamp(22px,5vw,80px)}.page-hero h1{color:var(--green-dark);margin:0 0 12px;font-size:clamp(42px,5vw,72px);font-weight:900;line-height:1}.page-hero p{color:var(--saffron);margin:0;font-size:17px;font-weight:850}.hero h1{color:var(--green-dark);letter-spacing:0;max-width:680px;margin:0;font-size:clamp(48px,6.1vw,88px);font-weight:900;line-height:.98}.tagline{color:var(--saffron);margin:18px 0 12px;font-size:clamp(21px,2.3vw,31px);font-weight:850;line-height:1.2}.intro{color:#17221d;max-width:540px;margin:0;font-size:17px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:22px;margin-top:24px;display:flex}.hero-visual{box-shadow:var(--shadow);background:#f8fbf9;border:1px solid #004b311f;border-radius:8px;height:360px;position:relative;overflow:hidden}.hero-slider:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(#0000 54%,#004b31c7);position:absolute;inset:0}.hero-slide{opacity:0;margin:0;animation:40s infinite heroPhotoSlider;position:absolute;inset:0}.hero-slide:nth-child(2){animation-delay:4s}.hero-slide:nth-child(3){animation-delay:8s}.hero-slide:nth-child(4){animation-delay:12s}.hero-slide:nth-child(5){animation-delay:16s}.hero-slide:nth-child(6){animation-delay:20s}.hero-slide:nth-child(7){animation-delay:24s}.hero-slide:nth-child(8){animation-delay:28s}.hero-slide:nth-child(9){animation-delay:32s}.hero-slide:nth-child(10){animation-delay:36s}.hero-slide img{object-fit:cover;width:100%;height:100%;display:block}.hero-slide figcaption{color:#fff;text-shadow:0 2px 12px #0006;z-index:3;font-size:clamp(18px,2vw,25px);font-weight:900;line-height:1.2;position:absolute;bottom:24px;left:24px;right:24px}@keyframes heroPhotoSlider{0%{opacity:0;transform:scale(1.04)}3%,10%{opacity:1}13%,to{opacity:0;transform:scale(1)}}.sun{background:linear-gradient(135deg, #ffae35, var(--saffron));border-radius:50%;width:92px;height:92px;position:absolute;top:22px;left:20%}.skyline{opacity:.8;background:linear-gradient(90deg,#0000 0 6%,#004b3114 6% 12%,#0000 12% 19%,#004b3114 19% 25%,#0000 25% 34%,#004b3114 34% 40%,#0000 40% 100%);width:58%;height:100px;position:absolute;bottom:112px;left:28%}.wave{border-radius:50%;width:80%;height:48px;position:absolute;left:10%;transform:rotate(-8deg)}.wave-one{background:var(--saffron);bottom:115px}.wave-two{background:var(--green);opacity:.86;bottom:82px}.tree{background:#6d8b28;border-radius:48% 52% 44% 56%;width:126px;height:112px;position:absolute;bottom:82px;left:7%}.tree:after{content:"";background:#7a4c25;width:9px;height:70px;position:absolute;bottom:-58px;left:58px}.person{background:var(--green);border-radius:42% 42% 12px 12px;position:absolute;bottom:33px}.person:before{content:"";background:#12261f;border-radius:50%;width:36px;height:36px;position:absolute;top:-26px;left:17px}.person-one{width:68px;height:90px;left:31%}.person-two{background:var(--saffron);width:72px;height:84px;left:48%}.person-three{width:58px;height:126px;right:18%}.plant{background:var(--green);border-radius:40px 40px 0 0;width:34px;height:64px;position:absolute;bottom:24px;right:9%}.hut{background:#d4b27a;width:90px;height:54px;position:absolute;bottom:36px;right:0}.hut:before{content:"";border-bottom:50px solid #a37643;border-left:54px solid #0000;border-right:54px solid #0000;position:absolute;top:-48px;left:-9px}.section{border-top:1px solid #004b3114;padding:28px clamp(22px,5vw,80px)}.advisor-section{background:linear-gradient(135deg,#e7f1ece6,#fff1e394)}.advisor-card{grid-template-columns:180px 1fr;align-items:center;gap:clamp(22px,4vw,42px);max-width:1120px;margin:0 auto;display:grid}.advisor-card img{aspect-ratio:1;object-fit:cover;object-position:center top;border:6px solid #fff;border-radius:50%;width:180px;display:block;box-shadow:0 18px 38px #004b312e}.advisor-card span{color:var(--saffron);margin-bottom:8px;font-size:15px;font-weight:900;display:block}.advisor-card h2{color:var(--green-dark);margin:0 0 12px;font-size:clamp(28px,3.4vw,42px);font-weight:900;line-height:1.1}.advisor-card p{color:#20352c;margin:0;font-size:16px;line-height:1.68}.advisor-card a,.team-phone{color:var(--green-dark);text-underline-offset:3px;margin-top:14px;font-size:15px;font-weight:900;text-decoration:underline;display:inline-flex}.section-heading{text-align:center;max-width:720px;margin:0 auto 22px}.section-heading.left{text-align:left;margin-left:0}.section-heading h2{color:var(--green-dark);margin:0 0 6px;font-size:clamp(28px,3vw,36px);font-weight:850;line-height:1.1}.section-heading p{color:var(--muted);margin:0;font-size:15px}.programme-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.programme-card{border:1px solid var(--line);background:#fff;border-radius:6px;grid-template-columns:34px 74px 1fr;align-items:start;gap:12px 16px;min-height:210px;padding:20px;scroll-margin-top:130px;display:grid;box-shadow:0 8px 20px #062b1d0f}.programme-number{color:#004b3147;font-size:24px;font-weight:900;line-height:1}.programme-card h3,.action-strip h3{color:var(--green-dark);margin:0 0 6px;font-size:16px;font-weight:850;line-height:1.2}.programme-card:nth-child(2) h3,.programme-card:nth-child(4) h3{color:var(--saffron)}.programme-card p,.action-strip p{color:#24352d;margin:0;font-size:14px;line-height:1.45}.programme-card a{color:var(--green);margin-top:12px;font-size:14px;font-weight:850;display:inline-block}.about-grid,.team-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.vision-grid,.contact-layout{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:22px;display:grid}.photo-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:30px;display:grid}.photo-gallery figure{border:1px solid var(--line);background:#fff;border-radius:6px;margin:0;overflow:hidden;box-shadow:0 8px 20px #062b1d0d}.photo-gallery img{aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;display:block}.photo-gallery figcaption{color:var(--green-dark);padding:14px 16px 16px;font-size:15px;font-weight:800;line-height:1.35}.event-feature{background:linear-gradient(135deg, var(--green-dark), var(--green));box-shadow:var(--shadow);color:#fff;border-radius:6px;margin-top:34px;padding:clamp(24px,4vw,42px)}.event-feature h2{color:#fff;margin:0 0 14px;font-size:clamp(28px,3vw,40px);font-weight:900;line-height:1.1}.event-feature p{color:#ffffffe6;max-width:1080px;margin:0;font-size:17px;line-height:1.7}.event-feature ul{color:#ffffffeb;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:20px 0;padding:0;list-style:none;display:grid}.event-feature li{background:#ffffff1f;border:1px solid #ffffff2e;border-radius:6px;padding:12px 14px;font-size:15px;font-weight:750;line-height:1.4}.event-feature a{color:#fff;text-underline-offset:3px;font-weight:900;text-decoration:underline}.medical-gallery{margin-top:20px}.literacy-feature{background:linear-gradient(135deg,#f47413,#00643f)}.womens-feature{background:linear-gradient(135deg,#8b1e5d,#f47413)}.gallery-subhead{text-align:center;max-width:760px;margin:34px auto 0}.gallery-subhead h2{color:var(--green-dark);margin:0 0 8px;font-size:clamp(26px,3vw,34px);font-weight:900;line-height:1.15}.gallery-subhead p{color:var(--muted);margin:0;font-size:15px}.vision-grid article,.contact-layout article,.detail-card,.gallery-note{border:1px solid var(--line);background:#fff;border-radius:6px;padding:26px;box-shadow:0 8px 20px #062b1d0d}.vision-grid h2,.contact-layout h2,.detail-card h2,.gallery-note h2{color:var(--green-dark);margin:0 0 12px;font-size:24px;font-weight:850;line-height:1.15}.vision-grid p,.contact-layout p,.detail-card p,.gallery-note p{color:#24352d;margin:0 0 12px;font-size:16px;line-height:1.65}.map-card{border:1px solid var(--line);background:#fff;border-radius:6px;grid-template-columns:minmax(260px,.7fr) minmax(360px,1.3fr);gap:22px;margin-top:22px;display:grid;overflow:hidden;box-shadow:0 8px 20px #062b1d0d}.map-card>div{padding:26px}.map-card h2{color:var(--green-dark);margin:0 0 12px;font-size:24px;font-weight:850;line-height:1.15}.map-card p{color:#24352d;margin:0 0 14px;font-size:16px;line-height:1.65}.map-card a{color:var(--green-dark);text-underline-offset:3px;font-size:15px;font-weight:900;text-decoration:underline;display:inline-flex}.map-card iframe{border:0;width:100%;min-height:360px;display:block}.detail-page{min-height:360px}.detail-card{grid-template-columns:86px 1fr;align-items:start;gap:22px;max-width:980px;margin:0 auto;display:grid}.gallery-note{text-align:center;max-width:860px;margin:28px auto 0}.about-grid article,.team-grid article{border:1px solid var(--line);background:#fff;border-radius:6px;padding:22px;box-shadow:0 8px 20px #062b1d0d}.about-grid h3,.team-grid h3{color:var(--green-dark);margin:0 0 10px;font-size:18px;font-weight:850}.about-grid p,.team-grid p{color:#24352d;margin:0;font-size:15px;line-height:1.6}.recognition-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.recognition-grid strong{background:linear-gradient(135deg, var(--green), var(--green-dark));color:#fff;text-align:center;border-radius:6px;place-items:center;min-height:112px;font-size:28px;display:grid}.programme-icon{background:var(--green-soft);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;display:inline-flex}.programme-icon span{color:var(--green);background:currentColor;width:36px;height:36px;display:block}.programme-icon.women,.programme-icon.health{background:var(--saffron-soft)}.programme-icon.women span,.programme-icon.health span{color:var(--saffron)}.skill span{clip-path:polygon(20% 8%,80% 8%,80% 68%,100% 68%,100% 88%,0 88%,0 68%,20% 68%);border-radius:10px 10px 4px 4px}.women span{clip-path:polygon(50% 0,88% 28%,82% 100%,18% 100%,12% 28%);border-radius:50% 50% 40% 40%}.book span{clip-path:polygon(0 10%,45% 0,45% 88%,0 98%,0 10%,55% 0,100% 10%,100% 98%,55% 88%,55% 0)}.health span{clip-path:polygon(38% 0,62% 0,62% 34%,96% 34%,96% 58%,62% 58%,62% 100%,38% 100%,38% 58%,4% 58%,4% 34%,38% 34%)}.rural span{clip-path:polygon(50% 2%,96% 36%,82% 36%,82% 96%,18% 96%,18% 36%,4% 36%)}.impact{padding-top:14px}.action-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.action-strip article{border-right:1px solid var(--line);grid-template-columns:54px 1fr;gap:12px;padding-right:22px;display:grid}.action-strip article:last-child{border-right:0}.action-mark{background:radial-gradient(circle at 28% 25%, var(--green) 0 8px, transparent 9px), radial-gradient(circle at 68% 25%, var(--green) 0 8px, transparent 9px), linear-gradient(var(--green), var(--green));border-radius:8px;width:54px;height:48px}.action-strip article:nth-child(2n) .action-mark{background:radial-gradient(circle at 28% 25%, var(--saffron) 0 8px, transparent 9px), radial-gradient(circle at 68% 25%, var(--saffron) 0 8px, transparent 9px), linear-gradient(var(--saffron), var(--saffron))}.contact-band{border:1px solid var(--line);box-shadow:var(--shadow);background:linear-gradient(135deg,#fff1e3c2,#e7f1ecd6);border-radius:6px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:16px clamp(22px,5vw,80px) 0;scroll-margin-top:130px;display:grid;overflow:hidden}.contact-band div{border-right:1px solid #004b312e;gap:7px;min-height:132px;padding:24px;display:grid}.contact-band div:last-child{border-right:0}.contact-band strong{color:var(--green-dark);font-size:16px}.contact-band a,.contact-band span{color:#17221d;overflow-wrap:anywhere;font-size:16px;line-height:1.35}.footer{border-top:1px solid var(--line);color:var(--green-dark);background:linear-gradient(135deg,#f8fbf9,#e6f2ec);grid-template-columns:1.1fr 1.5fr .7fr 1fr;gap:38px;margin-top:0;padding:32px clamp(22px,5vw,80px) 26px;display:grid}.team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.team-grid article>span{background:var(--green-soft);color:var(--green);border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:14px;font-weight:900;display:inline-flex}.team-grid article>img{aspect-ratio:1;object-fit:cover;object-position:center top;border:4px solid #fff;border-radius:50%;width:112px;height:112px;margin-bottom:16px;display:block;box-shadow:0 12px 28px #004b3129}.team-grid strong{color:var(--saffron);margin:0 0 10px;font-size:14px;display:block}.copyright{background:var(--green-dark);color:#ffffffe6;padding:14px clamp(22px,5vw,80px);font-size:13px}.footer .brand-logo{background:#fff;border:1px solid #004b311f;border-radius:6px;width:148px;padding:10px;box-shadow:0 14px 34px #004b311f}.footer-brand{gap:10px;display:grid}.footer-brand strong{color:var(--green-dark)}.footer-brand span{font-weight:800}.footer p,.footer a,.footer span{color:#17382c;margin:0 0 9px;font-size:14px;line-height:1.5;display:block}.footer>div>strong{color:var(--green-dark);margin-bottom:12px;font-size:16px;display:block}@media (width<=1100px){.site-header{grid-template-columns:1fr auto}nav{display:none}.hero{grid-template-columns:1fr}.hero-visual{min-height:320px}.advisor-card{grid-template-columns:140px 1fr}.advisor-card img{width:140px}.programme-grid,.action-strip,.contact-band,.footer,.about-grid,.recognition-grid,.team-grid,.vision-grid,.contact-layout,.photo-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.programme-card{grid-template-columns:34px 74px 1fr}.event-feature ul,.map-card{grid-template-columns:1fr}}@media (width<=680px){.site-header{align-items:start;gap:16px;padding:18px}.topbar{justify-content:flex-start;padding:8px 18px}.brand strong{font-size:20px}.brand-logo.compact{width:82px}.header-cta{min-height:42px;padding:0 16px;font-size:14px}.hero{gap:26px;padding:30px 18px 22px}.hero h1{font-size:44px}.hero-actions{gap:12px}.primary,.secondary{flex:180px}.hero-visual{height:260px}.hero-slide figcaption{bottom:16px;left:16px;right:16px}.advisor-card{grid-template-columns:1fr;align-items:start}.advisor-card img{width:128px}.section{padding:28px 18px}.programme-grid,.action-strip,.contact-band,.footer,.about-grid,.recognition-grid,.team-grid,.vision-grid,.contact-layout,.detail-card,.photo-gallery{grid-template-columns:1fr}.programme-card{grid-template-columns:64px 1fr}.programme-number{grid-column:1/-1}.action-strip article,.contact-band div{border-right:0}.contact-band{margin:8px 18px 0}}
