@charset "UTF-8";

/*
Theme Name: Evolve MMA v2
Theme URI: https://evolve-mma.com/wp-content/themes/evolve-mma-2/
Author: Evolve MMA
Author URI: https://evolve-mma.com/
Description: Evolve Mixed Martial Arts® is Asia’s top martial arts organization. It has the most number of authentic World Champions available anywhere in the world. Our award-winning instructors are not only proven competitors at the highest levels in the world, but they have also earned instructor certifications at the highest levels from the foremost authorities. Evolve MMA consistently ranks among the best academies in the world for martial arts.
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: evolvemma2
*/

/* reset */

/* Box sizing reset */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin and padding */
* {
    margin: 0;
    padding: 0;
}

/* HTML and body reset */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
}

/* Typography reset */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}

p,
blockquote,
pre,
address,
hr,
table,
fieldset,
figure {
    margin: 0;
}

/* List reset */
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Link reset */
a {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}

a:hover,
a:focus {
    text-decoration: none;
}

/* Button reset */
button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    outline: none;
}

button:focus {
    outline: none;
}

/* Input reset */
input,
textarea,
select {
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* Remove input number arrows */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* Table reset */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    text-align: left;
}

/* Media reset */
img,
video,
audio,
embed,
object {
    display: block;
    max-width: 100%;
    height: auto;
}

img {
    border-style: none;
}

/* Form elements reset */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

legend {
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}

/* HTML5 display definitions */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/* Hidden elements */
[hidden] {
    display: none !important;
}

/* Focus styles reset */
:focus {
    outline: none;
}

/* Selection styles */
::selection {
    background-color: #b3d4fc;
    text-shadow: none;
}

::-moz-selection {
    background-color: #b3d4fc;
    text-shadow: none;
}

/* Webkit scrollbar reset */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Text rendering optimization */
body {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
}

/* Prevent text inflation on mobile */
html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

/* Remove default button styling on iOS */
button,
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

.site-header {
    width: 100%;
    min-height: 65vh;
    max-height: calc(100vh - 100px);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.56px;
}

.home .site-header {
    min-height: 100vh;
    max-height: 100vh;
}

.no-banner.site-header {
    min-height: auto;
    overflow: visible;
}

.no-banner.site-header:not(.scrolled) {
    color: #000;
}

.page-template-founder-message .site-header {
    min-height: auto;
    overflow: visible;
}

.no-banner.site-header:not(.scrolled) .header-overlay {
    display: none;
}

.no-banner.site-header:not(.scrolled) .logo img {
    filter: invert(1);
}

.no-banner.site-header:not(.scrolled) .nav-separator {
    background: #000;
}

.no-banner.site-header:not(.scrolled) .nav-combined .hamburger .hamburger-bg {
    opacity: 0;
}

.no-banner.site-header:not(.scrolled) .nav-combined .hamburger .hamburger-border {
    stroke: rgba(0, 0, 0, 0.30);
}

.no-banner.site-header:not(.scrolled) .nav-combined .hamburger .hamburger-sandwich {
    fill: #000;
}

.no-banner.site-header:not(.scrolled) .join-member {
    background: rgba(0, 0, 0, 0.13);
}

.no-banner.site-header:not(.scrolled) .join-member:hover {
    background: rgba(0, 0, 0, 0.26);
}

.no-banner.site-header:not(.scrolled) .sub-links li {
    background: rgb(226 226 226 / 95%);
    box-shadow: 0 0 8px 8px #e2e2e2;
}

.site-header .jwplayer {
    min-height: 100% !important;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 60px);
    z-index: 0;
}

.error404 .header-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 5.14%, rgba(0, 0, 0, 0.00) 28.48%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 25.11%, rgba(0, 0, 0, 0.90) 93.5%), url('/wp-content/themes/evolve-mma/images/banner-404.jpg') lightgray 50% / cover no-repeat;
}

.overflow-auto {
    overflow-y: auto;
}

.jw-media video {
    object-fit: cover;
}

.nav-shadow {
    position: absolute;
    height: 200px;
    left: -3000px;
    top: -90px;
    right: 215px;
    background: rgba(101, 96, 96, 0.95);
    filter: blur(31px);
    z-index: 0;
    pointer-events: none;
    display: none;
}

.section-container {
    max-width: 1580px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
}

.section-container.section-container-no-title {
    padding-top: 80px;
}

.breadcrumbs {
    padding: 20px 0 0;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
}

.breadcrumb-item a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
    color: #d4002a;
}

.breadcrumb-item + .breadcrumb-item:before {
    content: '';
}

.breadcrumb-item-current span {
    color: #000;
    font-weight: 500;
}

.breadcrumb-item:not(:last-child)::after {
    content: "›";
    margin-left: 8px;
    color: #999;
    font-size: 14px;
}

.section-container-dark {
    color: #fff;
    background-color: #000;
}

.section-container.section-container-extra-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-container.section-container-extra-margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-container.section-container-no-content {
    padding-bottom: 0;
}

.section-container.section-container-no-gap {
    padding-top: 0;
    padding-bottom: 0;
}

.narrow-container {
    max-width: 1280px;
}

.section-memberships {
    margin-top: 25px;
}

.section-program-benefits .section-title {
    padding: 0 25px;
}

.blog-post-section-container {
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
}

.section-container.section-container-contacts {
    padding: 0 50px;
}

.section-container.section-container-career {
    margin-bottom: 80px;
}

.overlapping-top-container {
    margin-top: -80px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}

.overlapping-top-container.overlapping-top-banner {
    margin-top: -110px;
    padding-top: 0;
}

.section-secondary-overlapping {
    z-index: -1;
    padding-top: 80px;
}

.section-container > .section-container.narrow-container {
    padding: 0;
}

.section-container > section > .section-container {
    padding-bottom: 0;
}

.section-container-page {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
}

.section-container-page a {
    color: #EE0010;
}

.section-container-page p {
    margin-bottom: 20px;
}

.section-container-page ul {
    list-style-type: disc;
    margin-left: 30px;
    padding: 0 0 20px;
}

.section-container-page h1,
.section-container-page h2,
.section-container-page h3,
.section-container-page h4,
.section-container-page h5,
.section-container-page h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 20px 0;
}

.header-container {
    max-width: 1580px;
    width: 100%;
    margin: auto auto 0;
    padding: 100px 20px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2;
}

.navbar-wrapper {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 0 20px;
    transition: background 0.3s ease;
}

.main-navbar {
    padding: 26px 0;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.scrolled .navbar-wrapper {
    background: rgba(0, 0, 0, 0.85);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .8);
}

.navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.logo img {
    width: 140px;
}

