/** Shopify CDN: Minification failed

Line 2596:27 Expected ")" to end URL token
Line 4241:15 Expected identifier but found whitespace
Line 4241:17 Unexpected "{"
Line 4241:26 Expected ":"
Line 4265:13 Expected identifier but found whitespace
Line 4265:15 Unexpected "{"
Line 4265:24 Expected ":"
Line 4266:8 Expected identifier but found whitespace
Line 4266:10 Unexpected "{"
Line 4266:19 Expected ":"
... and 3 more hidden warnings

**/
@import url("https://fonts.googleapis.com/css2?family=Libertinus+Serif:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
*,body {
  font-variant-ligatures: none;
}
.page-width {
  max-width: 1240px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (min-width: 1460px) {
  .page-width {
    max-width: 1480px !important;
  }
}
header.header {
  max-width: 100% !important;
  padding: 24px 48px !important;
  grid-template-columns: auto auto auto !important;
}
*,
body {
  font-family: Inter;
}
.fitness-hero.index-hero-banner video.fitness-video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 3rem !important;
  aspect-ratio: 2 / 3;
}
.fitness-hero.index-hero-banner .fitness-hero-wrapper {
  display: flex;
  justify-content: space-between !important;
  gap: 2% !important;
  align-items: center;
}
.fitness-hero.index-hero-banner .fitness-badge {
  background: linear-gradient(90deg, #1b7a3d1a, #fff, #be16221a);
  border-radius: 30px;
  padding: 10px 35px;
  color: #48494f !important;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  display: inline-block;
  position: relative;
}
.fitness-hero.index-hero-banner .fitness-badge::after {
  position: absolute;
  content: "";
  background: #1b7a3d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.fitness-hero.index-hero-banner .fitness-badge::before {
  position: absolute;
  content: "";
  background: #be1622;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.fitness-hero.index-hero-banner h1.fitness-hero-heading {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 96px;
  line-height: 96px;
  letter-spacing: -2.4px;
  vertical-align: middle;
  margin: 40px 0 32px 0 !important;
}
.fitness-hero.index-hero-banner .fitness-highlight {
  color: #1b7a3d;
  position: relative;
  border-bottom: unset !important;
  display: inline-block;
}
/* .fitness-hero.index-hero-banner .fitness-highlight:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 13px;
    background-color: #1b7a3d;
    bottom: -2px;
    left: 0;
} */
.fitness-hero.index-hero-banner .fitness-hero-desc {
  font-weight: 400;
  color: #4b5563 !important;
  font-size: 24px;
  margin-bottom: 48px !important;
  line-height: 39px;
  letter-spacing: 0px;
}
.fitness-hero.index-hero-banner a.fitness-btn.button.button--primary {
  color: #ffffff !important;
  padding: 20px 28px !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
}
.fitness-hero.index-hero-banner a.fitness-btn.button.button--primary::after{display:none !important;}
.fitness-hero.index-hero-banner
  .fitness-hero-buttons
  a.fitness-btn.button.button--primary
  svg {
  margin-left: 12px !important;
}
.fitness-hero.index-hero-banner .fitness-hero-buttons {
  display: flex;
  gap: 20px !important;
}
.fitness-hero.index-hero-banner .fitness-hero-wrapper > div {
  width: 49% !important;
}
.fitness-hero.index-hero-banner a.fitness-btn.button.button--secondary {
  border: 2px solid #e5e7eb !important;
}
.fitness-hero.index-hero-banner a.fitness-btn.button.button--secondary::after,
.fitness-hero.index-hero-banner a.fitness-btn.button.button--secondary::before {
  display: none !important;
}
.fitness-hero.index-hero-banner a.fitness-btn.button.button--secondary {
  border: 2px solid #e5e7eb !important;
  font-family: Inter;
  font-weight: 600;
  color: #1a1a1a !important;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
}
.fitness-hero.index-hero-banner a.fitness-btn.button.button--secondary svg {
  margin: 0 12px 0 0 !important;
  width: 18px !important;
  height: 18px;
}
.fitness-hero.index-hero-banner .fitness-features {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  margin-top: 55px !important;
}

.fitness-hero.index-hero-banner .fitness-feature span {
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #6b7280 !important;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.fitness-hero.index-hero-banner .fitness-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px !important;
}
.header > nav.header__inline-menu ul li:hover a span {
  color: #be1622 !important;
  text-decoration: unset !important;
}
.header > nav.header__inline-menu ul li a:hover {
  text-decoration: unset !important;
}
.header > nav.header__inline-menu {
  display: flex;
  justify-content: center;
}
.header > nav.header__inline-menu ul li a span {
  font-family: "Inter" !important;
  font-weight: 500 !important;
  color: #48494f !important;
  font-size: 17px !important;
  line-height: 28px;
  letter-spacing: 0px;
}
.header .header__icons .header-btn a.header-btn {
  box-shadow: 0px 4px 6px -4px #fecaca;
  box-shadow: 0px 10px 15px -3px #fecaca;
  padding: 14px 26px !important;
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 28px !important;
  letter-spacing: 0px;
}
.media-video-wrapper {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  border-radius: 3rem !important;
  position: relative;
}
.media-image-wrapper > img {
  width: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  border-radius: 3rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top;
}
.media-video-wrapper > button.fitness-play {
  position: absolute;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%);
  background-color: rgb(255 255 255 / 0.9);
  color: rgb(190 22 34 / 1) !important;
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  border: unset !important;
  font-size: 26px;
  z-index: 99;
  pointer-events: auto;
      display: flex;
    justify-content: center;
    align-items: center;
}
.fitness-media-outer {
  position: relative;
  z-index: auto !important;
}
.fitness-stat {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  padding: 1.5rem;
  border-radius: 1.5rem;
  background-color: rgb(255 255 255 / 1);
}
.fitness-stat .stats-wrapper > img {
  width: 52px;
  height: 52px !important;
}
.fitness-stat .stats-wrapper {
  display: flex;
  gap: 20px !important;
}
.fitness-stat .stats-wrapper > div > span {
  font-weight: 600;
  color: #6b7280 !important;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}
.fitness-stat .stats-wrapper > div > strong {
  font-weight: 700;
  color: #1a1a1a !important;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
}
.fitness-stat .stats-wrapper > div > span.lower-title {
  font-weight: 400;
  color: #9ca3af;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #9ca3af;
}
.fitness-stat .stats-wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}
.fitness-stat.stat-top {
  position: absolute;
  top: 4rem;
  left: 0 !important;
}
.fitness-stat.stat-bottom {
  position: absolute;
  bottom: 4rem;
  right: 0;
}

.fitness-stat {
  animation: bounce 1s infinite;
  animation-duration: 3s;
  animation-delay: 1s;
}
.fitness-hero-media-wrapper .media-video-wrapper {
  position: relative;
}
.fitness-hero-media-wrapper .media-video-wrapper::after {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2); /* bg-black/20 */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.fitness-hero-media-wrapper .media-video-wrapper:hover::after {
  opacity: 1;
}
.custom-counter-bar-section .counter-bar-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 75px 0 !important;
}
.custom-counter-bar-section .counter-bar-wrapper .counter-number {
  font-weight: 700;
  font-size: 60px;
  color: #fff !important;
  line-height: 60px;
  letter-spacing: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.custom-counter-bar-section .counter-bar-wrapper p.counter-label {
  font-weight: 500;
  font-size: 16px;
  margin: 0 !important;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: uppercase;
}
.custom-counter-bar-section .counter-bar-wrapper > .counter-item {
  gap: 12px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #1f293780;
  width: 20% !important;
}
.custom-counter-bar-section .counter-bar-wrapper > .counter-item:last-child {
  border: unset !important;
}
.fitness-stats-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-fitness-stats-section .fitness-outer {
  padding: 70px 0 !important;
}
.custom-fitness-stats-section
  .fitness-outer
  .fitness-stat-item
  h3.fitness-stat-value {
  margin: 0 !important;
  text-align: center;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0px;
}
.custom-fitness-stats-section
  .fitness-outer
  .fitness-stat-item
  .fitness-stat-title {
  font-weight: 500;
  color: #fff !important;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 !important;
}
.custom-fitness-stats-section
  .fitness-outer
  .fitness-stat-item
  .fitness-stat-subtitle {
  font-weight: 400;
  color: #fff !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 !important;
}
.fitness-stats-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.custom-fitness-stats-section .fitness-outer .fitness-stat-item {
  display: flex;
  flex-direction: column;
  gap: 8px !important;
}
.fitness-stats-btn {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.fitness-stats-btn a.stats.button {
  font-weight: 700;
  font-size: 20px;
  padding: 20px 40px !important;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  gap: 12px !important;
  transform: unset !important;
}
.fitness-hero.index-hero-banner a.fitness-btn.button.button--secondary:hover {
  background-color: rgb(243 244 246 / 1) !important;
  transform: unset !important;
}
.ideal-section .ideal-card:hover .ideal-badge svg path {
  stroke: #000 !important;
}
.media-image-wrapper > img {
  width: 100%;
}
sticky-header.header-wrapper {
  z-index: 1;
}
.custom-hero-section {
  position: relative;
  overflow: hidden;
}
.fitness-hero.index-hero-banner .fitness-hero-wrapper .fitness-media {
  position: relative;
}
.custom-comparison-table .sec-subheading {
  color: #be1622;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
}
.custom-comparison-table h2.sec-heading {
  font-weight: 700;
  color: #1a1a1a !important;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
  margin: 12px 0 24px 0;
}
.custom-comparison-table .sec-description > p {
  font-weight: 400;
  color: #4b5563;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
}
.ema-table-wrapper {
  display: flex;
  justify-content: center;
}
.ema-table-wrapper > table.ema-table {
  width: 100% !important;
  max-width: 1024px !important;
  border: 1px solid #f3f4f6;
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius: 24px !important;
}
.ema-table-wrapper > table.ema-table th {
  border-right: 1px solid #1f2937;
  background: rgb(26 26 26 / 1) !important;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
  padding: 24px;
}
.ema-table-wrapper > table.ema-table th.ema-col-feature {
  border-radius: 16px 0 0 0;
}
.ema-table-wrapper > table.ema-table th.ema-col-ema {
  border-radius: 0 16px 0 0;
  background: #be1622 !important;
}
.ema-table-wrapper > table.ema-table td.ema-feature {
  padding: 24px;
  background: #f9fafb !important;
  border-right: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
}
.ema-table-wrapper > table.ema-table td.ema-feature > p {
  margin: 0 !important;
  font-weight: 600;
  font-size: 16px;
  color: #48494f;
  line-height: 24px;
  letter-spacing: 0px;
}
.ema-table-wrapper > table.ema-table td.ema-traditional {
  border-bottom: 1px solid #f3f4f6;
  background: #fff !important;
  padding: 24px;
}
.ema-table-wrapper > table.ema-table td.ema-traditional > p {
  margin: 0 !important;
  color: #4b5563 !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
}
.ema-table-wrapper > table.ema-table td.ema-traditional > p > strong {
  font-weight: 700;
  color: #9ca3af;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
}
.ema-table-wrapper > table.ema-table .icon-td {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
.ema-table-wrapper > table.ema-table td.ema-ema {
  background: #fef2f2 !important;
  padding: 24px;
}
.ema-table-wrapper > table.ema-table td.ema-ema p {
  margin: 0;
  color: #48494f !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
}
.ema-table-wrapper > table.ema-table td.ema-ema p > strong {
  color: #be1622 !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
}
.custom-fitness-modular-section .modular-wrapper {
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  padding: 64px 110px 64px 48px;
  border-radius: 24px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 100px;
}
.custom-fitness-modular-section .modular-wrapper .mod-header {
  display: flex;
  gap: 24px;
}
.custom-fitness-modular-section .modular-wrapper .mod-header .mod-icon img {
  width: 64px;
  height: 64px;
  background: #be1622;
  border-radius: 12px;
}
.custom-fitness-modular-section .modular-wrapper h3.title-mod {
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  margin: 0 0 12px 0 !important;
  line-height: 36px;
  letter-spacing: 0px;
}
.custom-fitness-modular-section .modular-wrapper .mod-header p {
  font-weight: 400;
  color: #d1d5db !important;
  font-size: 18px;
  line-height: 29.25px;
  letter-spacing: 0px;
  margin: 0 !important;
}
.custom-fitness-modular-section .mod-stats-wrapper {
  display: flex;
  gap: 24px;
  margin-top: 32px;
}
.custom-fitness-modular-section .single-mod {
  backdrop-filter: blur(4px);
  background: #ffffff1a;
  border-radius: 16px;
  padding: 24px;
  width: 32%;
}
.custom-fitness-modular-section .single-mod h4.cp-title {
  color: #be1622;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
  margin: 0 0 8px 0;
}
.custom-fitness-modular-section .single-mod .cp-desc > p {
  font-weight: 400;
  font-size: 14px;
  color: #d1d5db !important;
  line-height: 20px;
  letter-spacing: 0px;
}
footer.footer {
  padding-top: 80px;
  padding-bottom: 40px;
}
footer.footer h2.footer-block__heading {
  font-weight: 700;
  color: #fff !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  margin-bottom: 24px;
}
footer.footer ul.footer-block__details-content li a.link {
  font-weight: 400;
  text-decoration: unset !important;
  font-size: 14px;
  color: #9ca3af;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 0 !important;
}
footer.footer ul.footer-block__details-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
footer.footer .footer-block__details-content p,
footer.footer .footer-block__details-content p > a {
  color: #9ca3af;
  font-weight: 400;
  font-size: 14px;
  text-decoration: unset !important;
  line-height: 22.75px;
  letter-spacing: 0px;
}
footer.footer .footer__blocks-wrapper {
  padding-bottom: 64px !important;
}
.transformations-section {
  text-align: center;
}
.transformations-section .section-header .subheading {
  color: #be1622;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
.transformations-section h2.heading {
  color: #1a1a1a !important;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 0 24px 0 !important;
}
.transformations-section .section-header .description {
  color: #4b5563;
  margin-bottom: 64px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
}
.transformations-section .card-content h4 {
  color: #1a1a1a !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  margin: 0 !important;
}
.transformations-section .transformations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.transformations-section .transformation-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
  overflow: hidden;
}

.transformations-section .image-wrapper {
  height: 320px !important;
}
.transformations-section .image-wrapper .media-video-wrapper,
.transformations-section .image-wrapper .media-video-wrapper video {
  width: 100%;
  height: 100%;
}
.transformations-section .image-wrapper .media-video-wrapper video {
  object-fit: cover !important;
}
.transformations-section .image {
  position: relative;
}

.transformations-section .image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.transformations-section .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
}
.transformations-section .before-tag {
  background: #1f2937;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 12px !important;
  line-height: 16px;
  letter-spacing: 0px;
  border-radius: 99px;
}
.transformations-section .after-tag {
  background: #be1622;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 12px !important;
  line-height: 16px;
  letter-spacing: 0px;
  border-radius: 99px;
  left: unset !important;
  right: 10px;
}

.transformations-section .card-content {
  padding: 32px;
  text-align: left;
  height: 100%;
}
.cs-training-transformations .card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cs-training-transformations .card-content .stats {
  margin-top: auto;
}
.transformations-section .client {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.transformations-section .avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.transformations-section .meta {
  color: #6b7280;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  margin: 0 !important;
}
.transformations-section .testimonial {
  color: #374151;
  margin: 16px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.transformations-section .stats {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f3f4f6;
  padding-top: 16px;
}
.transformations-section .stats strong {
  color: #1b7a3d;
  font-size: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
}

.transformations-section .stats span {
  color: #6b7280;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
}
.transformations-section .stats > div {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.transformations-section .cta-wrapper {
  margin-top: 40px !important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.transformations-section .cta-button,
.cta-button,
.training-process .process-btn,
.brand-story .brand-btn {
  background: #be1622;
  color: #fff;
  padding: 16px 32px;
  border-radius: 30px;
  text-decoration: none;
  display: flex !important;
  box-shadow: 0 8px 10px -6px #0000001a, 0 20px 25px -5px #0000001a;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  max-width: fit-content;
  align-items: center;
  gap: 8px;
  transition-duration: 300ms;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ema-table-wrapper > table.ema-table .icon-td img {
  width: 34px;
}
.contact-booking-wrapper .contact-form-box button,
.cs-ema-form .ema-btn {
  transition-duration: 300ms;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transformations-section .cta-button:hover,
.cta-button:hover,
.training-process .process-btn:hover,
.fitness-hero.index-hero-banner a.fitness-btn:hover,
.header .header__icons .header-btn a.header-btn:hover,
.contact-booking-wrapper .contact-form-box button:hover,
.brand-story .brand-btn:hover,
.cs-ema-form .ema-btn:hover {
  background-color: rgb(185 28 28 / 1) !important;
  transform: translateY(-0.3rem) !important;
}
.benefits-section .benefits-button:hover {
  color: #fff;
  background-color: rgb(26 26 26 / 1);
}
.ideal-section .ideal-header {
  margin: 0 auto 64px;
}
.ideal-section .ideal-subheading {
  color: #be1622;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 !important;
}
.newsletter-form__field-wrapper > .field button.newsletter-form__button:hover {
  background-color: rgb(229 231 235 / 1);
}
.ideal-section .ideal-heading {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0px;
  color: #1a1a1a;
  margin: 12px 0 24px 0;
}

.ideal-section .ideal-text {
  color: #4b5563;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  margin: 0 !important;
  text-align: center;
}
.ideal-section .ideal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  margin: 0 auto;
}
.ideal-section .ideal-card {
  background: #f5f5f5;
  border: 2px solid #00000000;
  padding: 34px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.ideal-section .ideal-avatar {
  margin: 0 auto 24px !important;
  display: flex;
  justify-content: center;
}
.ideal-section .ideal-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.ideal-section .ideal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  color: #48494f;
  margin: 24px 0 12px 0;
}
.ideal-section .ideal-description {
  color: #4b5563;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 0 24px 0 !important;
}
.ideal-section .ideal-badge {
  font-size: 13px;
  font-weight: 600;
}
.ideal-section .ideal-card:nth-child(1) img,
.ideal-section .ideal-card:nth-child(3) img {
  border: 4px solid #1b7a3d;
  box-shadow: 0px 4px 6px -4px #bbf7d0;
  box-shadow: 0px 10px 15px -3px #bbf7d0;
}
.ideal-section .ideal-card:nth-child(1) .ideal-badge,
.ideal-section .ideal-card:nth-child(3) .ideal-badge {
  font-weight: 600;
  color: #1b7a3d !important;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
}

.ideal-section .ideal-card:nth-child(2) img,
.ideal-section .ideal-card:nth-child(4) img {
  border: 4px solid #be1622;
  box-shadow: 0px 4px 6px -4px #fecaca;
  box-shadow: 0px 10px 15px -3px #fecaca;
}
.ideal-section .ideal-card:nth-child(2) .ideal-badge,
.ideal-section .ideal-card:nth-child(4) .ideal-badge {
  font-weight: 600;
  color: #be1622 !important;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
}
sticky-header.header-wrapper {
  z-index: 99999;
}
.process-cta {
  display: flex;
  justify-content: center;
}
ul.footer__list-social li.list-social__item {
  background: #1f2937;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
footer.footer .footer-block__details-content.footer-block-image {
  flex-direction: column;
  align-items: flex-start;
}
footer.footer .footer-block__details-content.footer-block-image > p {
  margin: 23px 0 !important;
}
footer.footer
  .footer-block__details-content.footer-block-image
  > .footer-block__image-wrapper {
  margin-bottom: 0 !important;
}
footer.footer
  .footer-block__details-content.footer-block-image
  ul.list-social.footer__list-social {
  gap: 16px !important;
}
footer.footer
  .footer-block__details-content.footer-block-image
  ul.list-social.footer__list-social
  li
  a
  svg {
  height: 16px !important;
  width: auto !important;
}
footer.footer .footer__copyright.caption {
  font-weight: 400;
  font-size: 12px;
  margin-top: 0 !important;
  line-height: 16px;
  letter-spacing: 0px;
  color: #6b7280 !important;
}
footer.footer .footer__content-bottom {
  max-width: 1260px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin: 0 auto;
  border-color: #1f2937 !important;
}
footer.footer .footer__content-top {
  padding-bottom: 0 !important;
}
li.footer-apri-studio a.link {
  position: relative;
}
li.footer-apri-studio a.link::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("/cdn/shop/files/studio.svg?v=1773059112");
  background-repeat: no-repeat;
  left: -20px;
}
li.footer-apri-studio a.link {
  position: relative;
  margin-left: 20px !important;
}
footer.footer
  .footer__blocks-wrapper
  .footer-block.grid__item:nth-child(3)
  .footer-block__details-content
  p {
  position: relative;
  padding-left: 25px;
  max-width: 200px;
}
footer.footer
  .footer__blocks-wrapper
  .footer-block.grid__item:nth-child(3)
  .footer-block__details-content
  p:nth-child(1)::after {
  position: absolute;
  content: "";
  background: url("/cdn/shop/files/location.svg?v=1773059593");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  left: 0;
  top: 3px;
}
footer.footer
  .footer__blocks-wrapper
  .footer-block.grid__item:nth-child(3)
  .footer-block__details-content
  p:nth-child(2)::after {
  position: absolute;
  content: "";
  background: url("/cdn/shop/files/mail.svg?v=1773059593");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  left: 0;
  top: 3px;
}
footer.footer
  .footer__blocks-wrapper
  .footer-block.grid__item:nth-child(3)
  .footer-block__details-content
  p:nth-child(3)::after {
  position: absolute;
  content: "";
  background: url("/cdn/shop/files/telephone.svg?v=1773059593");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  left: 0;
  top: 3px;
}
.training-process .process-heading {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
  margin: 12px 0 24px;
  color: #fff;
}

.training-process .process-subtext {
  color: #9ca3af;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  margin: 0 !important;
  text-align: center;
}

.training-process .process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  margin: 0 auto 48px;
}

.training-process .process-card {
  background: #111827;
  border-radius: 24px;
  overflow: hidden;
  text-align: left;
  transition: 0.3s;
}
.training-process .process-image img {
  width: 100%;
  height: 256px;
  object-fit: cover;
  object-position:top;
  display: block;
}
.training-process .process-content {
  padding: 24px;
}
.training-process .process-phase {
  color: #1b7a3d;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}
.training-process .process-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 8px 0;
}
.training-process .process-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  margin: 0 !important;
  color: #9ca3af;
}
.training-process .process-duration {
  width: 180px;
  margin: 0 auto 48px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #ffffff1a;
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 99px;
}
.training-process .process-duration .duration-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.duration-area {
  line-height: normal;
}
.training-process .process-duration span.duration-label {
  font-weight: 400;
  color: #9ca3af !important;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.training-process .process-duration strong {
  margin-left: 0px;
}

.journey-section .journey-header {
  margin: 0 auto 64px;
}

.journey-section .journey-heading {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
  color: #1a1a1a;
  margin: 12px 0 24px;
}

.journey-section .journey-subtext {
  color: #4b5563;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  margin: 0 !important;
  text-align: center;
}

.journey-section .journey-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  margin: 0 auto;
}
.journey-section .journey-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 32px 32px 56px 32px;
  box-shadow: 0px 4px 6px -4px #0000001a;
  box-shadow: 0px 10px 15px -3px #0000001a;
  position: relative;
}
.journey-section .journey-step {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto 15px;
  box-shadow: 0px 4px 6px -4px #0000001a;
  box-shadow: 0px 10px 15px -3px #0000001a;
  font-weight: 700;
  font-size: 30px !important;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: center;
}
.journey-section .journey-title {
  color: #1a1a1a;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  margin: 24px 0 16px 0;
}
.journey-section .journey-text {
  font-size: 14px;
  color: #4b5563;
  margin: 0 0 24px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}
.journey-section .journey-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
}
.benefits-section .benefits-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  flex-wrap: wrap;
  gap: 20px;
}

.benefits-section .benefits-label {
  color: #be1622;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 0 !important;
}
.benefits-section .benefits-heading {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0px;
  margin: 12px 0 0 0;
}
.benefits-section .benefits-button {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 18px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #1a1a1a;
  text-decoration: unset !important;
}
.benefits-section .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.5rem !important;
}
.benefits-section .benefit-card {
  background: #f5f5f5;
  padding: 32px;
}
.benefits-section .benefit-card {
  border-radius: 32px;
}
.benefits-section .benefit-icon {
  margin-bottom: 0px;
}
.benefits-section .benefit-icon {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefits-section .benefit-icon svg {
  width: 24px;
  height: 24px;
}
.benefits-section .benefit-card:hover .benefit-icon {
  background-color: rgb(190 22 34 / 1);
}
.benefits-section .benefit-title {
  color: #48494f;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  margin: 24px 0 16px 0;
}

.benefits-section .benefit-text {
  color: #4b5563;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
.brand-story .brand-story-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 60px;
  align-items: stretch;
}
.brand-story .brand-story-wrapper > .brand-story-left{
width:40%
}
.brand-story .brand-story-wrapper > .brand-story-right{
width:60%
}
.brand-story .brand-story-left {
  position: relative;
}
.brand-story .brand-story-left::after {
  position: absolute;
  content: "";
  border-width: 4px 0 0 4px !important;
  border-style: solid;
  border-color: #be1622;
  left: -16px;
  top: -16px;
  width: 96px;
  height: 96px;
  border-radius: 24px 0 0 0;
}
.brand-story .brand-story-left img {
  width: 100%;
  border-radius: 12px;
  height: 100%;
  object-fit: cover;
}
.brand-story .brand-quote {
  position: absolute;
  bottom: 32px;
  right: 32px;
  background: #fff;
  color: #1a1a1a;
  padding: 24px;
  border-radius: 8px;
  max-width: 309px;
  font-family: "Libertinus Serif", serif;
  font-weight: 400;
  font-style: italic !important;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}
.brand-story .brand-quote span {
  color: #1b7a3d !important;
  margin-top: 6px;
  font-weight: 700;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 20px;
  letter-spacing: 0.35px;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0;
}
.brand-story .brand-quote > p {
  margin: 0 0 0px !important;
  font-family: "Libertinus Serif" !important;
  font-size: 18px !important;
}
.brand-story .brand-story-right h2 {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  margin: 0 0 32px;
  line-height: 48px;
  letter-spacing: 0px;
}
.brand-story .small-heading {
  color: #be1622;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  vertical-align: middle;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.brand-story .brand-text {
  margin-bottom: 30px;
  color: #d1d5db;
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  letter-spacing: 0px;
}
.brand-story .brand-stats {
  display: flex;
  gap: 35px;
  justify-content:space-between;
  margin-bottom: 40px;
  border-top: 1px solid #1f2937;
  padding-top: 40px;
}
.brand-story .stat h3 {
  color: #fff;
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
}
.brand-story .stat p {
  color: #6b7280;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  margin: 0 !important;
}
.brand-story .brand-btn {
  background: #be1622;
  color: #fff;
  padding: 16px 32px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  display: inline-block;
  text-decoration: unset !important;
}
.header > nav.header__inline-menu ul li a span.header__active-menu-item {
  color: #be1622 !important;
  text-decoration: none;
}
.testimonials-quote-section .quote-wrapper {
  text-align: center;
  margin: 0 auto 80px;
}
.testimonials-quote-section .quote-text {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  color: #48494f;
  margin: 20px auto;
  font-family: "Libertinus Serif";
  max-width: 860px;
}
.testimonials-quote-section .quote-divider {
  display: inline-block;
  width: 96px;
  height: 4px;
  background: #be1622;
  border-radius: 99px;
  margin-top: 36px;
}
.testimonials-quote-section {
  padding-bottom: 60px;
}
.user-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.testimonials-quote-section .testimonial-header {
  text-align: center;
  margin-bottom: 64px;
}

.testimonials-quote-section .testimonial-header h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  color: #1a1a1a;
  margin: 0 0 16px 0;
}

