body {
  font-family: "Montserrat", sans-serif;
}

button {
  font-family: inherit;
}

#button__scroll {
  cursor: pointer;
}

.booking-trigger,
.booking-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-color: transparent;
  outline: none;
}

.booking-trigger {
  cursor: pointer;
}

.header-btn .booking-trigger,
.service-below-btn .booking-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-tab .booking-trigger {
  width: auto;
}

.offcanvas-header .pannel_head img,
header .header-left > .logo img,
header .header-left .menu > .logo img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.location-card {
  text-align: center;
  margin-bottom: 32px;
}

.location-card img {
  margin: 12px auto 18px;
  display: block;
}

.custom-booking-panel {
  min-height: 420px;
  border: 1px solid #d9e3f2;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(22, 57, 109, 0.08), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  box-shadow: 0 24px 70px rgba(16, 37, 72, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 42px 28px;
}

.custom-booking-panel__logo img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  margin-bottom: 24px;
}

.custom-booking-panel__content {
  max-width: 560px;
}

.custom-booking-panel__content h3 {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #1c3356;
}

.custom-booking-panel__content p {
  margin-bottom: 24px;
  color: #5f7087;
  font-size: 16px;
}

.booking-modal {
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.45), transparent 34%),
    linear-gradient(180deg, #eff5ff 0%, #ffffff 100%);
  color: #173259;
  box-shadow: 0 32px 90px rgba(17, 36, 70, 0.2);
}

.booking-modal .modal-header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(23, 50, 89, 0.08);
  padding: 28px 30px 22px;
}

.booking-modal .modal-body {
  padding: 0 30px 30px;
}

.booking-modal .btn-close {
  margin-top: 4px;
  filter: none;
  opacity: 0.75;
}

.booking-modal__headline {
  max-width: 580px;
}

.booking-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(22, 57, 109, 0.08);
  color: #173259;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-modal .modal-title {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  color: #16396d;
}

.booking-modal__headline p {
  margin: 0;
  color: #60738e;
  font-size: 15px;
}

.booking-modal__intro {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 24px 0 26px;
  padding: 18px 20px;
  border: 1px solid #d6e4fa;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
}

.booking-modal__intro-badge {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #16396d 0%, #264f8d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(22, 57, 109, 0.18);
}

.booking-modal__intro-badge img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.booking-modal__intro h6 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #173259;
}

.booking-modal__intro p {
  margin: 0;
  color: #60738e;
  font-size: 14px;
}

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

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group--full {
  grid-column: 1 / -1;
}

.booking-modal label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #173259;
}

.booking-modal input,
.booking-modal select,
.booking-modal textarea {
  width: 100%;
  border: 1px solid #d3deef;
  border-radius: 16px;
  background: #ffffff;
  color: #173259;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.booking-modal input::placeholder,
.booking-modal textarea::placeholder {
  color: #8a98ab;
}

.booking-modal input:focus,
.booking-modal select:focus,
.booking-modal textarea:focus {
  border-color: #4a81cf;
  box-shadow: 0 0 0 4px rgba(74, 129, 207, 0.14);
}

.booking-modal option {
  color: #173259;
}

.form-group.is-invalid input,
.form-group.is-invalid select,
.form-group.is-invalid textarea,
.booking-modal input.is-invalid,
.booking-modal select.is-invalid,
.booking-modal textarea.is-invalid {
  border-color: #d9495f;
  box-shadow: 0 0 0 4px rgba(217, 73, 95, 0.12);
}

.field-error {
  display: block;
  min-height: 18px;
  margin-top: 7px;
  color: #c63a50;
  font-size: 12px;
  font-weight: 600;
}

.booking-submit {
  width: 100%;
  margin-top: 22px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #25d366 0%, #18ad52 100%);
  color: #ffffff;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 18px 30px rgba(37, 211, 102, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.booking-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(37, 211, 102, 0.3);
  filter: brightness(1.02);
}

.booking-submit:active {
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .booking-modal .modal-title {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .custom-booking-panel {
    min-height: auto;
    padding: 30px 20px;
    border-radius: 22px;
  }

  .custom-booking-panel__logo img {
    width: 72px;
    height: 72px;
  }

  .custom-booking-panel__content h3 {
    font-size: 24px;
  }

  .booking-modal .modal-header,
  .booking-modal .modal-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .booking-modal .modal-header {
    padding-top: 22px;
    padding-bottom: 18px;
  }

  .booking-modal .modal-body {
    padding-bottom: 22px;
  }

  .booking-modal__intro {
    align-items: flex-start;
    gap: 14px;
    margin: 18px 0 20px;
    padding: 16px;
  }

  .booking-modal__intro-badge {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    border-radius: 16px;
  }

  .booking-modal__intro-badge img {
    width: 28px;
    height: 28px;
  }

  .booking-modal .modal-title {
    font-size: 24px;
  }

  .offcanvas-header .pannel_head img,
  header .header-left > .logo img,
  header .header-left .menu > .logo img {
    width: 48px;
    height: 48px;
  }
}
