body.no-scroll {
  overflow: hidden; /* This prevents scrolling on the body */
}

.breadcrumb {
  font-size: 1rem;
  padding: 1rem 2rem 1rem 2rem;
  margin: 0;
  background-color: #e1f0fa;
}
.breadcrumb i, .breadcrumb a {
  text-decoration: none;
  color: black;
}

.main-booking {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
  gap: 4rem;
  background-color: #e1f0fa;
}
@media (min-width: 1024px) {
  .main-booking {
    gap: 3rem;
    padding: 2rem 2rem 4rem 2rem;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .main-booking {
    padding: 2rem;
  }
}

#submit-btn {
  padding: 12px 0;
  width: 100px;
}

.booking-btn {
  background-color: #e30337;
  max-width: fit-content;
  min-width: 169px;
  border: 0;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  align-self: center;
}
.booking-btn:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset, rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
}
@media (max-width: 403px) {
  .booking-btn {
    padding: 10px 16px;
  }
}
@media (min-width: 404px) and (max-width: 640px) {
  .booking-btn {
    padding: 10px 16px;
  }
}

.link-btn {
  display: block;
  width: fit-content;
  margin: 1rem auto 1rem;
  text-align: center;
  padding: 10px 20px;
  background-color: #54b2ee;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  border: none;
}
.link-btn:hover, .link-btn:focus {
  text-decoration: none !important;
  color: white;
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.form-container i {
  font-size: 2rem;
}

input.invalid {
  border-bottom: 2px solid red !important;
}

label.invalid {
  color: red !important;
}

textarea.invalid {
  border-color: red;
}

.error {
  padding: 1rem;
  border: red;
  background-color: rgb(255, 201, 201);
  font-size: 1rem;
  border-radius: 20px;
  width: 100%;
  color: red;
  text-align: center;
}
.error i {
  font-size: 1rem;
  color: red;
}

.hidden {
  display: none;
}

.prev-btn,
.next-btn {
  border: none;
  border-radius: 20px;
  font-size: 16px;
  outline: none;
  cursor: pointer;
  margin: 0 !important;
  width: 100px;
  padding: 12px 0;
  background-color: white;
  margin: 0 20px;
  box-shadow: 3px 6px 13px 2px rgba(6, 39, 114, 0.33);
  -webkit-box-shadow: 3px 6px 13px 2px rgba(6, 39, 114, 0.33);
  -moz-box-shadow: 3px 6px 13px 2px rgba(6, 39, 114, 0.33);
}

.next-btn {
  background-color: #54b2ee;
  width: 120px;
  color: white;
}

input[type=text],
input[type=email],
input[type=tel],
input[name=address] {
  height: 3rem;
  padding: 0.5rem;
  border: none;
  width: 400px;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  background: #fff;
  transition: all 250ms;
  font-size: 16px;
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset; /* overrides browser color */
  -webkit-text-fill-color: #000; /* text color */
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[name=address]:focus {
  outline: none;
  font-size: 16px;
}
@media (max-width: 403px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[name=address] {
    width: 250px;
    padding: 0.3rem;
  }
}
@media (min-width: 404px) and (max-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[name=address] {
    width: 325px;
  }
}

#id_zipcode {
  width: 250px !important;
}

.bi.bi-dash-lg {
  color: rgb(165, 165, 165) !important;
}

.float-field {
  position: relative;
  margin-bottom: 1rem;
}

.float-field label {
  position: absolute;
  left: 1rem;
  top: 0.8rem;
  pointer-events: none;
  background: #fff;
  padding: 0 0.25rem;
  transition: 0.25s ease;
  color: #777;
  pointer-events: none;
}

/* Float label when input is focused */
.float-field input:focus + label,
.float-field.filled label {
  top: -0.6rem;
  left: 0.8rem;
  font-size: 0.75rem !important;
  color: #3498db;
}

#online-booking {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  max-width: 900px;
  min-height: 750px;
  border: none;
  background-color: #001426;
  box-shadow: -32px 4px 16px -4px hsla(240, 40%, 25%, 0.05), 32px 4px 16px -4px hsla(240, 40%, 25%, 0.05), 0 8px 12px hsla(240, 40%, 25%, 0.06), 0 12px 32px hsla(240, 40%, 25%, 0.06);
}
#online-booking .form-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  background-color: transparent;
}
#online-booking .form-section .form-fields {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  gap: 1rem;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: white;
  border-radius: 50px 50px 0 0;
}
@media (min-width: 1024px) {
  #online-booking .form-section .form-fields {
    padding: 4rem;
  }
}
@media (max-width: 403px) {
  #online-booking .form-section .form-fields {
    padding: 1.5rem 0.8rem;
  }
}
#online-booking .form-section .form-fields textarea {
  width: 100%;
  padding: 1rem;
}
#online-booking .form-section .form-fields p {
  margin: 0.5rem;
  max-width: 520px;
  text-wrap-style: pretty;
}
#online-booking .form-section .form-fields .btn-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
#online-booking .form-section .form-instructions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  width: 100%;
  height: 300px;
  gap: 1rem;
  background-color: #001426;
  padding: 1rem;
  color: white;
  text-align: center;
}
#online-booking .form-section .form-instructions p {
  margin: 0;
  max-width: 520px;
  text-wrap-style: pretty;
}
@media (min-width: 1024px) {
  #online-booking .form-section .form-instructions {
    padding: 2rem;
    height: 200px;
  }
}
#online-booking .form-section .form-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
#online-booking .form-section .form-row label {
  font-size: 1.1rem;
}
#online-booking .form-section .form-row #id_description {
  width: 100%;
  max-width: 100%;
}
#online-booking .form-section .form-row #id_description:focus {
  outline: none;
}
#online-booking .card {
  display: none;
}
#online-booking .show {
  display: flex;
}

