/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* import files */
@import url("../css/auth.css");
@import url("../css/header_footer.css");
html{
  scroll-behavior: smooth;

}
body{
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  background: #000000;
  overflow-x: hidden;
}
a:hover, :hover{
  color: #009eff;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
section {
  scroll-margin-top: 130px; /* slightly more than header */
}

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
     max-width: 1500px;
  }
}

/* .coaches-section .container, .coaches-section .container-lg, .coaches-section .container-md, .coaches-section .container-sm
 {
    max-width: 1078px;
} */
main{
  padding: 120px 0 0;
}
/*----------------Loader--------------*/
#page-loader {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .6s ease, visibility .6s ease;
}

#page-loader.hide {
    opacity: 0;
    visibility: hidden;
}

.loader-content {
    text-align: center;
}

.loader-logo {
    width: 220px;
    max-width: 80vw;
    display: block;
    margin: 0 auto 25px;
    animation: logoReveal 2s ease-in-out infinite;
}

.loader-line {
    width: 180px;
    height: 2px;
    background: rgba(212,175,55,.2);
    margin: 0 auto 15px;
    overflow: hidden;
    position: relative;
}

.loader-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: #D4AF37;
    animation: loadingLine 1.5s infinite ease-in-out;
}

.loader-content p {
    color: #D4AF37;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0;
    font-family: serif;
}

@keyframes loadingLine {
    0% {
        left: -40%;
    }
    100% {
        left: 100%;
    }
}

