.navbar{position:fixed;top:0;width:100%;background:#e5fbffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.5);padding:10px 24px;z-index:1000;transition:background .3s ease,box-shadow .3s ease}.navbar.scrolled{background:#e5fbfff2;box-shadow:0 4px 12px #00000014}.navbar-center{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:32px;flex-wrap:nowrap}.navbar-logo{display:flex;align-items:center;gap:10px;cursor:pointer;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.navbar-logo img{width:70px;height:70px;border-radius:50%;-o-object-fit:cover;object-fit:cover;box-shadow:0 3px 6px #0000001a}.navbar-nav ul{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}.nav-link{font-size:17px;color:#ff6d4d;font-weight:500;text-decoration:none;position:relative;transition:all .3s ease}.nav-link:after{content:"";position:absolute;left:0;bottom:-3px;width:0%;height:2px;background:#01338d;transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link:hover{color:#01338d}.nav-link.active{color:#01338d;font-weight:600}.social-icons{display:flex;gap:16px;align-items:center}.social-icons a{font-size:1.3rem;color:#01338d;transition:all .3s ease}.social-icons a:hover{color:#ff6d4d;transform:scale(1.15)}.donate-btn{font-weight:700;color:#fff;background:linear-gradient(135deg,#01338d,#ff6d4d);border-radius:50px;padding:10px 26px;border:none;cursor:pointer;box-shadow:0 6px 15px #00000026;transition:all .3s ease;animation:pulse 2.5s infinite}.donate-btn:hover{transform:scale(1.08);background:linear-gradient(135deg,#ff6d4d,#01338d);box-shadow:0 8px 18px #00000040}@keyframes pulse{0%{box-shadow:0 0 #ff6d4d66}70%{box-shadow:0 0 0 12px #ff6d4d00}to{box-shadow:0 0 #ff6d4d00}}.hamburger{display:none;flex-direction:column;justify-content:center;gap:6px;border:none;background:none;cursor:pointer;padding:8px;z-index:1100;transition:transform .3s ease}.hamburger .bar{width:26px;height:3px;background-color:#ff6d4d;border-radius:3px;transition:all .3s ease}.hamburger.open .bar:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media(max-width:900px){.navbar-center{display:none}.hamburger{display:flex}.mobile-menu{position:absolute;top:80px;left:0;width:100%;background-color:#fff;box-shadow:0 6px 20px #0000001a;border-top:1px solid rgba(0,0,0,.05);padding:20px;animation:slideDown .4s ease forwards}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu .nav-link{display:block;padding:10px 0;font-size:18px;color:#ff6d4d;font-weight:500;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s ease}.mobile-menu .nav-link:hover{color:#01338d;padding-left:6px}.mobile-menu .nav-link.active{color:#01338d;font-weight:700}.mobile-social{display:flex;justify-content:center;gap:18px;margin:1.2rem 0}.mobile-social a{font-size:1.4rem;color:#01338d;transition:all .3s ease}.mobile-social a:hover{color:#ff6d4d;transform:scale(1.15)}.mobile-menu .donate-btn{width:100%;font-size:16px;padding:12px;margin-top:10px}}body,html,#root,.main-container{margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#1a1a1a;width:100%;overflow-x:hidden;background:transparent;line-height:1.6}.background-wrapper,.background-media{backface-visibility:hidden;will-change:opacity,transform}body{background-color:#fff;transition:background-color .2s ease}.background-wrapper{position:fixed;inset:0;z-index:-2;overflow:hidden}.background-media{width:100%;height:100vh;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.background-overlay{position:fixed;inset:0;background:#00000059;z-index:-1}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:0 2rem}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.3rem;color:#01338d;margin-bottom:1.8rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn-primary,.btn-secondary{padding:.75rem 1.8rem;border-radius:999px;font-weight:700;text-decoration:none;transition:all .3s ease;min-width:150px;text-align:center}.btn-primary{background:#e6c900;color:#1a1a1a}.btn-primary:hover{background:#e6c900;color:#fff}.btn-secondary{background:transparent;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#01338d}.section{margin:0 auto;padding:4rem 2rem;max-width:1200px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;box-shadow:0 4px 16px #0000001f;text-align:center}.section+.section{margin-top:4rem}.section--compact{padding:2.5rem 1.5rem;margin-top:3rem}.section-title{font-size:2rem;font-weight:700;color:#01338d;margin-bottom:.8rem}.section-subtitle{font-size:1rem;color:#444;margin:0 auto 2.2rem;max-width:800px;line-height:1.6}.programs .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.programs .card{background:#fff;border-radius:1rem;box-shadow:0 4px 12px #00000014;overflow:hidden;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.programs .card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #0000001f}.programs .program-img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;border-bottom:4px solid #01338d}.programs .card h3{font-size:1.25rem;color:#ff6d4d;margin:1rem 0 .5rem}.programs .card p{font-size:.95rem;color:#555;padding:0 1rem 1.5rem}.partners-marquee{position:relative;overflow:hidden;width:100%;height:140px;margin-top:1.5rem}.partners-track{display:flex;gap:1rem;animation:scroll 20s linear infinite;align-items:center}.partners-track img{width:100px;height:100px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #01338d;opacity:.7;transition:transform .3s ease,opacity .3s ease,filter .3s ease}.partners-track img:hover{transform:scale(1.15);opacity:1;filter:brightness(1.1)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.8rem}.project-card{background:#f8fbff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 14px #00000014;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover}.project-info{padding:1rem}.project-info h3{font-size:1.2rem;color:#01338d;margin-bottom:.4rem}.project-info p{font-size:.9rem;color:#555;line-height:1.5}.cta{background:#fff;color:#01338d;border-radius:1rem;box-shadow:0 4px 16px #00000026}.cta h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.footer{background:#01338d;color:#ddd;text-align:center;padding:1.2rem;font-size:1rem;margin-top:4rem}.footer-link{color:#fff;text-decoration:underline}@media(min-width:1400px){.section{padding:5rem 3rem}.section+.section{margin-top:5rem}}@media(max-width:1000px){.hero-title{font-size:2.4rem}.hero-subtitle{font-size:1rem}}@media(max-width:768px){.section{padding:3rem 1.5rem}.section+.section{margin-top:3rem}.hero-buttons{flex-direction:column;gap:.8rem}}@media(max-width:480px){.section{padding:2.5rem 1rem}.section+.section{margin-top:2rem}.hero-title{font-size:1.8rem}}html{scroll-behavior:smooth}.about-container{font-family:Poppins,sans-serif;color:#333;background:#f9f9f9;overflow-x:hidden;line-height:1.6;transition:background .3s,color .3s}.dark-mode{background:#111;color:#f5f5f5}.dark-mode .about-text p,.dark-mode .section-subtitle,.dark-mode .video-info p{color:#ddd}.dark-mode .section-title,.dark-mode .about-text h2,.dark-mode .video-info h3{color:#ffa561}.dark-toggle{position:fixed;top:1rem;right:1rem;background:#01338d;color:#fff;border:none;padding:.6rem 1rem;border-radius:8px;font-size:.9rem;cursor:pointer;z-index:10;transition:background .3s}.dark-toggle:hover{background:#ff6d4d}.about-hero{height:60vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;position:relative}.about-overlay{background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:2rem 2.5rem;border-radius:14px;text-align:center;color:#fff;max-width:900px;animation:fadeInUp 1s ease-in-out}.about-title{font-size:3rem;font-weight:800;margin-bottom:1rem}.about-subtitle{font-size:1.2rem;line-height:1.6;max-width:750px;margin:0 auto}.about-section{padding:4rem 2rem;max-width:1150px;margin:0 auto;animation:fadeInUp .8s ease-in-out}.about-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2.5rem}.about-content.reverse{flex-direction:row-reverse}.about-text{flex:1 1 450px}.about-text h2{font-size:2rem;color:#01338d;margin-bottom:1rem;font-weight:700}.about-text p{color:#555;line-height:1.8;margin-bottom:1rem;font-size:1rem}.about-image{flex:1 1 400px;display:flex;justify-content:center}.about-image.vertical img{width:100%;height:auto;max-height:520px;-o-object-fit:cover;object-fit:cover;border-radius:14px;box-shadow:0 6px 16px #0003}.vision-mission{background:#ffffffe6;border-radius:14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:3rem 2rem;text-align:center;max-width:1100px;margin:0 auto 3rem;box-shadow:0 4px 14px #0000001a;animation:fadeInUp 1s ease-in-out}.vision-mission h2{font-size:2rem;margin-bottom:2rem;color:#01338d;font-weight:700}.vmv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.vmv-card{background:#fff;border-radius:12px;padding:1.8rem;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.vmv-card:hover{transform:translateY(-5px);box-shadow:0 8px 18px #00000026}.vmv-card h3{color:#ff6d4d;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.vmv-card p,.vmv-card li{color:#333;font-size:.95rem;line-height:1.6}.vmv-card ul{list-style:none;padding:0;margin:0}.vmv-card li:before{content:"• ";color:#01338d;font-weight:700}.work-section{text-align:center}.section-title{font-size:2rem;color:#01338d;font-weight:700;margin-bottom:.5rem}.section-subtitle{font-size:1rem;color:#555;margin-bottom:2rem;line-height:1.6}.youtube-link{color:#ff6d4d;font-weight:600;text-decoration:underline}.youtube-link:hover{color:#01338d}.video-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;justify-content:center}.video-card{background:#fff;border-radius:14px;box-shadow:0 6px 14px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;text-align:left}.video-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #00000026}.video-card iframe{width:100%;height:220px;border:none;border-radius:14px 14px 0 0;display:block}.video-info{padding:1rem 1.25rem}.video-info h3{font-size:1.1rem;font-weight:600;color:#01338d;margin-bottom:.4rem}.video-info p{font-size:.95rem;color:#555;line-height:1.5}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.about-title{font-size:2.2rem}.about-subtitle{font-size:1rem}.about-content{flex-direction:column;text-align:center}.about-image img{max-width:90%}.video-card iframe{height:200px}.video-info h3,.video-info p{text-align:center}.about-hero{height:50vh}.vision-mission{padding:2rem 1rem}.vision-mission h2{font-size:1.6rem}}@media(max-width:480px){.about-title{font-size:1.8rem}.about-section{padding:2.5rem 1rem}.video-gallery{grid-template-columns:1fr}}.gallery-page{font-family:Poppins,sans-serif;background:#f8fbff;min-height:100vh;padding:5rem 3rem}.gallery-page h1{text-align:center;color:#036;font-size:2.2rem;margin-bottom:2.5rem;font-weight:700}.upload-form{background:#fff;padding:2rem;border-radius:16px;max-width:800px;margin:0 auto 3rem;box-shadow:0 10px 20px #0000000d;display:flex;flex-direction:column;gap:1.2rem}.upload-form input,.upload-form textarea{border:1px solid #ccd7e0;border-radius:8px;padding:.9rem;font-size:1rem;width:100%}.upload-form textarea{resize:vertical;min-height:80px}.upload-form input[type=file]{border:none;padding:0}.upload-form button{background:#07f;color:#fff;font-weight:600;border:none;border-radius:8px;padding:.9rem 1.2rem;cursor:pointer;transition:.3s ease}.upload-form button:hover{background:#005ecc}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.5rem;max-width:1300px;margin:0 auto}.gallery-card{display:flex;flex-direction:column;justify-content:flex-start;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.gallery-card:hover{transform:translateY(-6px);box-shadow:0 12px 26px #0000001f}.gallery-card img,.gallery-card video{width:100%;height:auto;max-height:320px;-o-object-fit:cover;object-fit:cover;border-bottom:3px solid #0077ff}.gallery-card .caption{padding:1rem;font-size:.95rem;text-align:center;background:#f9fbff;color:#333;line-height:1.5}.delete-btn{position:absolute;top:12px;right:12px;background:#ff0000d9;color:#fff;border:none;border-radius:50%;width:36px;height:36px;font-size:1.1rem;cursor:pointer;transition:background .3s ease}.delete-btn:hover{background:#c00}.loading,.empty{text-align:center;color:#666;font-size:1.1rem;margin-top:2rem}@media(max-width:768px){.gallery-page{padding:2rem 1rem}.gallery-page h1{font-size:1.8rem}.upload-form{padding:1.5rem}.gallery-card img,.gallery-card video{max-height:220px}}:root{--primary-color: #01338d;--accent-color: #ff6d4d;--text-dark: #333;--text-medium: #666;--text-light: #fff;--background-light: #f9f9f9;--shadow-light: 0 8px 20px rgba(0, 0, 0, .08);--shadow-hover: 0 12px 25px rgba(0, 0, 0, .12);--border-radius: 16px;--transition-duration: .3s}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--text-dark);background-color:var(--background-light)}.main-container{position:relative}.section{position:relative;z-index:5;padding:5rem 1rem;max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--primary-color)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.team-card{background:var(--text-light);padding:1.5rem;border-radius:var(--border-radius);box-shadow:var(--shadow-light);text-align:center;cursor:pointer;transition:transform var(--transition-duration) ease,box-shadow var(--transition-duration) ease}.team-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.team-image{width:100%;max-width:180px;height:180px;-o-object-fit:cover;object-fit:cover;border-radius:50%;margin:0 auto 1rem}.team-info h3{font-size:1.4rem;margin-bottom:.25rem;color:var(--primary-color)}.team-title{font-weight:600;color:var(--text-medium);margin-bottom:.5rem}.social-links{display:flex;justify-content:center;gap:.75rem;margin-bottom:.5rem}.social-links a{color:var(--primary-color);font-size:1.2rem;transition:color var(--transition-duration) ease,transform var(--transition-duration) ease}.social-links a:hover{color:var(--accent-color);transform:scale(1.2)}.team-bio{margin-top:.75rem;color:var(--text-dark);font-size:.95rem;line-height:1.4;transition:all var(--transition-duration) ease}.volunteer-section{background:#f3f6ff;border-top:1px solid #e2e7f3;border-bottom:1px solid #e2e7f3;padding:5rem 1rem}.volunteer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;justify-items:center;padding:2rem 0}.volunteer-card{background:var(--text-light);border-radius:var(--border-radius);box-shadow:var(--shadow-light);text-align:center;padding:1.5rem 1rem;transition:transform var(--transition-duration) ease,box-shadow var(--transition-duration) ease;width:100%;max-width:260px}.volunteer-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.volunteer-img{width:120px;height:120px;-o-object-fit:cover;object-fit:cover;border-radius:50%;margin-bottom:1rem;border:3px solid var(--primary-color)}.volunteer-info h3{font-size:1.1rem;color:var(--primary-color);margin-bottom:.3rem}.volunteer-info p{font-size:.95rem;color:var(--text-medium)}@media(max-width:768px){.section-title{font-size:2rem}.team-grid,.volunteer-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.volunteer-img{width:100px;height:100px}}.booking-background{background-size:cover;background-position:center;background-attachment:fixed;min-height:100vh;font-family:Poppins,sans-serif;color:#fff}.overlay{background:#000c;min-height:100vh;padding:6rem 4rem}.hero-section{text-align:center;margin-bottom:3rem}.hero-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:0 3px 10px rgba(0,0,0,.4)}.hero-vision{font-size:1.1rem;max-width:700px;margin:0 auto;line-height:1.7;opacity:.9}.booking-section{display:grid;grid-template-columns:1.5fr 1fr;align-items:flex-start;gap:2.5rem;max-width:1300px;margin:0 auto}.studio-options h2{font-size:1.8rem;color:#ff6d4d;text-align:center;margin-bottom:1.5rem}.studio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}.studio-card{background:#ffffff14;border-radius:12px;border:2px solid transparent;overflow:hidden;cursor:pointer;transition:all .3s ease}.studio-card img{width:100%;height:150px;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.studio-card:hover img{transform:scale(1.05)}.studio-info{padding:.8rem}.studio-info h3{font-size:1rem;color:#fff;margin-bottom:.4rem}.studio-info p{font-size:.85rem;color:#eee;line-height:1.4}.studio-card.selected{border-color:#ffcc70;box-shadow:0 0 15px #ffcc7066}.booking-container{background:#fffffff2;border-radius:16px;color:#222;padding:2.5rem;box-shadow:0 8px 25px #0000004d;align-self:start;position:sticky;top:2rem}.booking-title{font-size:1.8rem;font-weight:700;text-align:center;color:#01338d;margin-bottom:1.2rem}.selected-studio{text-align:center;margin-bottom:1rem;color:#01338d;font-weight:600}.booking-form{display:flex;flex-direction:column;gap:1.3rem}.form-row{display:flex;gap:1rem;flex-wrap:wrap}.form-group{flex:1;display:flex;flex-direction:column}.form-group label{font-weight:600;font-size:.95rem;margin-bottom:.4rem}.form-group input,.form-group textarea{padding:.9rem;border-radius:10px;border:1px solid #ccc;background:#f9f9f9;transition:.3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#01338d;box-shadow:0 0 6px #01338d66;background:#fff}.booking-btn{padding:1rem;border:none;border-radius:10px;background:linear-gradient(135deg,#01338d,#ff6d4d);color:#fff;font-weight:600;font-size:1.05rem;cursor:pointer;transition:transform .25s ease,background .3s}.booking-btn:hover{transform:translateY(-3px);background:linear-gradient(135deg,#ff6d4d,#01338d)}.status-message{margin-top:1rem;text-align:center;font-weight:600;font-size:1rem;color:#01338d}@media(max-width:900px){.booking-section,.studio-grid{grid-template-columns:1fr}.booking-container{position:static;margin-top:2rem}}.fade-in{opacity:0;transform:translateY(10px);animation:fadeIn 1s ease-out forwards}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.stories-page{font-family:Poppins,sans-serif;background:#f5f8fc;color:#222;overflow-x:hidden;min-height:100vh}.stories-hero{position:relative;background:linear-gradient(#0000008c,#0000008c),url(/assets/Talent-CwU846xs.jpg) center/cover no-repeat;height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem;color:#fff;border-bottom:6px solid #2563eb}.stories-hero .overlay{background:#00000073;border-radius:14px;padding:1.8rem 2.5rem;max-width:650px;box-shadow:0 6px 16px #0000004d}.stories-hero h1{font-size:2.1rem;font-weight:700;margin-bottom:.8rem;letter-spacing:.5px}.stories-hero p{font-size:1rem;opacity:.9;line-height:1.6;max-width:560px;margin:0 auto}.stories-list{max-width:1200px;margin:3rem auto 5rem;display:flex;flex-direction:column;gap:4rem;padding:0 1.5rem}.story-block{display:flex;align-items:center;gap:3rem;background:#fff;border-radius:20px;box-shadow:0 10px 25px #00000014;overflow:hidden;padding:2rem;transition:all .4s ease}.story-block:hover{transform:translateY(-5px);box-shadow:0 14px 30px #0000001f}.story-block.reverse{flex-direction:row-reverse}.story-images{flex:1;display:flex;justify-content:center;align-items:center}.photo-pair{display:flex;flex-direction:column;align-items:center;gap:1.4rem}.photo{position:relative;overflow:hidden;border-radius:14px}.photo img{width:240px;height:300px;-o-object-fit:cover;object-fit:cover;border-radius:14px;transition:transform .5s ease;border:4px solid #0077ff;box-shadow:0 6px 20px #0000001f}.photo img:hover{transform:scale(1.05)}.photo span{position:absolute;bottom:10px;right:12px;background:#07f;color:#fff;font-size:.8rem;font-weight:600;padding:4px 10px;border-radius:8px;text-transform:uppercase}.story-content{flex:1.2;display:flex;flex-direction:column;justify-content:center;padding:1rem}.story-content h2{font-size:1.8rem;color:#036;font-weight:700;margin-bottom:1rem}.story-content .bio{font-size:1rem;color:#333;line-height:1.7;text-align:justify;margin-bottom:1rem}.story-content .impact{font-size:1rem;font-style:italic;color:#111;background:#f1f6ff;border-left:5px solid #0077ff;padding:1rem 1.2rem;border-radius:10px;line-height:1.8;box-shadow:0 4px 10px #0000000d}.story-block{opacity:0;transform:translateY(40px);animation:fadeInUp 1s ease forwards}.story-block:nth-child(1){animation-delay:.1s}.story-block:nth-child(2){animation-delay:.3s}.story-block:nth-child(3){animation-delay:.5s}.story-block:nth-child(4){animation-delay:.7s}.story-block:nth-child(5){animation-delay:.9s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media(max-width:992px){.story-block,.story-block.reverse{flex-direction:column;text-align:center}.photo-pair{flex-direction:row;gap:1rem}.photo img{width:150px;height:200px}.story-content h2{font-size:1.5rem}.story-content .bio,.story-content .impact{font-size:.95rem}.stories-hero{height:45vh;padding:1.5rem}}@media(max-width:600px){.stories-hero h1{font-size:1.8rem}.stories-hero p{font-size:.95rem}.story-block{padding:1.2rem}}.contact-wrapper{display:flex;align-items:center;justify-content:space-between;min-height:100vh;padding:8rem 5%;background:#f8f9fc;font-family:Poppins,sans-serif;gap:6rem}.contact-form-section{flex:1;max-width:600px}.contact-title{font-size:2rem;color:#1e3a8a;margin-bottom:1rem}.contact-subtitle{font-size:1rem;color:#555;margin-bottom:1.5rem}.contact-email{margin-bottom:2rem;padding:1rem 1.2rem;background:#a181810d;border-left:4px solid #1d4ed8;border-radius:10px;box-shadow:0 2px 8px #0000000d}.contact-email p{margin:.5rem 0;font-size:1.05rem;color:#333}.contact-email strong{color:coral}.contact-email a{color:#1d4ed8;text-decoration:none;font-weight:600}.contact-email a:hover{text-decoration:underline;color:#2563eb}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:.9rem 1rem;border-radius:8px;border:1px solid #d1d5db;font-size:1rem;outline:none;transition:.3s}.contact-form input:focus,.contact-form textarea:focus{border-color:#2563eb;box-shadow:0 0 6px #2563eb33}.contact-form button{background:#1d4ed8;color:#fff;padding:.9rem 1rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:.3s}.contact-form button:hover{background:#2563eb;box-shadow:0 4px 12px #2563eb4d}.contact-status{margin-top:1rem;color:#2563eb;font-weight:500}.contact-image{flex:1;display:flex;justify-content:center}.contact-image img{width:100%;max-width:500px;border-radius:20px;box-shadow:0 8px 20px #00000026;-o-object-fit:cover;object-fit:cover}@media(max-width:900px){.contact-wrapper{flex-direction:column;text-align:center}.contact-image{order:-1;margin-bottom:2rem}.contact-image img,.contact-form-section{max-width:100%}.contact-email{text-align:center}}.donate-page{display:flex;justify-content:center;align-items:stretch;min-height:90vh;padding:2rem;gap:2rem;background:linear-gradient(135deg,#f3f8ff,#e8f1ff);font-family:Poppins,sans-serif}.donate-left{flex:1;background:#fff;padding:5rem;border-radius:16px;box-shadow:0 6px 18px #0000001a;display:flex;flex-direction:column;justify-content:center;transition:transform .3s ease}.donate-left:hover{transform:translateY(-4px)}.donate-left h1{color:#01338d;font-size:1.8rem;margin-bottom:.5rem}.donate-left p{margin-bottom:1.5rem;color:#444;line-height:1.6;font-size:1rem}.donate-options{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.7rem 1.5rem;border-radius:999px;font-weight:600;border:none;cursor:pointer;transition:.3s;font-size:.95rem}.btn-primary{background:#ff5530;color:#1a1a1a}.btn-primary:hover{background:#fff,}.btn-secondary{background:#01338d;color:#fff}.btn-secondary:hover{background:#ff5530}.active{outline:3px solid #01338d}.donate-form,.manual-form{display:flex;flex-direction:column;gap:1rem}.donate-form input,.manual-form input{padding:.8rem;border-radius:8px;border:1px solid #ccc;font-size:1rem;outline:none;transition:border-color .3s}.donate-form input:focus,.manual-form input:focus{border-color:#01338d}.donate-form button,.manual-form button{padding:.8rem;border-radius:999px;background:#01338d;color:#fff;border:none;font-weight:700;cursor:pointer;transition:.3s}.donate-form button:hover,.manual-form button:hover{background:#ff5530}.status-message{margin-top:1rem;color:#01338d;font-weight:500;font-size:.95rem}.donate-right{flex:1;background:#fff;border-radius:16px;box-shadow:0 6px 18px #0000001a;overflow:hidden;display:flex;flex-direction:column;justify-content:center;text-align:center;transition:transform .3s ease}.donate-right:hover{transform:translateY(-4px)}.donate-image{width:100%;height:60%;-o-object-fit:cover;object-fit:cover}.donate-message{padding:1.5rem;color:#01338d}.donate-message h2{margin-bottom:.5rem;font-size:1.5rem}.donate-message p{color:#333;font-size:1rem;line-height:1.6}@media(max-width:900px){.donate-page{flex-direction:column;padding:1rem}.donate-left,.donate-right{width:100%;margin-bottom:1rem}.donate-right{order:-1}.donate-left h1{font-size:1.5rem}.donate-message h2{font-size:1.3rem}}.login-page{display:flex;align-items:center;justify-content:center;height:100vh;background:linear-gradient(135deg,#0a0a0a,#1c1c1c,#fdae6b);color:#fff;font-family:Poppins,sans-serif}.login-card{background:#111827;padding:2.5rem;border-radius:1.5rem;box-shadow:0 0 30px #0009;width:90%;max-width:400px;text-align:center;animation:fadeIn .8s ease-in}.login-card h2{font-size:1.8rem;margin-bottom:.5rem;color:#fff}.login-card p{color:#9ca3af;margin-bottom:2rem}.input-group{text-align:left;margin-bottom:1.5rem}.input-group label{display:block;font-weight:500;color:#e5e7eb;margin-bottom:.4rem}.input-group input{width:100%;padding:.75rem;border-radius:.5rem;border:none;background:#1f2937;color:#fff;outline:none;transition:.3s ease}.input-group input:focus{background:#2b364c;box-shadow:0 0 0 2px #3b82f6}button{width:100%;padding:.9rem;background:#3b82f6;color:#fff;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:.3s ease}button:hover{background:#2563eb}button:disabled{background:#1e3a8a;cursor:not-allowed}.error{color:#f87171;font-size:.9rem;margin-bottom:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.admin-container{padding:6rem 2rem 2rem;background:#f8f9fc;min-height:100vh;font-family:Poppins,sans-serif;color:#1a1a1a}.admin-header{text-align:center;margin-bottom:2rem;position:relative;z-index:1}.admin-header h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:.5rem}.admin-header p{color:#6b7280;font-size:1.1rem}.admin-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.admin-tabs button{padding:10px 20px;border-radius:8px;background:#e9ecef;border:none;cursor:pointer;font-weight:600;transition:all .3s ease}.admin-tabs button.active{background:#1d4ed8;color:#fff;box-shadow:0 4px 10px #1d4ed84d}.admin-tabs button:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.loading{text-align:center;font-size:1.2rem;color:#555}.admin-content{overflow-x:auto}table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 8px #0000000d}th,td{padding:14px 16px;border-bottom:1px solid #e5e7eb;text-align:left;font-size:.95rem}th{background:#2563eb;color:#fff;text-transform:uppercase;font-weight:600}tr:hover{background:#f3f6ff}.delete-btn{background:#dc2626;border:none;color:#fff;padding:6px 12px;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease}.delete-btn:hover{background:#b91c1c;transform:translateY(-1px)}.gallery-admin{display:flex;flex-direction:column;gap:2rem}.upload-form{display:flex;flex-direction:column;gap:1rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #0000000d}.upload-form input,.upload-form textarea,.upload-form button{font-family:Poppins,sans-serif}.upload-form input[type=text],.upload-form textarea,.upload-form input[type=file]{padding:10px;border:1px solid #d1d5db;border-radius:8px;width:100%;font-size:.95rem}.upload-form button{background:#1d4ed8;color:#fff;padding:10px 15px;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:.3s ease}.upload-form button:hover{background:#2563eb;transform:translateY(-1px)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.gallery-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.gallery-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001a}.gallery-card img,.gallery-card video{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.gallery-card h4{margin:.5rem 1rem 0;font-size:1.1rem;color:#1a1a1a}.gallery-card p{margin:.25rem 1rem 1rem;font-size:.9rem;color:#555}.gallery-card .delete-btn{margin:.5rem 1rem 1rem;align-self:flex-start}@media(max-width:768px){.admin-tabs{flex-direction:column;align-items:center}th,td{padding:10px;font-size:.85rem}.upload-form{padding:1rem}}/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.grid{display:grid}.hidden{display:none}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.text-center{text-align:center}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}*{box-sizing:border-box;margin:0;padding:0}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}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}
