:root {
  --primary-blue: #1f67ae;
  --dark-blue: #1f4d85;
  --light-bg: #f4f6f9;
  --orange: #ff6b2c;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  color: #1d2b3a;
}
/* header section */
.header {
  background: var(--primary-blue);
  color: #fff;
}

.logo {
  font-weight: 700;
  font-size: 20px;
}
.phone_no {
  background: #fff;
  border-radius: 6px;
}
.phone {
  color: #2f2f2f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Calibri";
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 16px;
  gap: 8px;
}

.login-btn {
  border-color: #fff;
  color: #fff;
}

/* hero section */
.hero-section {
  padding: 80px 0;
  background: #eef2f7;
}

.hero-section h1 {
  font-weight: 700;
  font-size: 43px;
  line-height: 1.3;
  color: #143066;
}

.hero-section .subtext {
  font-weight: 400;
  margin-top: 15px;
  color: #143066;
  font-size: 19px;
}
.hero-section .rating {
  font-size: 15px;
  font-weight: 500;
  color: #6c7a89;
}
.hero-section .btn-primary-cta {
  background: var(--orange);
  border: none;
  font-weight: 400;
  color: #fff;
  padding: 15px 40px;
  border-radius: 10px;
  font-size: 18px;
  margin-bottom: 5px;
  /* width: 280px; */
  box-shadow: 0px 8px 24px rgb(255, 107, 44, 0.28);
}
.hero-section p small {
  font-size: 12px;
  color: #5a6b7b;
}
/* ================= INFO CARDS ================= */
.info-cards-section {
  padding: 38px 0;
  background-color: #ffffff;
}

.info-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
}

.info-icon img {
  width: 70px;
}
.info-card .d-flex {
  gap: 15px;
  align-items: center;
  margin-bottom: 18px;
}
.info-title {
  font-size: 24px;
  font-weight: 700;
  color: #143066;
  margin-bottom: 5px;
}
.info-card h4 {
  color: #6c7a89;
  font-size: 17px;
}
.info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.info-list li {
  font-size: 15px;
  color: #3b4a6b;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.info-list li:last-child {
  margin-bottom: 0;
}
.info-list li strong {
  color: #478dcd;
}
.info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../../images/V2/blue_tick.svg) 0 0 no-repeat;
  width: 19px;
  height: 14px;
  line-height: 1;
  top: 5px;
}
.easy-autocomplete {
  color: #1d2b3a;
  text-align: left;
}
#formMessage {
  min-height: 40px;
}

