* {
    box-sizing: border-box;
    
}

html {
    touch-action: pan-y;
}

body {
    color: white;
     min-height: 100vh;
    font-family: "IBM Plex Serif", serif;
    font-size: clamp(16px, 10vw, 20px);
    font-weight: 500;
    font-style: normal;
    overflow-x: hidden;
    
}

h1 {
    overflow-y: hidden;
    font-size: clamp(48px, 5vw, 52px);
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-container h1,
.content-container h2,
.content-container h3 {
   
    justify-self: center;
    overflow-y: hidden;
}

h3 {
    font-size: clamp(22px, 5vw, 26px);
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-y: hidden;
}

.content-container h2 {
    display: block;
    padding: 0;
    
}


ol {
    font-size: clamp(17px, 2vw, 20px);
}

.content-container {
    text-align: center;
    color: aliceblue;
    background-color: black;
}

.redText {
    color: #b30018;
}

h1 .blackDot,
h1 .blackText {
    color: rgb(0, 0, 0);
}

h1 .redDot,
h1 .redText {
    color: #b30018;
}

.achieve-your-fitness-goals-text .text1 {
   padding-top: 10px;
    margin: 10px;
}

.achieve-your-fitness-goals-text .text2{
    padding-bottom: 10px;
} 

.achieve-your-fitness-goals-text span,
.footer-links a:hover {
    color: #b30018;
}

.heroImageContainer {
    position: relative;
    margin-bottom: 0;
    color: aliceblue;
    min-height: 100svh;
    overflow: hidden;
}

.heroImageContainer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    z-index: 1;
  
}

#heroVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
        object-fit: cover;
        background: #000; 
  
}
.heroImageContainer .heroContent {
    position: absolute;
    z-index: 4;
    bottom: 50%;
    transform: translateY(50%);
    text-align: left;
    margin: 20px;
    overflow-y: hidden;
    max-width: calc(100% - 40px);
    box-sizing: border-box;
}

.trustReviewBadgeContainer {
    margin-top: 20px;
}

.google-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    padding: 9px 14px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    color: #111;
    transition: transform 0.2s ease;
    white-space: nowrap;
}

.google-badge:hover {
    transform: translateY(-2px);
}

.google-logo {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.rating {
    font-size: 14px;
    font-weight: 700;
    color: #111;
}

.stars {
    color: #fbbc05;
    font-size: 13px;
    letter-spacing: 1px;
}

.count {
    font-weight: 500;
    opacity: 0.6;
    font-size: 13px;
}

.insta-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
}

.insta-grid img {
    max-width: 50%;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 10px;
    transition: transform 0.3s ease;
    cursor: pointer;
   
}

.insta-grid a:hover img {
    transform: scale(1.05);
    overflow: hidden;
   
}

.videoTestimonialsText {
    color: black;
}

.consultation-btn,
.consultation-button {
    display: inline-block;
    padding: 14px 28px;
    background-color: #b30018;
    color: white;
    border: 2px solid #b30018;
    border-radius: 4px;
    text-align: center;
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 700;
    letter-spacing: 0.06em;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
    width: min(320px, 90vw);
    max-width: 100%;
    height: auto;
    margin-block: 16px;
    box-sizing: border-box;
}

.consultation-btn:hover,
.consultation-button:hover {
    background-color: #8a0012;
    border-color: #8a0012;
}

.carouselText {
    background: #080808;
    border-top: 1px solid #1a1a1a;
    padding: 20px 24px;
    text-align: center;
}

.carouselText p {
    font-size: clamp(13px, 2vw, 15px);
    font-style: italic;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.04em;
    margin: 0;
    width: auto;
}


.carousel-item {
    margin-block: 0;
}


#carouselClientProgress {
    min-height: 450px;
    overflow: hidden;
}


.carouselClientProgress,
.carousel-item img {
    margin-bottom: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;  
    display: block;
   
   
}

/* ── Services card section ── */
.services-card-section {
    background: #000;
    padding: 0 20px 40px;
}

.cardContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 900px;
    margin: 0 auto;
}

.card1,
.card2,
.card3,
.card4 {
    position: relative;
    aspect-ratio: 4/3;
    border-radius: 6px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.35s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: none;
    box-shadow: none;
    cursor: pointer;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.card1 { background-image: url("../pics/IMG_7933.jpg"); }
.card2 { background-image: url("../pics/IMG_7911_SnapseedCopy.jpg"); }
.card3 { background-image: url("../pics/IMG_7889 2.jpg"); }
.card4 { background-image: url("../pics/IMG_8091.JPG"); }

.card1::after,
.card2::after,
.card3::after,
.card4::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 75%;
    background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
    border-radius: 0;
    z-index: 1;
}

