.HeroSection-module__f0uuLq__hero{background-image:url(/gallery11.jpeg);background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:calc(100vh - 180px);display:flex;position:relative;overflow:hidden}.HeroSection-module__f0uuLq__heroOverlay{z-index:1;background:#0009;position:absolute;inset:0}.HeroSection-module__f0uuLq__heroContent{z-index:2;text-align:center;max-width:800px;animation:1s ease-out forwards HeroSection-module__f0uuLq__fadeUp;position:relative}.HeroSection-module__f0uuLq__title{color:#fff;margin-bottom:1.5rem;font-size:4rem;line-height:1.1}.HeroSection-module__f0uuLq__subtitle{color:#e2e8f0;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7}.HeroSection-module__f0uuLq__ctaGroup{justify-content:center;gap:1rem;display:flex}.HeroSection-module__f0uuLq__btnSecondary{color:#fff;border-radius:var(--radius-md);font-weight:600;font-family:var(--font-heading);cursor:pointer;transition:var(--transition-normal);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #ffffff80;padding:.75rem 1.5rem;display:inline-block}.HeroSection-module__f0uuLq__btnSecondary:hover{background:#fff3;border-color:#fff;transform:translateY(-2px)}.HeroSection-module__f0uuLq__blob1,.HeroSection-module__f0uuLq__blob2{filter:blur(60px);z-index:0;opacity:.4;will-change:transform;border-radius:50%;animation:20s ease-in-out infinite HeroSection-module__f0uuLq__float;position:absolute;transform:translateZ(0)}.HeroSection-module__f0uuLq__blob1{background:var(--primary-color);width:400px;height:400px;top:-10%;left:-10%}.HeroSection-module__f0uuLq__blob2{background:var(--secondary-color);width:450px;height:450px;animation-delay:-10s;bottom:-20%;right:-10%}@keyframes HeroSection-module__f0uuLq__float{0%,to{transform:translate(0)translateZ(0)}50%{transform:translate(20px,-30px)translateZ(0)}}@keyframes HeroSection-module__f0uuLq__fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.HeroSection-module__f0uuLq__heroContent{padding:0 1rem}.HeroSection-module__f0uuLq__title{font-size:2.5rem}.HeroSection-module__f0uuLq__subtitle{font-size:1.1rem}.HeroSection-module__f0uuLq__ctaGroup{flex-direction:column;align-items:stretch;width:100%}.HeroSection-module__f0uuLq__ctaGroup a,.HeroSection-module__f0uuLq__ctaGroup button{text-align:center;width:100%}}@media (max-width:480px){.HeroSection-module__f0uuLq__title{font-size:2rem}.HeroSection-module__f0uuLq__subtitle{font-size:1rem}}
.CourseCarousel-module__rh34Hq__coursesSection{z-index:2;padding:4rem 0;position:relative}.CourseCarousel-module__rh34Hq__header{text-align:center;margin-bottom:4rem}.CourseCarousel-module__rh34Hq__title{margin-bottom:1rem;font-size:2.5rem}.CourseCarousel-module__rh34Hq__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.CourseCarousel-module__rh34Hq__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.CourseCarousel-module__rh34Hq__card{will-change:transform;background-position:50%;background-size:cover;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;height:100%;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;animation:.8s cubic-bezier(.175,.885,.32,1.275) backwards CourseCarousel-module__rh34Hq__fadeInUp;display:flex;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 10px 30px #0000001a}.CourseCarousel-module__rh34Hq__card:before{content:"";z-index:1;background:linear-gradient(#0d9488d9,#0f172af2);transition:background .4s;position:absolute;inset:0}.CourseCarousel-module__rh34Hq__card>*{z-index:2;transition:transform .4s;position:relative}.CourseCarousel-module__rh34Hq__card:first-child{animation-delay:.1s}.CourseCarousel-module__rh34Hq__card:nth-child(2){animation-delay:.2s}.CourseCarousel-module__rh34Hq__card:nth-child(3){animation-delay:.3s}.CourseCarousel-module__rh34Hq__card:nth-child(4){animation-delay:.4s}.CourseCarousel-module__rh34Hq__card:hover{border-color:#5eead44d;transform:translateY(-8px)translateZ(0);box-shadow:0 20px 40px #0d94884d}.CourseCarousel-module__rh34Hq__card:hover:before{background:linear-gradient(#0d9488bf,#0f172ae6)}.CourseCarousel-module__rh34Hq__icon{align-items:center;margin-bottom:1.5rem;font-size:3rem;display:flex}.CourseCarousel-module__rh34Hq__customIcon{object-fit:contain;filter:brightness(0)invert()drop-shadow(0 2px 8px #5eead466);width:52px;height:52px;transition:transform .3s,filter .3s}.CourseCarousel-module__rh34Hq__card:hover .CourseCarousel-module__rh34Hq__customIcon{filter:brightness(0)invert()drop-shadow(0 4px 12px #5eead4b3);transform:scale(1.1)}.CourseCarousel-module__rh34Hq__cardTitle{color:#fff;text-shadow:0 2px 4px #00000080;margin-bottom:1rem;font-size:1.5rem}.CourseCarousel-module__rh34Hq__cardDesc{color:#ffffffe6;flex-grow:1;margin-bottom:2rem;font-weight:500}.CourseCarousel-module__rh34Hq__cardLink{color:#5eead4;transition:var(--transition-fast);background:#ffffff1a;border-radius:20px;align-self:flex-start;align-items:center;padding:.5rem 1rem;font-weight:700;display:inline-flex}.CourseCarousel-module__rh34Hq__cardLink:hover{color:#000;background:#5eead4;transform:translate(5px)}@media (max-width:768px){.CourseCarousel-module__rh34Hq__coursesSection{padding:2rem 0}.CourseCarousel-module__rh34Hq__header{margin-bottom:2rem}.CourseCarousel-module__rh34Hq__title{font-size:1.8rem}.CourseCarousel-module__rh34Hq__subtitle{padding:0 1rem;font-size:1rem}.CourseCarousel-module__rh34Hq__grid{grid-template-columns:1fr;padding:0 1rem}}@keyframes CourseCarousel-module__rh34Hq__fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}
.FacilitiesSection-module__E1PNua__facilitiesSection{background-color:#fff;padding:4rem 0}.FacilitiesSection-module__E1PNua__header{text-align:center;margin-bottom:4rem}.FacilitiesSection-module__E1PNua__title{color:var(--primary-color);margin-bottom:1rem;font-size:2.5rem}.FacilitiesSection-module__E1PNua__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.1rem}.FacilitiesSection-module__E1PNua__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.FacilitiesSection-module__E1PNua__facilityCard{will-change:transform;border:1px solid #0000000d;flex-direction:column;padding:0;transition:transform .3s,box-shadow .3s;animation:.8s cubic-bezier(.175,.885,.32,1.275) backwards FacilitiesSection-module__E1PNua__fadeInUp;display:flex;overflow:hidden;transform:translateZ(0)}.FacilitiesSection-module__E1PNua__facilityCard:first-child{animation-delay:.2s}.FacilitiesSection-module__E1PNua__facilityCard:nth-child(2){animation-delay:.4s}.FacilitiesSection-module__E1PNua__facilityCard:nth-child(3){animation-delay:.6s}.FacilitiesSection-module__E1PNua__facilityCard:hover{transform:translateY(-6px)translateZ(0);box-shadow:0 20px 40px #0000001f}.FacilitiesSection-module__E1PNua__imageWrapper,.FacilitiesSection-module__E1PNua__imagePlaceholder{background:var(--bg-color);justify-content:center;align-items:center;width:100%;height:220px;display:flex;position:relative}.FacilitiesSection-module__E1PNua__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.FacilitiesSection-module__E1PNua__facilityCard:hover .FacilitiesSection-module__E1PNua__image{transform:scale(1.05)}.FacilitiesSection-module__E1PNua__imagePlaceholder span{opacity:.5;font-size:4rem}.FacilitiesSection-module__E1PNua__content{padding:2rem}.FacilitiesSection-module__E1PNua__content h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.3rem}.FacilitiesSection-module__E1PNua__content p{color:var(--text-secondary);line-height:1.6}@media (max-width:768px){.FacilitiesSection-module__E1PNua__facilitiesSection{padding:2rem 0}.FacilitiesSection-module__E1PNua__header{margin-bottom:2rem}.FacilitiesSection-module__E1PNua__title{font-size:1.8rem}.FacilitiesSection-module__E1PNua__subtitle{padding:0 1rem;font-size:1rem}.FacilitiesSection-module__E1PNua__grid{grid-template-columns:1fr;padding:0 1rem}}@keyframes FacilitiesSection-module__E1PNua__fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}
.GallerySection-module__vbF87W__gallerySection{background-color:#f8fafc;padding:4rem 0;position:relative;overflow:hidden}.GallerySection-module__vbF87W__sideTextLeft,.GallerySection-module__vbF87W__sideTextRight{z-index:0;opacity:.04;pointer-events:none;width:100px;font-family:var(--font-heading);color:var(--primary-color);white-space:nowrap;justify-content:center;align-items:center;font-size:5rem;font-weight:800;display:flex;position:absolute;top:0;bottom:0;overflow:hidden}.GallerySection-module__vbF87W__sideTextLeft{left:2%}.GallerySection-module__vbF87W__sideTextRight{right:2%}.GallerySection-module__vbF87W__slidingText,.GallerySection-module__vbF87W__slidingTextReverse{writing-mode:vertical-rl;text-orientation:mixed;display:flex}.GallerySection-module__vbF87W__slidingText{animation:30s linear infinite GallerySection-module__vbF87W__slideVertical}.GallerySection-module__vbF87W__slidingTextReverse{animation:30s linear infinite GallerySection-module__vbF87W__slideVerticalReverse}@keyframes GallerySection-module__vbF87W__slideVertical{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes GallerySection-module__vbF87W__slideVerticalReverse{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.GallerySection-module__vbF87W__header{text-align:center;margin-bottom:4rem}.GallerySection-module__vbF87W__title{color:var(--primary-color);font-size:2.5rem;font-family:var(--font-heading);margin-bottom:1rem}.GallerySection-module__vbF87W__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.1rem}.GallerySection-module__vbF87W__galleryGrid{grid-template-columns:repeat(4,1fr);grid-auto-rows:250px;gap:1.5rem;display:grid}.GallerySection-module__vbF87W__galleryItem{border-radius:var(--radius-md);cursor:pointer;background-color:#e2e8f0;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000014}.GallerySection-module__vbF87W__large{grid-area:span 2/span 2}.GallerySection-module__vbF87W__wide{grid-column:span 2}.GallerySection-module__vbF87W__image{transition:transform .6s cubic-bezier(.25,1,.5,1)}.GallerySection-module__vbF87W__galleryItem:hover .GallerySection-module__vbF87W__image{transform:scale(1.08)}.GallerySection-module__vbF87W__overlay{color:#fff;font-weight:600;font-family:var(--font-heading);background:linear-gradient(#0000,#0d9488e6);align-items:flex-end;padding:2.5rem 1.5rem 1.5rem;transition:transform .4s cubic-bezier(.25,1,.5,1);display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.GallerySection-module__vbF87W__galleryItem:hover .GallerySection-module__vbF87W__overlay{transform:translateY(0)}@media (max-width:1024px){.GallerySection-module__vbF87W__galleryGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.GallerySection-module__vbF87W__galleryGrid{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px;gap:1rem}.GallerySection-module__vbF87W__large,.GallerySection-module__vbF87W__wide{grid-column:span 2}}@media (max-width:480px){.GallerySection-module__vbF87W__galleryGrid{grid-template-columns:1fr;grid-auto-rows:250px}.GallerySection-module__vbF87W__large,.GallerySection-module__vbF87W__wide{grid-area:span 1/span 1}}.GallerySection-module__vbF87W__lightbox{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#0009;justify-content:center;align-items:center;padding:2rem;animation:.3s GallerySection-module__vbF87W__fadeIn;display:flex;position:fixed;inset:0}@keyframes GallerySection-module__vbF87W__fadeIn{0%{opacity:0}to{opacity:1}}.GallerySection-module__vbF87W__lightboxContent{justify-content:center;align-items:center;width:90vw;max-width:1400px;height:90vh;display:flex;position:relative}.GallerySection-module__vbF87W__lightboxClose{color:#fff;cursor:pointer;z-index:10000;background:0 0;border:none;justify-content:center;align-items:center;padding:10px;font-size:3rem;line-height:1;transition:transform .2s,color .2s;display:flex;position:absolute;top:10px;right:15px}.GallerySection-module__vbF87W__lightboxClose:hover{color:var(--accent-color);transform:scale(1.1)}
.AboutHomeSection-module__7m8uka__aboutSection{background-color:var(--bg-color);padding:4rem 0}.AboutHomeSection-module__7m8uka__title{text-align:center;color:var(--primary-color);margin-bottom:2.5rem;font-size:2.25rem}.AboutHomeSection-module__7m8uka__content{max-width:840px;margin:0 auto}.AboutHomeSection-module__7m8uka__content p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.8}.AboutHomeSection-module__7m8uka__content strong{color:var(--text-primary)}.AboutHomeSection-module__7m8uka__content a{color:var(--primary-color);font-weight:600;text-decoration:underline}.AboutHomeSection-module__7m8uka__subTitle{color:var(--text-primary);margin-top:2rem;margin-bottom:1rem;font-size:1.4rem}@media (max-width:768px){.AboutHomeSection-module__7m8uka__aboutSection{padding:2rem 0}.AboutHomeSection-module__7m8uka__title{margin-bottom:1.5rem;padding:0 1rem;font-size:1.6rem}.AboutHomeSection-module__7m8uka__content{padding:0 1rem}}
.SiteLinksSection-module__RxRvIa__siteLinksSection{background-color:#fff;padding:3rem 0 4rem}.SiteLinksSection-module__RxRvIa__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.SiteLinksSection-module__RxRvIa__card{border-radius:var(--radius-md);background:var(--bg-color);border:1px solid #00000014;padding:1.75rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:block}.SiteLinksSection-module__RxRvIa__card:hover{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.SiteLinksSection-module__RxRvIa__iconWrapper{border-radius:var(--radius-sm);width:44px;height:44px;color:var(--primary-color);background:#0d94881a;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.SiteLinksSection-module__RxRvIa__cardTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem}.SiteLinksSection-module__RxRvIa__cardDescription{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}@media (max-width:768px){.SiteLinksSection-module__RxRvIa__siteLinksSection{padding:2rem 0 2.5rem}.SiteLinksSection-module__RxRvIa__grid{grid-template-columns:1fr 1fr;gap:1rem}.SiteLinksSection-module__RxRvIa__card{padding:1.25rem}}@media (max-width:480px){.SiteLinksSection-module__RxRvIa__grid{grid-template-columns:1fr}}
