﻿@charset "UTF-8";
/* ---------- scope to avoid CMS bleed ---------- */
.gomax-page {
  --gomax-teal: #0f97a5;
  --gomax-dark: #111;
  background: #fff;
}

.gomax-page * {
  box-shadow: none !important;
}

/* remove ALL drop shadows */
.gomax-page ul, .gomax-page ol, .gomax-page li {
  list-style: none !important;
}

.gomax-page li::marker {
  content: none !important;
}

.gomax-page img {
  display: block !important;
  border: 0 !important;
  outline: 0 !important;
}

/* Containers */
.gomax-page .container {
  max-width: 1200px;
}

/* HERO */
.gomax-hero {
    position: relative;
    min-height: 75vh;
    display: grid;
    place-items: center;
    background: #000;
    overflow: hidden;
}

    /* Hero image layer */
    .gomax-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url("https://gomaxhealth.blob.core.windows.net/webfiles/GOMAX_HOME_BANNER2_1052.webp") center center / cover no-repeat;
        opacity: 0.55;
        z-index: 1;
    }

/* Swap to mobile image */
@media (max-width: 767.98px) {
    .gomax-hero::before {
        background-image: url("https://gomaxhealth.blob.core.windows.net/webfiles/GOMAX_MOBILE_BANNER_1053.webp");
    }
}

.gomax-hero .copy {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 900px;
}

.gomax-hero h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0.3px;
}

.gomax-hero .live-better {
    background: linear-gradient(transparent 60%, rgba(15, 151, 165, 0.6) 60%);
}

.gomax-page .btn, .gomax-page .btn:focus {
  box-shadow: none !important;
}

/* nuke BS shadow */
/* 3 PILL CARDS */
.pill-wrap {
  padding: 48px 0;
}

.pill-card {
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 24px;
  background: #fff;
  height: 100%;
}

.pill-img {
  width: 280px;
  height: 180px;
  object-fit: cover;
  border-radius: 20px;
  margin: 0 auto 12px;
}

/* TEAL BAND */
.teal-band {
  background: #008DA9;
  color: #fff;
  padding: 64px 0;
}

.teal-band h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}

.teal-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .teal-flow {
    flex-wrap: wrap;
  }
}
.icon-disc {
  width: 120px;
  height: 120px;
  border: 4px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 48px;
  font-weight: 800;
  color: #fff;
}

.teal-arrow {
  font-size: 42px;
  line-height: 1;
  color: #fff;
}

/* ========== GOMAX: fixes (scoped) ========== */
/* 1) Kill ALL drop shadows (buttons/cards/imgs/etc.) */
.gomax-page *,
.gomax-page *:before,
.gomax-page *:after {
  box-shadow: none !important;
  filter: none !important; /* in case a shadow was added via filter */
}

/* 2) Pill section spacing + padding tidy */
.gomax-page .pill-wrap {
  padding: 48px 0 !important;
}

.gomax-page .pill-wrap .row {
  --bs-gutter-x: 2rem;
}

