.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.72) !important; }
  .modal-backdrop.show {
    opacity: 1 !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px); }

.booking-modal-dialog {
  max-width: 1200px;
  width: 95%; }
  @media (max-width: 1440px) {
    .booking-modal-dialog {
      max-width: 1080px; } }
  @media (max-width: 1199px) {
    .booking-modal-dialog {
      max-width: 900px; } }
  @media (max-width: 991px) {
    .booking-modal-dialog {
      max-width: 820px; } }
  @media (max-width: 767px) {
    .booking-modal-dialog {
      max-width: calc(100% - 24px);
      width: calc(100% - 24px);
      margin: 0.75rem auto; } }

.booking-modal-content {
  display: flex;
  flex-direction: row;
  border: none;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #2c2112 0%, #140d06 100%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(232, 192, 104, 0.12);
  padding: 26px 26px 20px; }
  @media (max-width: 767px) {
    .booking-modal-content {
      flex-direction: column;
      border-radius: 14px;
      padding: 10px 14px 14px; } }
  @media (max-width: 579px) {
    .booking-modal-content {
      padding: 8px 10px 12px; } }

.booking-modal-left {
  width: 42%;
  flex-shrink: 0;
  padding: 28px 16px 24px 28px;
  display: flex;
  flex-direction: column; }
  @media (max-width: 991px) {
    .booking-modal-left {
      width: 40%;
      padding: 20px 12px 18px 20px; } }
  @media (max-width: 767px) {
    .booking-modal-left {
      width: 100%;
      padding: 18px 14px 12px; } }
  @media (max-width: 579px) {
    .booking-modal-left {
      padding: 14px 10px 10px; } }

.booking-left-text {
  flex-shrink: 0;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .booking-left-text {
      margin-bottom: 10px; } }

.booking-left-title {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #d4a64a;
  line-height: 1.3;
  margin: 0 0 5px; }
  @media (max-width: 1199px) {
    .booking-left-title {
      font-size: 20px; } }
  @media (max-width: 991px) {
    .booking-left-title {
      font-size: 17px; } }
  @media (max-width: 767px) {
    .booking-left-title {
      font-size: 16px; } }
  @media (max-width: 579px) {
    .booking-left-title {
      font-size: 15px; } }

.booking-left-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  margin: 0; }
  @media (max-width: 991px) {
    .booking-left-subtitle {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .booking-left-subtitle {
      font-size: 14px; } }

.booking-img-box {
  flex: 1;
  border-radius: 14px;
  overflow: hidden;
  min-height: 200px; }
  @media (max-width: 991px) {
    .booking-img-box {
      min-height: 180px; } }
  @media (max-width: 767px) {
    .booking-img-box {
      height: 180px;
      flex: none;
      min-height: unset;
      display: none; } }
  @media (max-width: 450px) {
    .booking-img-box {
      height: 150px; } }
  @media (max-width: 320px) {
    .booking-img-box {
      height: 130px; } }

.booking-left-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block; }

.booking-modal-right {
  flex: 1;
  padding: 24px 26px 26px;
  position: relative;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1199px) {
    .booking-modal-right {
      padding: 22px 20px 24px; } }
  @media (max-width: 991px) {
    .booking-modal-right {
      padding: 20px 18px 22px; } }
  @media (max-width: 767px) {
    .booking-modal-right {
      padding: 16px 16px 20px; } }
  @media (max-width: 579px) {
    .booking-modal-right {
      padding: 14px 12px 16px; } }

.booking-close-btn {
  position: absolute;
  top: -16px;
  right: -9px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  transition: all 0.3s ease-in-out; }
  .booking-close-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(232, 192, 104, 0.28); }
  .booking-close-btn svg path {
    stroke: rgba(255, 255, 255, 0.42); }
  @media (max-width: 767px) {
    .booking-close-btn {
      top: -84px;
      right: -1px; } }

.booking-steps-wrap {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .booking-steps-wrap {
      margin-bottom: 14px; } }

.booking-steps {
  display: flex;
  align-items: center; }

.booking-step .step-bubble {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(232, 192, 104, 0.25);
  color: rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
  letter-spacing: 0.01em;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 579px) {
    .booking-step .step-bubble {
      width: 24px;
      height: 24px;
      font-size: 11px; } }
.booking-step.active .step-bubble {
  background: linear-gradient(135deg, #e8c068 0%, #b88736 100%);
  border-color: transparent;
  color: #120e06;
  box-shadow: 0 0 12px rgba(232, 192, 104, 0.5); }

.step-connector {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 4px; }
  .step-connector.active {
    background: linear-gradient(90deg, rgba(212, 166, 74, 0.7) 0%, rgba(212, 166, 74, 0.15) 100%); }

.booking-step-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 6px; }
  .booking-step-labels span {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.02em; }
    @media (max-width: 579px) {
      .booking-step-labels span {
        font-size: 10px; } }
  .booking-step-labels span:first-child {
    color: rgba(212, 166, 74, 0.85);
    font-weight: 600; }

.booking-form {
  flex: 1;
  display: flex;
  flex-direction: column; }

.booking-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 22px;
  flex: 1;
  align-content: start;
  margin-top: 25px; }
  @media (max-width: 767px) {
    .booking-fields {
      margin-top: 14px;
      column-gap: 16px; } }
  @media (max-width: 579px) {
    .booking-fields {
      grid-template-columns: 1fr;
      column-gap: 0;
      margin-top: 10px; } }

