@charset "UTF-8";
@import url('bootstrap.min.css');
@import url('jquery-ui.css');
@import url('menu.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.css');
:root {
  --font-main-color: #000;
  --black-color: #000;
  --yellow-color: #ffd400;
  --green-color: #d1dd27;
  --white-color: #ffffff;
}

html {
  font-size: 16px;
}

body {
  font:
    100% 'Inter',
    'Montserrat',
    'Damion',
    sans-serif;
  line-height: 2;
  color: var(--font-main-color);
  font-weight: 300;
}

li {
  list-style: none;
}

.btn-default {
  padding: 0 35px;
  height: 46px;
  color: #444;
  text-transform: uppercase;
  border-radius: 50px;
  display: inline-block;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 1px;
  line-height: 46px;
  transition: 0.5s;
  text-decoration: none;
  min-width: 170px;
  text-align: center;
  border: 0;
}
.btn-default.btn-green {
  background-color: var(--green-color);
}
.btn-default.btn-yellow {
  background-color: var(--yellow-color);
}
.btn-default:hover {
  background-color: var(--font-main-color);
  color: var(--white-color);
}

.topic-head {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.txt-green {
  color: var(--green-color);
}

.txt-yellow {
  color: var(--yellow-color);
}

.txt-black {
  color: var(--black-color);
}

.txt-white {
  color: var(--white-color);
}

/*--- bannerSlide ---*/
.wrap_banner {
  padding: 0;
  position: relative;
}

.owl-carousel.owl-bannerSlide {
  max-height: 900px;
  overflow: hidden;
  background-color: #000;
}
.owl-carousel.owl-bannerSlide .owl-item {
  max-height: 900px;
  overflow: hidden;
}
.owl-carousel.owl-bannerSlide .owl-item figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.owl-carousel.owl-bannerSlide .owl-item figure::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 46.875%;
}
.owl-carousel.owl-bannerSlide .owl-item figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
  transition: 1s all ease;
  -o-object-position: top center;
  object-position: top center;
}
.owl-carousel.owl-bannerSlide .owl-item figure:hover > img {
  transform: scale(1);
}
.owl-carousel.owl-bannerSlide .owl-item img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
  transform: scale(1.15);
  transition: transform 2.5s ease;
}
.owl-carousel.owl-bannerSlide .owl-item.active img {
  transform: scale(1);
  transition: transform 5s ease;
}
.owl-carousel.owl-bannerSlide .boxText-banner {
  width: 50%;
  position: absolute;
  left: 10%;
  bottom: 10%;
}
.owl-carousel.owl-bannerSlide .boxText-banner .topic-head {
  font-family: 'Montserrat', sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--white-color);
}
.owl-carousel.owl-bannerSlide .boxText-banner .topic-head span {
  color: var(--yellow-color);
  font-family: 'Damion', sans-serif;
  font-weight: 500;
}
.owl-carousel.owl-bannerSlide .boxText-banner .sub-title {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--white-color);
}
.owl-carousel.owl-bannerSlide .boxText-banner .btn-default {
  margin-top: 20px;
}
.owl-carousel.owl-bannerSlide .owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}
.owl-carousel.owl-bannerSlide .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 7px;
  display: block;
  border-radius: 50px;
  background: transparent;
  border: 1px solid var(--white-color);
  transition: all 0.5s ease;
}
.owl-carousel.owl-bannerSlide .owl-dots .owl-dot:hover span,
.owl-carousel.owl-bannerSlide .owl-dots .owl-dot.active span {
  width: 15px;
  background: var(--green-color);
  border: 1px solid var(--green-color);
}

.show-desktop {
  display: block;
}

.show-mobile {
  display: none;
}

