.booking-hero {
  padding: 88px 0 82px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(13, 40, 104, 0.96), rgba(23, 59, 143, 0.9)),
    url("../../assets/images/reception-wide.jpeg") center/cover no-repeat;
}

.booking-hero .eyebrow {
  color: #fff;
}

.booking-hero h1 {
  max-width: 760px;
  font-weight: 900;
}

.booking-hero p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.84);
}

.booking-section {
  background: var(--cmc-sky);
}

.booking-card,
.booking-note {
  background: #fff;
  border: 1px solid var(--cmc-border);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(20, 55, 112, 0.07);
}

.booking-card {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.booking-note {
  padding: 1.35rem;
}

.booking-form-icon {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--cmc-red);
  font-size: 1.35rem;
}

.booking-card .form-label {
  color: var(--cmc-blue-dark);
  font-weight: 800;
}

.booking-card .form-control,
.booking-card .form-select {
  min-height: 48px;
  border-color: var(--cmc-border);
  border-radius: 6px;
}

.booking-card textarea.form-control {
  min-height: 126px;
}

.booking-card .form-control:focus,
.booking-card .form-select:focus {
  border-color: var(--cmc-blue);
  box-shadow: 0 0 0 0.2rem rgba(23, 59, 143, 0.14);
}

@media (max-width: 575.98px) {
  .booking-hero {
    padding: 64px 0;
  }
}
