:root {
  --dark: rgba(31, 8, 24, 1);
  --light: rgba(231, 231, 214, 1);
  --hoopstars-orange: rgba(255, 140, 0, 1);
  --hoopstars-orange-dark: rgba(255, 109, 0, 1);
  --hoopstars-orange-darker: rgba(255, 88, 0, 1);
}

@font-face {
  font-family: "Peridot PE";
  src: local("Peridot PE"),
    url("../otf/peridotpe-compheavy.otf") format("opentype"),
    url("../ttf/peridotpe-compheavy.ttf") format("truetype"),
    url("../woff/peridotpe-compheavy.woff") format("woff");
}

.peridot {
  font-family: "Peridot PE" !important;
  letter-spacing: 0.5px !important;
  font-weight: 400 !important;
}

body {
  background-color: #fff;
  color: var(--dark);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 0;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Peridot PE", sans-serif;
  font-weight: 400 !important;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  padding: 0;
  list-style: none;
}

.btn {
  font-family: "Inter", sans-serif;
  color: #102a3f;
  text-transform: uppercase;
  border-radius: 0;
  padding: 20px 10px 21px;
  width: 100%;
  line-height: 1;
}

.btn-round-fill {
  font-size: 12px;
  background: #bd1b21;
  border-radius: 50px;
  padding: 8px 8px;
  color: #fff;
  border: 2px solid transparent;
}

.btn-round-fill:hover {
  border: 2px solid #151729;
}

.btn-round-outline {
  font-size: 12px;
  border-radius: 50px;
  padding: 8px 10px;
  border: 2px solid #151729;
}

.btn.btn-round-outline:hover {
  border: 2px solid #151729;
}

.mb-0 {
  margin-bottom: 0;
}

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

.green {
  color: #bd1b21;
  text-decoration: none;
}

.green:active {
  color: #bd1b21;
  text-decoration: none;
}

/*====== Header CSS =======*/
.navbar {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: var(--hoopstars-orange);
  padding: 0;
  height: 48px;
}

.content-wrapper:has(div.content.buildcommoncss) {
  padding-top: 80px;
}

.navbar > .container-fluid {
  padding-left: 18px;
  --bs-gutter-x: 0px;
  flex-wrap: nowrap;
  padding-right: 0;
}

.navbar-brand img {
  width: 159px;
}

.navbar-toggler {
  border: 0;
  padding: 0px 5px 0px 10px;
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("../svg/toggle-icon.svg");
}

.navbar-toggler-icon.toggle-close {
  background-image: url("../svg/toggle-close-icon.svg");
  display: none;
}

.sticky-nav-active .navbar-toggler-icon {
  background-image: url("../svg/toggle-icon-sticknavbar.svg");
}

.sticky-nav-active .navbar-toggler-icon.toggle-close {
  background-image: url("../svg/toggle-close-icon-sticknavbar.svg");
  display: none;
}

.action-btn .btn-login {
  font-size: 14px;
  color: #bd1b21;
  padding: 16px 5px;
}