.nav-combined {
    display: flex;
    align-items: center;
    gap: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

.nav-combined .hamburger {
    display: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.nav-combined .hamburger:hover {
    transform: scale3d(1.05, 1.05, 1.05);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 20px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-links li {
    position: relative;
}

.nav-links a {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.46px;
    text-transform: uppercase;
}

.nav-links .hide-0 {
    display: none;
}

.nav-links li:hover > a {
    opacity: 0.8;
}

.nav-links .selected a {
    font-weight: 600;
}

.nav-links .has-submenu > a {
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.nav-links .has-submenu .arrow-down {
    transition: transform 0.3s ease;
}

.nav-links .has-submenu:hover .arrow-down {
    transform: rotate(180deg);
}

.sub-links {
    display: none;
    position: absolute;
    top: 0;
    max-width: 285px;
    width: max-content;
}

.sub-links li {
    background: rgba(101, 96, 96, .95);
    padding: 7px 10px;
}

.sub-links li:first-of-type {
    padding-top: 14px;
}

.sub-links li:last-of-type {
    padding-bottom: 14px;
}

.sub-links li:hover > a {
    opacity: 0.8;
}

.sub-links li.category {
    color: #fff;
    font-weight: 600;
    padding-top: 14px;
    text-transform: uppercase;
}

.show-1 {
    display: none;
}

.nav-links li:hover .sub-links {
    display: block;
    padding-top: 35px;
    margin-left: -10px;
}

.nav-separator {
    width: 1px;
    height: 29px;
    background: #FFF;
}

.book-trial {
    font-weight: 700;
    text-align: center;
    transition: transform 0.3s ease;
}

.book-trial:hover {
    opacity: 0.8;
}

.join-member {
    font-weight: 700;
    padding: 20px 32px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.13);
    text-align: center;
}

.join-member:hover {
    background: rgba(255, 255, 255, 0.26);
}

.hero-content {
    flex: 1;
    display: flex;
    align-items: flex-end;
    padding-bottom: 75px;
    justify-content: space-between;
}

.home .hero-content {
    padding-bottom: 40px;
}

.single-location .hero-content {
    padding-bottom: 185px;
}

.hero-text {
    flex: 1;
}

.hero-subtitle {
    font-weight: 500;
    line-height: 18.2px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.hero-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(50px, 16px + 5vw, 90px);
    line-height: 1.2;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    margin: 16px 0;
}

.hero-title-medium {
    font-size: clamp(50px, 16px + 5.5vw, 90px);
}

.hero-title-long {
    font-size: clamp(50px, 16px + 4.4vw, 90px);
}

.hero-title-extra-long {
    font-size: clamp(40px, 16px + 2.8vw, 90px);
}

.home .hero-title {
    font-size: clamp(40px, 16px + 3.2vw, 80px);
    white-space: nowrap;
    line-height: 1.1;
    margin: 16px 0 26px;
}

.hero-description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    line-height: 29px;
    max-width: 600px;
    padding-right: 20px;
}

.home .hero-description {
    font-size: 32px;
    line-height: 1;
    max-width: 100%;
    line-height: 1.2;
}

.post-type-archive-instructor .hero-description {
    max-width: 1050px;
}

.cta-button {
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.56px;
    text-transform: uppercase;
    border-radius: 50px;
    background: rgba(238, 0, 16, 1);
    padding: 18px 32px;
}

.cta-button:hover {
    background: rgba(238, 0, 16, 0.95);
}

.cta-button.cta-button-with-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min-content;
    white-space: nowrap;
}

.cta-button.cta-button-home {
    display: inline-block;
    margin: 36px 0 26px;
    border-radius: 6px;
    font-size: 20px;
    padding: 18px 54px;
    color: #fff;
    text-decoration: none;
}

.cta-black {
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.cta-black:hover {
    background: #000;
    opacity: 0.8;
    color: #fff;
}

.cta-book {
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 2px;
    padding: 15px 60px;
    text-align: center;
    white-space: nowrap;
}

.cta-book:hover {
    background: rgba(238, 0, 16, 0.8);
    color: #fff;
}

.cta-book-messenger {
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: flex;
    flex-direction: row;
    z-index: 99999;
    background: #00B900;
    text-transform: capitalize;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    padding: 11px 39px;
    letter-spacing: 0px;
}

.cta-book-messenger-whatsapp {
    bottom: 110px;
    background: #25D366;
}

.cta-book-messenger:hover {
    background: #009E00;
}

.cta-book-messenger-whatsapp:hover {
    bottom: 110px;
    background: #1EBE5D;
}

.cta-book-messenger .cta-book-messenger-title {
    margin-left: 10px;
}

.cta-button .cta-download-icon {
    width: 36px;
    height: 36px;
    padding: 9px;
    border-radius: 18px;
    background: #FFF;
    margin-left: 30px;
    margin-right: -16px;
}

.cta-button.cta-button-submit .cta-download-icon {
    transform: rotate(-135deg);
}

.cta-book-program {
    margin-top: 32px;
}

.processing .cta-button-submit {
    opacity: 0.7;
    cursor: not-allowed;
}

.cta-button-container-center {
    margin: 60px auto 0;
    text-align: center;
}

.cta-button-container-center.cta-button-container-no-margin {
    margin-top: 10px;
    margin-bottom: 0;
}

.main-navbar .cta-button {
    height: 50px;
    padding: 5px 30px;
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 175px;
}

.no-banner .nav-links .has-submenu .arrow-down path {
    fill: #000;
}

.no-banner.scrolled .nav-links .has-submenu .arrow-down path {
    fill: #fff;
}

.top-border {
    border-radius: 60px;
    background: linear-gradient(180deg, #F5F5F5 0%, #FFF 50.03%);
}

.left-border {
    border-radius: 60px;
    background: linear-gradient(123deg, #F5F5F5 26.02%, #FFF 54.24%);
}

.bottom-border {
    border-radius: 60px;
    background: linear-gradient(0deg, #F5F5F5 26.02%, #FFF 54.24%);
}

.section-featured {
    align-items: center;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 10px;
}

.featured-title {
    color: #000;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    margin-top: 28px;
    margin-bottom: 40px;
}

.featured-line {
    margin-top: 60px;
    width: 79px;
    height: 4px;
    background: #EE0010;
}

.explore-more {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.explore-more .bouncing-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 75px;
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
    animation: slideDownBounce 1.7s infinite;
    transition: opacity 0.4s ease;
    opacity: 1;
}

.explore-more .arrow-down {
    width: 24px;
    height: 24px;
    color: white;
}

.explore-more.fade-out {
    opacity: 0;
}

@keyframes slideDownBounce {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    15% {
        opacity: 1;
        transform: translateY(0px);
    }
    85% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(40px);
    }
}

.section-title {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    padding: 24px 0;
    margin-bottom: 0;
}

.section-title.section-title-center {
    text-align: center;
    margin: 0 auto;
}

.section-container-dark .section-title {
    color: #fff;
}

.section-title.section-title-minor {
    font-size: 40px;
    line-height: 40px;
    padding: 0;
}

.section-description {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.align-center {
    text-align: center;
    margin: 0 auto;
}

.pre-title-excerpt {
    border-left: 4px solid #EE0010;
    padding-left: 20px;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.2px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    max-width: 420px;
}

.section-container-dark .pre-title-excerpt {
    color: #fff;
}

.pre-title-excerpt.pre-title-excerpt-minor {
    font-size: 25px;
    line-height: 40px;
    text-transform: none;
    margin-bottom: 24px;
}

.pre-title-excerpt.pre-title-top-border {
    text-align: center;
    margin: 0 auto;
    border-top: 4px solid #EE0010;
    border-left: none;
    padding-top: 20px;
    padding-left: 0;
    width: 40px;
}

.pre-title-excerpt-top-border {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 36px;
    margin-top: 0;
    font-size: 16px;
    line-height: 26px;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: center;
}

.post-title-excerpt {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    max-width: 550px;
    padding-bottom: 30px;
}

.post-title-excerpt-full-width .post-title-excerpt {
    width: 100%;
    max-width: none;
}

.mobile-menu {
    position: fixed;
    top: 26px;
    left: 50%;
    right: 26px;
    transform: translateX(-50%);
    max-width: 400px;
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.9);
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
}

.mobile-menu.active {
    display: flex;
    opacity: 1;
    color: #fff
}

.mobile-menu .navbar-content {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.mobile-menu .logo {
    margin-bottom: 40px;
}

.mobile-menu .nav-combined {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 150px);
}

.mobile-menu .nav-links {
    flex-direction: column;
    width: 100%;
    gap: 15px;
    font-size: 12px;
    align-items: flex-start;
}

.mobile-menu .nav-links-country {
    margin-bottom: 20px;
}

.mobile-menu .nav-separator {
    width: 100%;
    height: 1px;
    margin: 20px 0;
}

.mobile-menu .join-member {
    width: 100%;
    margin-bottom: 18px;
    color: #fff;
    font-size: 12px;
}

.mobile-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    display: flex;
    width: 36px;
    height: 36px;
    padding: 13px 12px 12px 12px;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.mobile-close:hover {
    transform: scale3d(1.05, 1.05, 1.05);
}

.mobile-menu .has-submenu {
    position: relative;
}

.mobile-menu .has-submenu>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.mobile-menu .has-submenu .arrow-down {
    transition: transform 0.3s ease;
}

.mobile-menu .has-submenu.open .arrow-down {
    transform: rotate(180deg);
}

.mobile-menu .nav-links .has-submenu:hover .arrow-down {
    transform: none;
}

.mobile-menu .sub-links {
    display: none;
    position: static;
    background: none;
    box-shadow: none;
    margin: 10px 0 0 20px;
    min-width: auto;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.mobile-menu .nav-links li:hover .sub-links {
    display: none;
    padding-top: 0;
    margin-left: 20px;
}

.mobile-menu .sub-links.open {
    display: block !important;
    opacity: 1;
    max-height: 1000px;
}

.mobile-menu .sub-links li {
    margin: 8px 0;
    background: none;
    box-shadow: none;
    padding: 4px;
}

.mobile-menu .sub-links li:first-of-type {
    margin-top: 8px;
}

.mobile-menu .sub-links a {
    font-size: 11px;
    opacity: 0.8;
    text-transform: capitalize;
}

.featured-logos {
    width: 100%;
    max-width: 700px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.featured-logos::before,
.featured-logos::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 10;
    pointer-events: none;
}

.featured-logos::before {
    left: 0;
    background: linear-gradient(to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.65) 15%,
        rgba(255, 255, 255, 0) 100%);
}

.featured-logos::after {
    right: 0;
    background: linear-gradient(to left,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.65) 15%,
        rgba(255, 255, 255, 0) 100%);
}

.two-column-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}

.two-column-content>* {
    flex: 1;
}

.two-column-content.right-column-right>*:last-child {
    text-align: right;
    flex-shrink: 0;
}

.swiper-backface-hidden .swiper-slide {
    transform: none;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.g-recaptcha.invalid {
    border: 1px solid #ed1a3b;
}

.recaptcha-policy-row {
    font-size: 65%;
    opacity: 0.8;
    width: 100%;
    margin: 2rem 0;
}

.package-form .recaptcha-policy-row {
    text-align: center;
}

.media-swiper {
    width: 100%;
    margin: 0 auto;
}

.media-swiper .swiper-wrapper {
    align-items: center;
}

.media-swiper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
    opacity: 0.3;
}

.media-swiper .swiper-slide-active {
    opacity: 1;
}

.media-swiper .swiper-slide-next,
.media-swiper .swiper-slide-prev {
    opacity: 0.6;
}

.media-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 5px;
    line-height: 1.4;
}

.media-item img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.media-item.media-item-no-title img {
    max-width: 150px;
    max-height: 150px;
}

.media-swiper .swiper-slide-active .media-item img {
    filter: grayscale(0%);
}

.media-item h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin: 0;
    transition: color 0.3s ease;
}

.media-swiper .swiper-slide-active .media-item h3 {
    color: #000;
}

.location-pdf-viewer {
    width: 100%;
    aspect-ratio: 1 / 0.75;
    border: none;
    max-width: 1200px;
    margin: 50px auto 0;
}

.gallery-slider {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 25/6;
}

.gallery-slider-template {
    display: none;
}

.gallery-slider-template.gallery-slider-template-initialized {
    display: block;
}

.gallery-swiper {
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.gallery-swiper .gallery-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.gallery-swiper .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 40px;
}

.interactive-content {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 50px;
    align-items: flex-start;
}

.interactive-content.interactive-content-2-3 {
    grid-template-columns: 2fr 3fr;
}

.interactive-content-reverse {
    grid-template-columns: 7fr 5fr;
}

.privilege-items .interactive-content {
    grid-template-columns: 2fr 5fr;
}

.privilege-items .interactive-content-reverse {
    grid-template-columns: 5fr 2fr;
}

.section-container .section-title ~ .interactive-content {
    margin-top: 40px;
}

.interactive-column-image-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.interactive-column-image {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.interactive-column-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 40px;
    transition: opacity 1s ease;
}

.classes-image-aspect-ratio-1 .interactive-column-image img {
    aspect-ratio: 1;
}

.landscape-image-items .interactive-column-image img {
    aspect-ratio: 4 / 3;
}

.landscape-image-items-3-2 .interactive-column-image img {
    aspect-ratio: 3 / 2;
}

.landscape-image-items .interactive-column-image .gallery-swiper .gallery-item img {
    object-position: top center;
}

.double-excerpt-item > .pre-title-excerpt {
    display: none;
}

.interactive-column-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left;
}

.interactive-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 36px;
    padding-top: 36px;
    cursor: pointer;
    position: relative;
}

.no-cursor-pointer .interactive-item {
    cursor: default;
}

.interactive-no-border .interactive-item {
    border-bottom: none;
}

.interactive-small-padding .interactive-item {
    padding-bottom: 0;
}

.interactive-item .item-header .section-title {
    padding-bottom: 0;
    padding-top: 0;
}

.interactive-item:first-child {
    padding-top: 0;
}

.interactive-item.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    height: 4px;
    background: #000;
    z-index: 1;
}

.no-border-highlight .interactive-item.active::after {
    display: none;
}

.interactive-item .item-image-placeholder {
    display: none;
}

.interactive-item .item-image-placeholder img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 40px;
    transition: opacity 1s ease;
    aspect-ratio: 4 / 3;
    max-width: 550px;
    margin: 0 auto 30px;
}

.classes-image-aspect-ratio-1 .interactive-item .item-image-placeholder img {
    aspect-ratio: 1;
}