.alert-smooth {
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

.alert-smooth.show {
  opacity: 1;
  transform: translateY(0);
}
.info-cta {
  margin-top: auto;
  background-color: #478dcd;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 8px;
  text-decoration: none;
  align-self: flex-start;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-cta:hover {
  transform: translateY(-2px);
  background-color: #478dcd;
  box-shadow: 0 10px 24px rgba(11, 94, 215, 0.3);
  color: #ffffff;
}

.info-card .col-md-6:nth-child(2) {
  position: relative;
}
.info-card .col-md-6:nth-child(2):before {
  content: "";
  position: absolute;
  left: -10px;
  height: 100%;
  width: 1px;
  background: #e0e6e9;
  top: 0;
}

/* clarity section */
.clarity-section {
  padding: 38px 0 50px 0;
  background: var(--primary-blue);
  color: #fff;
}
.clarity-section h2.section-title {
  color: #fff;
  margin: 0;
}
.clarity-section .btn-primary-cta {
  background: var(--orange);
  border: none;
  font-weight: 400;
  color: #fff;
  padding: 12px 40px;
  border-radius: 10px;
  font-size: 16px;
  /* width: 280px; */
}
.clarity-section p.small {
  font-size: 12px;
  margin-bottom: 0;
}
.clarity-section .form-control {
  font-size: 15px;
  background-color: #d9e5f1;
  border-color: #ced4da;
  line-height: 24px;
  border-radius: 6px;
}

.form-control.borderredclass {
  border: 1px solid red !important;
}
/* ================= UPCOMING BATCHES ================= */

.batches-section {
  background: #ebf1fc;
  padding: 38px 0 50px 0;
}

.section-title {
  font-weight: 700;
  font-size: 38px;
  color: #143066;
}

.batch-card {
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 14px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.batch-card:hover {
  transform: translateY(-3px);
}

.batch-icon {
  width: 48px;
  height: 48px;
}

.batch-title {
  font-weight: 600;
  margin-bottom: 3px;
  color: #203a66;
}

.batch-sub {
  font-size: 14px;
  margin: 0;
}

.limited {
  color: #c28a3b;
}

.filling {
  color: #c28a3b;
}

.open {
  color: #366f6f;
}

.seat-badge {
  background: #fdedd0;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 20px;
  font-weight: 500;
  border: 1px solid #f0d29c;
  color: #7e5118;
}
.batch-card a {
  text-decoration: none;
}
.time-box {
  background: #fff;
  border: 2px solid #2f69a8;
  padding: 6px 14px;
  border-radius: 10px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #2f69a8;
  text-decoration: none;
}

.time-box.single {
  flex-direction: row;
}

.visa-text {
  font-weight: 500;
  color: #1d3557;
}

.visa-text span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #203A66;
}

/* Pricing Card */

.pricing-card {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  height: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.pricing-card h4 {
  font-weight: 700;
  margin:0 0 10px;
  font-size: 22px;
  color: #1f67ae;
}

.pricing-sub {
  font-size: 17px;
  margin-bottom: 20px;
  color: #293f63;
}

.price-pill {
  background: #1f67ae;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 200px;
  position: relative;
  cursor: pointer;
}
.price-pill:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  height: calc(100% - 4px);
  border-radius: inherit;
  width: calc(100% - 4px);
  border: 1px solid #fff;
}
.refund-text {
  font-size: 18px;
  margin-bottom: 10px;
  color: #293f63;
}

.small-note {
  font-size: 13px;
  color: #203A66;
  margin: 0;
}

/* ================= RESULTS SECTION ================= */

.results-section {
  background: #ffffff;
  padding: 38px 0 50px 0;
}

/* Result Card */
/* Avatar */

/* Wrapper */
.results-wrapper {
  display: flex;
  justify-content: center;
  gap: 28px; /* exact spacing between cards */
  flex-wrap: wrap;
}

/* Card */
.result-card {
  /* background: #9fb6d9; */
  background: url(../../images/V2/results_bg.webp) 0 0 no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 59px 28px 15px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  width: 250px;
  margin: 0 10px;
}
.results-wrapper .slick-dots li button:before {
  font-size: 12px;
  color: #143066;
}
.results-wrapper .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #143066;
}
.results-wrapper .slick-dots {
  bottom: -36px;
}
/* Avatar */
.avatar-wrapper {
  position: relative;
  z-index: 2;
  margin: 0 auto 18px;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 4px solid #fff;
}
.avatar-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #0567cf;
  object-fit: cover;
}

/* Name */
.student-name {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 18px;
  color: #293f63;
  font-size: 25px;
}

/* Score */
.score-text {
  font-size: 16px;
  color: #434e63;
  margin-bottom: 18px;
}

.score-text span {
  color: #1262c1;
  font-size: inherit;
  font-weight: 700;
}

/* Hover */
.result-card:hover {
  transform: translateY(-6px);
}

/* *-------------------------------------------------- */

/* ================= HOW IT WORKS ================= */

.how-section {
  background: #f8f8f8;
  padding: 38px 0 50px 0;
}

