/*
 Theme Name:   hoangvo
 Theme URI:    https://example.com/hello-elementor-child/
 Description:  Child theme for Hello Elementor
 Author:       Vo Hoang
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hoangvo
*/

.book-page-wrapper {
  background-color: #0a1f2a;
  padding: 80px;
}

.book-page-wrapper h1 {
    font-family: 'Geologica', serif;
    font-weight: 600;
    font-size: 64px;
    color: #fce6c8;
    margin-bottom: 64px;
}

.book-page-wrapper .seperator {
  display: block;
  width: 100%;
  height: auto;
  margin: 64px 0;
}
.custom-checkout-container {
  max-width: 1300px;
  margin: 0 auto;
}

.book-page-wrapper .tour-info-head {
  background-color: #fce6c8;
  align-items: stretch;
  border-radius: 32px;
  display: flex;
  overflow: hidden;
}
.tour-info-head .tour-image {
  width: 40%;
}
.tour-info-head .tour-details {
  width: 60%;
  padding: 32px;
}

.tour-featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.book-page-wrapper .tour-title {
  color: #a21a00;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.tour-booking-options .booking-field {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tour-booking-options .booking-field select,
.tour-booking-options .booking-field input[type="date"] {
  width: fit-content;
  padding: 3px;
  border: 0px solid transparent;
  border-radius: 6px;
  font-size: 16px;
  color: #414651;
  background-color: transparent;
  border-color: transparent !important;
  box-shadow: 0 0 5px 0 #c18f4587;
}
.booking-field {
  margin-bottom: 20px;
}

.field-label {
  display: block;
  color: #440c00;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.booking-field select,
.booking-field input[type="date"] {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #d5d7da;
  border-radius: 6px;
  font-size: 16px;
  color: #414651;
}

.weight-limit-container {
  display: flex;
  gap: 10px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #414651;
}

.checkbox-label input[type="checkbox"] {
  margin: 0;
  border: 1px solid #d5d7da;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}

.people-count-field {
}

.quantity-section {
  display: flex;
  gap: 4vw;
}

.quantity-item {
  text-align: center;
}

.quantity-item label {
  display: block;
  color: #440c00;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  position: relative;
}

.quantity-input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffedd9;
}

.qty-btn {
  background: #f5f5f5;
  border: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #a21a00;
}

.qty-btn:hover {
  background: #e0e0e0;
}

.booking-field .quantity-input input {
  border: none;
  height: 32px;
  text-align: center;
  font-size: 16px;
  color: #414651;
  background-color: #ffedd9;
  width: 32px;
  padding: 0;
  margin-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.booking-field .quantity-input button {
  background: #fff;
  border: 1px solid #d5d7da;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #d5d7da;
  padding: 0;
}
.tooltip {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #a21a00;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-left: 5px;
  cursor: help;
}

.tooltip-content {
  visibility: hidden;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  z-index: 1000;
}

.tooltip:hover .tooltip-content {
  visibility: visible;
}

.tour-total-container {
  margin-top: 25px;
}

.tour-total-bg {
  background-image: url("/wp-content/uploads/2025/07/Frame-73-1.png");
  background-size: cover;
  background-position: center;
  padding: 15px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.total-label {
  font-size: 16px;
  font-weight: 400;
}

.total-price {
  font-size: 24px;
  font-weight: 700;
}

.checkout.book-checkout-form {
  max-width: 1000px;
  margin: 0 auto;
}

.checkout-section {
  background: #fce6c8;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
}
.checkout-section .contact-form input {
  border: 1px solid #d5d7da;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px #0a0d120d;
}
.section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a21a00;
  font-size: 32px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: "Geologica", sans-serif;
}

.section-number {
  background: #a21a00;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 300;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.form-row.full-width {
  grid-template-columns: 1fr;
}

.form-field label {
  display: block;
  color: #414651;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  color: #414651;
}

.required {
  color: #a21a00;
}

.terms-agreement {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #f6d4a1;
}

.checkout-submit .book-tour-btn {
  background: #f28600;
  display: block;
  color: white;
  border: none;
  padding: 16px 48px;
  border-radius: 999px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  display: block;
  transition: all 0.3s ease;
  font-family: "Geologica", sans-serif;
}

.book-tour-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.book-tour-btn:not(:disabled):hover {
  background: #e67e00;
}

@media (max-width: 768px) {
    .book-page-wrapper h1 {
        font-size: 36px;
        margin-bottom: 24px;

    }
  .custom-checkout-container {
    padding: 40px 10px;
  }
  .tour-info-head {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .quantity-section {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
  .book-page-wrapper {
    padding: 40px 10px;
  }
  
  .book-page-wrapper h1 {
    font-size: 36px;
    margin-bottom: 24px;
  }
  
  .tour-info-head {
    flex-direction: column;
  }
  
  .tour-info-head .tour-image,
  .tour-info-head .tour-details {
    width: 100%;
  }
  
  .tour-info-head .tour-details {
    padding: 20px;
  }
  
  .tour-page-wrapper .seperator {
    margin: 40px 0;
  }
  
  .quantity-section {
    flex-direction: column;
    gap: 20px;
  }
  
  .section-title {
    font-size: 24px;
  }
  
  .section-number {
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
  
  .checkout-section {
    padding: 20px;
  }
  
  .form-row {
    gap: 16px;
  }
  
  .book-tour-btn {
    max-width: 100% !important;
  }
  
  .custom-checkout-container {
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .tour-title {
    font-size: 24px !important;
  }
  
  .total-price {
    font-size: 20px !important;
  }
}