.landscape-image-items-3-2 .interactive-item .item-image-placeholder img {
    aspect-ratio: 3 / 2;
}

.interactive-item .item-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.interactive-item .item-header .item-arrow-down {
    margin-left: auto;
    min-width: 30px;
}

.interactive-item.active .item-header .item-arrow-down {
    transform: rotate(180deg);
}

.interactive-item .item-number {
    display: none;
    width: 120px;
    height: 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 60px;
    background: #FFF;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 67px;
    font-style: normal;
    font-weight: 400;
    line-height: 73px;
    position: absolute;
    left: -140px;
    top: 50%;
    transform: translateY(-50%);
}

.interactive-item .item-header .item-title {
    color: #404040;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    margin: 0;
}

.interactive-item.active .item-header .item-title {
    color: #000;
}

.interactive-item .item-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 26px;
}

.interactive-item .item-content p {
    padding-bottom: 15px;
}

.interactive-item .item-content ul {
    list-style-type: disc;
    margin-left: 30px;
}

.interactive-item .inline-link {
    color: #EE0010;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    display: block;
    margin-top: 24px;
}

.interactive-item .inline-link:hover {
    text-decoration: underline;
}

.interactive-item .item-content.item-content-with-link {
    padding-right: 35px;
}

.interactive-content-reverse .interactive-item .item-content.item-content-with-link {
    padding-right: 15px;
}

.interactive-item .item-link {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 40px;
    height: 40px;
    padding: 13px;
    border-radius: 50%;
    background: #000;
}

.interactive-content-reverse .interactive-item .item-link {
    right: -35px;
}

.interactive-item .item-link .arrow {
    fill: #fff;
    stroke-width: 1px;
    stroke: #fff;
    width: 15px;
    height: 15px;
}

.interactive-item .item-link:hover {
    opacity: 0.8;
}

.interactive-item.active .item-header h3 {
    font-weight: 600;
}

.interactive-item.active .item-content {
    max-height: 750px;
    opacity: 1;
    margin-top: 20px;
}

.interactive-item.active .item-number {
    display: flex;
}

.interactive-item:hover .item-content {
    opacity: 1;
    margin-top: 20px;
}

.interactive-item:hover .item-header .item-title {
    font-weight: 600;
}

.interactive-section-classes.bottom-border {
    margin-bottom: 30px;
}

.interactive-section-classes .interactive-item {
    padding-top: 35px;
    padding-bottom: 35px;
}

.interactive-section-classes .interactive-item:first-child {
    padding-top: 0;
}

.interactive-summary-item {
    margin-top: auto;
    padding-top: 50px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #000;
}

.interactive-summary-item-in-title {
    padding-top: 0;
}

.interactive-summary-item .item-header {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 12px;
}

.interactive-summary-item .item-header h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.benefits-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
    justify-content: space-between;
    text-align: center;
    margin: 50px 0;
}

.benefits-details.benefits-details-three-columns {
    grid-template-columns: 1fr 1fr 1fr;
}

.benefits-details .location-info-block {
    align-items: center;
}

.benefits-details .location-info-block img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
}

.benefits-details .location-details-title {
    padding: 0 15px;
    font-size: 18px;
    line-height: 26px;
}

.benefits-details .location-details-text {
    margin-top: auto;
}

.location-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
    margin-top: 40px;
}

.location-benefits-no-margin {
    margin-top: 0;
}

.location-benefits-image {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 33px;
    max-width: 550px;
    margin: 16px auto 0;
}

.aspect-ration-4-3 {
    aspect-ratio: 4 / 3;
}

.location-benefits-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.location-benefits-title {
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}

.location-benefits-title-link {
    font-size: 22px;
    line-height: 30px;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.location-benefits-title-link:hover {
    text-decoration: none;
     color: #EE0010;
}

.location-benefits-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.classes-slider-container {
    position: relative;
    margin-top: 40px;
    text-align: left;
}

.classes-slider-container.navigation-bottom {
    position: relative;
    margin-top: 0;
}

.slider-navigation {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 65px;
}

.slider-arrow {
    width: 68px;
    height: 68px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 34px;
    background: rgba(188, 188, 188, 0.24);
}

.slider-arrow svg {
    fill: #000;
}

.slider-arrow:hover {
    background: #EE0010;
    color: #fff;
    border-color: #000;
}

.slider-arrow:hover svg {
    fill: #fff;
    color: #fff;
}

.slider-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: rgba(188, 188, 188, 0.14);
}

.slider-arrow:disabled:hover svg {
    fill: #000;
}

.section-founder-message {
    padding-top: 80px;
    position: relative;
}

.section-founder-message > * {
    position: relative;
    z-index: 2;
}

.section-founder-message .section-founder-message-banner-container {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.section-founder-message .section-founder-message-banner-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section-founder-message .section-founder-message-banner-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1) 100%);
    pointer-events: none;
    z-index: 2;
}

.section-founder-message .section-founder-message-banner-container::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 2;
}

.section-founder-message .section-title {
    font-size: 76px
}

.overlapping-top-banner .section-founder-message {
    padding-top: 200px;
}

.community-quote-container {
    position: relative;
}

.community-quote-container .community-quote-sign {
    color: #EE0010;
    font-size: 230px;
    position: absolute;
    top: 125px;
    left: -65px;
    z-index: -1;
}

.community-quote-container .community-quote-sign-closing {
    top: auto;
    bottom: -80px;
    left: auto;
    right: -60px;
}

.community-quote-last-word {
    display: inline-block;
    position: relative;
}

.community-quote-container .community-quote-excerpt {
    position: relative;
    max-width: 500px;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    padding-top: 100px;
}

.community-quote-container .community-quote-message {
    margin: 115px auto 0;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
}

.community-quote-container .community-quote-message p {
    padding-bottom: 26px;
}

.community-quote-container .community-quote-author {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    text-align: right;
    border-right: 4px solid #EE0010;
    padding-right: 10px;
}

.section-container-dark .community-quote-container {
    color: #fff;
}

.classes-swiper {
    margin-bottom: 40px;
}

.classes-swiper .swiper-wrapper {
    align-items: stretch;
}

.classes-swiper .swiper-slide {
    height: auto;
}

.class-card {
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.class-card:hover {
    text-decoration: none;
}

.class-card .card-image {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 30px;
    position: relative;
}

.class-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.class-card .card-image .card-extra-title {
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 25px;
    background: #EE0010;
    padding: 3px 14px 2px;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 1.216px;
    text-transform: uppercase;
}

.class-card .card-image .card-image-content {
    position: absolute;
    bottom: 10px;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.class-card .card-image .card-image-content-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}

.class-card .card-image .card-image-content-description {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    text-align-last: center;
    opacity: 0;
    min-height: 12px;
    max-height: 0;
    overflow: hidden;
    transition: opacity .5s ease, max-height .8s ease-out;
    padding-bottom: 12px;
    padding-top: 6px;
}

.class-card .card-image .card-image-content-link {
    font-size: 13px;
    font-weight: 700;
    text-shadow: none;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 12px 24px;
    margin: 0 auto 12px;
    border-radius: 50px;
    text-align: center;
    width: fit-content;
    text-transform: uppercase;
}

.class-card .card-image::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 230px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.6) 30%,
        rgba(0, 0, 0, 0.2) 60%,
        rgba(0, 0, 0, 0) 100%
    );
    pointer-events: none;
    z-index: 1;
    transition: height .4s ease, background .4s ease;
}

.instructors-slider .class-card .card-image::before {
    content: none;
}

.class-card .card-image .card-image-content-title:hover + .card-image-content-description,
.class-card .card-image .card-image-content-description:has(+ .card-image-content-link:hover),
.class-card .card-image .card-image-content-description:hover {
    opacity: 1;
    max-height: 625px;
}

.class-card .card-image:has(.card-image-content-title:hover)::before,
.class-card .card-image:has(.card-image-content-link:hover)::before,
.class-card .card-image:has(.card-image-content-description:hover)::before {
    height: 60%;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.8) 0%,
        rgba(0,0,0,.6) 40%,
        rgba(0,0,0,.4) 60%,
        rgba(0,0,0,0) 100%
    );
}


.class-card .card-number {
    color: #EE0010;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
    text-transform: capitalize;
    padding-bottom: 30px;
}

.class-card .card-content {
    padding: 24px 0 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.class-card .card-content h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    color: #000;
    padding: 9px 0;
}

.class-card .card-content p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    padding-top: 5px;
    color: #888;
}

.swiper-pagination {
    position: relative;
}

.swiper-pagination-between {
    width: 100%;
    height: 1px !important;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}

.swiper-pagination-between.swiper-pagination-bullets {
    background: none;
    width: auto;
    height: 10px !important;
    line-height: 22px;
}

.swiper-pagination-bullet {
    background: #656464;
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background: #EE0010;
}

.swiper-pagination-progressbar,
.swiper-scrollbar-horizontal {
    height: 1px !important;
    background: rgba(0, 0, 0, .1);
    border-radius: 2px;
    cursor: pointer;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.swiper-pagination-between .swiper-pagination-progressbar-fill,
.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
    background: #000;
    top: -1.5px;
    padding: 2px;
    border-radius: 10px;
}

.instructors-slider .class-card .card-content {
    padding-top: 10px;
}

.instructors-slider .class-card .card-image {
    background: radial-gradient(50% 50% at 50% 50%, #ECECEC 0%, #F6F6F6 100%), radial-gradient(50% 50% at 50% 50%, #ECECEC 0%, #E6E6E6 100%);
}

.instructors-slider .class-card .card-image img {
    object-fit: contain;
    padding-top: 20px;
}

.instructors-slider.instructors-slider-location .class-card {
    background: none;
    text-align: center;
}

.instructors-slider.instructors-slider-location .class-card .card-content {
    padding: 0;
}

.instructors-slider.instructors-slider-location .class-card .card-image {
    background: none;
}

.instructors-slider.instructors-slider-location .classes-slider-container {
    margin-top: 0;
}

.instructors-section {
    padding-top: 110px;
}

.instructors-section .section-description {
    max-width: 600px;
    padding-bottom: 24px;
}

.career-item .interactive-item {
    padding-top: 10px;
}

.program-learn-numbers .classes-slider-container {
    margin-left: -15px;
    margin-right: -15px;
}

.program-learn-numbers .class-card {
    border-radius: 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 45px;
}

.program-learn-numbers .classes-swiper {
    margin-bottom: 0;
}

.program-learn-numbers .classes-swiper .swiper-slide {
    padding: 15px;
}

.program-learn-numbers .class-card .card-content {
    padding-bottom: 0;
}

.program-learn-numbers .class-card .card-content h3 {
    font-size: 22px;
}

.program-learn-numbers .class-card .card-content p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    padding-top: 0;
}