/* Wrapper */
.how-wrapper {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

/* Card */
.how-card {
  width: 350px; /* controlled width */
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 30px 25px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
  position: relative;
}

/* Step Circle */
.step-circle {
  width: 72px;
  height: 72px;
  background: #dbe5f1;
  color: #1f69c6;
  font-weight: 700;
  font-size: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

/* Divider */
.divider {
  height: 1px;
  background: #e3e6ea;
  margin-bottom: 25px;
}

/* Title */
.how-title {
  font-weight: 600;
  font-size: 20px;
  color: #163b68;
  margin-bottom: 15px;
}

/* Text */
.how-text {
  font-size: 17px;
  color: #163b68;
  margin: 0;
  line-height: 1.6;
}

/* Hover */
.how-card:hover {
  transform: translateY(-6px);
}

/* ================= HOW IT WORKS ================= */

/* ================= WHY LIVE CLASSES ================= */

.why-section {
  background: #e5ecfd;
  padding: 38px 0 50px 0;
}

/* Main Card */
.why-card {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 24px;
  padding: 10px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Each Row */
.why-row {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 10px 0;
}

/* Icon */
.why-icon img {
  width: 130px;
  height: auto;
}

/* Content */
.why-content h5 {
  font-weight: 600;
  font-size: 22px;
  color: #163b68;
  margin-bottom: 8px;
}

.why-content p {
  font-size: 16px;
  color: #163b68;
  margin: 0;
  line-height: 1.6;
}

/* Divider */
.why-divider {
  height: 1px;
  background: #e2e6ef;
  margin: 5px 0;
}

/* Hover subtle polish */
.why-row:hover {
  transform: translateX(6px);
  transition: 0.3s ease;
}

/* ================= WEEKLY COVERAGE ================= */

.coverage-section {
  background: #2f69a8;
  padding: 38px 0 50px 0;
}

.coverage-title {
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
}

/* Wrapper */
.coverage-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Individual Item */
.coverage-item {
  background: #e9eef5;
  border-radius: 28px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.3s ease;
}

/* Icon */
.coverage-icon img {
  width: 130px;
  height: auto;
}

/* Content */
.coverage-content h5 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 6px;
  color: #163b68;
}

.coverage-content p {
  font-size: 16px;
  margin: 0;
  color: #163b68;
  line-height: 1.6;
}

/* Hover */
.coverage-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* ================= WEEKLY COVERAGE ================= */

/* ================= FINAL CTA SECTION ================= */

.final-cta-section {
  background: #d7dfec;
  padding: 38px 0 50px 0;
  position: relative;
}

.final-cta-wrapper {
  /* max-width: 700px; */
  margin: 0 auto;
}
.final-cta-wrapper .primary-cta-btn {
  /* width: 100%;
  max-width: 288px; */
  font-weight: 400;
}

/* Subtext */
.final-cta-subtext {
  font-size: 18px;
  color: #143066;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Primary CTA */
.primary-cta-btn {
  background: #ff6b2c;
  color: #ffffff;
  padding: 14px 40px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}

.primary-cta-btn:hover {
  background: #e85c22;
  transform: translateY(-2px);
}

/* Small note */
.final-cta-note {
  font-size: 14px;
  color: #203A66;
  margin: 12px 0 0;
}

/* ================= FINAL CTA SECTION ================= */

.how-section {
  padding: 38px 0 50px 0;
}

.step-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}

.step-box span {
  font-weight: 700;
  font-size: 22px;
  color: var(--primary-blue);
}

.footer {
  background: var(--dark-blue);
  color: #fff;
  padding: 20px 0;
}
.footer p {
  margin: 0;
}

.msgCls {
  position: absolute;
  left: 0;
  right: 0;
  margin: -10px auto 0 auto;
  font-size: 13px;
  display: table;
}

div#Error {
  line-height: 1.3;
  display: none;
  background: #ffeaea;
  color: #c62828;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 9px 1px;
  border-radius: 2px;
  border: 1px solid #ffb3b3;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.2px;
}

/* popup css */

.name_panel ul.student_form {
  margin: 0;
  padding: 0;
}
.form-check .form-check-input {
  float: none;
  margin: 3px 5px 0;
}

/* calender css */

.calendar,
.calendar_content,
.calendar_weekdays {
  max-width: 450px;
}

.calendar_content {
  background: #fff;
}

.calendar_weekdays {
  background: #1089ff;
}

.calendar_header {
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

.calendar_content,
.calendar_header,
.calendar_weekdays {
  position: relative;
  overflow: hidden;
}

.calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
  color: #fff !important;
}

.calendar_content div,
.calendar_weekdays div {
  width: 14.28571%;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  padding: 15px 0;
}

.calendar_content div {
  border: 1px solid transparent;
  float: left;
  position: relative;
  z-index: 0;
}

.calendar_content div:hover {
  border: 1px solid #dcdcdc;
  cursor: default;
}

.calendar_content div.blank:hover {
  cursor: default;
  border: 1px solid transparent;
}

.calendar_content div.past-date {
  color: #d5d5d5;
}

.calendar_content div.today {
  font-weight: 700;
  font-size: 16px;
  color: #fff !important;
}

.calendar_content div.today:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
  background: #1089ff;
  z-index: -1;
  -webkit-box-shadow: 0 5px 11px -9px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0 5px 11px -9px rgba(0, 0, 0, 0.48);
  box-shadow: 0 5px 11px -9px rgba(0, 0, 0, 0.48);
}