.progress-dots {
  display: flex;
  flex-direction: row;
  padding: 1rem;
  align-items: center;
}
.progress-dots .step-dot {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #001426;
  color: #001426;
  z-index: 2;
}
@media screen and (max-width: 376px) {
  .progress-dots .step-dot {
    width: 35px;
    height: 35px;
  }
}
.progress-dots .active {
  color: black;
  border: 2px solid black;
}
.progress-dots .stepper-line {
  flex: 1;
  height: 2px;
  width: 50px;
  background-color: #001426;
  z-index: 1;
}
@media (max-width: 403px) {
  .progress-dots .stepper-line {
    width: 20px;
  }
}
@media (min-width: 404px) and (max-width: 640px) {
  .progress-dots .stepper-line {
    width: 30px;
  }
}
.progress-dots .step-completed {
  background-color: #001426;
  color: white;
}

.checkbox-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 1.3rem;
  grid-row-gap: 1rem;
  width: 99%;
  padding: 1rem;
  justify-self: center;
  align-self: center;
}
@media screen and (max-width: 376px) {
  .checkbox-group {
    display: flex;
    flex-direction: column;
  }
}
.checkbox-group .checkbox-item {
  display: flex;
  flex-direction: row;
  justify-content: left;
  gap: 1rem;
  align-items: center;
}
.checkbox-group .checkbox-item input[type=checkbox] {
  accent-color: #3498db;
  transform: scale(2.3);
  padding: 0;
  margin: 0 0 0 0.5rem;
}
@media (max-width: 403px) {
  .checkbox-group .checkbox-item input[type=checkbox] {
    transform: scale(2.4);
  }
}

#calendar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 25px;
  width: 381px;
  height: 393px;
  padding: 1rem;
  border: 1px solid #cfcfcf;
}
@media (min-width: 404px) and (max-width: 640px) {
  #calendar {
    width: 335px;
    height: 383px;
    padding: 0.3rem;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #cfcfcf;
  }
}
@media (max-width: 403px) {
  #calendar {
    width: 90%;
    height: 363px;
    padding: 0.3rem;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #cfcfcf;
  }
}
#calendar #month-year {
  text-align: center;
}
#calendar .calendar-header {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
}
@media (max-width: 403px) {
  #calendar .calendar-header {
    font-size: 20px;
    justify-content: center;
  }
}
#calendar .calendar-body {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 376px) {
  #calendar .calendar-body {
    font-size: 14px;
  }
}
#calendar .calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
#calendar .calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.3rem;
}
#calendar .calendar-dates .cal-day {
  padding: 0.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #cfcfcf;
}
#calendar .calendar-dates .current-date {
  border: 2px solid #000000 !important;
}
#calendar .calendar-dates .fully-booked {
  opacity: 0.5;
  cursor: pointer;
  background-color: #ffacac;
  border: none;
}
#calendar .calendar-dates .half-booked {
  cursor: pointer;
  color: black;
  border: none;
  background: linear-gradient(135deg, #ffacac 50%, transparent 50%);
}
#calendar .calendar-dates .disabled {
  opacity: 0.5;
  background-color: #cfcfcf !important;
  border: none;
  background-image: none !important;
}
#calendar .calendar-dates .active {
  background: #0033aa !important;
  color: #fff !important;
  opacity: 1 !important;
}
#calendar #prev-month,
#calendar #next-month {
  border: none;
  background-color: transparent;
}