.testimonial-quote {
    position: absolute;
    top: 20px;
    left: 60%;
    transform: translateX(-50%);
}

.testimonial-slider-container {
    position: relative;
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    padding-bottom: 2px;
}

.testimonial-swiper {
    margin-bottom: 30px;
}

.testimonial-swiper .swiper-wrapper {
    align-items: stretch;
}

.testimonial-swiper .swiper-slide {
    height: auto;
    padding: 10px;
}

.testimonial-pagination {
    width: 100%;
    position: relative;
    margin-left: 15px;
}

.testimonial-card {
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border-radius: 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 33px;
}

.testimonial-profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    margin-bottom: 24px;
    gap: 20px;
}

.testimonial-avatar {
    width: 30%;
    aspect-ratio: 1;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.testimonial-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
}

.testimonial-rating svg {
    width: 16px;
    height: 15px;
}

.testimonial-info h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    margin: 0;
}

.testimonial-company {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: rgba(117, 117, 117, 0.75);
    margin: 0;
}

.testimonial-text {
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.testimonial-text p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    margin: 0;
    text-align: left;
}

.section-full-width {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 32%;
}

.section-full-width > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.section-full-width-gallery {
    padding-bottom: 0;
}

.section-full-width-gallery .gallery-swiper {
    border-radius: 0;
}

.section-full-width-gallery .gallery-swiper .gallery-item img {
    border-radius: 0;
}

.section-full-width-video {
    padding-bottom: 37%;
    cursor: pointer;
}

.section-full-width-video .video-background-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    z-index: 1;
    transition: all 1s ease;
}

.section-full-width-video .video-container-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}

.section-full-width-video.program-video-play .video-background-image {
    opacity: 0;
    z-index: 0;
}

.section-full-width-video.program-video-play .video-play-button {
    display: none;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.video-play-button .play-button {
    width: 90px;
    height: 90px;
    position: relative;
    opacity: 1;
}

.section-full-width-video:hover .video-play-button .play-button {
    opacity: 0.95;
}

.video-play-button .play-button .play-half-circle {
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 2;
}

.video-play-button .play-button .play-circle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video-play-button .play-button .play-icon {
    position: absolute;
    top: 48%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    z-index: 2;
}

.video-play-button .play-text {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 23.8px;
    letter-spacing: 3.3px;
    text-transform: uppercase;
    width: 130px;
    padding: 16px;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.background-video-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: 1;
    transition: all 1.5s ease-in;
}

.video-background.video-playing .video-cover {
    opacity: 0;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 19.71%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 32.32%, rgba(0, 0, 0, 0.00) 45.44%, rgba(0, 0, 0, 0.90) 84.28%);
    z-index: 2;
    pointer-events: none;
}

.details-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

.popup-content {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 25px;
    border: 1px solid #C3C2C1;
    background: #FFF;
    padding: 44px;
    top: 40%;
    transform: translate(0, -40%);
    max-width: 1024px;
    max-height: 100vh;
    margin: 0 auto;
    word-wrap: break-word; /* Break long words */
    overflow-wrap: break-word; /* Modern browsers */
}

.media-coverage-section + .details-popup .popup-content {
    padding: 40px 0;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    background: #000;
    color: #fff;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-body {
    margin-bottom: 30px;
}

.popup-details-swiper {
    height: 100%;
}

.popup-details-swiper .swiper-slide {
    height: auto;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}


.popup-content-iframe {
    width: calc(100vw - 40px);
    height: calc(100vh - 40px);
    max-width: 1200px;
    padding: 40px 20px 20px;
}

.popup-body-iframe {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.popup-iframe-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}

.popup-iframe-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.popup-download-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 60px;
}

.popup-download-btn svg {
    width: 16px;
    height: 16px;
}

.popup-body-iframe iframe {
    flex: 1;
    width: 100%;
    height: 100%;
    border: none;
}

