@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Plateia';
    src: url('../plateia/plateia.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #060607 !important;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 3.5px;
}


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


::-webkit-scrollbar-thumb {
    background: #FF9FA1;
    border-radius: 10px;
}


::-webkit-scrollbar-thumb:hover {
    background: #4A90DA;
}

/* Top Nav Start */
.top-nav {
    color: #fff;
    padding: 4px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.top-nav p {
    font-size: 15px;
    margin: 0;
    position: absolute;
    transform: translateX(-50%);
}
.top-contact-link, .sidebar-contact-link, .footer-phone-link, .cu-link{
    color: #fff;
    text-decoration: none;
}
.top-contact-link:hover, .sidebar-contact-link:hover, .footer-phone-link:hover, .cu-link:hover{
    color: #CB4E54;
}
.top-socials i {
    margin-right: 5px;
    font-size: 15px;
}

.line-span {
    margin: 0 25px;
}

/* Top Nav End */

/* Navbar Start */
.navbar-ramax {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 40px;
    color: #fff;
}

.nav-logo img {
    height: 180px;
}



.nav-menu {
    display: flex;
    list-style: none;
    gap: 60px;
    margin-right: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;

}

.nav-menu li {
    font-size: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
}

.nav-menu li.active a {
    color: #CB4E54;
    font-weight: 600;
}

.nav-menu li:hover,
.nav-menu li a:hover {
    color: #CB4E54;
}

.nav-menu li a{
    text-decoration: none;
    color: #fff;
}
.nav-actions {
    display: flex;
    align-items: center;
}

.search-box {
    border: 1px solid #333;
    padding: 16px 20px;
    cursor: pointer;
}

.menu-toggle {
    background: #CB4E54;
    padding: 16px 20px;
    cursor: pointer;
}

.nav-actions i {
    font-size: 18px;
}

/* Navbar End */

/* Hero Section Start */
.hero-section {
    position: relative;
    min-height: calc(100vh - 150px);
    display: flex;
    align-items: center;
    overflow: visible;
    /* changed from hidden to visible */
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 30%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(203, 78, 84, 0.45) 0%, rgba(203, 78, 84, 0) 70%);
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    filter: blur(50px);
    animation: flowGlow 5s infinite alternate ease-in-out;
}

.navbar-ramax::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
    pointer-events: none;
}

@keyframes flowGlow {
    0% {
        transform: translateY(-50%) translateX(0px) scale(1);
        opacity: 0.7;
    }

    100% {
        transform: translateY(-50%) translateX(-30px) scale(1.2);
        opacity: 1;
    }
}

.hero-right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-img-bg {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    max-width: 800px;
    z-index: 1;
}

.hero-img-man {
    position: relative;
    z-index: 2;
    width: 80%;
    max-width: 100%;
    display: block;
    right: -20%;
    bottom: -90px;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-family: 'Plateia', sans-serif;
    font-size: 55px;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #aeaeae;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 90%;
}

.hero-btn {
    background-color: #444444;
    color: #fff;
    border: none;
    border-left: 3px solid #CB4E54;
    border-right: 3px solid #CB4E54;
    padding: 14px 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.hero-btn:hover {
    background-color: #CB4E54;
    border-color: #CB4E54;
}

/* Hero Section End */

.ticker-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: visible;
    /* changed from hidden to visible */
    padding: 20px 0;
    z-index: 100;
}