@keyframes logoReveal {
    0%,100% {
        opacity: .7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}
/*---------------Loader---------------*/
.welcome-section{
  padding: 100px 0 50px;
}
.welcome-section h6{
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}
.welcome-section h3{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.welcome-section h3 span{
  color: #C9A14A;
}
.welcome-section .welcome-btns  a{
  max-width: 279px;
  min-width: 279px;
  justify-content: center;
}
.welcome-btns{
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
}
.solid-btn{
  background: #C9A14A;
  border: 1px solid #C9A14A;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  grid-gap: 12px;
  border-radius: 14px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.solid-btn:hover{
  background: transparent;
  color: #C9A14A;
}
.solid-btn:hover svg path{
  stroke: #C9A14A;
}
.outline-btn{
  padding: 12px 30px;
  border: 1px solid #C9A14A;
  backdrop-filter: blur(24px);
  border-radius: 14px;
  display: flex;
  align-items: center;
  grid-gap: 12px;
  border-radius: 14px;
  font-weight: 500;
  font-size: 16px;
  color: #C9A14A;
  transition: all 0.3s ease-in-out;
}
.outline-btn:hover{
  background: #C9A14A;
  color: #fff;
}
.outline-btn:hover svg path{
  stroke: #fff;
}
.whatsapp-btn{
  border: 1px solid #34C759;
  background: #FFFFFF0A;
  backdrop-filter: blur(24px);
  padding: 12px 30px;
  color: #34C759;
  display: flex;
  align-items: center;
  grid-gap: 12px;
  border-radius: 14px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.whatsapp-btn:hover{
  background: #34C759;
  color: #fff;
}
.whatsapp-btn:hover svg path{
  fill: #fff;
}
.whatsapp-btn:hover .arrow path{
  stroke: #fff;
}
.why-section{
  padding: 50px 0;
}
.why-img img{
  width: 100%;
  height: auto;
  border-radius: 30px;
  object-fit: cover;
}
.why-txt h5{
  font-weight: 500;
  font-size: 26px;
  color: #C9A14A;
  margin-bottom: 8px;
}

/* =========== Cinematic Intro (Refined) =========== */
#cinematic-intro {
  position: fixed;
  inset: 0;
  background-color: #f4f4f4;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  will-change: background-color, transform, opacity;
  animation: introBg 1.5s ease-in-out forwards;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease-in-out;
}

.intro-inner { position: relative; text-align: center; }

.intro-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60vmin;
  height: 60vmin;
  max-width: 900px;
  max-height: 900px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(70,140,255,0.18), rgba(70,140,255,0.08) 35%, transparent 58%);
  filter: blur(30px);
  opacity: 0;
  pointer-events: none;
  animation: glowFade 2s ease-in-out 0.8s forwards;
}

/* .cinematic-logo {
  width: clamp(120px, 18vw, 320px);
  max-width: 80vw;
  opacity: 0;
  will-change: opacity, transform;
  animation: fadeIn 1.8s ease-in-out 0.5s forwards;
} */
 .cinematic-logo {
  width: min(450px, 90vw);
  opacity: 0;
  will-change: opacity, transform;
  animation: fadeIn 1.8s ease-in-out 0.5s forwards;
}

@keyframes introBg {
  0% {
    background-color: #f4f4f4;
  }
  100% {
    background-color: #0c0c0c;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(4px);
    transform: scale(0.92);
    -webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    -ms-transform: scale(0.92);
    -o-transform: scale(0.92);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

@keyframes glowFade {
  0% {
    opacity: 0;
    transform: scale(0.90);
    -webkit-transform: scale(0.90);
    -moz-transform: scale(0.90);
    -ms-transform: scale(0.90);
    -o-transform: scale(0.90);
  }
  100% {
    opacity: 0.42;
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
  }
}

.fade-out-exit {
  opacity: 0 !important;
  pointer-events: none;
}


/* While intro is playing, keep underlying page hidden for a smooth reveal */
body.intro-playing header,
body.intro-playing main,
body.intro-playing footer,
body.intro-playing .header,
body.intro-playing .container{
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms ease-in-out;
}

body:not(.intro-playing) header,
body:not(.intro-playing) main,
body:not(.intro-playing) footer,
body:not(.intro-playing) .header,
body:not(.intro-playing) .container{
  opacity: 1;
  pointer-events: auto;
  transition: opacity 600ms ease-in-out;
}

@media (max-width: 768px){
  .cinematic-logo { width: min(280px, 75vw); }
  .intro-inner::after{ width: 120vmin; height: 120vmin; filter: blur(30px); }
}

.why-txt h3{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 65px;
  color: #fff;
  margin-bottom: 12px;
}
.why-txt p{
  font-weight: 400;
  font-size: 18px;
  line-height:32px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom:10px;
}
.why-txt h6{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 20px;
}
.why-txt .solid-btn {
    width: fit-content;
    margin: auto;
}
.team-section{
  padding: 50px 0;
}
.team-section h3{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 65px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.team-section__card {
  display: flex;
  align-items: center;
  gap: 35px;
  background: #0F0F0F;
  backdrop-filter: blur(134px);
  border: 1px solid #C9A14A;
  border-radius: 18px;
  padding: 18px;
  margin-bottom: 30px;
}

.team-section__content {
  flex: 1;
}

.team-section__name {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-section__designation {
  display: inline-block;
  color: #C9A14A;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 300;
}

.team-section__content p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.team-section__list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.team-section__list li {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding-left: 30px;
  margin-bottom: 12px;
}

.team-section__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #c79c38;
  font-weight: 700;
  font-size: 20px;
}

.team-section__image {
  max-width: 320px;
  width: 100%;
  flex-shrink: 0;
}

.team-section__image img {
  width: 100%;
  display: block;
  border-radius: 14px;
  object-fit: cover;
}
.section-heading{
  margin-bottom: 40px;
  text-align: center;
}
.section-heading span{
  font-weight: 500;
  font-size: 22px;
  color: #C9A14A;
  display: block;
  margin-bottom: 10px;
}
.section-heading h3{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 12px;
  color: #fff;
}
.section-heading p{
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}
/* Tabs */
.services-tabs{
  color:#fff;
  overflow:hidden;
}

.services-tabs .tabs-nav{
  display: flex;
  align-items: center;
  grid-gap: 12px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.services-tabs .tabs-nav button{
  background:#050505;
  color:#fff;
  border:none;
  padding:18px 20px;
  cursor:pointer;
  font-size:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  width: 100%;
  transition:.3s;
  border: 1px solid #FFFFFF33;
  border-radius: 20px 20px 0 0;
  border-bottom: none;


}

/* .services-tabs .tabs-nav button:last-child{
  border-right:none;
} */

.services-tabs .tabs-nav button span{
  color:#c9972d;
  font-size:24px;
}

.services-tabs .tabs-nav button.active{
  background: #C9A14A40;

}

.services-tabs .tab-content{
  display:none;
  grid-template-columns:1fr 557px;
  align-items:stretch;
}

.services-tabs .tab-content.active{
  display:grid;
  border: 1px solid #C9A14A;
  background: #0F0F0F;
  border-radius: 0 0 20px 20px;
  overflow-x: hidden;
}

.services-tabs .content{
  padding:30px;
}

.services-tabs .content h2{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 4px;
  margin-bottom: 10px;
  color: #fff;

}

.services-tabs .content p{
  color:#fff;
  font-weight: 300;
  font-size: 16px;
  margin-bottom:16px;
}

.services-tabs .content ul{
  list-style:none;
  padding:0;
  margin:25px 0;
}

.services-tabs .content ul li{
  position:relative;
  margin-bottom:12px;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  grid-gap: 10px;

}

.services-tabs .image{
  position: relative;
  width: 100%;
  min-height: 420px;
  aspect-ratio: 557 / 410;
}

.services-tabs .image .luxe-studio-slider,
.services-tabs .image .luxe-studio-slider .owl-stage-outer,
.services-tabs .image .luxe-studio-slider .owl-stage,
.services-tabs .image .luxe-studio-slider .owl-item,
.services-tabs .image .luxe-studio-slider .item {
  height: 100%;
}

.services-tabs .image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}
/* ============ NUTRITION SECTION ============ */
.nutrition-section{
  padding: 80px 0;
}


.nutrition-wrapper{
  display:flex;
  gap: 0;
  border-radius: 18px;
  overflow:hidden;
  min-height: 380px;
  background: #1a1a1a;
  border: 1px solid rgba(201,161,74,0.18);
}

/* ---------- Vertical Sidebar Tabs ---------- */
.nutrition-nav{
  flex: 0 0 400px;
  display:flex;
  flex-direction:column;
  background: #161616;
  border-right: 1px solid rgba(201,161,74,0.18);
}

.nutrition-nav button{
  display:flex;
  align-items:center;
  gap: 14px;
  width:100%;
  padding: 22px 25px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(201,161,74,0.18);
  font-weight: 400;
  font-size: 17px;
  color: #fff;

  text-align:left;
  cursor:pointer;
  transition: background .25s ease, color .25s ease, padding-left .25s ease;
}

.nutrition-nav button:last-child{
  border-bottom: none;
}

.nutrition-nav button svg{
  flex-shrink:0;
  width:28px;

  transition: stroke .25s ease;
}

.nutrition-nav button:hover{
  background: rgba(201,161,74,0.08);
  padding-left: 30px;
}

.nutrition-nav button.active{
  background: #C9A14A40;
  color: #fff;
  /* padding-left: 30px; */
}

.nutrition-nav button.active svg path{
  stroke: #C9A14A;
}

/* ---------- Tab Content Panels ---------- */
.nutrition-panel{
  flex:1;
  position: relative;
  display:none;
}

.nutrition-panel.active{
  display:flex;
  flex-wrap: wrap;
}

.nutrition-panel .nutrition-text{
  flex: 1 1 320px;
  padding: 48px 40px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  z-index: 2;
  position: relative;
}
.nutrition-panel .nutrition-text::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);

}
.nutri-bg{
  background: url(../images/recipe-bg.png)no-repeat;
  background-position: top right;
  background-size: cover;
}
.training-bg{
  background: url(../images/training-bg.png)no-repeat;
  background-position: top right;
  background-size: cover;
}
.suppl-bg{
  background: url(../images/supplement-bg.png)no-repeat;
  background-position: top right;
  background-size: cover;
}
.weekly-bg{
  background: url(../images/weekly-bg.png)no-repeat;
  background-position: top right;
  background-size: cover;
}
.app-bg{
  background: url(../images/app-bg.png)no-repeat;
  background-position: top right;
  background-size: cover;
}
.whatsapp-bg{
  background: url(../images/whatsapp-bg.png)no-repeat;
  background-position: top right;
  background-size: cover;
}
.posing-bg{
  background: url(../images/posing-bg.png)no-repeat;
  background-position: top right;
  background-size: cover;
}
.flexi-bg{
  background: url(../images/flexible-bg.png)no-repeat;
  background-position: top right;
  background-size: cover;
}
.blood-bg{
  background: url(../images/blood-bg.png)no-repeat;
  background-position: top right;
  background-size: cover;
}
.nutrition-panel .nutrition-text h2{
  font-family:'Playfair Display', serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 4px;
  margin: 0 0 16px;
  color: #f5f5f3;
  z-index: 1;
}

.nutrition-panel .nutrition-text > p{
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #FFFFFF;
  z-index: 1;
}

.nutrition-checklist{
  list-style:none;
  margin: 0 0 30px;
  padding: 0;
  display:flex;
  flex-direction:column;
  gap: 20px;
  z-index: 1;
}

.nutrition-checklist li{
  display:flex;
  align-items:center;
  gap: 12px;
  font-size: 16px;
  color: #f5f5f3;
  z-index: 1;
}

.nutrition-checklist li svg{
  flex-shrink:0;
  width: 18px;
  height: 18px;
}
.nutrition-panel .gold-btn{
  width: fit-content;
  z-index: 1;
}
 /* ============ TRANSFORMATION SLIDER ============ */
.transformation-section{
  padding: 60px 0;
  position: relative;

}
.transformation-slider .owl-stage-outer{
  overflow: visible;
}

  /* ---------- Overlay on first & last slides ---------- */
.transformation-slider::before{
  content:"";
  position:absolute;
  left: -16em;
  top: 0;
  bottom: 0;
  z-index: 2;
  pointer-events:none;
  width: 435px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);

}
.transformation-slider::after{
  content:"";
  position:absolute;
  right: -16em;
  top: 0;
  bottom: 0;
  background: linear-gradient(108deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 2;
  pointer-events:none;
  width: 435px;
}
/* ===== Transformation slider controls ===== */
.transformation-slider.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 6px;
}
.transformation-slider.owl-carousel .owl-nav button {
  pointer-events: all;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,0.5) !important;
  border: 1px solid #C9A14A !important;
  color: #C9A14A !important;
  font-size: 26px;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding: 0;
  transition: background 0.2s ease;
}
.transformation-slider.owl-carousel .owl-nav button:hover {
  background: rgba(201,161,74,0.25) !important;
}