.instructor-item {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.instructor-header {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 40px;
    margin-bottom: 30px;
}

.instructor-image img {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 33px;
    background: radial-gradient(50% 50% at 50% 50%, #ECECEC 0%, #F6F6F6 100%);
    max-width: 450px;
    padding: 14px 14px 0;
    aspect-ratio: 9 / 10;
    object-fit: cover;
    object-position: top;
}

.instructor-details {
    display: flex;
    flex-direction: column;
}

.instructor-extra-title {
    border-radius: 30px;
    background: #EE0010;
    padding: 4px 30px;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    width: fit-content;
}

.instructor-name {
    font-size: 54px;
    font-weight: 400;
    line-height: 56px;
    padding: 20px 0 30px;
}

.fighter-profile-section {
    flex: 1;
}

.instructor-fighter-profile-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 42px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    margin-bottom: 20px;
}

.instructor-profile-stats {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.instructor-stat-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 24px;
    font-size: 16px;
}

.instructor-stat-label {
    font-size: 15px;
    font-weight: 700;
}

.instructor-stat-value {
    color: #666;
    font-size: 15px;
    font-weight: 500;
}

.instructor-profile-description {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.instructor-profile-description p {
    padding-bottom: 20px;
}

.instructor-profile-description p:last-child {
    padding-bottom: 0;
}

.media-coverage-section .class-card .card-image {
    aspect-ratio: 5 / 1;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.media-coverage-section .class-card .card-image img {
    object-fit: contain
}

.media-coverage-section .class-card .card-image::before {
    display: none;
}

.media-coverage-section .class-card .card-content {
    padding: 0 0 20px;
}

.media-coverage-section .class-card .card-content h3 {
    transition: color 0.3s ease;
    text-align: center;
}

.media-coverage-section .class-card:hover .card-content h3 {
    text-decoration: none;
    color: #EE0010;
}

.media-coverage-section .card-content h3 {
    font-size: 22px;
    line-height: 30px;
}

.media-coverage-popup-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.media-coverage-popup-item img {
    max-width: 100%;
    height: auto;
}

.media-coverage-popup-item .media-coverage-popup-title {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    position: sticky;
    top: -1px;
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
}

.location-about {
    display: grid;
    grid-template-columns: 3fr 4fr;
    gap: 40px;
}

.location-about-class {
    grid-template-columns: 11fr 12fr;
}

.location-about-image img {
    border-radius: 40px;
}

.location-about-image.location-about-image-3-2 img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.location-about.location-about-programs {
    margin-top: 40px;
    gap: 50px;
}

.location-about-programs .location-images {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.location-about-programs .location-about-details {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.location-about-programs .location-about-details p {
    margin-bottom: 16px;
}

.location-about-programs .location-programs-list {
    list-style-type: disc;
    margin-top: 0;
    margin-left: 25px;
}

.location-about-programs .location-programs-list.location-programs-list-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.location-about-programs .location-programs-list.location-programs-list-two-columns .location-programs-list-item {
    padding: 0;
    font-size: 18px;
    line-height: 22px;
}

.location-about-programs .location-programs-list.location-programs-list-unstyled {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.location-about-programs .location-about-details .location-programs-cta {
    margin-top: 17px;
}

.location-about-programs .location-about-details .location-programs-cta .cta-button {
    display: inline-block;
    margin-top: 36px;
}

.location-about-details.location-about-details-programs {
    margin-left: 30px;
}

.location-about-details .section-title {
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    text-transform: capitalize;
}

.location-about-details .sub-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    padding-bottom: 18px;
}

.location-about-details .sup-title {
    font-size: 80px;
}

.location-about-details .extra-title {
    padding: 8px 20px;
    border-radius: 49.311px;
    background: #EE0010;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: fit-content;
}

.location-about-description {
    font-size: 16px;
    line-height: 26px;
}

.location-about-description ul {
    list-style: disc;
    padding-bottom: 20px;
    padding-left: 20px;
}

.location-about-description ul li {
    padding-bottom: 5px;
}

.location-about-description-center {
    margin-top: auto;
}

.location-programs-list-item {
    padding: 5px 0 15px;
    font-size: 20px;
    line-height: 24px;
}

.location-programs-list-item a {
    color: #c70000;
    transition: opacity 0.3s ease;
}

.location-programs-list-item a:hover {
    opacity: 0.8;
}

.section-footer {
    padding-bottom: 70px;
}

.footer-logo {
    padding-top: 20px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.footer-logo img {
    width: 145px;
    height: auto;
    display: block;
}

.footer-subscribe-links {
    gap: 200px;
}

.footer-copyright {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-top: 110px;
}

.footer-menu-links {
    align-items: start;
    gap: 20px;
}

.footer-menu-links a {
    display: block;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 1.56px;
    text-transform: uppercase;
}

.footer-menu-links a:hover {
    opacity: 0.8;
}


.subscribe-form {
    max-width: 500px;
    margin-top: 32px;
}

.subscribe-form .form-group {
    display: flex;
    gap: 0;
    align-items: center;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.subscribe-form .form-group input {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 16px 20px;
    width: 100%;
    border-bottom: 1px solid #000;
    margin-right: 20px
}

.subscribe-form .form-group input::placeholder {
    color: #848484;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.subscribe-form.invalid .form-group {
    border-color: #ff4444;
    animation: shake 0.5s ease-in-out;
}

.subscribe-form .subscribe-btn {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    display: flex;
    gap: 15px;
    align-items: center;
}

.subscribe-form .subscribe-btn .subscribe-link {
    width: 36px;
    height: 36px;
    padding: 4px;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe-form .subscribe-btn .subscribe-link .arrow {
    fill: #fff;
    stroke-width: 1px;
    stroke: #fff;
    width: 12px;
    height: 12px;
}

.subscribe-btn:hover:not(:disabled) {
    opacity: 0.8;
}

.subscribe-btn:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.btn-text {
    transition: opacity 0.3s ease;
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.subscribe-form.loading .btn-text {
    opacity: 0;
}

.subscribe-form.loading .loading-spinner {
    opacity: 1;
}

.subscribe-form .form-message {
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.subscribe-form .form-message.success {
    color: #155724;
    opacity: 1;
}

.form-message.error {
    color: #721c24;
    opacity: 1;
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    75% {
        transform: translateX(5px);
    }
}

.section-center-heading {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
}

.section-center-heading .section-title {
    padding-top: 0;
}

.section-center-heading .pre-title-excerpt {
    color: #000;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin: 0 auto;
    border-left: none;
    padding-left: 0;
}

.section-center-heading .post-title-excerpt {
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 80%;
    margin: 0 auto;
}

.section-center-heading.section-heading-full-width .post-title-excerpt {
    max-width: 100%;
}

.section-center-heading.section-center-heading-wide .post-title-excerpt {
    max-width: 1024px;
}

.section-left-content {
    text-align: left;
}

.section-title-small .section-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    padding: 24px 0;
}

.program-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 40px;
}

.program-tabs .tab-button {
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #666;
    background: none;
    border: 2px solid #eee;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.program-tabs .tab-button:hover {
    border-color: #d32f2e;
    color: #d32f2e;
}

.program-tabs .tab-button.active {
    background: #d32f2e;
    border-color: #d32f2e;
    color: #fff;
}

.package-list-disclaimer {
    background: #f9f2d5;
    border: 2px solid #c9b77c;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.package-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 975px;
    width: 100%;
    margin: 20px auto;
}

.program-tabs + .package-list:not(.is-ready) {
    visibility: hidden;
}

.program-tabs + .package-list.single-item {
    grid-template-columns: 1fr;
}

.program-tabs + .package-list.single-item .item.active {
    max-width: 472px;
    width: 100%;
    margin: 0 auto;
}

.package-list .item {
    display: flex;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    border-radius: 20px;
}

.program-tabs + .package-list .item {
    display: none;
}

.program-tabs + .package-list .item.active {
    display: flex;
}

.package-list .item .package-title-wrap {
    position: relative;
    text-transform: uppercase;
}

.package-list .item .package-title-wrap .package-title-popular {
    position: absolute;
    right: 50%;
    top: -18px;
    z-index: 1;
    background: #fff;
    color: #d32f2e;
    padding: 4px 14px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    transform: translateX(50%);
    border: 1px solid #d32f2e;
}

.package-list .content {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    height: 100%;
}

.package-list .package-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin: 0;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    border: 4px solid #d32f2e;
    color: #d32f2e;
}

.package-list .item.popular .package-title {
    background: #d32f2e;
    color: #fff;
}

.package-list .package-monthly-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin: 10px;
}

.package-list .package-monthly-price-value {
    font-size: 50px;
    line-height: 0.85;
}

.package-list .package-monthly-price-currency {
    font-size: 25px;
    line-height: 1;
    align-self: baseline;
}

.package-list .package-monthly-price-per-month {
    font-size: 25px;
    line-height: 1;
    align-self: end;
}

.package-list .package-savings {
    font-size: 18px;
    font-weight: 700;
    color: #d32f2e;
    margin-top: 5px;
    margin-bottom: 10px;
}

.package-list .package-excerpt {
    text-align: left;
    margin-bottom: 10px;
}

.package-list .package-options {
    margin-bottom: 10px;
}

.package-list .package-options .package-options-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
    line-height: 1.3;
    text-align: left;
}

.package-list .package-options .package-options-item-mark {
    min-width: 22px;
}

.package-list .package-price {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #eee;
    min-height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: auto;
    font-weight: 500;
    margin: auto -20px 0;
    padding-left: 50px;
    padding-right: 50px;
}

.package-list .link-button {
    margin: 20px;
}

.package-list .package-cta {
    text-align: center;
    margin: 25px 0 30px;
}

.package-list .package-cta-wrap {
    margin: auto -20px 0;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.package-list .link-button:nth-of-type(2) {
    margin-top: 0;
}

.package-form-columns {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    padding-top: 1.5rem;
}

.package-summary-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.package-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.package-summary-row:last-child {
    border-bottom: none;
}

.package-summary-total {
    font-weight: 600;
}

.slider-navigation.slider-navigation-center {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    gap: 25px;
}

.interactive-column-image .slider-navigation.slider-navigation-center,
.location-images .slider-navigation.slider-navigation-center {
    margin-top: 15px;
}

.faq-container {
    margin-top: 20px;
    text-align: left;
}

.faq-item {
    border-bottom: 1px solid #e5e5e5;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0 24px;
    cursor: pointer;
    font-size: 32px;
    font-weight: 400;
    line-height: 53px;
}

.faq-question h3 {
    margin: 0;
    font-size: 18px;
}

.faq-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
}

.faq-item.active {
    border-bottom: 2px solid #000;
}

.faq-item.active .faq-toggle .faq-toggle-icon {
    transform: rotate(90deg);
}

.faq-item.active .faq-question {
    font-weight: 600;
}

.faq-answer {
    padding: 0 0 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.single-location-item {
    display: grid;
    grid-template-columns: 5fr 4fr 5fr;
    gap: 40px;
    align-items: start;
    margin-top: 40px;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
}

.single-location-item .location-description-text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
}

.single-location-item .how-to-get-there {
    margin-top: 40px;
}

.how-to-get-there-item {
    margin-bottom: 20px;
}

.how-to-get-there-item:last-child {
    margin-bottom: 0;
}

.how-to-get-there-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.how-to-get-there-label svg {
    flex-shrink: 0;
}

.how-to-get-there-content {
    padding-left: 24px;
}

.how-to-get-there-content ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
}

.how-to-get-there-content li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
}

.how-to-get-there-content li:last-child {
    margin-bottom: 0;
}

.location-details {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.location-directions-map-container {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 40px;
    margin-top: 40px;
}

.location-directions-map-container .location-directions-column {
    display: flex;
    flex-direction: column;
}

.location-directions-map-container .location-map-column {
    display: flex;
    flex-direction: column;
}

.location-directions-map-container .location-map,
.single-location-item .location-map {
    width: 100%;
    margin-top: 25px;
    display: block;
    aspect-ratio: 3 / 2;
    border: none;
}

.location-directions-map-container .location-map {
    margin-top: 0;
}

.single-location .location-details {
    flex-direction: row;
    justify-content: space-between;
}

.location-info-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.location-details-title {
    font-size: 20px;
    font-weight: 700;
}

.location-details-text {
    font-size: 16px;
    line-height: 26px;
}

.location-details-text a {
    color: #c70000;
    transition: opacity 0.3s ease;
}

.location-details-text a:hover {
    opacity: 0.8;
}

.single-location-item .location-images {
    position: relative;
    overflow: hidden;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px;
    font-size: 14px;
}

.locations-grid .location-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.locations-grid .location-title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.locations-grid .location-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.locations-grid .location-title a:hover {
    color: #EE0010;
}

.locations-grid .location-image {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.locations-grid .location-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.locations-grid .location-image a {
    display: block;
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
}

.locations-grid .location-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-weight: 600;
}

.locations-grid .location-address {
    font-size: 16px;
    color: #000;
}

.locations-grid .location-address,
.locations-grid .location-phone {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.locations-grid .location-address svg,
.locations-grid .location-phone svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: #EE0010;
}

.locations-grid .location-phone a {
    line-height: 1.4;
    color: #444;
    text-decoration: none;
    transition: color 0.3s ease;
}

.locations-grid .location-phone a:hover {
    color: #EE0010;
}

.locations-grid .location-description {
    color: #333;
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
}

.interactive-column-image .gallery-slider {
    aspect-ratio: 5 / 4;
    padding-bottom: 50px;
}

.location-images .gallery-slider {
    aspect-ratio: 3 / 2;
}

.positions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 80px;
}

.positions-grid .position-item {
    padding: 47px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.10);
}

.positions-grid .position-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.position-item .position-location {
    display: flex;
    align-items: center;
    gap: 4px;
    align-self: flex-start;
    padding: 8px 12px 8px 6px;
    border-radius: 99px;
    background: #EE0010;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
}

.position-item .position-location svg {
    width: 20px;
    height: 20px;
}

.position-item .position-location svg path {
    fill: white;
}

.position-item .position-title {
    font-size: 28px;
    text-transform: capitalize;
    line-height: 34px;
}

.position-item .position-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 12px;
    align-items: center;
}

.position-item .position-category,
.position-item .position-level {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0;
}

.position-item .position-footer {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(238, 0, 16, 0.20);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.position-item .salary-amount {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}

.position-item .salary-period {
    color: #848484;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.position-item .position-cta {
    border-radius: 50px;
    border: 1px solid #FCCCCF;
    padding: 6px 24px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 31.164px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-left: auto;
}

.position-item .position-cta:hover {
    background: #FCCCCF;
}

.section-email-link {
    color: #000;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20.2px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.section-email-link a {
    color: #EE0010;
    text-decoration: underline;
}

.trial-form {
    margin-top: 60px;
}

.user-form .form-section-title {
    color: #000;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    margin-bottom: 32px;
    margin-top: 72px;
}

.user-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 32px;
}

.user-form .form-row-one-column {
    grid-template-columns: 1fr;
}

.user-form .form-field {
    display: flex;
    flex-direction: column;
    min-width: 0; /* Allow field to shrink */
}

.user-form .form-field label {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    padding-left: 22px;
}

.user-form .form-field-note {
    font-size: 14px;
    line-height: 1.3;
    color: #909090;
    padding: 5px 18px 0 18px;
}

.user-form .form-field input,
.user-form .form-field select,
.user-form .form-field textarea {
    color: #000;
    background: #F5F5F5;
    border: none;
    border-radius: 50px;
    padding: 14px 22px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 32px;
    letter-spacing: 2.1px;
    transition: all 0.2s ease;
}

.user-form .form-field input[type="date"] {
    min-height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.user-form .form-field input:focus,
.user-form .form-field select:focus,
.user-form .form-field textarea:focus {
    outline: none;
    background: #eee;
    box-shadow: 0 0 0 1px rgba(238, 14, 16, 0.2);
}

.user-form .form-field input::placeholder,
.user-form .form-field textarea::placeholder {
    color: #848484;
}

.user-form .form-field select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

.user-form .form-field textarea {
    resize: vertical;
    min-height: 180px;
    border-radius: 30px;
}

.user-form .form-field .phone-input-group {
    display: flex;
    gap: 0;
}

.user-form .form-field .phone-country-code {
    border-radius: 50px 0 0 50px;
    border-right: 1px solid #eee;
    max-width: 96px;
    padding-right: 30px;
    text-align: center;
}

.user-form .form-field .phone-input-group input[type="tel"] {
    flex: 1;
    border-radius: 0 50px 50px 0;
}

.user-form .radio-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 22px;
}

.user-form .radio-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-form .radio-item input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    background: white;
    border: 2px solid #ddd;
    border-radius: 50%;
    appearance: none;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.user-form .radio-item input[type="radio"]:checked {
    border-color: #EE0010;
    background: #EE0010;
}

.user-form .radio-item input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
}

.user-form .radio-item label {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    margin: 0;
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 31px;
    padding-left: 0;
}

.user-form .file-upload-wrapper {
    position: relative;
    width: 100%;
}

.user-form .file-upload-wrapper-secondary {
    margin-top: 12px;
    max-width: 50%;
}

