@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;700;800;900&display=swap";:root{--primary-orange: #E87A1E;--primary-blue: #0B1120;--secondary-blue: #1A2333;--bg-primary: #ffffff;--bg-secondary: #F3F4F6;--text-primary: #1F2937;--text-secondary: #4B5563;--font-main: "Outfit", sans-serif;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;width:100%}body{font-family:var(--font-main);color:var(--text-primary);background-color:var(--bg-primary);line-height:1.5;overflow-x:hidden;width:100%;position:relative}.container{max-width:1280px;margin:0 auto;padding:0 2rem;width:100%}.btn{display:inline-block;padding:.8rem 2rem;font-weight:700;font-size:.9rem;text-transform:uppercase;border-radius:50px;transition:all .3s ease;text-align:center;cursor:pointer}.btn-primary{background-color:var(--primary-orange);color:var(--white);box-shadow:0 4px 6px -1px #e87a1e66}.btn-primary:hover{background-color:#c9620e;transform:translateY(-2px)}.btn-secondary{background-color:#fffc;color:var(--text-primary);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 4px 6px -1px #0000001a}.btn-secondary:hover{background-color:#fff;transform:translateY(-2px)}.hero-buttons{display:flex;gap:1.5rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}.navbar{padding:1rem 0;background-color:var(--primary-blue);color:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;align-items:center;gap:10px;cursor:pointer}.logo-circle img{width:60px;height:60px;border-radius:100%;display:flex;justify-content:center;align-items:center;color:var(--primary-blue);font-weight:900;font-size:.9rem}.logo-text{font-weight:800;font-size:1.2rem}.menu-desktop{display:flex;align-items:center;gap:2rem}.nav-link{font-weight:600;font-size:.9rem;color:#fffc;text-transform:uppercase;cursor:pointer}.nav-link:hover{color:var(--primary-orange)}.hamburger{display:none;flex-direction:column;gap:6px;cursor:pointer;z-index:1001}.hamburger span{width:25px;height:2px;background-color:#fff;transition:all .3s}.mobile-menu{position:fixed;top:0;right:-100%;width:70%;height:100vh;background-color:var(--primary-blue);color:#fff;box-shadow:-5px 0 15px #00000080;transition:right .3s ease;padding:6rem 2rem;display:flex;flex-direction:column;gap:2rem;z-index:1000}.mobile-menu.open{right:0}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:all .3s}.mobile-overlay.open{opacity:1;visibility:visible}.hero{position:relative;background-color:#eee;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background-image:url(https://images.unsplash.com/photo-1541249337583-e1250284489a?q=80&w=2670&auto=format&fit=crop);background-size:cover;background-position:center}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0b1120b3,#0b112066,#0b1120e6);z-index:1}.hero-bg-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:15vw;font-weight:900;color:#ffffff0d;z-index:0;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none}.hero-content{position:relative;z-index:2;color:#fff;max-width:800px;padding:0 1rem;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-transform:uppercase;text-shadow:2px 2px 4px rgba(0,0,0,.5);text-align:center}.hero-description{font-size:1.25rem;margin-bottom:2rem;font-weight:500;color:#ffffffe6}.hero-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero-img-element{width:100%;height:100%;object-fit:cover;border-radius:0;box-shadow:none}.section{padding:5rem 0}.section-dark{background-color:var(--primary-blue);color:#fff}.section-title{text-align:center;font-size:2.5rem;font-weight:800;margin-bottom:3rem;text-transform:uppercase;color:inherit}.section-title span{color:var(--primary-orange)}.text-white{color:#fff}.text-left{text-align:left}.text-orange-center{text-align:center;color:var(--primary-orange)}.text-orange-center span{color:var(--text-primary)}.disciplines-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1000px;margin:0 auto}@media(max-width:768px){.disciplines-grid{flex-direction:column;align-items:center}}.discipline-card{position:relative;border-radius:20px;overflow:hidden;transition:transform .3s;background:transparent}.discipline-card:hover{transform:translateY(-5px)}.discipline-img-wrapper{position:relative;width:100%;height:250px}.discipline-img{width:100%;height:100%;object-fit:cover;display:block}.discipline-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#1f293700 50%,#1f2937e6)}.discipline-title{position:absolute;bottom:0;left:0;width:100%;padding:1.5rem;text-align:center;color:#fff;font-size:1.5rem;font-weight:800;z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.5)}.disciplines-section{background-color:#0f172a}.discipline-card-new{background:linear-gradient(180deg,#334155,#1e293b);border-radius:30px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:350px;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d;width:calc(50% - 1rem);flex-grow:0;flex-shrink:0}@media(max-width:768px){.discipline-card-new{width:100%}}.discipline-card-new:before{content:"";position:absolute;top:-50px;right:-50px;width:150px;height:150px;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);border-radius:50%}.discipline-card-new:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0006}.discipline-img-container-new{width:100%;height:220px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.discipline-img-new{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 10px 15px rgba(0,0,0,.5))}.discipline-title-new{color:#fff;font-size:2rem;font-weight:800;margin:0;text-align:center;position:relative;z-index:2}.about-section{padding:8rem 0;background-color:#0b1120;color:#fff;overflow:hidden}.about-container{max-width:1200px}.about-content-wrapper{display:flex;align-items:center;gap:6rem}.about-text-content{flex:1}.about-header-mobile{display:none}.about-header-desktop{display:block}.section-subtitle-small{font-size:1.7rem;font-weight:500;margin-bottom:1.5rem;color:#fff}.section-subtitle-main{font-size:1.2rem;font-weight:500;margin-bottom:1.5rem;color:#fff}.skating-features-container{position:relative;background-image:url(/india%20flag.png);background-size:contain;background-position:center;background-repeat:no-repeat}.skating-features-container:before{content:"";position:absolute;inset:0;background-image:url(/india%20flag.png);background-size:contain;background-position:center;background-repeat:no-repeat;z-index:0}.skating-features-container>*{position:relative;z-index:1}.about-main-heading{font-size:3.5rem;font-weight:700;line-height:1.1;color:#e87a1e;margin-bottom:2.5rem}.about-p{font-size:1.25rem;line-height:1.6;color:#fff;opacity:.9;margin-bottom:3rem;max-width:500px}.btn-primary-orange{background-color:#e87a1e;color:#fff;padding:1rem 2.5rem;font-weight:700;font-size:1.1rem;border:none;cursor:pointer;transition:all .3s ease}.btn-primary-orange:hover{background-color:#cf6b17;transform:translateY(-2px)}.about-visuals{flex:1.2;position:relative;padding-bottom:5rem}.about-image-container{position:relative;width:100%;max-width:600px;margin-left:auto}.about-image-frame{position:relative;z-index:2;border-radius:20px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.about-main-img{width:100%;aspect-ratio:16 / 10;object-fit:cover;display:block;border-radius:15px}.border-accent{position:absolute;width:250px;height:250px;border:10px solid #E87A1E;z-index:5;margin:-10px}.border-accent.top-right{top:-5px;right:-5px;border-left:none;border-bottom:none;border-radius:0 20px 0 0}.border-accent.bottom-left{bottom:-5px;left:-5px;border-right:none;border-top:none;border-radius:0 0 0 10px}.champion-card{position:absolute;bottom:-80px;left:60%;transform:translate(-50%);background:#fff;padding:1.8rem 1.5rem;border-radius:20px;width:85%;max-width:420px;box-shadow:0 15px 35px #0000004d;z-index:10}.champion-card h4{color:#0b1120;font-size:1.1rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.champion-card p{color:var(--primary-orange);font-size:.9rem;font-weight:600;line-height:1.4;margin:0}@media(max-width:1024px){.about-content-wrapper{flex-direction:column;gap:4rem;text-align:left}.about-text-content,.about-visuals{width:100%}.about-image-container{margin:0 auto}}@media(max-width:768px){.about-section{padding:4rem 0}.about-header-mobile{display:block;margin-bottom:2rem}.about-header-desktop{display:none}.about-content-wrapper{flex-direction:column;gap:2rem}.about-text-content{order:1}.about-visuals{order:2;position:relative}.about-image-frame{border:none;border-radius:20px;position:relative}.about-main-img{border-radius:16px}.coaching-info-box{display:none}.about-visuals{padding-bottom:4rem}.champion-card{position:absolute;bottom:-60px;left:50%;transform:translate(-50%);background:#fff;padding:1.5rem;border-radius:20px;width:90%;max-width:400px;box-shadow:0 10px 30px #0000004d;z-index:10}.champion-card h4{color:#0b1120;font-size:1rem;font-weight:700;margin-bottom:.8rem;line-height:1.3}.champion-card p{color:var(--primary-orange);font-size:.85rem;font-weight:600;line-height:1.4;margin:0}.about-section{padding-bottom:6rem}.section-subtitle-small{font-size:1.1rem}.section-title-left{font-size:2rem}.about-p{font-size:1rem;margin-bottom:2rem}.border-accent{width:120px;height:120px;border:8px solid #E87A1E}.border-accent.top-right{top:-3px;right:-3px}.border-accent.bottom-left{bottom:-3px;left:-3px}}.stats-section{background-color:#fff;position:relative;overflow:hidden}.text-orange-center{color:var(--primary-orange);text-align:center;font-size:2.5rem;font-weight:800;margin-bottom:2rem}.text-orange-center span{color:var(--primary-orange)}.stats-desc{text-align:center;max-width:800px;margin:0 auto 3rem;color:#1f2937;font-weight:500}.stats-visual-container{position:relative;width:100%;max-width:900px;margin:0 auto;height:400px;background-image:url(https://images.unsplash.com/photo-1541249337583-e1250284489a?q=80&w=2670&auto=format&fit=crop);background-size:contain;background-repeat:no-repeat;background-position:center}.stats-visual-container:before{content:"";position:absolute;inset:0;background:#ffffffe6}.stat-card{position:absolute;width:170px;height:170px;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;box-shadow:0 10px 20px #00000026;z-index:2;text-align:center;padding:1rem}.stat-card h3{font-size:2rem;font-weight:800;margin-bottom:.2rem}.stat-card p{font-size:1rem;font-weight:600}.stat-card.pos-1{top:40%;left:0%;transform:translateY(-50%)}.stat-card.pos-2{top:5%;left:55%;transform:translate(-50%)}.stat-card.pos-3{bottom:0%;left:45%;transform:translate(-50%)}.stat-card.pos-4{top:30%;right:0%;transform:translateY(-50%)}.stats-watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;opacity:.1;z-index:1;pointer-events:none}.stats-watermark img{width:100%;height:auto}@media(max-width:768px){.stats-visual-container{height:auto;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;padding:2rem 0;background:none}.stats-visual-container:before{display:none}.stat-card{position:relative;inset:auto!important;transform:none!important;width:140px;height:140px}}.stat-card.blue{background-color:#5d8aa8}.stat-card.purple{background-color:#9d4edd}.stat-card.green{background-color:#b5d33d}.stat-card.maroon{background-color:#e85d75}.section-divider{display:flex;align-items:center;justify-content:center;gap:1rem;margin:4rem 0}.section-divider .line{height:4px;background-color:var(--primary-orange);flex:1;border-radius:4px;max-width:300px}.section-divider .skate-icon{font-size:2rem}.mentors-section{padding-bottom:5rem}.mentors-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:3rem;margin-top:3rem;position:relative;z-index:2}.mentors-watermark-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;max-width:800px;opacity:.05;z-index:1;pointer-events:none}.mentors-watermark{width:100%;height:auto}.mentor-item{display:flex;flex-direction:column;align-items:center;width:200px}.mentor-img-circle{width:180px;height:180px;border-radius:50%;position:relative;border:5px solid white;box-shadow:0 10px 20px #0000001a;margin-bottom:-20px;z-index:1;overflow:hidden}.mentor-img-circle img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.mentor-img-circle:after{content:"";position:absolute;inset:-8px;border-radius:50%;border:10px solid transparent;border-left-color:var(--primary-orange);border-top-color:var(--primary-orange);transform:rotate(-45deg);pointer-events:none}.mentor-info-pill{background-color:var(--primary-blue);color:#fff;padding:1.5rem 1rem .8rem;border-radius:30px;width:100%;text-align:center;z-index:0;box-shadow:0 5px 15px #0003}.mentor-info-pill h4{font-size:1rem;font-weight:700;margin-bottom:.2rem}.mentor-info-pill p{font-size:.8rem;opacity:.9;font-weight:300}@media(max-width:768px){.stats-visual-container{height:auto;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;background:none}.stats-visual-container:before{display:none}.stat-card{position:relative;inset:auto!important;transform:none!important}.mentor-item{width:150px}.mentor-img-circle{width:120px;height:120px}.stats-watermark{width:300px;opacity:.05}.mentors-watermark-container{width:90%;opacity:.03}.corner-shape{width:100px!important;height:100px!important}}.carousel-container{position:relative;width:100%;max-width:1000px;margin:0 auto;padding:2rem 0;height:400px;display:flex;align-items:center;justify-content:space-between}.carousel-track{position:absolute;top:0;left:0;width:100%;height:100%}.carousel-btn{background:#fff3;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;z-index:100;transition:all .3s;position:relative}.carousel-btn:hover{background:var(--primary-orange);transform:scale(1.1)}.carousel-btn.prev-dark,.carousel-btn.next-dark{background:#0000001a;color:var(--primary-blue)}.carousel-btn.prev-dark:hover,.carousel-btn.next-dark:hover{background:var(--primary-orange);color:#fff}.carousel-card,.testimonial-card-carousel{position:absolute;top:50%;width:300px;transition:all .5s ease-in-out}.carousel-card{height:400px;border-radius:20px;overflow:hidden;background:transparent;box-shadow:none;margin-top:40px}.testimonial-card-carousel{width:350px;height:300px;background:var(--bg-secondary);padding:3rem 2rem;border-radius:20px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 10px 30px #0000001a}.carousel-card img{width:100%;height:100%;object-fit:cover;display:block}.slide-active{left:50%;transform:translate(-50%,-50%) scale(1.1);z-index:10;opacity:1;filter:blur(0);cursor:pointer}.carousel-card.slide-active{box-shadow:0 20px 50px #00000080}.testimonial-card-carousel.slide-active{background:#fff;border:4px solid var(--primary-orange)}.achievement-info{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 60%,transparent 100%);color:#fff;padding:1.5rem 1rem;text-align:center;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.ach-name{font-weight:800;font-size:1.1rem;margin-bottom:2px}.ach-label{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;opacity:.9}.ach-detail{color:#fff;font-weight:700;font-size:.9rem;margin-top:2px}.carousel-dots,.carousel-dots-orange{display:flex;justify-content:center;gap:12px;margin-top:4rem}.carousel-dots .dot,.carousel-dots-orange .dot{width:12px;height:12px;border-radius:50%;background-color:#ffffff4d;cursor:pointer;transition:all .3s ease}.carousel-dots .dot.active,.carousel-dots-orange .dot.active{background-color:var(--primary-orange);transform:scale(1.2)}.carousel-dots-orange .dot{background-color:#0003}.carousel-dots-orange .dot.active{background-color:var(--primary-orange)}.slide-prev{left:20%;transform:translate(-50%,-50%) scale(.85);z-index:5;opacity:.4;filter:blur(4px);pointer-events:none}.slide-next{left:80%;transform:translate(-50%,-50%) scale(.85);z-index:5;opacity:.4;filter:blur(4px);pointer-events:none}.slide-hidden{left:50%;transform:translate(-50%,-50%) scale(.5);z-index:-1;opacity:0;pointer-events:none}.footer{background-color:var(--primary-blue);color:#fff;padding:3rem 0;margin-top:4rem}.footer-content-wrapper{display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between;text-align:left}.footer-info,.footer-form{flex:1;min-width:300px}.footer-title{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.footer-subtitle{opacity:.9;margin-bottom:2rem}.footer-links ul{display:flex;flex-direction:column;gap:.5rem}.footer-links h4{margin-bottom:1rem;color:var(--primary-orange)}.footer-copyright{margin-top:2rem;font-size:.9rem;opacity:.7}.skating-features-section{background-color:#0b1120;padding:6rem 0;margin:0;overflow:hidden;position:relative;border-top:1px solid rgba(255,255,255,.05)}.skating-main-title{text-align:center;color:var(--primary-orange);font-size:2.2rem;font-weight:800;margin-bottom:4rem;text-transform:capitalize;letter-spacing:.5px}.skating-features-slider{position:relative;width:100%;max-width:1000px;margin:0 auto}.skating-feature-item{display:none;animation:fadeIn .8s ease-in-out}.skating-feature-item.active{display:block}.skating-features-container{display:flex;align-items:center;justify-content:center;background-color:#313d4f;border-radius:20px;padding:3rem;min-height:280px;box-shadow:0 15px 40px #0000004d;position:relative;overflow:hidden}.skating-features-container:before{content:"";position:absolute;inset:0;background-image:inherit;background-size:contain;background-position:center;background-repeat:no-repeat;opacity:.15;z-index:0}.skating-content-row{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative;z-index:1}.skating-title-side{flex:0 0 35%;text-align:left;display:flex;flex-direction:column;gap:1rem}.skating-title-side h3{font-size:2rem;font-weight:900;color:#fff;margin:0;letter-spacing:1px}.skating-feature-icon{width:150px;height:150px;background:#fff;padding:10px;border-radius:15px;border:4px solid var(--primary-orange);box-shadow:0 10px 20px #0003}.skating-feature-icon img{width:100%;height:100%;object-fit:contain}.skating-info-side{flex:0 0 65%;text-align:left}.skating-info-side p{line-height:1.6;font-size:1.15rem;font-weight:500;margin:0;color:#f3f4f6}.skating-feature-img-box,.skating-feature-item{display:none}.skating-feature-item.active{display:block;animation:slideInFeature .6s ease-out}@keyframes slideInFeature{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media(max-width:768px){.skating-features-container{flex-direction:column;text-align:center}.skating-title-box{text-align:center;order:-1}.skating-title-box h2{font-size:3rem}}@media(max-width:768px){.carousel-container{height:350px;padding:0 1rem}.carousel-card,.testimonial-card-carousel{width:300px;height:380px}.slide-prev{left:0%;opacity:0;opacity:.2}.slide-next{left:100%;opacity:.2}.slide-active{width:100%;max-width:280px;left:50%;transform:translate(-50%,-50%) scale(1)}.testimonial-card-carousel.slide-active{width:100%;max-width:300px}.founder-img-box{width:100%;max-width:300px;height:auto;aspect-ratio:1/1}}.gallery-section{position:relative;overflow:hidden;padding-top:6rem;padding-bottom:6rem;background:#fff}.corner-shape{position:absolute;width:150px;height:150px;background-color:var(--primary-orange);z-index:1}.corner-shape.top-left{top:6rem;left:-4rem;width:200px;height:200px;border-radius:0 100% 100% 0;opacity:.9}.corner-shape.top-right{top:6rem;right:-4rem;width:200px;height:200px;border-radius:100% 0 0 100%;opacity:.9}.corner-shape.bottom-left{bottom:0;left:-4rem;width:200px;height:200px;border-radius:0 100% 100% 0;opacity:.9}.corner-shape.bottom-right{bottom:0;right:-4rem;width:200px;height:200px;border-radius:100% 0 0 100%;opacity:.9}.corner-shape.orange{background-color:var(--primary-orange)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem}.gallery-img-wrapper{width:100%;height:250px;border-radius:20px;overflow:hidden;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease}.gallery-img-wrapper:hover{transform:scale(1.02)}.gallery-img-wrapper.wide{grid-column:span 2}.gallery-img{width:100%;height:100%;object-fit:cover;display:block}.gallery-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.gallery-dots span{width:6px;height:6px;background-color:var(--primary-orange);border-radius:50%;display:block}.gallery-dots span:nth-child(2){opacity:.7}.gallery-dots span:nth-child(3){opacity:.4}.section-title-left{color:var(--primary-orange);font-weight:400;margin-bottom:25px;font-size:37px}@media(max-width:768px){.section-title,.text-orange-center,.section-title-left{font-size:2rem}.hero-title{font-size:2.5rem}.stats-visual-container{height:auto;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem 0;background:none;margin-top:1rem}.stats-visual-container:before{display:none}.stat-card{position:relative;inset:auto!important;transform:none!important;width:100%;max-width:250px;height:auto;min-height:150px;margin:0 auto}.mentors-grid{gap:2rem}.mentor-item{width:45%;min-width:140px}.mentor-img-circle{width:120px;height:120px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gallery-img-wrapper{height:150px}.corner-shape{width:80px;height:80px}.gallery-dots,.menu-desktop{display:none}.hamburger{display:flex}.about-content-wrapper{flex-direction:column}.about-image-container{width:100%;flex:auto}.footer-content-wrapper{flex-direction:column}}.footer-form h3{font-size:1.5rem;margin-bottom:1.5rem}.footer-form form{display:flex;flex-direction:column;gap:1rem}.footer-form input,.footer-form textarea{padding:1rem;border-radius:10px;border:none;background-color:#ffffff1a;color:#fff;outline:none;width:100%}.footer-form ::placeholder{color:#fff9}@media(max-width:768px){.menu-desktop{display:none}.hamburger{display:flex}.hero-title{font-size:2.5rem}.about-content-wrapper{flex-direction:column}.about-image-container{width:100%;flex:auto}.footer-content-wrapper{flex-direction:column}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .8s ease-in-out}.gallery-marquee{width:100%;overflow:hidden;position:relative;margin-bottom:2rem}.gallery-marquee:last-child{margin-bottom:0}.gallery-track{display:flex;width:max-content;gap:1.5rem}.gallery-track.scroll-left{animation:scroll 40s linear infinite}.gallery-track.scroll-right{animation:scroll 40s linear infinite reverse}.gallery-item{height:200px;flex-shrink:0;border-radius:15px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.gallery-item.wide{width:400px}.gallery-item.small{width:250px}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.1)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.gallery-track:hover{animation-play-state:paused}.founder-section{background-color:#0b1120;position:relative;overflow:hidden;padding:6rem 0 8rem}.decoration-dots{position:absolute;top:2rem;left:50%;transform:translate(-50%);display:flex;gap:.8rem;z-index:10}.decoration-dots .dot{width:14px;height:14px;border-radius:50%;background-color:#e87a1e66;cursor:pointer;transition:all .3s ease}.decoration-dots .dot.active{background-color:var(--primary-orange);transform:scale(1.3)}.founder-container{position:relative;z-index:2}.founder-content-wrapper{display:flex;align-items:center;gap:2rem;justify-content:space-between}.founder-text-side{flex:1;position:relative;z-index:2}.founder-main-heading{color:var(--primary-orange);font-size:2.5rem;font-weight:800;margin-bottom:2rem;line-height:1.2}.founder-info-content{margin-bottom:2rem}.founder-display-name{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.founder-bio-list{color:#d1d5db;font-size:1rem;line-height:1.8}.founder-bio-list p{margin-bottom:.5rem}.founder-watermark-logo{position:absolute;top:50%;left:85%;transform:translate(-50%,-50%);width:400px;height:400px;opacity:.08;z-index:0;pointer-events:none}.founder-watermark-logo img{width:100%;height:100%;object-fit:contain;filter:grayscale(100%) brightness(200%)}.founder-image-side{flex:0 0 auto;position:relative;z-index:1}.founder-image-frame-refined{width:380px;height:380px;border-radius:30px;overflow:hidden;border:8px solid var(--primary-orange);box-shadow:0 20px 50px #0006;position:relative}.founder-image-frame-refined img{width:100%;height:100%;object-fit:cover;display:block}.decoration-shape-bottom{display:none}@media(max-width:768px){.founder-section{padding:4rem 0 6rem}.founder-content-wrapper{flex-direction:column;gap:3rem;text-align:center}.founder-text-side{order:2}.founder-image-side{order:1}.founder-main-heading{font-size:1.8rem}.founder-display-name{font-size:1.5rem}.founder-image-frame-refined{width:280px;height:280px;margin:0 auto}.founder-watermark-logo{width:250px;height:250px;left:50%;opacity:.05}.decoration-shape-bottom{width:150px;height:120px}.decoration-dots{top:1rem}}.testimonial-section{position:relative;padding:8rem 0;overflow:hidden;background-color:#fff;background-image:url(/assets/bg-BhzJ12ui.png);background-size:cover;background-position:center}.testimonial-section:before{content:"";position:absolute;top:-150px;left:-150px;width:400px;height:400px;background-color:var(--primary-orange);opacity:.8;border-radius:50%;z-index:1}.testimonial-section:after{content:"";position:absolute;top:-150px;right:-150px;width:400px;height:400px;background-color:var(--primary-orange);opacity:.8;border-radius:50%;z-index:1}.testimonial-section-overlay{position:absolute;inset:0;background-color:#fffffff0;z-index:0}.testimonial-header{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.section-subtitle-bold{font-size:2.5rem;font-weight:800;color:#000;margin-top:-10px}.testimonials-wrapper{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.carousel-container.testimonials-carousel{width:100%;max-width:900px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.testimonial-card-carousel{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border:1px solid #eee;border-radius:20px;padding:3.5rem 2rem 2rem;text-align:center;box-shadow:0 10px 30px #0000000d;width:320px;min-height:340px;display:flex;flex-direction:column;align-items:center;transition:all .5s cubic-bezier(.4,0,.2,1);z-index:1}.testimonial-card-carousel.slide-hidden{opacity:0;pointer-events:none;z-index:-1;transform:translate(-50%,-50%) scale(.5)}.testimonial-card-carousel.slide-active{border:4px solid var(--primary-orange);opacity:1;z-index:10;transform:translate(-50%,-50%) scale(1.05);box-shadow:0 20px 40px #e87a1e26}.testimonial-card-carousel.slide-prev{left:10%;transform:translate(-50%,-50%) scale(.8);opacity:.6;z-index:5;display:flex}.testimonial-card-carousel.slide-next{left:90%;transform:translate(-50%,-50%) scale(.8);opacity:.6;z-index:5;display:flex}.testimonial-avatar{position:absolute;top:-40px;left:50%;transform:translate(-50%);width:85px;height:85px;background:#fff;border-radius:50%;padding:5px;box-shadow:0 4px 10px #0000001a}.avatar-circle,.avatar-circle img{width:100%;height:100%;border-radius:50%;background-size:cover;background-position:center;border:1px solid #ddd}.testimonial-card-carousel h4{color:indigo;font-weight:800;font-size:1.2rem;margin-top:1.5rem;margin-bottom:.5rem}.stars{color:orange;font-size:1.1rem;margin-bottom:1rem}.testimonial-card-carousel p{color:#4b5563;font-size:.95rem;line-height:1.6;font-weight:500}.carousel-btn.prev-light,.carousel-btn.next-light{background-color:#f3f4f6;color:#333;width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;transition:all .3s;box-shadow:0 4px 12px #00000014;border:none;cursor:pointer;z-index:100}.carousel-btn.prev-light:hover,.carousel-btn.next-light:hover{background-color:var(--primary-orange);color:#fff}.google-rating{margin-top:3rem;font-weight:700;color:#1a1a1a;font-size:1.1rem}.section-dark{position:relative;background-color:#0f172a;overflow:hidden;z-index:0}#achievements:before,#features:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/bg%204%20-%20Copy-B7jyzhlB.png);background-position:center;background-repeat:no-repeat;background-size:cover;opacity:.15;z-index:-1}@media(max-width:768px){.testimonial-section:before,.testimonial-section:after{display:none}}@media(max-width:768px){.skating-content-row{display:flex;flex-direction:column;text-align:center;justify-content:center;align-items:center}.skating-info-side{order:2;margin-bottom:1rem;text-align:justify}.skating-title-side{order:1;text-align:justify}.skating-feature-icon img{width:120px;margin-bottom:.5rem}}.footer{background-color:var(--primary-blue);color:#fff;padding:3rem 0 2rem;position:relative}.footer-content-wrapper{display:flex;flex-direction:column;gap:1.5rem}.footer-top{display:flex;gap:4rem;align-items:flex-start}.footer-col{flex:1}.footer-contact{flex:1;margin-right:1.2rem}.footer-map{flex:1.5}.footer-links-grid{flex:.9}.footer-contact .contact-title{color:var(--primary-orange);font-weight:800;margin-bottom:1rem}.footer-input{width:100%;background:#e6e6e6;border:none;padding:.9rem 1rem;border-radius:12px;margin-bottom:1rem;color:#222;font-weight:600}.footer-map .map-wrap{width:100%;border-radius:8px;overflow:hidden;box-shadow:0 8px 20px #0006}.footer-address{color:var(--primary-orange);font-weight:700;margin-top:.8rem}.footer-links-grid{display:flex;gap:2rem}.footer-links-grid .links-col h4{color:#fff;margin-bottom:.8rem}.footer-links-grid .links-col ul{list-style:none;padding:0;margin:0}.footer-links-grid .links-col li{margin-bottom:.6rem;color:#ffffffd9}.footer-divider{height:2px;background:linear-gradient(90deg,#ffffff08,#ffffff1f);margin:1.8rem 0;border-radius:2px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem}.footer-brand{display:flex;align-items:center;gap:1rem}.footer-brand-logo{width:56px;height:56px;border-radius:50%;object-fit:cover}.footer-brand-text{font-weight:800;color:#fff;letter-spacing:1px}.footer-bottom-right{display:flex;align-items:center;gap:1rem}.madeby{display:flex;align-items:center;gap:.6rem;color:#fffffff2;font-weight:700}.madeby-logo{width:36px;height:36px;object-fit:contain;border-radius:10px;background:#ffffff0f;padding:5px}.madeby-name{color:var(--primary-orange);font-weight:900;margin-left:-5px;background:#ffffff0f;padding:6px;border-radius:8px}.socials .social-btn{display:inline-flex;width:36px;height:36px;border-radius:50%;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(255,255,255,.12);color:#fff;margin-left:.5rem;text-decoration:none;font-weight:700}.footer-copyright-row{margin-top:1rem;text-align:center;color:#ffffffa6;font-size:.95rem}@media(max-width:900px){.footer-top{flex-direction:column}.footer-links-grid{flex-direction:row;gap:1rem}.footer-bottom{flex-direction:column;align-items:center;gap:.8rem}}@media(max-width:480px){.footer-input{padding:.8rem}.footer-brand-text{font-size:.95rem}.footer-top{gap:1rem}}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:20px;right:20px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 3px #999;z-index:1000;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.whatsapp-float:hover{background-color:#20ba5a;transform:scale(1.1);box-shadow:2px 2px 10px #666}.whatsapp-float svg{margin-top:0}