.owl-carousel .owl-nav button {
  pointer-events: all;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,0.55) !important;
  border: 1px solid #C9A14A !important;
  color: #C9A14A !important;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.owl-carousel .owl-nav button:hover {
  background: rgba(201,161,74,0.2) !important;
}

.owl-carousel .owl-nav button span,
.owl-carousel .owl-nav button i,
.owl-carousel .owl-nav button svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.transformation-slider.owl-carousel .owl-dots {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 7px;
}
.transformation-slider.owl-carousel .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  border: 1px solid #C9A14A;
  display: block;
  transition: background 0.2s ease;
}
.transformation-slider.owl-carousel .owl-dot.active span {
  background: #C9A14A;
}

.luxe-studio-slider {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
}
.luxe-studio-slider .owl-stage-outer,
.luxe-studio-slider .owl-stage,
.luxe-studio-slider .owl-item,
.luxe-studio-slider .item {
  height: 100%;
}

.luxe-studio-slider .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.luxe-studio-slider.owl-carousel .owl-stage-outer,
.luxe-studio-slider.owl-carousel .owl-stage,
.luxe-studio-slider.owl-carousel .owl-item {
  height: 100%;
}
.luxe-studio-slider.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  padding: 0 8px;
}
.luxe-studio-slider.owl-carousel .owl-nav button {
  pointer-events: all;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,0.55) !important;
  border: 1px solid #C9A14A !important;
  color: #C9A14A !important;
  font-size: 26px;
  line-height: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
}
.luxe-studio-slider.owl-carousel .owl-nav button:hover {
  background: rgba(201,161,74,0.2) !important;
}
.luxe-studio-slider.owl-carousel .owl-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}.luxe-studio-slider.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0;
  z-index: 5;
}
.luxe-studio-slider.owl-carousel .owl-dot {
  margin: 0;
}
.luxe-studio-slider.owl-carousel .owl-dot span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  border: 1px solid #C9A14A;
  display: block;
}
.luxe-studio-slider.owl-carousel .owl-dot.active span {
  background: #C9A14A;
}
.owl-carousel .owl-nav button:hover span{
  color:white ;
}
.owl-carousel .owl-nav-icon {
    padding-bottom: 3px !important;
}
 /* ============ COACHES SECTION ============ */