/* Gray back strip — tilted, moves right to left */
.ticker-track--gray {
    position: absolute;
    top: 140%;
    left: 0;
    width: 100%;
    background-color: #1a1a1a;
    padding: 10px 0;
    transform: rotate(5deg) scaleX(1.2) translateY(-50%);
    transform-origin: center center;
    z-index: 1;
    overflow: hidden;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

/* Red front strip — perfectly horizontal, moves left to right */
.ticker-track--red {
    position: relative;
    width: 100%;
    background-color: #CB4E54;
    padding: 10px 0;
    transform: none;
    z-index: 2;
    overflow: hidden;
    margin: 10px 0;
    transform: translateY(160%);
}


.ticker-inner {
    display: flex;
    width: max-content;
    white-space: nowrap;
}

.ticker-track--gray .ticker-inner {
    animation: tickerRTL 30s linear infinite;
}

.ticker-track--red .ticker-inner {
    animation: tickerLTR 25s linear infinite;
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 0 10px;
    border-top: 2px solid #000000dc;
    border-bottom: 2px solid #000000e1;
}

.ticker-track--gray .ticker-item {
    color: #555;
    font-family: 'Plateia', sans-serif;
}

.ticker-track--red .ticker-item {
    color: #000000;
    font-family: 'Plateia', sans-serif;

}

.ticker-sep {
    display: inline-flex;
    align-items: center;
    margin: 0 12px;
    font-size: 24px;
}

.ticker-track--gray .ticker-sep {
    color: #444;
    font-family: 'Plateia', sans-serif;

}

.ticker-track--red .ticker-sep {
    color: rgba(255, 255, 255, 0.6);
}

/* Animations — only the inner content moves */
@keyframes tickerLTR {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes tickerRTL {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.mobile-burger {
    display: none;
}

/* ===== RESPONSIVE MOBILE ===== */
@media (max-width: 991px) {

    /* 1. Hide top nav */
    .top-nav {
        display: none;
    }

    /* 2. Navbar */
    .navbar-ramax {
        padding: 10px 20px;
        align-items: center;
    }

    .nav-logo img {
        height: 80px;
        animation: rotateLogo 20s linear infinite;
    }

    .nav-menu {
        display: none;
    }

    .search-box {
        display: none;
    }

    /* Hide desktop burger, show mobile burger */
    .menu-toggle {
        display: none;
    }

    .mobile-burger {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #CB4E54;
        padding: 14px 18px;
        cursor: pointer;
        z-index: 1001;
    }

    .mobile-burger i {
        font-size: 18px;
        color: #fff;
    }

    /* 3. Hero Section */
    .hero-section {
        min-height: 100svh;
        align-items: center;
        /* center vertically */
        padding-bottom: 80px;
        /* leave room for ticker */
        padding-top: 20px;
    }

    /* Hero right image becomes background */
    .hero-right {
        display: none;
    }

    .hero-section::after {
        content: '';
        position: absolute;
        inset: 0;
        background-image: url('../assets/hero-right-up.png');
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 0;
        opacity: 0.35;
        padding-right: 50px !important;
    }

    .hero-section::before {
        z-index: 1;
    }

    /* Dark overlay on top of bg image */
    .hero-section-inner-wrap {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        height: 100% !important;
    }

    .hero-left {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .hero-content {
        text-align: center;
        padding: 0 10px;
        margin-top: -40px;
    }

    .hero-title {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .hero-desc {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 24px;
        max-width: 100%;
    }

    .hero-desc br {
        display: none;
    }

    .hero-btn {
        font-size: 11px;
        padding: 12px 22px;
    }

    /* Ticker */
    .ticker-wrap {
        bottom: 0;
    }
    .ticker-track--gray {
        top: 0 !important;
        transform: rotate(5deg) scaleX(1.2) !important;
    }
    .ticker-track--red {
        transform: translateY(0) !important;
        margin-top: 0 !important;
    }
}

/* ===== MOBILE MENU PANEL ===== */
.mobile-menu-panel {
    position: fixed;
    top: 0;
    right: -100%; /* Start off-screen to the right */
    width: 100%; /* Full width */
    height: 100vh; /* Full height */
    background-color: #0d0d0d;
    z-index: 9999;
    overflow-y: auto;
    transition: right 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-menu-panel.open {
    right: 0; /* Slide into view */
}

.mobile-menu-panel .mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    text-align: center;
}

.mobile-menu-panel .mobile-nav-list li a{
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    padding: 16px 0;
    cursor: pointer;
    text-transform: uppercase;
    transition: color 0.2s ease;
    border-bottom: 1px solid #1a1a1a;
    text-decoration: none;
    display: inline-block;
    margin-top: 1px;
}

.mobile-menu-panel .mobile-nav-list li:last-child {
    border-bottom: none;
}

.mobile-menu-panel .mobile-nav-list li.active,
.mobile-menu-panel .mobile-nav-list li:hover {
    color: #CB4E54;
}

.mobile-menu-search {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #333;
    padding: 12px 20px;
    width: 80%;
    max-width: 320px;
}

.mobile-menu-search input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    width: 100%;
    letter-spacing: 1px;
}

.mobile-menu-search input::placeholder {
    color: #555;
}

.mobile-menu-search i {
    color: #CB4E54;
    font-size: 16px;
}

.mobile-close-btn {
    position: absolute;
    top: 20px;
    right: 50px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
}


@media (min-width: 992px) and (max-width: 1300px) {
    .hero-title {
        font-size: 40px !important;
    }

    .hero-desc {
        font-size: 18px !important;
    }

    .top-nav p {
        font-size: 12px;
    }

    .ticker-track--gray {
        position: absolute;
        top: 80%;
        left: 0;
        width: 100%;
        background-color: #1a1a1a;
        padding: 10px 0;
        transform: rotate(5deg) scaleX(1.2) translateY(-50%);
        transform-origin: center center;
        z-index: 1;
        overflow: hidden;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
    }

    .ticker-item {
        font-size: 22px;
    }

    .ticker-track--red {
        position: relative;
        width: 100%;
        background-color: #CB4E54;
        padding: 10px 0;
        transform: none;
        z-index: 2;
        overflow: hidden;
        margin: 10px 0;
        margin-top: 20px !important;
    }
}

/* ===========================
   ABOUT SECTION
   =========================== */

.about-section-wrap {
    position: relative;
    /* background-color: #060607; */
    padding: 100px 0 60px 0 !important;
    overflow: hidden;
}

/* Ghost "ABOUT US" large background text */
.about-section-bg-title {
    font-family: 'Plateia', sans-serif;
    font-size: clamp(80px, 12vw, 60px);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.04);
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    color: transparent;
    -webkit-text-stroke: 1px #363636;
}

/* Main heading block */
.about-section-heading {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.about-section-main-title {
    font-family: 'Plateia', sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 2px;
    margin: 0 auto; /* IMPORTANT */
    padding-top: 240px;
    max-width: 800px;
    text-align: center; /* centers text inside */
}

/* Three-column layout */
.about-section-columns {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    position: relative;
    z-index: 1;
    min-height: 420px;
}

/* ---- Left image column ---- */
.about-section-left-img-wrap {
    position: relative;
    flex: 0 0 22%;
    max-width: 22%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.about-section-left-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    filter: brightness(0.85);
}

/* Dot grid — bottom-right of left image column */
.about-section-dots--left {
    position: absolute;
    bottom: -60px;
    left: 10px;
    width: 40px;
    height: 80px;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.25) 2.5px, transparent 2.5px);
    background-size: 10px 10px;
    z-index: 2;
    pointer-events: none;
}

/* ---- Center content column ---- */
.about-section-center {
    flex: 0 0 46%;
    max-width: 46%;
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    gap: 20px;
}

.about-section-priority-label {
    font-family: 'Plateia', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

/* Red bordered tagline box */
.about-section-tagline-box {
    border: 2px solid #CB4E54;
    padding: 9px 10px;
    display: inline-block;
    width: fit-content;
}

.about-section-tagline {
    font-family: 'Plateia', sans-serif;
    font-size: clamp(18px, 2.2vw, 40px);
    font-weight: 500;
    color: #CB4E54;
    text-transform: uppercase;
    letter-spacing: 3px;
    white-space: nowrap;
}

.about-section-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #aaaaaa;
    line-height: 1.8;
    margin: 0;
    /* max-width: 480px; */
}

/* Read More button */
.about-section-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #2a2a2a;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: fit-content;
    border-left: 3px solid #CB4E54;
    border-right: 3px solid #CB4E54;
}

.about-section-btn:hover {
    background-color: #CB4E54;
}

.about-section-btn-plus {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

/* ---- Right image column ---- */
.about-section-right-img-wrap {
    position: relative;
    flex: 0 0 22%;
    max-width: 22%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.about-section-right-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    filter: brightness(0.85);
}

/* Dot grid — top-left of right image column */
.about-section-dots--right {
    position: absolute;
    top: -40px;
    right: -24px;
    width: 40px;
    height: 80px;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.25) 2.5px, transparent 2.5px);
    background-size: 10px 10px;
    z-index: 2;
    pointer-events: none;
}