.calendar_content div.selected {
  background-color: #f0f0f0;
}

.calendar_header h2 {
  padding: 0 10px;
  font-weight: 500;
  font-size: 20px;
  color: #1089ff;
  float: left;
  width: 70%;
  margin: 0 0 10px;
}

button.switch-month {
  background-color: transparent;
  padding: 0;
  outline: 0;
  border: 0;
  color: #dcdcdc;
  float: left;
  width: 15%;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

button.switch-month:hover {
  color: #1089ff;
}

.calendar {
  margin: auto;
  box-shadow: 3px 5px 10px 0 #d1dde3 !important;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  background-color: transparent;
  border: 0;
  color: #fff !important;
  opacity: inherit !important;
}

/* calender css */

/* popup css */

/* form popup css */

div#expertModal .modal-content {
  border-radius: 18px;
  padding: 20px;
}
div#expertModal .modal-content .modal-header {
  background: transparent;
}
div#expertModal .modal-content .form-control {
  height: 50px;
  border-radius: 12px;
  background: #f3f3f3;
  border: 1px solid #dcdcdc;
  font-size: 15px;
}
div#expertModal .modal-content select.form-control{
  appearance: auto;
  height: 50px;
}
select.form-control option{
  font-size: inherit;
}
div#expertModal .modal-content .form-control:focus {
  box-shadow: none;
  border-color: #2f6aa3;
}
div#expertModal .modal-content .btn-submit {
  background: var(--orange);
  border: none;
  font-weight: 400;
  color: #fff;
  padding: 15px 40px;
  border-radius: 10px;
  font-size: 18px;
}
div#expertModal .modal-content .btn-submit:hover {
  /* background:#24598a; */
}
div#expertModal .modal-content .modal-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  text-align: center;
  color: #143066;
}
div#expertModal .modal-content button.btn-close {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid #ccc;
  color: #ccc;
  box-shadow: 0px 0px 4px #ccc;
  z-index: 1;
}

.results-wrapper button.slick-arrow:before {
  display: none;
}

.results-wrapper button.slick-arrow {
  background: url(../../images/arrow_left.webp) #fff !important;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.results-wrapper button.slick-next {
  background-image: url(../../images/arrow_right.webp) !important;
  left: auto;
  right: 0;
}

div#selectBatchModal .modal-content form#batchDetailForm .main_data .panel.batchTiming {
    padding: 0.8rem;
}
/* form popup css */
.calendar_content div.selected {
    font-weight: bold;
    font-size: 16px;
    color: #fff !important;
}
.calendar_content div.selected:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    background:#1089ff;
    z-index: -1;
    -webkit-box-shadow: 0px 5px 11px -9px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 5px 11px -9px rgba(0,0,0,0.48);
    box-shadow: 0px 5px 11px -9px rgba(0,0,0,0.48);
}

