:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#0f172a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh;overflow-x:hidden}*{box-sizing:border-box}.navbar{background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:1rem 0;position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;gap:1rem}.navbar-logo .logo-image{height:50px;width:auto}.navbar-logo h1{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.navbar-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0;align-items:center}.navbar-menu li a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s;font-size:1rem}.navbar-menu li a:hover{color:#fbbf24}.donate-btn{background:#fbbf24;color:#1e3a8a!important;padding:.5rem 1.5rem;border-radius:25px;font-weight:600}.donate-btn:hover{background:#f59e0b;color:#1e3a8a!important}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:0}.menu-toggle span{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s}@media(max-width:768px){.menu-toggle{display:flex}.navbar-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:#1e3a8a;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:1rem}.navbar-menu.active{left:0}.navbar-logo h1{font-size:1.2rem}}.hero{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e3a8a,#3b82f6);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8rem 2rem 4rem;color:#fff;text-align:center}.hero-content{max-width:900px;margin-bottom:4rem}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(to right,#fff,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.8;margin-bottom:2rem;color:#e2e8f0}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s;display:inline-block}.btn-primary{background:#fbbf24;color:#1e3a8a}.btn-primary:hover{background:#f59e0b;transform:translateY(-2px);box-shadow:0 10px 20px #fbbf244d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#1e3a8a;transform:translateY(-2px)}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:900px;width:100%}.stat-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:15px;border:1px solid rgba(255,255,255,.2)}.stat-card h3{font-size:2.5rem;font-weight:800;color:#fbbf24;margin:0}.stat-card p{font-size:1rem;margin:.5rem 0 0;color:#e2e8f0}@media(max-width:768px){.hero{padding:6rem 1.5rem 3rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-stats{grid-template-columns:1fr}}.about{padding:5rem 2rem;background:#f8fafc}.about-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:800;text-align:center;color:#1e3a8a;margin-bottom:2rem}.about-content{max-width:900px;margin:0 auto 4rem;text-align:center}.about-description{font-size:1.125rem;line-height:1.8;color:#475569;margin-bottom:1.5rem}.mission-vision{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.mv-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 4px 20px #00000014;text-align:center;transition:transform .3s}.mv-card:hover{transform:translateY(-5px)}.mv-icon{font-size:3rem;margin-bottom:1rem}.mv-card h3{font-size:1.5rem;color:#1e3a8a;margin-bottom:1rem}.mv-card p{font-size:1rem;line-height:1.7;color:#64748b}.values{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 4px 20px #00000014}.values-title{font-size:2rem;color:#1e3a8a;text-align:center;margin-bottom:2.5rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-item{text-align:center;padding:1.5rem}.value-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.value-item h4{font-size:1.25rem;color:#1e3a8a;margin-bottom:.5rem}.value-item p{font-size:.95rem;color:#64748b;line-height:1.6}@media(max-width:768px){.about{padding:3rem 1.5rem}.section-title{font-size:2rem}.values{padding:2rem 1.5rem}.values-grid{grid-template-columns:1fr}}.programs{padding:5rem 2rem;background:linear-gradient(135deg,#f8fafc,#e0e7ff)}.programs-container{max-width:1200px;margin:0 auto}.section-subtitle{text-align:center;font-size:1.125rem;color:#64748b;margin-bottom:3rem}.programs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.program-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 4px 20px #00000014;transition:all .3s;border:2px solid transparent}.program-card:hover{transform:translateY(-10px);box-shadow:0 12px 30px #1e3a8a26;border-color:#3b82f6}.program-icon{font-size:3.5rem;margin-bottom:1.5rem}.program-title{font-size:1.5rem;font-weight:700;color:#1e3a8a;margin-bottom:1rem}.program-description{font-size:1rem;line-height:1.7;color:#475569;margin-bottom:1.5rem}.program-highlights{list-style:none;padding:0;margin:0}.program-highlights li{font-size:.95rem;color:#64748b;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.program-highlights li:last-child{border-bottom:none}@media(max-width:768px){.programs{padding:3rem 1.5rem}.programs-grid{grid-template-columns:1fr}}.donate{padding:5rem 2rem;background:linear-gradient(135deg,#fef3c7,#fde68a,#fbbf24)}.donate-container{max-width:1200px;margin:0 auto}.donate-content{margin-top:3rem}.donate-info{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem}.donate-info h3{font-size:1.5rem;color:#b45309;margin-bottom:1rem}.emotional-text{font-size:1.1rem;line-height:1.8;color:#1e293b}.emotional-text strong{color:#b45309;font-weight:700}.donate-benefits{list-style:none;padding:0}.donate-benefits li{font-size:1.1rem;color:#1e293b;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.donate-benefits li:last-child{border-bottom:none}.payment-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.payment-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 20px #0000001a}.payment-card h3{font-size:1.5rem;color:#1e3a8a;margin-bottom:1.5rem;text-align:center}.qr-card{display:flex;flex-direction:column;align-items:center}.qr-code-container{margin:1rem 0}.qr-placeholder{width:200px;height:200px;background:#f8fafc;border:3px dashed #94a3b8;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;font-weight:600;font-size:1.1rem}.upi-id{text-align:center;font-size:1.1rem;margin-top:1rem;padding:1rem;background:#fef3c7;border-radius:10px;width:100%}.upi-id strong{color:#b45309}.bank-details{display:flex;flex-direction:column;gap:1rem}.detail-row{display:flex;justify-content:space-between;padding:.75rem;background:#f8fafc;border-radius:8px;border-left:4px solid #3b82f6}.detail-row .label{font-weight:600;color:#1e3a8a}.detail-row .value{color:#1e293b;font-family:monospace}.donate-note{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 4px 20px #0000001a;border-left:4px solid #f59e0b}.donate-note p{margin:0;color:#1e293b;line-height:1.6}.donate-note a{color:#3b82f6;text-decoration:none;font-weight:600}.donate-note a:hover{text-decoration:underline}@media(max-width:768px){.donate{padding:3rem 1.5rem}.payment-methods{grid-template-columns:1fr}.qr-placeholder{width:160px;height:160px}.detail-row{flex-direction:column;gap:.5rem}}.contact{padding:5rem 2rem;background:linear-gradient(135deg,#f8fafc,#e0e7ff)}.contact-container{max-width:1200px;margin:0 auto}.contact-content{margin-top:3rem}.contact-info{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto}.info-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 15px #00000014;text-align:center;transition:transform .3s,box-shadow .3s}.info-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.info-icon{font-size:3rem;margin-bottom:1rem}.info-card h3{font-size:1.125rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem}.info-card p{font-size:.95rem;color:#64748b;line-height:1.6;margin:.25rem 0}.contact-form{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px #00000014}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.95rem;font-weight:600;color:#1e3a8a;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6}.form-group textarea{resize:vertical}.submit-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}@media(max-width:968px){.contact{padding:3rem 1.5rem}.contact-info{grid-template-columns:1fr;gap:1.5rem}}.footer{background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;padding:3rem 2rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fbbf24}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fbbf24}.footer-section p{font-size:.95rem;line-height:1.7;color:#cbd5e1}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#cbd5e1;text-decoration:none;font-size:.95rem;transition:color .3s}.footer-section ul li a:hover{color:#fbbf24}.donate-text{margin-bottom:1rem;font-size:.95rem}.footer-donate-btn{padding:.75rem 2rem;background:#fbbf24;color:#1e3a8a;border:none;border-radius:25px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s}.footer-donate-btn:hover{background:#f59e0b;transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.9rem;color:#cbd5e1;margin:0}.footer-social{display:flex;gap:1rem}.footer-social a{font-size:1.5rem;text-decoration:none;transition:transform .3s}.footer-social a:hover{transform:translateY(-3px)}@media(max-width:768px){.footer{padding:2rem 1.5rem 1rem}.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}#root{width:100%}html{scroll-behavior:smooth}