.custom-time-btns {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 1rem;
}
.custom-time-btns .time-btn {
  border: none;
  border-radius: 20px;
  font-size: 16px;
  outline: none;
  cursor: pointer;
  margin: 0;
  width: 200px;
  padding: 12px 0;
  margin: 0 20px;
}
.custom-time-btns .time-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
  background-color: #cfcfcf;
}
.custom-time-btns .active {
  background-color: #0033aa;
  color: #fff;
}

.custom-tooltip {
  position: absolute;
  right: -5px;
  top: -25px;
  background: transparent;
  border: none;
  color: #526bf4;
  padding: 0;
}

.tooltip-inner {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  padding: 10px 14px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.loading-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; /* full viewport height */
  background: rgba(238, 238, 238, 0.5); /* semi-transparent dark overlay */
  display: flex; /* center content */
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

.loading-overlay.hidden {
  display: none;
  opacity: 0;
  pointer-events: none;
}

#confirmation-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  #confirmation-page {
    padding: 3rem;
  }
}
#confirmation-page p {
  margin: 0;
  max-width: 640px;
}
#confirmation-page .confirmation-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: white;
  padding: 2rem;
  border-radius: 20px;
  text-align: left;
  margin: 0;
  box-shadow: -32px 4px 16px -4px hsla(240, 40%, 25%, 0.05), 32px 4px 16px -4px hsla(240, 40%, 25%, 0.05), 0 8px 12px hsla(240, 40%, 25%, 0.06), 0 12px 32px hsla(240, 40%, 25%, 0.06);
}

#confirmation-page.hidden {
  display: none;
}

.disclamer {
  font-size: 0.8rem;
  color: grey;
  margin: 0;
}

.radio-group {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 0.5rem;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 404px) and (max-width: 640px) {
  .radio-group {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 403px) {
  .radio-group {
    display: flex;
    flex-direction: column;
  }
}
.radio-group p {
  margin: 0 !important;
  padding: 0;
}

.radio-list {
  display: flex;
  gap: 1rem;
}
@media (max-width: 403px) {
  .radio-list {
    gap: 0.6rem;
  }
}

.radio-list label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  padding: 12px 20px 12px 55px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s ease;
}

/* Hide native radio */
.radio-list input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* outer ring */
.radio-list label::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border: 2px solid #0033aa;
  border-radius: 50%;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* inner dot */
.radio-list label::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background: #0033aa;
  border-radius: 50%;
  left: 25px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  opacity: 0;
  transition: 0.3s ease;
}

/* active (checked) state */
.radio-list input[type=radio]:checked + span {
  font-weight: 600;
}

.radio-list label:has(input[type=radio]:checked) {
  border-color: #524eee;
}

.radio-list label:has(input[type=radio]:checked)::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.hp-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.error-screen {
  display: block;
  padding: 2rem;
}
.error-screen h2 {
  font-size: 3rem;
}

#error-page.hidden {
  display: none;
}

/* FAQ's Section*/
.faqs-section {
  padding: 2rem 1.5rem 2rem 1.5rem;
  margin: 3rem 0 3rem 0;
  background-color: white;
  text-wrap: balance;
}
.faqs-section h3 {
  margin: 1rem 0 1rem 0;
  font-weight: 700;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
}
.faqs-section .faq-list {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media (max-width: 403px) {
  .faqs-section .faq-list {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 403px) {
  .faqs-section {
    padding: 1rem;
  }
}

.booking-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 450px;
  background-color: white;
  padding: 2rem;
  border-radius: 20px;
  text-align: left;
  margin: 0;
  box-shadow: -32px 4px 16px -4px hsla(240, 40%, 25%, 0.05), 32px 4px 16px -4px hsla(240, 40%, 25%, 0.05), 0 8px 12px hsla(240, 40%, 25%, 0.06), 0 12px 32px hsla(240, 40%, 25%, 0.06);
}
.booking-sidebar p {
  margin: 0;
  text-wrap-style: pretty;
}

.nobr {
  white-space: nowrap;
}

/*
.recaptcha-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 99%;

  .g-recaptcha {
    margin-top: 1rem;

    @include xs {
      transform: scale(0.75);
      transform-origin: 0 0;
    }

    @include sm {
      transform: scale(0.85);
      transform-origin: 0 0;
    }

    @include md {
      transform: scale(0.95);
      transform-origin: 0 0;
    }
  }
}
*/

/*# sourceMappingURL=schedule-service.css.map */
