@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";html,body,#root{width:100%;min-height:100%}body{background:#fff;font-family:Poppins,sans-serif;overflow-x:hidden}img{max-width:200%;display:block}ul{list-style:none}body{font-family:Poppins,sans-serif}.navbar{z-index:999;background:#fff;width:100%;position:sticky;top:0;left:0;box-shadow:0 2px 12px #00000014}.navbar-container{justify-content:space-between;align-items:center;max-width:1400px;height:90px;margin:auto;padding:0 40px;display:flex}.logo{align-items:center;display:flex}.logo img{object-fit:contain;width:250px;height:auto}.nav-menu{align-items:center;gap:32px;display:flex}.nav-menu a{color:#222;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s}.nav-menu a:hover{color:#2ea8df}.donate-btn{background:#2ea8df;border-radius:40px;align-items:center;gap:8px;padding:12px 22px;transition:all .35s;color:#fff!important;display:flex!important}.donate-btn:hover{background:#2ea8df;transform:translateY(-2px)}.mobile-menu{cursor:pointer;font-size:30px;display:none}@media (width<=1200px){.logo img{width:220px}.nav-menu{gap:22px}.nav-menu a{font-size:15px}}@media (width<=991px){.navbar-container{height:85px;padding:0 20px}.logo img{width:190px}.mobile-menu{z-index:1001;display:block}.nav-menu{background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;gap:28px;width:100%;height:calc(100vh - 85px);padding-top:50px;transition:all .4s;display:flex;position:absolute;top:85px;left:-100%}.nav-menu.active{left:0}.nav-menu a{font-size:18px}.donate-btn{padding:14px 30px}}@media (width<=576px){.navbar-container{height:75px}.logo img{width:160px}.mobile-menu{font-size:28px}.nav-menu{height:calc(100vh - 75px);top:75px}.nav-menu a{font-size:17px}.donate-btn{font-size:16px}}.hero{background-position:50%;background-size:cover;align-items:center;height:100vh;min-height:100vh;margin-top:0;padding:0 7%;display:flex;position:relative}.overlay{width:100%;height:100%;position:absolute;top:0;left:0}.heroContent{justify-content:flex-start;width:100%;display:flex;position:relative}.left{max-width:650px}.left h1{color:#1c1635;margin-bottom:30px;font-family:Georgia,serif;font-size:70px;line-height:1.1}.left p{color:#555;margin-bottom:40px;font-size:20px;line-height:1.8}.buttons{gap:20px;display:flex}.primary{color:#fff;cursor:pointer;background:#5d2d91;border:none;border-radius:40px;padding:18px 40px;font-size:17px;transition:all .3s}.primary:hover{background:#46216d}.secondary{color:#5d2d91;cursor:pointer;background:#fff;border:2px solid #5d2d91;border-radius:40px;padding:18px 40px;font-size:17px;transition:all .3s}.secondary:hover{color:#fff;background:#5d2d91}@media (width<=768px){.left h1{font-size:45px}.left p{font-size:17px}.buttons{flex-direction:column}.hero{padding:0 30px}}.footer{color:#d9dde3;background:#39424e;padding-top:80px;position:relative}.footer-container{grid-template-columns:2fr 1fr 1.3fr 1.5fr;gap:50px;width:88%;margin:auto;display:grid}.footer-logo{width:300px;height:auto}.footer-col p{color:#c7ced6;font-size:15px;line-height:1.8}.footer-col h3{color:#fff;margin-bottom:28px;padding-bottom:10px;font-size:24px;position:relative}.footer-col h3:after{content:"";background:#2ea8df;border-radius:20px;width:55px;height:3px;position:absolute;bottom:0;left:0}.footer-col ul{list-style:none}.footer-col ul li{color:#c7ced6;cursor:pointer;margin-bottom:16px;transition:all .35s}.footer-col ul li:hover{color:#2ea8df;padding-left:8px}.contact{align-items:flex-start;gap:15px;margin-bottom:22px;display:flex}.contact svg{color:#2ea8df;flex-shrink:0;margin-top:4px;font-size:18px}.contact span{color:#c7ced6;line-height:1.7}.contact-footer{color:#d9dde3;line-height:1.8;text-decoration:none;transition:all .3s}.contact-footer:hover{color:#2ea8df}.footer-social{gap:15px;margin-top:28px;display:flex}.footer-social a{color:#fff;background:#4a5563;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;text-decoration:none;transition:all .35s;display:flex}.footer-social a:first-child:hover{background:#1877f2;transform:translateY(-5px)}.footer-social a:nth-child(2):hover{background:#e1306c;transform:translateY(-5px)}.footer-social a:nth-child(3):hover{background:#0077b5;transform:translateY(-5px)}.footer-social a:nth-child(4):hover{background:red;transform:translateY(-5px)}.newsletter{flex-direction:column;gap:15px;display:flex}.newsletter input{color:#333;background:#fff;border:none;border-radius:10px;outline:none;padding:15px 18px;font-size:15px}.newsletter input::placeholder{color:#888}.newsletter button{color:#fff;cursor:pointer;background:#2ea8df;border:none;border-radius:10px;padding:15px;font-size:16px;font-weight:600;transition:all .35s}.newsletter button:hover{background:#28c76f}.footer-bottom{text-align:center;border-top:1px solid #ffffff1f;margin-top:60px;padding:25px}.footer-bottom p{color:#bfc6ce;font-size:15px}.top-btn{color:#fff;cursor:pointer;z-index:999;background:#2ea8df;border:none;border-radius:50%;width:55px;height:55px;font-size:20px;transition:all .35s;position:fixed;bottom:30px;right:30px;box-shadow:0 10px 25px #00000040}.top-btn:hover{background:#8bc53f;transform:translateY(-6px)}@media (width<=1100px){.footer-container{grid-template-columns:repeat(2,1fr);gap:40px}}@media (width<=768px){.footer{padding-top:60px}.footer-container{grid-template-columns:1fr;width:90%}.footer-logo{width:150px}.footer-col h3{font-size:22px}.top-btn{width:48px;height:48px;bottom:18px;right:18px}}.aboutHero{background-position:50%;background-size:cover;justify-content:center;align-items:center;height:105vh;display:flex;position:relative}.aboutOverlay{position:absolute;inset:0}.heroContent{z-index:2;text-align:center;max-width:900px;position:relative}.heroContent img{width:180px;margin-bottom:25px}.heroContent h1{color:#39424e;margin-bottom:20px;font-size:64px;font-weight:700}.heroContent p{color:#555;font-size:22px;line-height:1.8}.aboutSection{background:#fff;padding:90px 8%}.container{max-width:1100px;margin:auto}.smallTitle{color:#fff;background:#e83e8c;border-radius:30px;margin-bottom:25px;padding:8px 22px;font-weight:600;display:inline-block}.container h2{color:#39424e;margin-bottom:30px;font-size:44px}.container p{color:#666;margin-bottom:20px;font-size:18px;line-height:1.9}.visionMission{background:#f8f9fb;grid-template-columns:repeat(2,1fr);gap:40px;padding:90px 8%;display:grid}.card{background:#fff;border-top:6px solid #2ea8df;border-radius:24px;padding:45px;transition:all .35s;box-shadow:0 12px 35px #00000014}.card:last-child{border-top:6px solid #8bc53f}.card:hover{transform:translateY(-10px)}.icon{color:#e83e8c;margin-bottom:25px;font-size:55px}.card h3{color:#39424e;margin-bottom:25px;font-size:30px}.card p{color:#666;line-height:1.9}.card ul{list-style:none}.card li{align-items:flex-start;gap:15px;margin-bottom:18px;line-height:1.7;display:flex}.card li svg{color:#8bc53f;margin-top:4px}.roadSafety{text-align:center;background:#fff;padding:100px 8%}.roadIcon{color:#f4c430;margin-bottom:20px;font-size:65px}.roadSafety h2{color:#39424e;font-size:42px}.roadSafety>p{color:#666;max-width:850px;margin:25px auto 50px;line-height:1.8}.roadGrid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.roadGrid div{background:#fff;border-left:5px solid #2ea8df;border-radius:18px;padding:25px;transition:all .35s;box-shadow:0 10px 30px #00000014}.roadGrid div:nth-child(2n){border-left-color:#8bc53f}.roadGrid div:nth-child(3n){border-left-color:#e83e8c}.roadGrid div:nth-child(4n){border-left-color:#f4c430}.roadGrid div:hover{transform:translateY(-8px)}.motto{color:#e83e8c;margin-top:55px;font-size:32px}.values{background:#f7f8fb;padding:90px 8%}.values h2{text-align:center;color:#39424e;margin-bottom:60px;font-size:42px}.valueGrid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.valueCard{text-align:center;background:#fff;border-radius:22px;padding:35px;transition:all .35s;box-shadow:0 10px 30px #00000014}.valueCard:first-child svg{color:#e83e8c}.valueCard:nth-child(2) svg{color:#2ea8df}.valueCard:nth-child(3) svg{color:#8bc53f}.valueCard:nth-child(4) svg{color:#f4c430}.valueCard:nth-child(5) svg{color:#e83e8c}.valueCard:nth-child(6) svg{color:#2ea8df}.valueCard:nth-child(7) svg{color:#8bc53f}.valueCard:nth-child(8) svg{color:#f4c430}.valueCard svg{margin-bottom:20px;font-size:55px}.valueCard h4{color:#39424e;font-size:20px}.valueCard:hover{transform:translateY(-10px)}.serve{background:#fff;padding:90px 8%}.serve h2{text-align:center;margin-bottom:60px;font-size:42px}.serveGrid{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.serveCard{background:#fff;border-radius:18px;align-items:center;gap:18px;padding:22px 28px;transition:all .35s;display:flex;box-shadow:0 10px 25px #00000014}.serveCard svg{color:#2ea8df;font-size:28px}.serveCard:hover{color:#fff;background:#2ea8df}.serveCard:hover svg{color:#fff}.joinMission{text-align:center;color:#fff;background:linear-gradient(135deg,#2ea8df,#8bc53f,#f4c430,#e83e8c);padding:100px 8%}.joinMission h2{margin-bottom:25px;font-size:50px}.joinMission p{max-width:900px;margin:auto;font-size:20px;line-height:1.9}.joinMission button{color:#39424e;cursor:pointer;background:#fff;border:none;border-radius:50px;margin-top:40px;padding:18px 45px;font-size:18px;font-weight:600;transition:all .35s}.joinMission button:hover{transform:translateY(-5px)}@media (width<=1100px){.visionMission,.valueGrid,.roadGrid,.serveGrid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.heroContent h1{font-size:42px}.heroContent p{padding:0 20px;font-size:17px}.container h2,.values h2,.serve h2,.roadSafety h2,.joinMission h2{font-size:32px}.visionMission,.valueGrid,.serveGrid,.roadGrid{grid-template-columns:1fr}.aboutSection,.visionMission,.values,.serve,.roadSafety,.joinMission{padding:70px 25px}.motto{font-size:24px}}body{background:#fff;font-family:Poppins,sans-serif}.trustees-hero{background-position:50%;background-size:cover;align-items:center;width:100%;height:520px;display:flex}.hero-overlay{width:1200px;margin:auto}.hero-overlay h1{color:#48515d;font-family:Georgia,serif;font-size:68px}.color-line{width:180px;height:4px;margin:18px 0 25px;display:flex}.yellow{background:#fdb913;flex:1}.pink{background:#eb3c7d;flex:1}.blue{background:#2196f3;flex:1}.hero-overlay p{color:#5d6572;width:520px;font-size:20px;line-height:35px}.trustees-section{text-align:center;width:1200px;margin:80px auto}.trustees-section h2{color:#49505d;font-family:Georgia,serif;font-size:55px}.heading-line{width:120px;height:4px;margin:18px auto;display:flex}.sub-heading{color:#777;margin-bottom:60px;font-size:20px}.trustees-grid{grid-template-columns:repeat(3,1fr);gap:35px;display:grid}.trustee-card{background:#fff;border-radius:20px;padding:40px 25px;transition:all .4s;box-shadow:0 10px 35px #00000014}.trustee-card:hover{transform:translateY(-10px)}.trustee-card img{object-fit:cover;border-radius:50%;width:150px;height:150px}.trustee-card h3{color:#474f5c;margin-top:25px;font-family:Georgia,serif;font-size:30px}.trustee-card h4{text-transform:uppercase;letter-spacing:2px;margin-top:15px;font-size:18px}.card-line{border-radius:10px;width:55px;height:4px;margin:18px auto}.trustee-card p{color:#666;margin-bottom:30px;font-size:18px;line-height:32px}.trustee-card a{color:#fff;background:#0077b5;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin:auto;text-decoration:none;display:flex}.values-box{border-radius:22px;justify-content:space-between;align-items:center;width:1200px;margin:80px auto;padding:35px 45px;display:flex;box-shadow:0 10px 35px #00000014}.values-left{align-items:center;gap:30px;display:flex}.values-left img{width:95px}.values-left h3{color:#4a525d;margin-bottom:12px;font-family:Georgia,serif;font-size:36px}.values-left p{color:#666;max-width:700px;font-size:18px;line-height:32px}.values-box button{color:#fff;cursor:pointer;background:#0079d8;border:none;border-radius:10px;padding:18px 35px;font-size:18px;transition:all .3s}.values-box button:hover{background:#005eb0}@media (width<=992px){.trustees-grid{grid-template-columns:repeat(2,1fr)}.values-box{text-align:center;flex-direction:column;gap:30px}.values-left{flex-direction:column}.hero-overlay{padding:30px}.trustees-section,.values-box{width:90%}.hero-overlay p{width:100%}}@media (width<=768px){.trustees-grid{grid-template-columns:1fr}.hero-overlay h1{font-size:45px}.trustees-section h2{font-size:40px}.hero-overlay p{font-size:17px;line-height:30px}.trustees-hero{height:330px}}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}body{color:#3c4655;background:#f8fbff}a{text-decoration:none}.contact-page{width:100%;overflow:hidden}.contact-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;height:440px;display:flex}.hero-content{width:85%;margin:auto}.hero-content h1{color:#39424e;font-size:68px;font-weight:700}.rainbow-line{background:linear-gradient(90deg,#f7d547 33%,#ff2f8f 33% 66%,#2ea8df 66%);border-radius:20px;width:150px;height:5px;margin:18px 0 28px}.hero-content p{color:#56606e;width:520px;max-width:100%;font-size:20px;line-height:1.9}.contact-container{z-index:5;width:88%;margin:-40px auto 90px;position:relative}.contact-grid{grid-template-columns:1.3fr .85fr;align-items:start;gap:40px;display:grid}.contact-form-card,.contact-info-column{background:#fff;border-radius:22px;padding:40px;box-shadow:0 8px 25px #0000000d,0 20px 45px #0000000d}.contact-form-card h2,.contact-info-column h2{color:#39424e;font-size:40px;font-weight:700}.contact-form-card form{margin-top:15px}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.input-group{background:#fff;border:1px solid #e6edf4;border-radius:14px;align-items:center;margin-top:18px;transition:all .35s;display:flex;position:relative;overflow:hidden}.input-group:hover{border-color:#2ea8df}.input-group:focus-within{border-color:#2ea8df;box-shadow:0 0 0 4px #2ea8df1f}.input-icon{text-align:center;color:#94a3b8;flex-shrink:0;width:60px;font-size:18px}.input-group input{color:#39424e;background:0 0;border:none;outline:none;width:100%;height:60px;padding-right:20px;font-size:15px}.input-group input::placeholder{color:#9ca7b5}.select-group{position:relative}.select-group select{appearance:none;color:#39424e;cursor:pointer;background:0 0;border:none;outline:none;width:100%;height:60px;padding:0 55px 0 22px;font-size:15px}.select-arrow{color:#8b98a7;pointer-events:none;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.textarea-group{align-items:flex-start;padding-top:18px}.textarea-icon{margin-top:6px}.textarea-group textarea{resize:none;color:#39424e;background:0 0;border:none;outline:none;width:100%;min-height:150px;padding:0 20px 18px 0;font-size:15px}.textarea-group textarea::placeholder{color:#9ca7b5}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1683d8,#0b6ec6);border:none;border-radius:10px;justify-content:center;align-items:center;gap:12px;width:240px;height:58px;margin-top:30px;font-size:18px;font-weight:600;transition:all .35s;display:flex}.submit-btn:hover{transform:translateY(-4px);box-shadow:0 12px 28px #127bd859}.info-intro{color:#606d7b;margin-bottom:30px;font-size:16px;line-height:1.8}.info-cards-stack{flex-direction:column;gap:18px;display:flex}.info-card{background:#fff;border:1px solid #e8edf3;border-radius:16px;align-items:center;gap:20px;padding:18px 22px;transition:all .35s;display:flex}.info-card:hover{border-color:#dce7f2;transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.icon-wrapper{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;min-width:64px;height:64px;min-height:64px;font-size:24px;display:flex}.blue-icon{background:#1d8be3}.pink-icon{background:#ff2f8f}.green-icon{background:#9ad42e}.orange-icon{background:#ffc107}.info-text{flex:1}.info-text h3{color:#39424e;margin-bottom:8px;font-size:22px}.info-text p{color:#5e6977;font-size:15px;line-height:1.7}.info-text a{color:#5e6977;transition:all .3s}.info-text a:hover{color:#1d8be3}.contact-footer-band{background:linear-gradient(135deg,#edf8ff,#fff);border-radius:22px;justify-content:space-between;align-items:center;gap:35px;margin-top:45px;padding:38px 45px;display:flex;box-shadow:0 10px 30px #0000000d}.footer-left{flex:1;align-items:center;gap:28px;display:flex}.heart-graphic{background:#ffeaf2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:90px;height:90px;display:flex}.fallback-heart-circle{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:34px;display:flex}.footer-text h3{color:#39424e;margin-bottom:12px;font-size:38px}.footer-text p{color:#5e6977;max-width:650px;line-height:1.8}.footer-right{border-left:1px solid #dde5ed;width:320px;padding-left:45px}.footer-right h3{color:#39424e;margin-bottom:22px;font-size:34px}.social-links{align-items:center;gap:18px;display:flex}.social-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:20px;transition:all .35s;display:flex}.social-icon:hover{transform:translateY(-6px)scale(1.08)}.fb{background:#1877f2}.ig{background:linear-gradient(135deg,#ffdc80,#f56040,#c13584,#405de6)}.li{background:#0077b5}.tw{background:#1da1f2}.yt{background:red}@media (width<=1200px){.contact-container{width:94%}.contact-grid{gap:30px}.hero-content h1{font-size:58px}.hero-content p{font-size:18px}.contact-form-card,.contact-info-column{padding:35px}.contact-form-card h2,.contact-info-column h2{font-size:34px}.footer-text h3{font-size:30px}.footer-right h3{font-size:28px}}@media (width<=992px){.contact-hero{height:360px}.hero-content{width:90%}.hero-content h1{font-size:48px}.hero-content p{width:100%;font-size:17px}.contact-container{margin-top:50px}.contact-grid{grid-template-columns:1fr}.contact-form-card,.contact-info-column{padding:30px}.form-row{grid-template-columns:1fr}.submit-btn{width:100%}.contact-footer-band{flex-direction:column;align-items:flex-start;padding:35px}.footer-left{width:100%}.footer-right{border-top:1px solid #e8edf3;border-left:none;width:100%;padding-top:30px;padding-left:0}}@media (width<=768px){.contact-hero{background-position:50%;height:320px}.hero-content{width:92%}.hero-content h1{font-size:40px}.rainbow-line{width:120px}.hero-content p{font-size:16px;line-height:1.8}.contact-container{width:94%;margin:40px auto 60px}.contact-form-card,.contact-info-column{padding:25px}.contact-form-card h2,.contact-info-column h2{font-size:30px}.input-group input,.select-group select{height:55px;font-size:15px}.textarea-group textarea{min-height:140px}.info-card{gap:16px;padding:16px}.icon-wrapper{width:58px;min-width:58px;height:58px;min-height:58px;font-size:20px}.info-text h3{font-size:18px}.info-text p{font-size:14px}.footer-left{text-align:center;flex-direction:column}.footer-text h3{font-size:28px}.footer-text p{font-size:15px}.footer-right{text-align:center}.social-links{flex-wrap:wrap;justify-content:center}}@media (width<=480px){.contact-hero{height:280px}.hero-content h1{font-size:34px}.hero-content p{font-size:15px}.contact-form-card,.contact-info-column{padding:20px}.contact-form-card h2,.contact-info-column h2{font-size:26px}.input-icon{width:50px;font-size:16px}.input-group input,.select-group select{height:52px;font-size:14px}.textarea-group textarea{min-height:120px;font-size:14px}.submit-btn{width:100%;height:52px;font-size:16px}.info-card{text-align:left;flex-direction:column;align-items:flex-start}.icon-wrapper{width:55px;min-width:55px;height:55px;min-height:55px;font-size:18px}.contact-footer-band{padding:25px 20px}.heart-graphic{width:75px;height:75px}.fallback-heart-circle{width:60px;height:60px;font-size:28px}.footer-text h3,.footer-right h3{font-size:24px}.social-icon{width:46px;height:46px;font-size:18px}}@media (width<=360px){.hero-content h1{font-size:30px}.contact-form-card h2,.contact-info-column h2{font-size:22px}.info-text h3{font-size:17px}.footer-text h3,.footer-right h3{font-size:22px}}.comingSoon{background:linear-gradient(135deg,#f8f6fc,#fff);justify-content:center;align-items:center;min-height:100vh;padding:120px 20px 60px;display:flex}.comingSoonCard{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:750px;padding:50px 40px;box-shadow:0 10px 35px #00000014}.badge{color:#fff;background:#2ea8df;border-radius:30px;margin-bottom:25px;padding:8px 18px;font-size:14px;font-weight:600;display:inline-block}.comingSoonCard h1{color:#222;margin-bottom:20px;font-size:42px}.comingSoonCard p{color:#666;margin-bottom:20px;font-size:17px;line-height:1.8}.comingSoonCard h3{color:#2ea8df;margin-bottom:15px}.homeBtn{color:#fff;background:#2ea8df;border-radius:40px;margin-top:20px;padding:14px 30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.homeBtn:hover{background:#2ea8df}@media (width<=768px){.comingSoonCard{padding:35px 25px}.comingSoonCard h1{font-size:32px}.comingSoonCard p{font-size:16px}}@media (width<=480px){.comingSoonCard h1{font-size:28px}.comingSoonCard{padding:30px 20px}.comingSoonCard p{font-size:15px}}.galleryComingSoon{background:linear-gradient(135deg,#f8f6fc,#fff);justify-content:center;align-items:center;min-height:100vh;padding:120px 20px 50px;display:flex}.galleryCard{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:700px;padding:50px 40px;box-shadow:0 10px 30px #00000014}.galleryIcon{color:#fff;background:#2ea8df;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:auto auto 25px;font-size:38px;display:flex}.galleryBadge{color:#2ea8df;background:#f3e9ff;border-radius:30px;margin-bottom:20px;padding:8px 18px;font-size:14px;font-weight:600;display:inline-block}.galleryCard h1{color:#222;margin-bottom:20px;font-size:42px}.galleryCard p{color:#666;margin-bottom:20px;font-size:17px;line-height:1.8}.galleryBtn{color:#fff;background:#2ea8df;border-radius:50px;margin-top:15px;padding:14px 30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.galleryBtn:hover{background:#2ea8df}@media (width<=768px){.galleryCard{padding:40px 25px}.galleryCard h1{font-size:34px}.galleryCard p{font-size:16px}.galleryIcon{width:75px;height:75px;font-size:32px}}@media (width<=480px){.galleryCard{padding:30px 20px}.galleryCard h1{font-size:28px}.galleryCard p{font-size:15px}.galleryBtn{text-align:center;width:100%}}*{box-sizing:border-box;margin:0;padding:0}.donateComingSoon{background:linear-gradient(135deg,#f8f6fc,#fff);justify-content:center;align-items:center;min-height:100vh;padding:120px 20px 50px;display:flex}.donateCard{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:720px;padding:50px 40px;box-shadow:0 12px 30px #00000014}.donateIcon{color:#fff;background:#2ea8df;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:auto auto 25px;font-size:38px;display:flex}.donateBadge{color:#2ea8df;background:#f3e9ff;border-radius:30px;margin-bottom:20px;padding:8px 20px;font-size:14px;font-weight:600;display:inline-block}.donateCard h1{color:#222;margin-bottom:20px;font-size:42px}.donateCard p{color:#666;margin-bottom:18px;font-size:17px;line-height:1.8}.donateHomeBtn{color:#fff;background:#2ea8df;border-radius:40px;margin-top:20px;padding:14px 32px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.donateHomeBtn:hover{background:#2ea8df}@media (width<=768px){.donateCard{padding:40px 25px}.donateCard h1{font-size:34px}.donateCard p{font-size:16px}.donateIcon{width:75px;height:75px;font-size:32px}}@media (width<=480px){.donateComingSoon{padding:100px 15px 40px}.donateCard{padding:30px 20px}.donateCard h1{font-size:28px}.donateCard p{font-size:15px}.donateHomeBtn{text-align:center;width:100%}}
