:root {
  --color-primary: #ff4a00;
  --color-secondary: #444444;
  --color-white: #ffffff;
  --color-black: #000000;
  --gary-bg: #f1f1f1;
  --bs-body-font-family-compact: "sf-compact-round";
  --bs-body-font-family-inter: "inter", "sans serif";
}
/*compact*/

@font-face {
  font-family: "sf-compact-round";
  src:
    url("../fonts/SF-Compact-Rounded-Bold.woff2") format("woff2"),
    url("../fonts/SF-Compact-Rounded-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "sf-compact-round";
  src:
    url("../fonts/SF-Compact-Rounded-Heavy.woff2") format("woff2"),
    url("../fonts/SF-Compact-Rounded-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "sf-compact-round";
  src:
    url("../fonts/SF-Compact-Rounded-Medium.woff2") format("woff2"),
    url("../fonts/SF-Compact-Rounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "sf-compact-round";
  src:
    url("../fonts/SF-Compact-Rounded-Regular.woff2") format("woff2"),
    url("../fonts/SF-Compact-Rounded-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "sf-compact-round";
  src:
    url("../fonts/SF-Compact-Rounded-Light.woff2") format("woff2"),
    url("../fonts/SF-Compact-Rounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "sf-compact-round";
  src:
    url("../fonts/SF-Compact-Rounded-Semibold.woff2") format("woff2"),
    url("../fonts/SF-Compact-Rounded-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

/*Inter*/
@font-face {
  font-family: "inter";
  src:
    url("../fonts/inter/Inter-Bold.woff2") format("woff2"),
    url("../fonts/inter/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "inter";
  src:
    url("../fonts/inter/Inter-ExtraBold.woff2") format("woff2"),
    url("../fonts/inter/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "inter";
  src:
    url("../fonts/inter/Inter-Medium.woff2") format("woff2"),
    url("../fonts/inter/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "inter";
  src:
    url("../fonts/inter/Inter-Regular.woff2") format("woff2"),
    url("../fonts/inter/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "inter";
  src:
    url("../fonts/inter/Inter-Light.woff2") format("woff2"),
    url("../fonts/inter/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "inter";
  src:
    url("../fonts/inter/Inter-SemiBold.woff2") format("woff2"),
    url("../fonts/inter/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

/*sans sarif*/
@font-face {
  font-family: "sans serif";
  src:
    url("../fonts/sans-serif/SansSerif-bold.woff2") format("woff2"),
    url("../fonts/sans-serif/SansSerif-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "sans serif";
  src:
    url("../fonts/sans-serif/SansSerif-extrabold.woff2") format("woff2"),
    url("../fonts/sans-serif/SansSerif-extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "sans serif";
  src:
    url("../fonts/sans-serif/SansSerif-semibold.woff2") format("woff2"),
    url("../fonts/sans-serif/SansSerif-semibold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "sans serif";
  src:
    url("../fonts/sans-serif/SansSerif-regular.woff2") format("woff2"),
    url("../fonts/sans-serif/SansSerif-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "sans serif";
  src:
    url("../fonts/sans-serif/SansSerif-semibold.woff2") format("woff2"),
    url("../fonts/sans-serif/SansSerif-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

/*font awesome*/

@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("../webfonts/fa-regular-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

html,
body {
  font-family: var(--bs-body-font-family-inter);
  color: var(--color-secondary);
  font-weight: 400;
}
body.overflow-hidden {
  overflow: hidden;
}
img {
  width: 100%;
  max-width: 100%;
}
iframe {
  max-width: 100%;
}
* {
  line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 100%;
  color: var(--color-primary);
  font-weight: 800;
}
p {
  line-height: normal;
}
a {
  text-decoration: none;
}
.section-default {
  padding: 87px 0;
}
/* .page-template-template-classes .section-default.class-top {
  padding-bottom: 0;
} */
.page-template-template-classes .journey-section .section-default {
  padding: 0;
}
/* .page-template-template-classes .sec-heading .section-default {
  padding: 30px 0;
} */
.section-default a {
  color: var(--color-primary);
}
.section-default a:hover,
.section-default a.button:hover {
  color: var(--color-primary);
}
.section-default a.button {
  color: var(--color-white);
}
.section-default li {
  padding-bottom: 8px;
}
.section-default li::marker {
  font-weight: 700;
}
.section-default h1,
.section-default h2,
.section-default h3,
.section-default h4,
.section-default h5,
.section-default h6 {
  color: var(--color-primary);
  font-weight: 800;
  margin-bottom: 1rem;
}
.section-default h1 {
  font-size: 55px;
}

.section-default h2,h2.sec-title,h2 {
  font-size: 45px;
  margin-bottom: 45px;
}
/* .contact-heading{
  line-height: 35px;
  margin-bottom: 1.5rem;
} */
.section-default h3 {
  font-size: 30px;
}

.section-default h4 {
  font-size: 24px;
}

.section-default h5 {
  font-size: 22px;
}

.section-default h6 {
  font-size: 20px;
}
.container {
  max-width: 1280px;
}
.sec-title {
  font-size: 45px;
  font-weight: 800;
  color: var(--color-primary);
  margin: 0;
  padding: 0;
}
.section-title {
  font-size: 45px;
}
.head-title {
  font-size: 30px;
}
.body-text {
  font-size: 16px;
}

nav.navbar {
  padding: 0;
  padding-top: 36px;
}
.navbar-brand {
  margin: 0;
  text-align: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  text-transform: uppercase;
}
.nav-link {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.navbar-nav {
  gap: 20px;
  align-items: center;
}
.nav-item {
  padding: 16px 8px;
}
.nav-link:hover,
.nav-link:focus {
  color: var(--color-white);
}
.nav-link::after {
  bottom: -4px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: var(--color-primary);
  transition:
    width 0.3s ease 0s,
    left 0.3s ease 0s;
  width: 0;
}
.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
  left: 0;
}
.btn,
.button,
.custom-btn button {
  padding: 8px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.btn.active,
.button.active,
.custom-btn button.active {
  background: var(--color-primary);
  color: var(--color-white);
  border: 1px solid var(--color-primary);
}
.btn:hover,
.button:hover,
.custom-btn button:hover,.btn:focus-visible {
  background: transparent;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.btn-outline-orange {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background: transparent;
}

.btn-outline-orange:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.btn.register-btn {
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 30px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid var(--color-primary);
}
.btn .btn-checks {
  display: none;
  color: var(--color-white);
  font-size: 16px;
}

.btn.active .btn-checks {
  display: inline-block;
}

#am-schedule-list .schedule-action i {
  margin-left: 5px;
}

.navbar-expand-lg .navbar-nav .btn.register-btn .nav-link {
  padding: 10px 18px;
}
.btn.register-btn:hover {
  color: var(--color-white);
  background: transparent;
  border-color: var(--color-white);
}
.btn.register-btn a:after {
  display: none;
}

.navbar-toggler,
.navbar-toggler:focus {
  border: none;
  padding: 0;
  box-shadow: none;
}
.toggler-icon svg {
  width: 50px;
  height: 50px;
  color: var(--color-white);
}
.brand-logo-mob {
  display: none;
}

/* section.hero-section {
  margin-top: -233px;
} */
.page-template-template-home section.hero-section {
  background-color: var(--color-black);
  overflow: hidden;
}
.page-template-template-home .hero-section .hero-content .video-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
}
.video-wrapper .hero-poster {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-wrapper .vimio-video.mobile-video,.video-wrapper .mobile-poster {
  display: none;
}
.video-wrapper .desktop-poster.hidden{display: none;}
.register-label.login-lebel.text-center {
  font-size: 20px;
  margin-bottom: 30px;
  padding: 14px 0px;
}

/* =========================
   LOGIN POPUP
========================= */

.s2s-login-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2s-login-popup.d-none {
  display: none !important;
}

.s2s-login-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.s2s-login-modal {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 744px;
  padding: 58px 97px 42px;
  border-radius: 0;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.s2s-close-login {
  position: absolute;
  top: 24px;
  right: 22px;
  border: none;
  background: transparent;
  font-size: 24px;
  width: 24px;
  line-height: 1;
  color: var(--color-black);
  height: 24px;
}

.s2s-login-modal .register-label {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.s2s-login-modal .form-control {
  height: 52px;
  border: 1px solid #222;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 0 15px;
  font-size: 16px;
}
.s2s-login-popup .s2s-login-modal input {
  margin-bottom: 0;
}
.s2s-login-modal .btn {
  height: 57px;
  border-radius: 6px;
  font-size: 23px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 42px;
  line-height: 100%;
  font-family: var(--bs-body-font-family-compact);
}

.member-status {
  margin-top: 8px;
  margin-bottom: -17px;
}

#s2s-login-popup .s2s-login-modal .form-control:last-of-type {
  margin-bottom: 0;
}

.member-status {
  padding: 10px 14px;
  font-size: 14px;
  text-align: center;
}

.member-status.success {
  background: #e2f8ee;
  color: #0d7142;
}

.member-status.error {
  background: #ff4b001a;
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 500;
}

.member-status.warning {
  background: #fff4e5;
  color: #b26a00;
}

.page-template-template-home
  .hero-section
  .hero-content
  .video-wrapper
  .vimio-video {
  width: 100%;
  height: 100%;
}
.hero-content .mob-hero-img {
  min-height: 320px;
  max-height: 590px;
}
.close-menu {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 28px;
  color: var(--color-white);
  background: none;
  border: none;
  display: none;
  min-width: auto;
}
#s2s-resend-wrap {
  margin-top: -35px;
  text-align: center;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
}
#s2s-resend-wrap a {
  color: #ff4b00;
  text-decoration: underline;
}
.site-header {
  position: fixed;
  width: 100%;
  /* animation: slideUP 0.2s ease forwards; */
  /* transform: translateY(0); */
  background: transparent;
  z-index: 999;
}

.site-header.sticky {
  top: 0;
  left: 0;
  z-index: 999;
  background: var(--color-primary);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* transform: translateY(-100%); */
  animation: slideDown 0.6s ease forwards;
}
@keyframes slideUP {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.sticky nav.navbar {
  padding: 7px 0;
}

.sticky .navbar-brand img {
  max-width: 30%;
}
.sticky .nav-item {
  padding: 5px 8px;
}
.sticky .nav-link {
  font-size: 16px;
}
.sticky .nav-link:after {
  background: var(--color-white);
}
.sticky .btn.register-btn {
  padding: 7px 15px;
  font-size: 16px;
  border-color: var(--color-white);
  background: transparent;
}
.sticky .btn.register-btn:hover {
  border-color: var(--color-white);
  background: var(--color-white);
  color: var(--color-primary);
}

.sticky .btn.register-btn:hover a {
  color: var(--color-primary);
}

.stats-highlight-section {
  background: #ff4b0033;
  padding: 42px 0;
}

.stat-item {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 22px;
  gap: 18px;
}

.stat-text {
  white-space: nowrap;
}
.hero-content {
  position: relative;
  height: 100%;
}
/* .hero-content .video-wrapper {
  height: 100%;
} */
.hero-content .banner-content {
  position: absolute;
  bottom: 180px;
  left: 0;
  right: 0;
  color: var(--color-white);
}
.banner-content .stat-item .stat-icon {
  filter: brightness(0) invert(1);
}
.banner-content .container {
  padding: 0 34px 0;
}
.banner-content .hero-heading {
  margin-bottom: 26px;
  font-family: var(--bs-body-font-family-inter);
  font-weight: 900;
  font-size: 55px;
  line-height: 100%;
  color: var(--color-white);
}
.banner-content p {
  font-family: var(--bs-body-font-family-inter);
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 45px;
}
.banner-content .hero-btn {
  padding: 8px 10px;
  font-family: var(--bs-body-font-family-inter);
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  max-width: 376px;
  width: 100%;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 44px;
}
.banner-content .stats-highlight-section {
  background: transparent;
  padding: 0;
}

.banner-content .stat-item {
  font-family: var(--bs-body-font-family-inter);
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  gap: 11px;
  color: var(--color-white);
}
.banner-content .stat-item .stat-icon {
  width: 44px;
  height: 44px;
}
.banner-content .stat-item .stat-icon img {
  width: 100%;
  height: 100%;
}
.banner-content .stats-wrapper {
  gap: 100px;
}

.about-hero-section {
  background: var(--color-white);
  position: relative;
}

.about-hero-content {
  max-width: 500px;
  padding: 190px 0;
}

.about-hero-text {
  font-family: var(--bs-body-font-family-inter);
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

.about-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  width: 54%;
  height: 100%;
}
.about-heroimg-mob {
  display: none;
}
.btn.about-hero-btn.mt-4 {
  min-width: 60%;
  font-family: var(--bs-body-font-family-inter);
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  text-align: center;
  height: 57px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 21px;
}
.section-default .about-sec h1 {
  margin-bottom: 70px;
}
.testimonial-section {
  background: var(--color-white);
  padding: 112px 0 84px;
}
.testimonial-swiper {
  max-width: 85%;
}
.testimonial-title {
  font-weight: 600;
  margin-bottom: 65px;
  color: var(--color-secondary);
}

.testimonial-card {
  background: var(--color-white);
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 20px;
  margin-right: 1px;
  height: 100%;
}
.testimonal-content {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.testimonial-card h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 22px;
  color: var(--color-secondary);
}

.stars {
  margin: 0 auto 15px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.testimonial-card p {
  font-size: 12px;
  font-weight: 400;
  margin: 0px 20px;
  color: var(--color-secondary);
}

.testimonial-wraper {
  position: relative;
}
.testimonial-wraper .swiper-left-arrow,
.testimonial-wraper .swiper-right-arrow {
  width: 55px;
  height: 55px;
  background: var(--color-white);
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  border: #dedede solid 1px;
}
.testimonial-wraper .swiper-left-arrow:hover,
.testimonial-wraper .swiper-right-arrow:hover {
  background: var(--color-primary);
}
.testimonial-wraper .swiper-left-arrow {
  left: 0;
}
.testimonial-wraper .swiper-right-arrow {
  right: 0;
}
.testimonial-wraper .swiper-left-arrow::after {
  content: "prev";
}
.testimonial-wraper .swiper-right-arrow::after {
  content: "next";
}
.testimonial-wraper .swiper-left-arrow::after,
.testimonial-wraper .swiper-right-arrow::after {
  font-size: 16px;
  color: var(--color-secondary);
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-weight: 600;
}
.testimonial-wraper .swiper-left-arrow:hover::after,
.testimonial-wraper .swiper-right-arrow:hover::after {
  color: var(--color-white);
}
.testimonial-swiper .swiper-button-next,
.testimonial-swiper .swiper-button-prev {
  display: none;
}

.dance-style-section {
  background: var(--gary-bg);
  padding: 91px 0 93px;
}
.dance-style-section .sec-title {
  margin-bottom: 57px;
}
.dance-style-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.dance-card {
  position: relative;
  overflow: hidden;
  padding-bottom: 80.291%;
}
.dance-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
}

.dance-label {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-white);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 25px;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 100%;
  padding-bottom: 27px;
}
.dance-label-last {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 15px;
}
.dance-label-last .dance-label-link {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
.dance-label-last .dance-label-link.sub {
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}
.dance-label-last .dance-label-link.sub span {
  z-index: 1;
  text-transform: capitalize;
}
.dance-label::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}
.dance-label:hover::after {
  background: rgba(0, 0, 0, 0.5);
}
.dance-description {
  margin: 37px 0 32px;
}
.dance-description p {
  max-width: 1143px;
  margin: auto;
  font-family: var(--bs-body-font-family-inter);
  font-weight: 500;
  font-size: 25px;
  line-height: 1.32;
  text-align: center;
}
.btn.register-today {
  max-width: 409px;
  width: 100%;
  height: 57px;
  font-family: var(--bs-body-font-family-inter);
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.schedule-section {
  padding: 112px 0;
  background: var(--color-white);
}
.schedule-title {
  position: relative;
  display: inline-block;
}
.filter-wraper {
  margin: 75px 0 54px;
}

.location .dropdown-trigger {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  min-width: auto;
}
.semester {
  font-size: 26px;
  font-weight: 500;
}
.location .dropdown-trigger i {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 10px;
}
.dropdown-trigger {
  background: var(--color-white);
  border: 2px solid var(--color-secondary);
  padding: 14px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 17px;
  cursor: pointer;
  color: var(--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-transform: capitalize;
}

.dropdown-trigger .counter,
.dropdown-trigger .selected-sem {
  font-weight: 400;
  margin-left: 2px;
}
.dropdown-trigger .counter.has-selection {
  background: var(--color-primary);
  color: var(--color-white);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
}
.dropdown-trigger i {
  margin-left: 7px;
  font-size: 11px;
}
.dropdown-arrow {
  font-size: 16px;
  transition: transform 0.2s ease;
}

.dropdown-trigger.active .dropdown-arrow {
  transform: rotate(180deg);
}

.custom-dropdown-panel.small {
  width: 260px;
  padding: 0;
}
.schedule-cont {
  background: var(--color-white);
  border: #000 solid 1px;
}
.schedule-weeks {
  overflow: hidden;
  display: flex;
  overflow-x: auto;
  border-bottom: 1px solid var(--color-black);
  margin-bottom: 33px !important;
}

.week-tab {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding: 14px;
  background: var(--color-white);
  font-weight: 500;
  font-size: 28px;
  cursor: pointer;
  border-right: 1px solid var(--color-black);
  width: 100%;
}
.week-tab p {
  margin-bottom: 0;
}
.week-tab:last-child {
  border: none;
}
.week-tab small {
  font-size: 19px;
  font-weight: 600;
}
.week-tab.disable {
  background: #d4d4d4;
  color: #a4a4a4;
  pointer-events: none;
}
.week-tab.active,
.week-tab:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.schedule-days {
  position: relative;
  max-width: calc(100% - 70px);
  margin: 0 auto 71px;
}
.day-item-outer {
  width: 11.11%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
.day-item {
  text-align: center;
  cursor: pointer;
  font-size: 35px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: column;
  color: var(--color-secondary);
  flex-shrink: 0;
}
.day-item p {
  margin-bottom: 0;
}
.day-item small {
  font-size: 20px;
  font-weight: 600;
}
.day-item-outer.active .day-item {
  color: var(--color-primary);
}
.day-item-outer.no-event.holiday .day-item {
  color: #d4d4d4;
}
.day-item-outer.no-event .day-item {
  color: #d8d8d8;
  pointer-events: none;
}

.day-nav {
  background: none;
  border: none;
  font-size: 22px;
  width: 31px;
  flex-shrink: 0;
  color: var(--color-black);
  /* position: absolute;
  left: 0; */
}
/* .day-nav.next {
  right: 0;
  left: auto;
} */
.day-nav:hover i {
  color: var(--color-primary);
}
.day-nav.prev {
  margin-right: 21px;
}
.day-nav.next {
  margin-left: 21px;
}
.schedule-list {
  padding: 0 0 73px;
}
.schedule-row {
  display: grid;
  grid-template-columns: 265px 1fr 190px;
  padding: 23px 50px;
  border-bottom: 1px solid #ebebeb;
  gap: 100px;
}

.schedule-action {
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.schedule-time {
  font-size: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}
.timing,
.location-area {
  display: flex;
  align-items: center;
}
.timing-icon,
.area-icon {
  margin-right: 16px;
}
.timing-hour {
  margin-right: 30px;
  position: relative;
}
.timing-hour:after {
  content: "";
  width: 2px;
  height: 50%;
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  background: #c2c2c2;
}
.schedule-time small {
  color: #777;
}
.schedule-info {
  font-size: 22px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.schedule-info .badge {
  padding: 0;
  margin: 0;
}
.schedule-info .topic-info {
  margin: 0;
}
.badge {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-secondary);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0 0;
  text-transform: uppercase;
}
.badge-icon {
  width: 10px;
  height: 32px;
  display: block;
  border-radius: 5px;
}
.course {
  background: #00c853;
}

.dropin {
  background: #4c9cff;
}
.schedule-action .btn {
  width: 100%;
  padding: 7px 8px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-dropdown {
  position: relative;
}
.dropdown-section + .dropdown-section {
  margin-top: 47px;
}

.location .custom-dropdown-panel {
  top: 100px;
}
.custom-dropdown-panel {
  position: absolute;
  top: 65px;
  left: 0;
  width: 400px;
  background: var(--color-white);
  border-radius: 30px;
  padding: 40px 33px;
  display: none;
  z-index: 99;
  animation: fadeSlide 0.2s ease;
  box-shadow: 4px 4px 20px 0px #00000040;
  overflow: hidden;
}

.custom-dropdown-panel .inner-scroll {
  max-height: 350px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
  padding: 35px 25px;
}

.custom-dropdown-panel .inner-scroll::-webkit-scrollbar {
  width: 6px;
}

.custom-dropdown-panel .inner-scroll::-webkit-scrollbar-track {
  background: var(--gary-bg);
  border-radius: 10px;
}

.custom-dropdown-panel .inner-scroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.custom-dropdown-panel .inner-scroll::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.filter-list .custom-dropdown:last-child .custom-dropdown-panel {
  left: auto;
  right: 0;
}
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-section h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-secondary);
  margin-bottom: 20px;
}
.radio-item {
  font-size: 20px;
}
.radio-item,
.check-item {
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
  margin-bottom: 21px;
}
.radio-item:last-child,
.check-item:last-child {
  margin-bottom: 0;
}
.radio-item input,
.check-item input {
  display: none;
}

.radio-item span {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 2px solid var(--color-black);
  position: relative;
}
.radio-item input:checked + span {
  border-color: var(--color-primary);
}
.radio-item input:checked + span::after {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.check-item {
  flex-wrap: wrap;
}
.schedule-filter .check-item {
  margin-bottom: 49px;
  flex-wrap: nowrap;
}
.schedule-filter .course-option .check-item {
  flex-wrap: wrap;
}
.schedule-filter .check-item:last-child {
  margin-bottom: 0px;
}
.item-cont {
  display: flex;
  align-items: center;
  gap: 8px;
}
.checkmark {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 10px;
  border: 2px solid var(--color-primary);
  position: relative;
}
.check-item input:checked + .checkmark {
  background: var(--color-primary);
}
.check-item input:checked + .checkmark::after {
  content: "";
  position: absolute;
  background: url(../images/check.svg);
  width: 14px;
  height: 10px;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
}
.check-title {
  font-size: 18px;
  font-weight: 500;
}
.check-cont {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  flex: 0 0 100%;
}

.dot {
  width: 17px;
  height: 17px;
  border-radius: 5px;
  margin-left: auto;
}

.news-events-section {
  position: relative;
  background: url("https://images.unsplash.com/photo-1528605248644-14dd04022da1")
    center/cover no-repeat;
}

.news-events-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.text-orange {
  color: var(--color-primary);
}

.news-events-section {
  padding: 112px 0 80px;
}
.news-card-wraper {
  max-width: 990px;
  margin: 0 auto;
}
.event-card {
  background: var(--color-white);
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease;
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: flex-end;
}

.event-card:hover {
  transform: translateY(-6px);
}
.event-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.event-img img {
  object-fit: cover;
}

.event-card .card-body {
  padding: 16px;
  position: relative;
  z-index: 99;
  background: var(--color-white);
}

.event-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 28px;
}

.event-card p {
  font-size: 14px;
  color: #666;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding: 20px 0 0;
}
.likes {
  color: #a9a9a9;
  display: flex;
  align-items: center;
  gap: 5px;
}

.card-footer .read-icon i {
  color: #a9a9a9;
  margin-right: 5px;
}
.link-wrap {
  padding: 20px 0;
  display: flex;
  justify-content: space-around;
}

.link-icon {
  color: var(--color-secondary);
}
.link-icon:hover {
  color: var(--color-primary);
}
.card-footer a {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 500;
}

.card-footer i {
  color: var(--color-primary);
}

section.gift-section {
  padding: 35px 0 70px;
}
section.gift-section .gift-card {
  max-width: 390px;
  max-height: 278px;
}
section.gift-section .gift-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gift-title {
  font-size: 45px;
  font-weight: 500;
  color: var(--color-black);
}
.gift-text {
  color: #686868;
  margin: 20px 0;
}
.btn.gift-btn {
  padding: 8px 15px;
}

.footer-section {
  background: url("../images/hero.png") center/cover no-repeat;
}
.footer-cont {
  position: relative;
  z-index: 99;
}
.footer-top {
  padding: 150px 0;
}
.get-touch {
  font-size: 22px;
  margin-bottom: 25px;
  color: #dddddd;
}
.footer-section:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.footer-email {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 45px;
}

.copy-cont {
  text-align: center;
  margin-bottom: 20px;
  color: #dddddd;
}
.footer-social {
  gap: 20px;
}
.footer-social a {
  color: #65666b;
  font-size: 18px;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.footer-social a:hover {
  color: var(--color-primary);
  transform: translateY(-2px);
}

.sec-heading {
  padding: 75px 0 42px;
}
.page-template-template-classes .sec-heading {
  padding-top: 0;
}
.page-template-template-classes .bg-section .sec-heading{
  padding: 0;
}
.bg-section {
    background: #F1F1F1;
}
.section-title {
  font-weight: 800;
  color: var(--color-primary);
}
.classes-info {
  font-weight: 500;
}

.timing-limit {
  font-weight: 300;
}
.schedule-action i {
  font-size: 20px;
  cursor: pointer;
  line-height: 19px;
  color: var(--color-black);
}

.register-section {
  margin: 90px 0;
}
.form-title {
  font-size: 30px;
  margin-bottom: 55px;
}
.register-section .form-control {
  border-radius: 10px;
  padding: 6px 32px;
  font-size: 18px;
  border: 2px solid var(--color-secondary);
  margin-bottom: 18px;
  height: 49px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
input {
  font-size: 18px;
}
input::placeholder,
.form-control::placeholder {
  color: #bcbcbc;
}
.login-btn {
  margin-top: 50px;
}
.login-divider {
  font-size: 16px;
  margin-bottom: 20px;
}
.login-sec {
  padding-right: 120px;
}
.signup-sec {
  padding-left: 120px;
  position: relative;
}
.signup-sec:before {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  background: var(--color-secondary);
  left: 0;
  top: 0;
  opacity: 0.4;
}
.card-input-wrapper {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 0 12px;
}

.card-input {
  border: none;
  outline: none;
  height: 100%;
}

.card-number {
  flex: 1;
  width: 100%;
}

.card-expiry {
  width: 70px;
  text-align: center;
}

.card-cvc {
  width: 60px;
  text-align: center;
}
.input-option {
  margin-top: 45px;
}
.input-option p {
  font-size: 18px;
  font-weight: 500;
}
.lead-option .lead-info {
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}
.lead-option .lead-info i {
  color: var(--color-primary);
  font-size: 16px;
}
.pill-radio-group {
  display: flex;
  gap: 32px;
  align-items: center;
}

.pill-radio-group input {
  display: none;
}

.pill-radio-group label {
  padding: 26px 39px;
  border: 2px solid var(--color-secondary);
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}

.pill-radio-group input:checked + label {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}

.input-option p.badge {
  font-size: 15px;
  margin-top: 15px;
}
.member-badge .badge-icon {
  background: var(--color-primary);
  height: 37px;
}
.membership-note {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--color-secondary);
}

.membership-note::before {
  content: "";
  width: 5px;
  height: 20px;
  background: var(--color-primary);
  border-radius: 3px;
  margin-right: 10px;
}

.order-summary {
  background: var(--gary-bg);
  margin-top: 45px;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 25px;
}
.final-value {
  margin: 44px 0 11px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: var(--color-secondary);
}
.summary-head {
  padding: 12px 38px;
  background: #c8c8c8;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
}
.summary-item {
  font-weight: 500;
  padding: 18px 38px;
  border-bottom: 1px solid #cbcbcb;
}
.item-value {
  font-weight: 400;
}
.summary-footer .item-value {
  min-width: 60px;
  text-align: right;
}
.summary-body > p.body-text {
  text-align: center;
  padding-top: 10px;
}
.item-value del {
  opacity: 50%;
  margin-right: 5px;
}
.summary-footer {
  padding: 12px 38px;
}
.sub-item {
  display: flex;
  justify-content: flex-end;
  gap: 45px;
  font-weight: 500;
  margin-bottom: 10px;
}
.sub-item:last-child {
  margin-bottom: 0;
}
.pay-option {
  margin-top: 55px;
}

.register-wraper {
  margin-bottom: 40px;
}
.register-wraper .schedule-list.reg-classes {
  max-width: 100%;
  margin-top: 0;
  padding: 0px 20px 36px;
  margin-right: 20px;
}
.register-wraper .login-sec,
.register-wraper .signup-sec {
  padding: 0;
}
.register-wraper .signup-sec:before {
  display: none;
}

.register-wraper .register-section {
  margin: 0px;
}
.login-option {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: center;
  margin: 24px 0 60px;
}
.login-option .btn {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 12px;
  border-radius: 30px;
  background: transparent;
  border: 2px solid var(--color-secondary);
  color: var(--color-secondary);
}
.login-option .btn.active {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}
.register-wraper .member-type .pill-radio-group {
  display: grid;
  gap: 15px;
}

.register-wraper .member-type .pill-radio-group label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  padding: 11px 40px;
  min-height: 74px;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}
.pill-radio-group label .member-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.pill-radio-group label .member-title.has-old-title {
  justify-content: flex-start;
  gap: 5px;
}
.pill-radio-group .member-title {
  font-weight: 500;
}
.member-title b {
  font-size: 15px;
  display: block;
  margin-top: 4px;
}
.pill-radio-group input:checked + label del {
  color: #ffffff80;
}
.register-label {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 9px;
  color: var(--color-secondary);
  padding: 15px 0px;
}
.register-wraper .lead-option .lead-info {
  margin-top: 25px;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: var(--color-secondary);
  gap: 9px;
}
.register-wraper .add-partner {
  margin-top: 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}
.register-wraper .add-partner .plus-icon {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}
.register-wraper .member-info {
  margin-top: 65px;
}
.register-wraper .member-info .pill-radio-group label {
  padding: 16px 39px 17px;
  font-weight: 400;
}
.register-wraper .member-info .register-label {
  margin-bottom: 13px;
}
.add-partner {
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-secondary);
  margin-top: 40px;
}
.register-wraper .info-icon {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: var(--color-primary);
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 10px !important;
  line-height: 100%;
  text-align: center;
  color: #fff !important;
}
.add-partner:hover,
.remove-partner:hover {
  color: var(--color-primary);
}
.remove-partner {
  position: absolute;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  font-weight: 600;
}

.register-wraper .order-summary {
  margin-top: 20px;
}
.summary-section {
  margin-top: 58px;
}

.hero-wrapper {
  position: relative;
}
.hero-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 70px;
  font-weight: 800;
  color: var(--color-white);
  padding-bottom: 8%;
}
.bg-section .program-section {
    padding-bottom: 87px;
}
.step-item {
  display: grid;
  grid-template-columns: 70px 1fr 300px;
  gap: 66px;
  margin-bottom: 80px;
  align-items: flex-start;
}
.step-item .step-img{
  position: relative;
  padding-bottom: 67%;
  overflow: hidden;
}
.step-item .step-img .image-placeholder{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} 
.step-item:last-child {
  margin-bottom: 0;padding: 0;
}
.step-item .step-title{
  margin-bottom: 26px;color: #444444;font-weight: 600;
}
.step-number {
  font-family: var(--bs-body-font-family-inter);
  font-weight: 400;
  font-size: 85px;
  line-height: 100%;
  text-align: center;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
}
.days-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  max-width: 100%;
  padding-bottom: 5px;
}
.step-cont h5 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 13px;
}
.step-cont p {
  font-weight: 500;
  line-height: normal;
  max-width: 90%;
}
.step-cont p:last-child {
  margin-bottom: 0;
}

.journey-section {
  padding: 110px 0 60px;
}
.journey-wraper {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
.journey-card {
  background: var(--color-secondary);
  color: var(--color-white);
  padding: 50px 30px;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.journey-card:hover {
  transform: translateY(-5px);
}

.card-title {
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price {
  font-size: 45px;
  font-weight: 400;
  text-align: center;
  margin: 15px 0;
}

.price .class-duration {
  font-size: 20px;
  font-weight: 500;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.feature-list li {
  font-size: 15px;
  padding: 15px;
  border-bottom: 1px solid var(--color-white);
  text-align: center;
}

.journey-card .btn {
  background: var(--color-white);
  color: var(--color-secondary);
  margin-top: auto;
}
.journey-card .btn:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.journey-note {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin: 35px 0 0px;
}

.member-section {
  overflow: hidden;
  background: var(--color-primary);
  position: relative;
  display: flex;
  align-items: center;
  background: url(../images/member-hero.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 560px;
}

.member-left {
  color: var(--color-white);
  padding-top: 90px;
  padding-bottom: 90px;
}

.member-content h2 {
  color: var(--color-white);
  margin-bottom: 20px;
}

.member-content p {
  font-weight: 500;
  margin-bottom: 70px;
}

.member-btn {
  background: var(--color-white);
  color: var(--color-primary);
  font-size: 20px;
  padding: 6px 30px;
  border: 1px solid var(--color-primary);
}
.member-btn:hover {
  background: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}

.member-image {
  clip-path: polygon(0% 0, 77% 0px, 108% 100%, 20% 100%);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  display: none;
}
.member-image img {
  height: 100%;
  object-fit: cover;
}

.benefit-cont {
  padding-right: 80px;
}
.reverse .benefit-cont {
  padding-left: 80px;
}
/* .benefit-cont p {
  margin-bottom: 60px;
}
.benefit-cont p:last-child {
  margin-bottom: 0;
} */
.benefit-section {
  padding: 87px 0;
}
.benefit-section.info-benifit {
  padding: 0px 0 77px;
}
.benefit-section .row {
  margin-bottom: 50px;
}
.benefit-section .row:last-child {
  margin-bottom: 0;
}
.level-section {
  padding: 80px 0 100px;
}
.level-row {
  align-items: center;
  margin-bottom: 90px;
}
.level-row:last-child {
  margin-bottom: 0;
}
.level-wrapper {
  padding: 90px 0 0;
}
.level-title {
  font-weight: 400;
  color: var(--color-secondary);
}
.level-text {
  font-weight: 500;
}
.level-text p {
  margin: 0;
}
button.remove-class {
  border: 0;
}

.s2s-events-wrapper {
  padding: 40px 0;
}

.s2s-events-scroll {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  max-height: 700px;
  overflow: auto;
}

.s2s-event-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.s2s-event-card {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  position: relative;
  display: flex;
}

.s2s-event-date {
  background: #1e1e1e;
  color: var(--color-white);
  width: 75px;
  min-width: 75px;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 12px 0px 0;
}

.s2s-event-date .month {
  font-size: 14px;
  letter-spacing: 1px;
}

.s2s-event-date .day {
  font-size: 28px;
}

.s2s-event-content {
  color: var(--color-white);
  height: 100%;
  display: flex;
  width: 100%;
  padding-left: 28px;
  align-items: center;
}

.s2s-event-image {
  width: 90px;
  height: 90px;
  overflow: hidden;
  flex-shrink: 0;
}

.s2s-event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.s2s-event-text {
  padding: 24px;
}

.program-type {
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0.85;
}

h3.event-title {
  font-size: 20px;
  font-weight: 700;
  margin: 6px 0;
  color: var(--color-white);
}

.program-location {
  font-size: 14px;
  opacity: 0.9;
}

.program-time {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 0;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 10px;
  border-radius: 20px;
  width: fit-content;
}
.program-time .event-icon {
  display: flex;
  align-items: center;
  fill: var(--color-white);
}
.s2s-event-link:hover .s2s-event-card {
  transform: translateY(-2px);
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
  transition: all 0.2s ease;
}

.footer {
  position: relative;
  background: url("../images/hero.png") center/cover no-repeat;
  color: var(--color-white);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.footer-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 16px 47px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer h4 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 600;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li {
  margin-bottom: 10px;
}

.footer a {
  color: #ccc;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: var(--color-white);
}

.footer .highlight {
  color: #ff7a18;
  font-weight: 600;
}

.footer-divider {
  height: 1px;
  background: #e3e3e3;
  margin: 60px auto 35px;
  width: 80%;
}

.footer-bottom {
  text-align: center;
  font-size: 15px;
}

.s2s-notice {
  margin: 12px auto;
  padding: 12px 16px;
  max-width: 700px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  background: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.s2s-notice.error {
  background: #fdecea;
  border-color: #f5c6cb;
  color: #721c24;
  max-width: 90%;
}

.s2s-notice.success {
  background: #e6fffa;
  border-color: #b2f5ea;
  color: #065f46;
}

.s2s-notice.d-none {
  display: none;
}

.member-status {
  padding: 8px 12px;
  font-size: 14px;
}

.member-status.info {
  background: #eef4ff;
  color: #2b4eff;
}

.member-status.warning {
  background: #fff6e5;
  color: #a66a00;
}

/* .benefit-cont.member-benefit p {
  margin-bottom: 30px;
} */
.member-benefit h3 {
  color: var(--color-primary);
  font-weight: 800;
  margin-bottom: 30px;
}
/* .page-template-template-member-hub section.sec-heading {
  padding-bottom: 30px;
} */
.accordion {
  --bs-accordion-bg: var(--color-white);
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-radius: 12px;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1.1rem;
}

.accordion-item {
  background-color: var(--color-white);
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid var(--gary-bg);
  transition: all 0.25s ease;
}
.accordion-item:not(:first-of-type) {
  border: 1px solid var(--gary-bg);
}
.accordion-item .accordion-header {
  margin: 0;
}
.accordion-item:hover {
  border-color: var(--color-primary);
}

.accordion-button {
  font-family: var(--bs-body-font-family-inter);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-secondary);
  background-color: var(--color-white);
  transition: all 0.25s ease;
  line-height: normal;
}

.accordion-button::after {
  display: none;
}

.accordion-button:not(.collapsed) {
  color: var(--color-primary);
  background-color: var(--gary-bg);
}

.accordion-button::before {
  content: "+";
  font-size: 26px;
  font-weight: 500;
  color: var(--color-primary);
  margin-right: 14px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.accordion-button:not(.collapsed)::before {
  content: "–";
}

.accordion-body {
  font-family: var(--bs-body-font-family-inter);
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-secondary);
  background-color: var(--color-white);
  padding: 18px 22px 24px;
}

.accordion-body p:last-child {
  margin-bottom: 0;
}

.section-default a.btn {
  color: var(--color-white);
}

.section-default a.btn:hover {
  color: var(--color-primary);
}
.section-default a.btn.btn-outline-orange {
  color: var(--color-primary);
}
.section-default a.btn.btn-outline-orange:hover {
  color: var(--color-white);
}
.wpcf7 {
  width: 100%;
}

.wpcf7 form {
  margin-top: 20px;
}

.wpcf7 form br {
  display: none;
}

.wpcf7 label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: #222;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  background: var(--color-white);
  transition: all 0.2s ease;
}

.wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: var(--color-black);
  outline: none;
}

.wpcf7 input[type="submit"] {
  padding: 12px 28px;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 16px;
  margin-top: 10px;
}

.wpcf7-not-valid-tip {
  color: #d63638;
  font-size: 13px;
  margin-top: 5px;
}

.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  border-color: #d63638;
}

.wpcf7-response-output {
  margin-top: 20px;
  padding: 14px;
  border-radius: 6px;
  font-size: 14px;
}

.wpcf7-mail-sent-ok {
  border: 1px solid #46b450;
  background: #ecf7ed;
  color: #1e7e34;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  border: 1px solid #d63638;
  background: #fbeaea;
  color: #a00;
}
.hire-us .benefit-cont p {
  margin-bottom: 30px;
}
.registration-sec {
  position: fixed;
  bottom: 0;
  background: var(--color-white);
  width: 100%;
  padding: 25px;
  z-index: 99;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.3);
}
.registration-sec.visible {
  transform: translateY(0);
}
.register-classes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.register-classes .classes-select {
  font-size: 25px;
  font-weight: 500;
}
.classes-select p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.classes-select .class-count-badge {
  background: var(--color-primary);
  font-size: 15px;
  color: var(--color-white);
  font-weight: 600;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.classes-select .clear-btn {
  font-size: 16px;
  margin-left: 8px;
  cursor: pointer;
}
.classes-select .clear-btn:hover {
  color: var(--color-primary);
}
.comp-register .btn {
  font-size: 18px;
  padding: 8px 32px 7px;
}
.no-data-found {
  text-align: center;
  margin: 15px 0;
}
section.account-sec {
  background: #e6e9ed;
  margin: 86px 0 112px;
  color: #3c4863;
  padding: 35px 15px 50px;
  margin-right: 20px;
}
.account-title {
  font-size: 26px;
  margin-bottom: 25px;
}
.account-connect {
  background: var(--color-white);
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #dfdfdf;
  display: inline-block;
  max-width: 440px;
}
.account-connect p {
  font-size: 16px;
  margin-bottom: 5px;
}
.account-connect input {
  padding: 10px 20px;
  border: 1px solid #a8b1c7;
  border-radius: 80px;
  width: 100%;
  margin: 7px 0 25px;
}
.account-connect .btn {
  border-radius: 50px;
  padding: 12px 25px;
}
html {
  scroll-padding-top: var(--header-offset);
}

.gift-modal .modal-dialog {
  max-width: 630px;
  min-height: auto;
}
.gift-modal .modal-content {
  max-height: 80vh;
  box-sizing: border-box;
  overflow: hidden;
}
.gift-modal .modal-body {
  overflow-y: scroll;
  padding: 0;
}
.gift-modal .modal-content iframe {
  height: 1500px !important;
}
.s2s-loader {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.s2s-loader.d-none {
  display: none;
}

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

.spinner {
  width: 42px;
  height: 42px;
  border: 4px solid #eee;
  border-top: 4px solid #f97316;
  border-radius: 50%;
  animation: s2s-spin 0.8s linear infinite;
  margin: auto;
}

@keyframes s2s-spin {
  to {
    transform: rotate(360deg);
  }
}

.featured-slider-sec {
  padding: 29px 0 62px;
  text-align: center;
}

.featured-title {
  font-family: var(--bs-body-font-family-inter);
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 34px;
  color: var(--color-secondary);
}
.featured-slider .slick-track {
  display: flex;
  align-items: center;
}
.featured-slider .featured-slide {
  margin: 0 20px;
}
.featured-slider img {
  width: auto;
  margin: auto;
  transition: 0.3s;
}

.featured-slider img:hover {
  filter: grayscale(100%);
  opacity: 0.8;
}
.location-section {
  position: relative;
  background-color: var(--gary-bg);
}
.black-text .program-type {
  color: var(--color-black);
}
.black-text .event-title {
  color: var(--color-black);
}
.black-text .program-location {
  color: var(--color-black);
}
.black-text .program-time {
  color: var(--color-black);
  background-color: rgba(0, 0, 0, 0.05);
}
.black-text .program-time .event-icon svg {
  fill: var(--color-black);
}

.location-content {
  padding: 96px 0 107px;
}
.location-content .sec-title {
  font-family: var(--bs-body-font-family-inter);
  font-weight: 800;
  line-height: 100%;
  color: var(--color-primary);
  margin-bottom: 70px;
  width: 50%;
}
.location-content .about-hero-text {
  width: 47%;
}
.location-content .about-hero-btn {
  width: 100%;
  max-width: 322px !important;
  margin-top: 21px !important;
  min-width: inherit !important;
}
.location-section .location-map {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  width: 48.593%;
}

.s2s-404-wrap {
  text-align: center;
}

/* No break by default */
.hero-heading br {
  display: none;
}
.past-week.disabled {
  background: #d4d4d4;
  color: #a4a4a4;
  pointer-events: none;
}

.featured-event-img {
  margin-bottom: 25px;
}
.featured-event-img img {
  height: auto;
}
.description .event-desc-icon {
  width: 18px;
  display: inline-block;
}

.location-list h4 {
  line-height: 22px;
}
.how-it-works-section {
  padding: 132px 0 117px;
  background: var(--gary-bg);
}

.how-it-works-title {
  font-family: var(--bs-body-font-family-inter);
  font-weight: 800;
  font-size: 45px;
  line-height: 100%;
  margin-bottom: 32px;
  color: var(--color-primary);
}

.how-it-works-content {
  max-width: 1298px;
  margin-bottom: 56px;
}
.how-it-works-content p {
  font-family: var(--bs-body-font-family-inter);
  font-weight: 500;
  font-size: 25px;
  color: var(--color-secondary);
}

.how-it-works-step {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-bottom: 40px;
}
.how-it-works-step:last-child {
  margin-bottom: 0;
}
.how-it-works-step.reverse {
  flex-direction: row-reverse;
}

.step-content {
  flex: 1;
  display: flex;
  gap: 36px;
  margin-left: 8px;
  align-items: start;
}
.how-it-works-step.reverse .step-content {
  margin-left: 34px;
}

.step-text h3 {
  font-family: var(--bs-body-font-family-inter);
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: var(--color-secondary);
  margin-bottom: 11px;
}

.step-text p {
  font-family: var(--bs-body-font-family-inter);
  font-weight: 500;
  font-size: 25px;
  color: var(--color-secondary);
  margin-bottom: 0;
}

.step-image {
  width: calc(50% - 35px);
}

.step-image img {
  width: 100%;
}
.testimonial-swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: initial;
}

/*schedule redesign */
.selected-day-heading {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 24px;
  padding-left: 37px;
  min-height: 53px;
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  border-bottom: 1px solid #ababab;
}
.schedule-list {
  padding: 0;
}
.schedule-list .schedule-row {
  grid-template-columns: 160px 1fr;
  border-bottom: 1px solid #ababab;
  padding: 0;
  gap: 52px;
  padding-right: 72px;
}

.schedule-list .schedule-main {
  display: grid;
  grid-template-columns: 1fr 325px;
  gap: 52px;
}
.schedule-list .schedule-row:first-child {
  border-top: 1px solid #ababab;
}
.schedule-time {
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
}
.timing {
  min-height: 164px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.timing-hour {
  margin-right: 0;
  font-weight: 400;
  font-size: 35px;
}
.timing-limit {
  font-size: 18px;
}
.timing-hour:after {
  display: none;
}
.schedule-info {
  padding: 30px 0;
  gap: 10px;
  font-size: 25px;
}
.schedule-info .badge {
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
}
.schedule-info .badge .badge-icon {
  width: 5px;
  height: 30px;
}
.schedule-info .badge .badge-extra {
  padding-left: 21px;
  position: relative;
}
.schedule-info .badge .badge-extra:before {
  width: 5px;
  content: "";
  background: var(--color-secondary);
  height: 5px;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
.schedule-info .location-area {
  font-size: 20px;
  font-weight: 300;
}
.schedule-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.schedule-action .btn,
.schedule-action .btn:hover,
.schedule-action .btn:focus,
.schedule-action .btn:active {
  border: 2px solid var(--color-primary);
  outline: 0;
}

.schedule-action .schedule-price-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 300;
}
.schedule-price-wrap .schedule-price,
.schedule-price-wrap .schedule-membership-text {
  font-weight: 400;
}
.schedule-price-wrap .schedule-membership-text .or-span {
  font-weight: 300;
}
.schedule-membership-text {
  display: flex;
  align-items: center;
  gap: 4px;
}

.membership-info-trigger {
  cursor: pointer;
}
.timing-hour small {
  font-size: 15px;
  color: var(--color-secondary);
}
.membership-info-trigger:hover {
  opacity: 0.8;
}
/*popup*/

.popup-top-image img {
  max-height: 450px;
  object-fit: cover;
}
.schedule-info-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.schedule-info-popup .popup-inner {
  padding: 40px;
}
.schedule-info-popup.active {
  display: block;
}
.schedule-info-popup .popup-got-it-btn {
  width: 100%;
  font-size: 23px;
}
.schedule-info-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.schedule-info-popup-inner {
  position: absolute;
  width: 100%;
  max-width: 744px;
  background: #fff;
  overflow: hidden;
  z-index: 2;
  margin: 30px 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.schedule-info-popup-content {
  text-align: center;
}

.schedule-info-popup-content h3 {
  color: var(--color-primary);
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 25px;
}
.schedule-info-popup-content p {
  font-size: 20px;
  font-weight: 500;
  color: #3f3f3f;
  padding-bottom: 20px;
}
.schedule-info-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: 0;
  font-size: 22px;
  cursor: pointer;
  font-weight: 700;
}

.schedule-list.reg-classes {
  padding: 0;
  max-width: 765px;
  margin-top: 20px;
}
.schedule-list.reg-classes .schedule-list .schedule-main {
  grid-template-columns: 1fr 24px;
  gap: 20px;
}
.schedule-list.reg-classes .schedule-main {
  grid-template-columns: 1fr 24px;
  width: 100%;
}
.schedule-list.reg-classes .schedule-action {
  justify-content: flex-start;
  margin-top: 0;
}
.schedule-list.reg-classes .schedule-action button {
  background-color: transparent;
  width: 24px;
  height: 24px;
  padding: 0;
}
.reg-classes .schedule-row {
  display: flex;
  padding: 24px 32px 24px 0;
  border-bottom: 1px solid #dadada;
  gap: 40px;
  justify-content: space-between;
}
.reg-classes .schedule-row:first-child {
  border-top: none;
}
.reg-classes .schedule-info {
  min-width: 250px;
  padding-top: 0;
  padding-bottom: 0;
  gap: 11px;
}
.page-template-template-register .sec-heading {
  padding-bottom: 60px;
  padding-top: 60px;
}
.register-section .account-with-us {
  font-size: 14px;
  font-weight: 300;
  padding-top: 5px;
}
.page-template-template-register .section-title {
  padding: 16px 0px;
  margin-bottom: 0px;
}
.reg-classes .schedule-row:first-child {
  padding-top: 0;
}
.reg-classes .schedule-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  border-top: none;
}
.reg-classes .schedule-time {
  font-size: 20px;
  background-color: transparent;
  align-items: start;
  gap: 18px;
}
.reg-classes .timing-hour {
  margin-right: 30px;
  font-size: 20px;
  position: relative;
  font-weight: 400;
  line-height: 100%;
  flex-shrink: 0;
}
.reg-classes .timing-icon {
  flex-shrink: 0;
}
.reg-classes .timing-limit {
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  color: var(--color-secondary);
  flex-shrink: 0;
}
.reg-classes .timing-hour:after {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  background: #c2c2c2;
  display: inline-block;
}
.reg-classes .location-area .area-name {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: var(--color-secondary);
}
.reg-classes .schedule-action i {
  font-size: 26px;
  color: var(--color-black);
  line-height: 24px;
}
.reg-classes .timing {
  min-height: inherit;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.reg-classes .schedule-info .badge .badge-icon {
  width: 5px;
  height: 30px;
  flex-shrink: 0;
}
.reg-classes .schedule-info .topic-info {
  font-family: var(--bs-body-font-family-inter);
  line-height: 100%;
  color: var(--color-secondary);
}
.reg-classes .schedule-info .badge {
  line-height: 100%;
  color: var(--color-secondary);
}
.order-summary .summary-item span:first-child {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
}
.order-summary .summary-item span:last-child {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
.order-summary .summary-footer {
  padding-top: 28px;
  padding-bottom: 26px;
}
.order-summary .summary-footer .item-value {
  min-width: 96px;
}
.order-summary .summary-footer .sub-item {
  gap: 8px;
  margin-bottom: 3px;
}
.order-summary .summary-footer .sub-item span {
  line-height: 30px;
  font-weight: 500;
  font-size: 18px;
  color: var(--color-secondary);
}
.order-summary .summary-footer .sub-item span:last-child {
  font-weight: 400;
}
.page-template-template-register .section-title {
  line-height: 100%;
}
#register-submit {
  color: var(--color-white);
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
#register-submit:hover {
  color: var(--color-primary);
}
.login-text {
  margin-bottom: 45px;
  font-family: var(--bs-body-font-family-inter);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: var(--color-secondary);
}
.login-text a {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: var(--color-primary);
  text-decoration-thickness: 1px;
}
#use-saved-card {
  margin-right: 10px;
}
#use-saved-card,
#use-new-card {
  margin-bottom: 10px;
  background: var(--color-primary);
  color: var(--color-white);
  border: 2px solid var(--color-primary);
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-transform: capitalize;
}
#use-saved-card:hover,
#use-new-card:hover {
  background: var(--color-white);
  color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
}

.login-lebel {
  font-weight: 400;
  font-family: var(--bs-body-font-family-inter);
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 9px;
  color: var(--color-secondary);
}

.schedule-list .selected-day-heading {
  margin-top: 107px;
}

.schedule-list .selected-day-heading:first-child {
  margin-top: 0;
}

.page-template-template-home .hero-section .hero-content .video-wrapper:after {
  content: "";
  background: var(--color-black);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.button-beside {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.FadeWrapper .p-LinkOptInWrapper .u-mt-5 {
  margin: 0;
}
.FadeWrapper .u-mt-5 .p-Block.Block {
  display: none !important;
}
#existing-member-message, .phone-error, #phone-error,.text-danger{
  background: #ff4b001a;
  color: var(--color-primary) !important;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px;
  margin-top: 5px;
  display: block;
}
#existing-member-message a {
  color: var(--color-primary) !important;
  text-decoration: underline;
}
.thank-you h2 {
  margin-bottom: 35px;
}
.register-content {
  margin-top: 120px;
  font-size: 14px;
}
.register-content h6,
.register-content p {
  font-size: 14px;
}
.register-content p {
  font-weight: 300;
}
.register-content a {
  color: var(--color-primary);
}
.sharing-post {
    margin-top: 15px;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, .08);
}
.sharing-post .addtoany_shortcode {
    display: inline;
}
.schedule-ticket-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.shake {
  animation: shakeNotice 0.4s ease;
}
.how-progress .section-default {
    padding-bottom: 103px;
}
.students-love .section-default {
    padding-top: 0;
}
@keyframes shakeNotice {
  0% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  50% { transform: translateX(4px); }
  75% { transform: translateX(-4px); }
  100% { transform: translateX(0); }
}
@media (min-height: 600px) and (min-width: 1025px) and (max-width: 1800px) {
  /*home*/
  .hero-content .banner-content {
    bottom: 120px;
  }
  .banner-content .hero-btn {
    max-width: 320px;
  }
  .btn.register-today {
    max-width: 360px;
  }
  .schedule-action .btn.class-register-btn {
    max-width: 270px;
  }
  .banner-content .stat-item .stat-icon {
    width: 23px;
    height: 24px;
  }
  .location-section .location-map {
    width: 43.593%;
  }
  .hero-title {
    padding-bottom: 5%;
    font-size: 53px;
  }
  .testimonial-card p {
    font-size: 14px;
  }
  .nav-link,
  .week-tab small,
  .day-item small,
  .dance-label-last .dance-label-link.sub,
  .schedule-info .badge,
  .schedule-info .location-area,
  .schedule-action .schedule-price-wrap {
    font-size: 15px;
  }
  .banner-content .hero-btn,
  .testimonial-card h6,
  .btn.about-hero-btn.mt-4 {
    font-size: 17px;
  }
  .banner-content .stat-item,
  .btn.register-today,
  .dance-label-last .dance-label-link {
    font-size: 18px;
  }
  .featured-title,
  .dance-description p,
  .how-it-works-content p,
  .schedule-info,
  .about-hero-text,
  .section-default h4 {
    font-size: 20px;
  }
  .banner-content p,
  .step-text p {
    font-size: 22px;
  }
  .week-tab {
    font-size: 24px;
  }
  .selected-day-heading,
  .section-default h3,
  .card-title {
    font-size: 24px;
  }
  .day-item,
  .timing-hour,
  .head-title {
    font-size: 28px;
  }
  .how-it-works-title,
  .sec-title,
  .location-content .sec-title,
  .section-default h2,
  .price {
    font-size: 38px;
  }
  .banner-content .hero-heading {
    font-size: 43px;
  }
  .step-number {
    font-size: 73px;
  }
  .section-default h1 {
    font-size: 53px;
  }
  .section-default h2 {
    font-size: 43px;
  }
  .section-default h4 {
    font-size: 22px;
  }
  .section-default h5 {
    font-size: 20px;
  }
  .section-default h6 {
    font-size: 18px;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .popup-top-image img {
    max-height: 400px;
  }
  .schedule-info-popup .popup-inner {
    padding: 25px;
  }
  .schedule-info-popup-content h3 {
    font-size: 32px;
  }
  .schedule-info-popup-content p {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .schedule-info-popup .popup-got-it-btn {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .page-template-template-home .hero-section .hero-content .video-wrapper {
    padding-bottom: 0;
  }
}
@media (min-width: 1580px) {
  .location-content {
    padding: 150px 0 180px;
  }
  .about-hero-content {
    padding: 190px 0 400px;
  }
}
@media (min-width: 1024px) and (max-width: 1220px) {
  .dropdown-trigger {
    font-size: 13px;
  }
}

@media (min-width: 1180px) {
  .event-link {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s ease;
    bottom: -150px;
    left: 0;
    display: block;
    width: 100%;
    background: var(--color-white);
  }
  .event-card:hover .event-link {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    bottom: 90%;
  }
  .hero-title {
    padding-bottom: 9%;
  }
  .s2s-events-wrapper {
    padding: 130px 0;
  }
}
@media (max-width: 1340px) {
  .location-content {
    padding: 100px 0 90px;
  }
  .hero-content .banner-content {
    bottom: 60px;
  }
  .schedule-info-popup-inner {
    max-width: 480px;
  }
}
@media (max-width: 1280px) {
  .location-content {
    padding: 70px 0;
  }
  .hero-content .banner-content {
    bottom: 40px;
  }
  .schedule-info .badge {
    flex-wrap: wrap;
  }
  .brand-logo-desk {
    width: 130px;
  }
  .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 1220px) {
  .banner-content .hero-heading {
    margin-bottom: 18px;
  }
  .banner-content p {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .banner-content .stat-item {
    font-size: 22px;
  }
  .location-content {
    padding: 45px 0;
  }
  .location-section .location-map {
    background-size: contain;
  }
}
@media (max-width: 1080px) {
  .location-content .sec-title {
    margin-bottom: 40px;
  }
  .location-content .about-hero-text,
  .location-content .about-hero-btn {
    font-size: 19px;
  }
}
@media (min-width: 1025px) {
  .filter-list .custom-dropdown {
    flex: 1;
    min-width: 0;
  }
  .hero-heading br {
    display: inline;
  }
  .hire-us .customer-service {
    padding-top: 3px;
  }
}
@media (max-width: 1170px) {
  .hero-title {
    padding-bottom: 4%;
    font-size: 50px;
  }
  .navbar-nav{gap:15px;}
  .sticky .nav-link{font-size: 14px;}
}
@media (max-width: 1024px) {
  .page-template-template-register .sec-heading {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .about-hero-content,
  .testimonial-section,
  .schedule-section,
  .news-events-section,
  .journey-section,
  .level-section,
  .benefit-section,
  .section-default {
    padding: 50px 0;
  }
  .sec-title,
  .head-title,
  .gift-title,
  .footer-email,
  .section-title,
  .how-it-works-title,.section-default h2, h2.sec-title,h2 {
    font-size: 34px;
  }
  .body-text {
    font-size: 16px;
  }
  .btn,
  .button,
  .custom-btn button {
    font-size: 18px;
  }
  .gift-card-cont {
    text-align: center;
    padding: 20px 0 0;
  }

  .sec-heading {
    padding: 20px 0;
  }
  .link-wrap {
    padding: 0px 0 10px;
  }
  .member-section {
    background-position: center;
    min-height: auto;
  }
  .journey-wraper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
  .benefit-section.hire-us {
    padding: 0;
  }
  .custom-dropdown-panel.small {
    width: 240px;
  }

  .filter-list {
    justify-content: center;
  }
  .location-content {
    padding: 80px 0;
  }
  .nav-item {
    padding: 16px 5px;
  }
  .schedule-list .schedule-row {
    padding-right: 25px;
    gap: 24px;
  }
  .schedule-list .schedule-row .schedule-main {
    gap: 24px;
  }
  #am-schedule {
    scroll-margin-top: 50px;
  }
  #s2s-resend-wrap {
    margin-top: -26px;
  }
}
@media (max-width: 992px) {
  /* section.hero-section {
    margin-top: -127px;
  } */
  .how-it-works-section {
    padding-top: 49px;
    padding-bottom: 62px;
  }
  nav.navbar {
    padding: 0;
    padding-top: 8px;
    height: 84px;
  }
  .sticky nav.navbar {
    height: 66px;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: var(--color-black);
    padding: 40px 16px 24px;
    transition: right 0.4s ease;
    z-index: 9999;
    overflow-y: scroll;
  }

  .navbar-collapse.show {
    right: 0;
  }

  .navbar-collapse.show .close-menu {
    display: block;
    min-width: auto;
  }
  .navbar-nav {
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .nav-item {
    padding: 0;
  }
  .navbar-brand {
    text-align: left;
  }
  .brand-logo-mob {
    display: flex;
    justify-content: center;
  }
  .brand-logo-desk {
    display: none;
  }
  .sticky nav.navbar {
    padding: 0;
  }
  .brand-logo-mob img {
    width: 55%;
  }
  .toggler-icon svg {
    width: 40px;
    height: 40px;
  }
  .banner-content .stat-item .stat-icon {
    height: 21px;
    width: 26px;
  }
  .about-hero-content {
    max-width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
  .about-heroimg-mob {
    display: block;
  }
  .about-hero-image {
    position: relative;
    width: 100%;
  }
  .about-hero-text {
    padding: 0;
  }
  .filter-wraper {
    margin: 50px 0 20px;
  }
  .dropdown-trigger {
    font-size: 14px;
    padding: 10px;
    min-width: 150px;
  }
  .location .dropdown-trigger,
  .semester {
    font-size: 18px;
  }
  .schedule-days {
    margin-bottom: 36px;
  }
  .week-tab,
  .day-item,
  .schedule-time,
  .schedule-info {
    font-size: 20px;
  }
  .week-tab small,
  .day-item small {
    font-size: 16px;
  }
  .schedule-row {
    padding: 15px 0px;
    grid-template-columns: 220px 1fr 160px;
    gap: 50px;
  }
  .schedule-time {
    gap: 10px;
  }
  .badge {
    font-size: 14px;
  }
  .badge-icon {
    width: 8px;
    height: 25px;
  }
  .login-sec,
  .signup-sec {
    padding: 0;
  }
  .signup-sec:before {
    display: none;
  }
  .signup-sec {
    margin-top: 20px;
  }

  .journey-card {
    padding: 20px;
  }
  .feature-list li {
    padding: 15px 5px;
    font-size: 13px;
  }
  .card-title {
    min-height: auto;
    font-size: 20px;
  }
  .price {
    font-size: 35px;
  }
  .feature-list {
    margin-top: 0px;
  }
  .member-image {
    width: 59%;
  }
  .benefit-cont p,
  .benefit-cont p:last-child,
  .benefit-section .row {
    margin-bottom: 30px;
  }
  .benefit-cont,
  .reverse .benefit-cont {
    padding: 0;
  }
  .level-wrapper {
    padding-top: 30px;
  }
  .event-wraper {
    margin-bottom: 20px;
  }
  .schedule-list.reg-classes {
    max-width: 100%;
  }
  .register-wraper .schedule-list.reg-classes,
  .register-wraper .register-section {
    margin: 10px 0;
  }
  .register-wraper .member-info,
  .pay-option,
  .summary-section {
    margin-top: 40px;
  }
  .sticky .btn.register-btn {
    padding: 0;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .hire-us .row .benefit-cont {
    padding-bottom: 40px;
  }
  .registration-sec {
    padding: 20px;
  }
  .footer-divider {
    margin: 30px auto;
  }
  section.account-sec {
    margin: 30px 0;
  }
  .body-text.location-list {
    padding-top: 20px;
  }
  .location-map iframe {
    max-width: 100%;
    width: 100%;
  }
  .join-btn {
    text-align: center;
    margin-bottom: 30px;
  }
  .custom-dropdown {
    width: 40%;
  }

  .filter-list .dropdown-trigger {
    width: 100%;
  }
  .custom-dropdown-panel {
    top: 48px;
  }
  .location-content {
    padding: 42px 0 48px;
    text-align: center;
  }
  .location-content .sec-title br {
    display: none;
  }
  .location-content .about-hero-text,
  .location-content .sec-title {
    width: 100%;
  }
  .location-content .about-hero-text {
    text-align: start;
    font-size: 25px;
  }

  .location-section .location-map {
    width: 100%;
  }

  .banner-content .hero-heading {
    font-size: 34px;
  }
  .banner-content p {
    font-family: var(--bs-body-font-family-inter);
    font-weight: 500;
    font-size: 19.25px;
    line-height: 100%;
  }
  .banner-content .stats-wrapper {
    gap: 20px;
  }
  .banner-content .stat-item {
    font-size: 14px;
    gap: 4px;
  }
  .banner-content .hero-btn {
    margin-bottom: 25px;
    font-family: var(--bs-body-font-family-inter);
    font-weight: 700;
    font-size: 11.67px;
    line-height: 100%;
    text-align: center;
    max-width: 229px;
    height: 36px;
  }
  .dance-style-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .schedule-info {
    padding: 16px 0;
  }
  .schedule-info .badge,
  .schedule-action .schedule-price-wrap {
    flex-wrap: wrap;
  }
  .schedule-info-popup .popup-inner {
    padding: 33px;
  }
  .schedule-info-popup-content h3 {
    font-size: 26px;
  }
  .schedule-info-popup-content p {
    font-size: 16px;
  }
  .schedule-info-popup .popup-got-it-btn {
    font-size: 16px;
  }
  .login-text {
    margin-bottom: 42px;
  }
  .reg-classes .schedule-action {
    margin: 0px;
  }
  .register-wraper .schedule-list.reg-classes {
    padding-left: 0;
    padding-right: 0;
  }
  .schedule-list .selected-day-heading {
    margin-top: 52px;
  }
  .schedule-list .schedule-main {
    grid-template-columns: 1fr 250px;
  }
  .schedule-action .schedule-price-wrap {
    font-size: 16px;
  }
  .s2s-login-modal .btn {
    height: 40px;
    font-size: 18px;
    margin-top: 30px;
  }
  .register-section .form-control {
    height: 40px;
  }
  .s2s-login-modal {
    padding: 70px 40px;
    max-width: 570px;
  }
  .s2s-login-modal .register-label.login-lebel.text-center {
    margin-bottom: 20px;
  }
  .member-status {
    margin-bottom: -15px;
  }
  .schedule-list .schedule-row {
    grid-template-columns: 120px 1fr;
  }
  .timing-hour {
    font-size: 28px;
  }
  .timing-limit {
    font-size: 16px;
  }
  .schedule-info {
    font-size: 18px;
  }
  .schedule-info .badge {
    font-size: 16px;
  }
  .schedule-info .location-area {
    font-size: 17px;
  }
  .how-progress .section-default{    padding-bottom: 25px;}
}
@media (max-width: 768px) {
  .location-content .about-hero-btn {
    font-weight: 700 !important;
    font-size: 11.67px !important;
    line-height: 100% !important;
    height: 36px !important;
  }
  .location-content .about-hero-text {
    text-align: start;
    font-size: 15px;
  }
  .location-content .sec-title {
    text-align: start;
    font-family: var(--bs-body-font-family-inter);
    font-weight: 800;
    font-size: 22.19px;
    line-height: 100%;
    margin-bottom: 18px;
  }
  .how-it-works-title {
    font-family: var(--bs-body-font-family-inter);
    font-weight: 800;
    font-size: 22.19px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .how-it-works-content p {
    font-family: var(--bs-body-font-family-inter);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.267;
    margin-bottom: 0;
  }
  .how-it-works-content {
    margin-bottom: 33px;
  }
  .dance-style-section {
    padding-top: 49px;
    padding-bottom: 43px;
  }
  .dance-style-section .sec-title {
    margin-bottom: 32px;
    font-family: var(--bs-body-font-family-inter);
    font-weight: 800;
    font-size: 22.19px;
    line-height: 100%;
  }
  .dance-description p {
    font-family: var(--bs-body-font-family-inter);
    font-weight: 500;
    font-size: 15px;
  }
  .dance-description {
    margin-top: 28px;
    margin-bottom: 23px;
  }
  .dance-label {
    padding-bottom: 16px;
  }
  .about-hero-content,
  .schedule-section,
  .news-events-section,
  .journey-section,
  .level-section,
  .benefit-section,
  .section-default,section.benefit-section.why-soul,.benefit-section.what-expect {
    padding: 50px 0;
  }
  .sec-title,
  .head-title,
  .gift-title,
  .footer-email,
  .section-title,
  .section-default h2, h2.sec-title,h2 {
    font-size: 22.19px;
  }
  .section-default h1 {
    font-size: 40px;
  }

  .section-default h3 {
    font-size: 20px;
  }

  .section-default h4 {
    font-size: 18px;
  }
  .section-default h5 {
    font-size: 18px;
  }

  .section-default h6 {
    font-size: 18px;
  }
  /* section.hero-section {
    margin-top: -102px;
  } */
  .testimonial-section {
    padding-top: 34px;
    padding-bottom: 47px;
  }

  .brand-logo-mob img {
    width: 45%;
  }
  .toggler-icon svg {
    width: 40px;
    height: 40px;
  }
  .sec-title,
  .head-title,
  .gift-title,
  .footer-email,
  .section-title {
    font-size: 28px;
  }
  .body-text {
    font-size: 14px;
  }
  .stats-highlight-section {
    padding: 25px 0;
  }
  .stat-item {
    font-size: 14px;
    gap: 4px;
  }
  .stat-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
  }
  .testimonial-swiper {
    max-width: calc(100% - 130px);
  }

  .testimonial-wraper .swiper-left-arrow,
  .testimonial-wraper .swiper-right-arrow {
    width: 46px;
    height: 46px;
  }
  .testimonial-wraper .swiper-left-arrow::after,
  .testimonial-wraper .swiper-right-arrow::after {
    font-size: 13px;
  }
  .testimonial-wraper .swiper-left-arrow {
    left: 10px;
  }
  .testimonial-wraper .swiper-right-arrow {
    right: 10px;
  }
  .dance-label-last {
    gap: 5px;
  }
  .dance-label-last .dance-label-link {
    font-weight: 600;
    font-size: 15.45px;
    line-height: 100%;
    text-align: center;
  }
  .dance-label-last .dance-label-link.sub {
    font-weight: 300;
    font-size: 11.16px;
  }
  .dance-card img {
    min-height: 220px;
  }
  .schedule-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .schedule-filter {
    width: 100%;
  }
  .filter-wraper {
    margin: 35px 0 20px;
  }
  .location .dropdown-trigger,
  .semester,
  .week-tab,
  .day-item,
  .schedule-time,
  .schedule-info {
    font-size: 16px;
  }
  .week-tab small,
  .day-item small {
    font-size: 14px;
  }
  .custom-dropdown-panel {
    width: auto;
    top: 50px;
  }
  .radio-item {
    font-size: 14px;
  }
  .radio-item span {
    width: 19px;
    height: 19px;
  }
  .radio-item,
  .check-item {
    margin-bottom: 12px;
  }
  .dropdown-section + .dropdown-section {
    margin-top: 20px;
  }
  .custom-dropdown-panel {
    padding: 24px;
  }
  .location .custom-dropdown-panel {
    top: 40px;
  }
  .radio-item input:checked + span::after {
    content: "";
    width: 10px;
    height: 10px;
  }
  .dropdown-section h6 {
    font-size: 18px;
  }
  .schedule-list.reg-classes {
    padding: 20px 0;
  }
  .reg-classes .schedule-action {
    position: absolute;
    right: 0px;
    top: 15px;
  }
  .reg-classes .schedule-row:first-child .schedule-action {
    top: 0px;
  }
  /* .reg-classes .schedule-info .topic-info {
    padding-right: 30px;
  } */
  .reg-classes .schedule-time {
    font-size: 16px;
  }
  .card-input-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
  .pill-radio-group label {
    font-size: 16px;
  }
  .journey-wraper {
    grid-template-columns: repeat(1, 1fr);
  }
  .step-item {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  .step-number {
    font-size: 45px;
  }
  .step-cont h5 {
    font-size: 25px;
  }
  .step-text h3 {
    font-family: var(--bs-body-font-family-inter);
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
  }
  .step-text p {
    font-family: var(--bs-body-font-family-inter);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .how-it-works-step {
    margin-bottom: 50px;
  }
  .how-it-works-step:last-child {
    margin-bottom: 0;
  }
  .member-image {
    width: 100%;
    position: relative;
  }
  .member-left {
    color: var(--color-white);
    padding: 30px 10px;
  }
  .step-cont p {
    max-width: 100%;
  }
  .journey-note {
    margin: 20px 0 0;
  }
  .hero-title {
    padding-bottom: 15px;
    font-size: 33px;
  }
  .level-row {
    margin-bottom: 45px;
  }
  .level-row .level-title
 {
    font-size: 17px;
    font-weight: 600;
  }
  .level-text p{font-size: 15px;}
  .event-card img {
    height: 200px;
  }
  .hero-content .mob-hero-img {
    min-height: 160px;
    max-height: 250px;
  }
  .register-wraper .member-type .pill-radio-group label {
    padding: 14px;
    border-radius: 20px;
  }
  .summary-item,
  .summary-head,
  .summary-footer {
    padding: 12px 15px;
  }

  .s2s-events-wrapper {
    padding: 20px 0;
  }

  .s2s-event-date .month {
    font-size: 12px;
  }

  .s2s-event-date .day {
    font-size: 20px;
  }

  h3.event-title {
    font-size: 17px;
  }

  .program-location {
    font-size: 13px;
  }

  .accordion-button {
    font-size: 16px;
  }

  .accordion-button::before {
    font-size: 22px;
  }

  .schedule-filter .check-item {
    margin-bottom: 20px;
  }
  .check-title {
    font-size: 14px;
  }
  .checkmark {
    width: 20px;
    height: 20px;
    border-radius: 5px;
  }
  .check-item input:checked + .checkmark::after {
    width: 10px;
    height: 8px;
  }
  .check-cont {
    font-size: 14px;
  }
  .week-tab {
    min-width: 170px;
  }
  .schedule-info .topic-info,
  .schedule-info .badge {
    margin-bottom: 5px;
  }
  .footer-inner {
    padding: 40px 16px;
  }
  .account-title {
    font-size: 20px;
  }
  .account-connect p {
    font-size: 14px;
  }
  .account-connect .btn {
    padding: 10px 20px;
    font-size: 16px;
  }
  .gift-modal .modal-content iframe {
    height: 1730px !important;
  }
  .section-default .about-sec h2 {
    margin-bottom: 30px;
  }
  .day-nav {
    padding: 0 7px;
    font-size: 18px;
  }
  .reg-classes .schedule-info {
    max-width: 100%;
    min-width: auto;
  }
  .banner-content .hero-heading {
    font-size: 33px;
  }
  .banner-content p {
    font-size: 19.25px;
  }

  .banner-content .stats-wrapper {
    gap: 30px;
  }

  .hero-content .banner-content {
    bottom: 10px;
  }

  .schedule-list .schedule-row {
    grid-template-columns: 100px 1fr;
  }
  .schedule-cont {
    border: none;
    border-top: 1px solid var(--color-black);
  }
  .schedule-section .container {
    padding: 0;
  }
  .schedule-section .schedule-title {
    padding: 0 28px;
  }
  .schedule-section .filter-wraper {
    margin: 32px 28px;
  }
  .week-tab,
  .day-item {
    font-size: 15px;
    font-weight: 400;
  }
  .week-tab small {
    font-size: 11px;
    font-weight: 600;
  }
  .day-item small {
    font-size: 9.16px;
    font-weight: 600;
  }

  .selected-day-heading {
    font-size: 18px;
  }
  .timing-hour {
    font-size: 18px;
  }
  .timing-hour small {
    font-size: 13px;
  }
  .timing-limit {
    font-size: 15px;
  }

  .membership-info-trigger svg {
    width: 10px;
    height: 10px;
  }
  .dropdown-trigger {
    font-size: 11.38px;
    border-radius: 10px;
  }
  .week-tab {
    min-width: 160px;
  }
  /* .reg-classes .schedule-info .topic-info {
    font-size: 20px;
  } */
  .reg-classes .schedule-action i {
    font-size: 25px;
  }
  .reg-classes .timing-hour,
  .reg-classes .timing-limit {
    font-size: 17px;
  }
  .reg-classes .schedule-row {
    gap: 5px;
    display: grid;
    padding: 15px 0;
    position: relative;
    grid-template-columns: 1fr 24px;
  }
  .reg-classes .schedule-info .badge .badge-icon {
    width: 6px;
    height: 28px;
  }
  .reg-classes .location-area .area-name {
    font-size: 17px;
  }
  .order-summary .summary-footer {
    padding-top: 15px;
    padding-bottom: 0;
  }
  #register-submit {
    font-size: 20px;
  }
  .register-content {
    margin-top: 80px;
  }
  
}

@media (max-width: 767px) {
  .schedule-info {
    font-size: 13px;
  }
  .schedule-info .badge .badge-icon {
    width: 2px;
    height: 15px;
  }
  .schedule-info .badge {
    font-size: 10px;
    gap: 5px;
  }
  .schedule-info .badge .badge-extra:before {
    left: 0;
  }
  .schedule-info .location-area {
    font-weight: 400;
  }
  .schedule-info .badge .badge-extra {
    padding-left: 10px;
  }
  .schedule-info .location-area,
  .schedule-action .schedule-price-wrap {
    font-size: 11px;
  }
  .schedule-action .btn,
  .schedule-action .btn:hover {
    border: 1px solid var(--color-primary);
    font-size: 11px;
  }
  .schedule-list .schedule-main {
    grid-template-columns: 1fr 180px;
  }
  /* .reg-classes .schedule-info .badge {
    font-size: 17px;
  } */
  .register-wraper .schedule-list.reg-classes,
  .register-wraper .register-section {
    padding-left: 0;
    padding-right: 0;
  }
  .day-nav {
    margin-top: -7px;
  }
  .day-nav.prev {
    margin-right: 0;
  }
  .day-nav.next {
    margin-left: 0;
  }
  .days-wrapper {
    padding-bottom: 10px;
  }
  .schedule-info .badge .badge-extra::before {
    width: 3px;
    height: 3px;
  }
  .schedule-days {
    margin-bottom: 36px;
    max-width: calc(100% - 20px);
  }
  .schedule-weeks {
    margin-bottom: 20px !important;
  }
  .schedule-action .btn {
    height: 30px;
    border-radius: 1.29px;
  }
  .how-it-works-step .step-content {
    margin-left: 10px !important;
    gap: 27px;
  }
  .how-it-works-step {
    align-items: start;
  }
  .filter-list {
    gap: 14px !important;
  }
  .banner-content .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*.banner-content{ border-bottom:var(--gary-bg) solid 1px; }*/
  /*.banner-content .container{ padding:30px 28px;  }*/
  /*.banner-content .stat-item .stat-icon{ filter:inherit; }*/
  /*.banner-content .stat-item{ color:var(--color-primary) }*/
  /*.hero-content .banner-content{position: relative; top: inherit; bottom: inherit; left: inherit; right: inherit;}*/
  /*.banner-content .hero-heading, .banner-content p{ color:var(--color-secondary) }*/
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .how-it-works-step {
    flex-direction: column-reverse !important;
    gap: 25px;
  }
  .step-image {
    width: 100%;
  }
  .featured-slider-sec {
    padding: 25px 0 19px;
  }
  .featured-title {
    font-family: var(--bs-body-font-family-inter);
    font-weight: 500;
    font-size: 14.45px;
    line-height: 100%;
    padding: 0;
    margin-bottom: 26px;
  }
  .featured-slider img {
    max-height: 54px;
    max-width: 100px;
  }
  .registration-sec {
    padding: 5px;
  }
  .register-classes {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .register-classes .classes-select {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .classes-select .class-count-badge {
    width: 25px;
    height: 25px;
    font-size: 13px;
  }

  .comp-register .btn {
    font-size: 16px;
    padding: 5px 32px;
  }
  .head-title.testimonial-title {
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 1.2;
  }
  .custom-dropdown-panel .inner-scroll {
    max-height: 200px;
    padding: 20px 18px;
  }
  .custom-dropdown {
    width: 100%;
  }

  .custom-dropdown-panel.small {
    width: 100%;
    top: 10px;
    position: relative;
  }
  .page-template-template-home section.hero-section {
    background-color: transparent;
  }
  .page-template-template-home .hero-section .hero-content .video-wrapper {
    background-color: var(--color-black);
  }
  .btn.register-today {
    font-family: var(--bs-body-font-family-inter);
    font-weight: 700;
    font-size: 11.67px;
    line-height: 100%;
    height: 36px;
  }
  .schedule-info-popup-inner {
    max-width: 320px;
  }
  .schedule-info-popup-content h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .schedule-info-popup-content p {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .timing {
    min-height: 84px;
  }
  .s2s-login-modal {
    max-width: 75%;
    padding: 50px 20px;
  }

  .s2s-login-modal .register-label {
    font-size: 20px;
  }
  .testimonial-card p {
    margin: 0 3px;
  }
  .member-status.error {
    font-size: 14px;
  }
  .schedule-ticket-buttons{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .bg-section .sec-heading .section-default{    padding-bottom: 33px;}
  .step-item .step-img{order: 1;}
  .step-item .step-cont { order: 2;}
  .step-item {   gap: 24px; }
  .bg-section .program-section{padding-bottom: 45px;}
}
@media (min-width: 768px) {
  .banner-content .stat-item {
    color: var(--color-white);
  }
}

@media (max-width: 576px) {
  .schedule-list .schedule-main {
    grid-template-columns: 1fr;
    gap: 0 !important;
  }
  .schedule-list.reg-classes .schedule-main {
    gap: 10px !important;
  }
  .schedule-action {
    margin-bottom: 16px;
  }
  .s2s-event-card {
    flex-direction: column;
  }
  .s2s-event-date {
    width: 100%;
  }
  .s2s-event-content {
    padding: 10px;
    gap: 10px;
  }
  .s2s-event-text {
    padding: 0;
  }
  .location-content .about-hero-btn {
    width: 100%;
    max-width: 100%;
  }
  .btn.register-today {
    width: 100%;
    max-width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .banner-content .stats-wrapper {
    column-gap: 18px;
    row-gap: 7px;
  }
  .banner-content .hero-btn {
    width: 100%;
  }
  .s2s-events-scroll {
    grid-template-columns: repeat(1, 1fr);
  }
  section.hero-section {
    height: auto;
    background-color: transparent;
  }

  .hero-section .hero-image {
    background-color: var(--color-black);
  }
  .reg-classes .schedule-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .hero-content .banner-content {
    bottom: 30px;
  }
  .s2s-login-modal {
    max-width: 91%;
    padding: 30px 20px;
  }
  .s2s-login-modal .btn {
    font-size: 16px;
    margin-top: 20px;
  }
  .s2s-close-login {
    top: 12px;
    right: 12px;
  }
  .register-section .form-control {
    font-size: 16px;
  }
  .member-status {
    margin-bottom: -5px;
  }
  .testimonial-wraper {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (max-width: 520px) {
  .video-wrapper .vimio-video.mobile-video,.video-wrapper .mobile-poster {
    display: block;
  }
  .video-wrapper .vimio-video.desktop-video,.video-wrapper .desktop-poster {
    display: none;
  }
  .video-wrapper .mobile-poster.hidden{
    display: none;
  }
  .home .hero-content {
    height: 718px;
    overflow: hidden;
  }
  .page-template-template-home .hero-section .hero-content .video-wrapper {
    aspect-ratio: inherit;
    height: 100%;
  }
}

@media (max-width: 504px) {
  .home .hero-content {
    height: 693px;
  }
}

@media (max-width: 480px) {
  .day-item-outer {
    width: 50px;
  }
  .days-wrapper {
    justify-content: start;
    width: auto;
  }
  .schedule-days {
    gap: 5px;
  }

  .filter-list .custom-dropdown:last-child .custom-dropdown-panel {
    left: 0;
    right: auto;
  }
  .register-section .form-control {
    padding: 10px 15px;
  }
  .day-item small {
    max-width: 33px;
    margin: 0 auto;
  }
  .day-nav {
    font-size: 16px;
  }
  /* .home .hero-content {
    height: 678px;
  } */
}
@media (min-width: 481px) and (max-width: 486px) {
  .home .hero-content {
    height: 680px;
  }
}
@media (max-width: 480px) {
  .home .hero-content {
    height: 664px;
  }
  .schedule-ticket-buttons {
    flex-direction: column;
  }
  .schedule-ticket-buttons a.btn{width: 100%;}
}
@media (min-width: 478px) and (max-width: 480px) {
  .home .hero-content {
    height: 660px;
  }
}

@media (max-width: 479px) {
  .home .hero-content {
    height: 663px;
  }
}

@media (max-width: 465px) {
  .home .hero-content {
    height: 637px;
  }
}

@media (max-width: 446px) {
  .home .hero-content {
    height: 613px;
  }
}

@media (max-width: 430px) {
  .home .hero-content {
    height: 591px;
  }
  .btn, .button, .custom-btn button{font-size: 12px;}
}

@media (max-width: 415px) {
  .home .hero-content {
    height: 569px;
  }
}

@media (max-width: 420px) {
  .login-option .btn {
    font-size: 15px;
  }
  .gift-modal .modal-content iframe {
    height: 1770px !important;
  }
  .banner-content .stats-wrapper {
    flex-wrap: nowrap !important;
    column-gap: 8px;
  }
  .banner-content .stat-item {
    font-size: 12px;
  }
  .banner-content .stat-item .stat-icon {
    height: 12px;
    width: 12px;
  }
}

#s2s-loader-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
  /* Block touch scroll on iOS */
  touch-action: none;
  overscroll-behavior: contain;
}
.s2s-loader-box {
  background: var(--color-white);
  border-radius: 12px;
  padding: 40px 48px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  min-width: 260px;
}

.s2s-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #f0ece4;
  border-top-color: var(--color-primary);
  border-radius: 50%;
  animation: s2s-spin 0.8s linear infinite;
  margin: 0 auto 20px;
}

@keyframes s2s-spin {
  to {
    transform: rotate(360deg);
  }
}

.s2s-loader-text {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.2px;
}

@media (max-width: 399px) {
  .banner-content .hero-heading {
    font-size: 26px;
  }
  .banner-content p {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .banner-content .hero-btn {
    margin-bottom: 20px;
  }
  .home .hero-content {
    height: 545px;
  }
  .register-section .account-with-us {
    font-size: 12px;
  }
}

@media (max-width: 390px) {
  .home .hero-content {
    height: 536px;
  }
}

@media (max-width: 382px) {
  .home .hero-content {
    height: 523px;
  }
}

@media (max-width: 365px) {
  .home .hero-content {
    height: 499px;
  }
}

@media (max-width: 348px) {
  .home .hero-content {
    height: 479px;
  }
}
/* @media (max-width: 348px) {
    .home .hero-content {
        height: 456px;
    }
} */
@media (max-width: 334px) {
  .home .hero-content {
    height: 456px;
  }
}
@media (max-width: 320px) {
  .home .hero-content {
    height: 448px;
  }
}

/*add for changes button */
#use-new-card {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-radius: 0;
  box-shadow: none;
  display: inline;
  width: auto;
  min-width: auto;
}

#use-new-card:hover {
  background: transparent;
  border: none;
  color: var(--color-primary);
}

#use-new-card:focus {
  outline: none;
  box-shadow: none;
}
.class-occurrences {
  margin-top: 14px;
}

.class-occurrence-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.class-occurrence-row.completed .occurrence-date {
  opacity: 50%;
}
.occurrence-date {
  font-size: 20px;
  font-weight: 300;
  color: #444;
}

.occurrence-status {
  font-size: 10px;
  font-weight: 400;
  padding: 3px 5.5px 4px;
  border-radius: 3px;
  text-transform: uppercase;
}

.occurrence-status.completed {
  background: #f6f6f6;
  color: #444;
}

.occurrence-status.upcoming {
  background: #f3f3f3;
  color: #444;
}

.spots-left-label {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-primary);
  margin-top: 2px;
  width: 100%;
}
.class-full-label {
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  color: var(--color-secondary);
}
.step-number.mobile{ display:none;}
@media (min-height: 600px) and (min-width: 1025px) and (max-width: 1800px) {
  .class-full-label,
  .occurrence-date {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .step-item{gap: 30px; }
  .step-cont p{ max-width:100%; }
}
@media (max-width: 991px) {
  .class-full-label,
  .occurrence-date {
    font-size: 16px;
  }
  .navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar > span.d-lg-none {
    width: 40px;
    display: block;
  }
  .brand-logo-mob {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    top: 8%;
  }
  .sticky .brand-logo-mob {
    top: auto;
  }
  .brand-logo-mob img {
    width: 45%;
  }
  .navbar-toggler {
    z-index: 2;
  }
  .spots-left-label {
    font-size: 14px;
  }
  .section-default h2, h2.sec-title,h2{ margin-bottom: 26px;line-height: normal;}
}
@media (max-width: 767px) {
  .occurrence-date,
  .class-full-label,
  .spots-left-label {
    font-size: 12px;
  }
  .step-title{
    display: flex;
    align-items: center;
    gap:7px 10px;
    flex-wrap: wrap;
    position: relative;
    padding-left: 45px;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.25;
  }
  .step-title .step-number{
    font-size: 45px;
    position: absolute;
    left: 0;
    padding-right: 10px;
    align-items: center;
    min-height: 28px;
    margin-top: 2px;
  }
  .step-title b{ display:block; font-size:17px; }
  .step-number.desktop{ display:none; }
  .step-number.mobile{ display:flex; height:100% }
}
@media (max-width: 575px) {
  .schedule-action {
    margin-top: 5px;
  }
}
@media (max-width: 580px) {
  .brand-logo-mob img {
    width: 40%;
  }
  .toggler-icon svg {
    width: 30px;
    height: 30px;
  }
  nav.navbar {
    height: 74px;
  }
  .sticky nav.navbar {
    height: 62px;
  }
}