.user-form .file-input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}

.user-form .file-upload-container {
    display: flex;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    background: #F8F8F8;
    border: 1px solid #E0E0E0;
    height: 56px;
    width: 100%;
    max-width: 100%; /* Ensure container doesn't exceed parent width */
    min-width: 0; /* Allow container to shrink */
    transition: border-color 0.2s ease;
}

.user-form .file-upload-container:hover {
    border-color: #BDBDBD;
}

.user-form .file-upload-button {
    background: #FFFFFF;
    color: #333333;
    border: none;
    border-right: 1px solid #E0E0E0;
    padding: 0 28px;
    font-size: 13px;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 50px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    white-space: nowrap;
    min-width: 120px;
    width: 50%;
    flex-shrink: 0; /* Prevent button from shrinking */
}

.user-form .file-upload-status {
    flex: 1;
    padding: 0 20px;
    font-size: 13px;
    color: #888888;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
    display: flex;
    align-items: center;
    height: 56px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 0; /* Allow flex item to shrink below content size */
}

.user-form .file-upload-wrapper.has-file .file-upload-status {
    color: #333333;
}

.user-form.invalid .file-upload-container {
    border-color: #EE0010;
}

.user-form.invalid .file-upload-button {
    color: #EE0010;
}

.user-form .privacy-notice {
    color: #666;
    margin: 32px 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

.user-form .privacy-notice a {
    color: #EE0010;
    text-decoration: none;
}

.user-form .privacy-notice a:hover {
    text-decoration: underline;
}

.user-form .submit-container {
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-top: 32px;
    gap: 20px;
    align-items: center;
}

.user-form .submit-container .submit-container-actions {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 2rem;
}

.user-form .status-message {
    color: #EE0010;
    font-size: 18px;
    margin-bottom: 20px;
    display: none;
    text-align: center;
    font-weight: 500;
    letter-spacing: .25px;
}

.user-form.invalid .status-message {
    display: block;
}

.user-form.status-ok {
    text-align: center;
    padding: 40px;
    background: #f0f9ff;
    border-radius: 8px;
    color: #059669;
}

.career-form .submit-container .cta-button-submit {
    margin: 0 auto;
}

.position-popup-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.position-popup-header {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 46px;
}

.position-job-details-title {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 53px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    padding-bottom: 12px;
    margin-bottom: 35px;
}

.position-popup-content.position-item .position-location {
    width: fit-content;
}

.position-popup-content.position-item .position-title {
    margin-top: 25px;
    font-size: 40px;
    line-height: 50px;
}

.position-popup-content.position-item .position-category,
.position-popup-content.position-item .position-level {
    font-size: 20px;
    font-weight: 500;
    padding: 2px 0;
}

.position-popup-content.position-item .salary-amount {
    padding: 12px 12px 8px;
    font-size: 20px;
    line-height: 20px;
}

.position-popup-content.position-item .salary-period {
    font-size: 16px;
    line-height: 24px;
    padding: 0 12px;
}

.position-description ul {
    list-style: disc;
    padding-bottom: 20px;
    padding-left: 20px;
}

.position-description p {
    padding-bottom: 22px;
}

.position-description a {
    color: #EE0010;
    text-decoration: underline;
}

.single-post-navigation {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.single-post-navigation .post-navigation-info {
    display: flex;
    align-items: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    min-width: 60px;
    justify-content: center;
}

.single-post-navigation .navigation-current {
    color: #000;
    font-weight: 600;
}

.single-post-navigation .navigation-separator {
    margin: 0 8px;
    color: #ccc;
}

.single-post-navigation .navigation-total {
    color: #999;
}

.single-post-navigation .slider-arrow.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.single-post-navigation .slider-arrow:not(.disabled):hover {
    background-color: #EE0010;
    border-color: #EE0010;
}

.single-post-navigation .slider-arrow:not(.disabled):hover svg path {
    fill: white;
}

.privacy-policy .section-container-page p {
    font-size: 18px;
    line-height: 27px;
    margin-top: 30px;
}

.privacy-policy .section-container-page p:nth-of-type(n+2) {
    margin-top: 20px;
}

.privacy-policy .section-container-page h3 {
    font-size: 22px;
    margin: 1.5em 0 0;
    padding: 0;
}

.privacy-policy .section-container-page ul {
    margin: 18px 0;
    padding: 0 0 0 40px;
}

.privacy-policy .section-container-page ul li {
    margin-top: 10px;
}

.privacy-policy .section-container-page a {
    color: #e70000;
}

.connect-with-us {
    margin-top: 50px;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: white;
  border-radius: 50%;
  color: black;
  text-decoration: none;
  transition: all 0.2s ease;
}

.social-link:hover {
  opacity: 0.7;
}

.social-link svg {
  width: 24px;
  height: 24px;
}

.media-coverage-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 40px 160px;
    filter: grayscale(1);
}

.media-coverage-grid.media-coverage-grid-colored {
    filter: none;
}

.media-coverage-item {
    width: calc(20% - 20px);
    max-width: 200px;
    padding: 20px;
}

.media-coverage-item-title {
    padding: 5px 0;
}

.media-coverage-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-coverage-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1720px) {
    .header-container {
        max-width: 1450px;
    }
}

@media (max-width: 1520px) {
    .header-container {
        max-width: 1250px;
    }
}

@media (max-width: 1367px) {
    .header-container {
        max-width: 1191px;
    }

    .explore-more {
        bottom: 50px;
    }

    .section-full-width-video {
        padding-bottom: 52%;
    }

    .positions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .community-quote-container .community-quote-excerpt {
        margin-left: 25px;
        max-width: 475px;
        font-size: 34px;
    }
}

@media (max-width: 1257px) {
    .header-container {
        max-width: 1100px;
    }

    .overlapping-top-banner .section-founder-message {
        max-width: 1100px;
        padding-top: 110px;
    }

    .community-quote-container .community-quote-excerpt {
        padding-top: 40px;
    }

    .community-quote-container .community-quote-sign {
        top: 65px;
    }

    .community-quote-container .community-quote-sign-closing {
        top: auto;
    }

    .responsive-video-iframe-portrait-wrap {
        max-width: 400px;
    }

    .location-about-details .section-title {
        font-size: 50px;
        line-height: 60px;
    }

    .post-type-archive-instructor .hero-description {
        max-width: 875px;
    }

    .hide-1 {
        display: none;
    }

    .show-1 {
        display: block;
    }

    .single-location-item {
        grid-template-columns: 1fr 1fr;
    }

    .single-location-item .location-images {
        grid-column: 1 / -1;
        max-width: 100%;
        margin: 0 auto;
    }

    .section-full-width-gallery .gallery-slider {
        aspect-ratio: 3 / 1;
    }

    .media-coverage-grid {
        margin: 40px 80px;
    }

    .location-directions-map-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1180px) {
    .nav-links {
        gap: 12px;
    }

    .nav-combined {
        gap: 14px;
    }

    .main-navbar .cta-button {
        padding: 5px 20px;
    }

    .logo img {
        width: 120px;
    }
}

@media (max-width: 1100px) {
    .hide-2 {
        display: none;
    }

    .nav-combined .hamburger {
        display: block;
    }

    .nav-shadow {
        right: -26px;
    }

    .responsive-video-iframe-portrait-wrap {
        max-width: 350px;
    }

    .main-navbar .cta-button {
        padding: 5px 25px;
    }

    .logo img {
        width: 140px;
    }

    .show-1 {
        display: none;
    }
}

@media (max-width: 1024px) {
    .home .hero-title {
        font-size: clamp(34px, 16px + 2.8vw, 50px);
    }

    .home .hero-description {
        font-size: 26px;
    }

    .cta-button.cta-button-home {
        font-size: 18px;
    }

    .overlapping-top-banner .section-founder-message {
        padding-top: 100px;
    }

    .section-founder-message .section-title {
        font-size: 70px;
        line-height: 74px;
    }

    .community-quote-container .community-quote-excerpt {
        line-height: 44px;
    }

    .location-about-details .section-title {
        font-size: 40px;
        line-height: 50px;
    }

    .post-type-archive-instructor .hero-description {
        max-width: 625px;
    }

    .package-form-columns {
        grid-template-columns: 1fr;
    }

    .package-form-columns .column:last-child {
        order: -1;
    }

    .interactive-content,
    .interactive-content.interactive-content-2-3,
    .privilege-items .interactive-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .privilege-items .interactive-item .item-image-placeholder img { 
        object-fit: contain;
        aspect-ratio: auto;
    }

    .interactive-column-image {
        display: none;
    }

    .interactive-column-image img {
        aspect-ratio: 1;
        max-width: 550px;
        margin: 0 auto;
    }

    .interactive-image-no-aspect .interactive-column-image img {
        aspect-ratio: auto;
    }

    .interactive-item.active .item-image-placeholder {
        display: block;
    }

    .privilege-items .interactive-column-image img {
        aspect-ratio: auto;
        margin: 20px auto 0
    }

    .interactive-content-reverse {
        grid-template-columns: 1fr;
    }
    
    .interactive-content-reverse .interactive-column-content {
        order: 2;
    }
    
    .interactive-content-reverse .interactive-column-image {
        order: 1;
    }

    .section-full-width-gallery .gallery-slider {
        aspect-ratio: 2/1;
    }

    .double-excerpt-item .interactive-content {
        gap: 0;
    }

    .double-excerpt-item .interactive-column-content .pre-title-excerpt {
        display: none;
    }

    .double-excerpt-item > .pre-title-excerpt {
        display: block;
    }

    .double-excerpt-item .interactive-summary-item {
        padding-top: 0;
    }

    .popup-content {
        margin: 0 20px;
        padding: 30px
    }

    .instructor-header {
        gap: 26px;
        margin-bottom: 20px;
    }

    .instructor-name {
        font-size: 46px;
        line-height: 48px;
        padding: 16px 0;
    }

    .instructor-profile-stats {
        gap: 8px;
    }

    .class-card .card-content {
        padding: 25px 0;
    }

    .class-card .card-content h3 {
        font-size: 22px;
        padding: 5px 0;
        line-height: 30px;
    }

    .class-card .card-content p {
        font-size: 14px;
        line-height: 24px;
        padding-top: 0;
    }

    .classes-swiper {
        margin-bottom: 25px;
    }

    .testimonial-profile {
        gap: 15px;
    }

    .testimonial-rating svg {
        width: 14px;
        height: 13px;
    }

    .testimonial-info h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .testimonial-text p {
        font-size: 14px;
        line-height: 22px;
    }

    .locations-grid {
        gap: 30px;
        row-gap: 40px;
    }

    .locations-grid .location-title {
        font-size: 21px;
    }

    .location-about-details .sup-title {
        font-size: 60px;
    }

    .location-about {
        grid-template-columns: 1fr;
    }

    .location-about.location-about-programs {
        gap: 30px;
    }

    .location-about-details.location-about-details-programs {
        margin: 0 auto;
        max-width: 550px;
    }

    .location-programs-list {
        border-bottom: none;
    }

    .location-programs-list-item {
        padding: 5px 0 15px;
        font-size: 18px;
        line-height: 22px;
    }

    .location-benefits {
        grid-template-columns: 1fr 1fr;
    }

    .location-about-image {
        max-width: 550px;
        margin: 0 auto;
    }

    .location-benefits-title {
        font-size: 20px;
        line-height: 24px;
    }

    .benefits-details {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin-bottom: 40px;
    }

    .interactive-content-reverse .interactive-item .item-link {
        right: -10px;
    }

    .interactive-content-reverse .interactive-item .item-content.item-content-with-link {
        padding-right: 35px;
    }

    .media-coverage-grid {
        margin: 40px 0;
    }
}