.warp_wel {
  padding-top: 50px;
}
.warp_wel .sub-title {
  font-family: 'Damion', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.warp_wel .topic-head {
  color: var(--black-color);
  font-weight: 700;
}

.box-wel figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.box-wel .topic-head {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
.box-wel .sub-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.box-wel .btn-default:hover {
  background-color: var(--green-color);
  color: var(--black-color);
}

.warp-event {
  background-color: var(--green-color);
  padding: 50px 0;
}
.warp-event .sub-title {
  font-family: 'Damion', sans-serif;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 10px;
}
.warp-event .topic-head {
  font-weight: 700;
}
.warp-event .text-muted {
  text-align: center;
  display: block;
}

.padel-card-event {
  max-width: 450px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition:
    box-shadow 0.24s ease,
    transform 0.24s ease;
}
.padel-card-event figure {
  margin: 0;
}
.padel-card-event figure .padel-card-img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.32s ease;
}
.padel-card-event .time-badge {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--green-color);
  color: #000;
  padding: 10px 5px;
  border-radius: 15px;
  text-align: center;
  font-weight: bold;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.padel-card-event .time-badge .time-icon {
  font-size: 30px;
  display: block;
  margin: 0 auto;
}
.padel-card-event .time-badge .time-text {
  font-size: 0.9rem;
  white-space: nowrap;
}
.padel-card-event .content-event {
  position: absolute;
  bottom: 20px;
  left: 10px;
  right: 10px;
  z-index: 2;
  background: rgba(240, 240, 240, 0.7);
  backdrop-filter: blur(5px);
  border-radius: 25px;
  padding: 20px 12px;
}
.padel-card-event .content-event .topic-head {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: none;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.padel-card-event .content-event .txt-description {
  font-size: 1rem;
  color: #222;
  line-height: 1.4;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.padel-card-event .content-event {
  /* ปุ่ม Read More สีเหลือง */
}
.padel-card-event .content-event .btn-default {
  background-color: var(--yellow-color);
}
.padel-card-event .content-event .btn-default:hover {
  background-color: var(--green-color);
  color: #000;
  transform: translateY(-2px);
}

.warp-package {
  margin: 0 auto;
  padding: 20px;
}
.warp-package .package-img {
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}
.warp-package .sub-title {
  font-family: 'Damion', sans-serif;
  font-style: italic;
  color: var(--yellow-color);
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.warp-package .topic-head {
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.warp-package .txt-bg {
  background-color: var(--yellow-color);
  color: var(--white-color);
  font-weight: 500;
  padding: 5px 25px;
  border-radius: 20px;
  display: inline-block;
  font-size: 0.95rem;
  margin-bottom: 20px;
}
.warp-package .package-item-row {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  border-radius: 16px;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition:
    background-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}
.warp-package .package-item-row:last-child {
  border-bottom: none;
}
.warp-package .package-item-row .package-icon {
  background-color: var(--yellow-color);
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
}
.warp-package .package-item-row .package-icon img {
  width: 35px;
  height: 35px;
}
.warp-package .package-item-row .package-details {
  flex-grow: 1;
}
.warp-package .package-item-row .package-details .package-name {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--black-color);
  margin-bottom: 2px;
}
.warp-package .package-item-row .package-details .package-credits {
  font-size: 0.85rem;
  color: var(--black-color);
  margin-bottom: 0;
}
.warp-package .package-item-row .price {
  background-color: var(--green-color);
  color: var(--black-color);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 5px 25px;
  border-radius: 20px;
  min-width: 110px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(210, 224, 39, 0.2);
}

@media (hover: hover) and (pointer: fine) {
  .padel-card-event:hover {
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    transform: translateY(-8px);
  }
  .padel-card-event:hover figure .padel-card-img {
    transform: scale(1.06);
  }
  .warp-package .package-item-row:hover {
    background-color: rgba(210, 224, 39, 0.12);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
  }
}

.warp-coaches {
  background: url(../images/bg-coaches.jpg) center center no-repeat;
  background-size: cover;
}
.warp-coaches figure {
  margin: 0;
}
.warp-coaches figure .img-coaches {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 20px 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.warp-coaches .sub-text {
  font-family: 'Damion', sans-serif;
  font-style: italic;
  color: var(--yellow-color);
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.warp-coaches .topic-head {
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 10px;
  text-transform: none;
}
.warp-coaches .text-description {
  display: block;
  color: var(--white-color);
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.warp-coaches .btn-default:hover {
  color: var(--black-color);
  background-color: var(--green-color);
}

.top-banner {
  background: url('../images/top-banner-page.png') no-repeat center center;
  background-size: cover;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.top-banner .banner-title {
  color: var(--white-color);
  font-size: 5rem;
  font-style: italic;
  font-weight: 600;
  font-family: 'Damion', sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.login-container {
  padding-left: 20px;
  /* สไตล์สำหรับ custom tab ให้เหมือนดีไซน์ */
}
.login-container .nav-tabs {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
}
.login-container .nav-tabs .nav-item {
  width: 50%;
}
.login-container .nav-tabs .nav-link {
  width: 100%;
  border: none;
  color: var(--black-color);
  font-weight: 500;
  font-size: 1.1rem;
  padding: 10px 0;
  margin-right: 40px;
  background: transparent;
  text-transform: none;
}
.login-container .nav-tabs .nav-link.active {
  color: var(--yellow-color) !important;
  border-bottom: 3px solid var(--yellow-color);
}
.login-container .nav-tabs .nav-link:hover {
  color: var(--yellow-color) !important;
  border-bottom: 3px solid var(--yellow-color);
}
.login-container .forgot-text {
  font-size: 0.8rem;
  margin-top: -10px;
  margin-bottom: 25px;
}
.login-container .forgot-text a {
  color: var(--yellow-color);
  text-decoration: none;
  font-weight: 500;
}
.login-container .btn-default {
  width: 100%;
}
.login-container .btn-default:hover {
  background-color: var(--yellow-color);
}
.login-container .iti {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.login-container .iti .form-control {
  width: 100%;
  margin-bottom: 0;
  padding-left: 92px;
}
.login-container .iti--separate-dial-code .iti__selected-flag {
  border-radius: 50px 0 0 50px;
  background-color: #f0f0f0;
}

.form-control {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: 0.9rem;
  color: #000;
  margin-bottom: 20px;
}
.form-control::-moz-placeholder {
  color: #aaa;
}
.form-control::placeholder {
  color: #aaa;
}
.form-control:focus {
  box-shadow: 0 0 0 2px var(--primary-yellow);
  background-color: #fff;
}

.form-select {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: 0.9rem;
  color: #000;
  margin-bottom: 20px;
}
.form-select::-moz-placeholder {
  color: #aaa;
}
.form-select::placeholder {
  color: #aaa;
}
.form-select:focus {
  box-shadow: 0 0 0 2px var(--primary-yellow);
  background-color: #fff;
}

.btn-default.btn-submit {
  background-color: var(--yellow-color);
  color: var(--black-color);
  font-weight: bold;
  border: none;
  border-radius: 25px;
  display: block;
  margin: 20px auto 0 auto;
}
.btn-default.btn-submit:hover {
  background-color: var(--green-color);
  cursor: pointer;
}

.txt-link-page {
  margin-top: 10px;
  font-size: 0.8rem;
  color: var(--black-color);
}
.txt-link-page a {
  color: var(--yellow-color);
  filter: brightness(0.9);
  text-decoration: none;
  font-weight: 600;
}

/* Sign Up Form */
.main-content {
  padding: 80px 0;
}

.side-image {
  width: 100%;
  height: 100%;
  min-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
}

.signup-container {
  padding-left: 20px;
}
.signup-container .topic-head {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #000;
  text-transform: none;
  border-bottom: 1px solid #e0e0e0;
}
.signup-container .password-note {
  font-size: 0.75rem;
  color: var(--yellow-color);
  filter: brightness(0.9);
  margin-top: -10px;
  margin-bottom: 25px;
  padding-left: 5px;
}
.signup-container .btn-default {
  width: 100%;
}
.signup-container .txt-notice {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 15px;
  line-height: 1.4;
}

.profile-container {
  padding-left: 20px;
}
.profile-container .form-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000;
}
.profile-container .section-subtitle {
  font-size: 0.95rem;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 12px;
  color: #000;
}
.profile-container .form-control {
  margin: 0;
}
.profile-container .iti {
  width: 100%;
}
.profile-container .iti .form-control {
  padding-left: 90px !important;
}
.profile-container .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  padding: 0 8px 0 15px;
}
.profile-container .form-check-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.5;
}
.profile-container .form-check-label a {
  color: var(--primary-yellow);
  text-decoration: none;
  font-weight: 600;
}
.profile-container .form-control,
.profile-container .form-select {
  border-radius: 5px;
}
.profile-container .btn-default {
  width: 100%;
}
.profile-container .btn-default:hover {
  background-color: var(--yellow-color);
}
.profile-container .form-check .form-check-input {
  width: 25px;
  height: 21px;
}
.profile-container .form-check-input:checked {
  background-color: var(--yellow-color);
  border-color: var(--yellow-color);
}
.profile-container .level-test-link {
  font-size: 0.75rem;
  text-align: center;
  display: block;
  color: var(--primary-yellow);
  text-decoration: none;
  font-weight: 600;
}
.profile-container .level-test-link:hover {
  text-decoration: underline;
}

.form-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Montserrat', sans-serif;
}
.form-container > .sub-title {
  color: #111;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}
.form-container .form-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
.form-container .form-subtitle {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 40px;
}
.form-container .question-label {
  font-weight: 700;
  font-size: 0.95rem;
  margin-top: 25px;
  margin-bottom: 10px;
}
.form-container .form-check-label {
  font-size: 0.9rem;
}
.form-container .form-check-input:checked {
  background-color: var(--yellow-color);
  border-color: var(--yellow-color);
}
.form-container .note-text {
  font-size: 0.85rem;
  color: var(--black-color);
  font-weight: bold;
  margin-top: 30px;
}
.form-container .note-subtext {
  font-size: 0.8rem;
  margin-bottom: 20px;
}

.about-hero .banner-title {
  font-size: 4.4rem;
}

.about-page {
  background: #fff;
  color: #111;
  font-family: 'Montserrat', sans-serif;
}

.about-intro {
  max-width: 940px;
  margin: 0 auto;
  padding: 70px 0 64px;
}

.about-intro-media {
  margin: 0 0 42px;
  overflow: hidden;
  border-radius: 18px;
}

.about-intro-media img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 72px;
  align-items: start;
}

.about-intro-grid h1 {
  margin: 0;
  color: #202020;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.18;
}

.about-intro-copy {
  color: #222;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.45;
}

.about-intro-copy p {
  margin: 0 0 18px;
}

.about-intro-copy p:last-child {
  margin-bottom: 0;
}

.about-ice-bath {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.about-ice-bath > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-ice-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.34) 48%, rgba(0, 0, 0, 0.24));
}

.about-ice-bath .container {
  position: relative;
  z-index: 1;
}

.about-ice-content {
  max-width: 760px;
  padding-left: 54px;
}

.about-ice-content span {
  display: block;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.1;
}

.about-ice-content h2 {
  margin: 8px 0 10px;
  color: var(--yellow-color);
  font-size: 3rem;
  font-style: italic;
  font-weight: 900;
  line-height: 0.98;
}

.about-ice-content p {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.18;
}

.about-mission {
  padding: 74px 0 86px;
  text-align: center;
}

.about-mission h2 {
  margin: 0 0 14px;
  color: #111;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.about-mission > p {
  max-width: 880px;
  margin: 0 auto 36px;
  color: #222;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.45;
}

.about-mission-gallery {
  max-width: 940px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto;
}

.about-mission-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #eee;
  transition:
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.about-mission-gallery img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: transform 0.32s ease;
}

@media (hover: hover) and (pointer: fine) {
  .about-mission-gallery figure:hover {
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    transform: translateY(-8px);
  }

  .about-mission-gallery figure:hover img {
    transform: scale(1.06);
  }
}

.coaches-hero {
  height: 450px;
  background-position: center;
}
.coaches-hero .banner-title {
  font-size: 4.4rem;
}

.coaches-page {
  padding: 66px 0 130px;
  background: #fff;
  color: #111;
  font-family: 'Montserrat', sans-serif;
}

.coaches-team-media {
  max-width: 940px;
  height: 320px;
  margin: 0 auto 42px;
  overflow: hidden;
  border-radius: 18px;
  background: #eee;
}
.coaches-team-media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.coaches-heading {
  max-width: 620px;
  margin: 0 auto 52px;
  text-align: center;
}
.coaches-heading h1 {
  margin: 0 0 10px;
  color: #242424;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}
.coaches-heading p {
  margin: 0;
  color: #333;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.45;
}

.coaches-grid {
  max-width: 1320px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 22px;
  margin: 0 auto;
}

.coach-card {
  position: relative;
  width: min(100%, 416px);
  height: 500px;
  min-height: 500px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition:
    box-shadow 0.24s ease,
    transform 0.24s ease;
}
.coach-card figure {
  height: 100%;
  min-height: 500px;
  margin: 0;
}
.coach-card img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.32s ease;
}

.coach-card-info {
  position: absolute;
  right: 10px;
  bottom: 20px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-height: 150px;
  padding: 20px 12px;
  border-radius: 25px;
  background: rgba(240, 240, 240, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.coach-card-info > div {
  width: 100%;
  min-width: 0;
}
.coach-card-info h2 {
  margin: 0 0 2px;
  color: #0b0b0b;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: none;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.coach-card-info p {
  margin: 0;
  color: #111;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
}

.coach-read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 170px;
  height: 46px;
  padding: 0 35px;
  border-radius: 999px;
  background: var(--yellow-color);
  color: #111;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: 1px;
  white-space: nowrap;
  text-decoration: none;
}
.coach-read-more i {
  font-size: 0.9rem;
}

@media (hover: hover) and (pointer: fine) {
  .coach-card:hover {
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    transform: translateY(-8px);
  }
  .coach-card:hover img {
    transform: scale(1.06);
  }
}

.coach-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: start;
}

.coach-detail-media figure {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}
.coach-detail-media img {
  display: block;
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.coach-detail-info {
  padding-top: 6px;
}
.coach-detail-info .icon-eve {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.coach-detail-info .sub-title {
  max-width: 640px;
}

.contact-hero .banner-title {
  font-size: 4.4rem;
}

.contact-page {
  background: #fff;
  color: #111;
  font-family: 'Montserrat', sans-serif;
}

.contact-panel {
  max-width: 1040px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-details {
  padding: 112px 34px 86px 34px;
}

.contact-club-image {
  margin: 0 0 34px;
  overflow: hidden;
  border-radius: 16px;
}

.contact-club-image img {
  display: block;
  width: 100%;
  height: 255px;
  object-fit: cover;
}

.contact-details h1 {
  margin: 0 0 22px;
  color: #2b2b2b;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}

.contact-details h2 {
  margin: 34px 0 14px;
  color: #111;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.contact-info-list {
  display: grid;
  gap: 14px;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: #111;
}

.contact-info-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--yellow-color);
  color: #111;
  font-size: 1rem;
}

.contact-info-item strong {
  display: block;
  color: #111;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
}

.contact-info-item p {
  margin: 0;
  color: #111;
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.35;
}

.contact-hours {
  align-items: center;
}

.contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-socials a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--yellow-color);
  color: #111;
  font-size: 0.95rem;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.contact-socials a:hover {
  background: var(--green-color);
  color: #111;
  transform: translateY(-2px);
}

.contact-form-panel {
  display: flex;
  align-items: flex-start;
  background: var(--yellow-color);
  padding: 118px 24px 86px;
}

.contact-form-inner {
  width: 100%;
}

.contact-form-inner h2 {
  margin: 0 0 4px;
  color: #333;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.1;
}

.contact-form-inner > p {
  max-width: 430px;
  margin: 0 0 20px;
  color: #333;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.4;
}

.contact-form .form-control {
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  border-radius: 8px;
  background: #f5f5f5;
  color: #111;
  font-size: 0.85rem;
}

.contact-form input.form-control {
  height: 46px;
}

.contact-form textarea.form-control {
  min-height: 180px;
  resize: vertical;
}

.contact-submit {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 8px;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 800;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.contact-submit:hover {
  background: #222;
  transform: translateY(-1px);
}

.contact-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.contact-map {
  width: 100%;
  height: 360px;
  overflow: hidden;
  background: #e9eef2;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

footer {
  background-color: var(--black-color);
  color: var(--white-color);
  padding: 60px 0 20px 0;
  font-size: 0.85rem;
  font-family: 'Montserrat', sans-serif;
}
footer a {
  color: #bbb;
  text-decoration: none;
}
footer a:hover {
  color: var(--yellow-color);
}
footer .footer-logo img {
  width: 200px;
  height: auto;
}
footer .footer-heading {
  color: var(--yellow-color);
  font-weight: bold;
  margin-bottom: 20px;
}
footer .social-icons {
  position: static;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
footer .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid var(--white-color);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  margin-right: 0;
  color: var(--white-color);
}
footer .social-icons a:hover {
  background: var(--yellow-color);
  color: var(--black-color);
}
footer .contact-info-box {
  border-top: 1px solid var(--black-color);
  padding-top: 20px;
}
footer .contact-info-box .icon-info {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid var(--white-color);
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 30px;
  color: var(--black-color);
  background-color: var(--white-color);
  float: left;
}
footer .contact-info-box .icon-info svg {
  margin: 7px 0 0 !important;
  font-size: 20px;
}
footer .contact-info-box .txt-info span {
  line-height: 20px;
  font-weight: 700;
}
footer .contact-info-box .txt-info .txt-sub {
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}

.profile-dashboard {
  max-width: 1120px;
}

.profile-shell {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.profile-sidebar,
.profile-card {
  background: #f2f2f2;
  border-radius: 14px;
}

.profile-sidebar {
  min-height: 560px;
  padding: 22px 20px;
}

.profile-member {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #e3e3e3;
}

.profile-avatar {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--yellow-color);
  color: #111;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.profile-member-meta {
  min-width: 0;
  line-height: 1.25;
}

.profile-member-name {
  color: #111;
  font-size: 0.9rem;
  font-weight: 700;
}

.profile-member-level,
.profile-member-joined {
  color: #666;
  font-size: 0.68rem;
}

.profile-level-badge {
  align-self: center;
  min-width: 92px;
  padding: 9px 12px;
  border: 2px solid #111;
  border-radius: 999px;
  background: var(--yellow-color);
  color: #111;
  box-shadow:
    0 8px 0 #111,
    0 14px 26px rgba(0, 0, 0, 0.18);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}
.profile-level-badge:hover,
.profile-level-badge:focus {
  background: var(--green-color);
  color: #111;
  box-shadow:
    0 5px 0 #111,
    0 10px 18px rgba(0, 0, 0, 0.16);
  transform: translateY(3px);
}

.profile-side-nav {
  display: flex;
  flex-direction: column;
  padding-top: 22px;
}

.profile-side-nav a,
.profile-side-nav > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 0;
  color: #111;
  font-size: 0.82rem;
  line-height: 1.2;
  text-decoration: none;
}

.profile-side-nav .active {
  font-weight: 700;
}

.profile-side-nav-label {
  min-width: 0;
}

.profile-side-nav-count {
  min-width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #f3f3f3;
  color: #111;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}

.profile-side-nav .active .profile-side-nav-count {
  background: var(--yellow-color);
}

.profile-main {
  min-width: 0;
}

.profile-card {
  padding: 26px 32px 30px;
}

.profile-card-account {
  margin-top: 24px;
}

.profile-card-payment {
  margin-top: 24px;
}

.profile-card-title {
  margin-bottom: 20px;
  color: #111;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.profile-list-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e8e8e8;
  padding: 14px 0;
}

.profile-list-row:last-child {
  border-bottom: 0;
}

.profile-list-row .badge {
  background-color: #111 !important;
  color: #fff !important;
}

.profile-list-row .profile-status-badge.is-cancelled {
  background-color: #dc3545 !important;
  color: #fff !important;
}

.profile-list-row-link {
  flex: 1;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  border-radius: 8px;
  padding-right: 10px;
  padding-left: 10px;
  transition:
    background-color 0.18s ease,
    transform 0.18s ease;
}
.profile-list-row-link:hover,
.profile-list-row-link:focus {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.72);
  transform: translateY(-1px);
}

.profile-list-row-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.profile-cancel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  border: 0;
  border-radius: 999px;
  background: #e53e3e;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.profile-cancel-button:hover,
.profile-cancel-button:focus {
  background: #c53030;
}

.profile-schedule-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 12px;
  margin: 0 0 22px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 18px;
}

.profile-schedule-tabs a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
  background: #f8f8fb;
  color: #111;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.profile-schedule-tabs a small {
  color: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.profile-schedule-tabs a:hover,
.profile-schedule-tabs a:focus {
  background: #eef0ff;
  color: #111;
}

.profile-schedule-tabs a.active {
  background: #6570ee;
  color: #fff;
  box-shadow: 0 8px 18px rgba(101, 112, 238, 0.28);
}

.profile-schedule-tabs a.active small {
  min-width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.profile-schedule-group {
  padding: 12px 0 4px;
}
.profile-schedule-group + .profile-schedule-group {
  margin-top: 18px;
  border-top: 1px solid #dedede;
}

.profile-schedule-group-title {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--yellow-color);
  color: #111;
  font-size: 0.82rem;
  font-weight: 800;
}

.profile-empty-state {
  border: 1px dashed #d8d8d8;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 28px;
  text-align: center;
}

.profile-card-note {
  margin-top: -8px;
  margin-bottom: 18px;
  color: #666;
  font-size: 0.72rem;
  line-height: 1.5;
}

.profile-card .form-label {
  margin-bottom: 6px;
  color: #111;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.2;
}

.profile-card .form-control,
.profile-card .form-select {
  height: 42px;
  border: 0;
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  font-size: 0.82rem;
}
.profile-card .iti {
  width: 100%;
  display: block;
}
.profile-card .iti .form-control {
  width: 100%;
  padding-left: 92px;
}
.profile-card .iti--separate-dial-code .iti__selected-flag {
  background-color: #f0f0f0;
}

.profile-card .form-control[readonly],
.profile-card .form-select:disabled {
  background-color: #fff;
  opacity: 1;
}

.profile-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}

.profile-btn {
  min-width: 76px;
  height: 26px;
  border: 0;
  border-radius: 3px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
}

.profile-btn-dark {
  background: #000;
  color: #fff;
}

.profile-btn-yellow {
  background: var(--yellow-color);
  color: #111;
}

.profile-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

@media (max-width: 1199px) {
  .coaches-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .coaches-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coach-detail-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .coach-detail-media img {
    height: 420px;
  }

  .box-wel {
    margin-bottom: 28px;
  }

  .box-wel .btn-default {
    margin-bottom: 18px;
  }

  .warp-event {
    padding: 42px 0;
  }

  .padel-card-event {
    max-width: 420px;
  }

  .padel-card-event figure .padel-card-img {
    height: 460px;
  }

  .profile-shell {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .profile-sidebar {
    min-height: auto;
    padding: 20px 16px 14px;
  }

  .profile-side-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    padding-top: 16px;
    padding-bottom: 4px;
  }

  .profile-side-nav a,
  .profile-side-nav > span {
    min-width: 0;
    border-bottom: 0;
    border-radius: 50px;
    padding: 9px 14px;
    background: #fff;
    color: #111;
    font-size: 0.78rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }

  .profile-side-nav a {
    justify-content: center;
  }

  .profile-side-nav .active {
    background: var(--yellow-color);
  }

  .profile-side-nav .active .profile-side-nav-count {
    background: rgba(255, 255, 255, 0.5);
  }

  .profile-schedule-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .coaches-hero .banner-title {
    font-size: 3.4rem;
  }

  .coaches-page {
    padding: 44px 0 76px;
  }

  .coaches-team-media {
    height: 220px;
    margin-bottom: 34px;
    border-radius: 14px;
  }

  .coaches-heading {
    margin-bottom: 36px;
  }

  .coaches-heading h1 {
    font-size: 1.45rem;
  }

  .coaches-heading p {
    font-size: 0.86rem;
  }

  .coaches-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .coach-card {
    height: 380px;
    min-height: 380px;
  }

  .coach-card figure {
    min-height: 380px;
  }

  .coach-detail-content .container {
    padding-right: 22px;
    padding-left: 22px;
  }

  .coach-detail-media img {
    height: 360px;
  }

  .box-wel {
    margin-bottom: 32px;
  }

  .box-wel .btn-default {
    margin-bottom: 20px;
  }

  .warp-event .container {
    padding-right: 22px;
    padding-left: 22px;
  }

  .warp-event .col-12 + .col-12 {
    margin-top: 22px;
  }

  .padel-card-event {
    border-radius: 22px;
  }

  .padel-card-event figure .padel-card-img {
    height: 380px;
  }

  .padel-card-event .content-event {
    bottom: 14px;
    left: 10px;
    right: 10px;
    border-radius: 18px;
    padding: 16px 12px;
  }

  .padel-card-event .content-event .topic-head {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .padel-card-event .content-event .txt-description {
    font-size: 0.9rem;
  }

  .profile-dashboard {
    padding-right: 16px;
    padding-left: 16px;
  }

  .profile-shell {
    gap: 20px;
  }

  .profile-sidebar {
    border-radius: 12px;
  }

  .about-hero .banner-title {
    font-size: 3.4rem;
  }

  .about-intro {
    padding: 44px 0 48px;
  }

  .about-intro-media {
    margin-bottom: 28px;
    border-radius: 14px;
  }

  .about-intro-media img {
    height: 220px;
  }

  .about-intro-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-intro-grid h1 {
    font-size: 1.45rem;
  }

  .about-ice-bath {
    min-height: 360px;
  }

  .about-ice-content {
    padding-left: 0;
  }

  .about-ice-content h2 {
    font-size: 2.25rem;
  }

  .about-ice-content p {
    font-size: 1rem;
  }

  .about-mission {
    padding: 48px 0 56px;
  }

  .about-mission.container {
    padding-right: 22px;
    padding-left: 22px;
  }

  .about-mission h2 {
    font-size: 1.75rem;
  }

  .about-mission > p {
    max-width: 100%;
    margin-bottom: 28px;
    font-size: 0.86rem;
  }

  .about-mission-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .about-mission-gallery img {
    height: 150px;
  }

  .contact-hero .banner-title {
    font-size: 3.4rem;
  }

  .contact-panel {
    grid-template-columns: 1fr;
    padding-right: 22px;
    padding-left: 22px;
  }

  .contact-details {
    padding: 46px 0 38px;
  }

  .contact-club-image {
    margin-bottom: 26px;
    border-radius: 14px;
  }

  .contact-club-image img {
    height: 210px;
  }

  .contact-details h1 {
    font-size: 1.65rem;
  }

  .contact-form-panel {
    margin-right: -22px;
    margin-left: -22px;
    padding: 42px 22px 48px;
  }

  .contact-form-inner h2 {
    font-size: 1.45rem;
  }

  .contact-map {
    height: 300px;
  }

  .profile-side-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .profile-side-nav a,
  .profile-side-nav > span {
    padding: 10px 8px;
    font-size: 0.72rem;
  }

  .profile-card {
    border-radius: 12px;
    padding: 24px 18px;
  }

  .profile-card-account {
    margin-top: 20px;
  }

  .profile-schedule-tabs {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .profile-actions {
    padding-right: 0;
    margin-top: 14px;
  }

  .profile-member {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .profile-level-badge {
    grid-column: 2;
    justify-self: start;
    min-width: 92px;
  }
}

/* Events, booking, and payment pages */
.warp-eve-class .header-item .sub-txt,
.list-booking .header-item .sub-txt {
  font-family: 'Damion', sans-serif;
  font-size: 1.9rem;
  line-height: 1;
  color: var(--yellow-color);
}

.warp-eve-class .header-item .topic-head,
.list-booking .header-item .topic-head {
  font-weight: 700;
  text-transform: none;
  line-height: 1;
}

.warp-eve-class .header-item .form-select,
.list-booking .header-item .form-select {
  margin-top: 15px;
  margin-bottom: 0;
  color: var(--black-color);
  background-color: var(--green-color);
  border: 1px solid var(--green-color);
}

.warp-eve-courts {
  background-color: var(--yellow-color);
}

.warp-eve-courts .header-item .sub-txt {
  font-family: 'Damion', sans-serif;
  font-size: 1.9rem;
  line-height: 1;
  color: var(--white-color);
}

.warp-eve-courts .header-item .topic-head {
  font-weight: 700;
  text-transform: none;
  line-height: 1;
}

.warp-eve-courts .header-item .form-select {
  margin-top: 15px;
  margin-bottom: 0;
  color: var(--black-color);
}

.event-content .img-banner figure img {
  display: block;
  width: min(100%, 760px);
  max-height: 420px;
  height: auto;
  border-radius: 20px;
  margin: 20px auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.warp-event > .container,
.warp-eve-class > .container,
.warp-eve-courts > .container,
.related-event > .container {
  max-width: 1320px;
}

.warp-event .row:has(.padel-card-event),
.warp-eve-class .row:has(.padel-card-event),
.warp-eve-courts .row:has(.padel-card-event),
.related-event .row:has(.padel-card-event) {
  row-gap: 32px;
}

.warp-event .padel-card-event,
.warp-eve-class .padel-card-event,
.warp-eve-courts .padel-card-event {
  margin: 0 auto;
}

.warp-event .padel-card-event,
.warp-eve-class .padel-card-event,
.warp-eve-courts .padel-card-event,
.related-event .padel-card-event {
  width: min(100%, 416px);
  height: 500px;
  max-width: 416px;
  border: 0;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.warp-event .padel-card-event figure .padel-card-img,
.warp-eve-class .padel-card-event figure .padel-card-img,
.warp-eve-courts .padel-card-event figure .padel-card-img,
.related-event .padel-card-event figure .padel-card-img {
  height: 500px;
}

.warp-event .padel-card-event .time-badge,
.warp-eve-class .padel-card-event .time-badge,
.warp-eve-courts .padel-card-event .time-badge,
.related-event .padel-card-event .time-badge {
  width: 80px;
  height: 80px;
  top: 20px;
  right: 20px;
  border-radius: 15px;
  padding: 10px 5px;
}

.warp-event .padel-card-event .time-badge .time-icon,
.warp-eve-class .padel-card-event .time-badge .time-icon,
.warp-eve-courts .padel-card-event .time-badge .time-icon,
.related-event .padel-card-event .time-badge .time-icon {
  font-size: 30px;
  line-height: normal;
}

.warp-event .padel-card-event .time-badge .time-text,
.warp-eve-class .padel-card-event .time-badge .time-text,
.warp-eve-courts .padel-card-event .time-badge .time-text,
.related-event .padel-card-event .time-badge .time-text {
  font-size: 0.9rem;
  line-height: normal;
}

.warp-event .padel-card-event .content-event,
.warp-eve-class .padel-card-event .content-event,
.warp-eve-courts .padel-card-event .content-event,
.related-event .padel-card-event .content-event {
  position: absolute;
  bottom: 20px;
  left: 10px;
  right: 10px;
  min-height: 150px;
  background: rgba(240, 240, 240, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 25px;
  padding: 20px 12px;
}

.warp-event .padel-card-event .content-event .topic-head,
.warp-eve-class .padel-card-event .content-event .topic-head,
.warp-eve-courts .padel-card-event .content-event .topic-head,
.related-event .padel-card-event .content-event .topic-head {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.warp-event .padel-card-event .content-event .txt-description,
.warp-eve-class .padel-card-event .content-event .txt-description,
.warp-eve-courts .padel-card-event .content-event .txt-description,
.related-event .padel-card-event .content-event .txt-description {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 15px;
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.event-content .sub-title,
.event-content .sub-title p,
.box-wel .sub-title,
.warp-coaches .text-description {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.warp-event .padel-card-event .content-event .btn-default,
.warp-eve-class .padel-card-event .content-event .btn-default,
.warp-eve-courts .padel-card-event .content-event .btn-default,
.related-event .padel-card-event .content-event .btn-default {
  min-width: 170px;
  height: 46px;
  line-height: 46px;
  padding: 0 35px;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.btn-default.disabled,
.btn-default[aria-disabled='true'] {
  pointer-events: none;
  opacity: 0.65;
  cursor: not-allowed;
}

.event-content .topic-head {
  text-transform: none;
  font-weight: 700;
  line-height: 1;
}

.event-content ul.icon-eve {
  display: block;
  margin: 0;
  padding: 0;
}

.event-content ul.icon-eve li {
  display: inline-block;
  margin-right: 5px;
}

.event-content ul.icon-eve li .item {
  display: flex;
  float: left;
}

.event-content ul.icon-eve li .item .time-badge,
.event-content ul.icon-eve li .item .package-icon {
  width: 60px;
  height: 60px;
  padding: 10px 5px;
  border-radius: 15px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.event-content ul.icon-eve li .item .time-badge {
  background-color: var(--green-color);
  color: #000;
  font-weight: bold;
}

.event-content ul.icon-eve li .item .time-badge .time-icon {
  font-size: 26px;
  display: block;
  margin: 6px auto;
}

.event-content ul.icon-eve li .item .time-badge .time-text {
  font-size: 0.9rem;
  white-space: nowrap;
}

.event-content ul.icon-eve li .item .package-icon {
  background-color: var(--yellow-color);
}

.event-content ul.icon-eve li .item .package-icon img {
  width: auto;
  height: 30px;
  margin: 5px auto;
}

.event-content ul.icon-eve li .item .topic-head {
  font-size: 1rem;
  text-transform: none;
}

.related-event {
  background-color: var(--green-color);
}

.related-event .topic-head {
  font-weight: 700;
  text-transform: none;
}

.booking-service-page {
  background-color: var(--white-color);
}

.booking-service-page > .container {
  max-width: 920px;
}

.booking-service-header .sub-txt {
  font-family: 'Damion', sans-serif;
  font-size: 1.9rem;
  line-height: 1;
  color: var(--yellow-color);
}

.booking-service-header .topic-head {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  text-transform: none;
}

.booking-location-select {
  width: min(100%, 280px);
  color: var(--black-color);
  background-color: var(--green-color);
  border-color: var(--green-color);
  border-radius: 50px;
  font-weight: 700;
}

.booking-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.booking-service-card,
.booking-ice-section {
  position: relative;
  overflow: hidden;
}

.booking-service-card {
  height: 500px;
  border-radius: 8px;
}

.booking-service-card img,
.booking-ice-section > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.booking-service-panel,
.booking-ice-panel {
  position: absolute;
  background: rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  padding: 20px 24px;
}

.booking-service-panel {
  left: 22px;
  right: 22px;
  bottom: 22px;
}

.booking-service-panel h2,
.booking-ice-panel h2 {
  margin: 0 0 4px;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
}

.booking-service-panel p,
.booking-ice-panel p {
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: var(--font-main-color);
}

.booking-service-panel .btn-default,
.booking-ice-panel .btn-default {
  min-width: 126px;
  height: 36px;
  padding: 0 20px;
  font-size: 0.75rem;
  line-height: 36px;
}

.booking-ice-section {
  height: 420px;
  min-height: 420px;
  margin-top: 0;
}

.booking-ice-section > img {
  height: 420px;
  min-height: 0;
  max-height: 420px;
  object-position: center;
}

.booking-ice-panel {
  left: max(24px, calc((100vw - 920px) / 2));
  bottom: 70px;
  width: min(430px, calc(100% - 48px));
}

.booking-event-location,
.booking-event-schedule {
  background-color: rgba(210, 224, 35, 0.18);
  border: 1px solid rgba(210, 224, 35, 0.6);
  color: var(--black-color);
  font-weight: 700;
}

.booking-event-schedule {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  border-radius: 10px;
  padding: 16px 18px;
}

.warp-booking .form-select {
  min-width: 250px;
}

.booking-coach-dropdown {
  min-width: 250px;
}

.booking-summary-action {
  min-width: 0;
  padding-right: 14px !important;
  padding-left: 14px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2 !important;
  letter-spacing: 0.4px;
  white-space: nowrap;
}

.booking-coach-toggle {
  width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #dee2e6;
  background: #fff;
  color: #111;
  padding: 6px 14px;
  text-align: left;
}

.booking-coach-toggle img,
.booking-coach-option img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.booking-coach-toggle span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.booking-coach-menu {
  width: 100%;
  min-width: 250px;
  padding: 6px;
  border-radius: 16px;
}

.booking-coach-option {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  padding: 8px 10px;
}

.warp-booking .booking-duration-select {
  width: 110px;
  min-width: 110px;
}

.booking-duration-pill {
  width: 112px;
  min-width: 112px;
  max-width: 100%;
  height: 46px;
  min-height: 46px;
  padding: 0 14px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
.booking-duration-pill i {
  margin-right: 0 !important;
}

.packages-page {
  padding: 70px 0 120px;
  background: #fff;
}
.packages-page .container {
  max-width: 1320px;
}

.packages-section {
  margin-bottom: 58px;
}

.packages-section-heading {
  margin-bottom: 20px;
}
.packages-section-heading .sub-title {
  font-family: 'Damion', cursive;
  color: var(--yellow-color);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0;
}
.packages-section-heading h2 {
  margin: 0;
  font-weight: 800;
  font-size: 32px;
  color: var(--black-color);
  letter-spacing: 0;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 22px;
}

.discount-package-card {
  width: min(100%, 416px);
  height: 500px;
  min-height: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #f8f8f8;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.discount-package-media {
  position: relative;
  height: 165px;
  min-height: 165px;
  display: flex;
  align-items: flex-end;
  padding: 12px;
  overflow: hidden;
  color: #fff;
}
.discount-package-media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.68));
}
.discount-package-media::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--package-image);
  background-size: cover;
  background-position: center;
  transition: transform 0.35s ease;
}
.discount-package-media h3 {
  position: relative;
  z-index: 2;
  width: calc(100% - 76px);
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.05;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .discount-package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
  }
  .discount-package-card:hover .discount-package-media::after {
    transform: scale(1.06);
  }
}
.discount-package-price {
  position: absolute;
  right: 8px;
  bottom: 12px;
  z-index: 2;
  min-width: 70px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--yellow-color);
  color: var(--black-color);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.discount-package-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 14px 14px 16px;
}
.discount-package-body h4 {
  margin: 0 0 8px;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 800;
}
.discount-package-body ul {
  display: grid;
  gap: 7px;
  margin: 0 0 12px;
  padding: 0;
}
.discount-package-body li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: var(--black-color);
  font-size: 16px;
  line-height: 1.25;
}
.discount-package-body li i {
  width: 16px;
  margin-top: 1px;
  flex: 0 0 16px;
  color: #404040;
  font-size: 14px;
  text-align: center;
}
.discount-package-body p {
  margin: 0 0 12px;
  color: #555;
  font-size: 16px;
  line-height: 1.35;
}
.discount-package-body form {
  margin-top: auto;
}
.discount-package-body form .discount-package-buy {
  margin-top: 0;
}

.discount-package-buy {
  width: 100%;
  min-width: 0;
  margin-top: auto;
  height: 30px;
  padding: 0 12px;
  font-size: 14.4px;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: none;
}
.discount-package-buy-disabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  background: #111 !important;
  color: #fff !important;
}
.discount-package-buy-disabled:hover,
.discount-package-buy-disabled:focus {
  background: #111 !important;
  color: #fff !important;
  transform: none;
  box-shadow: none;
}

.packages-empty {
  grid-column: 1/-1;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  color: #777;
  text-align: center;
}

@media (max-width: 991.98px) {
  .packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .packages-page {
    padding: 44px 0 76px;
  }
  .packages-section-heading h2 {
    font-size: 26px;
  }
  .packages-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.warp-booking .datepicker {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
  max-width: none;
}

.warp-booking #bookingCalendar {
  width: 100%;
  max-width: none;
}

.warp-booking #bookingCalendar .datepicker-picker,
.warp-booking #bookingCalendar .datepicker-main,
.warp-booking #bookingCalendar .datepicker-view,
.warp-booking #bookingCalendar .days,
.warp-booking #bookingCalendar .days-of-week,
.warp-booking #bookingCalendar .datepicker-grid {
  width: 100%;
}

.warp-booking .datepicker .datepicker-cell.selected,
.warp-booking .datepicker .datepicker-cell.selected:hover {
  background-color: var(--yellow-color) !important;
  color: #000 !important;
  font-weight: bold;
}

.warp-booking .datepicker .datepicker-cell.focused:not(.selected) {
  background-color: rgba(255, 212, 0, 0.4);
  border-radius: 50px;
}

.warp-booking .datepicker .datepicker-cell.today:not(.selected),
.warp-booking .datepicker .datepicker-cell.has-booking {
  background-color: var(--yellow-color);
  color: var(--font-main-color);
  border-radius: 50px;
}

.warp-booking .datepicker .datepicker-controls {
  border: none !important;
}

.warp-booking .datepicker .datepicker-controls .button {
  border: none !important;
  outline: none !important;
  background: transparent;
}

.warp-booking .datepicker .datepicker-controls .button.prev-button,
.warp-booking .datepicker .datepicker-controls .button.next-button {
  border: 1px solid #dee2e6 !important;
  border-radius: 50px;
}

.warp-booking .datepicker .datepicker-controls .button:hover {
  background-color: #f8f9fa;
}

.warp-booking .btn-slot {
  font-size: 0.8rem;
  padding: 10px 2px;
  border-radius: 6px;
  border: 1px solid #dee2e6;
}

.warp-booking .btn-slot.btn-slot-selected {
  background-color: var(--yellow-color);
  border-color: var(--yellow-color);
  color: #000;
}

.warp-booking .btn-slot.btn-slot-unavailable {
  background-color: #727272 !important;
  border-color: #727272 !important;
  cursor: not-allowed;
}

.warp-booking .indicator-box {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
}

.warp-booking .indicator-box.bg-warning-main {
  background-color: var(--yellow-color);
}

.warp-booking .indicator-box.bg-dark-gray {
  background-color: #727272;
}

.bg-summary {
  background-color: #f0f0f0;
}

.bg-summary .card {
  position: relative;
}

.bg-summary .card .price {
  position: absolute;
  right: 15px;
  font-size: 1rem;
  font-weight: 700;
  color: #8c0000;
}

.bg-summary .card .sub-txt {
  font-size: 1rem;
}

.bg-summary .card .topic-head {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: none;
}

.bg-summary .btn-default {
  line-height: 28px;
}

.bg-summary .btn-default.btn-secondary {
  background-color: #727272;
  color: var(--white-color);
}

.warp-payment .py-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

.warp-payment .py-card .topic-head {
  font-size: 1.5rem;
  text-transform: none;
  font-weight: 500;
}

.warp-payment .py-card .iti--allow-dropdown {
  width: 100%;
}

.warp-payment .py-card .iti--allow-dropdown .iti__selected-flag {
  background-color: transparent;
  padding: 0 15px;
}

.warp-payment .py-card .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.warp-payment .py-card .form-label {
  font-size: 0.85rem;
  color: var(--font-main-color);
  margin-bottom: 6px;
}

.warp-payment .py-card .form-control {
  margin-bottom: 0;
  border-radius: 5px;
}

.warp-payment .py-card .icon-lock {
  height: 47.59px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 6px 20px;
}

.warp-payment .py-card .payment-options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.warp-payment .py-card .payment-options-grid .payment-radio-card {
  position: relative;
  background-color: var(--light-color);
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 5px 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.warp-payment .py-card .payment-options-grid .payment-radio-card:hover {
  border-color: #555;
  transform: translateY(-2px);
}

.warp-payment .py-card .payment-options-grid .payment-radio-card input[type='radio'] {
  position: absolute;
  top: 15px;
  left: 15px;
  accent-color: var(--yellow-color);
  width: 18px;
  height: 18px;
}

.warp-payment .py-card .payment-options-grid .payment-radio-card.selected {
  border-color: var(--yellow-color);
  background-color: rgba(255, 210, 0, 0.05);
  box-shadow: 0 4px 20px rgba(255, 210, 0, 0.1);
}

.warp-payment .py-card .card-brands-row {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.warp-payment .py-card .card-brands-row img {
  width: auto;
  height: 35px;
  padding: 5px 0;
}

.warp-payment .py-card .bank-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 15px;
  margin-top: 15px;
}

.warp-payment .py-card .bank-options-grid .bank-radio-card {
  position: relative;
  background-color: var(--light-color);
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 14px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}

.warp-payment .py-card .bank-options-grid .bank-radio-card:hover,
.warp-payment .py-card .bank-options-grid .bank-radio-card.selected {
  border-color: var(--yellow-color);
  background-color: rgba(255, 210, 0, 0.05);
}

.warp-payment .py-card .bank-options-grid .bank-radio-card input[type='radio'] {
  display: none;
}

.warp-payment .py-card .bank-options-grid .bank-logo-icon {
  align-items: center;
  justify-content: center;
}

.warp-payment .py-card .bank-options-grid .bank-logo-icon img {
  width: 40px;
  height: auto;
  border-radius: 5px;
}

.warp-payment .form-check-input {
  margin-top: 9px;
}

.warp-payment .form-check-input:checked {
  background-color: var(--yellow-color) !important;
  border-color: var(--yellow-color) !important;
}

.booking-readonly-page .container,
.booking-readonly-page .row,
.booking-readonly-page [class*='col-'] {
  min-width: 0;
}

.booking-readonly-page .bg-summary .card {
  min-width: 0;
}

.booking-readonly-page .bg-summary .card .sub-txt,
.booking-readonly-page .bg-summary .card .topic-head {
  padding-right: 78px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.timer-badge {
  background-color: rgba(229, 62, 62, 0.15);
  border: 1px solid #e53e3e;
  color: #e53e3e;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 767.98px) {
  .owl-carousel.owl-bannerSlide,
  .owl-carousel.owl-bannerSlide .owl-item {
    max-height: none;
  }

  .owl-carousel.owl-bannerSlide .owl-item figure::before {
    padding-bottom: 122%;
  }

  .owl-carousel.owl-bannerSlide .owl-item figure > img,
  .owl-carousel.owl-bannerSlide .owl-item img {
    object-position: center center;
  }

  .owl-carousel.owl-bannerSlide .boxText-banner {
    top: 150px;
    right: 24px;
    bottom: auto;
    left: 24px;
    z-index: 2;
    width: auto;
  }

  .owl-carousel.owl-bannerSlide .boxText-banner .topic-head {
    font-size: 2.7rem;
    line-height: 1.05;
    letter-spacing: 0;
  }

  .owl-carousel.owl-bannerSlide .boxText-banner .sub-title {
    max-width: 78%;
    font-size: 1rem;
    line-height: 1.45;
    letter-spacing: 0.5px;
  }

  .owl-carousel.owl-bannerSlide .boxText-banner .btn-default {
    margin-top: 18px;
  }

  .owl-carousel.owl-bannerSlide .owl-dots {
    bottom: 24px;
  }

  .warp-event .row:has(.padel-card-event),
  .warp-eve-class .row:has(.padel-card-event),
  .warp-eve-courts .row:has(.padel-card-event),
  .related-event .row:has(.padel-card-event) {
    row-gap: 28px;
  }

  .booking-service-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .booking-service-card {
    height: 420px;
  }

  .booking-location-select {
    width: 100%;
  }

  .booking-ice-panel {
    left: 18px;
    right: 18px;
    bottom: 32px;
    width: auto;
  }

  .warp-payment .py-card .payment-options-grid {
    grid-template-columns: 1fr;
  }

  .booking-readonly-page .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .booking-readonly-page .container {
    width: 100%;
    max-width: none;
    overflow: visible !important;
    padding-right: 16px;
    padding-left: 16px;
  }

  .booking-readonly-page .bg-white,
  .booking-readonly-page .bg-summary {
    padding: 22px 18px !important;
  }

  .booking-readonly-page .py-card {
    padding: 18px;
  }

  .booking-readonly-page .py-card .topic-head {
    font-size: 1.25rem;
  }

  .booking-readonly-page .bg-summary .card .price {
    position: static;
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 8px;
  }

  .booking-readonly-page .bg-summary .card .sub-txt,
  .booking-readonly-page .bg-summary .card .topic-head {
    padding-right: 0;
  }

  .warp-booking .form-select {
    min-width: 100%;
  }
}

.coach-detail-content .coach-detail-info ul.icon-eve {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 0;
  padding: 0;
}
.coach-detail-content .coach-detail-info ul.icon-eve li {
  display: block;
  margin-right: 0;
}
.coach-detail-content .coach-detail-info ul.icon-eve li .item {
  float: none;
  width: 100%;
}

/*responsive*/ /*# sourceMappingURL=layout.css.map */
