.Contact-module__SEXjRW__pageWrapper{flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}.Contact-module__SEXjRW__contactBody{background:#f8fafc;flex:1;justify-content:center;padding-top:80px;display:flex}.Contact-module__SEXjRW__formPanel{background:#fff;border-top:6px solid #f60;border-radius:28px;width:100%;max-width:820px;margin:60px auto;padding:70px 80px;box-shadow:0 10px 40px #0000000f}.Contact-module__SEXjRW__eyebrow{font-family:var(--font-poppins), sans-serif;color:#f60;text-transform:uppercase;letter-spacing:5px;margin-bottom:10px;font-size:.8rem;font-weight:700;display:block}.Contact-module__SEXjRW__formTitle{font-family:var(--font-poppins), sans-serif;color:#173b45;letter-spacing:-.5px;margin:0 0 8px;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:900}.Contact-module__SEXjRW__formSubtext{font-family:var(--font-poppins), sans-serif;color:#64748b;margin-bottom:36px;font-size:1rem;font-weight:300;line-height:1.6}.Contact-module__SEXjRW__form{flex-direction:column;gap:14px;width:100%;display:flex}.Contact-module__SEXjRW__inputRow{grid-template-columns:1fr 1fr;gap:14px;display:grid}.Contact-module__SEXjRW__input,.Contact-module__SEXjRW__textarea{width:100%;font-size:.95rem;font-family:var(--font-poppins), sans-serif;color:#1e293b;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;padding:14px 18px;transition:border .3s,box-shadow .3s}.Contact-module__SEXjRW__input:focus,.Contact-module__SEXjRW__textarea:focus{border-color:#f60;box-shadow:0 0 0 3px #ff660014}.Contact-module__SEXjRW__textarea{resize:vertical;min-height:140px}.Contact-module__SEXjRW__submitBtn{font-family:var(--font-poppins), sans-serif;color:#fff;cursor:pointer;letter-spacing:.5px;background:#f60;border:2px solid #f60;border-radius:50px;align-self:flex-start;padding:14px 36px;font-size:1rem;font-weight:700;transition:all .3s}.Contact-module__SEXjRW__submitBtn:hover{color:#f60;background:0 0;transform:translateY(-2px);box-shadow:0 10px 30px #f603}.Contact-module__SEXjRW__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.Contact-module__SEXjRW__infoPanel{background:#1e293b;flex-direction:column;flex:0 0 420px;gap:28px;padding:60px 50px;display:flex;overflow:hidden}.Contact-module__SEXjRW__infoTitle{font-family:var(--font-poppins), sans-serif;color:#fff;border-bottom:2px solid #ffffff14;margin:0;padding-bottom:20px;font-size:1.8rem;font-weight:800}.Contact-module__SEXjRW__infoBlock{flex-direction:column;gap:5px;display:flex}.Contact-module__SEXjRW__infoLabel{font-family:var(--font-poppins), sans-serif;color:#f60;text-transform:uppercase;letter-spacing:3px;font-size:.72rem;font-weight:700}.Contact-module__SEXjRW__infoText{font-family:var(--font-poppins), sans-serif;color:#94a3b8;word-break:break-word;margin:0;font-size:.9rem;font-weight:300;line-height:1.7}.Contact-module__SEXjRW__mapWrapper{border-radius:16px;flex-shrink:0;margin-top:auto;overflow:hidden}.Contact-module__SEXjRW__mapIframe{border:none;width:100%;height:220px;display:block}@media (max-width:1024px){.Contact-module__SEXjRW__contactBody{flex-direction:column;padding-top:80px}.Contact-module__SEXjRW__formPanel{padding:50px 40px}.Contact-module__SEXjRW__infoPanel{flex:none;width:100%;padding:50px 40px}.Contact-module__SEXjRW__mapWrapper{margin-top:20px}}@media (max-width:640px){.Contact-module__SEXjRW__formPanel,.Contact-module__SEXjRW__infoPanel{padding:40px 20px}.Contact-module__SEXjRW__inputRow{grid-template-columns:1fr}.Contact-module__SEXjRW__submitBtn{text-align:center;align-self:stretch;width:100%}}
.Header-module__KppamW__header{z-index:1000;background-color:#fff;justify-content:space-between;align-items:center;padding:15px 55px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 12px #0000001a}.Header-module__KppamW__logo{align-items:center;display:flex}.Header-module__KppamW__logoImage{object-fit:cover;border:2px solid #173b45;border-radius:50%;width:60px;height:60px;transition:transform .3s;box-shadow:0 2px 6px #0000001a}.Header-module__KppamW__logoTextContainer{flex-direction:column;align-items:flex-start;margin-left:10px;display:flex}.Header-module__KppamW__logoText{color:#173b45;text-transform:uppercase;letter-spacing:1px;font-size:24px;font-weight:700}.Header-module__KppamW__subtitle{color:#555;margin-top:2px;font-size:13px;font-style:italic;font-weight:500;line-height:1.4}.Header-module__KppamW__navLinks{gap:26px;list-style:none;display:flex}.Header-module__KppamW__navLinks li{margin:0}.Header-module__KppamW__navLinks li a{color:#003060;text-transform:uppercase;padding:5px 0;font-size:15.5px;font-weight:600;text-decoration:none;transition:color .3s,padding .3s;position:relative}.Header-module__KppamW__navLinks li a:after{content:"";background-color:#ff8225;width:0;height:2px;transition:width .3s;display:block;position:absolute;bottom:0;left:0}.Header-module__KppamW__navLinks li a:hover:after{width:100%}.Header-module__KppamW__navLinks li a.Header-module__KppamW__active:after{background-color:#ff8225;width:100%}.Header-module__KppamW__ctaButtonContainer{margin-left:20px}.Header-module__KppamW__ctaButton{color:#fff;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#6a5acd,tomato);border:none;border-radius:50px;margin-right:20px;padding:10px 25px;font-size:15px;font-weight:700;transition:all .3s;box-shadow:0 8px 15px #0000001a}.Header-module__KppamW__ctaButton:hover{background:linear-gradient(135deg,tomato,#6a5acd);transition:background .3s,transform .3s;box-shadow:0 10px 20px #0003}.Header-module__KppamW__ctaButton:focus{outline:none;box-shadow:0 0 0 4px #ff634799}.Header-module__KppamW__ctaButton:active{transform:scale(1)}@media screen and (max-width:768px){.Header-module__KppamW__header{justify-content:space-between;align-items:center;height:80px;padding:10px 20px;display:flex}.Header-module__KppamW__logo{align-items:center;gap:8px;max-width:75%;display:flex}.Header-module__KppamW__logoImage{flex-shrink:0;width:45px;height:45px}.Header-module__KppamW__logoTextContainer{flex-direction:column;align-items:flex-start;display:flex;overflow:hidden}.Header-module__KppamW__logoText{color:#173b45;margin-bottom:2px;font-size:1.1rem;font-weight:800;line-height:1}.Header-module__KppamW__subtitle{color:#555;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.55rem;font-weight:600;line-height:1.1;overflow:hidden;display:block!important}.Header-module__KppamW__ctaButtonContainer{display:none}.Header-module__KppamW__menuIcon{cursor:pointer;z-index:1100;flex-direction:column;justify-content:space-between;width:28px;height:20px;margin-left:auto;display:flex}.Header-module__KppamW__menuIcon .Header-module__KppamW__line{background-color:#173b45;border-radius:4px;width:100%;height:3px;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.Header-module__KppamW__menuActive .Header-module__KppamW__line:first-child{transform:translateY(8.5px)rotate(45deg)}.Header-module__KppamW__menuActive .Header-module__KppamW__line:nth-child(2){opacity:0}.Header-module__KppamW__menuActive .Header-module__KppamW__line:nth-child(3){transform:translateY(-8.5px)rotate(-45deg)}.Header-module__KppamW__navLinks{z-index:1050;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:30px;width:85%;height:100vh;margin:0;padding:20px;transition:right .4s cubic-bezier(.77,.2,.05,1);position:fixed;top:0;right:-100%;box-shadow:-15px 0 40px #0003}.Header-module__KppamW__navLinks.Header-module__KppamW__active{right:0}.Header-module__KppamW__navLinks li a{color:#173b45;text-align:center;width:100%;padding:15px 0;font-size:1.4rem;font-weight:700;text-decoration:none;transition:color .3s;display:block}.Header-module__KppamW__navLinks li a:hover,.Header-module__KppamW__navLinks li a.Header-module__KppamW__active{color:#ff8225}.Header-module__KppamW__navLinks li a:after{display:none}}@media screen and (max-width:480px){.Header-module__KppamW__header{height:75px;padding:8px 18px}.Header-module__KppamW__logoImage{width:42px;height:42px}.Header-module__KppamW__logoText{font-size:1.05rem}.Header-module__KppamW__subtitle{max-width:130px;font-size:.5rem}.Header-module__KppamW__navLinks{width:100%}}
.Footer-module__UDEoiW__footer{color:#fff;width:100%;font-family:var(--font-poppins), sans-serif;background-color:#003060;border-top:1px solid #ffffff0d;padding:80px 0 40px}.Footer-module__UDEoiW__footerContainer{grid-template-columns:1.5fr 1fr 1.2fr 1fr;gap:60px;max-width:1500px;margin:0 auto;padding:0 50px;display:grid}.Footer-module__UDEoiW__footerColumn{text-align:left;flex-direction:column;display:flex}.Footer-module__UDEoiW__footerBrand{margin-bottom:25px}.Footer-module__UDEoiW__brandName{color:#ff8225;margin:0;font-size:2.5rem;font-weight:800;line-height:1}.Footer-module__UDEoiW__brandTagline{color:#fff;opacity:.9;letter-spacing:1px;margin-top:5px;font-size:.9rem;font-weight:600}.Footer-module__UDEoiW__aboutText{color:#ffffffb3;max-width:350px;font-size:.95rem;line-height:1.8}.Footer-module__UDEoiW__columnTitle{color:#fff;margin-bottom:30px;font-size:1.2rem;font-weight:700;display:inline-block;position:relative}.Footer-module__UDEoiW__columnTitle:after{content:"";background-color:#ff8225;width:30px;height:2px;position:absolute;bottom:-10px;left:0}.Footer-module__UDEoiW__linkList{margin:0;padding:0;list-style:none}.Footer-module__UDEoiW__linkList li{margin-bottom:12px}.Footer-module__UDEoiW__linkList a{color:#ffffffb3;font-size:.95rem;text-decoration:none;transition:all .3s}.Footer-module__UDEoiW__linkList a:hover{color:#ff8225;padding-left:5px}.Footer-module__UDEoiW__contactItem{align-items:flex-start;gap:15px;margin-bottom:20px;display:flex}.Footer-module__UDEoiW__contactIcon{color:#ff8225;margin-top:4px;font-size:1.1rem}.Footer-module__UDEoiW__contactItem p{color:#ffffffb3;margin:0;font-size:.95rem;line-height:1.6}@media screen and (max-width:768px){.Footer-module__UDEoiW__contactItem p{text-align:center}}.Footer-module__UDEoiW__mapWrapper{border-radius:12px;width:100%;max-width:100%;margin:10px auto 25px;transition:transform .3s;overflow:hidden;box-shadow:0 5px 15px #0003}.Footer-module__UDEoiW__mapWrapper:hover{transform:scale(1.02)}.Footer-module__UDEoiW__socialText{color:#ffffffb3;margin-bottom:25px;font-size:.95rem}.Footer-module__UDEoiW__socialIconsGrid{justify-content:flex-start;gap:15px;display:flex}.Footer-module__UDEoiW__socialLink{color:#fff;background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;text-decoration:none;transition:all .3s;display:flex}.Footer-module__UDEoiW__socialLink:hover{color:#fff;background:#ff8225;transform:translateY(-3px)}.Footer-module__UDEoiW__footerBottom{border-top:1px solid #ffffff0d;margin-top:40px;padding:30px 50px 0}.Footer-module__UDEoiW__footerBottomContent{color:#ffffff80;justify-content:space-between;align-items:center;max-width:1500px;margin:0 auto;font-size:.9rem;display:flex}.Footer-module__UDEoiW__designedBy{letter-spacing:2px;text-transform:uppercase;font-weight:600}@media screen and (max-width:1100px){.Footer-module__UDEoiW__footerContainer{grid-template-columns:repeat(2,1fr);gap:40px}}@media screen and (max-width:768px){.Footer-module__UDEoiW__footer{padding:60px 0 30px}.Footer-module__UDEoiW__footerContainer{text-align:center;box-sizing:border-box;grid-template-columns:1fr;gap:40px;width:100%;padding:0 20px}.Footer-module__UDEoiW__footerColumn{text-align:center;align-items:center}.Footer-module__UDEoiW__aboutText{max-width:100%}.Footer-module__UDEoiW__columnTitle:after{left:50%;transform:translate(-50%)}.Footer-module__UDEoiW__footerBottom{padding:30px 24px 0}.Footer-module__UDEoiW__footerBottomContent{text-align:center;flex-direction:column;gap:15px}.Footer-module__UDEoiW__contactItem{flex-direction:column;justify-content:center;align-items:center;gap:8px}.Footer-module__UDEoiW__contactIcon{margin-top:0}.Footer-module__UDEoiW__socialIconsGrid{justify-content:center}}
@keyframes VerseSection-module__xAHiRq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes VerseSection-module__xAHiRq__slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes VerseSection-module__xAHiRq__zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.VerseSection-module__xAHiRq__verseSection{box-sizing:border-box;background:#fff;justify-content:space-between;align-items:center;gap:40px;width:100%;margin-top:60px;padding:80px 5%;display:flex;overflow:hidden}.VerseSection-module__xAHiRq__textContainer{opacity:0;flex:1;max-width:600px;margin-top:-25px;margin-left:20px;margin-right:40px;animation:1.5s ease-out forwards VerseSection-module__xAHiRq__slideInLeft}.VerseSection-module__xAHiRq__heading{font-family:var(--font-poppins), sans-serif;color:#173b45;letter-spacing:-1.5px;margin-bottom:20px;font-size:clamp(2rem,5vw,3.8rem);font-weight:900;line-height:1.1}.VerseSection-module__xAHiRq__tagline{font-family:var(--font-poppins), sans-serif;color:#64748b;margin-bottom:25px;font-size:1.1rem;font-weight:500;line-height:1.6}.VerseSection-module__xAHiRq__verse{color:#7f8c8d;border-left:6px solid #2980b9;margin-top:30px;padding-left:15px;font-family:Georgia,serif;font-size:1.2rem;font-style:italic}.VerseSection-module__xAHiRq__imageContainer{opacity:0;flex:1;justify-content:center;align-items:center;animation:1.5s ease-out forwards VerseSection-module__xAHiRq__zoomIn;display:flex}.VerseSection-module__xAHiRq__image{object-fit:cover;border-radius:15px;max-width:650px;max-height:400px;box-shadow:0 8px 15px #0000001a}@media (max-width:348px){.VerseSection-module__xAHiRq__verseSection{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:20px}.VerseSection-module__xAHiRq__imageContainer{justify-content:center;width:100%;display:flex}.VerseSection-module__xAHiRq__image{border-radius:10px;max-width:100%;height:auto}.VerseSection-module__xAHiRq__textContainer{background:#fff;border-radius:10px;width:100%;padding:15px;box-shadow:0 4px 10px #0000001a}.VerseSection-module__xAHiRq__heading{letter-spacing:-.5px;margin-bottom:12px;font-size:1.8rem}.VerseSection-module__xAHiRq__tagline{margin-bottom:15px;font-size:.95rem}.VerseSection-module__xAHiRq__verse{margin-top:15px;font-size:1rem}}@media (max-width:480px){.VerseSection-module__xAHiRq__verseSection{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:25px;padding:30px}.VerseSection-module__xAHiRq__imageContainer{justify-content:center;width:100%;display:flex}.VerseSection-module__xAHiRq__image{border-radius:15px;max-width:100%;height:auto}.VerseSection-module__xAHiRq__textContainer{background:#fff;border-radius:15px;width:100%;padding:20px;box-shadow:0 5px 15px #0000001a}.VerseSection-module__xAHiRq__heading{letter-spacing:-.8px;margin-bottom:15px;font-size:2.2rem}.VerseSection-module__xAHiRq__tagline{margin-bottom:20px;font-size:1rem}.VerseSection-module__xAHiRq__verse{margin-top:20px;font-size:1.1rem}}@media (max-width:768px){.VerseSection-module__xAHiRq__verseSection{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:30px;padding:40px}.VerseSection-module__xAHiRq__imageContainer{justify-content:center;width:100%;display:flex}.VerseSection-module__xAHiRq__image{border-radius:15px;max-width:100%;height:auto}.VerseSection-module__xAHiRq__textContainer{background:#fff;border-radius:20px;width:100%;padding:25px;box-shadow:0 8px 20px #00000026}.VerseSection-module__xAHiRq__heading{letter-spacing:-1px;margin-bottom:20px;font-size:2.5rem}.VerseSection-module__xAHiRq__tagline{margin-bottom:25px;font-size:1.1rem}.VerseSection-module__xAHiRq__verse{margin-top:25px;font-size:1.2rem}}@media (max-width:348px){.VerseSection-module__xAHiRq__verseSection{flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:20px}.VerseSection-module__xAHiRq__imageContainer{justify-content:center;width:100%;display:flex}.VerseSection-module__xAHiRq__image{border-radius:8px;max-width:90%;height:auto}.VerseSection-module__xAHiRq__textContainer{background:#fff;border-radius:8px;width:100%;padding:15px;box-shadow:0 4px 10px #0000001a}.VerseSection-module__xAHiRq__heading{margin-bottom:8px;font-size:1.6rem}.VerseSection-module__xAHiRq__tagline{margin-bottom:12px;font-size:1rem}.VerseSection-module__xAHiRq__verse{margin-top:10px;font-size:.9rem}}@media (max-width:480px){.VerseSection-module__xAHiRq__verseSection{flex-direction:column;justify-content:center;align-items:center;gap:25px;padding:30px}.VerseSection-module__xAHiRq__imageContainer{justify-content:center;width:100%;display:flex}.VerseSection-module__xAHiRq__image{border-radius:12px;max-width:90%;height:auto}.VerseSection-module__xAHiRq__textContainer{background:#fff;border-radius:12px;width:100%;padding:20px;box-shadow:0 5px 15px #0000001a}.VerseSection-module__xAHiRq__heading{margin-bottom:10px;font-size:1.8rem}.VerseSection-module__xAHiRq__tagline{margin-bottom:15px;font-size:1.1rem}.VerseSection-module__xAHiRq__verse{margin-top:15px;font-size:1rem}}
.MissionVision-module__ACewvG__missionVisionSection{background-color:#fff;flex-direction:column;align-items:flex-start;padding:80px 50px;display:flex}.MissionVision-module__ACewvG__headingWrapper{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;max-width:1300px;margin-bottom:15px;padding:0 50px;display:flex}.MissionVision-module__ACewvG__categoryLabel{font-family:var(--font-poppins), sans-serif;color:#f60;text-transform:uppercase;letter-spacing:4px;margin-bottom:15px;font-size:.9rem;font-weight:700}.MissionVision-module__ACewvG__sectionHeading{font-family:var(--font-poppins), sans-serif;color:#173b45;text-align:left;margin-top:0;margin-bottom:5px;font-size:2.5rem;font-weight:900}.MissionVision-module__ACewvG__sectionTagline{font-family:var(--font-poppins), sans-serif;color:#64748b;text-align:left;max-width:800px;margin:0;font-size:1.1rem;font-weight:500}.MissionVision-module__ACewvG__contentWrapper{grid-template-columns:repeat(2,1fr);gap:30px;width:100%;max-width:1400px;padding:20px 50px 0;display:grid}.MissionVision-module__ACewvG__card{border-radius:28px;flex-direction:column;padding:50px;transition:all .5s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden}.MissionVision-module__ACewvG__card:first-child{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);box-shadow:0 20px 40px #0f172a33}.MissionVision-module__ACewvG__card:nth-child(2){background:linear-gradient(135deg,#173b45 0%,#0d2127 100%);box-shadow:0 20px 40px #173b4533}.MissionVision-module__ACewvG__card:after{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#ffffff0d,#0000 60%);position:absolute;inset:0}.MissionVision-module__ACewvG__cardAccent{background-color:#f60;border-radius:100px;width:60px;height:6px;margin-bottom:30px;box-shadow:0 0 15px #f606}.MissionVision-module__ACewvG__card:nth-child(2) .MissionVision-module__ACewvG__cardAccent{background-color:#4ade80;box-shadow:0 0 15px #4ade8066}.MissionVision-module__ACewvG__cardHeading{font-family:var(--font-poppins), sans-serif;color:#fff;letter-spacing:-.5px;margin-bottom:20px;font-size:1.8rem;font-weight:800}.MissionVision-module__ACewvG__cardText{font-family:var(--font-poppins), sans-serif;color:#e2e8f0;margin:0;font-size:1.15rem;line-height:1.8}@media screen and (max-width:1100px){.MissionVision-module__ACewvG__contentWrapper{grid-template-columns:1fr}.MissionVision-module__ACewvG__card{padding:40px}}@media screen and (max-width:768px){.MissionVision-module__ACewvG__missionVisionSection{align-items:center;padding:60px 20px}.MissionVision-module__ACewvG__headingWrapper{text-align:center;align-items:center;padding:0}.MissionVision-module__ACewvG__sectionHeading{text-align:center;font-size:2.1rem}.MissionVision-module__ACewvG__sectionTagline{text-align:center;font-size:1rem}.MissionVision-module__ACewvG__contentWrapper{gap:20px;padding:20px 0 0}.MissionVision-module__ACewvG__card{text-align:center;border-radius:20px;align-items:center;padding:30px 20px}.MissionVision-module__ACewvG__cardHeading{text-align:center;font-size:1.5rem}.MissionVision-module__ACewvG__cardText{text-align:center;font-size:1rem}}
.VideoSection-module__ddxbuG__videoSection{text-align:center;background:#fff;width:100%;margin-top:60px;padding:80px 5%;overflow:hidden}.VideoSection-module__ddxbuG__heading{color:#003060;margin-bottom:20px;font-family:Merriweather,serif;font-size:3rem;font-weight:700}.VideoSection-module__ddxbuG__heading:after{content:"";background:#ff8000;width:15%;height:3px;margin-top:10px;margin-left:auto;margin-right:auto;display:block}.VideoSection-module__ddxbuG__tagline{color:#173b45;margin-bottom:40px;font-family:Lato,sans-serif;font-size:1.5rem;line-height:1.5}.VideoSection-module__ddxbuG__videoGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;width:100%;max-width:1200px;margin:40px auto 0;display:grid}@media (max-width:1200px){.VideoSection-module__ddxbuG__videoGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.VideoSection-module__ddxbuG__videoGrid{grid-template-columns:1fr}}.VideoSection-module__ddxbuG__card{text-align:center;border:1px solid #ccc;border-radius:8px;width:100%;max-width:320px;padding:10px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px #0000001a}.VideoSection-module__ddxbuG__card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #0003}.VideoSection-module__ddxbuG__card iframe{border-radius:8px;width:100%;height:170px}.VideoSection-module__ddxbuG__card h3{color:#34495e;margin-top:10px;font-family:Roboto,sans-serif;font-size:18px;font-weight:600}@keyframes VideoSection-module__ddxbuG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.HistorySection-module___FOghG__historySection{background-color:#fff;flex-direction:column;align-items:flex-start;padding:60px 50px 100px;display:flex}.HistorySection-module___FOghG__headingWrapper{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;max-width:1300px;margin-bottom:20px;padding:0;display:flex}.HistorySection-module___FOghG__categoryLabel{font-family:var(--font-poppins), sans-serif;color:#f60;text-transform:uppercase;letter-spacing:4px;margin-bottom:15px;font-size:.9rem;font-weight:700}.HistorySection-module___FOghG__sectionHeading{font-family:var(--font-poppins), sans-serif;color:#173b45;text-align:left;margin-top:0;margin-bottom:5px;font-size:3rem;font-weight:900}.HistorySection-module___FOghG__sectionTagline{font-family:var(--font-poppins), sans-serif;color:#64748b;text-align:left;max-width:800px;margin:0;font-size:1.1rem;font-weight:500}.HistorySection-module___FOghG__container{justify-content:flex-start;align-items:center;gap:100px;width:100%;max-width:1400px;padding:0;display:flex}.HistorySection-module___FOghG__imageCard{border-radius:24px;flex:0 0 550px;height:380px;position:relative;overflow:hidden;box-shadow:0 15px 40px #00000014}.HistorySection-module___FOghG__imageSlider{width:100%;height:100%;position:relative}.HistorySection-module___FOghG__slide{opacity:0;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.HistorySection-module___FOghG__active{opacity:1;z-index:1}.HistorySection-module___FOghG__historyImg{object-fit:cover;width:100%;height:100%}.HistorySection-module___FOghG__sliderDots{z-index:10;gap:10px;display:flex;position:absolute;bottom:25px;left:50%;transform:translate(-50%)}.HistorySection-module___FOghG__dot{background:#fff6;border-radius:50%;width:8px;height:8px;transition:all .3s}.HistorySection-module___FOghG__activeDot{background:#fff;border-radius:10px;width:25px}.HistorySection-module___FOghG__textCard{background-color:#fff;border-left:6px solid #f60;border-radius:28px;flex-direction:column;flex:1;gap:15px;max-width:600px;padding:40px 45px;transition:all .3s;display:flex;box-shadow:0 10px 40px #0000000d}.HistorySection-module___FOghG__textCard:hover{transform:translateY(-5px);box-shadow:0 20px 50px #00000014}.HistorySection-module___FOghG__yearBadge{color:#f60;background:#fff9f5;border:1px solid #ff66001a;border-radius:50px;margin-bottom:12px;padding:6px 16px;font-size:.8rem;font-weight:800;display:inline-block}.HistorySection-module___FOghG__boxHeading{color:#173b45;margin:0;font-family:Playfair Display,serif;font-size:2.4rem;font-weight:800;line-height:1.1}.HistorySection-module___FOghG__boxText{font-family:var(--font-poppins), sans-serif;color:#475569;margin:0;font-size:1.1rem;line-height:1.8}@media screen and (max-width:1100px){.HistorySection-module___FOghG__container{flex-direction:column;gap:40px;padding:0}.HistorySection-module___FOghG__imageCard{flex:none;width:100%;height:400px}.HistorySection-module___FOghG__textCard{max-width:100%}}@media screen and (max-width:768px){.HistorySection-module___FOghG__historySection{align-items:center;padding:60px 20px 80px}.HistorySection-module___FOghG__headingWrapper{text-align:center;align-items:center;padding:0}.HistorySection-module___FOghG__categoryLabel{text-align:center}.HistorySection-module___FOghG__sectionHeading{text-align:center;font-size:2.2rem}.HistorySection-module___FOghG__sectionTagline{text-align:center}.HistorySection-module___FOghG__textCard{text-align:center;border-top:6px solid #f60;border-left:none;align-items:center;padding:30px 20px}.HistorySection-module___FOghG__boxHeading{text-align:center;font-size:1.8rem}.HistorySection-module___FOghG__boxText{text-align:center;font-size:1rem}.HistorySection-module___FOghG__imageCard{border-radius:20px;height:280px}}
.VideoCard-module__wjDadW__card{text-align:center;border:1px solid #ccc;border-radius:8px;width:100%;max-width:320px;padding:10px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px #0000001a}.VideoCard-module__wjDadW__card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #0003}.VideoCard-module__wjDadW__card iframe{border-radius:15px;width:100%;height:180px}.VideoCard-module__wjDadW__card h3{color:#34495e;margin-top:10px;font-family:Roboto,sans-serif;font-size:17px;font-weight:600}
.FaithfulServants-module__mNAiQq__servantsSection{background:#0f172a;flex-direction:column;align-items:flex-start;padding:60px 0 80px;display:flex;position:relative;overflow:hidden}.FaithfulServants-module__mNAiQq__topWatermark{font-family:var(--font-poppins), sans-serif;color:#ffffff0f;letter-spacing:2px;white-space:normal;z-index:1;box-sizing:border-box;text-align:left;width:100%;margin-bottom:40px;padding:0 50px;font-size:6.5rem;font-weight:900;line-height:1;overflow:hidden}.FaithfulServants-module__mNAiQq__contentWrapper{z-index:5;box-sizing:border-box;justify-content:flex-start;align-items:center;gap:80px;width:100%;max-width:1400px;padding:0 50px;display:flex}.FaithfulServants-module__mNAiQq__imageCard{flex:0 0 580px;height:420px;position:relative}.FaithfulServants-module__mNAiQq__imageCard:before{content:"";z-index:-1;background:radial-gradient(circle,#ff660014,#0000 70%);width:130%;height:130%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FaithfulServants-module__mNAiQq__imageSlider{border:1px solid #ffffff0d;border-radius:24px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 30px 60px #0006}.FaithfulServants-module__mNAiQq__slide{opacity:0;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.FaithfulServants-module__mNAiQq__active{opacity:1;z-index:2}.FaithfulServants-module__mNAiQq__image{object-fit:cover;width:100%;height:100%}.FaithfulServants-module__mNAiQq__dots{gap:8px;margin-top:14px;padding-left:4px;display:flex}.FaithfulServants-module__mNAiQq__dot{cursor:pointer;background:#fff3;border-radius:50%;width:8px;height:8px;transition:all .3s}.FaithfulServants-module__mNAiQq__activeDot{background:#f60;border-radius:10px;width:24px}.FaithfulServants-module__mNAiQq__textCard{flex-direction:column;flex:1;gap:20px;min-width:0;display:flex}.FaithfulServants-module__mNAiQq__cardHeader{flex-direction:column;gap:8px;display:flex}.FaithfulServants-module__mNAiQq__leadersLabel{font-family:var(--font-poppins), sans-serif;color:#f60;text-transform:uppercase;letter-spacing:4px;font-size:.75rem;font-weight:700}.FaithfulServants-module__mNAiQq__boxHeading{font-family:var(--font-poppins), sans-serif;color:#ffffffe6;margin:0;font-size:1.8rem;font-weight:800;line-height:1.2}.FaithfulServants-module__mNAiQq__boxText{font-family:var(--font-poppins), sans-serif;color:#94a3b8;margin:0;font-size:1.05rem;font-weight:300;line-height:1.8}.FaithfulServants-module__mNAiQq__nameHighlight{color:#fff;font-weight:700}.FaithfulServants-module__mNAiQq__familyBlock{background:#ff660012;border-left:3px solid #f60;border-radius:10px;flex-direction:column;gap:8px;padding:18px 22px;display:flex}.FaithfulServants-module__mNAiQq__familyLabel{font-family:var(--font-poppins), sans-serif;color:#f60;text-transform:uppercase;letter-spacing:3px;font-size:.72rem;font-weight:700}.FaithfulServants-module__mNAiQq__familyText{font-family:var(--font-poppins), sans-serif;color:#64748b;margin:0;font-size:.95rem;font-weight:300;line-height:1.8}.FaithfulServants-module__mNAiQq__familyText strong{color:#e2e8f0;font-weight:700}@media screen and (max-width:1200px){.FaithfulServants-module__mNAiQq__imageCard{flex:0 0 480px;height:380px}}@media screen and (max-width:1024px){.FaithfulServants-module__mNAiQq__contentWrapper{flex-direction:column;gap:50px;padding:0 40px}.FaithfulServants-module__mNAiQq__imageCard{flex:0 0 360px;width:100%}.FaithfulServants-module__mNAiQq__topWatermark{padding-left:40px;font-size:clamp(3rem,8vw,6rem)}}@media screen and (max-width:768px){.FaithfulServants-module__mNAiQq__servantsSection{align-items:center;padding:50px 0 60px}.FaithfulServants-module__mNAiQq__topWatermark{text-align:center;white-space:normal;width:100%;margin-bottom:25px;padding:0 20px;font-size:clamp(2.2rem,8vw,4rem)}.FaithfulServants-module__mNAiQq__contentWrapper{flex-direction:column;align-items:center;gap:40px;padding:0 20px}.FaithfulServants-module__mNAiQq__imageCard{flex:none;width:100%;height:280px}.FaithfulServants-module__mNAiQq__textCard{text-align:center;align-items:center;width:100%}.FaithfulServants-module__mNAiQq__cardHeader{align-items:center}.FaithfulServants-module__mNAiQq__boxHeading{text-align:center;font-size:1.5rem}.FaithfulServants-module__mNAiQq__boxText{text-align:center;font-size:.95rem}.FaithfulServants-module__mNAiQq__familyBlock{text-align:center;border-top:3px solid #f60;border-left:none;align-items:center;width:100%}}
.YouthVideoSection-module__zp3_-a__videoSection{text-align:center;background:#f8fafc;width:100%;margin-top:60px;padding:80px 5%;overflow:hidden}.YouthVideoSection-module__zp3_-a__heading{color:#2a3e57;margin-bottom:20px;font-family:Poppins,sans-serif;font-size:3.2rem;font-weight:700}.YouthVideoSection-module__zp3_-a__tagline{color:#33628b;margin-bottom:40px;font-family:Roboto,sans-serif;font-size:1.5rem;line-height:1.5}.YouthVideoSection-module__zp3_-a__videoGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;width:100%;max-width:1200px;margin:40px auto 0;display:grid}@media (max-width:1200px){.YouthVideoSection-module__zp3_-a__videoGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.YouthVideoSection-module__zp3_-a__videoGrid{grid-template-columns:1fr}}.YouthVideoSection-module__zp3_-a__card{text-align:center;border:1px solid #ccc;border-radius:8px;width:100%;max-width:320px;padding:10px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px #0000001a}.YouthVideoSection-module__zp3_-a__card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #0003}.YouthVideoSection-module__zp3_-a__card iframe{border-radius:8px;width:100%;height:170px}.YouthVideoSection-module__zp3_-a__card h3{color:#34495e;margin-top:10px;font-family:Roboto,sans-serif;font-size:18px;font-weight:600}
.CallToActionSection-module__K-KTRa__callToActionSection{text-align:center;background-image:url(/hero_image.jpg);background-position:50%;background-size:cover;background-attachment:fixed;flex-direction:column;justify-content:center;align-items:center;padding:100px 50px;display:flex;position:relative;overflow:hidden}.CallToActionSection-module__K-KTRa__callToActionSection:before{content:"";z-index:0;background:linear-gradient(135deg,#0f172ae0 0%,#173b45d9 60%,#0f172ae0 100%);position:absolute;inset:0}.CallToActionSection-module__K-KTRa__eyebrow{font-family:var(--font-poppins), sans-serif;color:#f60;text-transform:uppercase;letter-spacing:5px;z-index:2;margin-bottom:12px;font-size:.85rem;font-weight:700;position:relative}.CallToActionSection-module__K-KTRa__callToActionTitle{font-family:var(--font-poppins), sans-serif;color:#fff;letter-spacing:-1.5px;z-index:2;margin-bottom:16px;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1;position:relative}.CallToActionSection-module__K-KTRa__callToActionTagline{font-family:var(--font-poppins), sans-serif;color:#cbd5e1;z-index:2;max-width:420px;margin-bottom:40px;font-size:1.1rem;font-weight:300;line-height:1.8;position:relative}.CallToActionSection-module__K-KTRa__buttonWrapper{z-index:2;justify-content:center;display:flex;position:relative}.CallToActionSection-module__K-KTRa__ctaButton{font-family:var(--font-poppins), sans-serif;cursor:pointer;color:#fff;letter-spacing:.5px;background:#f60;border:2px solid #f60;border-radius:50px;padding:16px 50px;font-size:1rem;font-weight:700;transition:all .3s}.CallToActionSection-module__K-KTRa__ctaButton:hover{color:#f60;background:0 0;transform:translateY(-3px);box-shadow:0 10px 30px #ff66004d}@media screen and (max-width:768px){.CallToActionSection-module__K-KTRa__callToActionSection{background-attachment:scroll;padding:70px 25px}.CallToActionSection-module__K-KTRa__ctaButton{width:100%;max-width:280px}}
.MissionaryPage-module__gVJJZW__missionarySection{text-align:center;background:linear-gradient(135deg,#f7c68b,#f08a5d);width:100%;margin-top:60px;padding:80px 5%;overflow:hidden}.MissionaryPage-module__gVJJZW__heading{font-size:3.2rem;font-family:var(--font-poppins), sans-serif;color:#2a3e57;margin-bottom:20px;font-weight:800}.MissionaryPage-module__gVJJZW__tagline{color:#5d3a00;margin-bottom:40px;font-family:Roboto,sans-serif;font-size:1.5rem;line-height:1.5}.MissionaryPage-module__gVJJZW__missionaryGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;width:100%;max-width:1200px;margin:40px auto 0;display:grid}@media (max-width:1200px){.MissionaryPage-module__gVJJZW__missionaryGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.MissionaryPage-module__gVJJZW__missionaryGrid{grid-template-columns:1fr}}.MissionaryPage-module__gVJJZW__card{text-align:center;border:1px solid #ddd;border-radius:8px;width:100%;max-width:320px;padding:20px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px #0000001a}.MissionaryPage-module__gVJJZW__card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #0003}.MissionaryPage-module__gVJJZW__card iframe{border-radius:8px;width:100%;height:180px;margin-bottom:10px}.MissionaryPage-module__gVJJZW__card h3{color:#2a3e57;margin-top:10px;font-family:Roboto,sans-serif;font-size:18px;font-weight:600}.MissionaryPage-module__gVJJZW__card p{color:#5d5d5d;margin:10px 0;font-size:14px;line-height:1.6}
.Donate-module___zeg8q__donateSection{background-color:#f9f9f9;justify-content:center;align-items:center;margin-top:100px;padding:4rem 2rem;display:flex}.Donate-module___zeg8q__card{background:#fff;border-radius:10px;flex-direction:row;width:100%;max-width:900px;display:flex;overflow:hidden;box-shadow:0 8px 24px #0000001a}.Donate-module___zeg8q__leftContent{background-color:#fffaf0;flex-direction:column;flex:1;justify-content:center;padding:2rem;display:flex}.Donate-module___zeg8q__heading{color:#333;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Donate-module___zeg8q__message{color:#555;margin-bottom:1rem;font-size:1.2rem;line-height:1.6}.Donate-module___zeg8q__tagline{color:#777;font-size:1rem;font-style:italic}.Donate-module___zeg8q__rightContent{background-color:#f3f4f6;flex:1;justify-content:center;align-items:center;display:flex}.Donate-module___zeg8q__image{border-radius:10px;max-width:100%;height:auto}@media (max-width:480px){.Donate-module___zeg8q__card{margin-top:-40px}.Donate-module___zeg8q__donateSection{background-color:#fff;margin-top:5px;margin-left:15px}.Donate-module___zeg8q__card{flex-direction:column}.Donate-module___zeg8q__leftContent{padding:1rem}.Donate-module___zeg8q__heading{font-size:1.5rem}.Donate-module___zeg8q__message{font-size:.9rem}.Donate-module___zeg8q__tagline{font-size:.8rem}}@media (max-width:348px){.Donate-module___zeg8q__card{margin-top:-40px}.Donate-module___zeg8q__donateSection{background-color:#fff;margin-top:5px;margin-left:15px}.Donate-module___zeg8q__leftContent{padding:.8rem}.Donate-module___zeg8q__heading{font-size:1.3rem}.Donate-module___zeg8q__message{font-size:.8rem;line-height:1.2}.Donate-module___zeg8q__tagline{font-size:.7rem}.Donate-module___zeg8q__rightContent{padding:.5rem}}
.Events-module__nzsUqW__pageWrapper{flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}.Events-module__nzsUqW__heroBanner{background:linear-gradient(135deg,#0f172a 0%,#173b45 100%);justify-content:center;width:100%;padding:150px 0 70px;display:flex;position:relative;overflow:hidden}.Events-module__nzsUqW__heroBanner:after{content:"EVENTS";color:#ffffff08;white-space:normal;pointer-events:none;font-size:8rem;font-weight:950;line-height:1;position:absolute;bottom:-20px;right:-10px}.Events-module__nzsUqW__heroContent{width:90%;max-width:1200px}.Events-module__nzsUqW__eyebrow{font-family:var(--font-poppins), sans-serif;color:#f60;text-transform:uppercase;letter-spacing:5px;margin-bottom:14px;font-size:.8rem;font-weight:700;display:block}.Events-module__nzsUqW__heroTitle{font-family:var(--font-poppins), sans-serif;color:#fff;letter-spacing:-2px;margin:0 0 16px;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1}.Events-module__nzsUqW__heroSubtitle{font-family:var(--font-poppins), sans-serif;color:#94a3b8;max-width:500px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.7}.Events-module__nzsUqW__eventsSection{background:#f8fafc;flex:1;width:100%;padding:60px 0 80px;overflow:hidden}.Events-module__nzsUqW__grid{grid-template-columns:repeat(3,1fr);gap:25px;width:90%;max-width:1200px;margin:0 auto;display:grid}.Events-module__nzsUqW__card{background:#fff;border-radius:20px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000f}.Events-module__nzsUqW__card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #0000001a}.Events-module__nzsUqW__cardImage{flex-shrink:0;height:200px;position:relative;overflow:hidden}.Events-module__nzsUqW__img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.Events-module__nzsUqW__card:hover .Events-module__nzsUqW__img{transform:scale(1.05)}.Events-module__nzsUqW__tag{color:#fff;font-family:var(--font-poppins), sans-serif;text-transform:uppercase;letter-spacing:2px;background:#f60;border-radius:50px;padding:4px 12px;font-size:.68rem;font-weight:700;position:absolute;top:14px;left:14px}.Events-module__nzsUqW__cardBody{flex-direction:column;flex:1;gap:8px;padding:24px 26px 28px;display:flex}.Events-module__nzsUqW__date{font-family:var(--font-poppins), sans-serif;color:#f60;text-transform:uppercase;letter-spacing:2px;font-size:.75rem;font-weight:600}.Events-module__nzsUqW__cardTitle{font-family:var(--font-poppins), sans-serif;color:#173b45;margin:0;font-size:1.15rem;font-weight:800;line-height:1.3}.Events-module__nzsUqW__cardDesc{font-family:var(--font-poppins), sans-serif;color:#64748b;margin:0;font-size:.9rem;font-weight:300;line-height:1.7}@media (max-width:1024px){.Events-module__nzsUqW__grid{grid-template-columns:repeat(2,1fr)}.Events-module__nzsUqW__eventsSection{padding:60px 40px 80px}}@media (max-width:640px){.Events-module__nzsUqW__heroBanner{text-align:center;padding:120px 20px 60px}.Events-module__nzsUqW__heroContent{flex-direction:column;align-items:center;width:100%;display:flex}.Events-module__nzsUqW__heroSubtitle{margin:0 auto}.Events-module__nzsUqW__eventsSection{padding:50px 20px 70px}.Events-module__nzsUqW__grid{grid-template-columns:1fr;gap:20px;width:100%}.Events-module__nzsUqW__heroTitle{letter-spacing:-1px;text-align:center;font-size:2.5rem}}.Events-module__nzsUqW__cardImage{cursor:pointer}.Events-module__nzsUqW__galleryOverlay{opacity:0;z-index:2;background:#173b4566;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.Events-module__nzsUqW__galleryOverlay span{color:#fff;font-family:var(--font-poppins), sans-serif;text-transform:uppercase;letter-spacing:2px;border:2px solid #fff;border-radius:50px;padding:10px 20px;font-size:.9rem;font-weight:700}.Events-module__nzsUqW__card:hover .Events-module__nzsUqW__galleryOverlay{opacity:1}.Events-module__nzsUqW__modalOverlay{z-index:2000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172af2;justify-content:center;align-items:center;width:100%;height:100%;padding:40px;display:flex;position:fixed;top:0;left:0}.Events-module__nzsUqW__modalContent{background:#fff;border-radius:30px;width:100%;max-width:1100px;max-height:90vh;padding:60px 40px;animation:.4s cubic-bezier(.23,1,.32,1) Events-module__nzsUqW__modalScale;position:relative;overflow-y:auto}@keyframes Events-module__nzsUqW__modalScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.Events-module__nzsUqW__closeBtn{color:#1e293b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:2rem;line-height:1;transition:all .3s;display:flex;position:absolute;top:25px;right:25px}.Events-module__nzsUqW__closeBtn:hover{color:#fff;background:#f60;transform:rotate(90deg)}.Events-module__nzsUqW__modalHeader{text-align:center;margin-bottom:40px}.Events-module__nzsUqW__modalHeader h2{font-family:var(--font-poppins), sans-serif;color:#173b45;margin-bottom:5px;font-size:2rem;font-weight:900}.Events-module__nzsUqW__modalHeader p{color:#f60;text-transform:uppercase;letter-spacing:2px;font-size:.85rem;font-weight:700}.Events-module__nzsUqW__galleryGrid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.Events-module__nzsUqW__galleryItem{aspect-ratio:1;background:#f1f5f9;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 4px 12px #0000000d}.Events-module__nzsUqW__galleryItem:hover{transform:scale(1.02);box-shadow:0 8px 24px #0000001f}.Events-module__nzsUqW__galleryItem img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Events-module__nzsUqW__galleryItem:hover img{transform:scale(1.1)}@media (max-width:768px){.Events-module__nzsUqW__modalOverlay{padding:15px}.Events-module__nzsUqW__modalContent{border-radius:20px;padding:40px 15px}.Events-module__nzsUqW__galleryGrid{grid-template-columns:repeat(2,1fr);gap:10px}.Events-module__nzsUqW__galleryItem{border-radius:10px}}
.Success-module__bIJ_Xq__successContainer{text-align:center;width:100%;max-width:900px;margin:80px auto 40px;padding:50px}.Success-module__bIJ_Xq__successHeading{color:#28a745;margin-bottom:20px;font-size:36px;font-weight:700}.Success-module__bIJ_Xq__successMessage{color:#333;margin-top:20px;font-size:18px}@media (max-width:768px){.Success-module__bIJ_Xq__successContainer{margin-top:60px;padding:40px}.Success-module__bIJ_Xq__successHeading{font-size:30px}.Success-module__bIJ_Xq__successMessage{margin-top:15px;font-size:16px}}@media (max-width:480px){.Success-module__bIJ_Xq__successContainer{margin-top:40px;padding:30px}.Success-module__bIJ_Xq__successHeading{font-size:26px}.Success-module__bIJ_Xq__successMessage{margin-top:10px;font-size:14px}}@media (max-width:348px){.Success-module__bIJ_Xq__successContainer{margin-top:30px;padding:20px}.Success-module__bIJ_Xq__successHeading{font-size:22px}.Success-module__bIJ_Xq__successMessage{margin-top:8px;font-size:12px}}
.UpEvents-module__1ah3dW__upEventsPage{background-color:#f9f9f9;height:100vh;margin-top:60px;padding:2rem}.UpEvents-module__1ah3dW__pageTitle{text-align:center;color:#333;margin-bottom:2rem;font-size:2.5rem}.UpEvents-module__1ah3dW__section{margin-bottom:5rem}.UpEvents-module__1ah3dW__sectionTitle{color:#036;text-align:center;margin-bottom:1.5rem;font-size:2.5rem}.UpEvents-module__1ah3dW__sectionTitle:after{content:"";background-color:#f60;width:150px;height:3px;margin:15px auto;display:block}.UpEvents-module__1ah3dW__cardsContainer{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.UpEvents-module__1ah3dW__card{background:#fff;border-radius:10px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 8px #0000001a}.UpEvents-module__1ah3dW__card:hover{transform:translateY(-5px);box-shadow:0 6px 15px #0003}.UpEvents-module__1ah3dW__cardImage{object-fit:cover;width:100%;height:200px}.UpEvents-module__1ah3dW__cardContent{padding:1rem}.UpEvents-module__1ah3dW__cardTitle{color:#333;margin-bottom:.5rem;font-size:1.5rem}.UpEvents-module__1ah3dW__cardDate{color:#888;margin-bottom:.5rem;font-size:.9rem}.UpEvents-module__1ah3dW__cardDescription{color:#555;font-size:1rem}
.kidsYouth-module__LQ3tqq__container{background:#f8fafc;flex-direction:column;width:100%;max-width:100vw;display:flex;overflow-x:hidden}.kidsYouth-module__LQ3tqq__videoSection{text-align:center;background:#fff;width:100%;margin-top:60px;padding:80px 5%;overflow:hidden}.kidsYouth-module__LQ3tqq__videoGrid{grid-template-columns:repeat(4,1fr);justify-items:center;gap:20px;margin-top:40px;display:grid}@media (max-width:1024px){.kidsYouth-module__LQ3tqq__videoGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.kidsYouth-module__LQ3tqq__videoGrid{grid-template-columns:1fr;gap:30px}}.kidsYouth-module__LQ3tqq__heading{color:#2c3e50;margin-bottom:20px;font-family:Playfair Display,serif;font-size:3rem;font-weight:700}.kidsYouth-module__LQ3tqq__tagline{color:#34495e;margin-bottom:40px;font-family:Roboto,sans-serif;font-size:1.5rem;line-height:1.5}@media (max-width:348px){.kidsYouth-module__LQ3tqq__verseSection{flex-direction:column;gap:20px;padding:15px;display:flex}.kidsYouth-module__LQ3tqq__textContainer{text-align:center}.kidsYouth-module__LQ3tqq__heading{margin-bottom:10px;font-size:1.4rem}.kidsYouth-module__LQ3tqq__tagline{margin-bottom:15px;font-size:.9rem;line-height:1.3}.kidsYouth-module__LQ3tqq__verse{color:#2c3e50;margin-bottom:15px;font-size:1rem;font-style:italic}.kidsYouth-module__LQ3tqq__imageContainer{display:none}}@media (max-width:480px){.kidsYouth-module__LQ3tqq__verseSection{flex-direction:column;gap:25px;padding:20px;display:flex}.kidsYouth-module__LQ3tqq__textContainer{text-align:center}.kidsYouth-module__LQ3tqq__heading{margin-bottom:15px;font-size:1.6rem}.kidsYouth-module__LQ3tqq__tagline{margin-bottom:20px;font-size:1rem;line-height:1.4}.kidsYouth-module__LQ3tqq__verse{color:#2c3e50;margin-bottom:20px;font-size:1.1rem;font-style:italic}.kidsYouth-module__LQ3tqq__imageContainer img{border-radius:10px;width:100%;height:auto;box-shadow:0 6px 15px #0000001a}}