/* breathe between cards */
.gomax-page .pill-card {
  padding: 24px 24px 28px !important; /* consistent inner padding */
  border-radius: 16px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.gomax-page .pill-card p {
  margin: 10px 0 14px;
}

/* 3) Center the header row & make "Shop All" a CTA (no shadow) */
.gomax-page .pill-wrap .container > .d-flex {
  flex-direction: column; /* stack heading + CTA */
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
  text-align: center;
}

.gomax-page .shop-all-cta,
.gomax-page .pill-wrap .container > .d-flex a { /* works even if you didn't add .shop-all-cta */
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: #0f97a5; /* brand teal */
  color: #fff !important;
  border: 0;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.2px;
  box-shadow: none !important; /* ensure no shadows */
}

/* hover/focus states without shadows */
.gomax-page .shop-all-cta:hover,
.gomax-page .pill-wrap .container > .d-flex a:hover {
  background: #0b7c87;
  color: #fff !important;
}

.gomax-page .shop-all-cta:focus,
.gomax-page .pill-wrap .container > .d-flex a:focus {
  outline: 2px solid #0b7c87;
  outline-offset: 2px;
}

/* 4) Teal band spacing stays clean */
.gomax-page .teal-band {
  padding: 64px 0 !important;
}

/* 5) Ensure images don’t pick up theme shadows/margins */
.gomax-page img {
  display: block;
  margin: 0;
}

.gomax-page * {
  text-shadow: none !important;
}

/* Slick */
/* ============================================
   Top performers band – Slick slider version
   ============================================ */
.gomax-top-performers {
  background-color: #008EA9;
  color: #ffffff;
  padding: 80px 0;
}

/* kill any theme shadows within this band */
.gomax-top-performers *,
.gomax-top-performers *::before,
.gomax-top-performers *::after {
  text-shadow: none !important;
  box-shadow: none !important;
}

/* Left column text */
.gomax-top-title {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.gomax-top-copy {
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 540px;
  margin-bottom: 2.5rem;
}

/* Seals */
.gomax-top-seals img {
  max-height: 90px;
  width: auto;
  margin-bottom: 0.75rem;
}

.gomax-seal-caption {
  font-size: 0.75rem;
  line-height: 1.3;
}

/* Card + slider */
.gomax-athlete-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 56px 40px 40px; /* extra top padding for photo overlap */
  max-width: 520px;
  margin-left: auto;
  color: #292929;
  position: relative;
}

/* Each slide */
.gomax-athlete-slide {
  position: relative;
}

/* Photo that floats above the card */
.gomax-athlete-photo-wrap {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 160px;
  border-radius: 24px;
  overflow: hidden;
}

.gomax-athlete-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text content */
.gomax-athlete-content {
  margin-top: 40px; /* pushes text below floating image */
  text-align: center;
}

.gomax-athlete-text {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.gomax-athlete-name {
  font-weight: 700;
  font-size: 0.95rem;
}

.gomax-athlete-title {
  font-size: 0.8rem;
  color: #777777;
}

/* Slick dots styled like small teal bullets under card */
.gomax-athlete-card .slick-dots {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}

.gomax-athlete-card .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.gomax-athlete-card .slick-dots button {
  border: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: rgba(0, 142, 169, 0.4); /* teal-ish muted dot */
}

.gomax-athlete-card .slick-dots li.slick-active button {
  background-color: #008EA9;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .gomax-top-performers {
    padding: 56px 0 64px;
    text-align: center;
  }
  .gomax-top-copy {
    margin-left: auto;
    margin-right: auto;
  }
  .gomax-athlete-card {
    margin-top: 40px;
    margin-right: auto;
  }
}
/* ==============================
   Share Wellness collage layout
   ============================== */
/* Make sure theme flex/grid rules don't win */
.gomax-partner-band .gomax-partner-collage {
  position: relative !important;
  display: block !important;
  max-width: 620px;
  height: 380px; /* adjust up/down to taste */
  margin: 0 auto;
}

/* Base tile styles */
.gomax-partner-band .gomax-tile {
  position: absolute;
  overflow: hidden;
  border-radius: 12px;
}

.gomax-partner-band .gomax-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Positions tuned for desktop mosaic – tweak % values to nudge */
.gomax-partner-band .gomax-tile--top-small {
  left: 0;
  top: 0;
  width: 30%;
  height: 50%;
}

.gomax-partner-band .gomax-tile--bottom-large {
  left: 0;
  bottom: 0;
  width: 45%;
  height: 55%;
}

.gomax-partner-band .gomax-tile--top-large {
  right: 0;
  top: 0;
  width: 65%;
  height: 60%;
}

.gomax-partner-band .gomax-tile--bottom-small {
  right: 0;
  bottom: 0;
  width: 50%;
  height: 40%;
}

/* Logo size – kill the “massive teal wave” problem */
.gomax-partner-band .gomax-partner-logo {
  max-width: 260px;
  width: 100%;
  height: auto;
}

/* Keep the responsive fallback from before */
@media (max-width: 767.98px) {
  .gomax-partner-band .gomax-partner-collage {
    position: static !important;
    height: auto;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    gap: 12px;
  }
  .gomax-partner-band .gomax-tile {
    position: static;
    width: 47%;
    height: 140px;
    border-radius: 10px;
  }
}
/* FEATURE SLIDER – full-bleed hero, no extra gap */
.gomax-feature-slider {
  margin: 0; /* kill any section margin */
  padding: 0;
  position: relative;
}

/* Make Slick’s internals fill the hero */
.gomax-feature-slider .slick-list,
.gomax-feature-slider .slick-track {
  height: 100%;
}

/* Each slide: tall, cover, centered */
.gomax-feature-slide {
  position: relative;
  min-height: 520px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  margin: 0 !important;
}

@media (min-width: 1200px) {
  .gomax-feature-slide {
    min-height: 600px;
  }
}
/* Teal scrim like the Elementor version */
.gomax-feature-slide__scrim {
    flex: 1;
    padding: 100px 0;
    /*background: linear-gradient(90deg, rgba(0, 120, 155, 0.8) 0%, rgba(0, 120, 155, 0.65) 35%, rgba(0, 120, 155, 0) 70%);*/
}

/* Keep text left-aligned, large, white, with shadow */
.gomax-feature-slide__title {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.1;
  font-size: 3rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .gomax-feature-slide__title {
    font-size: 3.6rem;
  }
}
.gomax-feature-slide__text {
  color: #fff;
  font-size: 1.05rem;
  max-width: 34rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  margin-bottom: 1.75rem;
}

.gomax-feature-slide__btn {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

/* Make sure there’s no mysterious bottom padding */
.gomax-feature-slider .slick-list {
  margin: 0;
  padding: 0;
}

/* If you ever turn dots back on, keep them inside the hero */
.gomax-feature-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0;
}

/* ARROWS – centered vertically over the image */
.gomax-feature-slider .slick-prev,
.gomax-feature-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0;
}