/* ===========================
   ABOUT SECTION — RESPONSIVE
   =========================== */

/* Tablet: tighten padding */
@media (max-width: 1100px) {
    .about-section-center {
        padding: 30px 30px;
    }
}

/* Mobile: hide side images */
@media (max-width: 991px) {

    .about-section-left-img-wrap,
    .about-section-right-img-wrap {
        display: none;
    }

    .about-section-columns {
        flex-direction: column;
        align-items: center;
        min-height: unset;
    }

   

    .about-section-tagline {
        font-size: 18px;
        letter-spacing: 1.5px;
    }

    .about-section-desc {
        font-size: 13px;
    }

    .about-section-btn {
        font-size: 12px;
        padding: 12px 22px;
    }

   
}


.fitness-section-wrap {
    position: relative;
    /* background-color: #060607; */
    padding: 120px 0 80px 0;
    overflow: hidden;
    text-align: center;
}

.fitness-section-bg-container {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 0;
}

.fitness-section-bg-text-large {
    font-family: 'Plateia', sans-serif;
    font-size: clamp(80px, 15vw, 150px);
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgba(203, 78, 84, 0.295);
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 0.2;
    margin: 0;
    margin-top: 100px;
}

.fitness-section-bg-text-outline {
    font-family: 'Plateia', sans-serif;
    font-size: clamp(60px, 10vw, 80px);
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 40px;
}

.fitness-section-container {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

.fitness-section-header {
    margin-bottom: 80px;
    margin-top: 112px;
}

.fitness-section-accent {
    display: inline-block;
    color: #CB4E54;
    font-size: 24px;
    font-weight: 900;
    /* margin-bottom: 10px; */
    /* letter-spacing: 4px; */
    margin-top: 100px;
}

.fitness-section-heading {
    font-family: 'Plateia', sans-serif;
    color: #ffffff;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 2px;
    /* padding-top: 100px; */
}

.fitness-section-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.fitness-section-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    cursor: pointer;
}

.fitness-section-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.fitness-section-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.329);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.4s ease;
    padding: 30px;
}

.fitness-section-item:hover .fitness-section-overlay {
    background: rgba(203, 78, 84, 0.8);
}

.fitness-section-item-title {
    font-family: 'Plateia', sans-serif;
    color: #ffffff;
    font-size: clamp(16px, 1.8vw, 26px);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1.5px;
    margin: 0;
}