.sticky-nav-active {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.navbar-collapse {
  flex-grow: 0 !important;
}

.nav-link {
  font-size: 24px !important;
}

.navbar-brand {
  transition: 1s ease;
}

.action-btn .btn-login:hover {
  color: #000;
}

.action-btn .btn-login:active {
  border: none;
}

.action-btn .btn-sign-up {
  font-size: 16px;
  background: var(--dark);
  color: var(--hoopstars-orange-dark);
  width: fit-content;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-btn .btn-sign-up:hover {
  background: var(--light);
  color: var(--dark);
}

.action-btn .btn .icon {
  margin: 0px;
  margin-right: 5px;
}

.navbar-collapse {
  padding-top: 25px;
  border-top: 1px solid #c6cadd;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 12px;
}

.navbar-collapse .navbar-nav {
  padding: 0px 15px;
}

.navbar-collapse .nav-link {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  padding-left: 8px;
}

.navbar-collapse .nav-link:hover {
  color: var(--light);
}

.navbar-collapse .nav-item {
  border-bottom: 1px solid #c6cadd;
}

.navbar-collapse .nav-item:last-child {
  border-bottom: 0;
}

.site-header {
  position: relative;
  background-image: url("../avif/hoop-stars-hero.avif");
  background-size: 155%;
  background-repeat: no-repeat;
  background-position: 50% 87px;
  padding-top: 67px;
  padding-bottom: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-header::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(31, 8, 24, 0.5);
  position: absolute;
  content: "";
}

.banner-text {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.banner-heading {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  line-height: 40px;
}

.banner-heading-text-group {
  margin-bottom: 12px;
  /* margin-top: 30px; */
  text-align: center;
}

.section-heading {
  font-size: 102px;
  line-height: 102px;
  margin-bottom: 20px;
}

.seasons-tab > .section-heading,
.map-section .section-heading {
  font-size: 57px;
  line-height: 57px;
}

.btn-default {
  background-color: #fff;
  margin-bottom: 15px;
  border: none;
  position: relative;
}

.btn-outline {
  border: 2px solid #fff;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
  padding: 19px 10px 18px;
}

.col-12:has(> .btn-hoopstars) {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
}

.btn-hoopstars {
  border-radius: 8px;
  height: 48px;
  width: 216px;
  background-color: var(--hoopstars-orange-dark);
  z-index: 90;
  position: relative;
  color: white;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in-out;
}

.btn-hoopstars:hover,
.btn-hoopstars:active {
  background-color: var(--hoopstars-orange-darker) !important;
  color: white !important;
}

.btn-default:hover,
.btn.btn-default:active {
  background-color: #bd1b21;
  border: none;
  color: #fff;
}

.btn-default:hover .icon {
  color: #fff;
}

.btn-outline:hover,
.btn.btn-outline:active {
  background-color: #fff;
  border: 2px solid #fff;
  color: #0077c8;
}

.btn-default .icon {
  color: #bd1b21;
}

.btn-outline:hover .icon {
  color: #bd1b21;
}

.btn .icon {
  margin-left: 10px;
}

.banner-video {
  position: relative;
}

.banner-video .video-img {
  width: 100%;
}

.banner-video .video-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 90px;
  margin: auto;
  cursor: pointer;
  transform: translateY(-50%);
}

.banner-video .video-icon img {
  width: 100%;
}

.video-popup .modal-content {
  padding: 30px 20px;
}

.video-popup .modal-header .btn-close {
  margin-right: -18px;
  position: relative;
  top: -10px;
  padding: 0;
}

.header-bottom-img {
  position: absolute;
  bottom: -20px;
}

.header-bottom-img img {
  width: 100%;
  height: 20px;
}

.header-bottom-ball-img {
  position: absolute;
  bottom: -75px;
  width: 100%;
  margin: auto;
  text-align: center;
}

/*====== Section CSS =======*/
.sec-heading-wrap {
  margin: 0px auto 30px;
}

.section-heading {
  text-transform: uppercase;
  text-align: center;
}

.program-list-title {
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 32px;
}

.program-list-instructions {
  font-size: 16px;
  line-height: 20px;
}

.year-section {
  text-align: center;
  padding-bottom: 80px;
}

.year-section .btn-group {
  display: block;
}

.year-section .btn-group .years {
  display: inline-block;
  width: 47%;
  margin: 0px 2px 10px;
  background-color: #f1f3f7;
  color: #8c92a4;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 6px;
  text-decoration: none;
}

.year-section .btn-group .years:hover,
.year-section .btn-group .years.active {
  background-color: #bd1b21;
  color: #fff;
}

.about-us {
  text-align: center;
  padding: 70px 0px 70px;
  border-top: 1px solid #c6cadd;
}

.about-us .img-info-block {
  outline: 2px solid #bd1b21;
  /*  padding-bottom: 40px; */
  height: 100%;
}

.about-us .img-info-block .img-info-inside {
}

.about-us .img-container {
  position: relative;
}

.about-us .img-holder {
  height: 190px;
  overflow: hidden;
}

.about-us .img-holder .image {
  width: 100%;
}

.about-us .icon-holder {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -35px;
}

.about-us .content-block {
  padding: 50px 15px 20px;
}

.about-us .content-block h5 {
  text-transform: uppercase;
  color: #bd1b21;
  text-align: center;
}

.about-us .content-block ul {
  padding: 10px 0px 0px;
}

.about-us .content-block ul li {
  position: relative;
  padding-left: 20px;
  color: #000000;
  margin-bottom: 15px;
  list-style: none;
  text-align: left;
  word-break: break-word;
}

.about-us .content-block ul li span {
  position: absolute;
  left: 0;
  top: -1px;
}

.btn-dark {
  font-size: 18px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s ease-in-out;
  background: var(--hoopstars-orange-dark);
  color: white;
  margin-bottom: 30px;
  text-transform: none !important;
}

.btn-dark:hover {
  background-color: var(--hoopstars-orange-darker);
}

.tab-content {
  background: #f2f2f8;
  padding: 15px 15px 50px;
}

.tab-list li {
  list-style: none;
  width: 100%;
  display: inline-flex;
}

.tab-list li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 10px;
  display: block;
  width: 100%;
}

.tab-list li.active a,
.tab-list li:hover a {
  background: #bd1b21;
  color: #fff;
}

.tab-content .img-wrapper {
  background-image: url("../tab-content-img01.html");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: max(68%, 300px);
  margin-bottom: max(34%, 300px);
}

.tab-content .heading {
  margin-bottom: 8px;
}

.tab-content .sub-heading {
  color: var(--dark);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tab-content ul li {
  position: relative;
  list-style: none;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.tab-content ul li::before {
  position: absolute;
  left: 0;
  top: 36%;
  content: "";
  background-color: var(--dark);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.col-12 > p * {
  font-size: 16px;
}

.location {
  padding: 50px 0px 0px;
}

.location .map {
  margin-top: 30px;
}

.program-schedule {
  padding: 26px 0px;
  margin-bottom: 24px;
}

section:has(> .flavor) {
  background-color: var(--light);
  padding: 30px 0px;
  margin-bottom: 36px;
}

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

.flavor > h1 {
  width: 90vw;
  font-size: 48px;
  line-height: 48px;
}

.flavor > div:not(.flavor-cards-container) {
  font-weight: 400;
  width: 85vw;
}

.flavor > div {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.flavor button {
  font-size: 18px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s ease-in-out;
  background: var(--hoopstars-orange-dark);
  color: white;
  margin-bottom: 30px;
}

.flavor button:hover {
  background-color: var(--hoopstars-orange-darker);
}

.flavor-cards-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.6rem;
}

.flavor-card {
  width: min(92vw, 386px);
  height: 675px;
  background-color: var(--dark);
  border-radius: 16px;
  overflow: hidden;
  color: white;
}

.flavor-card > img {
  width: 100%;
}

.flavor-card > .graphic {
  position: relative;
  top: -35px;
}

.flavor-card h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 950;
}

.flavor-card > div {
  padding: 0px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.flavor-card > div > div {
  display: flex;
  gap: 7px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  align-items: baseline;
  text-align: left;
  margin-bottom: 8px;
}

.dropdown-accordion {
  margin-bottom: 25px;
}

.dropdown-accordion-head {
  position: relative;
  font-size: 16px;
  background: #bd1b21;
  padding: 12px 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.dropdown-accordion-wrap:last-child .dropdown-accordion-head {
  border-bottom: 0;
}

.drdp-accordion-icon {
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 14px;
}

.dropdown-accordion-body {
  padding: 20px;
  background: #fff;
}

.btn-reset {
  font-size: 16px;
  color: #fff;
  border: 0;
  background-color: #ff0000;
  padding: 12px 20px;
  text-align: left;
  display: block;
  width: 100%;
  box-shadow: none;
  outline: 0;
}

.form-check {
  margin-bottom: 3px;
}

.form-check-input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 5px;
}

.form-check-input:checked[type="radio"] {
  background-color: #bdbdc2;
  border-color: #bdbdc2;
}

.form-check-input:focus {
  box-shadow: none;
}

.btn-primary {
  background: #1d1f3b;
  border: 0;
  color: #fff;
  font-size: 14px;
  margin-bottom: 35px;
}

.program-schedule .schedule {
  border: 1px solid #d2d5e4;
  border-bottom: 0;
  padding: 25px 15px 30px;
}

.program-schedule .col-12:nth-last-child(3) .schedule {
  border: 1px solid #d2d5e4;
}

.registration-info {
  width: 70%;
  float: left;
}

.registration-content {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.registration-content .icon {
  font-size: 18px;
  font-weight: bold;
  color: #bd1b21;
}

.registration-content .text {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.registration-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #bd1b21;
  text-align: right;
  width: 30%;
  float: left;
}

.registration-price p {
  font-family: "Muli", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #000;
}

.schedule .button-group {
  clear: both;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  gap: 10px;
  margin-top: 25px;
}

.modal {
  background-color: rgb(29 31 59 / 48%);
}

.modal-content {
  padding: 5px 15px 30px 5px;
}

.modal-header {
  border: 0;
  padding-top: 0;
}

.btn-close {
  background-color: transparent;
  opacity: 1;
  padding: 5px 0px 0px;
  font-size: 24px;
}

.modal-bold-font {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
}

.pagination-wrapper {
  text-align: center;
  margin-top: 25px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.pagination-wrapper.desk-pagination {
  align-items: center;
}

.entry-status {
  color: var(--dark);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.pagination ul {
  margin: 0;
}

.pagination ul li {
  display: inline-block;
  padding: 5px 2px;
}

.pagination ul li a {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #acafbd;
  text-decoration: none;
  padding: 8px 8px;
}

.prev-arrow {
  color: #acafbd;
}

.next-arrow i,
.prev-arrow i {
  color: var(--dark) !important;
}

.next-arrow > button,
.prev-arrow > button {
  border: 2px solid var(--dark) !important;
  background-color: transparent !important;
  width: 32px;
  height: 32px;
}

.next-arrow > button:hover,
.prev-arrow > button:hover,
.next-arrow > button:active,
.prev-arrow > button:active {
  border: 2px solid var(--dark) !important;
  background-color: var(--dark) !important;
}

.next-arrow > button:hover i,
.prev-arrow > button:hover i,
.next-arrow > button:active i,
.prev-arrow > button:active i {
  color: var(--light) !important;
}

.pagination ul li button {
  width: 36px;
  height: 36px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: var(--dark);
  text-decoration: none;
  padding: 8px 8px;
  border-radius: 50%;
  border: none;
  background-color: var(--light);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination ul li button.active,
.pagination ul li button.page-no:hover {
  background: var(--dark);
  color: #fff;
  border-radius: 50px;
}

/* .desktop-block{
  display: none;
} */
.program-info {
  padding: 50px 0px;
}

.program-info .program-info-block {
  overflow: hidden;
  max-width: 100%;
  margin: 30px auto;
}

.program-info .program-info-block.block-type-yellow {
  outline: 3px solid #efed21;
}

.program-info > div > div > div > h3.section-heading {
  font-size: 57px;
  line-height: 57px;
  color: var(--hoopstars-orange-dark) !important;
}

.program-info > div > div > div > h4.heading {
  font-size: 38px;
  line-height: 38px;
  color: var(--dark) !important;
  text-align: center;
}

.prog-info-img {
  position: relative;
  max-width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 12px;
}

.program-info p {
  font-size: 16px;
}

.bg-col {
  background-image: url("../green-bg.html");
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
}

.block-type-yellow .bg-col {
  background-image: url("../yellow-bg.html");
}

.bg-col .img-holder {
  width: 285px;
  height: 250px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 55px;
}

.bg-col .img-holder img {
  width: 100%;
}

.block-type-green .bg-col .img-holder {
  outline: 2px solid #bd1b21;
}

.block-type-yellow .bg-col .img-holder {
  outline: 2px solid #efed21;
}

.video-icon-ovarlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  background: rgb(21 23 41 / 55%);
  height: 100%;
}

.video-icon-ovarlay .video-icon img {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  transform: translateY(-50%);
}

.program-info-block .prog-content-block {
  padding: 40px 20px;
}

.program-info-block .prog-content-block .heading {
  text-transform: uppercase;
  color: #bd1b21;
  margin-bottom: 13px;
}

.program-info-block .academic-logo {
  margin-bottom: 10px;
}

.program-info-block .prog-content-block h6 {
  color: #bd1b21;
  text-transform: uppercase;
}

.program-info-block.block-type-yellow .prog-content-block h6 {
  color: #efed21;
}

.program-info .image-info-box {
  margin-bottom: 30px;
}

.program-info .img-holder,
.program-info .img-holder > img {
  width: 100%;
}

.overlay-img {
  position: relative;
  height: 345px;
  overflow: hidden;
}

.overlay-img img {
  width: 100%;
  height: 100%;
}

.overlay-img .overlay {
  background: rgb(255 255 255 / 90%);
  height: 100%;
  width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  padding: 40px 25px 35px;
  display: flex;
  flex-direction: column;
}

.overlay-img .overlay .heading {
  text-transform: uppercase;
  color: #bd1b21;
  margin-bottom: 20px;
}

.btn-wrapper {
  display: flex;
  align-items: flex-end;
  flex: 1 0 0;
}

.btn-read-more {
  color: #000;
  border-color: #000;
  text-align: left;
  width: auto;
  padding: 12px 15px;
  margin: 0;
  letter-spacing: 0;
}

.btn-read-more .icon {
  color: #bd1b21;
  margin: 0;
}

.btn-read-more:hover,
.overlay-img .overlay .btn-read-more:active {
  background: #bd1b21;
  color: #fff;
  border-color: #bd1b21;
}

.btn-read-more:hover .icon {
  color: #fff;
}

/*====== Checkout Page CSS =======*/
.no-sticky {
  position: relative;
}

.page-cover {
  position: relative;
  background-image: url("../page-cover.html");
  height: 190px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 55px;
}

.page-title {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.page-section-heading {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.checkout-container {
  padding: 100px 0px 80px;
}

.checkout-form-wrapper {
  background-color: #f1f3f7;
  width: 100%;
  padding: 30px 15px 55px;
  max-width: 750px;
  margin: auto;
}

.form-step {
  color: #bd1b21;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.form-label {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.form-select {
  border: 1px solid #d2d5e4;
  border-radius: 0;
  background-image: url("../svg/down-arrow.svg");
  background-size: 13px 14px;
  padding: 12.5px 17px;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.form-control {
  border: 1px solid #d2d5e4;
  padding: 15px 17px;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-radius: 0;
}

.form-control:focus,
.form-select:focus {
  border-color: #d2d5e4;
  box-shadow: none;
}

.form-control::placeholder {
  color: #c0c3d4;
  opacity: 1;
}

.form-input-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.form-select-input {
  gap: 10px;
}

.form-input-icon {
  position: relative;
}

.form-input-icon .icon {
  position: absolute;
  right: 18px;
  top: 20px;
  color: #c0c3d4;
}

.checkout-form .mb-3 {
  margin-bottom: 24px !important;
}

hr {
  margin: 35px 0px 30px;
}

.num-title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}

.number-list {
  padding-left: 18px;
  margin-bottom: 40px;
}

.number-list li {
  font-size: 14px;
  line-height: 28px;
}

.btn-pay {
  font-size: 14px;
  background: #bd1b21;
  color: #fff;
  max-width: 100%;
  padding: 13px 10px;
  position: relative;
}

.btn-pay:hover {
  background: #424649;
  color: #fff;
}

.btn-pay:disabled,
.btn-pay[disabled] {
  background: #424649;
  color: #fff;
}

/*====== Footer CSS =======*/
.site-footer-top {
  background-color: #000;
  padding: 40px 0px;
}

.footer-heading-font {
  color: #bd1b21;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.site-content {
  color: #fff;
  word-break: break-word;
  letter-spacing: unset;
}

.footer-content-blk {
  border-bottom: 1px solid #4f5165;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

footer > .footer > div > div.copyright-desktop {
  display: none;
}

.contact-info {
  margin-bottom: 25px;
  display: flex;
}

.contact-info .icon-container {
  margin-right: 15px;
}

.contact-info .content a {
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 16px;
}

.footer-nav {
  padding: 0;
}

.footer-nav li {
  list-style: none;
  line-height: 24px;
}

.footer-nav li a {
  text-decoration: none;
  color: #fff;
}

.footer-nav li a:hover {
  color: #bd1b21;
}

.site-footer-bottom {
  text-align: center;
  padding: 27px 0px;
}

footer {
  background-color: var(--dark);
  padding: 26px 12px;
}

footer > div {
  color: rgba(231, 231, 214, 1);
  font-size: 12px;
  font-weight: 400;
}

.footer,
.footer > div,
.footer > div > div,
.footer > div > div > form {
  display: flex;
  flex-direction: column;
  color: white;
}

.footer > div > div > form {
  gap: 8px;
}

.footer-logo {
  margin-bottom: 26px;
}

.footer .logo {
  width: min(68%, 258.5px);
  margin-bottom: 20px;
}

.footer .description {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.footer label,
.footer .contact-us {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: var(--hoopstars-orange-dark);
}

.footer div:has(form) {
  margin-bottom: 20px;
}

.footer .phone-link,
.footer .email-link {
  text-decoration: none;
  color: white;
}

.footer .phone-link:hover,
.footer .email-link:hover {
  text-decoration: underline;
}

.footer .phone-link {
  font-size: 20px;
}

.footer .email-link {
  font-size: 16px;
}

.footer input {
  padding: 8px;
  border-radius: 5px;
  outline: none;
  border: none;
  font-size: 18px;
}

.footer button {
  border-radius: 8px;
  background-color: var(--hoopstars-orange-dark);
  color: white;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in-out;
  font-size: 18px;
  outline: none;
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  padding: 12px;
}

.footer button:hover,
.footer button:active {
  background-color: var(--hoopstars-orange-darker);
  cursor: pointer;
}

.footer ul {
  display: flex;
  gap: 7px;
  margin-top: 20px;
}

.footer a > img:hover {
  filter: contrast(40%) sepia(1) hue-rotate(332deg) saturate(1000%);
}

.footer .faq {
  color: var(--hoopstars-orange-dark);
  font-size: 24px;
  text-decoration: none;
  margin-bottom: 18px;
}

.footer .faq:hover {
  text-decoration: underline;
}

.copyright-text {
  font-size: 14px;
  color: #545672;
}

.email-subscribe {
  font-family: "Muli", sans-serif;
  font-size: 14px;
}
.email-subscribe label {
  color: #fff;
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 600;
  margin-bottom: 10px;
}
.email-subscribe input {
  width: 100%;
  padding: 10px;
  border-radius: 2px;
  border: black;
  margin-bottom: 10px;
}
.email-subscribe button {
  padding: 8px;
  color: #fff;
  background: #bd1b21;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 6px;
  border: none;
  font-size: 13px;
}
.site-footer-top .cust-container {
  max-width: 1140 !important;
}
.email-subscribe .notification2 {
  display: block;
  color: #fff;
  padding: 10px;
  background: #0077c8;
  border-radius: 4px;
  cursor: pointer;
}

/*  */

.location .section-heading {
  margin-bottom: 30px;
}

.reviews-section {
  width: 100%;
  display: block;
  padding: 50px 0px;
}

select option:hover {
  background-color: red;
}

.review-top-header {
  width: 100%;
  max-width: 550px;
  margin: 40px auto 10px;
  display: flex;
  align-items: center;
}

.review-top-header .g-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  padding: 5px;
}

.review-top-header .g-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.review-top-header .rating {
  font-size: 48px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px;
  margin-right: 15px;
}

.rating-right .site_name {
  font-size: 24px;
  font-weight: normal;
}

.rating-right .review-text {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0px;
}

.reviews-section ul {
  display: flex;
  align-items: center;
}

.reviews-section ul li {
  margin-right: 5px;
}

.reviews-section ul li a {
  width: 16px;
  height: 16px;
  display: block;
}

.reviews-section ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  vertical-align: top;
}

.slider-items {
  width: 100%;
  max-width: 290px;
  margin: 30px auto;
  padding: 32px 24px;
  box-shadow: rgba(0, 0, 0, 0.18) 2px 6px 30px 0px;
}

.slider-items .user-img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 50%;
  margin: 0px auto 24px;
}

.slider-items .user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.slider-items ul {
  justify-content: center;
  margin-bottom: 24px;
}

.slider-items .read-text {
  text-align: center;
  margin-bottom: 20px;
}

.slider-items .read-text a {
  display: inline-block;
  text-decoration: none !important;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.slider-items .read-text a:hover {
  text-decoration: underline !important;
}

.s-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.s-bottom .g-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 15px;
  padding: 5px;
}

.s-bottom .g-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.s-bottom .g-text {
  font-size: 14px;
  color: #000;
  margin-bottom: 0px !important;
}

.s-bottom .g-text span {
  font-weight: bold;
}

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  left: 50%;
  display: flex;
  justify-content: space-between;
}

.owl-nav button span {
  font-size: 50px;
}

.owl-dots {
  text-align: center;
}

.owl-dot {
  background-color: rgb(0, 0, 0) !important;
  width: 12px;
  height: 12px;
  box-shadow: rgba(0, 0, 0, 0.18) 1px 2px 15px 0px;
  opacity: 0.6;
  margin: 0px 5px;
  border-radius: 50%;
}

.owl-dot.active {
  opacity: 1;
}

/* Custom styles for Google Maps InfoWindow */
.infowindow-content {
  padding: 5px;
}

.infowindow-title {
  margin-bottom: 10px;
  font-size: 1.85rem;
  font-weight: 900;
  color: var(--dark);
  text-transform: uppercase;
}

.map-title {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}

.gm-style img {
  transition: all 0.15s ease-in-out;
  height: auto !important;
}

.gm-style img:hover {
  transform: scale(118%);
  filter: saturate(1.4);
}

.infowindow-description {
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: var(--dark);
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.gm-style-iw-chr {
  height: 10px;
}
.gm-style-iw-d {
  margin-right: 30px;
}

.btn-hoopstars-map {
  border-radius: 8px;
  height: fit-content;
  width: 100%;
  background-color: var(--hoopstars-orange-dark);
  z-index: 90;
  position: relative;
  color: white;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in-out;
  padding: 8px 0px;
}

.btn-hoopstars-map:hover {
  background-color: var(--hoopstars-orange-darker);
  color: white;
}

#map {
  border-radius: 12px;
  box-shadow: 0 0px 13px 8px rgba(0, 0, 0, 0.3);
}

.map-section {
  margin-top: 40px;
}

.form-select-group .form-select {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: var(--hoopstars-orange-dark);
  background-color: transparent;
  border: 2px solid var(--hoopstars-orange-dark);
  border-radius: 8px;
  margin-bottom: 4px;
  padding-right: 27px;
}

/* faq */

.faq-page {
  width: 100%;
  display: block;
  padding-top: 140px;
  padding-bottom: 50px;
}

.faq_heading {
  text-align: center;
  margin-bottom: 40px;
}

.accordion-body p:first-child {
  margin-bottom: 0px !important;
}

.faq-ans {
  display: flex;
}

.faq-ans span {
  display: inline-block;
  line-height: 1.7;
  margin-right: 6px;
}

.faq-ans .ans {
  flex: 1;
  width: 100%;
}

.faq-ans .ans p {
  color: #000;
}

.faq-ans .ans p:last-child {
  margin-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.faq-ans ul {
  font-size: 16px;
  list-style: square;
}

.accordion-button {
  box-shadow: none !important;
  font-size: 32px;
  font-weight: 400 !important;
  color: white;
}

.accordion-button > span,
.accordion-button {
  text-transform: uppercase;
}

.accordion-button:not(.collapsed) {
  background: var(--hoopstars-orange-dark);
  color: #fff;
}

.accordion-item {
  border: 1px solid #d2d5e4;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../down-arrow.html");
  background-size: 17px;
  background-position: center;
}

/*====== Media Query CSS =======*/

@media (orientation: landscape) and (min-width: 1130px) {
  .site-header {
    min-height: 100vh;
    min-width: 100vw;
    aspect-ratio: 3899 / 3078;
  }
}

.main-content {
  width: 70%;
  float: left;
}

.side-bar {
  width: 30%;
  float: left;
}

.modal-dialog {
  max-width: 750px !important;
}

.modal-dialog .year-section .btn-group .years {
  width: 18%;
}

.yearmodel .modal-header .btn-close {
  box-shadow: none;
  width: 16px;
  height: 16px;
  background-size: 16px;
  margin-top: 0px;
}

.yearmodel .modal-header {
  padding: 0px !important;
}

.video-popup .modal-header .btn-close i {
  display: none !important;
}

.video-popup .modal-dialog {
  max-width: 880px !important;
}

.video-popup .modal-dialog iframe {
  height: 471px !important;
}

/* old */

@media screen and (min-width: 500px) {
  .prog-info-img {
    height: 400px;
  }

  .bg-col {
    height: 400px;
  }

  .bg-col .img-holder {
    width: 355px;
    height: 275px;
    top: 120px;
  }
}

/*====== Media Query CSS =======*/

@media screen and (min-width: 1680px) {
  .video-popup .modal-dialog {
    max-width: 1020px !important;
  }

  .video-popup .modal-dialog iframe {
    height: 550px !important;
  }
}

@media screen and (min-width: 768px) {
  .site-header {
    height: 630px;
    padding-top: 0px;
  }

  .program-list-title {
    font-size: 57px;
    line-height: 57px;
  }

  section:has(> .flavor) {
    padding: 60px 0px;
  }

  .flavor > div:not(.flavor-cards-container) {
    width: 750px;
  }

  .flavor > div {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .navbar {
    height: 80px;
  }

  .navbar-brand img {
    width: 256px;
  }

  .site-header {
    background-size: 105%;
    background-position: 50% 0px;
  }

  .flavor > h1 {
    width: 823px;
    font-size: 90px;
    line-height: 90px;
  }

  .action-btn .btn-sign-up {
    font-size: 24px;
    width: 238px;
    background: var(--dark);
    color: var(--hoopstars-orange-dark);
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar > .container-fluid {
    max-width: 100%;
    padding-left: 4%;
  }

  .col-12:has(> .btn-hoopstars) {
    width: 213px;
  }

  .col-12:has(> .banner-heading-text-group) {
    width: 100%;
  }

  .row:has(> .col-12) > div {
    padding: 0 4px !important;
  }

  .banner-heading {
    font-size: 102px;
    line-height: 102px;
    margin-bottom: 20px;
  }

  .banner-text {
    font-size: 32px;
  }

  .row:has(> .col-12) {
    justify-content: center;
  }

  .header-bottom-img {
    width: 100%;
  }

  .equal-height {
    display: flex;
  }

  .year-section .btn-group .years {
    width: 35%;
  }

  .about-us .img-holder {
    height: 140px;
  }

  .about-us .icon-holder {
    max-width: 65px;
  }

  .about-us .icon-holder img {
    width: 100%;
  }

  .about-us .content-block {
    padding: 40px 15px 20px;
  }

  .about-us .btn-dark {
    max-width: 300px;
  }

  .tab-content .equal-height {
    display: block;
  }

  /* .tab-list li{
      width: 135px;
  } */
  .registration-info {
    width: 45%;
  }

  .registration-price {
    width: 50%;
  }

  .schedule .button-group {
    width: 60%;
  }

  .program-info .program-info-block {
    max-width: 100%;
  }

  .prog-info-img {
    max-width: 100%;
    height: 400px;
  }

  .bg-col {
    background: #bd1b21;
    transform: skewX(70deg);
    width: 1214px;
    margin-top: -65px;
    margin-left: 120px;
    height: 500px;
  }

  .bg-col .img-holder {
    width: 460px;
    height: 315px;
    transform: skewX(-70deg);
    left: -8%;
    right: unset;
    margin: 0;
    top: 130px;
  }

  .block-type-yellow .bg-col {
    background: #efed21;
  }

  .overlay-img .overlay .heading {
    font-size: 22px;
  }

  .overlay-img {
    height: 425px;
  }

  .program-info-block .prog-content-block {
    padding: 54px 74px 54px 0px;
  }

  /*====== Checkout Page CSS =======*/
  .page-cover {
    padding-top: 75px;
  }

  .checkout-form-wrapper {
    padding: 30px 30px 55px;
  }

  .form-input-wrapper {
    flex-direction: row;
    gap: 20px;
  }

  .form-input-wrapper .mb-0 {
    margin-bottom: 0 !important;
  }

  .form-input {
    width: 50%;
  }

  .form-input-name {
    width: 65%;
  }

  .form-input-contact {
    width: 35%;
  }

  .form-input-wrapper .form-select {
    width: 50%;
  }

  .form-sm-input {
    width: 28%;
  }

  .btn-pay {
    max-width: 155px;
  }

  /*====== Footer CSS =======*/
  .site-footer-top {
    padding: 40px 0px 15px;
  }

  .footer-content-blk {
    border-bottom: none;
  }

  .footer-nav {
    padding: 10px 0px 0px;
  }

  .footer-content-blk:first-child,
  .footer-nav:first-child {
    position: relative;
  }

  .footer-content-blk.brd-01::after,
  .footer-content-blk.brd-02::after,
  .footer-nav.brd-03::after {
    height: 160px;
    display: block;
    width: 1px;
    background: #4f5165;
    border-right: 1px white;
    content: "";
    position: absolute;
    right: -5px;
    top: 0;
  }

  .footer-nav.brd-03::after {
    right: -10px;
  }

  .contact-info:first-child {
    padding-top: 35px;
  }

  .contact-info .content a {
    font-size: 14px;
  }
}

.StripeElement {
  box-sizing: border-box;
  line-height: 1.5;
  border: 1px solid #d2d5e4;
  background-color: white;
  box-shadow: 0 2px 6px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 160ms;
  padding: 15px 22px;
}

.payment-section {
  margin-bottom: 45px;
}

.StripeElement--focus {
  box-shadow: 0 2px 4px 0 #cff7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.button--loading .button__text {
  visibility: hidden;
  opacity: 0;
}

.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

em.err {
  color: #ff0000;
  font-size: 14px;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

.location-heading {
  font-size: 14px;
  text-transform: uppercase;
  color: #0a7501;
  font-weight: 800;
  font-family: "Montserrat";
}

.location-url a {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  font-family: "Muli";
  text-decoration: none;
}

.location-address {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  font-family: "Muli";
}

.gm-ui-hover-effect {
  background: none;
  display: block;
  border: 0px;
  margin: 0px;
  padding: 0px;
  text-transform: none;
  appearance: none;
  position: absolute;
  cursor: pointer;
  user-select: none;
  top: 0px !important;
  right: 0px !important;
  width: 30px;
  height: 30px;
}

.info_content {
  margin: 5px;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .bg-col,
  .block-type-yellow .bg-col {
    height: 775px;
  }

  .bg-col {
    transform: skewY(307deg);
    width: 770px;
  }

  .block-type-yellow .bg-col {
    width: 900px;
  }

  .block-type-yellow .prog-content-block {
    padding: 70px 20px 70px 45px;
  }

  .program-info {
    padding: 30px 0px;
  }

  .review-top-header .rating {
    font-size: 42px;
    margin-right: 20px;
  }

  h2 {
    font-size: 30px;
  }

  .tab-list li a {
    font-size: 20px;
    padding: 20px 20px;
    height: 100px;
  }

  .reviews-section {
    padding: 40px 0px;
  }

  .rating-right .site_name {
    font-size: 20px;
  }

  .review-top-header {
    max-width: 460px;
    margin: 22px auto 10px;
  }

  .rating-right .review-text {
    font-size: 20px;
  }

  .reviews-section ul {
    margin-bottom: 10px;
  }

  .banner-video .video-icon {
    max-width: 70px;
  }

  @media screen and (min-width: 1378px) {
    .site-header {
      background-size: 101%;
      background-position: 50% -42px;
    }
  }

  .registration-table th:nth-child(6),
  .registration-table td:nth-child(6) {
    display: none;
  }

  .regispan {
    display: inline-block;
  }

  /* .form-select-group .form-select.active_select {
  background-color: #000;
} */

  @media screen and (max-width: 1199px) {
    .action-btn {
      justify-content: flex-end;
    }

    .registration-table th:nth-child(2),
    .registration-table td:nth-child(2) {
      display: none;
    }

    .registration-table th:nth-child(3),
    .registration-table td:nth-child(3) {
      display: none;
    }

    .registration-table th:nth-child(4),
    .registration-table td:nth-child(4) {
      display: none;
    }

    .registration-table th:nth-child(5),
    .registration-table td:nth-child(5) {
      display: none;
    }

    .registration-table th:nth-child(6),
    .registration-table td:nth-child(6) {
      display: table-cell;
      text-align: center;
    }

    .registration-table tbody td:last-child {
      padding: 15px !important;
    }

    .location_icon {
      width: 20px;
      height: 20px;
      object-fit: contain;
      object-position: center;
    }

    /*    .registration-table { width: 1200px; } */
    .registration-table tbody td:last-child {
      padding: 35px 20px 35px 0px;
      vertical-align: middle;
    }

    .owl-nav {
      width: 105%;
    }

    .banner-video .video-icon {
      max-width: 70px;
    }

    .tab-content {
      padding: 15px 15px 15px;
    }

    .program-schedule {
      padding: 26px 0px;
    }

    h2 {
      font-size: 26px;
    }

    .reviews-section {
      padding: 35px 0px;
    }

    .reviews-section {
      padding: 40px 0px;
    }

    .rating-right .site_name {
      font-size: 20px;
    }

    .review-top-header {
      max-width: 440px;
      margin: 20px auto 0px;
    }

    .rating-right .review-text {
      font-size: 20px;
    }

    .reviews-section ul {
      margin-bottom: 10px;
    }

    .review-top-header .rating {
      font-size: 36px;
    }

    .review-top-header .g-img {
      width: 35px;
      height: 35px;
    }

    .slider-items .read-text {
      margin-bottom: 12px;
    }

    .slider-items {
      max-width: 280px;
      padding: 25px 20px;
    }

    .program-info {
      padding: 30px 0px;
    }

    .location #map {
      height: 470px !important;
    }

    .program-info .program-info-block {
      height: auto !important;
      display: flex;
    }

    .program-info-block .prog-content-block {
      padding: 18px 25px;
      width: 50%;
    }

    .bg-col .img-holder {
      left: 0%;
      top: 0;
      position: relative;
      transform: unset;
    }

    .bg-col {
      height: auto;
      transform: unset;
      margin-left: 0px !important;
      width: 50%;
      margin-top: 0;
      padding: 10px;
    }

    .prog-info-img {
      height: auto;
    }

    .program-info .program-info-block:last-child {
      margin-bottom: 0px;
    }

    .video-icon-ovarlay .video-icon img {
      width: 60px;
    }

    .dropdown-accordion-body {
      display: flex;
      flex-flow: wrap;
    }

    .form-check {
      margin-bottom: 10px;
      width: 20%;
    }

    #form-registration .form-select-group {
      display: flex;
      flex-wrap: wrap;
      gap: 4px;
    }

    .form-select-group .form-select {
      width: 50%;
    }

    .btn-reset {
      margin-left: auto;
      width: auto;
      text-align: center;
    }

    .faq-page {
      padding-top: 90px;
    }

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

    .faq_heading {
      margin-bottom: 25px;
    }
  }

  @media screen and (max-width: 767px) {
    .banner-video {
      max-width: 500px;
      width: 100%;
      margin: 0px auto;
    }

    .site-footer-top {
      padding: 30px 0px 10px;
    }

    .bg-col .img-holder {
      height: 310px;
    }

    .modal-dialog {
      max-width: 96% !important;
      margin: 0px auto;
    }

    .year-section .btn-group .years {
      font-size: 14px;
      padding: 10px;
    }

    .video-popup .modal-dialog iframe {
      height: 378px !important;
    }

    .programsdesk td {
      font-size: 12px !important;
    }

    .regisnow {
      font-size: 12px;
    }

    .registration-table tbody td:last-child {
      padding: 10px !important;
    }

    .faq_heading {
      font-size: 26px;
    }
  }

  @media screen and (max-width: 700px) {
    .modal-dialog .year-section .btn-group .years {
      width: 30%;
    }

    h2 {
      font-size: 32px;
    }

    .form-check {
      margin-bottom: 10px;
      width: 25%;
    }

    .video-popup .modal-dialog iframe {
      height: 285px !important;
    }
  }

  @media screen and (max-width: 600px) {
    .tab-list {
      flex-wrap: wrap;
    }

    .tab-list li {
      width: 50%;
    }
  }

  @media screen and (max-width: 500px) {
    .review-top-header {
      flex-wrap: wrap;
    }

    .review-top-header {
      justify-content: center;
    }

    .review-top-header .rating {
      font-size: 36px;
    }

    .rating-right .site_name {
      font-size: 18px;
      text-align: center;
    }

    .rating-right .review-text {
      font-size: 18px;
      text-align: center;
    }

    .reviews-section ul {
      justify-content: center;
    }

    .modal-dialog .year-section .btn-group .years {
      width: 47%;
    }

    .tab-list li {
      width: 100%;
    }

    .bg-col .img-holder {
      height: 230px;
    }

    .form-check {
      width: 50%;
    }

    .form-select-group .form-select {
      width: 100%;
      padding: 12px 10px 12px 15px;
    }

    .btn-reset {
      padding: 9px 20px;
    }
    .navbar-brand {
      max-width: 72px;
    }

    .navbar-toggler {
      padding: 0px 0px 0px 10px;
    }

    .btn-outline {
      margin-bottom: 25px;
    }

    .video-popup .modal-dialog iframe {
      height: 202px !important;
    }

    .registration-table tbody td a .location_icon + strong {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100px;
      display: inline-block;
    }
  }

  @media screen and (max-width: 400px) {
    .navbar-brand {
      max-width: 60px;
    }
  }
}

/* Program list styles */
form {
  margin-block-end: 0;
}

.program-cards-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.program-cards-container * {
  font-family: "Inter", sans-serif;
}

.program-card {
  border: 1px solid #ff6600;
  border-radius: 8px;
  overflow: hidden;
  background: white;
  white-space: nowrap;
  position: relative;
}

.card-header {
  padding: 15px 15px 8px 15px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--hoopstars-orange-dark);
}

.day-of-week {
  font-weight: 700;
}

.card-body {
  padding: 0 15px 15px 15px;
}

.age-gender {
  margin-bottom: 2px;
  font-size: 16px;
}

.location-time {
  margin-bottom: 15px;
}

.location-time > div {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.location-time .icon {
  font-size: 16px;
}

.location-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 3px;
}

.location-link:hover {
  text-decoration: underline;
}

.price-section {
  font-weight: 600;
}

.price-section * {
  margin-bottom: 0px;
}

.price-discount strike {
  color: #8b8b8b;
  font-size: 12px;
  font-weight: 500;
}

.price-discount {
  font-size: 14px;
  font-weight: 600;
}

.price-regular {
  font-size: 16px;
}

.btn-register {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 112px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  right: 13px;
  bottom: 13px;
  transition: all 0.15s ease-in-out;
}

.btn-register {
  background: #ff6600;
  color: white;
}

.btn-more-info {
  transition: all 0.1s ease-in-out;
}

.btn-more-info:hover {
  transform: scale(120%);
}

.btn-more-info:active {
  transform: scale(110%);
}

.btn-register:hover {
  background: var(--hoopstars-orange-darker);
  color: white;
}

@media screen and (max-width: 768px) {
  .program-cards-container {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .program-card {
    width: 696px;
    margin: 0 auto;
  }

  .pagination-wrapper {
    width: 696px;
  }

  .card-header {
    padding: 20px 34px 0 34px;
    margin-bottom: 14px;
  }

  .card-body {
    padding: 0 14px 28px 14px;
  }

  .btn-register {
    bottom: 40%;
  }
}

/* Add these styles to your existing hoopstars.css */

/* Mobile-first: Hide desktop price section by default */
.price-desktop {
  display: none;
}

/* Show mobile price section by default */
.price-mobile {
  display: block;
}

/* Desktop breakpoint (768px and larger) */
@media screen and (min-width: 768px) {
  .program-card {
    margin: 0 auto;
  }

  .card-header {
    padding: 20px 34px 0 34px;
    margin-bottom: 14px;
  }

  /* Create 3-column layout for card content */
  .card-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
  }

  /* Left column: Info section */
  .card-info {
    flex: 1;
    min-width: 0; /* Prevent flex item from overflowing */
  }

  /* Middle column: Price section (desktop only) */
  .price-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 80px;
    flex-shrink: 0;
  }

  .price-desktop .price-discount,
  .price-desktop .price-regular {
    white-space: nowrap;
  }

  .price-desktop .price-regular {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark);
  }

  .price-desktop .price-discount {
    font-weight: 700;
    color: var(--dark);
  }

  .price-desktop .price-discount > p {
    font-size: 18px !important;
  }

  .price-desktop .price-discount strike {
    display: block;
    color: #8b8b8b;
    font-size: 16px;
    font-weight: 500;
  }

  /* Hide mobile price section on desktop */
  .price-mobile {
    display: none;
  }

  /* Right column: Register button section */
  .register-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    top: -15px;
  }

  /* Update register button positioning for desktop */
  .btn-register {
    position: static;
    width: 120px;
    height: 44px;
    font-size: 16px;
    font-weight: 600;
  }

  /* Ensure location and time info don't wrap */
  .location-time {
    margin-bottom: 0;
  }

  .location-time > div {
    white-space: nowrap;
  }

  /* Adjust age-gender spacing */
  .age-gender {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 991px) {
  .program-card {
    width: 936px;
  }

  .program-info > div > div > div > h4.heading {
    text-align: left;
  }

  .program-info .program-info-block {
    gap: 40px;
    display: flex;
    align-items: center;
  }

  .program-info {
    width: 1100px;
    margin: 0 auto;
  }

  .tab-content .img-wrapper {
    height: max(100%, 300px);
    margin-bottom: max(100%, 300px);
  }

  .btn-dark {
    width: fit-content;
    font-size: 18px;
    padding: 16px 38px;
  }

  .pagination-wrapper {
    width: 936px;
  }

  .card-content-wrapper {
    gap: 32px;
  }

  .price-desktop {
    padding: 0 20px;
  }

  .card-body {
    padding: 0 34px 28px 34px;
  }

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

  .accordion-button::after {
    width: fit-content !important;
  }

  .tab-content h4 {
    font-size: 40px;
  }

  .tab-content h6 {
    font-size: 24px;
  }

  .flavor > h1 {
    width: 823px;
    font-size: 102px;
  }

  footer {
    background-color: var(--dark);
    padding: 26px 12px;
  }

  footer > div {
    color: rgba(231, 231, 214, 1);
    font-size: 12px;
    font-weight: 400;
  }

  .footer {
    flex-direction: row;
    position: relative;
    align-items: center;
    justify-content: space-around;
  }

  footer .copyright-mobile {
    display: none;
  }

  footer > .footer > div > div.copyright-desktop {
    display: block;
  }

  .footer > div:has(.footer-logo) {
    width: min(30%, 460px);
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100% !important;
  }

  .contaoner:has(#map) {
    max-width: 95% !important;
  }

  .tab-list {
    display: flex;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow-x: scroll;
  }

  .tab-list li {
    align-items: center;
    text-align: center;
  }

  .tab-list li a {
    height: 100%;
  }

  .location {
    padding: 30px 0px 0px;
  }

  .reviews-section {
    padding: 30px 0px;
  }

  .site-footer-bottom {
    padding: 18px 0px;
  }

  .footer-content-blk {
    margin-bottom: 10px;
  }

  .footer-content-blk.brd-01::after {
    display: none !important;
  }

  .contact-info {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }

  .contact-info:first-child {
    padding-top: 17px;
  }

  .footer-content-blk.brd-02::after,
  .footer-nav.brd-03::after {
    height: 113px;
  }

  .program-info .program-info-block {
    display: block;
  }

  .program-info-block .prog-content-block {
    width: 100%;
  }

  .bg-col {
    width: 100%;
  }

  .bg-col .img-holder {
    height: 370px;
    width: 100%;
    margin: 0px auto;
  }

  .video-popup .modal-dialog {
    max-width: 96% !important;
    margin: 0px auto !important;
  }

  .video-popup .modal-dialog iframe {
    height: 416px !important;
  }

  .btn-close {
    width: 16px;
    height: 16px;
    box-shadow: none !important;
  }

  .registration-table td p {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  p {
    font-size: 16px;
  }

  .pr-0 {
    padding-right: 0;
  }

  .pl-0 {
    padding-left: 0;
  }

  .program-card {
    width: 964px;
  }

  .pagination-wrapper {
    width: 964px;
  }

  .flavor-cards-container {
    flex-direction: row;
  }

  .flavor-card {
    width: 417px;
  }

  /*====== Header CSS =======*/

  .navbar-brand {
    max-width: 120px;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
  }

  .navbar-brand:focus,
  .navbar-brand:hover {
    color: transparent;
  }

  .navbar-collapse {
    padding-top: 0;
    border-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-collapse .navbar-nav {
    padding: 0px;
  }

  .sticky-nav-active .navbar-collapse {
    border-top: 0;
  }

  .sticky-nav-active .navbar-collapse .nav-item {
    border-bottom: 0;
  }

  .navbar-collapse .nav-item {
    border: 0;
  }

  .desk-action-btn {
    display: flex !important;
    width: 35%;
  }

  .action-btn .btn-sign-up {
    margin-left: auto;
    box-shadow: none !important;
    border: none !important;
  }

  /* .site-header{
      height: 690px;
      padding-top: 200px;
      margin-bottom: 125px;
  } */

  /* .banner-heading {
      margin-bottom: 30px;
  } */

  .banner-heading-text-group {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
  }

  /*====== Section CSS =======*/
  .sec-heading-wrap {
    max-width: 750px;
    margin: auto;
  }

  .section-heading {
    text-align: center;
  }

  .year-section .section-heading {
    margin-bottom: 30px;
  }

  .year-section p {
    font-size: 18px;
  }

  .year-section .btn-group .years {
    width: 9%;
  }

  .about-us {
    padding: 70px 0px;
  }

  .about-us .sec-heading-wrap {
    margin: 0px auto 50px;
  }

  .about-us .img-holder {
    height: 190px;
  }

  /* .about-us .img-info-block{
      padding-bottom: 60px;
  } */
  .about-us .icon-holder {
    max-width: 90px;
  }

  .about-us .content-block {
    padding: 50px 15px 20px;
  }

  .about-us .content-block ul {
    padding: 10px 5px 0px;
  }

  .about-us .btn-dark {
    max-width: 200px;
  }

  .tab-content {
    padding: 30px 30px 50px;
  }

  .tab-content .equal-height {
    display: flex;
  }

  .tab-list li {
    width: 100%;
  }

  .tab-list li a {
    position: relative;
    font-size: 24px;
    padding: 30px 20px;
    height: 108px;
    line-height: 1.2;
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
  }

  .tab-list li.active a::after,
  .tab-list li:hover a::after {
    content: "";
    position: absolute;
    top: 33px;
    right: 0px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f2f2f8;
    display: block;
    width: 0;
  }

  .tab-content .img-wrapper {
    height: 100%;
    width: 100%;
  }

  .tab-content .heading {
    font-size: 28px;
  }

  .tab-content .sub-heading {
    font-size: 18px;
    text-transform: capitalize;
  }

  .tab-content .btn-dark {
    margin-top: 10px;
  }

  .mobile-block {
    display: none;
  }

  .desktop-block {
    display: block;
  }

  .form-select-group {
    display: flex;
    margin: 0 auto 10px auto;
    gap: 8px;
    justify-content: center;
  }

  .form-select {
    border-radius: 0;
  }

  .form-select-group .form-select {
    font-size: 16px;
    line-height: 14px;
    font-weight: 500;
    color: var(--hoopstars-orange-dark);
    background-color: transparent;
    border: 2px solid var(--hoopstars-orange-dark);
    border-radius: 8px;
    margin-bottom: 4px;
    width: 168px;
  }

  .form-select:focus {
    box-shadow: none;
  }

  .btn-reset {
    border: 1px solid #fff;
    padding: 17px 10px 17px 15px;
    text-align: center;
  }

  .registration-table {
    border: 1px solid #d2d5e4;
    background: #fff;
    text-align: center;
  }

  .registration-table thead {
    border-bottom: 1px solid #bd1b21;
  }

  .registration-table th {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 8px;
  }

  .registration-table tbody td {
    font-size: 16px;
    padding: 35px 20px;
    width: 21.66%;
  }

  .registration-table tbody td:last-child {
    padding: 35px 20px 35px 0px;
    vertical-align: middle;
  }

  .registration-table tbody td strike {
    color: #b1b2bc;
  }

  .pagination-wrapper.desk-pagination {
    text-align: center;
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .pagination-wrapper .pagination {
    margin-top: 0;
  }

  .prog-info-img {
    height: 100%;
    float: left;
    width: 50%;
  }

  .block-type-yellow .prog-info-img {
    float: right;
  }

  .bg-col {
    transform: skewY(300deg);
    width: 855px;
    margin-top: -312px;
    margin-left: -250px;
    height: 768px;
  }

  .bg-col .img-holder {
    width: 64%;
    height: 372px;
    left: 32%;
    top: 65%;
    transform: skewY(-300deg);
  }

  .block-type-yellow .bg-col .img-holder {
    width: 58%;
    height: 341px;
    left: 50px;
    top: 63%;
    transform: skewY(-53deg);
  }

  .program-info-block .prog-content-block {
    width: 50%;
    float: right;
  }

  .block-type-yellow .prog-content-block {
    width: 50%;
    float: left;
    padding: 95px 20px 95px 45px;
  }

  .block-type-yellow .bg-col {
    transform: skewY(53deg);
    width: 655px;
    margin-top: -250px;
    margin-left: -35px;
    height: 635px;
  }

  .overlay-img .overlay .heading {
    font-size: 28px;
  }

  /*====== Footer CSS =======*/
  .site-footer-top .cust-container {
    max-width: 1005px;
  }

  .footer-content-blk.brd-01::after {
    right: -10px;
  }

  .footer-content-blk.brd-02::after {
    right: 0px;
  }

  .footer-nav.brd-03::after {
    right: 0px;
  }

  .contact-info .content a {
    font-size: 16px;
  }

  /*====== Checkout Page CSS =======*/
  .page-cover {
    height: 250px;
    padding-top: 130px;
  }

  .page-section-heading {
    font-size: 36px;
  }

  .checkout-container {
    padding: 130px 0px 100px;
  }

  .checkout-form-wrapper {
    padding: 40px 35px;
  }

  .form-control {
    padding: 15px 22px;
    font-size: 16px;
  }

  .form-select {
    padding: 15px 22px;
    font-size: 16px;
  }

  hr {
    margin: 45px 0px 35px;
  }

  .number-list li {
    font-size: 16px;
  }

  /*====== Header CSS =======*/
  .desk-action-btn {
    width: 25%;
  }

  .video-popup .modal-dialog {
    max-width: 650px;
  }

  /*====== Section CSS =======*/
  .year-section .btn-group .years {
    width: 9.22%;
  }

  .program-info-block .prog-content-block {
    width: 50%;
    height: 100%;
  }

  .bg-col {
    transform: skewY(307deg);
    width: 842px;
    margin-top: -264px;
    margin-left: -226px;
    height: 700px;
  }

  .bg-col .img-holder {
    top: 56%;
    transform: skewY(-307deg);
  }

  .block-type-yellow .prog-content-block {
    width: 50%;
  }

  .bg-col,
  .block-type-yellow .bg-col {
    height: 802px;
  }

  .block-type-yellow .bg-col {
    width: 990px;
  }

  .overlay-img {
    height: 345px;
  }

  /*====== Footer CSS =======*/
  .footer-content-blk.brd-01::after {
    right: -10px;
  }

  .footer-content-blk.brd-02::after {
    right: 0px;
  }
}