.coaches-section{
  padding: 70px 0;
}
.coaches-wrapper{
  display:grid;
  grid-template-columns: repeat(3 , 1fr);
  gap: 50px;
  align-items: stretch;
}

button.coach-img-btn{display: none;}

 /* ============ COACH CARD2 CUSTOM SLIDER ============ */
  .coach-card.coach-card2 {
    position: relative;
    overflow: hidden;
    padding: 0;

  }

  .coach-card.coach-card2 .coach-item {
    display: none;
  }

  .coach-card.coach-card2 .coach-item.current {
    display: block;
  }

  .coach-card.coach-card2 .coach-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
  }

  .coach-card.coach-card2 .coach-carousel-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 18px;
    pointer-events: none;
  }

  .coach-card.coach-card2 .coach-carousel-controls button {
    pointer-events: auto;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .coach-card.coach-card2 .coach-carousel-controls button:hover {
    background: rgba(201, 161, 74, 0.95);
  }

  .coach-card.coach-card2 .coach-carousel-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    justify-content: center;
    width: auto;
    z-index: 10;
  }

  .coach-card.coach-card2 .coach-carousel-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(201, 161, 74, 0.8);
    background: rgba(255, 255, 255, 0.12);
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .coach-card.coach-card2 .coach-carousel-dot.active,
  .coach-card.coach-card2 .coach-carousel-dot:hover {
    background: #C9A14A;
    transform: scale(1.1);
  }

  /* ---------- Coach Info Card ---------- */
  .coach-card {
    border: 1px solid #C9A14A;
    background: #0F0F0F;
    border-radius: 20px;
    padding: 20px;
  }

  .coach-card h3 {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;

  }

  .coach-role {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #C9A14A;
    margin-bottom: 0;
    text-align: center;
  }

  .coach-border {
    margin: 6px 0 12px;
  }

  .coach-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .coach-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }

  .coach-list li svg {
    flex-shrink: 0;
    width: 28px;
    margin-top: 1px;
  }

  .coach-list li h6 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 4px;

  }

  .coach-list li .sub {
    font-weight: 400;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    display: block;

  }