.testimonials-quote-section .testimonial-header p {
  color: #4b5563;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0;
}

.testimonials-quote-section .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: auto;
}
.testimonials-quote-section .testimonial-card {
  background: #f5f5f5;
  padding: 32px;
  border-radius: 32px;
  border: 1px solid #f3f4f6;
  box-shadow: 0px 10px 15px -3px #0000001a;
}
.testimonials-quote-section .stars {
  color: #facc15;
  font-size: 22px;
  line-height: normal !important;
  margin-bottom: 0;
}
.testimonials-quote-section .testimonial-text {
  color: #374151;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 16px 0;
}
.testimonials-quote-section .testimonial-user .user-info strong {
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 24px;
  letter-spacing: 0px;
}
.testimonials-quote-section .testimonial-user {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonials-quote-section .testimonial-user img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.testimonials-quote-section .user-info span {
  color: #6b7280;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
}
.cs-transformation .cs-training-transformations .transformations-grid {
    grid-template-columns: repeat(3, 1fr) !important;
}
.cs-transformation-story .main-transformation-wrapper .main-transformation-media {
    max-width: 450px !important;
    width: 100%;
}
a.fitness-btn:hover {
  transform: unset !important;
}

.cs-ideal-features .cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

.video-circle {
  width: 260px;
  height: 260px;
  margin: auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cs-brand-story .cs-stuido-brand .brand-story-left::after {
  display: none !important;
}
.video-circle::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.video-circle .video-play-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.training-process .process-duration .duration-image > img {
  width: 24px;
  height: 24px;
}
.video-circle .play-icon {
  width: 0;
  height: 0;
  border-left: 14px solid #be1622;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.quote-icon img {
  width: 40px;
}
.cs-location-map .location-wrapper > div {
  width: 48% !important;
}
.video-text {
  color: #fff;
  margin-top: 22px !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center !important;
}
.video-circle .video-play-btn,
.transformation-play {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.35s ease;
  box-shadow: 0 8px 20px rgba(190, 22, 34, 0.35);
}

/* hover effect */
.video-circle .video-play-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 30px rgba(190, 22, 34, 0.45),
    0 0 0 10px rgba(190, 22, 34, 0.15), 0 0 0 20px rgba(190, 22, 34, 0.08);
}
.media-video-wrapper > button.fitness-play:hover,
.transformation-play:hover {
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 12px 30px rgba(190, 22, 34, 0.45),
    0 0 0 10px rgba(190, 22, 34, 0.15), 0 0 0 20px rgba(190, 22, 34, 0.08);
}
.ema-table-wrapper > table.ema-table tbody > tr:last-child td.ema-feature {
  border-radius: 0 0 0 24px !important;
}
.ema-table-wrapper > table.ema-table tbody > tr:last-child td.ema-ema {
  border-radius: 0 0 24px 0 !important;
}
footer.footer .footer__content-bottom ul.policies li a {
  
}
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.video-popup-inner {
  width: 90%;
  max-width: 900px;
  position: relative;
}

.video-container iframe,
.video-container video {
  width: 100%;
  height: 500px;
}

.video-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}
.fitness-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.fitness-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e11d2e;
  color: #fff;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  z-index: 1000 !important;
}
.media-video-wrapper::after {
  pointer-events: none !important;
}
.media-video-wrapper {
  position: relative;
}