@media (max-width: 981px) {
    .package-list .package-price {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 821px) {
    .location-images {
        max-width: 100%;
    }
    .community-quote-container .community-quote-excerpt {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .overlapping-top-banner .section-founder-message {
        padding-top: 90px;
    }

    .navbar-wrapper {
        padding: 0 10px;
    }

    .section-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .breadcrumbs {
        padding: 15px 0 0;
    }

    .breadcrumb-item {
        font-size: 13px;
    }

    .breadcrumb-item:not(:last-child)::after {
        margin-left: 6px;
    }

    .section-container.section-container-no-title {
        padding-top: 60px;
    }

    .page-template-founder-message .site-header .section-container {
        padding-bottom: 0;
    }

    .no-banner:not(.scrolled) .header-container {
        padding-bottom: 0;
    }

    .overlapping-top-container {
        padding-bottom: 50px
    }

    .blog-post-section-container {
        padding-left: 0;
        padding-right: 0;
    }

    .responsive-video-iframe-portrait-wrap {
        max-width: 275px;
    }

    .mobile-menu {
        transform: none;
        left: 26px;
        max-width: 100%;
    }

    .home .hero-title {
        font-size: clamp(26px, 16px + 2vw, 40px);
        line-height: 1.2;
        white-space: normal;
        margin: 16px 0;
    }

    .home .hero-description {
        font-size: 20px;
    }

    .cta-button.cta-button-home {
        font-size: 14px;
        margin: 26px 0 16px;
        padding: 16px 48px;
    }

    .hero-content {
        flex-direction: column;
        justify-content: end;
        align-items: flex-start;
        padding-bottom: 30px;
    }

    .explore-more {
        bottom: 30px;
    }

    .single-location .hero-content {
        padding-bottom: 100px;
    }

    .hero-text {
        flex-grow: 0;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .explore-more {
        bottom: 15px;
    }

    .home .header-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 19.71%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.00) 25.56%, rgba(0, 0, 0, 0.00) 35.29%, rgba(0, 0, 0, 0.90) 74.69%),
            url('/wp-content/themes/evolve-mma/images/banner.jpg') lightgray 50% / cover no-repeat
    }

    .featured-logos {
        margin-top: 10px;
    }

    .featured-line {
        margin-top: 50px;
    }

    .featured-title {
        font-size: 20px;
        line-height: 29px;
    }

    .media-item h3 {
        font-size: 14px;
    }

    .section-title {
        font-size: 50px;
        line-height: 60px;
    }

    .section-center-heading .post-title-excerpt {
        max-width: 90%;
    }

    .section-founder-message .section-title {
        font-size: 58px;
        line-height: 68px;
    }

    .location-about-details .section-title {
        font-size: 40px;
        line-height: 50px;
    }

    .section-title.section-title-minor {
        font-size: 38px;
        line-height: 38px;
        padding: 0 0 30px;
    }

    .pre-title-excerpt.pre-title-excerpt-minor {
        line-height: 38px;
    }

    .interactive-item {
        padding: 30px 0;
    }

    .interactive-content-reverse .interactive-item .item-link,
    .interactive-item .item-link {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        margin-top: 30px;
    }

    .interactive-content-reverse .interactive-item .item-content.item-content-with-link,
    .interactive-item .item-content.item-content-with-link {
        padding-right: 0;
    }

    .two-column-content {
        flex-direction: column;
        gap: 64px;
    }

    .two-column-content.right-column-right>*:last-child {
        text-align: center;
    }

    .two-column-content.footer-menu-links {
        flex-direction: row;
        width: 100%;
    }

    .section-full-width {
        padding-bottom: 45%;
    }

    .section-full-width-gallery {
        padding-bottom: 0;
    }

    .section-full-width-video {
        padding-bottom: 52%;
    }

    .background-video-element {
        display: none;
    }

    .package-list {
        grid-template-columns: 1fr;
    }

    .program-tabs {
        gap: 7px;
    }

    .slider-navigation.slider-navigation-center {
        margin-top: 0;
    }

    .section-center-heading {
        padding-bottom: 50px;
    }

    .cta-book {
        font-size: 13px;
    }

    .faq-question h3 {
        line-height: 36px;
    }

    .media-coverage-popup-item .media-coverage-popup-title {
        font-size: 26px;
    }

    .instructor-header {
        grid-template-columns: 3fr 4fr;
        gap: 20px;
        margin-bottom: 20px;
    }

    .instructor-extra-title {
        line-height: 32px;
    }

    .instructor-name {
        font-size: 38px;
        line-height: 42px;
    }

    .instructor-fighter-profile-title {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .instructor-stat-value,
    .instructor-stat-label {
        font-size: 14px;
    }

    .instructor-profile-description {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 16px;
    }

    .single-location-item {
        grid-template-columns: 1fr;
        gap: 60px;
        margin-top: 0;
    }

    .location-description-text {
        font-size: 14px;
        line-height: 24px;
    }

    .location-directions-map-container {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 30px;
    }

    .how-to-get-there-label {
        font-size: 18px;
    }

    .how-to-get-there-content {
        padding-left: 24px;
    }

    .how-to-get-there-content ul {
        padding-left: 18px;
    }

    .how-to-get-there-content li {
        font-size: 13px;
        line-height: 20px;
    }

    .location-details {
        gap: 24px;
    }
    
    .section-container.section-container-contacts {
        padding: 0;
    }

    .single-location .location-details {
        flex-direction: column;
    }

    .location-benefits {
        grid-template-columns: 1fr;
    }

    .location-info-block {
        gap: 12px;
    }

    .location-details-title {
        font-size: 18px;
    }

    .location-details-text {
        font-size: 14px;
        line-height: 24px;
    }

    .interactive-item .item-header {
        gap: 15px;
    }

    .interactive-item .item-number {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .interactive-item .item-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .interactive-item .item-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .classes-slider-container {
        margin-top: 0;
    }

    .slider-navigation {
        justify-content: start;
        margin-bottom: 45px;
        margin-top: 20px;
    }

    .class-card .card-content {
        padding: 20px 0;
    }

    .class-card .card-content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .testimonial-profile {
        gap: 12px;
    }

    .testimonial-avatar {
        border-radius: 15px;
    }

    .testimonial-rating svg {
        width: 12px;
        height: 11px;
    }

    .testimonial-info h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .testimonial-company {
        font-size: 12px;
        line-height: 16px;
    }

    .testimonial-text p {
        font-size: 13px;
        line-height: 20px;
    }

    .subscribe-form .form-group input {
        padding: 14px 16px;
    }

    .subscribe-form .subscribe-btn {
        padding: 14px 0;
        border-radius: 0 0 10px 10px;
    }

    .community-quote-container .community-quote-excerpt,
    .community-quote-container .community-quote-author {
        font-size: 28px;
        line-height: 40px;
        padding-top: 20px;
    }

    .community-quote-container .community-quote-message {
        font-size: 16px;
        line-height: 24px;
        margin-top: 60px;
    }

    .section-founder-message {
        padding-top: 180px;
    }

    .positions-grid {
        grid-template-columns: 1fr;
    }

    .position-item .position-title {
        font-size: 22px;
        line-height: 30px;
    }

    .position-item .salary-amount {
        font-size: 14px;
        line-height: 14px;
    }

    .position-item .salary-period {
        font-size: 12px;
        line-height: 18px;
    }

    .position-item .position-cta {
        font-size: 12px;
    }

    .user-form .form-section-title {
        font-size: 22px;
    }

    .user-form .form-row {
        grid-template-columns: 1fr;
    }
    
    .trial-form {
        margin-top: 24px;
    }
    
    .file-upload-container {
        height: 48px;
        max-width: 100%;
    }
    
    .file-upload-button {
        height: 48px;
        min-width: 110px;
        padding: 0 20px;
        font-size: 12px;
    }
    
    .file-upload-status {
        height: 48px;
        padding: 0 16px;
        font-size: 12px;
    }

    .position-popup-header {
        grid-template-columns: 1fr;
    }

    .position-job-details-title {
        font-size: 26px;
        line-height: 50px;
    }

    .position-popup-content.position-item .position-title {
        font-size: 32px;
        line-height: 38px;
    }

    .position-description {
        font-size: 14px;
    }

    .position-description ul {
        list-style: disc;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .position-description p {
        padding-bottom: 22px;
    }

    .single-post-navigation {
        margin-top: 40px;
        padding-top: 30px;
    }

    .single-post-navigation .slider-navigation {
        gap: 16px;
    }

    .single-post-navigation .post-navigation-info {
        font-size: 14px;
        min-width: 50px;
    }

    .benefits-details {
        gap: 25px;
        margin-bottom: 20px;
    }

    .benefits-details .location-details-title {
        padding: 0;
    }

    .locations-grid {
        grid-template-columns: 1fr;
    }
    
    .locations-grid .location-title {
        font-size: 18px;
    }
    .instructor-stat-row {
        grid-template-columns: 3fr 4fr;
        gap: 10px;
    }

    .media-coverage-grid {
        margin: 20px 0;
    }

    .media-coverage-item {
        width: calc(25% - 20px);
        padding: 5px;
    }
    .user-form .submit-container {
        flex-direction: column;
    }
}

@media (max-width: 768px) and (orientation: portrait) {
    .home .site-header,
    .site-header {
        min-height: 50vh;
        max-height: 100vh;
    }

    .single-location .site-header {
        min-height: 60vh;
        max-height: 100vh;
    }
}

@media (max-width: 640px) {
    .instructor-header {
        grid-template-columns: 1fr;
    }
    .popup-content {
        padding: 20px;
    }
    #schedule-popup .popup-content {
        padding: 20px 10px;
    }
    .instructor-image img {
        padding: 10px 10px 0;
        aspect-ratio: 1;
    }
    .section-center-heading .post-title-excerpt {
        max-width: 100%;
    }
    .popup-iframe-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .benefits-details.benefits-details-three-columns {
        grid-template-columns: 1fr 1fr;
    }
    .media-coverage-item {
        width: calc(50% - 20px);
        padding: 15px;
    }
    .overlapping-top-banner .section-founder-message {
        padding-top: 120px;
    }
    .program-tabs .tab-button {
        padding: 12px 18px;
        font-size: 15px;
    }
}

@media (max-width: 481px) {
    .logo img {
        width: 100px;
    }

    .nav-combined {
        gap: 9px;
    }

    .overlapping-top-banner .section-founder-message {
        background-position-y: 60px !important;
    }

    .home .hero-title {
        font-size: clamp(24px, 16px + 2vw, 40px);
    }

    .home .hero-description {
        font-size: 17px;
    }

    .featured-line {
        margin-top: 40px;
    }

    .featured-title {
        margin-bottom: 25px;
    }

    .section-founder-message::before {
        background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 1) 50px, rgba(0, 0, 0, 0.5) 85px, rgba(0, 0, 0, 0) 110px);
    }

    .section-full-width-video {
        padding-bottom: 57%;
    }

    .instructor-extra-title {
        line-height: 25px;
        padding: 12px 20px;
        text-align: center;
    }

    .instructor-name {
        font-size: 40px;
        line-height: 42px;
    }

    .testimonial-profile {
        gap: 15px;
    }

    .testimonial-quote {
        left: auto;
        transform: translateX(0);
        right: -30px;
        max-height: 90px;
        top: 100px;
    }

    .testimonial-swiper {
        margin-bottom: 20px;
    }

    .section-founder-message {
        padding-top: 120px;
    }

    .class-card .card-image .card-image-content-description {
        font-size: 13px;
        line-height: 18px;
    }

    .main-navbar .cta-button {
        padding: 20px;
        height: 45px;
    }

    .location-about-programs .location-programs-list.location-programs-list-two-columns {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .location-about-details.location-about-details-programs {
        margin-left: 0;
    }

    .section-footer .cta-book {
        padding: 10px 40px;
    }

    .user-form .submit-container .submit-container-actions {
        flex-direction: column-reverse;
        gap: 16px;
    }

    .program-tabs {
        flex-direction: column;
    }
}

.responsive-video-iframe {
    width: 100%;
    position: relative;
    padding-top: 56.2%;
    margin-bottom: 24px;
}

.responsive-video-iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.responsive-video-iframe-portrait-wrap {
    max-width: 450px;
    margin: 0 auto;
}

.blog-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.blog-post-preview {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.blog-post-preview:hover {
    text-decoration: none;
    color: inherit;
}

.blog-post-preview .evolve-thumbnail {
    display: block;
    text-decoration: none;
    flex-shrink: 0;
}

.blog-post-preview .evolve-thumbnail-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 40px;
}

.blog-post-preview .evolve-thumbnail-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-post-preview .article-image-credit {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    text-decoration: none;
}

.blog-post-preview .evolve-subtext {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    color: #666;
    margin-bottom: 12px;
    padding: 0;
    margin-top: 16px;
}

.blog-post-preview .evolve-post-category {
    color: #EE0010;
    border-radius: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-size: 10px;
}

.blog-post-preview .evolve-post-author {
    color: #666;
}

.blog-post-preview .evolve-post-author a {
    color: inherit;
    text-decoration: none;
}

.blog-post-preview .evolve-post-author a:hover {
    color: #EE0010;
}

.blog-post-preview .evolve-post-date {
    color: #999;
    font-size: 11px;
    margin-left: auto;
}

.blog-post-preview .entry-title {
    margin: 0 0 12px 0;
    padding: 0;
    flex-grow: 1;
}

.blog-post-preview .entry-title a {
    color: #000;
    text-decoration: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-post-preview .entry-title a:hover {
    color: #EE0010;
}

.blog-post-preview .entry-content {
    padding: 0 0 20px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
    max-height: 4.5em;
}

/* Navigation styling */
.next-page-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 60px 0 40px;
    padding: 20px;
}

.page-navigation {
    display: inline-block;
    padding: 12px 24px;
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.page-navigation:hover {
    background: #EE0010;
    color: white;
    border-color: #EE0010;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .blog-post-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .blog-post-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .blog-post-preview .entry-title a {
        font-size: 18px;
        line-height: 24px;
    }

    .blog-post-preview .entry-content {
        font-size: 13px;
    }

    .next-page-loader {
        flex-direction: column;
        gap: 16px;
    }
}


/* Single Post Styles */
.single-post-breadcrumb {
    margin-bottom: 24px;
    font-size: 14px;
    color: #666;
}

.single-post-breadcrumb a {
    color: #EE0010;
    text-decoration: none;
}

.single-post-breadcrumb a:hover {
    text-decoration: underline;
}

.single-post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.single-post-category {
    color: #EE0010;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.single-post-author a {
    color: #666;
    text-decoration: none;
}

.single-post-author a:hover {
    color: #EE0010;
}

.single-post-date {
    color: #999;
    font-size: 13px;
    margin-left: auto;
}

.single-post-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #000;
    margin-bottom: 32px;
}