.card1:hover,
.card2:hover,
.card3:hover,
.card4:hover { transform: scale(1.03); }

.card-content {
    position: relative;
    z-index: 2;
    padding: 0 20px 24px;
    text-align: left;
}

.card1 h3,
.card2 h3,
.card3 h3,
.card4 h3 {
    font-size: clamp(14px, 1.8vw, 18px);
    letter-spacing: 0.12em;
    color: white;
    font-weight: 700;
    margin: 0 0 6px;
    position: static;
    transform: none;
    left: auto;
    overflow: visible;
}

.card1 p,
.card2 p,
.card3 p,
.card4 p {
    color: rgba(255,255,255,0.72);
    font-size: clamp(11px, 1.3vw, 13px);
    line-height: 1.5;
    position: static;
    transform: none;
    top: auto;
    text-align: left;
    margin: 0 0 12px;
    padding: 0;
    width: auto;
}

.card1 a,
.card2 a,
.card3 a,
.card4 a {
    display: inline-block;
    color: #b30018;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    position: static;
    transform: none;
    bottom: auto;
    left: auto;
    border: none;
    border-radius: 0;
    padding: 0;
    transition: color 0.2s;
}

.card1 a:hover,
.card2 a:hover,
.card3 a:hover,
.card4 a:hover {
    color: #e0001e;
    margin-bottom: 0;
}

.cardContainer span {
    color: white;
}

.Client-Progress-Section {
    background-color: white;
    color: black;
    margin-top: 20px;
}

.image {
    width: 100%;
    max-height: 650px;
    margin-top: 10px !important;
    border-radius: 10px;
    height: auto;
    display: block;
}

.whiteSection {
    background-color: whitesmoke;
    color: black;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: auto;
    margin-bottom: 20px !important;
    
    
}

.whiteSection li{
    padding: 10px;
     list-style: none;
}

.widgetSection {
    background-color: white;
    
}

.widgetSection .elfsight-app-05dc06ba-bfba-4127-b40c-516ef95a5370 {
    margin: 0 auto;
}

.Training-Session-Img,
.Workout-Plans-Group-Img,
.Group-Training-Img {
    width: 100%;
    max-height: 600px;
    height: auto;
    display: block;
}


.Locations,
.Group-Training,
.Workout-Plans,
.Client-Progress,
.Services,
.Personal-Training-Sessions h2 {
    display: inline-block;
    margin-block: 20px;
    
}

.Service-List-Container,
.consultation-Guide-Container,
.Sessions-Include-Container {
    display: flex;
    justify-content: center;
    margin-left: -50px;
}

.Service-List-Container li,
.consultation-Guide-Container li,
.Sessions-Include-Container li {
    line-height: 1.6rem;
    margin-block: 5px;
}

.Service-List-Container li::marker,
.consultation-Guide-Container li::marker,
.Sessions-Include-Container li::marker {
    color: rgb(163, 7, 7);
}

.consultation-Guide-Container img {
     height: clamp(20px, 2vw, 30px);
    width: clamp(20px, 2vw, 30px);
    color: #b30018;
}

.consultation-Guide-List img {
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
    
}

.callBackStickyButton {
    position: fixed;
    width: clamp(80px, 12vw, 100px);
    height: clamp(80px, 12vw, 100px);
    z-index: 100;
    right: 20px;
    left: auto;
    bottom: 30px;
    background-color: rgb(190, 20, 20);
    border-radius: 50%;
    padding: 10px;
    border: 2px solid black;
    overflow-y: hidden;
}

.callBackStickyButton:hover {
    padding-bottom: 65px;
    transition: margin-bottom 2s 1.5s;
    background-color: #9c1022;
    border: 3px solid black;
}

.callBackStickyButton svg {
    color: white;
    margin-top: 30%;
    width: clamp(60px, 7vw, 70px);
    height: clamp(60px, 9vw, 70px);
    transform: translateY(-30%);
}

.whiteSpace {
    padding: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.182);
    margin-top: 10px;
}



/* footer styles now live in navBar.css */
 .desktopOnly{display: none;} 

@media (max-width: 767px) {
    #carouselClientProgress .carousel-item img {
        max-width: 50vh;
    }
    
}

