.navbar{align-items:center;background-color:#fff;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;padding:1rem 2rem;position:relative;z-index:1000}.navbar-logo img{height:50px}.navbar-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navbar-links a{border-radius:4px;color:#333;font-weight:500;padding:.5rem;text-decoration:none;transition:color .3s ease}.navbar-links a:focus,.navbar-links a:hover{color:#007bff;outline:2px solid #007bff}.donate-button{background-color:#ff4500;border-radius:5px;color:#fff;font-weight:700;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.donate-button:focus,.donate-button:hover{background-color:#e03e00;outline:2px solid #e03e00;outline-offset:2px}.mobile-donate-link{display:none}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;padding:.5rem;z-index:1001}.hamburger-icon{display:flex;flex-direction:column;height:20px;justify-content:space-between;width:25px}.hamburger-icon span{background-color:#333;border-radius:2px;display:block;height:3px;transition:all .3s ease-in-out;width:100%}.hamburger-icon.open span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger-icon.open span:nth-child(2){opacity:0}.hamburger-icon.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:768px){.navbar-links-container{background-color:#fff;box-shadow:-2px 0 5px #0000001a;height:100vh;padding-top:5rem;position:fixed;right:-100%;top:0;transition:right .3s ease-in-out;width:80%}.navbar-links-container.open{right:0}.navbar-links{align-items:center;flex-direction:column;gap:1rem;padding:2rem}.navbar-links li{text-align:center;width:100%}.navbar-links a{display:block;padding:1rem}.navbar-donate{display:none}.mobile-donate-link{display:block;margin-top:1rem}.mobile-menu-toggle{display:block}.navbar-links-container:not(.open){display:none}}.footer{background-color:#333;color:#fff;padding:4rem 2rem}.footer-content{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.footer-contact,.footer-donate,.footer-info{flex:1 1;min-width:250px}.footer h3{color:#ff4500;font-size:1.5rem;margin-bottom:1rem}.footer a,.footer p{color:#ccc;text-decoration:none}.footer a:focus,.footer a:hover{color:#fff}.donate-button-footer{background-color:#ff4500;border-radius:5px;color:#fff;display:inline-block;font-weight:700;margin-bottom:1rem;padding:.8rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.donate-button-footer:focus,.donate-button-footer:hover{background-color:#e03e00}.donate-image{border-radius:5px;height:auto;margin-top:1rem;width:200px}.hero{align-items:center;background-position:50%;background-size:cover;color:#fff;display:flex;height:100vh;justify-content:center;text-align:center}.hero-content{background-color:#00000080;border-radius:10px;padding:2rem}.hero-content h1{font-size:3rem;margin-bottom:1rem}.hero-buttons{margin-top:2rem}.hero-button{border-radius:5px;color:#fff;font-weight:700;margin:0 1rem;padding:1rem 2rem;text-decoration:none;transition:background-color .3s ease}.hero-button.donate{background-color:#ff4500}.hero-button.donate:focus,.hero-button.donate:hover{background-color:#e03e00}.hero-button.about-us{background-color:#007bff}.hero-button.about-us:focus,.hero-button.about-us:hover{background-color:#0056b3}.brand-ambassador{align-items:center;background-color:#f8f9fa;display:flex;padding:4rem 2rem}.brand-ambassador-image{flex:1 1;padding-right:2rem}.brand-ambassador-image img{border-radius:10px;width:100%}.brand-ambassador-content{flex:2 1}.brand-ambassador-content h2{font-size:2.5rem;margin-bottom:1rem}.brand-ambassador-content p{font-size:1.1rem;line-height:1.6}.supporters-section{background-color:#f8f9fa;padding:2rem 0;text-align:center}.supporters-section h2{color:#343a40;font-size:2.5rem;margin-bottom:2rem}.supporters-slider{height:150px;overflow:hidden;position:relative;width:100%}.supporters-track{animation:scroll 40s linear infinite;display:flex;width:7000px}.supporter-slide{align-items:center;display:flex;height:120px;justify-content:center;padding:15px;perspective:100px;width:250px}.supporter-slide img{max-height:100%;object-fit:contain;transition:transform 1s;width:100%}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-3500px)}}.about-container{max-width:100%;overflow-x:hidden}.about-hero{align-items:center;display:flex;flex-direction:column;height:60vh;justify-content:center;min-height:400px;overflow:hidden;padding:6rem 2rem;position:relative;text-align:center;width:100%}.about-hero h1{color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px #0000004d}.about-hero p{color:#f0f0f0;font-size:1.4rem;line-height:1.6;margin:0 auto;max-width:600px}.hero-image{height:100%;object-fit:cover;width:100%}.hero-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.hero-overlay h1{color:#fff;font-size:3.5rem;text-align:center;text-shadow:2px 2px 4px #00000080}.about-section{padding:4rem 0}.about-section h2{color:#333;font-size:2.5rem;margin-bottom:2rem;text-align:center}.about-section p{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.two-columns{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr)}.column{text-align:center}.section-image{border-radius:10px;height:250px;margin-bottom:1.5rem;object-fit:cover;width:100%}.stats-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));text-align:center}.stat-box{background:#f8f9fa;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:2rem}.stat-box h3{color:#ff4500;font-size:2.5rem;margin-bottom:.5rem}.stat-box p{color:#666;font-size:1.1rem;margin:0}.programs-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.program-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease}.program-card:hover{transform:translateY(-5px)}.program-card img{height:200px;object-fit:cover;width:100%}.program-card h4{color:#333;font-size:1.3rem;margin:1rem}.program-card p{color:#666;margin:0 1rem 1rem}.leadership-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.leader-image{margin-bottom:1rem}.leader-card h4{font-size:1.3rem;margin:.5rem 0}.leader-card p{margin:0}@media (max-width:768px){.about-hero{padding:4rem 1rem}.about-hero h1{font-size:2rem}.about-hero p{font-size:1.2rem}.hero-overlay h1{font-size:2.5rem}.two-columns{grid-template-columns:1fr}.about-section{padding:2rem 0}.content-wrapper{padding:0 1rem}.about-section h2,.stat-box h3{font-size:2rem}}.office-bearers{background-color:#f5f5f5;padding:2rem}.office-bearers h2{color:#333;font-size:2.5rem;margin-bottom:2rem;text-align:center}.bearers-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:1rem}.bearer-card{background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000001a;padding:1.5rem;text-align:center;transition:transform .3s ease}.bearer-card:hover{box-shadow:0 4px 8px #0003;transform:translateY(-5px)}.bearer-card img{border:3px solid #06c;border-radius:50%;height:200px;margin-bottom:1rem;object-fit:cover;width:200px}.bearer-card h3{color:#333;font-size:1.2rem;margin:.5rem 0}.bearer-card .post{color:#06c;font-size:1rem;font-weight:600;margin:.5rem 0}@media (max-width:768px){.bearers-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.bearer-card img{height:150px;width:150px}.office-bearers h2{font-size:2rem}}.leadership-section{background-color:#f8f9fa;padding:4rem 0}.content-wrapper{margin:0 auto;max-width:1200px;padding:0 2rem}.leadership-section h2{color:#333;font-size:2.5rem;margin-bottom:3rem;position:relative;text-align:center}.leadership-section h2:after{background-color:#ff4500;border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.leadership-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);justify-items:center;margin:0 auto;max-width:1200px}.leader-card{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000000d;max-width:350px;padding:2rem;text-align:center;transition:transform .3s ease;width:100%}.leader-card:hover{transform:translateY(-5px)}.leader-image{border:4px solid #ff4500;border-radius:50%;height:200px;margin-bottom:1.5rem;object-fit:cover;width:200px}.leader-card h4{color:#333;font-size:1.5rem;margin-bottom:.5rem}.leader-card p{color:#666;font-size:1.1rem}@media (max-width:1024px){.leadership-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}.leader-card:nth-child(2){grid-column:1/-1}}@media (max-width:768px){.leadership-grid{gap:2rem;grid-template-columns:1fr}.leader-card:nth-child(2){grid-column:auto}.leadership-section{padding:3rem 0}.leadership-section h2{font-size:2rem}.leader-card{padding:1.5rem}.leader-image{height:150px;width:150px}}@media (prefers-reduced-motion:reduce){.leader-card{transition:none}}.projects-page{background-color:#f0f4f8;padding:40px;text-align:center}.main-heading{color:#333;font-size:3rem;font-weight:700;margin-bottom:40px}.projects-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-card{background-position:50%;background-size:cover;border-radius:20px;box-shadow:0 10px 20px #0003;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;min-height:400px;overflow:hidden;position:relative;transition:transform .3s ease}.project-card:hover{transform:translateY(-10px)}.project-card:before{background:linear-gradient(0deg,#000000e6 20%,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.card-content{padding:30px;position:relative;text-align:left;z-index:2}.card-content h2{font-size:1.8rem;font-weight:700;margin-bottom:15px}.card-content p{font-size:1rem;height:0;line-height:1.6;margin-bottom:20px;opacity:0;overflow:hidden;transition:height .4s ease,opacity .4s ease}.project-card:hover .card-content p{height:120px;opacity:1}.view-details-btn{background-color:initial;border:2px solid #ff9800;border-radius:50px;color:#ff9800;cursor:pointer;font-size:.9rem;font-weight:700;padding:12px 25px;text-transform:uppercase;transition:background-color .3s ease,color .3s ease}.view-details-btn:hover{background-color:#ff9800;color:#fff}.contact-container{background-color:#f8f9fa;max-width:100%;min-height:100vh;overflow-x:hidden;padding:0 1rem}.contact-hero{margin-bottom:4rem;padding:6rem 2rem;position:relative;text-align:center}.contact-hero h1{color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px #0000004d}.contact-hero p{color:#f0f0f0;font-size:1.4rem;line-height:1.6;margin:0 auto;max-width:600px}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);margin:0 auto 4rem;max-width:1200px}.contact-info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}.info-section{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000000d;padding:2rem}.info-section:hover{box-shadow:0 15px 35px #0000001f;transform:translateY(-5px)}.info-section h3{color:#ff4500;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;position:relative}.info-section h3:after{background-color:#ff4500;bottom:0;content:"";height:3px;left:0;position:absolute;width:40px}.info-section p{align-items:flex-start;color:#666;display:flex;font-size:1rem;gap:1rem;line-height:1.6;margin-bottom:1rem}.info-section .icon-wrapper{align-items:center;background-color:#ff45001a;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.info-section i{color:#ff4500;font-size:1.2rem}.info-section .text-content{flex:1 1}.info-section a{color:#666;display:inline-block;text-decoration:none;transition:color .3s ease}.info-section a:after{background-color:#ff4500;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.info-section a:hover{color:#ff4500}.info-section a:hover:after{width:100%}.phone-numbers{display:flex;flex-direction:column;gap:.5rem}.phone-label{font-weight:500;min-width:80px}.phone-group{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.contact-form-section{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000000d;padding:2.5rem}.contact-form-section h3{color:#333;font-size:2rem;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:.8rem}.form-group input,.form-group textarea{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:10px;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{background-color:#fff;border-color:#ff4500;box-shadow:0 0 0 3px #ff45001a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa}.submit-button{background-color:#ff4500;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:1px;overflow:hidden;padding:1rem;position:relative;text-transform:uppercase;transition:all .3s ease;width:100%}.submit-button:hover{background-color:#e03e00;box-shadow:0 5px 15px #ff45004d;transform:translateY(-2px)}.submit-button:active{transform:translateY(0)}.form-status{border-radius:10px;font-weight:500;margin-top:1rem;padding:1rem;text-align:center}.form-status.success{background-color:#1987541a;border:1px solid #19875433;color:#198754}.form-status.error{background-color:#dc35451a;border:1px solid #dc354533;color:#dc3545}.form-group input:disabled,.form-group textarea:disabled{background-color:#e9ecef;cursor:not-allowed;opacity:.8}.submit-button:disabled{background-color:#ff8b66;cursor:not-allowed;transform:none!important}.map-container{height:450px;margin:4rem auto;max-width:1200px;width:100%}.map-container iframe{border-radius:15px;box-shadow:0 4px 20px #0000000d;height:100%;width:100%}@media (prefers-reduced-motion:reduce){.info-section,.info-section a:after,.submit-button{transition:none}}@media (prefers-contrast:high){.contact-hero{background:#000}.info-section a{text-decoration:underline}}@media (max-width:1200px){.contact-content{grid-template-columns:1fr;max-width:800px}.contact-info{order:2}.contact-form-section{order:1}}@media (max-width:768px){.contact-hero{padding:4rem 1rem}.contact-hero h1{font-size:2rem}.contact-hero p{font-size:1.2rem}.contact-content{gap:2rem;padding:0 1rem}.contact-form-section,.info-section{padding:1.5rem}.info-section h3{font-size:1.5rem}.form-group input,.form-group textarea{padding:.8rem}.submit-button{font-size:1.1rem;padding:1rem 2rem}.phone-group{align-items:flex-start;flex-direction:column}}@media (max-width:480px){.contact-content{gap:1.5rem}.info-section h3{font-size:1.3rem}.form-group input,.form-group textarea{padding:.8rem}}@media print{.contact-hero{background:none;padding:2rem}.contact-hero h1{color:#000}.contact-form-section,.map-container{display:none}.info-section{border:1px solid #ddd;box-shadow:none;break-inside:avoid;page-break-inside:avoid}}.donate-container{background-color:#f8f9fa;max-width:100%;min-height:100vh;overflow-x:hidden}.donate-hero{background-color:#333;color:#fff;margin-bottom:4rem;padding:6rem 2rem;text-align:center}.donate-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px #0000004d}.donate-hero p{font-size:1.4rem;line-height:1.6;margin:0 auto;max-width:800px}.donate-content{margin:0 auto;max-width:1200px;padding:0 2rem}.donate-info{margin-bottom:4rem;text-align:center}.donate-info h2{color:#333;font-size:2.5rem;margin-bottom:3rem}.impact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:4rem}.impact-item{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000000d;padding:2rem;transition:transform .3s ease}.impact-item:hover{transform:translateY(-5px)}.impact-item i{color:#ff4500;font-size:2.5rem;margin-bottom:1.5rem}.impact-item h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.impact-item p{color:#666;line-height:1.6}.donate-widget-container{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d;margin-bottom:4rem;padding:3rem}.widget-wrapper{margin:0 auto;max-width:800px}.loading-container{padding:3rem;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#ff4500;height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-container p{color:#666;font-size:1.1rem}.error-message{background-color:#dc35451a;border-radius:10px;color:#dc3545;margin:1rem 0;padding:1rem}.donation-benefits{margin:4rem 0;text-align:center}.donation-benefits h2{color:#333;font-size:2.5rem;margin-bottom:3rem}.benefits-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.benefit-item{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000000d;padding:2rem;transition:transform .3s ease}.benefit-item:hover{transform:translateY(-5px)}.benefit-item i{color:#ff4500;font-size:2.5rem;margin-bottom:1.5rem}.benefit-item h4{color:#333;font-size:1.3rem;margin-bottom:1rem}.benefit-item p{color:#666;line-height:1.6}.bank-details{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d;margin-bottom:4rem;padding:3rem;text-align:left}.bank-details h2{color:#333;font-size:2rem}.bank-details h2,.bank-details p{margin-bottom:1.5rem;text-align:center}.bank-details p{color:#666;line-height:1.6}.bank-details ul{list-style:none;margin:0 auto;max-width:600px;padding:0}.bank-details li{border-bottom:1px solid #eee;color:#333;display:flex;justify-content:space-between;padding:1rem}.bank-details li:last-child{border-bottom:none}.bank-details strong{color:#333;font-weight:600}@media (max-width:768px){.donate-hero{padding:4rem 1rem}.donate-hero h1{font-size:2.5rem}.donate-hero p{font-size:1.2rem}.donate-content{padding:0 1rem}.donate-info h2,.donation-benefits h2{font-size:2rem}.benefit-item,.donate-widget-container,.impact-item{padding:1.5rem}}@media (prefers-reduced-motion:reduce){.loading-spinner{animation:none}.benefit-item,.impact-item{transition:none}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.project-page-layout{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.project-header{align-items:center;border-bottom:2px solid #005a9e;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.project-header h1{color:#005a9e;font-size:2.5rem;margin:0}.donate-button-project{background-color:#ff9800;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.8rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.donate-button-project:hover{background-color:#e68900}.project-content{display:flex;gap:2rem;margin-bottom:2rem}.project-main-content{flex:3 1}.project-sidebar{align-items:flex-start;display:flex;flex:2 1;justify-content:center}.project-image{border-radius:8px;box-shadow:0 4px 8px #0000001a;height:auto;max-width:100%}.project-section{margin-bottom:2rem}.project-section h2{border-bottom:1px solid #ddd;color:#005a9e;font-size:1.8rem;margin-bottom:1rem;padding-bottom:.5rem}.project-section li,.project-section p{font-size:1rem;line-height:1.8}.project-section ol,.project-section ul{padding-left:20px}.committee-section,.contact-section{background-color:#f9f9f9;border-radius:8px;padding:1.5rem}.committee-section h2,.contact-section h2{border-bottom:none}.image-gallery{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.gallery-item{box-sizing:border-box;flex-basis:calc(50% - 10px);flex-grow:1;flex-shrink:1}.gallery-item img{display:block;height:auto;width:100%}
/*# sourceMappingURL=main.cfdbea66.css.map*/