.gomax-feature-slider .slick-prev {
  left: 24px;
}

.gomax-feature-slider .slick-next {
  right: 24px;
}

/* Hide Slick's default arrow icons so only Font Awesome shows */
.gomax-feature-slider .slick-prev:before,
.gomax-feature-slider .slick-next:before {
  display: none;
}

/* Slightly bigger icons */
.gomax-feature-slider .slick-prev i,
.gomax-feature-slider .slick-next i {
  font-size: 1.6rem;
}

/* Home FAQ – Elementor-style accordion */
.home-faq-accordion .panel {
  border: 0;
  box-shadow: none;
  background: transparent;
  margin-bottom: 0;
}

.home-faq-accordion .panel + .panel {
  margin-top: 6px; /* gap between rows */
}

.home-faq-accordion .panel-heading {
  padding: 0;
  border: 0;
  background: #fff !important;
  font-size: 22px;
  font-weight: bold;
}

.home-faq-accordion .panel-title {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  background: #fff !important;
}

.home-faq-accordion .panel-title > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: #fff !important;
  color: #000;
  text-decoration: none;
  border-radius: 0;
}

.home-faq-accordion .panel-title > a:hover,
.home-faq-accordion .panel-title > a:focus {
  text-decoration: none;
  background: #fff;
}

/* Active row look (similar to Elementor’s highlighted toggle) */
.home-faq-accordion .panel-title > a[aria-expanded=true] {
  background: #fff;
  border-left: 3px solid #00789b; /* brand teal accent */
}

/* Title text */
.home-faq-accordion .home-faq-title-text {
  flex: 1 1 auto;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3px;
}

/* Icon container on the right */
.home-faq-accordion .home-faq-icon {
  flex: 0 0 auto;
  margin-left: 12px;
  font-size: 20px;
  line-height: 1;
}

/* Use Font Awesome for + and × without JS */
.home-faq-accordion .panel-title > a .home-faq-icon:before {
  font-family: "FontAwesome";
  content: "\f067"; /* fa-plus */
  font-weight: normal;
}

/* When open: show fa-times */
.home-faq-accordion .panel-title > a[aria-expanded=true] .home-faq-icon:before {
  content: "\f00d"; /* fa-times */
}

/* Body – no box, just clean text under the row */
.home-faq-accordion .panel-collapse .panel-body {
  border: 0;
  padding: 10px 18px 16px;
  background: transparent;
  font-size: 19px;
  line-height: 1.6;
}

.title-main {
  font-size: 4rem;
  font-weight: bold;
  color: rgb(0, 0, 0.9);
}