.booking-field-group {
  position: relative;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .booking-field-group {
      padding-bottom: 22px; } }
  @media (max-width: 579px) {
    .booking-field-group {
      padding-bottom: 18px; } }
  .booking-field-group.booking-select-wrap .select-caret {
    position: absolute;
    right: 4px;
    bottom: 39px;
    color: rgba(255, 255, 255, 0.28);
    font-size: 10px;
    pointer-events: none;
    line-height: 1; }
    @media (max-width: 767px) {
      .booking-field-group.booking-select-wrap .select-caret {
        bottom: 29px; } }
    @media (max-width: 579px) {
      .booking-field-group.booking-select-wrap .select-caret {
        bottom: 25px; } }

.booking-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(232, 192, 104, 0.14);
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 7px 0;
  outline: none;
  transition: border-color 0.3s ease-in-out; }
  .booking-input::placeholder {
    color: rgba(255, 255, 255, 0.28);
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400; }
  .booking-input:focus {
    border-bottom-color: rgba(232, 192, 104, 0.42); }
  .booking-input.booking-select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 18px;
    color: rgba(255, 255, 255, 0.28); }
    .booking-input.booking-select option {
      background: #1c1208;
      color: #FFFFFF; }

.booking-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 6px;
  margin-top: auto; }
  @media (max-width: 767px) {
    .booking-actions {
      justify-content: center;
      gap: 10px; } }
  @media (max-width: 450px) {
    .booking-actions {
      gap: 8px; } }

.booking-btn-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 26px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 450px) {
    .booking-btn-reset {
      padding: 0 20px;
      height: 40px;
      font-size: 11px; } }
  .booking-btn-reset:hover {
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-1px); }
  .booking-btn-reset:active {
    transform: translateY(0); }

.booking-btn-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 36px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #110d09;
  background: linear-gradient(101.54deg, #e8c068 0%, #b88736 100%);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: 0.04em;
  white-space: nowrap;
  box-shadow: 0 5px 18px rgba(184, 135, 54, 0.45);
  transition: all 0.3s ease-in-out; }
  @media (max-width: 450px) {
    .booking-btn-next {
      padding: 0 28px;
      height: 40px;
      font-size: 11px; } }
  .booking-btn-next:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(184, 135, 54, 0.6);
    color: #110d09; }
  .booking-btn-next:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(184, 135, 54, 0.4); }

body.modal-open {
  overflow: hidden !important;
  padding-right: 0 !important; }

html:has(body.modal-open) {
  overflow: hidden !important; }

#bookingModal .modal-dialog {
  transition: transform 0.36s cubic-bezier(0.34, 1.08, 0.64, 1), opacity 0.28s ease;
  transform: scale(0.94) translateY(18px);
  opacity: 0; }
#bookingModal.show .modal-dialog {
  transform: scale(1) translateY(0);
  opacity: 1; }
@media (max-width: 767px) {
  #bookingModal {
    overflow-y: auto; } }

/* ── Step content panels ──────────────────────────────────────────────────── */

.gz-step-content {
  display: flex;
  flex-direction: column;
  flex: 1; }
  .gz-step-content[hidden] {
    display: none; }

/* ── Step 2: Processing ───────────────────────────────────────────────────── */

.gz-processing {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px; }

@keyframes gz-spin {
  to { transform: rotate(360deg); } }

.gz-booking-spinner {
  width: 48px;
  height: 48px;
  border: 3px solid rgba(232, 192, 104, 0.18);
  border-top-color: #e8c068;
  border-radius: 50%;
  animation: gz-spin 0.8s linear infinite; }

.gz-processing-text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin: 0; }

/* ── Step 3: Calendly wrap ────────────────────────────────────────────────── */

.gz-calendly-wrap {
  flex: 1;
  overflow: hidden;
  border-radius: 8px; }
  .gz-calendly-wrap[hidden] {
    display: none; }
  .gz-calendly-wrap iframe {
    display: block;
    border: none; }

/* ── Step 3: Success state ────────────────────────────────────────────────── */

.gz-booking-success {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px 20px;
  gap: 14px; }
  .gz-booking-success[hidden] {
    display: none; }

.gz-success-check {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8c068 0%, #b88736 100%);
  box-shadow: 0 0 24px rgba(232, 192, 104, 0.4);
  position: relative;
  flex-shrink: 0; }
  .gz-success-check::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 24px;
    border: 3px solid #120e06;
    border-top: none;
    border-left: none;
    transform: translate(-50%, -58%) rotate(45deg); }

.gz-success-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #d4a64a;
  margin: 0; }
  @media (max-width: 579px) {
    .gz-success-title {
      font-size: 17px; } }

.gz-success-text {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  max-width: 320px;
  margin: 0; }

/* ── Field-level inline validation ───────────────────────────────────────── */

.booking-input.is-invalid {
  border-bottom-color: #f87171; }

.booking-field-error {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #f87171;
  margin-top: 3px;
  line-height: 1.3; }
  .booking-field-error[hidden] {
    display: none; }

/* ── Error message ────────────────────────────────────────────────────────── */

.gz-modal-error {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #f87171;
  margin: 0 0 8px;
  padding: 6px 10px;
  background: rgba(248, 113, 113, 0.08);
  border-radius: 6px;
  border: 1px solid rgba(248, 113, 113, 0.2); }
  .gz-modal-error[hidden] {
    display: none; }

/*# sourceMappingURL=booking-modal.css.map */
