.elementor-21962 .elementor-element.elementor-element-8243409{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6c77250 *//* ===== NIHAPA SAFARI BOOKING PAGE ===== */

.booking-container {
  max-width: 900px;
  margin: 60px auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  color: #111;
}

/* TITLE */
.booking-container h2 {
  font-size: 30px;
  margin-bottom: 22px;
  color: #111;
  font-weight: 700;
  letter-spacing: -0.3px;
}

/* SUMMARY BOX */
.booking-summary {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 25px;
  border-left: 5px solid #79aaae;
}

.booking-summary p {
  margin: 8px 0;
  font-size: 15px;
  line-height: 1.5;
}

/* HIGHLIGHTED VALUES */
#experienceText,
#dateText,
#groupText {
  color: #79aaae;
  font-weight: 700;
}

/* FORM BOX */
.booking-form {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

/* INPUT FIELDS */
.booking-form input,
.booking-form textarea,
.booking-form select {
  width: 100%;
  padding: 12px 14px;
  margin: 8px 0 16px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  transition: all 0.2s ease;
}

/* FOCUS STATE */
.booking-form input:focus,
.booking-form textarea:focus,
.booking-form select:focus {
  border-color: #79aaae;
  box-shadow: 0 0 0 3px rgba(255,71,88,0.1);
}

/* SUBMIT BUTTON */
.booking-form input[type="submit"] {
  background: #79aaae;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s ease;
  width: 100%;
}

.booking-form input[type="submit"]:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

/* SUCCESS MESSAGE */
.wpcf7-response-output {
  border: none !important;
  background: #e8fff1;
  color: #2d7a4b;
  padding: 12px;
  border-radius: 8px;
  margin-top: 15px;
  font-size: 14px;
}

/* ERROR MESSAGE */
.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #e63946;
  margin-top: -10px;
  margin-bottom: 10px;
}

/* MOBILE */
@media(max-width:768px){
  .booking-container {
    margin: 30px 15px;
    padding: 10px;
  }

  .booking-container h2 {
    font-size: 22px;
  }

  .booking-form {
    padding: 18px;
  }
}/* End custom CSS */