:root{--primary-50:#fff6e6;--primary-900:#6b4700;--gray-dark:#4d4d51;--text-dark:#1d2939;--text-muted:#475467}.hero-section{background-color:var(--white);overflow:hidden}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:50px;display:grid}.hero-title{color:var(--text-dark);white-space:pre-wrap;margin-bottom:24px;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:500;line-height:1.1}.hero-subtitle{color:var(--text-muted);white-space:pre-wrap;max-width:500px;margin-bottom:40px;font-size:clamp(1rem,2vw,1.125rem)}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.btn-alt{background-color:orange}.image-circle-container{aspect-ratio:550/540;justify-content:center;align-items:center;width:100%;max-width:550px;display:flex;position:relative}.hero-main-img{object-fit:cover;z-index:2;border-radius:50%;width:76.3%;height:77.7%;position:relative}.inner-ring{z-index:1;border-radius:50%;outline:1px solid #ffc554;width:83.6%;height:85.1%;position:absolute}.rotating-orbit{z-index:3;width:98.1%;height:100%;animation:60s linear infinite spinOrbit;position:absolute}.circle-label{text-align:center;z-index:10;white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;width:max-content;min-width:clamp(100px,15vw,140px);padding:clamp(8px,1.2vw,12px) clamp(16px,2vw,24px);font-family:Inter,sans-serif;font-size:clamp(10px,1.5vw,12px);font-weight:500;display:flex;position:absolute;box-shadow:0 7.86px 27.95px -10.48px #1227461f}.empowering-ngo{color:#0e0e0f;background-color:#ffa800;top:84.2%;left:17.2%}.bridging-industries{color:#0e0e0f;background-color:#fff6e6;top:18.5%;left:4.5%}.serving-society{color:#fff;background-color:#000;top:45.5%;left:77.6%}.subpage-hero{background-color:var(--primary-50);text-align:center;background-image:linear-gradient(#ffffff80,#ffffff80),url(/assets/about/about-hero.png);background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:426px;margin-top:170px;padding:120px 80px;display:flex;position:relative;overflow:hidden}.subpage-hero .hero-content{z-index:2;flex-direction:column;align-items:center;gap:20px;max-width:950px;transition:opacity .8s ease-in-out,transform .8s ease-out;display:flex;position:relative}.subpage-hero .hero-content.loading{opacity:0;transform:translateY(10px)}.subpage-hero .hero-content.loaded{opacity:1;transform:translateY(0)}.editable-field{border-radius:4px;padding:4px;transition:background-color .2s,outline .2s}.editable-field:hover{background-color:#ffa5000d;outline:1px dashed orange}.editable-field:focus{background-color:#fff;outline:2px solid orange;box-shadow:0 0 10px #ffa50033}.subpage-hero .hero-title{color:#1d2939;white-space:pre-wrap;margin:0;font-family:Inter,sans-serif;font-size:clamp(2rem,5vw,43px);font-weight:500;line-height:1.2}.subpage-hero .hero-description{color:var(--gray-dark);white-space:pre-wrap;max-width:846px;margin:0;font-family:Inter,sans-serif;font-size:clamp(1rem,2vw,20px);font-weight:400;line-height:1.5}.subpage-hero .hero-decor{opacity:.2;outline:1px solid var(--primary-900);z-index:1;border-radius:6.69px;position:absolute}.subpage-hero .decor-1{width:345.59px;height:300.42px;top:60px;right:50px}.subpage-hero .decor-2{width:345.59px;height:298.76px;top:100px;right:90px}.subpage-hero .decor-3{width:345.59px;height:300.42px;top:140px;right:20px}.subpage-hero .decor-4{width:355.26px;height:289.58px;bottom:60px;left:50px;transform:rotate(180deg)}.subpage-hero .decor-5{width:355.26px;height:287.98px;bottom:100px;left:90px;transform:rotate(180deg)}.subpage-hero .decor-6{width:355.26px;height:289.58px;bottom:140px;left:20px;transform:rotate(180deg)}.subpage-hero.contact-variant{--pins-offset-x:0px;--pins-offset-y:-50px;min-height:550px}.subpage-hero.contact-variant .hero-decor{display:none}.hero-globe-container{aspect-ratio:1;z-index:1;pointer-events:none;width:1200px;position:absolute;bottom:-950px;left:50%;transform:translate(-50%)}.hero-globe-img{object-fit:contain;opacity:.6;filter:sepia(.3)brightness(1.05);mix-blend-mode:multiply;width:100%;height:100%}.globe-overlay{width:100%;height:100%;transform:translate(var(--pins-offset-x), var(--pins-offset-y));position:absolute;top:0;left:0}.route-line{fill:none;stroke:#ef444426;stroke-width:.5px}.route-dash{fill:none;stroke:#ef4444;stroke-width:.8px;stroke-linecap:round;filter:url(#glow);stroke-dasharray:2 100;animation:4s linear infinite flow}.dash-2{animation-delay:2s}.map-pin{z-index:5;transform:translate(var(--pins-offset-x), var(--pins-offset-y)) translate(-50%, -100%);position:absolute}.pin-1{top:12%;left:25%}.pin-2{top:15%;left:75%}.pin-3{top:22%;left:35%}@keyframes spinOrbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes flow{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}@media (max-width:992px){.hero-container{text-align:center;flex-direction:column;gap:40px;display:flex}.hero-image{order:1;justify-content:center;width:100%;display:flex}.hero-content{flex-direction:column;order:2;align-items:center;display:flex}.hero-subtitle{margin:0 auto 32px}.hero-actions{justify-content:center;width:100%}.image-circle-container{max-width:400px;margin:0 auto}}@media (max-width:768px){.subpage-hero{padding:80px 20px}.subpage-hero .hero-decor{display:none}.subpage-hero.contact-variant{min-height:450px}.hero-globe-container{width:800px;bottom:-600px}.map-pin svg{width:18px;height:18px}.map-pin svg .circle-label{padding:6px 12px;font-size:10px}@media (max-width:576px){.hero-actions{flex-direction:column;align-items:center;width:100%}.hero-actions a,.hero-actions .btn{width:100%;max-width:300px}.hero-title{font-size:1.8rem}}}