.transformation-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.contact-booking-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.contact-booking-wrapper .contact-image {
  position: relative;
  height: 100%;
}

.contact-booking-wrapper .contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-booking-wrapper .location-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 1;
}
footer.footer .footer__blocks-wrapper .footer-block.grid__item:nth-child(1) {
  width: calc(30% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
}
footer.footer .footer-block.grid__item.footer-block--menu {
  width: calc(20% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
}
.contact-booking-wrapper .location-info h3 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
}

.contact-booking-wrapper .location-info p {
  color: #d1d5db;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 12px 0 0 0;
}

.contact-booking-wrapper .contact-form-box {
    padding: 64px 40px;
    background: #1a1a1a;
    color: #fff;
}
.contact-booking-wrapper .contact-form-box>small,
.contact-booking-wrapper .contact-form-box>h2,
.contact-booking-wrapper .contact-form-box>p {
    padding: 0 20px !important;
}
.contact-booking-wrapper .contact-form-box small {
  color: #be1622;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  vertical-align: middle;
  text-transform: uppercase;
}
.contact-booking-wrapper .contact-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  top: 0;
}
.contact-booking-wrapper .contact-form-box h2 {
  margin: 8px 0 24px;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
}
.contact-booking-wrapper .contact-form-box input::placeholder {
  color: #6b7280 !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
}
.contact-booking-wrapper .contact-form-box p {
  color: #9ca3af;
  margin: 0 0 30px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}

.contact-booking-wrapper .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}
.contact-booking-wrapper .contact-form-box input {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #374151;
  background: #1f2937;
  color: #fff;
}
.contact-booking-wrapper .contact-form-box input[type="tel"] {
  margin-bottom: 16px;
  margin-top: 16px;
}
.contact-booking-wrapper .contact-form-box button {
  cursor: pointer;
  margin-top: 0px;
  background: #be1622;
  color: #fff;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  display: inline-block;
  text-decoration: unset !important;
  border: unset !important;
  width: 100% !important;
}
.contact-booking-wrapper .contact-note {
  color: #6b7280;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 0px;
}

.contact-booking-wrapper .form-success-message {
  background: #1f3d2b;
  color: #8df5b0;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
}

.contact-booking-wrapper .form-error-message {
  background: #be1622;
  color: #ff9b9b;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
}

.contact-booking-wrapper .form-error-message ul {
  margin: 0;
  padding-left: 18px;
}
.franchise-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cs-franchise-system .gradient {
  background: linear-gradient(
    135deg,
    #1a1a1a 0%,
    #111827 50%,
    #1a1a1a 100%
  ) !important;
}
.franchise-wrapper .franchise-badge {
  padding: 8px 16px;
  color: #be1622;
  border: 1px solid #be1622;
  background: #be162233;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
}
.franchise-wrapper .franchise-heading {
  color: #fff;
  margin: 24px 0;
  font-weight: 700;
  margin: 24px 0;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0px;
  text-align: center;
}
.franchise-wrapper .franchise-subtext {
  max-width: 650px;
  margin: 0 auto 64px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
}