.clarity-section select.form-control{
  appearance: auto;
  height: 38px;
}

/* Responsive */

@media screen and (max-width:1399px) {
  .hero-section .rating {
    font-size: 13px;
  }
  .hero-section h1 {
    font-size: 40px;
  }
}


@media (max-width: 992px) {
  .how-card {
    width: 320px;
  }
  .coverage-item {
    padding: 25px 25px;
  }

  .coverage-icon img {
    width: 75px;
  }

  .why-card {
    padding: 40px 25px;
  }

  .why-icon img {
    width: 90px;
  }

  .results-wrapper {
    gap: 20px;
  }

  .ms-auto {
    margin-left: 0 !important;
  }

  .pricing-card {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }

  .hero-section h1 {
    font-size: 28px;
  }

  .coverage-item {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .coverage-title {
    font-size: 26px;
  }

  .final-cta-title {
    font-size: 24px;
  }

  .final-cta-subtext {
    font-size: 16px;
  }

  .primary-cta-btn {
    padding: 12px 30px;
  }

  .section-title {
    font-size: 26px;
  }

  .result-card {
    padding: 50px 15px 25px;
  }

  .why-row {
    flex-direction: column;
    text-align: center;
  }

  .why-icon img {
    width: 80px;
  }

  .section-title {
    font-size: 26px;
  }
  .logo img {
    width: 170px;
  }
  .batch-card {
    /* flex-direction: column;
      align-items: flex-start; */
    gap: 10px;
  }
  .final-cta-section {
    padding: 35px 0 40px 0;
    /*position: sticky;
    bottom: 0;
    z-index: 9; */
  }

  .final-cta-section h2.section-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .final-cta-section p,
  .final-cta-note {
    display: none;
  }
  .final-cta-wrapper .primary-cta-btn {
    /* width: 100%; */
    /* max-width: 200px; */
    font-weight: 400;
    padding: 8px 30px;
    font-size: 14px;
  }
  .hero-section {
    padding: 40px 0;
  }
  .info-card .col-md-6:nth-child(2):before {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background: #e0e6e9;
    top: -20px;
  }
  .info-icon img {
    width: 55px;
  }
  .hero-section .subtext {
    font-size: 15px;
  }
  .hero-section p.limited {
    margin-bottom: 0;
  }
  .hero-section .row.align-items-center.gy-5 {
    --bs-gutter-y: 2rem;
  }
  .pricing-card h4 {
    margin: 0px 0 10px 0;
  }
  div#expertModal .modal-content {
    padding: 0px 0px;
    width: 90%;
    margin: 0 auto;
  }
  div#expertModal .modal-content .modal-title {
    font-size: 18px;
  }
  div#expertModal .modal-content .btn-submit {
    padding: 12px 40px;
    font-size: 17px;
  }
}

@media (max-width: 576px) {
  .how-card {
    width: 100%;
    max-width: 400px;
  }

  .section-title {
    font-size: 26px;
  }

  .results-wrapper {
    justify-content: center;
  }

  /* .result-card {
    width: 85%;
    max-width: 260px;
  } */

  .section-title {
    font-size: 26px;
  }
  .phone {
    font-size: 13px;
    padding: 8px 10px;
    gap: 5px;
  }
  .phone img {
    width: 17px;
  }
  .info-title {
    font-size: 20px;
  }
  .batch-icon {
    width: 40px;
    height: 40px;
  }
  .batch-title {
    font-size: 18px;
  }
  .batch-sub {
    font-size: 12px;
  }
  .seat-badge {
    padding: 6px 10px;
    font-size: 11px;
  }
  .time-box {
    padding: 6px 10px;
    font-size: 13px;
  }
}

/* Mobile Responsive */
