.navbar{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;width:100%;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.navbar-brand{align-items:center;display:flex;gap:1rem;text-decoration:none}.navbar-logo{height:3.5rem;width:auto}.navbar-title{color:#2563eb;font-size:1.5rem;font-weight:700}.navbar-name{color:#030;font-size:20px;font-weight:700;white-space:nowrap}.navbar-links{display:none;gap:2rem}.nav-link{color:#1e293b;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#064715}.mobile-menu-button{background:none;border:none;cursor:pointer;display:block;font-size:1.5rem}.mobile-menu{background:#fff;display:flex;flex-direction:column;padding:1rem}.mobile-nav-link{color:#1e293b;padding:1rem;text-align:center;text-decoration:none;transition:background .3s ease}.mobile-nav-link:hover{background:#f1f5f9}@media (min-width:768px){.navbar-links{display:flex}.mobile-menu-button{display:none}}.hero{background:#064715;color:#fff;padding-bottom:3rem;padding-top:6rem}.hero-container{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1200px;padding:0 2rem}.hero-content{flex:1 1}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem}.hero-cta{background:#fff;border:none;border-radius:9999px;color:#c90d0a;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:opacity .3s ease}.hero-cta:hover{opacity:.9}.hero-form-container{display:flex;flex:1 1;justify-content:center}.hero-form-wrapper{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000f;padding:1.5rem;text-align:center}.hero-form-wrapper .form-title{color:#000;font-size:1.25rem;margin-bottom:.5rem}.hero-form-wrapper .form-text{color:#000;font-size:1rem;margin-bottom:2rem}.hero-form-wrapper .form-button{background-color:#064715;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;margin-bottom:2rem;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.hero-form-wrapper .form-button:hover{background-color:#c90d0a}@media (min-width:768px){.hero-container{align-items:center;flex-direction:row}.hero-title{font-size:3.5rem}}.stats-grid{background:#f8fafc;padding:4rem 2rem}.stats-container{grid-gap:2rem;display:grid;gap:2rem;margin:0 auto;max-width:1200px}.stat-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-icon{color:#064715;font-size:2.5rem;margin:0 auto 1rem}.stat-value{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#64748b}@media (min-width:768px){.stats-container{grid-template-columns:repeat(3,1fr)}}.features-section{background:#f8fafc;padding:4rem 2rem}.features-container{margin:0 auto;max-width:1200px}.features-grid{grid-gap:2rem;display:grid;gap:2rem}.feature-card{background:#fff;border-radius:1rem;padding:2rem;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{align-items:center;background:#2563eb1a;border-radius:50%;color:#064715;display:flex;font-size:2.5rem;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.feature-title{color:#1e293b;font-size:1.5rem;margin-bottom:1rem}.feature-text{color:#64748b;line-height:1.6}@media (min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.calculator-section{background:#fff;padding:4rem 2rem}.calculator-container{margin:0 auto;max-width:1200px}.section-title{color:#1e293b;font-size:2.5rem;margin-bottom:3rem;text-align:center}.calculator-grid{grid-gap:2rem;display:grid;gap:2rem}.calculator-inputs{background:#f8fafc;border-radius:1rem;padding:2rem}.input-group{margin-bottom:2rem}.input-group label{color:#64748b;display:block;margin-bottom:.5rem}.input-group input[type=range]{background:#cbd5e1;border-radius:4px;color:#064715;height:8px;width:100%}.amount-display,.period-display{color:#064715;display:block;font-size:1.5rem;font-weight:600;margin-top:.5rem}.calculator-results{background:#064715;border-radius:1rem;color:#fff;padding:2rem}.result-card{text-align:center}.result-amount{font-size:3rem;font-weight:700;margin:2rem 0}.calculate-button{background:#fff;border:none;border-radius:9999px;color:#c90d0a;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:transform .3s ease}.calculate-button:hover{transform:translateY(-2px)}@media (min-width:768px){.calculator-grid{grid-template-columns:1fr 1fr}}.testimonials-section{background:#fff;padding:4rem 2rem}.testimonials-container{margin:0 auto;max-width:1200px}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem}.testimonial-card{background:#f8fafc;border-radius:1rem;padding:2rem;position:relative}.quote-icon{color:#064715;font-size:2rem;margin-bottom:1rem;opacity:.7}.testimonial-text{color:#64748b;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.author-info{border-left:3px solid #064715;padding-left:1rem}.author-name{color:#1e293b;margin-bottom:.25rem}.author-role{color:#64748b;font-size:.9rem}@media (min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.home-page{padding-top:6rem}.home-events{background:#f9fafb;padding:4rem 1rem;text-align:center}.events-title{color:#111827;font-size:2rem;margin-bottom:2rem}.events-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.event-card{animation:fadeUp .6s ease forwards;border-radius:.75rem;box-shadow:0 4px 12px #00000014;cursor:pointer;opacity:0;overflow:hidden;position:relative;transform:translateY(20px)}.event-card img{height:300px;object-fit:cover;transition:transform .3s ease;width:100%}.event-card:hover img{transform:scale(1.1)}.event-overlay{background:#00000080;bottom:0;color:#fff;opacity:0;padding:.75rem;position:absolute;transition:opacity .3s ease;width:100%}.event-card:hover .event-overlay{opacity:1}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.about-page{padding-top:6rem}.about-hero{background:#064715;color:#fff;padding:4rem 1rem;text-align:center}.about-hero h1{font-size:2.5rem;margin-bottom:1rem}.about-content{margin:2rem auto;max-width:900px;padding:0 1rem}.mission-section{border-radius:1rem;box-shadow:0 6px 10px #0000000d;margin-bottom:2.5rem;overflow:hidden}.mission-header{align-items:center;background:#f0f9f4;cursor:pointer;display:flex;justify-content:space-between;padding:1.2rem 1.5rem}.mission-header h2{font-size:1.5rem;margin:0}.mission-toggle{border-bottom:2px solid #064715;border-right:2px solid #064715;display:inline-block;height:1rem;transform:rotate(45deg);transition:transform .3s ease;width:1rem}.mission-toggle.open{transform:rotate(-135deg)}.mission-content{background:#fff;max-height:0;overflow:hidden;padding:0 1.5rem;transition:max-height .4s ease}.mission-content.open{max-height:200px;padding:1rem 1.5rem}.team-section h2{margin-bottom:2rem;text-align:center}. .team-container{align-items:center;display:flex;justify-content:center;padding:2rem 0;perspective:800px}.team-member{background:#fff;border-radius:1rem;box-shadow:0 10px 15px #0000001a;cursor:pointer;margin:0 auto;padding:2rem;transform-style:preserve-3d;transition:transform .2s ease,box-shadow .2s ease;width:clamp(280px,80%,600px)}.team-member:hover{box-shadow:0 20px 25px #0003}.team-member img{border-radius:.75rem;height:auto;margin-bottom:1.5rem;object-fit:cover;width:100%}@media (min-width:768px){.about-hero{padding:6rem 2rem}.about-hero h1{font-size:3.5rem}}.services-page{padding-top:6rem}.services-hero{background:#064715;color:#fff;padding:4rem 1rem;text-align:center}.services-hero h1{font-size:2.5rem;margin-bottom:1rem}.services-container{grid-gap:2rem;display:grid;gap:2rem;margin:2rem auto;max-width:1200px;padding:0 1rem}.service-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center}.service-icon{font-size:3rem;margin-bottom:1rem}.service-features{list-style:none;margin-top:1.5rem;padding:0;text-align:left}.service-features li{border-bottom:1px solid #e2e8f0;padding:.5rem 0}@media (min-width:768px){.services-container{grid-template-columns:repeat(3,1fr)}.services-hero{padding:6rem 2rem}.services-hero h1{font-size:3.5rem}}.contact-page{padding-top:6rem}.contact-hero{background:#064715;color:#fff;padding:4rem 1rem;text-align:center}.contact-hero h1{font-size:2.5rem;margin-bottom:1rem}.contact-container{grid-gap:2rem;display:grid;gap:2rem;margin:2rem auto;max-width:1200px;padding:0 1rem}.info-icon{color:#006400;font-size:22px;margin-right:12px;margin-top:4px}.contact-info{background:#f8fafc;border-radius:1rem;padding:2rem}.info-item{margin-bottom:2rem}.info-item h3{color:#c90d0a;margin-bottom:.5rem}.contact-form{grid-gap:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000001a;display:grid;gap:1.5rem;padding:2rem}.form-group input,.form-group textarea{border:1px solid #cbd5e1;border-radius:.5rem;font-size:1rem;padding:1rem;width:100%}button[type=submit]{background:#064715;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;padding:1rem 2rem;transition:background .3s ease}button[type=submit]:hover{background:#1d4ed8}@media (min-width:768px){.contact-container{grid-template-columns:1fr 2fr}.contact-hero{padding:6rem 2rem}.contact-hero h1{font-size:3.5rem}}.mobile-banking-page{align-items:center;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);display:flex;justify-content:center;min-height:calc(100vh - 6rem);padding:4rem 1rem;text-align:center}.launch-container{animation:fadeIn .8s ease-out;background:#fff;border-radius:1rem;box-shadow:0 10px 20px #0000001a;max-width:400px;padding:2rem;width:100%}.launch-icon{animation:bounce 2s infinite;color:#064715;font-size:3rem;margin-bottom:1rem}.launch-container h1{color:#064715;font-size:2rem;margin-bottom:.5rem}.headline{color:#333;font-size:1.1rem;margin-bottom:.25rem}.subtext{color:#555;font-size:.9rem}.notify-form{display:flex;gap:.5rem;margin-top:1.5rem}.notify-form input{border:2px solid #064715;border-radius:.5rem;flex:1 1;font-size:1rem;padding:.75rem 1rem}.notify-form button{background:#064715;border:none;border-radius:.5rem;color:#fff;cursor:pointer;padding:.75rem 1.5rem;transition:transform .2s ease}.notify-form button:hover{transform:scale(1.05)}.thank-you{color:#064715;font-size:1rem;font-weight:700;margin-top:1.5rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.launch-container{padding:1.5rem}.notify-form{flex-direction:column}.notify-form button{width:100%}}.auth-page{align-items:center;background:#f8fafc;display:flex;justify-content:center;min-height:100vh;padding-top:6rem}.auth-container{background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000001a;max-width:400px;padding:2rem;width:100%}.auth-form{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.auth-form input{border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem}.auth-form button{background:#2563eb;border:none;border-radius:.5rem;color:#fff;cursor:pointer;padding:1rem}.not-found{align-items:center;background:#f8fafc;display:flex;justify-content:center;min-height:100vh}.not-found-container{padding:2rem;text-align:center}.not-found h1{font-size:6rem}.not-found h1,.not-found h2{color:#1e293b;margin-bottom:1rem}.not-found h2{font-size:2rem}.home-link{background:#2563eb;border-radius:.5rem;color:#fff;display:inline-block;margin-top:2rem;padding:1rem 2rem;text-decoration:none;transition:background .3s ease}.home-link:hover{background:#1d4ed8}.footer-section{background:#064715;color:#fff;padding:4rem 2rem 2rem}.footer-container{margin:0 auto;max-width:1200px}.footer-grid{grid-gap:2rem;display:grid;gap:2rem;margin-bottom:3rem}.footer-heading{color:#f8fafc;font-size:1.25rem;margin-bottom:1.5rem}.footer-about p{color:#fff;line-height:1.6}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#fff;transition:color .3s ease}.footer-links a:hover{color:#2563eb}.footer-contact p{color:#fff;margin-bottom:.5rem}.social-icons{display:flex;gap:1rem;margin-top:1rem}.social-icons svg{cursor:pointer;font-size:1.5rem;transition:color .3s ease}.social-icons svg:hover{color:#2563eb}.footer-bottom{border-top:1px solid #334155;color:#fff;padding-top:2rem;text-align:center}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.app-container{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1;padding:2rem 0}.scroll-top-button{align-items:center;background:#2563eb;border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:1rem;position:fixed;right:2rem;transition:all .3s ease}.scroll-top-button:hover{background:#1d4ed8;transform:translateY(-2px)}.scroll-top-icon{height:1.5rem;width:1.5rem}@media (max-width:768px){main{padding-top:5rem}.scroll-top-button{bottom:1rem;padding:.8rem;right:1rem}}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}
/*# sourceMappingURL=main.d7200b5c.css.map*/