.franchise-wrapper .franchise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.franchise-wrapper .franchise-card {
  background: #ffffff12;
  border-radius: 24px;
  padding: 33px;
  text-align: left;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
footer.footer
  .footer__blocks-wrapper
  .footer-block.grid__item:nth-child(3)
  .footer-block__details-content
  p:hover,
footer.footer
  .footer__blocks-wrapper
  .footer-block.grid__item:nth-child(3)
  .footer-block__details-content
  p:hover
  a {
  color: #fff;
}
.franchise-wrapper .franchise-card:hover {
  border-color: rgb(190 22 34 / 1);
}
.franchise-wrapper .franchise-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #be162233;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.franchise-wrapper .franchise-icon img {
  width: 38px;
  height: 30px;
  object-fit: contain;
}
.franchise-wrapper .franchise-title {
  margin: 24px 0 16px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
}
.franchise-wrapper .franchise-desc {
  margin: 0 !important;
  color: #9ca3af;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
.cs-franchise-cta .gradient {
  background: linear-gradient(135deg, #1a1a1a, #111827, #1a1a1a) !important;
}
.franchise-stat-number {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  color: #be1622;
  transition: all 0.3s ease;
}

.franchise-cta-wrapper {
  max-width: 1200px;
  margin: auto;
}

.franchise-cta-box {
  background: linear-gradient(90deg, #be1622 0%, #b91c1c 100%);
  padding: 48px;
  border-radius: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 64px;
}

.franchise-cta-title {
  margin: 0px;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
}

.franchise-cta-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  max-width: 635px;
  margin: 16px auto 32px auto;
}
.franchise-form {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.franchise-form input {
  padding: 14px 18px;
  border-radius: 30px;
  border: none;
  width: 162px;
  height: 56px;
  color: #9ca3af;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
}
.franchise-form button {
  background: #1a1a1a;
  color: #fff;
  border: none;
  padding: 14px 22px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}
.franchise-note {
  color: #ffffffb2;
  margin-top: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
}

.franchise-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}
.franchise-stat-label {
  color: #9ca3af;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
}
.stat-value {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s ease;
}
.stat-value.visible {
  opacity: 1;
  transform: translateY(0);
}
.newsletter-form__field-wrapper > .field::after,
.newsletter-form__field-wrapper > .field::before {
  display: none;
}
.newsletter-form__field-wrapper > .field input {
  background: #1f2937 !important;
  border: 1px solid #374151;
  border-radius: 8px !important;
}
.newsletter-form__field-wrapper > .field button.newsletter-form__button {
  position: relative !important;
  background: #ffffff !important;
  width: 100% !important;
  color: #1a1a1a !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 8px !important;
  padding: 12px !important;
}
.newsletter-form__field-wrapper > .field {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
.newsletter-form__field-wrapper > .field > label.field__label {
  font-weight: 400;
  color: #9ca3af !important;
  font-size: 14px !important;
  line-height: 100%;
  letter-spacing: 0px;
  /* top: 15px !important; */
}
footer.footer .footer__content-bottom .footer__copyright.caption {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}
footer.footer .footer__content-bottom ul.policies li::before {
  display: none;
}
footer.footer .footer__content-bottom ul.policies {
  display: flex;
  gap: 24px;
}
footer.footer
  .footer__content-bottom
  .footer__content-bottom-wrapper.page-width.footer__content-bottom-wrapper--center {
  padding: 0 !important;
}
footer.footer .footer__content-bottom a,
footer.footer .footer__content-bottom small {
  font-weight: 400;
  color: #6b7280 !important;
  font-size: 12px !important;
  line-height: 16px;
  letter-spacing: 0px;
}
footer.footer .footer__content-bottom ul.policies li a:hover,
footer.footer ul.footer-block__details-content li a:hover {
  color: #be1622 !important;
  text-decoration: unset !important;
}
ul.footer__list-social li.list-social__item:hover {
  background: #be1622;
}
.training-process .process-header {
  margin: 0 auto 64px;
}
.media-video-wrapper {
  cursor: pointer;
}
.fitness-hero.index-hero-banner
  .fitness-hero-wrapper
  .fitness-media.fitness-media-mobile {
  display: none;
}
.ideal-section .ideal-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.ideal-section .ideal-card:nth-child(1) .ideal-badge svg circle,
.ideal-section .ideal-card:nth-child(3) .ideal-badge svg circle {
  fill: #1b7a3d;
}
.index-hero-banner.cs-inner-page-hero {
  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
}
.fitness-hero.index-hero-banner.cs-inner-page-hero .fitness-badge {
  background: #fef2f2 !important;
  padding: 8px 33px;
  color: #d9232e !important;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 20px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  border: 1px solid #fee2e2 !important;
}
.fitness-hero.index-hero-banner.cs-inner-page-hero .fitness-badge::after {
  background: #d9232e !important;
}
.fitness-hero.index-hero-banner.cs-inner-page-hero .fitness-badge::before {
  display: none !important;
}
.ideal-section .ideal-card:hover {
  background-color: rgb(26 26 26 / 1);
  border-color: rgb(27 122 61 / 1);
  color: #fff !important;
}
.ideal-section .ideal-card:hover h3,
.ideal-section .ideal-card:hover p,
.ideal-section .ideal-card:hover .ideal-badge {
  color: #fff !important;
}
.ideal-section .ideal-card:hover .ideal-badge svg circle {
  fill: #fff !important;
}
.ideal-section .ideal-card:nth-child(2):hover,
.ideal-section .ideal-card:nth-child(4):hover {
  border-color: #be1622 !important;
}
.journey-section .journey-card .journey-step {
  transition-duration: 300ms;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.journey-section .journey-card:hover .journey-step {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.1) scaleY(1.1);
}
.benefits-section .benefit-card:hover {
  background-color: rgb(26 26 26 / 1);
  color: #fff !important;
}
.benefits-section .benefit-card:hover h3,
.benefits-section .benefit-card:hover p {
  color: #fff !important;
}
.training-process .process-grid .process-card {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.training-process .process-grid .process-card:hover {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05)
    scaleY(1.05) !important;
}
.benefits-section .benefits-grid .benefit-card:nth-child(1),
.benefits-section .benefits-grid .benefit-card:nth-child(4) {
  border-radius: 32px 0 0 32px !important;
}
.benefits-section .benefits-grid .benefit-card:nth-child(3),
.benefits-section .benefits-grid .benefit-card:nth-child(6) {
  border-radius: 0 32px 32px 0 !important;
}
.benefits-section .benefits-grid .benefit-card:nth-child(2),
.benefits-section .benefits-grid .benefit-card:nth-child(5) {
  border-radius: 0 !important;
}
.fitness-stats-btn a.stats.button:hover {
  transform: unset !important;
  background-color: rgb(243 244 246 / 1) !important;
}
.cs-training-counter .counter-number > span {
  color: #be1622 !important;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
}
.cs-training-counter .counter-bar-wrapper > .counter-item {
  width: 25% !important;
}

.training-desc {
  font-weight: 400;
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 8px;
}
.training-title {
  font-weight: 700;
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 0 8px 0;
}
.training-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin-top: 64px;
}
.training-step {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.training-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 8px;
  background: #fff;
  box-shadow: 0px 10px 15px -3px #0000001a;
}
.training-image img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.training-number {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #d9232e;
  color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
}
.training-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  margin-top: 0px;
  border: 1px solid #f3f4f6;
  box-shadow: 0px 1px 2px 0px #0000000d;
  flex: 1;
}
.training-card.active {
  border: 2px solid #1aa84b;
}
.cs-benefits-accordions .benefits-icon img {
  width: 40px;
}
.cs-benefits-accordions .benefits-accordion-item {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
  background: #fff;
}

.cs-benefits-accordions .benefits-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  cursor: pointer;
  font-weight: 600;
}

.cs-benefits-accordions .benefits-accordion-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cs-benefits-accordions .benefits-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f4d7d9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-benefits-accordions .benefits-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 18px;
  font-size: 14px;
  opacity: 0.8;
}

.cs-benefits-accordions
  .benefits-accordion-item.active
  .benefits-accordion-content {
    max-height: fit-content;
    padding-bottom: 18px;
}

.cs-benefits-accordions .benefits-right {
  display: block;
  column-count: 2;
  column-gap: 16px;
  width: 100%;
}
.benefit-card,
.benefit-stat,
.benefit-light {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px; /* Space between vertical items */
  break-inside: avoid;
}
.cs-benefits-accordions .benefit-card img {
  width: 100%;
  display: block;
}

.cs-benefits-accordions .benefit-stat {
  background: #1a1a1a;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border-radius: 16px;
}
.cs-benefits-accordions .benefit-stat strong,
.cs-benefits-accordions .benefit-light strong {
  color: #d9232e;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
}
.cs-benefits-accordions .benefit-stat span,
.cs-benefits-accordions .benefit-light p {
  font-weight: 500;
  color: #d1d5db;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}
.cs-benefits-accordions .benefit-light p {
  color: #4b5563 !important;
}
.cs-benefits-accordions .benefit-light {
  background: #f3f4f6;
  padding: 24px;
  border-radius: 16px;
}
.cs-benefits-accordions .benefits-grid {
  display: flex;
  gap: 4%;
}
.cs-benefits-accordions .benefits-grid > div {
  width: 48% !important;
}

.ema-contact {
  position: relative;
  background-image: url({{ section.settings.bg_image | image_url: width:2000 }});
  background-size: cover;
  background-position: center;
}

.ema-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #be1622 0%, rgba(0, 0, 0, 0.85) 100%);
  opacity: 0.9;
}

.faq-wrapper {
  max-width: 900px;
  margin: auto;
}

.faq-item {
  border-bottom: 1px solid #e5e5e5;
}
.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  cursor: pointer;
  color: #1f2937;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}
.faq-icon {
  font-size: 21px;
  color: #d9232e;
  transition: transform 0.3s ease;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  opacity: 0.8;
}

.faq-item.active .faq-content {
    max-height: fit-content;
    padding-bottom: 15px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}
.faq-pretitle {
  color: #be1622;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-align: center;
  vertical-align: middle;
  margin: 0;
}
.faq-title {
  color: #111827;
  margin-bottom: 40px;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  margin: 8px 0 48px 0;
}
.cs-ema-form .ema-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 1000px;
  margin: auto;
}
.cs-ema-form .ema-form-box {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  color: #000;
}
.cs-ema-form .ema-form-box label {
  font-weight: 500;
  color: #374151;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}
.ema-form-field {
  margin-bottom: 15px;
  text-align: left;
}
.cs-ema-form .ema-inner h2 {
  color: #fff;
  font-weight: 800;
  margin: 0;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
}
.cs-ema-form .ema-inner p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  margin: 24px 0;
}
.ema-form-field input,
.ema-form-field select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  border: 1px solid #d1d5db;
}
.cs-ema-form .ema-btn {
    background: #d9232e;
    color: #fff;
    width: 100%;
    padding: 16px;
    border: unset !important;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0px 10px 15px -3px #0000001a;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}
.cs-ema-form .ema-note {
  margin-top: 16px;
  color: #9ca3af !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  display: flex;
  margin-left: 75px;
}
.cs-location-map .location-wrapper {
  display: flex;
  flex-direction: row;
  gap: 4%;
  align-items: center;
}

.cs-location-map .location-heading {
  color: #1a1a1a !important;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
}
.cs-location-map p {
  font-weight: 400;
  color: #48494f;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  margin: 0 0 32px 0;
}
.cs-location-map .location-description {
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 25px;
}
.cs-location-map .location-blocks .location-item {
  display: flex;
  gap: 16px;
}
.cs-location-map .location-blocks {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cs-location-map .location-blocks .location-item .location-right-area h4 {
  color: #1a1a1a;
  margin: 0px;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}
.cs-location-map .location-item p {
  color: #48494f !important;
  opacity: 0.8;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0;
}

.cs-location-map .location-link {
  color: #be1622;
  font-size: 14px;
  font-weight: 600;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-decoration: unset !important;
}

.cs-location-map .location-map iframe {
  width: 100%;
  height: 626px;
  border: 0;
  border-radius: 12px;
}
.cs-team-experts .team-header .team-heading {
  color: #1a1a1a !important;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 0 16px 0;
}
.cs-team-experts .team-header p.team-subtext {
  font-weight: 400;
  color: #48494f;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
}
.cs-team-experts .gradient {
  background: #f5f5f5 !important;
}
.team-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 50px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.team-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.team-image {
  position: relative;
}

.team-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.team-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  color: #fff;
}
.cs-env-gallery,
.cs-env-gallery > .gradient {
  background: #fff !important;
}
.cs-team-experts .team-name {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
}
.cs-team-experts .team-role {
  font-weight: 500;
  color: #e5e7eb;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

.cs-team-experts .team-content {
  padding: 24px;
}
.cs-team-experts .team-quote {
  margin: 0px 0 16px 0;
  font-weight: 400;
  color: #48494f;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: 0px;
}
.team-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cs-team-experts .team-tag {
  background: #1b7a3d;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 20px;
}


.cs-env-gallery .env-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
}

.cs-env-gallery .env-label {
  color: #be1622;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  vertical-align: middle;
  text-transform: uppercase;
}

.cs-env-gallery .env-heading {
  color: #1a1a1a;
  margin: 0 0 16px 0;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.cs-env-gallery .env-text {
  max-width: 670px;
  color: #48494f;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  margin-bottom: 0;
}
.cs-env-gallery .env-link {
  color: #1b7a3d;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-decoration: unset !important;
}
.cs-location-map .location-blocks .parking-info > .parking-left-area {
  display: flex;
}
.cs-env-gallery .env-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 33px;
}

.env-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.env-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.env-image {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.env-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.env-large {
  height: 420px;
}

.env-small {
  height: 200px;
}
.cs-env-gallery .env-label-tag {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #1a1a1a;
}
.cs-location-map .location-blocks .parking-info {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #f5f5f5;
  padding: 16px;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  margin-top: 12px;
}
.cs-location-map .location-blocks .parking-info .parking-right-area p {
  margin: 0;
}
.cs-brand-story .cs-stuido-brand {
  background: #f5f5f5 !important;
}
.cs-brand-story .cs-stuido-brand .brand-story-right h2 {
  color: #1a1a1a !important;
  font-weight: 700;
  font-size: 36px !important;
  margin: 0 0 24px !important;
  line-height: 40px;
  letter-spacing: 0px;
}
.cs-brand-story .cs-stuido-brand .brand-story-right .brand-text p {
  color: #48494f !important;
  margin: 0 !important;
}
.cs-brand-story .cs-stuido-brand .brand-story-left .brand-quote {
  background: transparent !important;
  color: #fff !important;
  font-weight: 500;
  max-width: 100% !important;
  font-size: 18px;
  font-style: normal !important;
  font-family: "Inter" !important;
  line-height: 28px;
  letter-spacing: 0px;
}
.cs-brand-story .cs-stuido-brand .brand-story-right .brand-stats {
  border-top: 1px solid #e5e7eb !important;
}
.cs-brand-story .cs-stuido-brand .brand-story-right .stat h3 {
  color: #1b7a3d;
  font-size: 24px;
  line-height: 32px;
}
.cs-brand-story .cs-stuido-brand .brand-story-left .brand-quote > span {
  color: #be1622 !important;
  font-size: 16px !important;
}
.cs-booking-cta .booking-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 25px 50px -12px #00000040;
}

.cs-booking-cta .booking-left {
  background: #1a1a1a;
  color: #fff;
  padding: 50px;
}
.cs-booking-cta .booking-social img {
  width: 80px;
  height: 32px;
}
.cs-booking-cta .booking-title {
  margin: 0 0 16px 0;
  color: #fff;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}

.cs-booking-cta .booking-title span {
  color: #e53935;
}
.cs-booking-cta .booking-text {
  color: #d1d5db;
  margin: 0 0 28px 0;
  max-width: 420px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.cs-booking-cta .booking-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.cs-booking-cta .booking-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.cs-booking-cta .booking-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
}

.cs-booking-cta .booking-social {
  padding: 16px;
  border-radius: 12px;
  font-size: 14px;
  background: #ffffff1a;
  display: flex;
  align-items: center;
}

.cs-booking-cta .booking-right {
    background: #fff;
    padding: 10px;
    text-align: center;
}

.cs-booking-cta .booking-embed textarea {
  width: 100%;
  min-height: 300px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 14px;
  font-family: monospace;
  font-size: 14px;
}
.cs-training-steps h2 {
  color: #111827 !important;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 0 16px 0;
}
.cs-training-steps p {
  color: #4b5563;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 !important;
}
.cs-training-comparison table.ema-table th.ema-col-ema {
    background: #fef2f2 !important;
    color: #d9232e !important;
    position: relative;
    border-top: 8px solid #1b7a3d;
    border-right: unset !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.5px;
}
.cs-training-comparison table.ema-table th.ema-col-ema span.ema_badge {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 3.5px 8px;
  border-radius: 4px;
  background: #1b7a3d;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
}

.vision-section {
  position: relative;
  background: radial-gradient(
      circle at 85% 50%,
      rgba(190, 22, 34, 0.35),
      transparent 40%
    ),
    radial-gradient(circle at 15% 80%, rgba(190, 22, 34, 0.2), transparent 40%),
    #0f1115;
}

.vision-header {
  text-align: center;
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
}

.vision-header h2 {
  color: #fff;
  margin-bottom: 10px;
}

.vision-header p {
  color: #b9b9b9;
}

/* COLUMN GRID */

.vision-grid {
  display: grid;
  grid-template-columns: repeat({{section.settings.columns_desktop}}, 1fr);
  gap : 30px;
}

/* CARD */
.vision-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 32px;
    border-radius: 16px;
        transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    border: 1px solid #FFFFFF1A;
}

.vision-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.vision-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #be1622;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}

.vision-icon img {
  width: 20px;
}
.vision-title {
    margin:24px 0 16px 0;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
    letter-spacing: 0px;
}
.vision-desc {
    color: #9CA3AF;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}
.cs-studios-grid h2 {
    color: #111827;
}
.studios-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
}

.studios-heading small {
  color: #be1622;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.studios-heading h2 {
    margin:8.5px 0;
    font-weight: 700;
    color: #111827;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
}
.studios-heading p {
    max-width: 560px;
    color: #4B5563;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    margin:0;
}
.studios-link {
    color: #D32F2F;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}
.studios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}

.studio-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s;
}

