/* =============================================
   PAGE : VISITER
   ============================================= */

/* Immersion section background */
body.page-visiter .immersion {
  background: #f7f5ef;
}

/* About panel card layout */
body.page-visiter .about-panel.et_pb_row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 20px 48px rgba(45, 74, 62, 0.13) !important;
  padding: 0 !important;
  width: min(1180px, calc(100% - 44px)) !important;
  max-width: 100% !important;
}

body.page-visiter .about-panel.et_pb_row::before,
body.page-visiter .about-panel.et_pb_row::after {
  display: none !important;
}

body.page-visiter .about-panel.et_pb_row .et_pb_column {
  width: 100% !important;
  margin: 0 !important;
}

body.page-visiter .about-panel__media .et_pb_image,
body.page-visiter .about-panel__media .et_pb_image_wrap {
  height: 100% !important;
  display: block !important;
}

body.page-visiter .about-panel__media img {
  width: 100% !important;
  height: 100% !important;
  min-height: 480px;
  object-fit: cover;
}

body.page-visiter .about-panel__content {
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

body.page-visiter .about-panel__content h3 {
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.1;
  color: #2D4A3E;
  margin-bottom: 0;
}

body.page-visiter .about-panel__content p {
  color: #6b4f3a;
  margin: 0;
}

/* Alert Box warning banner */
body.page-visiter .alert-box {
  max-width: 920px;
  margin: 0 auto 32px;
  border-radius: 8px;
  border-left: 5px solid #c97c5d;
  background: rgba(201, 124, 93, 0.08);
  padding: 20px 24px;
}

body.page-visiter .alert-inner {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

body.page-visiter .alert-icon {
  color: #c97c5d;
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

body.page-visiter .alert-content strong {
  display: block;
  font-size: 16px;
  color: #a85e42;
  margin-bottom: 4px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

body.page-visiter .alert-content p {
  margin: 0;
  font-size: 14px;
  color: #6b4f3a;
  line-height: 1.5;
}

/* Booking widgets */
body.page-visiter .booking {
  background: #faeee8;
}

body.page-visiter .booking__heading {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
  text-align: center;
}

body.page-visiter .booking__heading h2 {
  color: #2D4A3E;
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.02;
}

body.page-visiter .booking__heading p:not(.eyebrow) {
  color: #6b4f3a;
}

body.page-visiter .booking-widget {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  width: min(920px, 100%);
  min-height: 420px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(45, 74, 62, 0.16);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(45, 74, 62, 0.13);
}

body.page-visiter .booking-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px;
  color: #fff;
  background: #2D4A3E;
}

body.page-visiter .booking-step {
  position: relative;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  padding: 10px 34px 10px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
}

body.page-visiter .booking-step::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

body.page-visiter .booking-step--active {
  background: rgba(255, 255, 255, 0.12);
}

body.page-visiter .booking-step--active::after {
  border-color: #c97c5d;
  box-shadow: inset 0 0 0 4px #2D4A3E;
  background: #c97c5d;
}

body.page-visiter .booking-step i {
  margin-top: 2px;
  font-size: 15px;
}

body.page-visiter .booking-step strong,
body.page-visiter .booking-step span,
body.page-visiter .booking-step small {
  display: block;
}

body.page-visiter .booking-step strong {
  margin-bottom: 5px;
  font-size: 13px;
}

body.page-visiter .booking-step span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 700;
}

body.page-visiter .booking-step small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}

body.page-visiter .booking-sidebar__contact {
  display: grid;
  gap: 6px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
}

body.page-visiter .booking-sidebar__contact span {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

body.page-visiter .booking-sidebar__contact a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration: none;
}

body.page-visiter .booking-form {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
}

body.page-visiter .booking-form__top {
  padding: 18px 30px;
  border-bottom: 1px solid rgba(45, 74, 62, 0.15);
}

body.page-visiter .booking-form__top h3 {
  margin: 0;
  color: #2D4A3E;
  font-size: 20px;
}

body.page-visiter .booking-form__body {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 26px 30px;
}

body.page-visiter .booking-field {
  display: grid;
  gap: 8px;
}

body.page-visiter .booking-field--split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.page-visiter .booking-field--split > div {
  display: grid;
  gap: 8px;
}

body.page-visiter .booking-field label {
  color: #2D4A3E;
  font-size: 14px;
  font-weight: 700;
}

body.page-visiter .required-mark {
  color: #bf2f2f;
}

body.page-visiter .booking-field input,
body.page-visiter .booking-field select,
body.page-visiter .booking-field textarea {
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid rgba(45, 74, 62, 0.22);
  border-radius: 7px;
  color: #2D4A3E;
  background: #fff;
  font: inherit;
  box-shadow: 0 6px 14px rgba(45, 74, 62, 0.06);
}

body.page-visiter .booking-field textarea {
  resize: vertical;
}

body.page-visiter .booking-field input:focus,
body.page-visiter .booking-field select:focus,
body.page-visiter .booking-field textarea:focus {
  border-color: #2D4A3E;
  outline: 2px solid rgba(45, 74, 62, 0.18);
}

body.page-visiter .booking-form__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 14px 30px;
  border-top: 1px solid rgba(45, 74, 62, 0.15);
  background: #fbfbfa;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 900px) {
  body.page-visiter .booking-widget {
    grid-template-columns: 1fr;
  }
  body.page-visiter .booking-sidebar {
    display: none;
  }
  body.page-visiter .about-panel.et_pb_row {
    grid-template-columns: 1fr !important;
  }
}