@media (min-width: 768px) {
    .insta-grid {
        flex-wrap: nowrap;
        max-width: 900px;
    }

    .insta-grid img {
        height: 300px;
        width: 300px;
        max-width: unset;
        object-fit: cover;
    }

    .carousel-inner,
    .carousel-item,
    .carousel-item img {
        margin-bottom: 10px;
          border-radius: 10px;
    }

    
    #carouselClientProgress {
        min-height: 650px;
    }

    #carouselClientProgress .carousel-item img {
        max-width: 600px;
        height: 600px;
        object-fit: cover;
        object-position: top;  
       
    }

    .content-container p {
        padding: 0;
    }

    .callBackStickyButton svg {
   
    margin-top: 30%;
    margin-left: 8px;
    transform: translateY(-30%);
}


 
.whiteSection li {
    padding: 15px !important;
   
}
    .White-section {
        background-color: black;
        color: white;
        display: block;
       
    }

}

@media (min-width: 1200px) {
    .table-container table th,
    .table-container table td {
        padding: 50px;
        line-height: 40px;
        font-size: larger;
    }

    .image {
        width: 60%;
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container h2 {
        padding: 20px;
    }

    .carousel-item img,
    .container img {
        border-radius: 10px;
    }

    .container img {
        margin-top: 40px;
    }
.consultation-btn {
    margin-block: 5px !important;

   
}
 .desktopOnly{display: block;}

}

/* ── Hero premium styles ── */
.hero-location-pill {
    display: inline-block;
    font-size: clamp(10px, 1.8vw, 13px);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 7px 18px;
    border-radius: 40px;
    font-weight: 400;
    margin-bottom: 22px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(4px);
    overflow: visible;
}

.hero-tagline {
    font-size: clamp(52px, 9vw, 96px);
    font-weight: 900;
    line-height: 1.0;
    margin: 0 0 16px;
    font-family: "Libre Baskerville", serif;
    letter-spacing: -0.01em;
    overflow: visible;
}

.hero-sub {
    font-size: clamp(14px, 2vw, 18px);
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 32px;
    font-style: italic;
    letter-spacing: 0.04em;
    overflow: visible;
}

/* ── Credentials strip ── */
.credentials-strip {
    background: #080808;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    padding: 14px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 16px;
    font-size: clamp(10px, 1.6vw, 12px);
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.cred-dot {
    color: #b30018;
    font-size: 16px;
    line-height: 1;
}


/* ── Contact form (premium) ── */
.contact-form-section {
    background: #050505;
    padding: 80px 20px;
    text-align: center;
    border-top: 1px solid #1a1a1a;
}

.contact-form-inner {
    max-width: 640px;
    margin: 0 auto;
}

.contact-eyebrow {
    font-size: 11px;
    letter-spacing: 0.25em;
    color: #b30018;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding: 0;
}

.contact-heading {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 900;
    margin: 0 0 10px;
    font-family: "Libre Baskerville", serif;
}

.contact-sub {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    margin-bottom: 40px;
    padding: 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.form-row {
    display: flex;
    gap: 24px;
}

.form-row input,
.form-row select {
    flex: 1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    color: white;
    font-family: "IBM Plex Serif", serif;
    font-size: 15px;
    padding: 16px 0;
    width: 100%;
    transition: border-color 0.25s;
    margin-bottom: 8px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-bottom-color: #b30018;
    outline: none;
}

.contact-form select {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.35);
}

.contact-form select option {
    background: #111;
    color: white;
}

.contact-form textarea {
    resize: none;
    margin-top: 8px;
    margin-bottom: 32px;
}

.cta-submit-btn {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #b30018;
    color: white;
    border: 2px solid #b30018;
    border-radius: 4px;
    font-size: clamp(13px, 2vw, 15px);
    font-weight: 700;
    cursor: pointer;
    font-family: "IBM Plex Serif", serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.cta-submit-btn:hover {
    background-color: #8a0012;
    border-color: #8a0012;
}

.form-alt {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 20px;
    padding: 0;
}

.form-alt a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ── Service areas bar ── */
.service-areas-bar {
    background: #070707;
    border-top: 1px solid #1a1a1a;
    padding: 12px 20px;
    text-align: center;
}

.service-areas-bar p {
    font-size: 11px;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    margin: 0;
    width: auto;
    text-align: center;
}

.service-areas-bar a {
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: color 0.2s;
}

.service-areas-bar a:hover {
    color: #b30018;
}

/* ── Section eyebrow (shared pattern) ── */
.section-eyebrow {
    font-size: 11px;
    letter-spacing: 0.22em;
    color: #b30018;
    text-transform: uppercase;
    margin-bottom: 8px;
    width: auto;
}

/* ── Before/After comparison slider ── */
.ba-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 680px;
    margin: 0 auto 40px;
}

.ba-slider {
    position: relative;
    overflow: hidden;
    cursor: ew-resize;
    aspect-ratio: 3/4;
    border-radius: 4px;
    user-select: none;
    touch-action: pan-y;
}

.ba-before,
.ba-after {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: top;
    pointer-events: none;
    display: block;
}

.ba-after {
    clip-path: inset(0 50% 0 0);
}

.ba-handle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background: white;
    pointer-events: none;
    z-index: 2;
}

.ba-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    color: #111;
    font-size: 14px;
    font-weight: 900;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.4);
    white-space: nowrap;
}

