@import"https://fonts.googleapis.com/css2?family=League+Spartan:wght@600;700;800&family=Roboto:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden;font-family:Segoe UI,sans-serif;background-color:#fff}html{scroll-behavior:smooth}#root{width:100%;overflow-x:hidden}.hero{position:relative;width:100%;height:100vh;overflow:hidden;color:#fff;display:flex;align-items:center;justify-content:center}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#12121203;z-index:1}.hero-content{text-align:center;z-index:2;max-width:800px;padding:0 20px;color:#e6f5ec;font-family:Roboto,sans-serif}.hero-logo{position:absolute;top:20px;left:20px;z-index:3;animation:fadeInDown 1s ease-out}.hero-logo img{height:50px;width:auto;object-fit:contain;filter:drop-shadow(0 0 5px rgba(0,0,0,.6));animation:pulseGlow 2s ease-in-out infinite}.hero-title{font-family:League Spartan,sans-serif;font-size:4rem;font-weight:700;margin-bottom:20px;letter-spacing:1px}.fit-text{background:linear-gradient(45deg,#fff,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:glowGreen 3s ease-in-out infinite alternate;font-family:League Spartan,sans-serif}.climate-text{background:linear-gradient(45deg,#fff,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:glowBlue 3s ease-in-out infinite alternate;font-family:League Spartan,sans-serif}.hero-subtitle{font-family:Roboto,sans-serif;font-size:1.5rem;margin-bottom:30px;color:#d1ffd1;animation:fadeInUp 1.5s ease-out .5s both}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:50px;animation:fadeInUp 1.5s ease-out 1s both}.stat-card{background:#ffffff21;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:20px;text-align:center;border:1px solid rgba(255,255,255,.08);transition:all .3s ease;color:#fff;font-family:Roboto,sans-serif}.stat-card:hover{transform:translateY(-10px);background:#ffffff1a;box-shadow:0 20px 40px #0000004d}.stat-number{font-family:League Spartan,sans-serif;font-size:3rem;font-weight:700;display:block;background:linear-gradient(45deg,#fff,#fffefd);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:glowYellow 3s ease-in-out infinite alternate,countUp 2s ease-out 1.5s both}.stat-label{font-family:Roboto,sans-serif;font-size:1rem;margin-top:5px;color:#d1ffd1;opacity:.9;animation:glowWhite 3s ease-in-out infinite alternate}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{filter:drop-shadow(0 0 5px rgba(0,0,0,.6))}50%{filter:drop-shadow(0 0 15px rgba(255,255,255,.8))}}@keyframes glowGreen{0%{filter:drop-shadow(0 0 5px rgba(255,206,116,.9))}to{filter:drop-shadow(0 0 15px rgba(250,167,23,.8))}}@keyframes glowBlue{0%{filter:drop-shadow(0 0 5px rgb(255,210,177))}to{filter:drop-shadow(0 0 15px rgba(255,173,122,.8))}}@keyframes glowYellow{0%{filter:drop-shadow(0 0 5px rgba(255,245,205,.5))}to{filter:drop-shadow(0 0 15px rgba(255,226,108,.8))}}@keyframes glowWhite{0%{filter:drop-shadow(0 0 4px rgba(255,255,255,.3))}to{filter:drop-shadow(0 0 12px rgba(255,255,255,.6))}}@keyframes countUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}}.projects-section{padding:100px 0;background:#fff;color:#1b1b1b;transition:background .6s ease-in-out;font-family:Inter,sans-serif}.projects-container{max-width:1200px;margin:0 auto;padding:0 20px;font-family:Inter,sans-serif}.section-title{text-align:center;font-size:3rem;margin-bottom:20px;color:#4c2419;font-family:Inter,sans-serif;font-weight:700}.section-subtitle{text-align:center;font-size:1.2rem;margin-bottom:60px;color:#181111;opacity:.9;font-family:Inter,sans-serif;font-weight:500}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:60px;font-family:Inter,sans-serif}.project-card{position:relative;background:#f9f9f9;border:1px solid rgba(0,0,0,.08);border-radius:20px;padding:30px;transition:all .3s ease;overflow:hidden;cursor:pointer;color:#222;box-shadow:0 4px 10px #0000000d;font-family:Inter,sans-serif}.project-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(43,16,16,.08),transparent);transition:left .5s}.project-card:hover:before{left:100%}.project-card:hover{background:#fff;box-shadow:0 10px 30px #2b101014}.project-icon{display:flex;justify-content:center;margin-bottom:20px}.project-icon img{width:56px;height:56px;border-radius:12px;object-fit:contain;background:#eaf9f1;padding:8px}.project-header-center{text-align:center;margin-bottom:20px;font-family:Inter,sans-serif}.project-header-center .project-name{font-size:1.1rem;font-weight:700;color:#000;margin-bottom:8px;font-family:Inter,sans-serif}.project-header-center .project-location{font-size:.85rem;color:#555;margin-bottom:8px;font-family:Inter,sans-serif;font-weight:500}.project-header-center .project-started{background-color:#4c6b68;color:#fff;padding:4px 12px;border-radius:9999px;font-size:.75rem;font-weight:600;display:inline-block;font-family:Inter,sans-serif}.project-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:20px 0;font-family:Inter,sans-serif}.project-stat{text-align:center;padding:15px;background:#fff;border:1px solid #dceae1;border-radius:10px;transition:all .3s ease;font-family:Inter,sans-serif}.project-stat:hover{background:#f3fbf7;transform:scale(1.03)}.project-stat-number{font-size:1.8rem;font-weight:700;color:#90887f;font-family:Inter,sans-serif}.project-stat-label{font-size:.9rem;color:#444;margin-top:5px;font-family:Inter,sans-serif;font-weight:500}.project-card{position:relative;padding-bottom:60px;font-family:Inter,sans-serif}.project-tags{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;padding:0 20px 20px;font-family:Inter,sans-serif}.project-tag-left{display:flex;gap:10px}.project-tag-right{display:flex;gap:8px}.project-tag-left .tag{font-size:.7rem;font-weight:600;padding:6px 14px;border-radius:9999px;text-transform:uppercase;letter-spacing:.5px;background-color:#e6f8f0;border:1px solid #c2eedc;color:#064;transition:all .3s ease;font-family:Inter,sans-serif}.tag.type{background-color:#e8f4ff;color:#0056b3;border:1px solid #b3d7ff;font-family:Inter,sans-serif}.tag.status{background-color:#e9fff1;color:#007b55;border:1px solid #b8f2ce;font-family:Inter,sans-serif}.tag:hover{transform:scale(1.05);box-shadow:0 2px 8px #00805533}.sdg-icon{width:34px;height:34px;object-fit:contain;border-radius:6px;transition:transform .3s ease}.sdg-icon:hover{transform:scale(2.5)}@keyframes fadeInTag{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.project-tags{flex-direction:column;align-items:center;justify-content:center}.project-tag-left,.project-tag-right{margin-top:10px}}.support-wrapper{padding:30px;background:#f9fafb}.support-heading{font-size:2rem;margin-bottom:20px;color:#2c5530}.support-layout{display:flex;flex-wrap:wrap;gap:40px}.faq-block,.support-contact{flex:1;min-width:300px}.faq-title,.contact-title{font-size:1.3rem;margin-bottom:15px}.faq-box{border-bottom:1px solid #ddd;padding:10px 0}.faq-toggle{display:flex;justify-content:space-between;cursor:pointer;font-weight:700}.faq-response{padding:10px 0;color:#444}.contact-list{display:flex;flex-direction:column;gap:16px}.contact-entry{display:flex;gap:12px;align-items:center}.entry-icon{font-size:1.5rem}.entry-label{font-weight:600}.entry-value{font-size:.95rem;color:#555}.tip-box{margin-top:30px}.tip-title{margin-bottom:10px;font-weight:700}.tip-list{padding-left:20px;list-style:disc;color:#444}.card3-section{padding:60px 20px;background-color:#c2663c}@keyframes fadeSlideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeSlideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.card3-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;flex-wrap:wrap}.card3-text{flex:1 1 500px;padding:20px;animation:fadeSlideInLeft 1s ease forwards;font-family:Roboto,sans-serif}.card3-text h2{font-family:League Spartan,sans-serif;font-size:3rem;font-weight:700;margin-bottom:20px;color:#fff;letter-spacing:.5px}.card3-text p{font-family:Roboto,sans-serif;font-size:1.1rem;line-height:1.6;color:#f5e1c7}.card3-image{flex:1 1 500px;width:400px;padding:20px;text-align:center;animation:fadeSlideInRight 3s ease forwards}.card3-image img{width:100%;height:260px;border-radius:10px;object-fit:cover}@media(max-width:768px){.card3-content{flex-direction:column-reverse;text-align:center}.card3-text,.card3-image{padding:10px;animation:none}.card3-text h2{font-size:1.6rem}.card3-text p{font-size:1rem}}.card4-container{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:20px;padding:50px;background-color:#7cac72}.info-card{position:relative;border-radius:16px;overflow:hidden;width:360px;height:240px;color:#fff;cursor:pointer;transition:transform .4s ease,box-shadow .4s ease}.info-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000004d}.bubbles{position:absolute;width:100%;height:100%;overflow:hidden;top:0;left:0}.bubble{position:absolute;bottom:-50px;width:20px;height:20px;background:#ffffff4d;border-radius:50%;animation:rise 8s infinite ease-in}.bubble:nth-child(1){left:10%;animation-delay:0s;animation-duration:7s;width:15px;height:15px}.bubble:nth-child(2){left:25%;animation-delay:2s;animation-duration:9s}.bubble:nth-child(3){left:40%;animation-delay:4s}.bubble:nth-child(4){left:55%;animation-delay:1s}.bubble:nth-child(5){left:70%;animation-delay:3s;animation-duration:10s}.bubble:nth-child(6){left:85%;animation-delay:5s}.bubble:nth-child(7){left:60%;animation-delay:6s;width:25px;height:25px}.bubble:nth-child(8){left:30%;animation-delay:7s;width:10px;height:10px}@keyframes rise{0%{transform:translateY(0) translate(0);opacity:.5}25%{transform:translateY(-50px) translate(10px);opacity:.8}50%{transform:translateY(-100px) translate(-10px);opacity:.9}75%{transform:translateY(-180px) translate(15px);opacity:.6}to{transform:translateY(-260px) translate(-10px);opacity:0}}.bg-fair{background:radial-gradient(circle at 80% 50%,#c8ff7b,#0c3d2e,#04140e);background-size:400% 400%;animation:moveGradient 10s linear infinite alternate}.bg-inclusive{background:radial-gradient(circle at 80% 50%,#c8ff7b,#0c3d2e,#04140e);background-size:400% 400%;animation:moveGradient 12s linear infinite alternate}.bg-transparent{background:radial-gradient(circle at 80% 50%,#c8ff7b,#0c3d2e,#04140e);background-size:400% 400%;animation:moveGradient 9s linear infinite alternate}@keyframes moveGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.overlay{position:absolute;bottom:0;left:0;padding:25px;width:100%;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.overlay h3{font-size:1.8rem;font-weight:700;margin-bottom:10px}.overlay p{font-size:1rem;line-height:1.4;opacity:.9}.footer{background:#308b45;color:#fff;padding:60px 20px;font-family:Poppins,sans-serif}.footer-container{max-width:1200px;margin:auto;display:flex;flex-wrap:wrap;gap:40px}.footer-logo h1{font-size:2rem;font-weight:700;color:#fff}.footer-logo span{color:#f60;font-weight:700;transition:transform .3s ease}.footer-logo span:hover{transform:rotate(-20deg) scale(1.2)}.footer-columns{display:flex;flex:1;justify-content:space-between;flex-wrap:wrap}.footer-column{min-width:180px;margin-bottom:20px}.footer-column h3{font-size:1.1rem;font-weight:700;color:#aef794;margin-bottom:15px;position:relative}.footer-column h3:after{content:"";display:block;width:40px;height:2px;background:#fff;margin-top:5px;transition:width .3s}.footer-column h3:hover:after{width:100%}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin:10px 0;cursor:pointer;transition:color .3s,transform .3s}.footer-column ul li:hover{color:#f60;transform:translate(5px)}.footer-social{margin-top:15px}.footer-social svg{margin-right:10px;cursor:pointer;transition:color .3s,transform .3s}.footer-social svg:hover{color:#f60;transform:scale(1.2)}.footer-logo img{width:140px;height:auto;object-fit:contain;margin-left:40px;gap:20px}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-right:10px;border-radius:50%;background-color:#c7f0d6;color:#006400;font-size:18px;transition:transform .3s,background-color .3s,color .3s}.footer-social a:hover{transform:scale(1.2);background-color:#a0e0b0;color:#004d00}@media(max-width:768px){.footer-columns{flex-direction:column;gap:30px}}*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.header-container{background:#fff;padding:16px 32px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #00000014;z-index:1000;position:relative;height:70px;border-bottom:1px solid rgba(255,255,255,.08)}.navbar-project-name{position:absolute;left:50%;transform:translate(-50%);font-weight:600;font-size:16px;color:#d4734b;text-align:center;letter-spacing:-.3px;line-height:1.4}.logo{display:flex;align-items:center;gap:10px;font-weight:600;font-size:20px;color:#d4734b;padding:6px 10px;border-radius:8px;transition:all .3s ease}.logo-icon{position:absolute;top:18px;left:32px;z-index:5;animation:fadeInDown .8s ease-out}.logo-icon img{height:34px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));transition:transform .3s ease}.logo-icon img:hover{transform:scale(1.05)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-buttons{display:flex;gap:12px;align-items:center}.nav-button{background:transparent;border:1px solid rgba(109,11,11,.833);cursor:pointer;color:#e2670f;font-size:12px;font-weight:380px;padding:10px 20px;border-radius:8px;transition:all .3s ease;letter-spacing:.2px}.nav-button:hover{background:#d4734b;color:#fff;border-color:#d4734b;transform:translateY(-1px);box-shadow:0 4px 12px #d4734b4d}.nav-button.active{background:#d4734b;color:#892020;border-color:#d4734b}@media(max-width:768px){.header-container{flex-direction:column;height:auto;padding:16px;gap:12px}.navbar-project-name{position:static;transform:none;font-size:14px}.logo{font-size:18px}.nav-buttons{flex-direction:row;flex-wrap:wrap;width:100%;gap:8px;justify-content:center}.nav-button{flex:1;min-width:100px;text-align:center;padding:8px 16px}}.sidebar-container{position:fixed;left:0;top:70px;width:72px;height:calc(100vh - 70px);background:#f5e6d3;box-shadow:0 4px 16px #0000001f;z-index:100;display:flex;flex-direction:column;padding:24px 0;border-right:1px solid rgba(255,255,255,.08)}.sidebar-button{width:48px;height:48px;margin:8px auto;background:#fff;border:1.5px solid #A8C5B5;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;color:#2d4a3e;transition:all .3s ease}.sidebar-button:hover{background:#a8c5b5;color:#2d4a3e;transform:translate(4px);box-shadow:0 2px 8px #00000014}.sidebar-button.active{background:#d4734b;color:#fff;border-color:#d4734b;transform:translate(4px)}@media(max-width:480px){.sidebar-container{width:60px;padding:16px 0}.sidebar-button{width:40px;height:40px;font-size:12px}}.filter-container{background:#f5e6d3;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:20px 32px;border-bottom:1px solid rgba(255,255,255,.08)}.filter-group{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.filter-label{font-weight:500;color:#d4734b;font-size:13px;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap}.filter-select{padding:10px 36px 10px 16px;border:1.5px solid #E5DDD0;border-radius:8px;background-color:#fff;color:#2c2c2c;font-size:14px;font-weight:500;min-width:140px;cursor:pointer;transition:all .3s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232D4A3E' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.filter-select:hover{border-color:#d4734b;box-shadow:0 0 0 3px #d4734b1a}.filter-select:focus{outline:none;border-color:#d4734b;box-shadow:0 0 0 3px #d4734b26}.filter-container button{background:#d4734b;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;letter-spacing:.3px;margin-left:auto}.filter-container button:hover{background:#c4623d;transform:translateY(-1px);box-shadow:0 4px 12px #d4734b4d}@media(max-width:768px){.filter-container{flex-direction:column;align-items:stretch;padding:16px;gap:12px}.filter-group{flex-direction:column;align-items:stretch;gap:8px}.filter-label{font-size:12px}.filter-select{width:100%;min-width:unset}.filter-container button{margin-left:0;width:100%}}#map{height:500px;width:100%;position:relative;z-index:0;overflow:hidden;box-shadow:0 4px 16px #0000001f;border:1px solid rgba(255,255,255,.08);margin:0}@media(min-width:992px){#map{margin-left:72px}}.leaflet-container{height:100%!important;width:100%!important;background:#f8f9fa}.leaflet-control{border:1px solid #E5DDD0;padding:4px;background:#fff;color:#2c2c2c;border-radius:10px;box-shadow:0 2px 8px #00000014}.leaflet-bar a{background:#fff;color:#2d4a3e;border-bottom:1px solid #E5DDD0;font-weight:600}.leaflet-bar a:hover{background:#a8c5b5}.leaflet-popup-content-wrapper{background:#fff;color:#2c2c2c;border-radius:12px;border:1px solid #E5DDD0;font-family:Inter,sans-serif;font-size:14px;line-height:1.6;box-shadow:0 4px 16px #0000001f;padding:4px}.leaflet-popup-tip{background:#fff;border:1px solid #E5DDD0}.leaflet-popup-close-button{color:#2c2c2c;font-weight:600;font-size:20px}.leaflet-popup-close-button:hover{color:#d4734b}@media(max-width:1200px){#map{max-width:100%;height:450px;margin-left:72px;border-radius:8px}}@media(max-width:768px){#map{height:350px;margin-left:60px;border-radius:8px}}@media(max-width:480px){#map{height:300px;margin-left:60px;border-radius:6px}}.text-primary{color:#2d4a3e}.text-accent{color:#d4734b}.bg-sand{background:#f5e6d3}.shadow-soft{box-shadow:0 2px 8px #00000014}.shadow-medium{box-shadow:0 4px 16px #0000001f}.rounded-lg{border-radius:12px}.rounded-md{border-radius:8px}.filter-container{width:100%;padding:1rem;background:#f5e6d3;margin-left:60px;box-shadow:0 4px 15px #0000001a}.filter-row{display:flex;flex-wrap:wrap;gap:20px;align-items:flex-end;justify-content:space-between}.filter-item{display:flex;flex-direction:column;min-width:140px;margin-left:10px;flex:1}.filter-item.reset-item{justify-content:flex-end;min-width:auto;flex:0}.filter-label{color:#ff7803;font-size:.8rem;font-weight:600;margin-bottom:.4rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.filter-select{padding:.6rem .8rem;height:36px;width:140px;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffffe6;color:#333;font-size:.8rem;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;outline:none}.filter-select:hover{border-color:#fff6;background:#fffffff2;box-shadow:0 2px 8px #0000001a}.filter-select:focus{border-color:#4facfe;background:#fff;box-shadow:0 0 0 3px #4facfe33}.reset-button{padding:5px;width:140px;height:36px;background:linear-gradient(135deg,#fff);color:#000;border:none;border-radius:8px;font-size:.9rem;font-weight:400;cursor:pointer;transition:all .3s ease;outline:none}.reset-button:hover{background:linear-gradient(135deg,#2b2828);color:#fff;transform:translateY(-2px)}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.filter-row{gap:.8rem}.filter-item{min-width:120px}}@media(max-width:768px){.filter-row{flex-direction:column;gap:1rem;align-items:stretch}.filter-item{min-width:auto;flex:none}.filter-item.reset-item{align-self:center;margin-top:.5rem}}@media(max-width:480px){.filter-container{padding:.8rem}.filter-select{padding:.5rem .6rem;font-size:.85rem}.reset-button{padding:.5rem 1rem;font-size:.85rem}}