.single-post-featured-image {
    position: relative;
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.single-post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.single-post-image-credit {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
}

.single-post-video {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    border-radius: 20px;
    overflow: hidden;
}

.single-post-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-post-content {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-bottom: 60px;
}

.single-post-content p {
    margin-bottom: 24px;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
    font-weight: 700;
    margin: 40px 0 20px;
    color: #000;
}

.single-post-content h2 {
    font-size: 32px;
    line-height: 40px;
}

.single-post-content h3 {
    font-size: 28px;
    line-height: 36px;
}

.single-post-content h4 {
    font-size: 24px;
    line-height: 32px;
}

.single-post-content ul,
.single-post-content ol {
    margin: 24px 0;
    padding-left: 30px;
}

.single-post-content li {
    margin-bottom: 8px;
}

.single-post-content a {
    color: #EE0010;
    text-decoration: underline;
}

.single-post-content a:hover {
    text-decoration: none;
}

.single-post-content iframe.instagram-media {
    margin: 0 auto !important;
    position: relative !important;
}

.single-post-footer-social {
    padding: 40px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
}

.single-post-content .wp-caption {
    max-width: 100%;
    margin: 5px 0 30px 0;
    border: 1px solid #e0e0e0;
    padding: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .09);
    box-sizing: border-box;
    text-align: center;
}

.single-post-content .wp-caption .wp-caption-text {
    text-align: center;
    line-height: 1.5;
    color: #626262;
    padding: 10px 5px 5px;
}

.single-post-related,
.single-post-more-category,
.single-post-more-evolve {
    margin-bottom: 80px;
}

.related-posts-title,
.more-category-title,
.more-evolve-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
}

.more-category-title a {
    color: #EE0010;
    text-decoration: none;
}

.more-category-title a:hover {
    text-decoration: underline;
}

/* Archive Page Styles */
.author-box {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f8f9fa;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.author-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info {
    flex: 1;
}

.author-info .section-title {
    margin-bottom: 8px;
}

.author-description {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.author-articles {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 20px;
    background: white;
    border-radius: 12px;
    min-width: 100px;
}

.author-articles .title {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}

.author-articles .name {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

.author-articles .count {
    color: #EE0010;
    font-size: 18px;
    font-weight: 700;
}

.breadcrumb {
    list-style: none;
    padding: 0;
    font-size: 14px;
    color: #666;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb li:after {
    content: " / ";
    color: #ccc;
}

.breadcrumb li:last-child:after {
    content: "";
}

.breadcrumb a {
    color: #EE0010;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* Responsive Design for Archive */
@media (max-width: 768px) {
    .author-box {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        padding: 20px;
    }

    .author-articles {
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        padding: 16px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .single-post-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .single-post-content {
        font-size: 16px;
        line-height: 28px;
    }

    .single-post-content h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .single-post-content h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .single-post-content h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .related-posts-title,
    .more-category-title,
    .more-evolve-title {
        font-size: 28px;
        line-height: 36px;
    }

    .single-post-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .single-post-date {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .single-post-title {
        font-size: 28px;
        line-height: 36px;
    }

    .single-post-content {
        font-size: 15px;
        line-height: 26px;
    }

    .related-posts-title,
    .more-category-title,
    .more-evolve-title {
        font-size: 24px;
        line-height: 32px;
    }

    .author-box {
        padding: 16px;
    }

    .author-articles {
        flex-direction: column;
        gap: 8px;
    }
}

.swiper:not(.swiper-initialized) {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.swiper.swiper-initialized {
    opacity: 1;
}

.swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
}

.swiper:not(.swiper-initialized) .swiper-slide {
    flex-shrink: 0;
    opacity: 1;
}

.classes-swiper:not(.swiper-initialized) .swiper-slide {
    width: 33.333%;
}

.media-swiper:not(.swiper-initialized) .swiper-slide {
    width: 20%;
}

.gallery-swiper:not(.swiper-initialized) .swiper-slide {
    width: 100%;
}

.testimonial-swiper:not(.swiper-initialized) .swiper-slide {
    width: 33.333%;
}

.swiper-banner:not(.swiper-initialized) .swiper-slide {
    width: 100%;
}

.popup-details-swiper:not(.swiper-initialized) .swiper-slide {
    width: 100%;
}

@media (max-width: 1024px) {
    .classes-swiper:not(.swiper-initialized) .swiper-slide {
        width: 50%;
    }
    .testimonial-swiper:not(.swiper-initialized) .swiper-slide {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .classes-swiper:not(.swiper-initialized) .swiper-slide {
        width: 90.909%; /* 1.1 slides */
    }
    .media-swiper:not(.swiper-initialized) .swiper-slide {
        width: 50%;
    }
    .testimonial-swiper:not(.swiper-initialized) .swiper-slide {
        width: 100%;
    }
}

.pdf-container {
    max-height: 70vh;
    overflow-y: auto;
    padding: 20px;
    background: #f5f5f5;
}

.pdf-loading,
.pdf-error {
    text-align: center;
    padding: 40px;
    font-size: 16px;
}

.pdf-error {
    color: #666;
}

.pdf-error a {
    color: #EE0010;
    text-decoration: none;
}

.pdf-container canvas {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .pdf-container {
        max-height: 60vh;
        padding: 10px;
    }
}