/* New Style Tweaks */
.maxx p {
  font-size: 19px;
}
.maxx .btn-secondary {
  background: rgb(0, 141, 168);
  box-shadow: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 10px 10px 10px 10px;
  padding: 15px 30px 15px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.maxx .btn-secondary:hover {
  color: #fff;
  transform: scale(1.08);
}

#review-summary {
  padding: 30px 0px;
  margin: 30px 0px;
  /* Bright yellow underline, centered under the text */
}
#review-summary .max-rating-strip {
  background: #f8f9fa;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#review-summary .max-rating-stars .fa-star {
  color: #ffd900; /* bright vibrant yellow */
  font-size: 1.4rem;
  margin: 0 3px;
  text-shadow: 0 0 6px rgba(255, 215, 0, 0.4);
}
#review-summary .max-rating-text {
  position: relative;
  display: inline-block;
  padding-bottom: 18px; /* space for the curve */
  font-size: 24px;
  font-weight: bold;
}
#review-summary .max-underline {
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 130%;
  height: 34px;
  transform: translateX(-50%);
  overflow: visible;
  pointer-events: none;
  filter: drop-shadow(0 0 6px rgba(255, 217, 0, 0.7));
}

/* --- FEATURE SLIDER FIXES --- */
/* 1) Make the hero background always match the image height */
.gomax-feature-slider {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

/* Give the whole slider stack a consistent height */
.gomax-feature-slider,
.gomax-feature-slider .slick-list,
.gomax-feature-slider .slick-track,
.gomax-feature-slider .gomax-feature-slide {
  min-height: 600px; /* adjust up/down to taste */
}

/* Scrim should stretch the full slide height */
.gomax-feature-slide {
  display: flex;
  align-items: stretch; /* let child fill full height */
}

.gomax-feature-slide__scrim {
    height: 100%;
    display: flex;
    align-items: center; /* keeps text vertically centered */
    padding: 100px 0; /* breathing room for copy */
    /*background: linear-gradient(90deg, rgba(0, 120, 155, 0.8) 0%, rgba(0, 120, 155, 0.65) 35%, rgba(0, 120, 155, 0) 70%);*/
}

/* 2) Lock the arrows so they *don’t* disappear on hover */
.gomax-feature-slider .slick-prev,
.gomax-feature-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.35) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  opacity: 1 !important;
}

/* Hover/focus – keep them visible and just darken a bit */
.gomax-feature-slider .slick-prev:hover,
.gomax-feature-slider .slick-next:hover,
.gomax-feature-slider .slick-prev:focus,
.gomax-feature-slider .slick-next:focus {
  background: rgba(0, 0, 0, 0.6) !important;
  color: #fff !important;
  opacity: 1 !important;
}

/* Nuke any default Slick pseudo-icons that might re-appear */
.gomax-feature-slider .slick-prev:before,
.gomax-feature-slider .slick-next:before {
  display: none !important;
}

/* ===== HERO SLIDER – overlay should follow parent size ===== */
/* Make the slide the positioning context */
.gomax-feature-slide {
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* The text container no longer owns the gradient */
.gomax-feature-slide__scrim {
  position: relative;
  z-index: 1; /* above the overlay */
  padding: 80px 0; /* keep your vertical breathing room */
  background: none; /* kill old gradient here */
}

/* Full-bleed teal overlay that always matches the slide box */
.gomax-feature-slide::before {
    content: "";
    position: absolute;
    inset: 0; /* top/right/bottom/left: 0 – fills parent */
    /*SLIDER BACKGROUND GRADIENT IS HERE*/
    background: linear-gradient( 90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.30) 35%, rgba(0, 0, 0, 0) 70% );
    pointer-events: none;
    z-index: 0; /* sits between bg image and text */
}

/* ===== MOBILE: SMALLER ARROWS AT BOTTOM ===== */
@media (max-width: 767.98px) {
    .gomax-feature-slider .slick-prev,
    .gomax-feature-slider .slick-next {
        width: 32px;
        height: 32px;
        background: rgba(0, 0, 0, 0.3) !important;
        /* Move to bottom */
        top: auto;
        bottom: 20px;
        transform: none;
    }

    /* Left arrow position */
    .gomax-feature-slider .slick-prev {
        left: 20px;
    }

    /* Right arrow position */
    .gomax-feature-slider .slick-next {
        right: 20px;
    }

        /* If you're using font or SVG icons inside */
        .gomax-feature-slider .slick-prev i,
        .gomax-feature-slider .slick-next i {
            font-size: 14px;
        }
}

