/* ================================
   IJE BOOKING BOX BOOST
   Brand Colors:
   Blue: #042C91
   Gold: #F8AC18
   Dark: #212529
================================ */

/* Main Card Elevation */
#bookingBox .bg-white {
  border-radius: 16px !important;
  padding-bottom: 24px !important;
  box-shadow: 0 12px 30px rgba(4, 44, 145, 0.08);
  border: 1px solid rgba(4, 44, 145, 0.08);
}

/* PRICE AREA -------------------------------- */

.single-pricing {
  line-height: 1;
}

.single-pricing .fs-6 {
  font-weight: 600;
  color: #6c757d;
}

.single-pricing .fs-4 {
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #042C91 !important;
}

.ije-price-default .amount {
  font-weight: 800;
}

#bookingBox a[data-bs-target="#pricingModal"] {
  color: #042C91;
  font-weight: 500;
}

#bookingBox a[data-bs-target="#pricingModal"]:hover {
  color: #F8AC18;
}

/* INPUTS -------------------------------- */

#bookingBox .form-select,
#bookingBox .wcpa_field,
#bookingBox .picker__input,
#bookingBox select {
  border-radius: 12px !important;
/*  padding: 10px 14px !important; */
  border: 1px solid #dee2e6 !important;
  transition: all 0.2s ease;
  font-weight: 500;
}

#bookingBox .form-select:focus,
#bookingBox .wcpa_field:focus,
#bookingBox .picker__input:focus,
#bookingBox select:focus {
  border-color: #042C91 !important;
  box-shadow: 0 0 0 3px rgba(4,44,145,0.15) !important;
}

/* Make date field look interactive */
#bookingBox .picker__input {
  cursor: pointer;
  background-color: #f8f9fa;
}

/* SECTION SPACING -------------------------------- */

#bookingBox .tour-tble,
#bookingBox .variations,
#bookingBox .tour-wrapper,
#bookingBox .pickup-time-field,
#bookingBox .wcpa_wrap {
  margin-bottom: 8px;
}

/* AVAILABILITY BADGE -------------------------------- */

.woocommerce-variation-availability .stock.in-stock {
  display: inline-block;
  background: #e8f5e9;
  color: #2e7d32;
  padding: 6px 14px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  margin-top: 10px;
}

/* TRAVELLER BOX STYLE -------------------------------- */

.tour-box {
  background: #f8f9fa;
  padding: 5px;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}

/* TOTAL AREA -------------------------------- */

#dws-live-total {
  background: #f8f9fa;
  border: 2px solid #042C91;
  border-radius: 14px;
  padding: 16px;
  margin-top: 10px;
}

#dws-live-total .dws-total {
  font-size: 1.4rem;
  color: #042C91;
  font-weight: 800;
}

#dws-live-total .dws-deposit {
  color: #F8AC18;
  font-weight: 700;
}

/* BOOK BUTTON -------------------------------- */

.single_add_to_cart_button.ije-btn {
  background-color: #042C91 !important;
  border: none !important;
  padding: 14px 20px !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  transition: all 0.25s ease;
  letter-spacing: 0.5px;
}

.single_add_to_cart_button.ije-btn:hover {
  background-color: #F8AC18 !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(248,172,24,0.3);
}

/* SUBTLE SEPARATORS -------------------------------- */

#bookingBox .mb-4 {
  border-bottom: 1px solid #f1f3f5;
  padding-bottom: 18px;
}

#bookingBox .mb-4:last-child {
  border-bottom: none;
}

/* MOBILE POLISH -------------------------------- */

@media (max-width: 768px) {

  #bookingBox {
    top: 80px !important;
  }

  .single-pricing .fs-4 {
    font-size: 1.8rem !important;
  }

  #dws-live-total .dws-total {
    font-size: 1.25rem;
  }

}



.ije-unit-wrapper {
    margin-top: 6px;
}

.ije-unit-link {
    font-size: 0.9rem;
    color: #042C91;
}

.ije-price-note {
    font-size: 0.8rem;
    color: #6c757d;
    line-height: 1.3;
}


/**Booking bar**/
/* Base */
.ije-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 -5px 20px rgba(0,0,0,0.06);
    padding: 10px 0;
    z-index: 1050;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Desktop Layout */
.ije-footer-left {
    display: flex;
    flex-direction: column;
}

.ije-footer-title {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.ije-footer-price strong {
    font-size: 1.1rem;
    color: #042C91;
}

.ije-footer-btn {
    font-weight: 600;
    padding: 10px 22px;
}

/* Mobile Optimization */
@media (max-width: 768px) {

    .ije-footer-bar {
        padding: 8px 0;
    }

    .ije-footer-title {
        display: none;
    }

    .ije-footer-price strong {
        font-size: 1rem;
    }

    .ije-footer-btn {
        padding: 8px 18px;
        font-size: 0.95rem;
    }

}

.grecaptcha-badge {
    display:none;
}