.fitness-section-item:hover .fitness-section-img {
    transform: scale(1.08);
}

/* Responsive */
@media (max-width: 991px) {
    .fitness-section-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fitness-section-wrap {
        padding: 80px 0;
    }

  


}

@media (max-width: 576px) {
    .fitness-section-grid {
        grid-template-columns: 1fr;
    }

  

    .fitness-section-heading {
        font-size: 20px;
    }
}


/* CHOOSE SECTION */

.choose-section-wrap {
    padding: 100px 0;
    background-color: #060607;
}

.choose-section-content {
    display: flex;
    align-items: center;
    gap: 80px;

}

.choose-section-accent {
    color: #CB4E54;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
}

.choose-section-title {
    font-family: 'Plateia', sans-serif;
    color: #ffffff;
    font-size: clamp(30px, 5vw, 40px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.choose-section-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.choose-section-list li {
    font-family: 'Montserrat', sans-serif;
    color: #aeaeae;
    font-size: 20px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.choose-section-list li::before {
    content: '•';
    color: #CB4E54;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.choose-section-image img {
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    margin-left: 50px;
}
.choose-read-more{
   display: none;
}
/* MOBILE ONLY */
@media (max-width: 767px) {

    .choose-section-wrap {
        padding: 60px 0;
    }

    .choose-section-content {
        display: block;
        gap: 0;
    }

    .choose-inner-left {
        margin-bottom: 25px;
    }

    .choose-section-title {
        margin-bottom: 0;
    }

    /* Hide image only on mobile */
    .choose-section-image {
        display: none;
    }

    /* Show only first 2 points initially */
    .choose-section-list li:nth-child(n+3) {
        display: none;
    }

    /* When active show all */
    .choose-section-list.active li {
        display: block;
    }

    /* Read More Button */
    .choose-read-more {
        display: inline-block;
        margin-top: 15px;
        color: #CB4E54;
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
}
/* ===========================
   VIDEO SECTION
   =========================== */

.video-section-wrap {
    padding: 60px 0;
    background-color: #060607;
}

.video-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.video-section-thumbnail {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
}

.video-section-thumbnail img {
    transition: transform 0.5s ease;
}

.video-section-thumbnail:hover img {
    transform: scale(1.02);
}

.video-box {
    position: relative;
    /* ADD THIS */
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
}

.video-section-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-color: #CB4E54;
    /* Using rgba for slight transparency as per image */
    background-color: rgba(203, 78, 84, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 32px;
    transition: all 0.3s ease;
    box-shadow: 0 0 30px rgba(203, 78, 84, 0.5);
}

.video-section-play-btn i {
    margin-left: 5px;
    /* Visual center adjustment for play icon */
}

.video-section-thumbnail:hover .video-section-play-btn {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: #CB4E54;
}

/* CARDS SECTION*/

.cards-section-wrap {
    padding: 80px 0 100px;
    background-color: #060607;
}

.cards-section-card {
    background: #0d0d0d;
    height: 100%;
    /* border: 1px solid #1a1a1a; */
    overflow: hidden;
    transition: transform 0.3s ease;
    cursor: pointer;

}

.cards-section-img-box {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.cards-section-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cards-section-body {
    padding: 30px;
}

.cards-section-card-title {
    font-family: 'Plateia', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 1.4;
}

.cards-section-card-text {
    font-family: 'Montserrat', sans-serif;
    color: #aeaeae;
    font-size: 14px;
    line-height: 1.7;
}

.cards-section-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cards-section-card-list li {
    font-family: 'Montserrat', sans-serif;
    color: #aeaeae;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    line-height: 1.6;
}

.cards-section-card-list li::before {
    content: '-';
    color: #888;
    position: absolute;
    left: 0;
}

@media (max-width: 991px) {
    .choose-section-image {
        margin-top: 50px;
    }

    .video-section-play-btn {
        width: 70px;
        height: 70px;
        font-size: 24px;
    }
}

/*
   PRICING SECTION*/

.pricing-section-wrap {
    padding: 10px 0;
    background-color: #060607;
}

.pricing-section-accent {
    color: #CB4E54;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.pricing-section-title {
    font-family: 'Plateia', sans-serif;
    color: #ffffff;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.pricing-section-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #aeaeae;
    font-size: 16px;
    margin-bottom: 60px;
}

.pricing-section-card-content {
    flex-grow: 1;
}

.pricing-section-card {
    background: #191919;
    padding: 40px 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, border-color 0.3s ease;
    border: 1px solid transparent;
    position: relative;
    overflow: visible
}

.pricing-section-card:hover {
    transform: translateY(-10px);
    border-color: #CB4E54;
}

.pricing-section-card-header {
    margin-bottom: 30px;
}

.pricing-section-card-name {
    font-family: 'Plateia', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
}

.pricing-section-card-sub {
    font-family: 'Plateia', sans-serif;
    color: #CB4E54;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.pricing-item {
    margin-bottom: 25px;
}

.pricing-item-title {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.pricing-item ul {
    list-style: none;
    padding: 0;
}

.pricing-item ul li {
    font-family: 'Montserrat', sans-serif;
    color: #aeaeae;
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.pricing-item ul li::before {
    content: '//';
    color: #CB4E54;
    font-size: 10px;
    margin-right: 10px;
    font-weight: 900;
}

.pricing-section-card-footer {
    margin-top: auto;
    position: relative;
}

.pricing-section-btn {
    width: 100%;
    background-color: #2a2a2a;
    color: #ffffff;
    border: none;
    border-left: 3px solid #CB4E54;
    border-right: 3px solid #CB4E54;
    padding: 18px 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
}

.pricing-section-btn:hover {
    background-color: #CB4E54;
}



/* GALLERY SECTION */

.gallery-section-wrap {
    padding: 185px 0 120px 0;
    background-color: #060607;
    position: relative;
    overflow: hidden;
}

.gallery-section-bg-title {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Plateia', sans-serif;
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke: 1px #363636;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
}

.gallery-slider-container {
    position: relative;
    z-index: 2;
}

.gallery-section-subtitle {
    font-family: 'Plateia', sans-serif;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    /* margin-bottom: 60px; */
}

.gallery-slider-box {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.gallery-slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

.gallery-slide {
    min-width: 100%;
    display: flex;
    gap: 20px;
}

.gallery-slide-img {
    flex: 1;
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.gallery-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery-slider-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
    /* margin-top: 40px; */
}

.gallery-slider-dots span {
    width: 10px;
    height: 10px;
    background-color: #2a2a2a;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-slider-dots span.active {
    background-color: #CB4E54;
    width: 20px;
}

/*MARQUEE SECTION */

.marquee-section-wrap {
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marqueeScroll 40s linear infinite;
}

.marquee-content {
    display: flex;
}

.marquee-content img {
    width: 300px;
    height: 350px;
    object-fit: cover;
    flex-shrink: 0;
}
.marquee-section-wrap:hover .marquee-track {
    cursor: pointer;
}
@keyframes marqueeScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {

    .gallery-section-bg-title {
        font-size: 50px !important;
    }
}

/*FOOTER SECTION */

.footer-wrap {
    background-color: #060607;
    padding: 100px 0 0;
    color: #ffffff;
    background: radial-gradient(circle at 50% 100%, rgba(203, 78, 84, 0.15) 0%, rgba(6, 6, 7, 0) 70%);
}

.footer-logo {
    max-width: 280px;
    height: auto;
}

.footer-info-item {
    margin-bottom: 35px;
}

.footer-label {
    display: block;
    color: #CB4E54;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.footer-phone {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    margin: 0;
}

.footer-address,
.footer-timing {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: clamp(10px, 1vw, 12px);
    line-height: 1.8;
    margin: 0;
    text-transform: uppercase;
}

.footer-services-title {
    font-family: 'Plateia', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-services-accent {
    color: #CB4E54;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 30px;
}

.footer-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-services-list li a {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
    cursor: pointer !important;
    transition: color 0.3s ease !important;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 10px !important;
    display: inline-block;
}

.footer-services-list li a:hover {
    color: #CB4E54 !important;
}

.footer-bottom {
    margin-top: 60px;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    /* Reddish glow effect at bottom */
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-copyright {
    font-family: 'Montserrat', sans-serif;
    color: #666;
    font-size: 12px;
}

.footer-socials {
    display: flex;
    gap: 15px;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    background-color: #1a1a1a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-socials a:hover {
    background-color: #CB4E54;
    transform: translateY(-3px);
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    font-family: 'Montserrat', sans-serif;
    color: #666;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #CB4E54;
}

@media (max-width: 768px) {
    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 40px;
    }
    .footer-services-title{
        margin-top: 30px;
    }
}

/* TESTIMONIAL SLIDER SECTION*/
.testimonial-section-slides {
    padding: 100px 0 50px 0;
    overflow: hidden;
}

.testimonial-header {
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}

.testimonial-accent {
    color: #CB4E54;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.testimonial-title {
    font-family: 'Plateia', sans-serif;
    color: #fff;
    font-size: clamp(24px, 4vw, 36px);
    line-height: 1.2;
    text-transform: uppercase;
}

.testimonial-slider-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

.testimonial-slide {
    min-width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.testimonial-bg-img {
    width: 100%;
}

.testimonial-bg-img img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(0.8);
}

.testimonial-content-box {
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(26, 26, 26, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(203, 78, 84, 0.5);
    padding: 60px 40px;
    width: 480px;
    height: fit-content;
    z-index: 2;
}

.testimonial-content-box::before {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    width: 100%;
    height: 3px;
    background: #CB4E54;
}

.testimonial-text {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 40px;
}

.author-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.author-role {
    font-family: 'Montserrat', sans-serif;
    color: #aaa;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.testimonial-dots {
    position: absolute;
    bottom: 60px;
    left: 8%;
    display: flex;
    gap: 12px;
    z-index: 20;
}

.testimonial-dots .dot {
    width: 10px;
    height: 10px;
    background-color: #444;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dots .dot.active {
    background-color: #CB4E54;
    width: 30px;
}

/* Responsive adjustment */
@media (max-width: 1200px) {
    .testimonial-content-box {
        right: 5%;
        width: 400px;
        padding: 40px 30px;
    }

    .testimonial-text {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .testimonial-section-slides {
        padding: 40px 0;
    }

    .testimonial-content-box {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        width: 90%;
        margin: -100px auto 40px;
        background: #1a1a1a;
        padding: 30px 20px;
        border: 1px solid #CB4E54;
    }

    .testimonial-slide {
        flex-direction: column;
    }

    .testimonial-dots {
        position: relative;
        bottom: 0;
        left: 0;
        justify-content: center;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .testimonial-text {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .testimonial-bg-img img {
        filter: brightness(1);
    }
     .about-section-bg-title {
        font-size: 50px;
        letter-spacing: 4px;
    }
    .about-section-main-title {
        font-size: 22px;
    }

    .about-section-center {
        flex: none;
        max-width: 100%;
        width: 100%;
        padding: 0px 24px;
        align-items: flex-start;
        gap: 16px;
    }

    .fitness-section-bg-text-large {
        font-size: 50px;
        letter-spacing: 5px;
        text-align: center;
    }

    .fitness-section-bg-text-outline {
        font-size: 40px;
        margin-top: 15px;
    }
    .fitness-section-header{
        margin-top: 60px;
    }

    .choose-section-image img{
        display: none;
    }
   
}

/* Bio Section Styles */

.about-page-top {
    position: relative;
    background-image: url('../assets/bio-bg.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

/* Dark blackish overlay */
.about-page-top::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.822);
    z-index: 0;
    pointer-events: none;
}

/* Lift nav elements above overlay */

.about-page .navbar-ramax {
    position: relative;
    z-index: 2;
    background: transparent !important;
}
.about-page .top-nav{
     position: relative;
    z-index: 2;
    background: #000 !important;
}
/* Hero section — no bg, just positions the person image */
.about-hero-section {
    position: relative;
    min-height: 45vh;
    z-index: 1;
}

.about-hero-image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 2;
}

.about-hero-image img {
    /* height: 100%; */
    max-height: 60vh;
    object-fit: contain;
    display: block;
}

/* About content image slideshow wrapper */
.about-img-slideshow {
    position: relative;
    width: 75%;
    max-width: 340px;
    margin: 0 auto;
}

.about-content-img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    width: 100%;
    display: block;
    filter: grayscale(100%);
}

/* img1 sits in normal flow to define the wrapper height */
.slide-img--1 {
    position: relative;
    z-index: 1;
    animation: aboutCrossfade 7s ease-in-out infinite;
}

/* img2 stacks absolutely on top */
.slide-img--2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    animation: aboutCrossfade 7s ease-in-out infinite;
    animation-delay: -3.5s; /* offset by half cycle — perfect alternation */
}

@keyframes aboutCrossfade {
    0%, 40%  { opacity: 1; }
    50%, 90% { opacity: 0; }
    100%     { opacity: 1; }
}


.about-content-text p {
    color: #dbd7d7;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.about-quote {
    font-family: 'Plateia', sans-serif;
    color: #CB4E54;
    font-size: 20px;
    margin: 30px 0;
    padding-left: 20px;
    border-left: 4px solid #CB4E54;
    line-height: 1.4;
}

.about-numbers-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.number-item {
    padding: 0 15px;
}

.num-val {
    font-size: 65px;
    font-weight: 800;
    color:#CB4E54;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.num-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.num-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* Mobile for Bio Sections */
@media (max-width: 991px) {
    .about-hero-section {
        min-height: 22vh;
    }
    .about-hero-image {
        right: 0;
        width: 100%;
        justify-content: center;
    }
    .about-hero-image img {
        height: auto;
        max-height: 35vh;
        width: auto;
        object-fit: contain;
        object-position: bottom;
    }
    .about-quote {
        font-size: 16px;
    }
    .num-val {
        font-size: 45px;
    }
    .about-content-img {
        width: 60%;
        max-width: 240px;
    }
    /* Hide crossfade on mobile, show side-by-side pair instead */
    .about-img-slideshow {
        display: none;
    }
    .about-img-mobile-pair {
        display: flex !important;
        gap: 10px;
        justify-content: center;
        align-items: flex-start;
    }
    .about-mobile-img {
        width: 48%;
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
        filter: grayscale(100%);
        object-fit: cover;
    }
}

/* Desktop: keep slideshow, hide mobile pair */
.about-img-mobile-pair {
    display: none;
}

.about-hero-section {
    position: relative;
}

.about-hero-image {
    position: relative;
    min-height: 200px;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-hero-title {
    font-family: 'Plateia', sans-serif;
    font-size: clamp(42px, 8vw, 90px);
    color: #fff;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0;
}

/* .about-subtitle{
  color: #CB4E54;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 16px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  position: relative;
  top: 100px;
} */

.about-hero-content {
    text-align: center;
    max-width: 1000px;
    padding: 0 20px;
}

.about-hero-subtitle {
    margin-top: 20px;
    color: #d7d7d7;
    font-size: 18px;
    line-height: 1.8;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 767px) {
    .about-hero-subtitle {
        font-size: 12px;
        line-height: 1.7;
    }
}

/* ===========================
   CONTACT US SECTION
   =========================== */
.contact-us-section {
    padding: 60px 0;
}

.cu-section-title {
    font-family: 'Plateia', sans-serif;
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.cu-section-sub {
    color: #888;
    font-size: 15px;
    margin-bottom: 32px;
    font-family: 'Montserrat', sans-serif;
}

.cu-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cu-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cu-form-group label {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #aaa;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cu-form-group input,
.cu-form-group select,
.cu-form-group textarea {
    background: #111;
    border: 1px solid #2a2a2a;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 14px 16px;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.25s ease;
    resize: none;
}

.cu-form-group input::placeholder,
.cu-form-group textarea::placeholder {
    color: #555;
}

.cu-form-group input:focus,
.cu-form-group select:focus,
.cu-form-group textarea:focus {
    border-color: #CB4E54;
}

.cu-form-group select option {
    background: #111;
    color: #fff;
}

.cu-submit-btn {
    background: #CB4E54;
    color: #fff;
    border: none;
    padding: 15px 36px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background 0.25s ease, transform 0.2s ease;
    width: fit-content;
}

.cu-submit-btn:hover {
    background: #a83a3f;
    transform: translateY(-2px);
}

.cu-success-msg {
    display: none;
    color: #4caf50;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-top: 4px;
}

.cu-map-wrap {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #1e1e1e;
}

.cu-map-wrap iframe {
    display: block;
}

.cu-info-box {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 40px 36px;
    background: #0e0e0e;
    border: 1px solid #1e1e1e;
    border-radius: 6px;
    height: 100%;
}

.cu-info-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.cu-info-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    background: #CB4E54;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

.cu-info-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #CB4E54;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.cu-info-val {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #bbb;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 991px) {
    .cu-info-box {
        padding: 28px 20px;
        gap: 24px;
    }
    .cu-submit-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ===========================
   GALLERY GRID + LIGHTBOX
   =========================== */
.gal-grid-section {
    padding: 20px 0 60px;
}

.gal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.gal-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    aspect-ratio: 4 / 3;
}

.gal-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gal-item:hover img {
    transform: scale(1.06);
}

/* Hover overlay with zoom icon */
.gal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gal-item:hover .gal-overlay {
    opacity: 1;
}

.gal-overlay i {
    font-size: 36px;
    color: #fff;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.6));
    transition: transform 0.25s ease;
}

.gal-item:hover .gal-overlay i {
    transform: scale(1.15);
}

/* Lightbox */
.gal-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(4px);
}

.gal-lightbox.active {
    display: flex;
}

/* The frame / modal box */
.gal-lightbox-frame {
    position: relative;
    background: #111;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.9);
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: galFadeIn 0.28s ease;
}

/* Top bar of the modal */
.gal-lightbox-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    background: transparent;
    border-bottom: 1px solid #1e1e1e;
    flex-shrink: 0;
}

.gal-lightbox-bar span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gal-lightbox-close {
    background: #CB4E54;
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
    position: static;
}

.gal-lightbox-close:hover {
    background: #a83a3f;
    transform: scale(1.1);
}

/* Image inside the frame */
.gal-lightbox-img {
    display: block;
    max-width: 88vw;
    max-height: 78vh;
    object-fit: contain;
    width: auto;
    height: auto;
}

@keyframes galFadeIn {
    from { opacity: 0; transform: scale(0.94); }
    to   { opacity: 1; transform: scale(1); }
}

/* Mobile: 1 column */
@media (max-width: 767px) {
    .gal-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

/* ===========================
   ENQUIRY MODAL
   =========================== */
.enquiry-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    z-index: 10000;
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.enquiry-modal-overlay.active {
    display: flex;
}

.enquiry-modal-content {
    background: #111;
    border: 1px solid #2a2a2a;
    width: 100%;
    max-width: 500px;
    padding: 40px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    animation: modalFadeIn 0.3s ease forwards;
}

@keyframes modalFadeIn {
    from { opacity: 0; transform: translateY(20px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.enquiry-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #cb4e54;
    border: none;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.enquiry-modal-close:hover {
    background: #a83a3f;
    transform: rotate(90deg);
}

.enquiry-modal-header {
    text-align: center;
    margin-bottom: 30px;
}

.enquiry-modal-header h3 {
    font-family: 'Plateia', sans-serif;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.enquiry-modal-header p {
    color: #888;
    font-size: 14px;
}

.enquiry-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.enquiry-form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.enquiry-form-group label {
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.enquiry-form-group input,
.enquiry-form-group select,
.enquiry-form-group textarea {
    background: #1a1a1a;
    border: 1px solid #333;
    padding: 12px 15px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
}

.enquiry-form-group input:focus,
.enquiry-form-group select:focus,
.enquiry-form-group textarea:focus {
    border-color: #cb4e54;
    box-shadow: 0 0 10px rgba(203, 78, 84, 0.2);
}

.enquiry-submit-btn {
    background: #cb4e54;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
}

.enquiry-submit-btn:hover {
    background: #a83a3f;
    letter-spacing: 1px;
}

/* Mobile Adjustments */
@media (max-width: 576px) {
    .enquiry-modal-content {
        padding: 30px 20px;
    }
    
    .enquiry-modal-header h3 {
        font-size: 20px;
    }
}
/* ===========================
   DESKTOP SIDEBAR PANEL
   =========================== */
.desktop-sidebar {
    position: fixed;
    top: 0;
    right: -400px; /* Hidden off-screen */
    width: 380px;
    height: 100vh;
    background: #0d0d0d;
    z-index: 10001;
    transition: right 0.6s cubic-bezier(0.77, 0, 0.18, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.desktop-sidebar.active {
    right: 0;
}

.sidebar-close-btn {
    position: absolute;
    top: 25px;
    right: 30px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.3s ease, color 0.3s ease;
}

.sidebar-close-btn:hover {
    color: #CB4E54;
    transform: rotate(90deg);
}

.sidebar-content {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.sidebar-logo img {
    max-width: 140px;
    margin-bottom: 10px;
}

.sidebar-search h3,
.sidebar-contact h3,
.sidebar-socials h3 {
    font-family: 'Plateia', sans-serif;
    font-size: 14px;
    color: #CB4E54;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.sidebar-search-box {
    position: relative;
    width: 100%;
}

.sidebar-search-box input {
    width: 100%;
    background: #1a1a1a;
    border: 1px solid #333;
    padding: 12px 15px;
    padding-right: 40px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
}

.sidebar-search-box input:focus {
    border-color: #CB4E54;
}

.sidebar-search-box i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    font-size: 14px;
}

.sidebar-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-contact-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.sidebar-contact-item i {
    color: #CB4E54;
    font-size: 16px;
    margin-top: 3px;
}

.sidebar-contact-item p {
    color: #aaa;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.sidebar-btn {
    width: 100%;
    background: #CB4E54;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s ease;
}

.sidebar-btn:hover {
    background: #a83a3f;
    letter-spacing: 1.5px;
}

.sidebar-social-icons {
    display: flex;
    gap: 20px;
}

.sidebar-social-icons a {
    color: #fff;
    font-size: 18px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.sidebar-social-icons a:hover {
    color: #CB4E54;
    transform: translateY(-3px);
}

/* Hide toggle on mobile, as we have mobile-burger */
@media (max-width: 991px) {
    .menu-toggle {
        display: none;
    }
}

/* Sidebar Responsive */
@media (max-width: 480px) {
    .desktop-sidebar {
        width: 100%;
        right: -100%;
    }
}
/* WhatsApp Floating Button */
.wa-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 64px;
    height: 64px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 9999;
    font-size: 34px;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
    animation: waPulse 2s infinite;
    transition: all 0.3s ease;
}

.wa-float:hover {
    transform: translateY(-5px) scale(1.08);
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.55);
}

/* Pulse Animation */
@keyframes waPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
        box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .wa-float {
        width: 52px;
        height: 52px;
        right: 14px;
        bottom: 14px;
        font-size: 28px;
    }
}



@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
.hero-title{
    font-size: 55px;
}
.hero-desc{
    font-size: 20px;
}
.hero-btn{
    font-size: 20px;
}
.about-section-desc{
    font-size: 20px;
}
.services-card{
    font-size: 18px;
}
.service-title{
    font-size: 18px;
}
.choose-section-image img{
display: none;
}

}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
.hero-img-man {
    position: relative;
    z-index: 2;
    width: 80%;
    max-width: 100%;
    display: block;
    right: -20%;
    bottom: -30px;
}

}

@media (max-width: 991px) {
    .ticker-wrap {
        display: block !important;
        visibility: visible !important;
        position: absolute !important;
        bottom: -70px !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
    .ticker-track--gray {
        display: block !important;
        top: 0 !important;
        position: absolute !important;
        transform: rotate(5deg) scaleX(1.2) !important;
        opacity: 1 !important;
        padding: 6px 0 !important;
    }
    .ticker-track--red {
        display: block !important;
        position: relative !important;
        transform: none !important;
        margin-top: 15px !important;
        opacity: 1 !important;
        padding: 6px 0 !important;
    }
    .ticker-inner {
        display: flex !important;
        opacity: 1 !important;
    }
    .ticker-item {
        display: inline-flex !important;
        opacity: 1 !important;
        font-size: 16px !important;
    }
}