@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap";@import"https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Outfit:wght@100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=DynaPuff:wght@400..700&family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Outfit:wght@100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";header{background:radial-gradient(circle at 18% 20%,var(--dark-purple),transparent 42%),radial-gradient(circle at 82% 78%,var(--burgundy),transparent 42%),linear-gradient(135deg,var(--deep-charcoal),var(--muted-indigo) 80%);isolation:isolate;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;z-index:1000;padding:2.3rem 2rem;max-height:60px;position:relative;transition:top .3s ease,background-color .3s ease;overflow:visible;color:#fff}header.scrolled{position:fixed;top:0;box-shadow:0 2px 4px #0000001a}.header_container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;position:relative}.logo_2{max-width:100px;max-height:100px;overflow:hidden}.logo_2 img{width:100%;height:100%;object-fit:cover}.navbar{display:flex;gap:1rem}.nav-links{display:flex;list-style:none;justify-content:center;align-items:center}.nav-links li{margin-left:1rem}.nav-links a,.link{color:#d7d7d7;text-decoration:none;font-size:1.05rem;font-weight:500;cursor:pointer}.nav-links a:hover,.link:hover{color:red}.active-link{border-bottom:3px solid #f9004d;color:#4a90e2}.register-icon{font-size:40px}.dropdown-parent{position:relative}.dropdown{display:none;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);background:var(--primary-bg);box-shadow:0 8px 20px #0000001f;border-radius:8px;padding:1.5rem;min-width:800px;max-width:calc(100vw - 60px);animation:fadeIn .22s ease-in-out;z-index:2000;flex-direction:row;gap:2rem;align-items:flex-start;box-sizing:border-box}.dropdown-parent.open .dropdown,.dropdown-parent:hover .dropdown{display:flex!important}.dropdown-content{flex:1;padding:0 .5rem}.dropdown-content h2{font-size:1.25rem;margin-bottom:.6rem;color:#fff}.dropdown-content p{font-size:.95rem;line-height:1.5}.dropdown-content img{width:100%;max-width:250px;border-radius:8px;object-fit:cover}.dropdown-content ul{margin:0;padding:0;list-style:none}.dropdown-content ul li{margin-bottom:.5rem}.dropdown-content ul li a{display:block;padding:.6rem .8rem;color:#fff;text-decoration:none;transition:.18s ease}.dropdown-content ul li a:hover{color:var(--primary-bg)}.vertical-line{width:1px;background:#e6e6e6;align-self:stretch}.dropdown-rectangular{position:absolute;top:calc(100% + 6px);left:0;background:var(--primary-bg);border:1px solid #ddd;box-shadow:0 6px 12px #00000014;padding:.5rem 0;display:none;min-width:200px;animation:fadeIn .18s ease-in-out;z-index:2000}.dropdown-rectangular ul{list-style:none;margin:0;padding:0}.dropdown-rectangular ul li a{display:block;padding:.7rem 1rem;color:#444;text-decoration:none}.dropdown-rectangular ul li a:hover{background:#f0f0f0;color:red}.dropdown-parent:hover .dropdown,.dropdown-parent.open:hover .dropdown{display:flex!important;z-index:2000}.dropdown-parent:hover .dropdown-rectangular,.dropdown-parent.open .dropdown-rectangular{display:block!important}.dropdown-toggle{display:inline-flex;align-items:center;gap:6px}.dropdown-toggle:focus{outline:2px solid rgba(0,0,0,.12);outline-offset:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.menu{display:none}@media screen and (max-width: 768px){.navbar{width:300px;height:100vh;top:0;left:0;display:none;flex-direction:column;position:fixed;background:var(--primary-bg);box-shadow:2px 2px 8px #0000001f;text-align:left}.navbar.open{display:flex}.nav-links{flex-direction:column;height:100vh;justify-content:flex-start;align-items:stretch;margin-top:3rem;padding-left:0}.nav-links li{margin:.25rem 0;padding:0 1rem}.menu{display:block;cursor:pointer}header .nav_btn{display:none}.dropdown,.dropdown-rectangular{position:relative;top:0;left:0;box-shadow:none;border:none;min-width:100%;flex-direction:column;color:#fff;padding:0;display:none;transform:translate(0);overflow-y:auto}.dropdown-content{padding:.75rem 1rem}.dropdown-content ul li a{color:#fff}.dropdown-content img{max-width:100%;height:auto}.dropdown-parent.open .dropdown,.dropdown-parent.open .dropdown-rectangular{display:flex!important}.dropdown{padding:1rem 0;gap:.5rem}.dropdown-content ul li{border-bottom:1px solid #ddd}}@media screen and (min-width: 1400px){.dropdown{min-width:1200px;padding:2.5rem 3rem}.dropdown-content img{max-width:320px}}@media screen and (max-width: 1199px) and (min-width: 769px){.dropdown{min-width:700px;padding:1.5rem;gap:1.5rem}.dropdown-content img{max-width:200px}.dropdown-content h2{font-size:1.1rem}.dropdown-content p{font-size:.9rem}}@media screen and (max-width: 768px){.dropdown,.dropdown-rectangular{top:0;right:0;box-shadow:none;border:none;width:100%;min-width:auto;flex-direction:column;padding:0;display:none}.dropdown-content{padding:.75rem 1rem;width:100%}.dropdown-content img{max-width:100%;height:auto;margin-top:.5rem}.dropdown-parent.open .dropdown,.dropdown-parent.open .dropdown-rectangular{display:flex!important}.dropdown{gap:.75rem;padding:1rem 0}.dropdown-content .data{display:none}}.footer{background:radial-gradient(circle at 18% 20%,var(--dark-purple),transparent 42%),radial-gradient(circle at 82% 78%,var(--burgundy),transparent 42%),linear-gradient(135deg,var(--deep-charcoal),var(--muted-indigo) 80%);isolation:isolate;color:#fff;padding:40px 20px 20px;font-size:14px;width:100%;box-shadow:0 -2px 5px #0003;min-height:40vh}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px;max-width:1200px;margin:auto}.footer__section h2,.footer__section h3{font-size:18px;margin-bottom:10px;color:#ffc107}.footer__section p{font-size:13px;color:#ccc}.footer__links,.footer__contact{list-style:none;padding:0;margin:0}.footer__links li,.footer__contact li{margin:8px 0;display:flex;align-items:center;gap:10px}.footer__links .link{color:#fff;text-decoration:none;transition:color .3s ease}.footer__links .link:hover{color:#ffc107}.footer__contact svg{color:#ffc107;min-width:20px}.footer__bottom{text-align:center;margin-top:30px;padding-top:10px;border-top:1px solid rgba(255,255,255,.1);font-size:13px;color:#aaa}.big_text{font-size:60rem;text-align:center}.big_text h1{font-size:10rem;color:#fff;text-align:center}@media screen and (max-width: 768px){.big_text{font-size:1rem}.big_text h1{font-size:1.9rem}}.volunteer-details{max-width:600px;margin:auto;padding:40px 20px;text-align:center}.role-buttons{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin:20px 0}.role-btn{padding:10px 18px;border:2px solid #4a90e2;background:#fff;color:#4a90e2;border-radius:8px;cursor:pointer;transition:.3s}.role-btn.selected,.role-btn:hover{background:#4a90e2;color:#fff}.checkbox-group{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:15px 0}.checkbox-group label{display:flex;align-items:center;gap:6px}input[type=text]{width:100%;padding:10px;margin:10px 0 20px;border:1px solid #ccc;border-radius:6px}.volunteer-experience{max-width:600px;margin:auto;padding:40px 20px;text-align:center}textarea{width:100%;padding:12px;border:1.5px solid #ccc;border-radius:8px;resize:vertical;font-size:16px}.submit-btn{background:#4a90e2;color:#fff;border:none;padding:12px 24px;font-size:16px;border-radius:8px;cursor:pointer;transition:background .3s ease}.submit-btn:hover{background:#3578c4}.volunteer-consent{max-width:600px;margin:auto;padding:40px 20px;text-align:center}form{display:flex;flex-direction:column;gap:25px}.checkbox-field{text-align:left;font-size:16px}.checkbox-field input{margin-right:10px}.submit-consent{background:#4a90e2;color:#fff;border:none;padding:12px 24px;font-size:16px;border-radius:8px;cursor:pointer;transition:background .3s ease}.submit-consent:hover{background:#3578c4}.dashboard{display:flex;min-height:100vh;background-color:#f5f7fb;font-family:Segoe UI,sans-serif}.dashboard>.sidebar{width:240px;background-color:#20232a;color:#fff}.dashboard-main{flex:1;display:flex;flex-direction:column}.dashboard-main>.navigation{height:60px;background-color:#fff;border-bottom:1px solid #e0e0e0}.dashboard-main>.main{flex:1;padding:1.5rem;background-color:#f9fbff}.Auth{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;box-sizing:border-box}.back{position:absolute;top:10%;left:10%;text-decoration:none;font-size:20px;color:#fff;display:flex;justify-content:center;align-items:center;text-align:center;width:40px;background:#000;height:40px;border:1px solid #000;border-radius:50%}.auth__content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;gap:20px}.auth__content img{width:100%;height:100%;object-fit:cover}.auth__body{flex:1 1 250px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:20px}.auth__body input{padding:15px 5px;width:100%;max-width:400px;border:1px solid #F3F4F6FF;border-radius:10px;background:#f3f4f6}.btn__primary{width:100%;max-width:400px;background-color:#4a90e2;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;transition:all .3s ease;cursor:pointer}.btn__primary:disabled{cursor:not-allowed;opacity:.7}.btn__loading{background-color:#999;position:relative}.btn__loading:after{content:"";position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid white;border-top:2px solid transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}.vision{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;margin:auto;font-size:2rem;padding:100px 0;text-align:center;color:var(--dark-purple)}.vision__container__content p{color:var(--dark-purple);font-size:clamp(.85rem,1.6vw,1.1rem);width:60%;margin:auto}@media screen and (max-width: 768px){.vision__container__content p{width:80%;text-align:left}}.vision h1{font-size:1.4rem;margin-bottom:1rem;color:var(--dark-purple)}.vision p{font-size:1.4rem;color:var(--dark-purple)}@media screen and (max-width: 768px){.vision{font-size:1.5rem;padding:50px 0}.vision h1{font-size:1.4rem}.vision p{font-size:1rem}}.vision__images{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin:10px auto 2rem;gap:50px;width:80%}.vision__image{flex:1 1 250px;min-width:400px;min-height:400px;border-radius:10px;overflow:hidden;transition:transform .3s ease}.vision__images img{width:100%;height:100%;object-fit:cover;border-radius:20px;box-shadow:0 .3px .4px #00000005,0 .9px 1.5px #0000000b,0 3.5px 6px #00000017}@media screen and (max-width: 768px){.vision__images{flex-direction:column;gap:10px}.vision__image{min-width:100%;min-height:auto;border-radius:0}}.title{margin-bottom:2rem;position:relative}.title.center{text-align:center}.title.left{text-align:left}.title.right{text-align:right}.value-title{font-size:2rem;font-weight:700;color:var(--dark-purple);margin-bottom:.5rem}@media screen and (max-width: 768px){.value-title{font-size:1.5rem}}.title.dark .value-title{color:var(--dark-purple)}.title-design{display:none;bottom:-30px;right:0;position:absolute;width:80px;height:4px;background-color:#4a90e2;border-radius:2px}.title.center .title-design{margin:0 auto}.title.left .title-design{margin-left:0}.title.right .title-design{margin-left:auto}.theneed{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;margin:auto}.container__theneed{display:flex;flex-wrap:wrap;gap:2rem}.theneed__content{flex:1 1 250px;text-align:left;display:flex;flex-direction:column;align-items:center;justify-content:center}.description{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:20px;width:90%;margin:auto;color:#444}.description p{font-size:clamp(.9rem,1.5vw,1.2rem);margin-bottom:1rem;color:#444;line-height:1.5}.description .img{position:relative;overflow:hidden;border-radius:10px;box-shadow:inset 0 0 .5px 1px #ffffff13,0 0 0 1px #0000000d,0 .3px .4px #00000005,0 .9px 1.5px #0000000b,0 3.5px 6px #00000017}.description .img img{min-height:400px;width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.description .img:hover img{transform:scale(1.1);filter:grayscale(0%) contrast(1.2)}.overlay_text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:clamp(1rem,2vw,2rem);text-align:center;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5);opacity:0;transition:opacity .3s ease-in-out;padding:1rem}.description .img:hover .overlay_text{opacity:1;animation:fadeIn .5s ease-in-out forwards;background-color:#00000080;width:100%;height:100%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);filter:grayscale(0%) brightness(.8) contrast(1.2)}.description{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;width:90%;margin:auto;color:#444;text-align:center}.description .btn{font-size:clamp(.9rem,1.5vw,1.1rem);padding:.5rem 1rem;display:inline-block;margin:1rem 0 0;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.description .btn{font-size:clamp(.9rem,1.5vw,1.1rem);padding:.5rem 1rem}@media (max-width: 1024px){.theneed__content{flex:1 1 45%}.description p{font-size:clamp(.85rem,1.6vw,1.1rem)}.overlay_text{font-size:clamp(.9rem,2.2vw,1.8rem)}}@media (max-width: 768px){.theneed{padding:1.5rem}.theneed__content{flex:1 1 100%}.description p{font-size:clamp(.8rem,2vw,1rem);text-align:center}.overlay_text{font-size:clamp(.9rem,3vw,1.5rem);padding:.5rem}.description .btn{font-size:clamp(.9rem,1.5vw,1.1rem);padding:.5rem 1rem;display:inline-block;margin:1rem auto 0;text-align:center}}@media (max-width: 480px){.description .img img{min-height:150px}.description p{font-size:clamp(.75rem,3vw,.95rem)}.overlay_text{font-size:clamp(.8rem,3.5vw,1.2rem)}}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden;border-bottom-right-radius:20px;background-color:#191a23}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}.hero__content-wrapper,.hero__content{position:relative;z-index:2}.hero__bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-color:#000}.hero__bg.top{z-index:0;opacity:0}.hero__bg.bottom{z-index:-1}.grid-overlay{position:absolute;top:0;right:0;width:50%;height:100%;background-image:linear-gradient(to right,rgba(255,255,255,.2) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.2) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;mask-image:linear-gradient(to left,#000c,#000);-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,.8),rgba(0,0,0,0));opacity:0}.hero__content-wrapper{position:relative;z-index:2;display:flex;justify-content:center;width:100%;height:100%}.hero__content{display:flex;flex-direction:column;justify-content:flex-start;text-align:left;max-width:60%;padding:2rem}.hero__title{font-size:5rem;margin-bottom:1rem;color:#fff}.hero__description{font-size:1.2rem;margin-bottom:2rem;color:#fff;width:100%}.hero__button.btn{border:none;border-radius:5px;cursor:pointer;padding:10px 20px;background:#f9930d;color:#fff;transition:all .3s ease-in-out;max-width:160px;text-align:center}.dynamic_btns{display:flex;gap:10px;margin-bottom:1rem}.d_btn{color:#fff;border-radius:30px;padding:6px 12px;font-size:12px;cursor:pointer;background:#191a23;box-shadow:inset 0 0 .5px 1px #ffffff13,0 0 0 1px #0000000d,0 .3px .4px #00000005,0 .9px 1.5px #0000000b,0 3.5px 6px #00000017}.d_btn.active{background-color:#f9930d;font-weight:700}.social-section{display:flex;position:absolute;right:5%;bottom:3%;justify-content:center;align-items:center}.socialmedia-links{display:flex;gap:10px;font-size:1.3rem;color:#fff}.social-section a{display:flex;justify-content:center;align-items:center;border-radius:10px;width:40px;height:40px;box-shadow:0 5px #191a23;color:#191a23;background-color:var(--primary-bg)}@media screen and (max-width: 1024px){.hero__content{max-width:80%}}@media screen and (max-width: 768px){.hero__title{font-size:2rem}.hero__description{font-size:1rem}.hero__content{max-width:90%;padding:1rem}.hero__button.btn{max-width:100%}.social-section{bottom:2.5%}}.display{width:80%;margin:auto;padding:50px 0}.display__container{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;align-items:center}.display__content{flex:1 1 250px;display:flex;justify-content:center;align-items:center;margin:auto}.display__image{position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;max-width:500px;height:400px;overflow:hidden;object-fit:cover;border-radius:20px;box-shadow:inset 0 0 .5px 1px #ffffff13,0 0 0 1px #0000000d,0 .3px .4px #00000005,0 .9px 1.5px #0000000b,0 3.5px 6px #00000017}.display__image img{width:100%;height:100%;object-fit:cover}.overlay-content{background:linear-gradient(to top,#00000d,#08050533);position:absolute;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:20px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;gap:20px;width:100%;z-index:+1;height:50%;box-shadow:inset 0 0 .5px 1px #ffffff13,0 0 0 1px #0000000d,0 .3px .4px #00000005,0 .9px 1.5px #0000000b,0 3.5px 6px #00000017}.overlay-content p{color:#fff;box-shadow:inset 0 0 .5px 1px #ffffff13,0 0 0 1px #0000000d,0 .3px .4px #00000005,0 .9px 1.5px #0000000b,0 3.5px 6px #00000017}.cta{text-decoration:none;margin-bottom:20px;color:#000;font-size:1.2rem;background-color:wheat;padding:4px 20px;border-radius:20px;box-shadow:inset 0 0 .5px 1px #ffffff13,0 0 0 1px #0000000d,0 .3px .4px #00000005,0 .9px 1.5px #0000000b,0 3.5px 6px #00000017}.area_of_focus{padding:100px 0;background:var(--primary-bg);width:100%;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.area_of_focus h1{margin-bottom:20px;color:#fff;text-align:center}.Area__focus_container{width:70%;margin:auto;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;align-items:center}.area__focus{flex:1 1 250px;min-height:340px;background-color:#432d231a;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:20px;display:flex;color:#fff;border-radius:10px;text-align:left;padding:20px;box-shadow:0 0 10px #0000001a;transition:all .3s ease-in-out;cursor:pointer}.area__focus .body{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;height:100%;width:100%;color:#fff}.area__focus .body h4{color:#fff}.area__focus .body p{font-size:1rem!important;color:#fff}.school{width:70px;height:70px;background-color:#960319;color:#ff3352e6;border-radius:50%;margin:auto auto 20px;display:flex;font-size:35px;justify-content:center;align-items:center}#diversity{background-color:#0d6efd;color:#07216b}.health{background-color:#198754;display:flex;justify-content:center;align-items:center;text-align:center}#health{background-color:#155034;color:#11c211}.icons_btn{display:flex;justify-content:center;align-items:center;max-width:20%;text-decoration:none}.arrow{width:60px;font-size:30px;height:60px;border-radius:50%;background-color:var(--btn-color-hover);display:flex;justify-content:center;align-items:center;color:#fff}.arrow:hover{background-color:#810808;animation:moveLeft .5s linear forwards}@keyframes moveLeft{0%{transform:translate(0)}to{transform:translate(10px)}}@keyframes change-background{0%{background-color:#0d6efd}to{background-color:#198754}}@keyframes change-text-color{0%{color:red}to{color:green}}.subject{display:none;animation:change-background linear both;animation-timeline:scroll();width:800px;height:800px}.subject p{display:none;animation:change-text-color linear both;animation-timeline:scroll(scroll)}@keyframes reveal{0%{opacity:0}}.scroller>*{animation:reveal linear both;animation-timeline:view()}.vision2{padding:100px 0;margin:auto;width:80%}.vision2__container{display:flex;flex-wrap:wrap;justify-content:center}.vision2__content{flex:1 1 300px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:20px;gap:20px}.vision2__content ul{display:flex;flex-wrap:wrap;list-style:none;margin-top:20px;gap:40px;padding:0;justify-content:center}.vision2__content ul li span{cursor:pointer;padding:.75rem 1.25rem;font-weight:700;font-size:4rem;color:var(--muted-indigo);transition:color .3s ease,border-bottom .3s ease,transform .3s ease}.vision2__content ul li span:hover{color:var(--burgundy);transform:translateY(-4px)}.vision2__content ul li span.active{color:var(--burgundy);border-bottom:4px solid var(--burgundy);transform:scale(1.05)}.vision__mission{display:flex;flex-direction:column;align-items:center;text-align:center;gap:25px;opacity:1;transition:opacity .5s ease-in-out}.vision__mission.hidden{opacity:0;pointer-events:none;position:absolute}.vision__mission p{margin-bottom:25px;font-size:1.5rem;line-height:1.8;color:#444;max-width:800px}.btn{display:inline-block;background:linear-gradient(135deg,var(--burgundy),var(--dark-purple));color:#fff;padding:14px 28px;border-radius:40px;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .3s ease}.btn:hover{background:linear-gradient(135deg,var(--dark-purple),var(--burgundy));box-shadow:0 6px 16px #00000073}@media (max-width: 1200px){.vision2__content ul li span{font-size:3rem}.vision__mission p{font-size:1.4rem}}@media (max-width: 992px){.vision2{width:90%;padding:80px 0}.vision2__content ul{gap:25px}.vision2__content ul li span{font-size:2.5rem}.vision__mission p{font-size:1.3rem}.btn{font-size:1.1rem;padding:12px 24px}}@media (max-width: 768px){.vision2{width:95%;padding:60px 0}.vision2__content ul{gap:20px}.vision2__content ul li span{font-size:2rem}.vision__mission p{font-size:1.2rem;color:#444;line-height:1.6}.btn{font-size:1rem;padding:10px 20px}}@media (max-width: 480px){.vision2__content ul li span{font-size:1.6rem;padding:.5rem 1rem}.vision__mission p{font-size:1rem;line-height:1.6}.btn{font-size:.95rem;padding:8px 18px}}.trusted-container{width:100%;padding:20px 0;overflow:hidden;text-align:center}.logo{max-width:150px;height:auto;margin:0 20px;filter:grayscale(95%);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.core-values{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:100px 0;background:linear-gradient(hsl(18,68%,14%,.3),var(--deep-charcoal)),url(./dish_cyril-Df7_qtJB.jpg);background-size:cover;background-position:center;background-attachment:fixed}.values-list{display:flex;flex-wrap:wrap;width:90%;margin:auto;gap:20px;justify-content:center}.value-item{flex:1 1 300px;max-width:300px;border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:10px;padding:20px;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;transition:transform .3s ease,border-color .3s ease}.value-item:hover{transform:translateY(-5px);border-color:var(--burgundy)}.value-icon{font-size:50px;margin-bottom:10px;color:#fff;transition:transform .3s ease,color .3s ease}.value-item:hover .value-icon{transform:scale(1.2);color:var(--dark-purple)}.value-title{font-size:2rem;font-weight:700;margin-bottom:10px;color:#fff}.value-description{font-size:1rem;color:#d7d7d7}.title{position:relative;margin-bottom:30px;color:#fff}.title-design{position:absolute;right:0;bottom:10%;border-radius:10px;background:var(--dark-purple);width:10rem;height:10px}.counter{padding:100px 0}.counter__container{width:80%;margin:auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px}.count__content{flex:1 1 250px;text-align:center}.count__content p{font-size:9rem;margin-top:20px;font-weight:800;color:var(--dark-purple)}@media screen and (max-width: 768px){.count__content p{font-size:3rem}}.news-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:2rem;max-width:1200px;margin:0 auto;animation:fadeIn .5s ease-in-out}.news-card{background:#fff;border-radius:8px;overflow:hidden;text-decoration:none;color:#000;box-shadow:0 2px 6px #0000001a;transition:transform .2s}.news-card:hover{transform:translateY(-5px)}.news-card img{width:100%;height:180px;object-fit:cover}.news-card h3{padding:1rem 1rem .5rem}.news-card p{padding:0 1rem 1rem;color:#555}.news-card{transition:opacity .4s ease,transform .4s ease;opacity:0;transform:translateY(10px)}.news-card.loaded{opacity:1;transform:translateY(0)}.news-hero{position:relative;width:100%;min-height:320px;background:url(./news-CJB9EeXv.jpeg) center/cover no-repeat,#2563eb;display:flex;align-items:center;justify-content:center}.news-hero__overlay{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.news-hero__content{color:var(--dark-purple);text-align:center;padding:2rem}.news-hero__title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.news-hero__subtitle{font-size:1.2rem;font-weight:400;max-width:600px;margin:0 auto}.hero-story{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201080'%20preserveAspectRatio='xMidYMid%20slice'%3e%3cdefs%3e%3cfilter%20id='softShadow'%20x='-50%25'%20y='-50%25'%20width='200%25'%20height='200%25'%3e%3cfeDropShadow%20dx='0'%20dy='10'%20stdDeviation='15'%20flood-color='%23000'%20flood-opacity='0.1'/%3e%3c/filter%3e%3c!--%20mesh%20pattern%20for%20some%20texture%20--%3e%3cpattern%20id='mesh'%20width='20'%20height='20'%20patternUnits='userSpaceOnUse'%3e%3crect%20width='10'%20height='10'%20fill='%23f472b6'%20opacity='0.05'/%3e%3crect%20x='10'%20y='10'%20width='10'%20height='10'%20fill='%23f59e0b'%20opacity='0.05'/%3e%3c/pattern%3e%3c!--%20subtle%20grid%20pattern%20--%3e%3cpattern%20id='grid'%20width='80'%20height='80'%20patternUnits='userSpaceOnUse'%3e%3cpath%20d='M%2080%200%20L%200%200%200%2080'%20fill='none'%20stroke='%23000'%20stroke-opacity='0.05'%20stroke-width='1'/%3e%3c/pattern%3e%3c!--%20gradients%20--%3e%3clinearGradient%20id='grad1'%20x1='0%25'%20y1='0%25'%20x2='100%25'%20y2='100%25'%3e%3cstop%20offset='0%25'%20stop-color='%23fbbf24'/%3e%3cstop%20offset='50%25'%20stop-color='%23f43f5e'/%3e%3cstop%20offset='100%25'%20stop-color='%23fbcfe8'/%3e%3c/linearGradient%3e%3clinearGradient%20id='grad2'%20x1='0%25'%20y1='100%25'%20x2='100%25'%20y2='0%25'%3e%3cstop%20offset='0%25'%20stop-color='%236366f1'/%3e%3cstop%20offset='50%25'%20stop-color='%237c3aed'/%3e%3cstop%20offset='100%25'%20stop-color='%23a78bfa'/%3e%3c/linearGradient%3e%3clinearGradient%20id='grad3'%20x1='0%25'%20y1='0%25'%20x2='100%25'%20y2='0%25'%3e%3cstop%20offset='0%25'%20stop-color='%2334d399'/%3e%3cstop%20offset='50%25'%20stop-color='%236ee7b7'/%3e%3cstop%20offset='100%25'%20stop-color='%2310b981'/%3e%3c/linearGradient%3e%3c/defs%3e%3c!--%20background%20with%20subtle%20grid%20--%3e%3crect%20width='100%25'%20height='100%25'%20fill='%23fffaf0'/%3e%3crect%20width='100%25'%20height='100%25'%20fill='url(%23grid)'/%3e%3c!--%20shapes%20--%3e%3ccircle%20cx='1800'%20cy='1200'%20r='800'%20fill='url(%23grad1)'%20filter='url(%23softShadow)'%20opacity='0.95'/%3e%3cellipse%20cx='1400'%20cy='900'%20rx='600'%20ry='400'%20fill='url(%23grad2)'%20filter='url(%23softShadow)'%20opacity='0.85'/%3e%3ccircle%20cx='1600'%20cy='1300'%20r='500'%20fill='url(%23mesh)'%20filter='url(%23softShadow)'%20opacity='0.7'/%3e%3cellipse%20cx='1200'%20cy='1100'%20rx='450'%20ry='300'%20fill='url(%23grad3)'%20filter='url(%23softShadow)'%20opacity='0.9'/%3e%3ccircle%20cx='1500'%20cy='1350'%20r='350'%20fill='%23fde68a'%20filter='url(%23softShadow)'%20opacity='0.9'/%3e%3c/svg%3e") center/cover no-repeat;min-height:100vh;display:flex;flex-direction:column;justify-content:center;text-align:left;padding:20px}.text-story{padding-left:10px;height:100%;padding-top:30px}.story__container{padding:20px;display:flex;flex-direction:column;width:80%;margin:auto;align-items:center;justify-content:center;gap:20px;text-align:justify}.story__container p,.story__content{color:var(--dark-purple)}.story__content p{font-size:1.2rem;margin-bottom:4px;line-height:1.6;color:var(--dark-purple)}@media screen and (max-width: 768px){.story__container{width:100%}}.about__container{display:flex;width:90%;margin:auto;flex-direction:column;border-radius:10px;padding:20px;text-align:center;gap:20px;color:var(--dark-purple)}.flex-container{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;gap:20px}.founder_people{margin-top:10px;max-width:400px;max-height:400px;height:400px;width:300px;object-fit:cover;position:relative;overflow:hidden}.founder_people img{width:100%;height:100%;border-radius:10px;border:1px solid #ccc;object-fit:cover}.overlay_data{position:absolute;bottom:0;background:#000c;width:100%;height:30%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:20px;margin-bottom:0}.overlay_data p{color:var(--dark-purple);font-size:18px;font-weight:700}.embed{text-align:center;padding:100px 0}.body-tube{display:flex;flex-wrap:wrap;width:90%;margin:auto;gap:20px}.content-tube{flex:1 1 250px}.content-tube iframe{background:#f9930d;border-radius:10px;min-height:300px;width:100%;height:100%}.news-details{padding:2rem;max-width:800px;margin:auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#222;background-color:#fff}.news-details h1{font-size:2rem;margin-bottom:1rem;color:#222}.news-details img{width:100%;max-height:400px;object-fit:cover;margin-bottom:1.5rem;border-radius:8px;box-shadow:0 4px 12px #0000001a}.news-details .excerpt{font-size:1.1rem;color:#666;margin-bottom:2rem;font-style:italic;border-left:4px solid #4a90e2;padding-left:1rem}.section{margin-bottom:2.5rem}.section h2{color:#4a90e2;font-size:1.4rem;margin-bottom:.5rem}.section img{max-width:100%;margin:1rem 0;border-radius:6px;box-shadow:0 2px 10px #0000000d}.section p{font-size:1rem;color:#444}@media (max-width: 600px){.news-details{padding:1rem}.news-details h1{font-size:1.5rem}.section h2{font-size:1.2rem}}.struct-hero-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin:auto;width:90%;padding:100px 0}.hero__-content{flex:1 1 300px;display:flex;flex-direction:column;justify-content:center;text-align:left;padding:20px}.hero__-content .hero-image{width:400px;height:400px;border-radius:50px;overflow:hidden;object-fit:cover}.hero-image img{object-fit:cover;width:100%;height:100%}.p_graph p{color:#000;padding-top:30px}.social-links{margin-top:1rem;display:flex;gap:16px}.social-links a{font-size:1.5rem;color:#2c3e50;transition:color .3s ease}.social-links a:hover{color:#4a90e2}.hero-work{height:30vw;background:url(./aboutp-DrHljByi.JPG);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.approach{padding:50px 0;width:90%;margin:0 auto}.approach__title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem}.approach__paragraph{font-size:1.9rem;text-align:center;line-height:1.5;color:#666;margin-bottom:2rem}@media screen and (max-width: 768px){.approach__paragraph{font-size:1rem}}.approach-assets{padding:100px 0}.approach__wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:80%;margin:auto}.approach__wrapper .approach__content{flex:1 1 250px;width:30%;margin-bottom:2rem}.approach__wrapper .approach__content h2{text-align:center}.approach__wrapper .approach__content img{border-radius:20px;width:100%;height:auto}.title-line{width:100%;height:2px;background:#000;margin:1rem 0}.approach__content .overlay_container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.overlay_container{overflow:hidden;transition:.5s;border-radius:20px;cursor:pointer}.overlay_container:hover{-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}.overlay_container:hover img{scale:1.1;background-color:#000000e6}.overlay_container .overlay__body{display:none}.overlay_container:hover .overlay__body{position:absolute;background:#000000b3;display:flex;justify-content:center;align-items:center;left:0;right:0;width:80%;margin:auto;height:80%;border:10px solid white;border-radius:20px;animation:animateImage .5s linear both}@keyframes animateImage{0%{height:100%;width:100%;opacity:0}20%{height:90%;width:90%;opacity:.5}50%{height:90%;width:90%;opacity:.7}50%{height:80%;width:80%;opacity:1}}.programs-section{display:flex;flex-wrap:wrap}.programs-container{flex:1 1 250px;display:flex;flex-direction:column;gap:1.5rem;padding:20px}.programs-container img{width:100%;height:100%}.program-card{background-color:#fff;overflow:hidden;border-top:1px solid #c4c;transition:box-shadow .3s ease;cursor:pointer}.program-icon{position:absolute;top:10px;left:10px;background:#fff;padding:8px;border-radius:50%;font-size:1.5rem;color:#333}.program-card-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.program-card-body{overflow:hidden;transition:max-height .5s ease}.program-card-description{font-size:1rem;color:#555;line-height:1.6}.programs-container .imageData{width:100%;height:100%;position:relative;display:flex;flex-direction:column;border-radius:10px}.overlayData{position:absolute;background:#0006;bottom:0;width:100%;padding:0 20px;left:0;z-index:+1;height:100%;display:flex;flex-direction:column;justify-content:space-between}.counts{color:#fff;font-size:4vw;font-weight:900}.overlay__top{margin-top:20px;display:flex;justify-content:space-between}.iconTop{background:#fff;border-radius:50%;width:40px;height:40px;font-size:1rem;display:flex;justify-content:center;text-align:center;align-items:center}.iconTop:hover{cursor:pointer;transform:translate(3px);transition:.5s}.counter .text p,.overlay__top p{color:#fff}form{width:50%;margin:2% auto auto}.email_name{display:flex;justify-content:center;align-items:center;gap:20px;margin-bottom:15px;flex-wrap:wrap}.email_name input{flex:1;min-width:0;padding:10px 20px;border:1px solid #F3F4F6;border-radius:10px;background:#f3f4f6;box-sizing:border-box}textarea{width:100%;padding:10px 20px;border:1px solid #F3F4F6;border-radius:10px;background:#f3f4f6;box-sizing:border-box;margin-bottom:15px}form .btn{width:100%}@media (max-width: 600px){.email_name{flex-direction:column;gap:10px}.email_name input{width:100%}}.details{margin-top:20px}.wrapper-contact{width:90%;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:8px;padding:10px}.contact-content{border:1px solid #ccc;padding:6px;border-radius:6px;background-color:#f9f9f9;font-size:12px;position:relative}.contact-content .icon{font-size:20px;margin-bottom:4px;position:absolute}.description{font-size:1.5rem;color:#444}@media screen and (max-width: 768px){.wrapper-contact{grid-template-columns:1fr}}.board{padding:100px 0;text-align:center}.board h2{margin-bottom:20px;font-size:2rem}.board-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:8px;padding:10px}.side-body{padding:6px;border-radius:6px;font-size:12px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:left}.side-body .img{max-width:500px;max-height:500px;overflow:hidden;display:flex;justify-content:center;align-items:center}.side-body img{width:100%;height:100%;object-fit:cover}.contact-support-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f2f4f8;padding:20px}.contact-box{background:#fff;border-radius:12px;padding:40px;box-shadow:0 8px 20px #0000001a;text-align:center}.contact-box h1{font-size:24px;color:#333;margin-bottom:20px}.contact-box p{font-size:18px;color:#555}.contact-box a{color:#07c;font-weight:700;text-decoration:none}.contact-box a:hover{text-decoration:underline}*{padding:0;margin:0;box-sizing:border-box;font-family:Inter,sans-serif;font-family:Mulish,sans-serif}:root{--deep-charcoal: #0d0c1d;--muted-indigo: #1b1a2f;--dark-purple: #2a0a29;--burgundy: #3b0d1d;--primary-bg: radial-gradient(circle at 18% 20%, var(--dark-purple), transparent 42%), radial-gradient(circle at 82% 78%, var(--burgundy), transparent 42%), linear-gradient(135deg, var(--deep-charcoal), var(--muted-indigo) 80%)}h1{font-size:3rem;line-height:1.1;margin-bottom:1rem}p{font-size:1.125rem;color:#d7d7d7;margin-bottom:2rem}.buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.8rem 1.6rem;border-radius:999px;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s ease,opacity .2s ease,background .2s ease}.btn.primary{background:linear-gradient(90deg,var(--dark-purple),var(--burgundy));color:#fff}.btn.primary:hover{transform:translateY(-2px);opacity:.95}.btn.secondary{color:#fff;background:transparent;border:1px solid rgba(255,255,255,.5)}.btn.secondary:hover{background:#ffffff14}.btn.tertiary{color:#fff;background:transparent;border:1px solid rgba(255,255,255,.5)}.btn.tertiary:hover{background:#ffffff14}.board-members{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%20500'%20preserveAspectRatio='xMidYMid%20slice'%3e%3c!--%20Background%20--%3e%3crect%20width='1920'%20height='500'%20fill='%23d6edf9'/%3e%3c!--%20Angular%20polygon%20layers%20--%3e%3cpolygon%20points='1000,0%201920,0%201920,500%201600,500'%20fill='%23264653'/%3e%3cpolygon%20points='950,0%201850,0%201920,500%201550,500'%20fill='%232a9d8f'/%3e%3cpolygon%20points='900,0%201780,0%201920,500%201500,500'%20fill='%23e9c46a'/%3e%3cpolygon%20points='850,0%201710,0%201920,500%201450,500'%20fill='%23f4a261'/%3e%3cpolygon%20points='800,0%201640,0%201920,500%201400,500'%20fill='%23e76f51'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;background-position:center;width:100%;height:30vw;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}:root{--btn-gradient: linear-gradient(135deg, #ff6a00, #ffb347);--btn-gradient-hover: linear-gradient(135deg, #ff7e33, #ffc466);--btn-gradient-active: linear-gradient(135deg, #e65c00, #ff9933);--btn-disabled: #e0e0e0;--btn-disabled-text: #9e9e9e;--btn-text: #ffffff;--text-color: #000000;--text-muted: #666666;--primary: #004aad;--primary-light: #0073e6;--accent: #ffcc00;--bg-light: #f9fafb;--bg-soft: #f0f4f8}.page{font-family:Outfit,sans-serif;color:var(--text-color);background:var(--bg-light);line-height:1.6}.page h1,.page h2,.page h3,.page h4,.page h5,.page h6{font-family:Outfit,sans-serif;color:var(--text-color)}.page h1{font-size:3rem}.page h2{font-size:2rem;margin-bottom:1rem;color:var(--primary)}.page h3{font-size:1.4rem}.page p{font-size:1.1rem;color:#333}.page .highlight{color:var(--primary-light);font-weight:600}.page .btn-primary{background:var(--btn-gradient);color:var(--btn-text);padding:.75rem 1.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block;box-shadow:0 4px 12px #ff6a0066}.page .btn-primary:hover{background:var(--btn-gradient-hover);transform:translateY(-2px)}.page .btn-primary:active{background:var(--btn-gradient-active);transform:translateY(0)}.page .btn-ghost{border:2px solid white;color:#fff;padding:.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease}.page .btn-ghost:hover{background:#fff;color:var(--primary)}.page .btn-light{background:#fff;color:var(--primary);padding:.75rem 1.5rem;border-radius:50px;font-weight:600;text-decoration:none}.page .btn-light:hover{background:#f2f2f2}.page .btn-outline{border:2px solid var(--primary);color:var(--primary);padding:.75rem 1.5rem;border-radius:50px;font-weight:600;text-decoration:none}.page .btn-outline:hover{background:var(--primary);color:#fff}.page .hero{position:relative;padding:5rem 2rem;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%20500'%20preserveAspectRatio='xMidYMid%20slice'%3e%3c!--%20Background%20--%3e%3crect%20width='1920'%20height='500'%20fill='%23d6edf9'/%3e%3c!--%20Wave%20layers%20--%3e%3cpath%20d='M1000%200%20Q1200%20200%201000%20500%20L1920%20500%20L1920%200%20Z'%20fill='%23264653'%20opacity='0.95'/%3e%3cpath%20d='M1100%200%20Q1300%20220%201100%20500%20L1920%20500%20L1920%200%20Z'%20fill='%232a9d8f'%20opacity='0.9'/%3e%3cpath%20d='M1200%200%20Q1400%20240%201200%20500%20L1920%20500%20L1920%200%20Z'%20fill='%23e9c46a'%20opacity='0.85'/%3e%3cpath%20d='M1300%200%20Q1500%20260%201300%20500%20L1920%20500%20L1920%200%20Z'%20fill='%23f4a261'%20opacity='0.85'/%3e%3cpath%20d='M1400%200%20Q1600%20280%201400%20500%20L1920%20500%20L1920%200%20Z'%20fill='%23e76f51'%20opacity='0.9'/%3e%3c/svg%3e");color:#fff}.page .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:url(https://www.transparenttextures.com/patterns/cubes.png);opacity:.1}.page .hero-content{position:relative;max-width:1200px;margin:0 auto}.page .hero-grid{display:grid;grid-template-columns:1fr .8fr;gap:2rem;align-items:center}.page .badge{background:var(--accent);color:#222;font-weight:700;padding:.3rem .8rem;border-radius:20px;font-size:.85rem}.page .hero-title{margin:1rem 0;font-size:2.5rem}.page .hero-subtitle{margin-bottom:1.5rem;font-size:1.2rem;opacity:.95}.page .stats-card{background:#ffffff1a;padding:1.5rem;border-radius:12px}.page .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.page .stat-value{font-size:1.5rem;font-weight:700}.page .stat-label{font-size:.9rem;opacity:.8}.page .stats-note{margin-top:1rem;font-size:.85rem;opacity:.85}.page .section{padding:3rem 2rem;max-width:1100px;margin:0 auto}.page .solution-grid{display:grid;grid-template-columns:1fr .9fr;gap:2rem;align-items:start}.page .solution-list{list-style:none;margin:1rem 0}.page .solution-item{display:flex;gap:1rem;margin-bottom:1rem}.page .solution-icon{color:var(--primary-light);font-weight:700}.page .money-flow{background:var(--bg-soft);padding:1.5rem;border-radius:10px}.page .money-grid{display:grid;gap:1rem}.page .money-step{padding:1rem;border-left:4px solid var(--primary-light);background:#fff;border-radius:6px}.page .money-step-num{font-weight:700;font-size:.9rem;color:var(--primary-light)}.page .impact-box{background:#eef6ff;padding:2rem;border-radius:10px}.page .impact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.page .impact-item{background:#fff;padding:1rem;border-radius:8px;text-align:center}.page .impact-value{font-size:1.4rem;font-weight:700;margin-bottom:.5rem;color:var(--primary)}.page .cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.page .cta-dark,.page .cta-light{padding:2rem;border-radius:12px}.page .cta-dark{background:var(--primary);color:#fff}.page .cta-light{background:var(--bg-light);border:1px solid #e5e7eb}@media (max-width: 992px){.page .hero-grid,.page .solution-grid,.page .cta-grid,.page .stats-grid{grid-template-columns:1fr}}@media (max-width: 768px){.page h1{font-size:2rem}.page h2{font-size:1.6rem}.page p{font-size:1rem}}@media (max-width: 480px){.page h1{font-size:1.6rem}.page h2{font-size:1.3rem}.page .btn-primary,.page .btn-ghost,.page .btn-light,.page .btn-outline{width:100%;text-align:center}}.wash-page{font-family:Arial,sans-serif;line-height:1.6;background:#fafafa}.wash-hero{position:relative;text-align:center;padding:4rem 1rem;color:#fff;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%20500'%20preserveAspectRatio='xMidYMid%20slice'%3e%3c!--%20Background%20--%3e%3crect%20width='1920'%20height='500'%20fill='%23d6edf9'/%3e%3c!--%20Bluish%20layered%20diagonals%20--%3e%3cpolygon%20points='1100,0%201920,0%201920,500%201650,500'%20fill='%231d3557'%20opacity='0.95'/%3e%3cpolygon%20points='1000,0%201820,0%201920,500%201550,500'%20fill='%23457b9d'%20opacity='0.9'/%3e%3cpolygon%20points='900,0%201720,0%201920,500%201450,500'%20fill='%23a8dadc'%20opacity='0.9'/%3e%3cpolygon%20points='800,0%201620,0%201920,500%201350,500'%20fill='%23219ebc'%20opacity='0.85'/%3e%3cpolygon%20points='700,0%201520,0%201920,500%201250,500'%20fill='%23023047'%20opacity='0.85'/%3e%3c/svg%3e");background-size:cover;background-position:center}.wash-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.wash-hero-title{font-size:2.5rem;margin-bottom:1rem}.wash-hero-subtitle{font-size:1.2rem;max-width:700px;margin:0 auto}.wash-section{padding:3rem 1rem;max-width:900px;margin:0 auto}.wash-section-title{font-size:2rem;margin-bottom:1rem;color:#0077b6;text-align:center}.wash-list{list-style:disc;padding-left:1.5rem}.wash-list li{margin-bottom:.75rem}.wash-highlight{font-weight:700;color:#023e8a}.wash-note{margin-top:1.5rem;font-style:italic;text-align:center}.wash-cta{background:#0077b6;color:#fff;text-align:center;padding:3rem 1rem}.wash-cta h3{font-size:1.8rem;margin-bottom:1rem}.wash-btn-group{margin-top:1.5rem}.wash-btn-primary,.wash-btn-outline{display:inline-block;padding:.75rem 1.5rem;margin:.5rem;border-radius:8px;text-decoration:none;font-weight:700}.wash-btn-primary{background:#90e0ef;color:#023e8a}.wash-btn-outline{border:2px solid white;color:#fff;background:transparent}.program-container{margin:0 auto;font-family:Segoe UI,Arial,sans-serif;color:#2c3e50;line-height:1.7}.program-header{position:relative;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%20500'%20preserveAspectRatio='xMidYMid%20slice'%3e%3c!--%20Background%20--%3e%3crect%20width='1920'%20height='500'%20fill='%23d6edf9'/%3e%3c!--%20Geometric%20shard%20layers%20--%3e%3cpolygon%20points='1100,0%201920,0%201920,300%201700,500%201300,500'%20fill='%23023047'%20opacity='0.95'/%3e%3cpolygon%20points='950,0%201600,0%201920,400%201920,500%201500,500'%20fill='%231d3557'%20opacity='0.9'/%3e%3cpolygon%20points='800,0%201400,0%201720,500%201200,500'%20fill='%23457b9d'%20opacity='0.9'/%3e%3cpolygon%20points='650,0%201200,0%201500,500%201000,500'%20fill='%23219ebc'%20opacity='0.85'/%3e%3cpolygon%20points='500,0%201000,0%201300,500%20800,500'%20fill='%23a8dadc'%20opacity='0.8'/%3e%3c/svg%3e") no-repeat center center/cover;min-height:40vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;border-radius:12px;overflow:hidden;margin-bottom:2rem}.program-header .overlay{background:#0000008c;padding:3rem 2rem;border-radius:12px;max-width:800px}.program-header h1{font-size:2.5rem;margin-bottom:1rem;color:#f1f1f1}.program-subtitle{font-size:1.2rem;color:#d5d8dc}.program-section{margin:auto;max-width:950px;margin-bottom:2.5rem}.program-section h2{font-size:1.6rem;color:#154360;margin-bottom:1rem;border-left:5px solid #1a5276;padding-left:.7rem}.program-section p{margin-bottom:1rem;font-size:1.05rem;color:#34495e}.program-section ul{margin-left:1.5rem;padding-left:.5rem;list-style:disc;color:#2c3e50}.program-section li{margin-bottom:.8rem;font-size:1.05rem}