.studio-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.studio-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px;
      z-index: 1;
  color: #fff;
}

.studio-title {
font-weight: 700;
font-size: 20px;
line-height: 28px;
letter-spacing: 0px;
}
.studio-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #D32F2F;
    color: #fff;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
}
.studio-sub {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}
.studio-card.special {
  border: 2px solid transparent;
}

.studio-card.special:hover {
  border-color: #be1622;
}
.ema-comparison.cs-training-comparison table.ema-table th.ema-col-traditional {
  background: transparent !important;
  color: #6b7280 !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  border: unset !important;
}
.ema-comparison.cs-training-comparison table.ema-table th.ema-col-traditional {
  border-top: 4px solid #d1d5db !important;
}
.ema-comparison.cs-training-comparison table.ema-table th.ema-col-feature {
  background: #f9fafb !important;
  color: #6b7280 !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  border: unset !important;
}
.cs-benefits-accordions .benefits-right>.benefit-card:nth-child(1) {
    margin-top: 32px;
}
.unique-section {
  text-align: center;
}
.unique-pretitle {
    color: #D32F2F;
    text-transform: uppercase;
    margin-bottom: 8.5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-align: center;
    vertical-align: middle;
}
.unique-heading {
    margin: 0 0 16px 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: center;
}
.unique-desc {
    max-width: 650px;
    margin: 0 auto 80px;
    color: #6B7280;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}
.unique-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.unique-card {
  text-align: center;
}

.unique-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unique-icon img {
  width: 26px;
}
.unique-title {
    color: #111827;
    margin:0 0 12px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}
.unique-text {
    color: #4B5563;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
}
.success-quote {
    color: #fff;
    text-align: center;
    padding: 70px 20px;
    position: relative;
    background-image: url("/cdn/shop/files/Founder_Quote_Highlight.png?v=1773380069");
    background-repeat: no-repeat;
    background-size: cover;
}
.studio-card.special::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
}
.success-quote-text {
    font-weight: 500;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 795px;
    margin: 0 auto;
}
.success-author{
margin-top:40px;
display:flex;
align-items:center;
justify-content:center;
gap:16px;
}
 
.success-author img{
width:64px;
height:64px;
border-radius:50%;
}
.success-author div strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left !important;
    display: block;
}
.success-author div br{display:none;}
.success-author div small {
    color: #9CA3AF;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
}
/* CTA BOX */
 
.success-cta {
    margin-top: 75px;
}
 
.success-cta-inner {
    background:#D32F2F;
    color: #fff;
    border-radius: 14px;
    padding: 80px;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 40px;
    align-items: center;
box-shadow: 0px 25px 50px -12px #00000040;
}
.success-cta h2 {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    margin: 0 0 24px 0;
    line-height: 60px;
    letter-spacing: 0px;
}
.success-cta-inner p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    margin:0;
}
.success-features{
margin-top:32px;
list-style:none;
    padding-left: 0;
}
.success-features li {
    margin-top: 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
}
/* FORM */
.success-form {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
}
.success-form input,
.success-form select{
width:100%;
margin-bottom:16px;
padding:15px;
border-radius:6px;
border:1px solid #ddd;
}
.success-form button {
    width: 100%;
    background: #1B7A3D;
    color: #fff;
    padding: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}
.cs-about-hero .media-image-wrapper img {
    max-height: 570px;
    min-height: 570px;
}
.success-form button:hover{
background:#166534;
}
.success-form label {
    color: #374151;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
        margin-bottom: 5px;
            display: block;
}
.cs-benefits-accordions .benefits-grid img {
    border-radius: 16px;
}
.cs-about-hero .fitness-hero-buttons a.fitness-btn.button ,.cs-about-hero .fitness-hero-buttons a.fitness-btn.button:hover{
    background: #111827 !important;
}
.cs-about-hero .fitness-hero-buttons a.fitness-btn.button svg {
    transform: rotate(90deg);
}
.cs-about-brand p.small-heading {
    background: #F3F4F6 !important;
    margin:0 0 40px 0;
    padding: 6px 16px !important;
    font-weight: 700;
    font-size: 14px;
    color: #4B5563 !important;
    line-height: 20px;
    letter-spacing: 0px;
border-radius:999px !important;
display:inline-block;
}
.cs-about-brand h2 {
    color: #111827 !important;
}
.cs-about-brand p {
    color: #4B5563;
    font-size: 16px !important;
}
.cs-about-brand .brand-stats {
display:none;
}
.cs-about-brand .brand-quote {
    max-width: 90% !important;
        background: #ffffffbd !important;
}
.cs-about-brand .brand-quote > p {
    margin: 0 0 0px !important;
    font-family: 'Inter';
    font-size: 16px !important;
    color: #374151 !important;
    font-style: normal !important;
}
.cs-about-brand .brand-quote>span {
    color: #D32F2F !important;
}
.cs-about-brand .brand-story-right h5 {
    background: #F9FAFB !important;
    border-left: 4px solid #1B7A3D;
    padding: 8px 24px !important;
    color: #111827 !important;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
}
.cs-vision-columns .vision-header h2 {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: center;
}
.cs-vision-columns .vision-header p {
    font-weight: 400;
    color: #D1D5DB !important;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}
.ema-contact{
  position:relative;
}
.ema-contact::after{
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  left:0;
  top:0;
background: linear-gradient(90deg, rgba(217, 35, 46, 0.9) 0%, rgba(26, 26, 26, 0.9) 100%);
background-repeat:no-repeat;
}

/* BADGE */
.main-transformation-badge {
    display: inline-block;
    background: #D32F2F;
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom:0px;
    color: #fff;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
}
/* HEADING */
.main-transformation-heading {
    margin: 24px 0;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
}
.main-transformation-text {
    border-left: 4px solid #D32F2F;
    padding-left: 24px;
    color: #D1D5DB;
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
}
.cs-testimonial-header .testimonial-badge {
    text-transform: uppercase;
    margin:0 !important;
}
/* STATS */
 
.main-transformation-stats{
display:flex;
gap:24px;
flex-wrap:wrap;
margin-bottom:40px;
}
.main-transformation-stat {
    background: rgba(255,255,255,0.04);
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #FFFFFF1A;
    backdrop-filter: blur(4px);
    width: 30%;
}
.main-transformation-stat strong {
    display: block;
    color: #D32F2F;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
}
.main-transformation-stat span {
    color: #9CA3AF;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    vertical-align: middle;
}
/* BUTTON */
.main-transformation-btn {
    display: inline-block;
    background: #fff;
    color: #111;
    padding: 12px 32px;
    border-radius: 90px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
} 
/* IMAGE AREA */
 
.main-transformation-media{
position:relative;
border-radius:14px;
overflow:hidden;
box-shadow:0 20px 50px rgba(0,0,0,.4);
}
.main-transformation-media img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
/* PLAY BUTTON */
 
.main-transformation-play{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:70px;
height:70px;
border-radius:50%;
background:#be1622;
color:#fff;
border:none;
font-size:26px;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
}
 
.main-transformation-play:hover{
transform:translate(-50%,-50%) scale(1.08);
}
.main-video-popup{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.85);
display:none;
align-items:center;
justify-content:center;
z-index:999;
}
 
.main-video-inner{
position:relative;
width:80%;
max-width:900px;
}
 
.main-video-close{
position:absolute;
top:-40px;
right:0;
font-size:30px;
color:#fff;
cursor:pointer;
}
.testimonial-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.testimonial-badge{
display:inline-flex;
align-items:center;
gap:8px;
background:#fdeaea;
color:#d32f2f;
font-size:12px;
font-weight:600;
padding:6px 14px;
border-radius:20px;
margin-bottom:18px;
}
 
.testimonial-badge-dot{
width:6px;
height:6px;
background:#d32f2f;
border-radius:50%;
display:inline-block;
}
 
.testimonial-title{
font-size:60px;
font-weight:800;
line-height:1.2;
margin:24px 0;
letter-spacing:-1.5px
}
 
.testimonial-title span{
color:#2e7d32;
}
.testimonial-desc {
    color: #6B7280;
    margin:0;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}
.testimonial-points {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 14px;
    margin-top: 40px;
}
.testimonial-point {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6B7280 !important;
}
.testimonial-check{
color:#e53935;
font-weight:700;
}
 .testimonial-tab-btn {
    border: 1px solid #E5E7EB !important;
    padding: 8px 24px !important;
    border-radius: 30px;
    cursor: pointer;
    background: #FFFFFF;
    margin: 0px;
    font-weight: 500;
    color: #4B5563;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.cs-testimonial-counter .counter-bar-wrapper > .counter-item {
    gap: 0;
}
.cs-testimonial-counter .counter-bar-wrapper > .counter-item:nth-child(1)>.counter-number,
.cs-testimonial-counter .counter-bar-wrapper > .counter-item:nth-child(4)>.counter-number  {
    color: #D32F2F !important;
}
.cs-testimonial-counter .counter-bar-wrapper .counter-number {
    font-size: 36px;
    line-height: 40px;
}
.cs-testimonial-counter p.counter-label {
    font-size: 12px !important;
    color: #9CA3AF !important;
    line-height: 16px !important;
}
.cs-testimonial-counter .counter-bar-wrapper {
    max-width: 1216px;
    margin: 0 auto;
    padding: 60px 0 !important;
}
.cs-social-testimonials-tab .page-width {
    max-width: 1216px !important;
}
.cs-social-testimonials-tab .testimonial-tabs{
text-align:center;
margin-bottom:40px;
}
 
.cs-social-testimonials-tab .testimonial-tab-btn{
border:1px solid rgba(0,0,0,.1);
padding:8px 18px;
border-radius:30px;
font-size:14px;
cursor:pointer;
background:#f5f5f5;
margin:4px;
}
.cs-social-testimonials-tab .testimonial-tab-btn.active{
background:#111;
color:#fff;
}
 
.cs-social-testimonials-tab .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 10px; /* base row height */
    gap: 22px;
}

