html {
    scroll-behavior: smooth;
}
body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none;
}
.navbar {
    background: #000;
    padding: 20px 0 20px;
}
.nav-item .nav-cta {
    color: #fff;
    background: #639;
    padding: 10px 20px 10px;
    font-weight: 700;
    border-radius: 5px;
}
.nav-item .nav-cta:hover {
    opacity: .5;
}
.navbar-dark .navbar-brand {
    font-weight: 800;
    letter-spacing: 1px;
}
.nav-link {
    color: rgb(255 255 255 / 0.85) !important;
    font-weight: 600;
}
.nav-link:hover {
    color: #663399 !important;
}
.hero {
    position: relative;
    background-image: linear-gradient(180deg, rgb(0 0 0 / 0.6), rgb(0 0 0 / 0.7)), url(../assets/img/14608.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 140px;
    padding-bottom: 80px;
}
.hero .container {
    z-index: 2;
}
.hero-title {
    font-size: clamp(28px, 4.6vw, 52px);
    line-height: 1.02;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
    color: #fff;
    text-shadow: 0 6px 30px rgb(0 0 0 / 0.6);
}
.hero-sub {
    color: rgb(255 255 255 / 0.85);
    margin-bottom: 28px;
    font-weight: 500;
    max-width: 720px;
}
.btn-ghost {
    background: #fff0;
    border: 1px solid rgb(255 255 255 / 0.85);
    color: #fff;
    padding: 12px 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-ghost:hover {
    opacity: .5;
    color: #fff;
}
.btn-accent {
    background: #639;
    border: none;
    color: #fff;
    padding: 12px 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-accent:hover {
    opacity: .5;
    color: #fff;
}
.info-bar {
    background: rgb(0 0 0 / 0.85);
    padding: 35px 0;
    border-top: 1px solid rgb(255 255 255 / 0.03);
    border-bottom: 1px solid rgb(255 255 255 / 0.03);
}
.info-item {
    text-align: center;
}
.info-item h6 {
    font-weight: 700;
    margin-bottom: 6px;
    color: #fff;
}
.info-item p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}
.about {
    background: #fff;
    color: #111;
    padding: 80px 0;
}
.about h2 {
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 800;
}
.about p {
    color: #666;
    max-width: 720px;
}
.about-images .img-wrap {
    overflow: hidden;
}
.classes {
    padding: 70px 0;
}
.section-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    margin-bottom: 10px;
}
.class-card {
    background: #0c0c0c;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.25s ease;
}
.class-card:hover {
    transform: translateY(-8px);
}
.class-card .card-body {
    padding: 18px;
    color: #ddd;
}
.card-cta {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}
.card-cta:hover {
    color: #639;
}
.video-cta {
    position: relative;
    background-image: linear-gradient(180deg, rgb(0 0 0 / 0.45), rgb(0 0 0 / 0.65)), url(../assets/img/14608.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    display: flex;
    align-items: center;
}
.play-btn {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    font-size: 28px;
    box-shadow: 0 12px 40px rgb(0 0 0 / 0.6);
}
.trainers {
    background: #fff;
    color: #111;
    padding: 80px 0;
}
.blog {
    background: #0b0b0b;
    color: #fff;
    padding: 70px 0;
}
.blog .post-card {
    background: #111;
    padding: 18px;
    border-radius: 6px;
}
.post-card a:hover {
    color: #639!important;
}
.insta {
    background: #fff;
    padding: 70px 0;
    color: #111;
}
.insta-grid img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.cta {
    background: linear-gradient(180deg, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.7)), url(../assets/img/14608.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    text-align: center;
}
.cta h3 {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}
footer {
    background: #080808;
    color: #aaa;
    padding: 40px 0;
}
@media (max-width: 576px) {
    .play-btn {
        width: 70px;
        height: 70px;
        font-size: 22px;
    }
}
.hero-img-right {
    margin-top: 20px;
}
.counters {
    background: #ddd;
    padding: 60px 0;
}
.counter-box {
    text-align: center;
}
.counter-box h3 {
    font-size: 48px;
    font-weight: 800;
}
.counter-box p {
    color: #212529;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.about-section {
    padding: 100px 0;
}
.about-img {
    border-radius: 16px;
}
.about-text h2 {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about-text p {
    color: #303030;
    line-height: 1.7;
}
.facilities {
    background: #111;
    padding: 100px 0;
    position: relative;
    color: #fff;
}
.facilities::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(#66339966 0%, transparent 70%);
}
.facility-card {
    color: #fff;
    background: #0d0d0d;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.facility-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 40px #6633998c;
}
.facility-card img {
    width: 80px;
    margin-bottom: 15px;
}
.facility-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
}
.team-section {
    padding: 100px 0;
    background: #fff;
    color: #000;
}
.trainer-card {
    background: #f6f6f6;
    border-radius: 12px;
    text-align: center;
    padding: 30px;
    box-shadow: 0 10px 25px rgb(0 0 0 / 0.1);
    transition: transform 0.3s ease;
}
.trainer-card:hover {
    transform: translateY(-10px);
}
.trainer-card img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}
.trainer-card h6 {
    font-weight: 700;
    text-transform: uppercase;
}
.trainer-card p {
    color: #777;
    font-size: 14px;
}
.inn-hero {
    position: relative;
    background-image: linear-gradient(180deg, rgb(0 0 0 / 0.6), rgb(0 0 0 / 0.7)), url(../assets/img/14608.jpg);
    background-size: cover;
    background-position: center;
}
.inn-hero h1 {
    font-weight: 700;
    font-size: 2.5rem;
    color: #fff;
    line-height: 1.3;
}
.inn-hero h1 span {
    color: #639;
}
.inn-hero p {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 1rem;
    max-width: 500px;
}
.inn-hero .btn {
    background-color: #639;
    border: none;
    padding: 10px 25px;
    font-weight: 500;
    color: #fff;
    border-radius: 6px;
    transition: 0.3s;
    font-weight: 600;
}
.inn-hero .btn:hover {
    background-color: #51277a;
}
.inn-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inn-hero .container-fluid {
    padding: 0;
}
.inn-hero-lf-col {
    padding: 200px 50px 150px;
}
@media (max-width: 992px) {
    .inn-hero {
        text-align: center;
        padding: 60px 15px;
    }
    .inn-hero h1 {
        font-size: 2rem;
    }
    .inn-hero p {
        margin: 20px auto;
    }
}
.programs {
    padding: 100px 0;
}
.program-card {
    background: #0e0e0e;
    border-radius: 12px;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 40px #663399a3;
}
.program-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.program-card .pr-content {
    padding: 30px;
}
.program-card h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}
.pr-content {
    color: #fff;
}
.philosophy {
    padding: 100px 0;
    background: #0b0b0b;
}
.philosophy h2 {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}
.philosophy p {
    color: #bbb;
}
.highlight-box {
    background: #111;
    border-left: 4px solid #639;
    padding: 30px;
    border-radius: 8px;
}
.contact-section {
    position: relative;
    padding: 100px 0;
    background: #0b0b0b;
}
.contact-glass {
    background: rgb(255 255 255 / 0.05);
    border: 1px solid rgb(255 255 255 / 0.1);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 50px;
}
.contact-glass h3 {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.contact-glass i {
    color: #fff;
    font-size: 1.2rem;
    margin-right: 10px;
}
.contact-glass p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 0.95rem;
}
.form-control {
    background: #1a1a1a;
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 14px;
    transition: all 0.3s ease;
}
.form-control:focus {
    background: #222;
    box-shadow: 0 0 0 2px #639;
}
.map-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 30px rgb(0 0 0 / 0.4);
}
iframe {
    width: 100%;
    height: 400px;
    border: 0;
}
.contact-fm-wrap {
    color: #fff;
}
.btn-submit {
    background: #639;
    color: #fff;
    padding: 14px 40px;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
