/* ============================================
   Footer CTA - Book a Tour
   ============================================
   Blue background CTA with booking form
   ============================================ */
.footer-cta-book-tour {
  padding: 40px 0;
  background-image: url("../../images/play-room-section.webp");
  background-repeat: repeat;
  background-size: 567px 378.25px;
  background-position: top left;
  position: relative;
}
@media (min-width: 768px) {
  .footer-cta-book-tour {
    padding: 0;
  }
}

/* ============================================
   Container & Wrapper
   ============================================ */
.footer-cta-book-tour__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer-cta-book-tour__wrapper {
    flex-direction: column;
    gap: 40px;
    padding: 40px 0;
  }
}

/* ============================================
   Left Content Column
   ============================================ */
.footer-cta-book-tour__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
  /* Stretch to match the tallest column so mascots can sit at the true bottom */
  align-self: stretch;
  /* Remove bottom padding so the mascots can be flush with the section bottom */
  padding: 40px 0 0;
}
@media (max-width: 1024px) {
  .footer-cta-book-tour__content {
    padding: 0;
    width: 100%;
  }
}

.footer-cta-book-tour__headline-box {
  background-color: #372002;
  border-radius: 8px;
  padding: 8px 24px 16px;
  display: inline-flex;
}

.footer-cta-book-tour__heading {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer-cta-book-tour__heading {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .footer-cta-book-tour__heading {
    font-size: 28px;
  }
}

.footer-cta-book-tour__description {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.54;
  text-align: center;
  max-width: 589px;
  margin: 0;
}
@media (max-width: 768px) {
  .footer-cta-book-tour__description {
    font-size: 22px;
    line-height: 1.45;
  }
}
@media (max-width: 480px) {
  .footer-cta-book-tour__description {
    font-size: 18px;
    line-height: 1.5;
  }
}

.footer-cta-book-tour__mascots {
  width: 420px;
  max-width: 100%;
  height: auto;
  overflow: visible;
}
.footer-cta-book-tour__mascots img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .footer-cta-book-tour__mascots {
    display: none;
  }
}

/* ============================================
   Right Form Column
   ============================================ */
.footer-cta-book-tour__form {
  width: 517px;
  flex-shrink: 0;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .footer-cta-book-tour__form {
    width: 100%;
    max-width: 517px;
    padding: 0;
  }
}

.footer-cta-book-tour__form-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px 32px;
  box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.24);
}
@media (max-width: 480px) {
  .footer-cta-book-tour__form-card {
    padding: 20px 24px;
  }
}

.footer-cta-book-tour__form-title {
  color: #222222;
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin: 0 0 24px 0;
}
@media (max-width: 480px) {
  .footer-cta-book-tour__form-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.footer-cta-book-tour__form-fallback {
  color: #777777;
  text-align: center;
  padding: 20px;
  background: #f6f6f6;
  border-radius: 4px;
}

/* ============================================
   Gravity Forms Styling (reuse from hero-banner-tour)
   ============================================ */
.footer-cta-book-tour__form-card .gform_wrapper {
  margin: 0;
}
.footer-cta-book-tour__form-card .gform_wrapper .gform_heading {
  display: none;
}
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .gfield {
  margin-bottom: 16px;
}
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .gfield:last-of-type {
  margin-bottom: 24px;
}
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .gfield_label {
  color: #222222;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1;
}
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .gfield_label .gfield_required {
  color: #ff9b3d;
  font-size: 12px;
  margin-left: 4px;
}
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .name_first,
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .name_last {
  display: inline-block;
  width: calc(50% - 8px);
}
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .name_first.name_first,
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .name_last.name_first {
  margin-right: 16px;
}
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container input[type=text],
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container input[type=email],
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container input[type=tel],
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container input[type=date],
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container select {
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  background-color: #f6f6f6;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #222222;
  transition: border-color 0.2s ease;
}
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container input[type=text]::-moz-placeholder, .footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container input[type=email]::-moz-placeholder, .footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container input[type=tel]::-moz-placeholder, .footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container input[type=date]::-moz-placeholder, .footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container select::-moz-placeholder {
  color: #777777;
  font-weight: 400;
}
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container input[type=text]::placeholder,
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container input[type=email]::placeholder,
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container input[type=tel]::placeholder,
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container input[type=date]::placeholder,
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container select::placeholder {
  color: #777777;
  font-weight: 400;
}
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container input[type=text]:focus,
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container input[type=email]:focus,
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container input[type=tel]:focus,
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container input[type=date]:focus,
.footer-cta-book-tour__form-card .gform_wrapper .gform_body .ginput_container select:focus {
  outline: none;
  border-color: #ff9b3d;
}
.footer-cta-book-tour__form-card .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
.footer-cta-book-tour__form-card .gform_wrapper .gform_footer .gform_button {
  width: 100%;
  height: 60px;
  background-color: #ff9b3d;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  padding: 10px 16px;
}
.footer-cta-book-tour__form-card .gform_wrapper .gform_footer .gform_button:hover {
  background-color: #f08a1f;
}
.footer-cta-book-tour__form-card .gform_wrapper .gform_footer .gform_button:active {
  background-color: #e67d0f;
}
.footer-cta-book-tour__form-card .gform_wrapper .gfield_error .gfield_label {
  color: #d32f2f;
}
.footer-cta-book-tour__form-card .gform_wrapper .gfield_error input,
.footer-cta-book-tour__form-card .gform_wrapper .gfield_error select {
  border-color: #d32f2f;
}
.footer-cta-book-tour__form-card .gform_wrapper .validation_message {
  color: #d32f2f;
  font-size: 14px;
  margin-top: 8px;
}