.cs-social-testimonials-tab .testimonial-grid {
    grid-auto-flow: dense;
}
/* Control heights like the design */
.cs-social-testimonials-tab .testimonial-card:nth-child(1) { grid-row: span 16; }
.cs-social-testimonials-tab .testimonial-card:nth-child(2) { grid-row: span 16; }
.cs-social-testimonials-tab .testimonial-card:nth-child(3) { grid-row: span 10; }
.cs-social-testimonials-tab .testimonial-card:nth-child(4) { grid-row: span 16; }

.cs-social-testimonials-tab .testimonial-card:nth-child(5) { grid-row: span 16; }
.cs-social-testimonials-tab .testimonial-card:nth-child(6) { grid-row: span 16; }
.cs-social-testimonials-tab .testimonial-card:nth-child(7) { grid-row: span 10; }
.cs-social-testimonials-tab .testimonial-card:nth-child(8) { grid-row: span 10; }
.cs-social-testimonials-tab .testimonial-card{
position:relative;
border-radius:16px;
overflow:hidden;
cursor:pointer;
}
.cs-social-testimonials-tab .testimonial-card img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}
.cs-social-testimonials-tab .testimonial-overlay{
position:absolute;
bottom:0;
left:0;
right:0;
padding:16px;
color:#fff;
background:linear-gradient(to top,rgba(0,0,0,.7),transparent);
font-size:14px;
}
 
.cs-social-testimonials-tab .testimonial-user{
display:flex;
align-items:center;
gap:8px;
font-weight:600;
margin-bottom:6px;
}
 
.cs-social-testimonials-tab .testimonial-platform{
position:absolute;
top:10px;
right:10px;
background:#fff;
border-radius:50%;
width:28px;
height:28px;
display:flex;
align-items:center;
justify-content:center;
font-size:12px;
}
 .cs-social-testimonials-tab, .cs-social-testimonials-tab div {
    background: #F9FAFB !important;
}

.social-share-wrapper{
text-align:center;
max-width:760px;
margin:auto;
}
.social-share-wrapper h2 {
    margin: 0px;
    font-weight: 700;
    font-size: 48px;
    color: #111;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: center;
}
.social-share-wrapper p {
    color: #4B5563;
    margin:24px 0 40px 0s;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}
/* SOCIAL BUTTONS */
 
.social-buttons{
display:flex;
gap:16px;
justify-content:center;
flex-wrap:wrap;
}
.social-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
box-shadow: 0px 10px 15px -3px #0000001A;
}
.social-instagram{
background: linear-gradient(90deg, #9333EA 0%, #DB2777 100%);
}
 
.social-tiktok{
background:#000;
}
 .cs-social-trans-cta .page-width {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
}
/* CTA RED SECTION */
 
.transformation-cta{
margin-top:00px;
padding:64px 20px;
text-align:center;
border-radius:6px;
background-repeat:no-repeat;
background-size:cover;
background:url("/cdn/shop/files/Section.png?v=1773395091");
color:#fff;
}
.transformation-cta h3 {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
}
.transformation-cta p {
    color: #FFFFFFCC;
    margin-bottom: 24px;
    font-weight: 400;
    margin: 16px auto 32px auto;
    font-size: 18px;
    max-width: 640px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}
/* CTA BUTTON */
.transformation-btn {
    display: inline-block;
    background: #fff;
    color: #D32F2F;
    padding: 16px 32px;
    border-radius: 30px;
    margin-bottom: 23.5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}
/* SMALL FEATURES */
 
.transformation-features{
display:flex;
justify-content:center;
gap:18px;
flex-wrap:wrap;
}
.transformation-features span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFFB2;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}
.cs-transformation-story .page-width {
    max-width: 1216px !important;
}
.cs-training-steps .training-steps .training-step:hover .training-image {
    box-shadow: 0px 10px 15px -3px #be1622;
}
.cs-training-steps .training-steps .training-step:hover .training-card {
    border: 1px solid #be1622;
    box-shadow: 0px 1px 2px 0px #be1622;
}
.main-transformation-wrapper {
    display: flex;
    gap: 64px;
}
.cs-transformation .transformations-grid {
    grid-template-columns: repeat(2, 1fr) !important;
}

.contact-wrapper {
  padding: 60px 20px;
  text-align: center;
}
#form-section {
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 3px;
}
.choice-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
 
.choice-card {
  border: 2px solid #ddd;
  padding: 30px;
  width: 280px;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
}
 
.choice-card:hover {
  border-color: {{ section.settings.hover_border_color }};
  transform: translateY(-5px);
}
 
.form-box {
  max-width: 600px;
  margin: 50px auto;
  text-align: left;
  padding:0 20px;
}
 
.form-box input,
.form-box select,
.form-box textarea {
  width: 100%;
  padding:20px 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
      border-radius: 8px !important;
}
 .form-box input::placeholder, .form-box select::placeholder, .form-box textarea::placeholder{
color:#000 !important;
 }
.form-box button {
  background: {{ section.settings.button_color }};
  color: {{ section.settings.button_text_color }};
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}
 
.contact-wrapper .hidden {
  display: none;
}
 
.contact-wrapper .success {
  color: green;
  margin-top: 10px;
}
 