/* ============ TESTIMONIAL VIDEO SLIDER ============ */
.testimonial-section{
  padding: 70px 0;
}
.testimonial-slider .owl-stage-outer{
  overflow: visible;
}

/* ---------- Slide ---------- */
.testimonial-slide{
  position: relative;
  overflow:hidden;

}

.testimonial-slide video{
  width:100%;
  height: 395px;
  /* height:100%; */
  object-fit:cover;
  display:block;
  background:#000;
  border: 1px solid #C9A14A99;
  border-radius: 20px;
}

/* ---------- Play Button Overlay ---------- */
.testimonial-slide .play-btn{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #C9A14A;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  border: none;
  z-index: 3;
  color: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.4);
  transition: transform .2s ease, opacity .3s ease;
}

.testimonial-slide .play-btn:hover{
  transform: translate(-50%,-50%) scale(1.08);
}

.testimonial-slide .play-btn svg{
  width: 22px;
  height: 22px;
  fill:#fff;
  margin-left: 2px;
}

.testimonial-slide.playing .play-btn{
  opacity:0;
  pointer-events:none;
}
/* ============ FAQ ACCORDION ============ */
.faq-section{
  padding: 60px 0;
  }
.faq-item{
  border-bottom: 1px solid #3131311A;
  background: #0F0F0F;
  margin-bottom: 18px;
  border-radius: 10px;
}
.faq-item:last-child{
  border-bottom: none;
}
.faq-question{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  width:100%;
  padding: 18px 20px;
  background: transparent;
  border:none;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  text-align:left;
  cursor:pointer;
  transition: background .25s ease;
}

.faq-question .icon{
  flex-shrink:0;
  width: 18px;
  height: 18px;
  color:#C9A14A;
  transition: transform .3s ease;
}
.faq-question .icon svg{
  width:100%;
  height:100%;
  stroke:#C9A14A;
  fill:none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(0deg);
}
.faq-item.active .faq-question .icon{
  transform: rotate(180deg);
}
/* Auto-height expand/collapse: max-height is set dynamically via JS
    to the content's real scrollHeight, so it works for any content length */
.faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.faq-answer-inner{
  padding: 0 20px 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
}
/* ============ SIGNUP MODAL ============ */
.signup-modal .modal-dialog{
  max-width: 720px;
}

.signup-modal .modal-content{
  background: #171717;
  border-radius: 20px;
}

.signup-modal .modal-header{
  border-bottom: none;
  padding: 24px 28px 8px;
  position: relative;
  justify-content:center;
}

.signup-modal .modal-title{
  font-family:'Playfair Display', serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.signup-modal .btn-close{
  position:absolute;
  top: 24px;
  right: 24px;
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 0.9;
}

.signup-modal .modal-body{
  padding: 8px 30px 30px;
  overflow-y: auto;
}

.signup-modal .modal-body::-webkit-scrollbar{
  width: 6px;
}
.signup-modal .modal-body::-webkit-scrollbar-thumb{
  background: rgba(201,161,74,0.35);
  border-radius: 10px;
}
.signup-modal .modal-body::-webkit-scrollbar-track{
  background: transparent;
}

.signup-modal .modal-footer{
  border-top: none;
  padding: 0 28px 28px;
  justify-content: center;
}
.signup-modal .modal-footer .gold-btn{
  width: 40%;
  justify-content: center;
}
/* ---------- Form Groups ---------- */
.signup-modal .form-group{
  margin-bottom: 20px;
}

.signup-modal .form-group label{
  display:block;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0%;
  color: #FFFFFF80;
  margin-bottom: 10px;
}

.signup-modal .form-group label.required::after{
  content: " *";
  color: #e35454;
}

.signup-modal .section-heading{
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 14px;
}

/* ---------- Inputs ---------- */
.signup-modal .form-control,
.signup-modal .form-select{
  background: #FFFFFF1A;
  border: 1px solid #FFFFFF1A;
  padding: 15px 20px;
  border-radius: 10px;
  font-weight: 300;
  font-size: 15px;
  color: rgba(255, 255, 255, 1);

}

.signup-modal .form-control::placeholder{
  color: rgba(255, 255, 255, 0.4);
}

.signup-modal .form-control:focus,
.signup-modal .form-select:focus{
  background: rgba(255,255,255,0.07);
  border-color: rgba(201,161,74,0.5);
  box-shadow: 0 0 0 3px rgba(201,161,74,0.12);
  color:#f5f5f3;
}

.signup-modal textarea.form-control{
  /* min-height: 110px; */
  resize: vertical;
}

/* Age field with calendar icon */
.signup-modal .input-icon{
  position: relative;
}

.signup-modal .input-icon .form-control{
  padding-right: 58px;
}

.signup-modal .input-icon #calendarBtn{
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}

.signup-modal .input-icon #calendarBtn svg{
  width: 18px;
  height: 18px;
  stroke: #C9A14A;
  pointer-events: none;
}

/* ---------- 1-10 Rating Scale ---------- */
.rating-scale{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.rating-scale input{
  display:none;
}

.rating-scale label{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size: 14px;
  font-weight: 500;
  color:#cfcfcd;
  cursor:pointer;
  margin:0;
  transition: all .2s ease;
}

.rating-scale input:checked + label{
  background:#C9A14A;
  border-color:#C9A14A;
  color:#1a1a1a;
  font-weight:600;
}

.rating-scale label:hover{
  border-color:#C9A14A;
}

/* ---------- Custom Checkboxes ---------- */
.check-group{
  margin-bottom: 12px;
}

.check-option{
  display:flex !important;
  align-items:flex-start;
  gap: 12px;
  cursor:pointer;
  margin-bottom: 14px;
}

.check-option input{
  display:none;
}

.check-option .box{
  flex-shrink:0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.25);
  margin-top: 2px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition: all .2s ease;
}

.check-option .box svg{
  width: 12px;
  height: 12px;
  stroke:#1a1a1a;
  fill:none;
  stroke-width: 3;
  stroke-linecap:round;
  stroke-linejoin:round;
  opacity:0;
  transition: opacity .15s ease;
}

.check-option input:checked + .box{
  background:#C9A14A;
  border-color:#C9A14A;
}

.check-option input:checked + .box svg{
  opacity:1;
}

.check-option .text{
  font-size: 14px;
  color:#cfcfcd;
  line-height: 1.5;
}