/* ===== MOBILE: 50% DARKER OVERLAY ===== */
@media (max-width: 767.98px) {
    .gomax-feature-slide::before {
        background: linear-gradient( 90deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0) 70% );
    }
}


/* ============================================
   FORCE LEFT-JUSTIFIED TEXT IN HERO SLIDES
   ============================================ */
/* 1) Make the slide content column always left-aligned */
.gomax-feature-slide .container,
.gomax-feature-slide .row,
.gomax-feature-slide .col-lg-6,
.gomax-feature-slide .col-md-8 {
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

/* 2) Prevent Bootstrap from centering columns on smaller screens */
@media (max-width: 991.98px) {
  .gomax-feature-slide .container,
  .gomax-feature-slide .row {
    text-align: left !important;
    justify-content: flex-start !important;
  }
}
/* 3) Force the headline, paragraph, and button to stay left-anchored */
.gomax-feature-slide__title,
.gomax-feature-slide__text,
.gomax-feature-slide__btn {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* 4) Kill any center alignment Slick might inject */
.slick-slide .gomax-feature-slide__scrim {
  text-align: left !important;
}

/* ============================================
   GoMax Dynamic Rotating Headline (Drop-In)
   ============================================ */
.gomax-rotator {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  height: 1.1em; /* prevents layout jumping */
}

.gomax-rotator .gh-item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  white-space: nowrap;
  transform: translateY(20px);
  transition: opacity 0.45s ease-out, transform 0.45s ease-out;
  font-weight: inherit;
  color: inherit;
}

.gomax-rotator .gh-item.gh-active {
  opacity: 1;
  transform: translateY(0);
}

.gomax-rotator .gh-item.gh-out {
  opacity: 0;
  transform: translateY(-20px);
}

/* ======================================================================
   INNER CONTAINER (Holds video + close button)
   Scrolls ONLY when content larger than viewport
   ====================================================================== */
.video-overlay-inner {
  position: relative;
  max-width: 90vw;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

/* ======================================================================
   VIDEO ELEMENT (Portrait safe, no overflow, always centered)
   ====================================================================== */
.video-overlay-video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
  margin: 0 auto;
  border-radius: 8px;
  background: #000;
  object-fit: contain;
}

/* ======================================================================
   CLOSE BUTTON
   ====================================================================== */
.video-overlay-close {
  position: absolute;
  top: -34px;
  right: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.video-overlay-close:focus {
  outline: none;
}

/* ======================================================================
   TESTIMONIAL CARDS (Equal size, vertical video format)
   ====================================================================== */
.testimonial-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
  cursor: pointer;
  width: 100%;
  aspect-ratio: 9/16; /* Perfect portrait ratio */
}

.testimonial-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* ======================================================================
   PLAY BUTTON OVERLAY
   ====================================================================== */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  transition: background 0.15s ease, transform 0.15s ease;
}

.play-btn:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translate(-50%, -50%) scale(1.08);
}

/* ======================================================================
   CAPTIONS UNDER THE VIDEOS
   ====================================================================== */
.testimonial-meta {
  margin-top: 10px;
  font-size: 0.9rem;
}

.testimonial-tagline {
  margin: 0;
  font-weight: 600;
}

.testimonial-name {
  margin: 0;
  color: #555;
}

/* ======================================================================
   OPTIONAL: Slick slider arrow and dots tuning
   ====================================================================== */
.real-stories-slider .slick-prev,
.real-stories-slider .slick-next {
  width: 32px;
  height: 32px;
  z-index: 10;
}

.real-stories-slider .slick-prev:before,
.real-stories-slider .slick-next:before {
  font-size: 28px;
  color: #333;
}

.real-stories-slider .slick-dots {
  margin-top: 20px;
}

.slick-track {
  align-items: start !important;
}

.slick-slide {
  padding-top: 20px !important;
}