.ba-label {
    position: absolute;
    bottom: 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 1px 4px rgba(0,0,0,0.8);
    pointer-events: none;
    z-index: 2;
    font-family: "IBM Plex Serif", serif;
}

.ba-label-left  { left: 12px; }
.ba-label-right { right: 12px; }

.ba-range {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    opacity: 0;
    cursor: ew-resize;
    margin: 0;
    z-index: 3;
    -webkit-appearance: none;
    touch-action: none;
}

/* ── Results teaser ── */
.results-teaser {
    padding: 50px 20px 60px;
    text-align: center;
    background: #0a0a0a;
    border-top: none;
}

.results-sub {
    color: rgba(255,255,255,0.6);
    font-size: clamp(16px, 2vw, 19px);
    margin-bottom: 32px;
    width: auto;
}

.results-preview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    max-width: 560px;
    margin: 0 auto 36px;
}

.results-preview-grid img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: top;
    border-radius: 4px;
    display: block;
}

.view-results-btn {
    display: inline-block;
    padding: 13px 26px;
    background: transparent;
    color: white;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "IBM Plex Serif", serif;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.view-results-btn:hover {
    border-color: #b30018;
    color: #b30018;
}

/* ── Review pull quote — WHITE section for visual contrast ── */
.review-pull {
    padding: 80px 20px;
    text-align: center;
    background: #ffffff;
    border-top: none;
}

.pull-stars {
    color: #fbbc05;
    font-size: 26px;
    letter-spacing: 4px;
    margin-bottom: 28px;
    display: block;
}

.pull-quote {
    font-size: clamp(18px, 3vw, 24px);
    font-style: italic;
    font-family: "Libre Baskerville", serif;
    color: #1a1a1a;
    max-width: 580px;
    margin: 0 auto 20px;
    line-height: 1.7;
    width: auto;
}

.pull-author {
    font-size: 12px;
    color: #999;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 32px;
    width: auto;
}

.pull-link {
    font-size: 12px;
    color: #b30018;
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 1px solid #b30018;
    padding-bottom: 2px;
    transition: opacity 0.2s;
}

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

/* ── Home CTA — dark with red accent ── */
.home-cta-section {
    padding: 90px 20px;
    text-align: center;
    background: #0d0d0d;
    border-top: 3px solid #b30018;
}

.home-cta-eyebrow {
    font-size: 11px;
    letter-spacing: 0.22em;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    margin-bottom: 12px;
    width: auto;
}

.home-cta-heading {
    font-size: clamp(32px, 6vw, 54px);
    font-weight: 900;
    font-family: "Libre Baskerville", serif;
    margin: 0 0 12px;
    overflow: visible;
    color: white;
}

.home-cta-heading .redText {
    color: #b30018;
}

.home-cta-sub {
    color: rgba(255,255,255,0.75);
    font-size: clamp(16px, 2vw, 20px);
    margin-bottom: 36px;
    width: auto;
}

.home-cta-small {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin-top: 16px;
    width: auto;
}

.home-cta-small a {
    color: rgba(255,255,255,0.8);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* consultation-btn on dark CTA background — inherits base style */
.home-cta-section .consultation-btn:hover {
    background: #8a0012;
    border-color: #8a0012;
}

/* ── Reviews section heading ── */
.reviews-heading {
    padding: 60px 20px 20px;
    text-align: center;
}

.reviews-eyebrow {
    font-size: 11px;
    letter-spacing: 0.22em;
    color: #b30018;
    text-transform: uppercase;
    margin-bottom: 8px;
    width: auto;
}

.reviews-title {
    font-size: clamp(28px, 5vw, 40px);
    font-weight: 900;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    overflow: visible;
}

/* ── Section spacing ── */
.Client-Progress-Section {
    padding: 60px 20px 10px;
}

.Client-Progress-Section p {
    font-size: 11px;
    letter-spacing: 0.22em;
    color: #b30018;
    text-transform: uppercase;
    margin-bottom: 6px;
    width: auto;
}

.widgetSection {
    padding: 10px 0 40px;
}

/* ── Remove old redundant CTA styles ── */
.achieve-your-fitness-goals-text { display: none; }

/* ════════════════════════════════
   MOBILE RESPONSIVE — full overrides
   ════════════════════════════════ */

/* Stack form rows on mobile */
@media (max-width: 600px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .hero-tagline {
        font-size: clamp(40px, 13vw, 64px);
    }

    .heroImageContainer .heroContent {
        margin: 16px;
        max-width: calc(100% - 32px);
    }

    .google-badge {
        padding: 8px 12px;
        gap: 5px;
    }

    .google-logo { width: 16px; height: 16px; }
    .rating, .stars, .count { font-size: 12px; }

    .credentials-strip {
        padding: 10px 16px;
        gap: 4px 10px;
    }

    .cred-dot {
        display: none;
    }

    .credentials-strip span {
        font-size: 9px;
        letter-spacing: 0.08em;
    }

    .contact-form-section {
        padding: 50px 16px;
    }

    .service-areas-bar p {
        font-size: 10px;
        letter-spacing: 0.04em;
    }

    .card1, .card2, .card3, .card4 {
        width: 100%;
        min-width: unset;
    }

    .carouselClientProgress,
    .carousel-item img {
        max-width: 100%;
        height: 300px;
    }

    .insta-grid {
        gap: 12px;
        padding: 12px;
    }

    .insta-grid img {
        max-width: 44%;
    }

    .whiteSection {
        padding: 16px;
    }

    h1, h2 {
        overflow-wrap: break-word;
        word-break: break-word;
    }

    /* Before/After sliders: stack on small phones */
    .ba-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
        gap: 16px;
        padding: 0 4px;
    }

    .ba-slider {
        aspect-ratio: 4/5;
    }

    .ba-icon {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }

    /* Service cards: keep 2x2 but smaller */
    .services-card-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .cardContainer {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .card-content { padding: 0 12px 16px; }

    .card1 h3, .card2 h3, .card3 h3, .card4 h3 {
        font-size: 13px;
        letter-spacing: 0.06em;
    }

    .card1 p, .card2 p, .card3 p, .card4 p { display: none; }

    /* Fix negative margin that pushes content off-screen on mobile */
    .Service-List-Container,
    .consultation-Guide-Container,
    .Sessions-Include-Container {
        margin-left: 0;
        justify-content: flex-start;
        padding-left: 20px;
    }

    /* Stop WhatsApp floating button overlapping the contact heading */
    .contact-form-section {
        padding-right: 80px;
    }

    .contact-heading {
        padding-right: 0;
    }

    /* Reviews heading spacing on mobile */
    .reviews-heading {
        padding: 40px 20px 10px;
    }

    /* Carousel captions */
    .carouselText {
        padding: 16px;
    }

    /* Prevent hero overflow */
    .heroImageContainer {
        overflow: hidden;
    }

    /* Prevent any element from overflowing viewport */
    .content-container,
    .whiteSection,
    .Personal-Training-Sessions {
        max-width: 100vw;
        overflow-x: hidden;
    }
}

/* Tablet tweaks */
@media (min-width: 601px) and (max-width: 1023px) {
    .form-row {
        gap: 20px;
    }

    .hero-tagline {
        font-size: clamp(48px, 10vw, 80px);
    }

    .cardContainer {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Desktop form row spacing */
@media (min-width: 768px) {
    .form-row {
        gap: 32px;
    }
}

/* ── Homepage intro ── */
.homepage-intro {
    padding: 60px 20px 50px;
    background: #000;
    border-bottom: 1px solid #1a1a1a;
    text-align: center;
}

.intro-copy {
    font-size: clamp(17px, 2.4vw, 22px);
    color: rgba(255,255,255,0.8);
    max-width: 680px;
    margin: 0 auto 44px;
    line-height: 1.8;
    font-style: italic;
    width: auto;
}

.intro-stats {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    max-width: 720px;
    margin: 0 auto;
    border: 1px solid #1e1e1e;
}

.intro-stat {
    flex: 1 1 140px;
    padding: 24px 16px;
    border-right: 1px solid #1e1e1e;
    text-align: center;
}

.intro-stat:last-child {
    border-right: none;
}

.stat-num {
    display: block;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 900;
    font-family: "Libre Baskerville", serif;
    color: white;
    line-height: 1;
    margin-bottom: 6px;
}

.stat-label {
    display: block;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
}

/* ── Services intro header ── */
.services-intro-header {
    padding: 60px 20px 12px;
    background: #000;
    text-align: center;
}

.services-sub {
    font-size: clamp(16px, 2.2vw, 19px);
    color: rgba(255,255,255,0.65);
    max-width: 580px;
    margin: 0 auto 8px;
    line-height: 1.75;
    width: auto;
}

/* ── 5-Review Slider ── */
.reviews-slider-section {
    padding: 80px 20px;
    background: #ffffff;
    text-align: center;
    border-top: none;
}

.reviews-slider-section .section-eyebrow {
    color: #b30018;
}

.reviews-slider-section h2 {
    font-size: clamp(28px, 5vw, 40px);
    font-weight: 900;
    font-family: "Libre Baskerville", serif;
    color: #0d0d0d;
    margin: 0 0 48px;
    overflow: visible;
}

.reviews-slider-section h2 .redText {
    color: #b30018;
}

.reviews-slider-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 700px;
    margin: 0 auto;
}

.reviews-track {
    flex: 1;
    position: relative;
    height: 250px;
    overflow: hidden;
}

.review-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
    display: block;
}

.review-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.rev-stars {
    color: #fbbc05;
    font-size: 22px;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 20px;
}

.rev-quote {
    font-size: clamp(18px, 2.6vw, 24px);
    font-style: italic;
    font-family: "Libre Baskerville", serif;
    color: #1a1a1a;
    max-width: 560px;
    margin: 0 auto 16px;
    line-height: 1.75;
    width: auto;
}

.rev-author {
    font-size: 12px;
    color: #999;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    width: auto;
    margin: 0;
}

.rev-prev,
.rev-next {
    background: none;
    border: 1px solid #ccc;
    color: #555;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    flex-shrink: 0;
    transition: border-color 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.rev-prev:hover,
.rev-next:hover {
    border-color: #b30018;
    color: #b30018;
}

.rev-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

.rev-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    display: inline-block;
}

.rev-dot.active {
    background: #b30018;
    transform: scale(1.25);
}

/* ── Why Dean section ── */
.why-dean-section {
    padding: 70px 20px;
    background: #060606;
    text-align: center;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.why-dean-section h2 {
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 900;
    font-family: "Libre Baskerville", serif;
    margin: 0 0 52px;
    overflow: visible;
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #1e1e1e;
}

.why-item {
    padding: 36px 32px;
    text-align: left;
    border-right: 1px solid #1e1e1e;
}

.why-item:last-child {
    border-right: none;
}

.why-num {
    display: block;
    font-size: 11px;
    letter-spacing: 0.22em;
    color: #b30018;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
}

.why-item h3 {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    color: white;
    margin: 0 0 14px;
    letter-spacing: 0;
    font-family: "Libre Baskerville", serif;
    overflow: visible;
}

.why-item p {
    font-size: clamp(15px, 1.6vw, 17px);
    color: rgba(255,255,255,0.6);
    line-height: 1.8;
    margin: 0;
    width: auto;
}

/* ── Mobile tweaks for new sections ── */
@media (max-width: 600px) {
    .intro-stats {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .intro-stat {
        flex: 1 1 calc(50% - 1px);
        border-bottom: 1px solid #1e1e1e;
    }

    .intro-stat:nth-child(2) {
        border-right: none;
    }

    .intro-stat:nth-child(3),
    .intro-stat:nth-child(4) {
        border-bottom: none;
    }

    .reviews-slider-wrap {
        gap: 8px;
    }

    .reviews-track {
        height: 310px;
    }

    .rev-prev,
    .rev-next {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .services-intro-header {
        padding: 40px 20px 8px;
    }

    .homepage-intro {
        padding: 40px 16px 36px;
    }

    .why-dean-section {
        padding: 50px 16px 50px;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .why-item {
        border-right: none;
        border-bottom: 1px solid #1e1e1e;
        padding: 28px 0;
    }

    .why-item:last-child {
        border-bottom: none;
    }
}