.checkbox-cols{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}
.checkbox-cols .check-option{
  display: flex;
}
@media (max-width: 576px){
    .checkbox-cols{
      grid-template-columns: 1fr;
    }
  }

/* ---------- Thank you note ---------- */
.signup-thanks{
  background: rgba(201,161,74,0.08);
  border: 1px solid rgba(201,161,74,0.2);
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 13.5px;
  color:#d8c79c;
  margin-bottom: 4px;
}

/* Hide default date icon */
#ageDate::-webkit-calendar-picker-indicator {
    opacity: 0;
    /* display: none; */
    padding: 0;
}

#ageDate::-webkit-inner-spin-button,
#ageDate::-webkit-clear-button {
    /* display: none; */
    opacity: 0;
}
/* Ready */
.ready-section{
  padding: 70px 0;
}
.ready-bg{
  background: url(../images/ready-bg.png)no-repeat;
  width: 100%;
  height: 300px;
  background-position: top center;
  background-size: cover;
  position: relative;
  padding: 77px 15px;
  border-radius: 30px;
}
.ready-bg::before{
  content: '';
  background: #000000CC;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ready-bg h3{
  font-family:'Playfair Display', serif;
  font-weight: 800;
  font-size: 45px;
  text-align: center;
  color: #fff;
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
}
.ready-bg h3 span{
  color: #C9A14A;
}
.ready-bg .welcome-btns a{
 max-width: 340px;
  min-width: 340px;
  justify-content: center;
}
/* -------------Privacy Policy [ START ] ------------*/
.terms-section{
  padding: 60px 0;
}
.terms-section h1{
  font-family:'Playfair Display', serif;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  color: #fff;
}
.term-blog{
  padding: 0 0 30px;
}
.term-blog .card {
  background: #0F0F0F;
  border: 1px solid #C9A14A66;
  border-radius: 30px;
  margin: 0 auto;
  padding: 30px;
}

.term-blog .intro {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.term-blog .card > div{
  margin-bottom: 20px;
}
.term-blog h2 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0px;
  color: #C9A14A;
  margin-bottom: 6px;

}

.term-blog p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.term-blog ul {
  margin: 6px 0 12px 0;
  padding-left: 1.5rem;
  list-style: none;
}

.term-blog ul li {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  list-style: disc;
}

/* .term-blog ul li::before {
  content: '•';
  position: absolute;
  left: 4px;
  color: #c8c8c8;
} */

.term-blog .subheading {
  font-family: 'Georgia', serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #c9a84c;
  display: block;
  margin-bottom: 6px;
}

/* =============== */

/* .terms-section h1,
.term-blog {
  opacity: 0;
  animation: fadeInSmooth 5s ease-out ;
}



@keyframes fadeInSmooth {
  0% {
    opacity: 0;
        filter: blur(3px);
  }

  100% {
    opacity: 1;
    filter: blur(0);

  }
} */
 .terms-section h1,
.term-blog {
  opacity: 0;
  animation: fadeInSmooth 1.5s ease-out forwards;
}

@keyframes fadeInSmooth {
  from {
    opacity: 0;
    filter: blur(10px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}

/* .term-blog {
   animation-name: fade-in-out;
  animation-duration: 7s;
}


@keyframes fade-in-out {
  0% {
    filter: blur(12px) opacity(0%);
  }
  30% {
    filter: blur(0) opacity(1);
  }
  70% {
    filter: blur(0) opacity(1);
  }
  100% {
    filter: blur(12px) opacity(0%);
  }
} */
 /* ============= */
 .transformation-slide{
  position: relative;
  border-radius: 20px;
  background: #FFFFFF0F;
  overflow: hidden;
  display:flex;
  border: 1px solid #C9A14A33;
  padding: 10px;
}
.transformation-slide img{
  width: 100%;
  height: 318px;
  object-fit: fill;
  display:block;
  border-radius: 15px;
}
/* ====================================== */
 .transformation-card {
   position: relative;
  border-radius: 20px;
  background: #FFFFFF0F;
  overflow: hidden;
  display:flex;
  border: 1px solid #C9A14A33;
  padding: 10px;

}

.transformation-images {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
}

.image-box {
    position: relative;
    max-height: 251px;
}

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


 .transformation-card .label {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