.contact-wrapper .error {
  color: red;
  margin-top: 10px;
}
.choice-card.active {
    border-color: #be1622;
    background: #be1622;
    transform: translateY(-5px);
    color: #fff;
}
.choice-card.active h3 {
    color: #fff;
}
.contact-choice h2,.form-box h2{
    font-weight: 700;
    color: #1a1a1a !important;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: center;
    margin: 12px 0 24px 0;
}
.contact-choice p,.form-subtext p{
    font-weight: 400;
    color: #4b5563;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 !important;
}
.choice-card.active>p {
    color: #fff;
}
body.page-contact-us form.contact-form {
    margin-top: 30px !important;
}
body.page-contact-us form.contact-form button {
    width: 100%;
    background:#be1622;
    color: #fff;
        box-shadow: 0px 10px 15px -3px #fecaca;
    padding: 14px 32px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    border-radius:99px;
    letter-spacing: 0px;
}
body.page-cookie-policy h1.main-page-title {
    display: none !important;
}
body.page-cookie-policy section.shopify-section.section .page-width {
    max-width: 65ch !important;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
body.page-cookie-policy section.shopify-section.section .page-width .rte>h1,
body.policy-page .shopify-policy__title h1 {
        font-weight: 700;
    color: #1a1a1a !important;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: center;
    margin: 12px 0 24px 0;
}
body.page-cookie-policy section.shopify-section.section .page-width .rte p,
body.policy-page .shopify-policy__body p,body.policy-page .shopify-policy__body ul li{
  font-weight: 400;
    color: #4b5563;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
}
body.page-cookie-policy section.shopify-section.section .page-width .rte p strong,
body.policy-page .shopify-policy__body p strong{
    display: block;
}
body.policy-page .shopify-policy__container,body.page-cookie-policy section.shopify-section.section .page-width {
    padding-bottom: 60px;
}
header.header button.disclosure__button span {
    font-family: "Inter" !important;
    font-weight: 500 !important;
    color: #48494f !important;
    font-size: 14px !important;
    line-height: 28px;
    letter-spacing: 0px;
}
header.header button.disclosure__button {
    padding: 0 2.5rem 0 0rem !important;
}
.simple-language-switch {
    padding-right: 12px !important;
    border-right: 1px solid #D1D5DB;
    margin-right: 12px;
    line-height: normal !important;
}
header.header h1.header__heading>a.header__heading-link {
    padding: 0 !important;
}
header.header .header__icons {
    padding-right: 0 !important;
}
.simple-language-switch a {
    color:#6B7280 !important;
    text-decoration: unset !important;
        font-size: 15px !important;
}
.simple-language-switch a.active {
    color:#1A1A1A !important;
    font-weight: bold;
}
.menu-drawer__localization+.list-social {
    margin-top: 0 !important;
}
   .header .header__menu-item {
    padding: 1rem  !important;
}
header.header .header__heading-link {
    margin-left: 0 !important;
}
@media (max-width: 1340px) {
  .fitness-hero.index-hero-banner video.fitness-video {
    aspect-ratio: auto !important;
    height: 650px !important;
  }
  .header > nav.header__inline-menu ul li a span {
    font-size: 14px !important;
  }
  header.header {
    padding: 20px 28px !important;
  }
  .fitness-hero.index-hero-banner .fitness-badge {
    font-size: 14px;
  }
  .fitness-stat .stats-wrapper > div > span {
    font-size: 12px;
  }
  .fitness-stat .stats-wrapper > div > strong {
    font-size: 20px;
    line-height: normal;
  }
  .fitness-stat .stats-wrapper > div > span.lower-title {
    font-size: 12px;
  }
  .fitness-hero.index-hero-banner h1.fitness-hero-heading {
    font-size: 76px;
    line-height: normal;
  }
  .page-ema-training .cs-inner-page-hero h1.fitness-hero-heading {
    font-size: 68px;
}
  .fitness-hero.index-hero-banner .fitness-hero-desc {
    font-size: 20px;
    margin-bottom: 38px !important;
    line-height: 26px;
  }
  .fitness-hero.index-hero-banner a.fitness-btn.button.button--primary,
  .fitness-stats-btn a.stats.button,
  .fitness-hero.index-hero-banner a.fitness-btn.button.button--secondary {
    font-size: 16px;
  }
  .fitness-hero.index-hero-banner .fitness-feature span {
    font-size: 12px !important;
  }
  .custom-counter-bar-section .counter-bar-wrapper .counter-number {
    font-size: 46px;
  }
  .custom-counter-bar-section .counter-bar-wrapper p.counter-label {
    font-size: 14px;
    line-height: normal;
  }
  .header .header__icons .header-btn a.header-btn {
    font-size: 16px !important;
  }
  .custom-fitness-stats-section
    .fitness-outer
    .fitness-stat-item
    h3.fitness-stat-value {
    font-size: 50px;
  }
  .custom-fitness-stats-section
    .fitness-outer
    .fitness-stat-item
    .fitness-stat-title {
    font-size: 20px;
  }
  .custom-fitness-stats-section
    .fitness-outer
    .fitness-stat-item
    .fitness-stat-subtitle {
    font-size: 14px;
  }
  .custom-comparison-table h2.sec-heading,
  .transformations-section h2.heading,
  .ideal-section .ideal-heading,
  .training-process .process-heading,
  .journey-section .journey-heading,
  .benefits-section .benefits-heading,
  .brand-story .brand-story-right h2 {
    font-size: 40px;
  }
  .custom-comparison-table .sec-description > p,
  .transformations-section .section-header .description,
  .ideal-section .ideal-text,
  .training-process .process-subtext,
  .journey-section .journey-subtext,
  .brand-story .brand-text {
    font-size: 16px;
  }
  .custom-fitness-modular-section .modular-wrapper h3.title-mod {
    font-size: 26px;
  }
  .custom-fitness-modular-section .modular-wrapper .mod-header p {
    font-size: 16px;
    line-height: 25.25px;
  }
  .custom-fitness-modular-section .single-mod h4.cp-title {
    font-size: 25px;
  }
  .video-text {
    margin-top: 18px !important;
    font-size: 20px !important;
  }
  .transformations-section .image-wrapper {
    height: 420px !important;
  }
  .ideal-section .ideal-title {
    font-size: 20px;
    line-height: 28px;
  }
  .journey-section .journey-title {
    font-size: 20px;
  }
  .benefits-section .benefit-title {
    font-size: 20px;
    margin: 18px 0 12px;
  }
  .brand-story .stat h3 {
    font-size: 26px;
  }
  .testimonials-quote-section .quote-text {
    font-size: 30px;
    line-height: 36px;
  }
  .testimonials-quote-section .testimonial-header h2 {
    font-size: 30px;
    margin: 0 0 10px;
  }
  .contact-booking-wrapper .contact-form-box h2 {
    font-size: 30px;
    margin: 5px 0 14px;
  }
  .contact-booking-wrapper .contact-form-box p {
    margin: 0 0 20px;
    font-size: 16px;
  }
  .contact-booking-wrapper .location-info h3 {
    font-size: 20px;
  }
  .contact-booking-wrapper .location-info p {
    margin: 5px 0 0;
  }
  .franchise-wrapper .franchise-heading {
    margin: 16px 0;
    font-size: 46px;
    line-height: 50px;
  }
  .franchise-wrapper .franchise-subtext {
    max-width: 600px;
    margin: 0 auto 54px;
    font-size: 20px;
    line-height: 28px;
  }
  .franchise-wrapper .franchise-title {
    margin: 20px 0 12px;
    font-size: 20px;
    line-height: 28px;
  }
  .franchise-cta-title,
  .franchise-stat-number {
    font-size: 30px;
    line-height: 40px;
  }
  .franchise-cta-desc {
    font-size: 16px;
    line-height: 28px;
    max-width: 600px;
    margin: 12px auto 25px;
  }
}
@media(max-width:1100px){
 
.testimonial-grid{
grid-template-columns:repeat(3,1fr);
}
}

@media (max-width: 990px) {
  .menu-drawer__navigation {
    padding: 3rem 0 1rem !important;
}
a.menu-drawer__account {
    font-size: 17px !important;
}
  .cs-localization-socil-icon localization-form {
    display: flex;
}
.cs-localization-socil-icon form.localization-form {
    align-items: center;
    justify-content: center;
}
  .cs-localization-socil-icon {
    display: flex;
    align-items: center;
    gap: 5%;
    padding: 0 30px !important;
            margin-bottom: 70px;
}
.cs-localization-socil-icon button span {
    text-decoration: none;
    font-size: 1.8rem;
}
.menu-drawer__navigation-container a.menu-drawer__account {
    padding-left: 30px;
    padding-right:30px;
}
div#menu-drawer ul.list.list-social li svg path {
    fill: #4f5056;
}
  .custom-fitness-modular-section .modular-wrapper {
    padding: 30px;
    gap: 30px;
}
.video-circle {
    width: 200px;
    height: 200px;
}
      .cs-benefits-accordions .benefits-grid {
    grid-template-columns: 1fr;
  }
    .success-cta-inner{
grid-template-columns:1fr;
}
.main-transformation-wrapper{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}
.main-transformation-wrapper{
grid-template-columns:1fr;
}
  .cs-location-map .location-wrapper {
    grid-template-columns: 1fr;
  }
  .cs-location-map .location-map iframe {
    height: 350px;
  }
      .vision-grid {
    grid-template-columns: repeat({{section.settings.columns_tablet}}, 1fr);
  }
      .env-grid {
    grid-template-columns: 1fr;
  }

  .env-right {
    grid-template-rows: auto;
  }

  .env-bottom {
    grid-template-columns: 1fr;
  }

  .env-large {
    height: 320px;
  }
      .cs-booking-cta .booking-wrapper {
    grid-template-columns: 1fr;
  }

  .cs-booking-cta .booking-left {
    padding: 40px 30px;
  }

  .cs-booking-cta .booking-right {
    padding: 30px;
  }
  header.header .header__heading-logo {
    max-width: 158px;
  }
  header.header > nav.header__inline-menu,
  header.header > .header__icons {
    display: none;
  }
  header.header {
    padding: 12px 16px !important;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .franchise-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .franchise-wrapper .franchise-grid {
    grid-template-columns: 1fr;
  }

  .franchise-wrapper .franchise-heading {
    font-size: 32px;
  }
  .contact-booking-wrapper .contact-booking-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-booking-wrapper .contact-image {
    height: 350px;
  }

  .contact-booking-wrapper .contact-form-box {
    padding: 30px;
  }
  .testimonials-quote-section .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .testimonials-quote-section .quote-text {
    font-size: 20px;
  }
  .benefits-section .benefits-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .benefits-section .benefits-heading {
    font-size: 28px;
  }
  .brand-story .brand-story-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .main-transformation-stat {
    padding: 10px;
}
  .main-transformation-stats {
    gap: 16px !important;
}
  .cs-social-testimonials-tab .testimonial-grid {
    grid-template-columns: repeat(1, 1fr) !important;
}
  .cs-transformation .cs-training-transformations .transformations-grid {
    grid-template-columns: repeat(1, 1fr) !important;
}
  .newsletter-form {
    align-items: flex-start;
}
      .team-image img {
    height: 260px;
  }
  .cs-location-map .location-wrapper {
    flex-direction:column-reverse !important;
}
  .cs-location-map .location-wrapper > div {
    width: 100% !important;
}
  .success-cta {
    margin-top: 50px;
}
  .success-quote {
    padding: 40px 20px;
}
  .success-cta h2 {
    font-size: 36px;
    line-height: normal;
}
  .success-cta-inner {
    padding:20px;
    gap: 20px;
}
  .success-quote-text {
    font-size: 28px;
    line-height: normal;
}
  .cs-benefits-accordions .benefits-grid > div {
    width: 100% !important;
}
  .cs-benefits-accordions .benefits-grid {
    flex-direction: column !important;
}
  .ema-table-wrapper > table.ema-table .icon-td img {
    width: 20px !important;
}
  .cs-env-gallery .env-grid {
    grid-template-columns: auto;
    gap: 20px;
  }
  .cs-location-map .location-wrapper {
    flex-direction: column-reverse;
  }
  .cs-location-map .location-wrapper > div {
    width: 100% !important;
  }
  .benefits-section .benefits-grid .benefit-card:nth-child(1),
  .benefits-section .benefits-grid .benefit-card:nth-child(4) {
    border-radius: 32px !important;
  }
  .benefits-section .benefits-grid .benefit-card:nth-child(3),
  .benefits-section .benefits-grid .benefit-card:nth-child(6) {
    border-radius: 32px !important;
  }
  .benefits-section .benefits-grid .benefit-card:nth-child(2),
  .benefits-section .benefits-grid .benefit-card:nth-child(5) {
    border-radius: 32px !important;
  }
  .benefits-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: start;
  }
  .testimonials-quote-section {
    padding-bottom: 60px;
  }
  .custom-fitness-stats-section .fitness-outer .fitness-stat-item {
    gap: 0px !important;
  }
  footer.footer h2.footer-block__heading {
    font-size: 16px;
  }
  footer.footer .footer__content-bottom .footer__copyright.caption {
    flex-direction: column;
    padding-top: 24px;
    gap: 5px;
  }
  footer.footer .footer__blocks-wrapper {
    padding-bottom: 0px !important;
  }
  footer.footer .footer__blocks-wrapper .footer-block.grid__item:nth-child(1),
  footer.footer .footer-block.grid__item.footer-block--menu {
    width: 100% !important;
  }
  .franchise-form input {
    width: 100%;
  }
  .franchise-form button {
    width: 100%;
    padding: 12px 22px;
  }
  .franchise-cta-box {
    padding: 40px 24px;
  }
  .franchise-cta-title,
  .franchise-stat-number {
    font-size: 24px;
    line-height: normal;
  }
  .franchise-wrapper .franchise-grid {
    gap: 24px;
  }
  .franchise-wrapper .franchise-desc {
    font-size: 14px;
  }
  .franchise-wrapper .franchise-icon {
    width: 48px;
    height: 48px;
  }
  .franchise-wrapper .franchise-icon img {
    width: 30px;
    height: 24px;
    object-fit: contain;
  }
  .franchise-wrapper .franchise-card {
    padding: 25px;
  }
  .franchise-wrapper .franchise-subtext {
    margin: 0 auto 48px;
    font-size: 16px;
  }
  .franchise-wrapper .franchise-badge {
    font-size: 12px;
  }
  .franchise-wrapper .franchise-heading {
    font-size: 30px;
  }
  .contact-booking-wrapper .contact-form-box button {
    padding: 12px 30px;
    font-size: 14px;
  }
  .contact-booking-wrapper .form-row {
    grid-template-columns: auto;
    gap: 12px;
  }
  .contact-booking-wrapper .contact-form-box p {
    font-size: 14px;
  }
  .contact-booking-wrapper .contact-form-box h2 {
    font-size: 23px;
    margin: 3px 0 12px;
    line-height: normal;
  }
  .contact-booking-wrapper .contact-form-box {
    padding: 23px;
  }
  .contact-booking-wrapper .contact-form-box small {
    font-size: 12px;
  }
  .contact-booking-wrapper .location-info p {
    font-size: 14px;
  }
  .contact-booking-wrapper {
    grid-template-columns: auto;
  }
  .testimonials-quote-section .testimonial-user .user-info strong {
    font-size: 14px;
  }
  .testimonials-quote-section .testimonial-text {
    font-size: 14px;
  }
  .testimonials-quote-section .testimonial-card {
    padding: 24px;
  }
  .testimonials-quote-section .quote-wrapper {
    margin: 0 auto 64px;
  }
  .testimonials-quote-section .quote-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .testimonials-quote-section .quote-text {
    font-size: 24px;
  }
.brand-story .brand-stats {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding-top: 24px;
}
.brand-story .stat h3 {
    font-size: 16px;
    word-break: keep-all;
}
  .brand-story .stat p {
    font-size: 12px;
  }
  .brand-story .brand-story-wrapper .brand-story-right .brand-text p > br {
    display: none !important;
  }
  .brand-story .brand-story-wrapper .brand-story-right .brand-text p {
    text-align: center;
    line-height: 26px;
    font-size: 16px !important;
  }
  .brand-story .brand-story-wrapper .brand-story-right .brand-text p {
    text-align: center;
  }
  .brand-story .brand-story-wrapper .brand-story-right h2 {
    text-align: center;
  }
  .brand-story .small-heading {
    font-size: 12px;
    text-align: center;
  }
  .cs-brand-story .brand-story > div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .brand-story .brand-quote {
    bottom: 20px;
    right: 20px;
    padding: 12px;
  }
  .brand-story .brand-story-wrapper {
    flex-direction: column;
  }
  .benefits-section .benefit-text {
    font-size: 14px;
    line-height: normal;
  }
  .benefits-section .benefit-title {
    margin: 10px 0 12px;
  }
  .benefits-section .benefit-icon img {
    width: 48px;
    height: 48px;
  }
  .benefits-section .benefit-card {
    padding: 17px 21px;
    border-radius: 32px !important;
  }
  .benefits-section .benefits-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px !important;
  }
  .benefits-section .benefits-header {
    flex-direction: column;
    align-items: center !important;
  }
  .benefits-section .benefits-label {
    font-size: 12px;
  }
  .benefits-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .transformations-section .cta-button,
  .cta-button,
  .training-process .process-btn {
    font-size: 15px;
        padding: 13px 19px;
    line-height: normal;
    gap: 6px;
  }
  .training-process .process-duration {
    margin: 0 auto 30px;
  }
  .training-process .process-title {
    font-size: 18px;
    line-height: normal;
  }
  .training-process .process-phase {
    font-size: 12px;
  }
  .training-process .process-content {
    padding: 20px;
  }
  .training-process .process-header {
    margin: 0 auto 48px;
  }
  .ideal-section .ideal-card {
    padding: 24px;
  }
  .ideal-section .ideal-avatar img {
    width: 64px;
    height: 64px;
  }
  .ideal-section .ideal-header {
    margin: 0 auto 48px;
  }
  .ideal-section .ideal-subheading {
    font-size: 12px;
    line-height: normal;
  }
  .transformations-section .stats strong {
    font-size: 20px;
    line-height: normal;
  }
  .transformations-section .avatar {
    width: 48px;
    height: 48px;
  }
  .transformations-section .testimonial {
    font-weight: 400;
  }
  .transformations-section .card-content h4 {
    font-size: 16px;
  }
  .transformations-section .card-content {
    padding: 24px;
  }
  .transformations-section .meta {
    font-size: 12px;
  }
  .transformations-section .section-header .description {
    margin-bottom: 26px;
  }
  .custom-fitness-modular-section .single-mod {
    padding: 16px;
    width: 100%;
  }
  .custom-fitness-modular-section .mod-stats-wrapper {
    gap: 12px;
    margin-top: 24px;
    flex-direction: column;
  }
  .custom-fitness-modular-section .modular-wrapper .mod-header p {
    font-size: 14px;
    line-height: 22.25px;
  }
  .custom-fitness-modular-section .modular-wrapper h3.title-mod {
    font-size: 20px;
  }
  .custom-fitness-modular-section .modular-wrapper .mod-header {
    gap: 16px;
  }
  .custom-fitness-modular-section .modular-wrapper {
    padding: 24px;
    flex-direction: column;
  }
  .ema-table-wrapper > table.ema-table td.ema-ema,
  .ema-table-wrapper > table.ema-table td.ema-traditional {
    padding: 10px;
  }
  .ema-table-wrapper > table.ema-table td.ema-traditional > p > strong {
    font-size: 18px;
    letter-spacing: 0px;
  }
  .ema-table-wrapper > table.ema-table td.ema-ema p > strong {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: normal;
  }
  .ema-table-wrapper > table.ema-table td.ema-feature {
    padding: 12px;
  }
  .ema-table-wrapper > table.ema-table td.ema-feature > p {
    font-size: 12px;
    line-height: normal;
  }
  .ema-table-wrapper > table.ema-table th {
    font-size: 10px !important;
    line-height: normal !important;
    padding: 10px !important;
  }
  .custom-comparison-table h2.sec-heading,
  .transformations-section h2.heading,
  .ideal-section .ideal-heading,
  .training-process .process-heading,
  .journey-section .journey-heading,
  .benefits-section .benefits-heading,
  .brand-story .brand-story-right h2 {
    font-size: 30px;
    line-height: normal;
    margin: 8px 0 12px;
  }
  .custom-comparison-table .sec-subheading {
    font-size: 12px;
  }

  .fitness-hero.index-hero-banner a.fitness-btn.button.button--primary,
  .fitness-stats-btn a.stats.button,
  .fitness-hero.index-hero-banner a.fitness-btn.button.button--secondary {
    font-size: 15px;
    padding: 15px 23px !important;
  }
  .custom-fitness-stats-section
    .fitness-outer
    .fitness-stat-item
    h3.fitness-stat-value {
    font-size: 48px;
  }
  .custom-fitness-stats-section .fitness-outer {
    padding: 45px 0px 55px 0px !important;
  }
  .fitness-stats-wrapper {
    flex-direction: column;
    gap: 37px;
  }
  .custom-counter-bar-section .counter-bar-wrapper .counter-number {
    font-size: 36px;
  }
  .custom-counter-bar-section .counter-bar-wrapper p.counter-label {
    font-size: 12px;
  }
  .custom-counter-bar-section .counter-bar-wrapper {
    padding: 48px 0px !important;
    flex-wrap: wrap;
    gap: 2% !important;
    row-gap: 32px !important;
  }
  .custom-counter-bar-section .counter-bar-wrapper > .counter-item {
    width: 49% !important;
    border: unset !important;
  }
  .fitness-stat .stats-wrapper > div > strong {
    font-size: 20px;
  }
  .fitness-stat .stats-wrapper > div > span {
    font-size: 12px;
  }
  .fitness-stat .stats-wrapper {
    gap: 12px !important;
  }
  .fitness-stat .stats-wrapper > div {
    justify-content: center;
    position: relative;
    width: 100%;
  }
  .fitness-stat .stats-wrapper > div > span.lower-title {
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 22px;
  }
  .fitness-stat.stat-bottom {
    margin-top: 11px;
  }
  .fitness-stat .stats-wrapper > div > span {
    font-size: 14px;
  }
  .fitness-stat .stats-wrapper > div > strong {
    font-size: 24px;
  }
  .fitness-hero-media-wrapper {
    position: relative;
    z-index: 1;
  }
  .fitness-stat.stat-top {
    margin-top: -25px;
  }
  .fitness-hero.index-hero-banner video.fitness-video {
    height: 450px !important;
  }
  .fitness-stat {
    padding: 5px 14px;
  }
.fitness-stat.stat-top, .fitness-stat.stat-bottom {
    position: sticky;
    animation: unset !important;
    z-index: 11;
}
  .fitness-hero.index-hero-banner .fitness-features {
    gap: 20px;
    margin-top: 25px !important;
    flex-wrap: wrap;
  }
.fitness-hero.index-hero-banner a.fitness-btn.button.button--primary,
 .fitness-stats-btn a.stats.button, .fitness-hero.index-hero-banner a.fitness-btn.button.button--secondary {
    font-size: 15px;
    padding: 12px 20px !important;
}
  .fitness-hero.index-hero-banner .fitness-hero-buttons {
    gap: 12px !important;
  }
  .fitness-hero.index-hero-banner .fitness-hero-buttons {
    flex-direction: column;
    margin-top: 24px !important;
  }
  .fitness-hero.index-hero-banner
    .fitness-hero-wrapper
    .fitness-media.fitness-media-mobile {
    display: block;
  }
  .fitness-hero.index-hero-banner .fitness-hero-wrapper .fitness-media {
    display: none;
  }
  .fitness-hero.index-hero-banner .fitness-hero-desc {
    font-size: 18px;
    margin-bottom: 11px !important;
    line-height: 26px;
  }
  .fitness-hero.index-hero-banner .fitness-hero-wrapper > div {
    width: 100% !important;
  }
  .fitness-hero.index-hero-banner .fitness-hero-wrapper {
    flex-direction: column;
  }
  .fitness-hero.index-hero-banner h1.fitness-hero-heading {
    font-size: 36px;
    margin: 16px 0 14px !important;
    letter-spacing: -1px;
  }
  .fitness-hero.index-hero-banner .fitness-hero-wrapper .fitness-media:after {
    display: none;
  }
  .ideal-section .ideal-grid {
    grid-template-columns: 1fr 1fr;
  }
  .journey-section .journey-heading {
    font-size: 28px;
  }

  .journey-section .journey-grid {
    grid-template-columns: 1fr;
  }
  .ideal-section .process-heading {
    font-size: 28px;
  }
  .ideal-section .process-grid {
    grid-template-columns: 1fr;
  }
  .transformations-section .transformations-grid {
    grid-template-columns: 1fr !important;
  }

  .transformations-section .image img {
    height: 250px;
  }
  .testimonial-grid{
grid-template-columns:repeat(2,1fr);
}
.testimonial-title{
font-size:32px;
}
}
@media screen and (max-width: 640px) {
  .vision-grid {
    grid-template-columns: repeat({{section.settings.columns_mobile}}, 1fr);
  }
}
@media (max-width: 480px) {
  .ideal-section .ideal-grid {
    grid-template-columns: 1fr;
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.mobile-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 9999;
  display: none;
}
 
.mobile-sticky-cta a {
  display: block;
  text-align: center;
  padding: 16px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}



.ivc-subheading {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-bottom: 14px;
  }
.ivc-heading {
    text-align: center;
    font-size: 40px;
    line-height: 1.1;
    margin: 0;
    font-weight: 800;
  }
   .ivc-description {
    max-width: 760px;
    margin: 24px auto 70px;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
  }
   .ivc-slider-wrapper {
  position: relative;
  }
 
  .ivc-slider {
  display: flex;
  gap: 24px;
  scroll-behavior: smooth;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 10px;
  }
 .ivc-slider {
  scroll-snap-type: x mandatory;
}

.ivc-card {
  scroll-snap-align: start;
}
  .ivc-slider::-webkit-scrollbar {
    display: none;
  }

 
  .ivc-card {
    min-width: calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg,#151d2b 0%,#0f141d 100%);
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 30px 60px rgba(0,0,0,0.35);
    transition: 0.4s ease;
    flex-shrink: 0;
  }
 
  .ivc-card:hover {
    transform: translateY(-8px);
  }
 
  .ivc-video-wrapper {
    position: relative;
    aspect-ratio: 2/3;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .ivc-video-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
 
  .ivc-video-wrapper iframe,
  .ivc-video-wrapper video,
  .ivc-video-element {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
  }
 
  .ivc-custom-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 100px;
    border: none;
    background: #be1622;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    transition: 0.3s ease;
    backdrop-filter: blur(10px);
  }
 
  .ivc-custom-play:hover {
    transform: translate(-50%, -50%) scale(1.08);
  }
 
  .ivc-custom-play.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
 
  .ivc-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 10px 16px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 2;
    pointer-events: none;
  }
 
  .ivc-content {
    padding: 28px;
  }
 
  .ivc-content h3 {
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 12px;
    font-weight: 700;
  }
   .ivc-result {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
  }
   .ivc-content p {
    color: rgba(255,255,255,0.74);
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
  }
   .ivc-arrow {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: none;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
  }
    .ivc-arrow:hover {
    transform: translateY(-50%) scale(1.08);
  }
 
  .ivc-prev {
    left: -10px;
  }
 
  .ivc-next {
    right: -10px;
  }

 
  @media screen and (max-width: 1200px) {
    .ivc-card {
      min-width: calc(50% - 12px);
      max-width: calc(50% - 12px);
    }
 
    .ivc-heading {
      font-size: 44px;
    }
  }
 
  @media screen and (max-width: 767px) {
    .benefits-grid {
    align-items: stretch !important;
}
    .cs-training-comparison table.ema-table th.ema-col-ema span.ema_badge {
    padding: 1.5px 6px;
    font-size: 9px;
    line-height: 12px;
}
    .journey-section .journey-card {
    padding: 25px;
}
    .brand-story .brand-story-left img {
    aspect-ratio: 9 / 16;
}
    .ref-close {
    top: 0;
}
    .ivc-{{ section_id }} {
      padding: 70px 0;
    }
 
    .ivc-container {
      padding: 0 18px;
    }
 
    .ivc-card {
      min-width: 100%;
      max-width: 100%;
    }
 
    .ivc-heading {
      font-size: 32px;
    }
 
    .ivc-description {
      font-size: 15px;
      margin-bottom: 40px;
    }
 
    .ivc-content {
      padding: 22px;
    }
 
    .ivc-content h3 {
      font-size: 24px;
    }
 
    .ivc-custom-play {
      width: 66px;
      height: 66px;
    }
 
    .ivc-arrow {
    top: 50% !important;
    }
  }

.ref-wall-container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}
 
/* TEXT */
.ref-wall-subheading {
  text-align: center;
  color: #be1622;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
 
.ref-wall-heading {
  text-align: center;
  color: #fff;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 800;
  margin: 0;
}
 
.ref-wall-description {
  max-width: 760px;
  margin: 24px auto 70px;
  text-align: center;
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  line-height: 1.8;
}
 
/* GRID */
.ref-wall-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
row-gap:35px;
}
 
/* CENTER LAST ROW (2 ITEMS) */
.ref-wall-grid > .ref-card:nth-last-child(1):nth-child(odd) {
  grid-column: 2 / span 2;
}
 
/* CARD */
.ref-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #111;
  cursor: pointer;
  transition: 0.45s ease;
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
    width: calc(24.5% - 12px);
}
 
.ref-card:hover {
  transform: translateY(-8px);
}
 
/* VIDEO */
.ref-video-wrap {
  position: relative;
  aspect-ratio: 2/3;
  overflow: hidden;
  background: #000;
}
 
.ref-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.7s ease;
}
 
.ref-card:hover .ref-video {
  transform: scale(1.08);
}
 
/* OVERLAY */
.ref-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.15), rgba(0,0,0,0.04));
  z-index: 1;
}
 
/* BADGE */
.ref-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #be1622;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 100px;
  z-index:1;
}
 
/* PLAY BUTTON */
.ref-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 82px;
  height: 82px;
  border-radius: 100px;
  border: none;
  background: rgba(255,255,255,0.16);
  backdrop-filter: blur(14px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:1;
  cursor: pointer;
}
.ref-popup {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 85%);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 30px;
}
.ref-popup.active {
  display: flex;
}
 
.ref-popup-inner {
  position: relative;
  width: 100%;
  max-width: 420px;
}
.ref-popup-video video, .ref-popup-video iframe {
    width: 100%;
    aspect-ratio: 2/3;
    border-radius: 24px;
    object-fit: cover;
    background:transparent;
        max-height: 600px;
}
.ref-close {
    position: absolute;
    top: 20px;
    right: 3px;
    width: 37px;
    z-index: 99;
    height: 37px;
    border-radius: 100px;
    border: none;
    background: #be1622;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}
button.ref-close span {
    align-items: end;
    vertical-align: super;
}
 
@media (max-width: 767px) {
  .brand-story .brand-story-wrapper > .brand-story-left,.brand-story .brand-story-wrapper > .brand-story-right {
    width: 100%;
}
.ref-card {
    width: calc(50% - 12px);
}
 .ref-badge {
    top: 10px;
    left: 10px;
    font-size: 8px;
    padding: 6px 10px;
}
  .ref-wall-heading {
    font-size: 32px;
  }
 
  .ref-wall-description {
    font-size: 15px;
  }
 
  .ref-play-btn {
    width: 50px;
    height: 50px;
  }
}

 @media (max-width: 767px) {
  .mobile-sticky-cta {
    display:block;
  }
}
@media (min-width: 768px) {
  .mobile-sticky-cta {
    display:none;
  }
    .cs-ghl-newsletter {
    margin: 0px !important;
}
}
iframe:focus-visible {
	outline: unset !important;
	outline-offset: unset !important;
	box-shadow: unset !important;
}
/* .cs-ghl-newsletter {

    margin: -20px 0 0 -40px !important;

} */
 .cs-interview-carousel .media-video-wrapper > button.fitness-play>svg {
    margin-top: 8px;
}

 .cs-interview-carousel .ivc-video-element::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

 .cs-interview-carousel .ivc-video-element::-webkit-media-controls-overlay-play-button {
    display: none !important;
}

 .cs-interview-carousel .ivc-video-element::-webkit-media-controls {
    overflow: hidden;
}