.faq-row .accordion-tabs-toggle.active{
  color: rgba(6,22,38,.8) !important;
}
.post-data.accommodation-details-and-pricing p{
  font-weight: 300;
}
.trip-price::after, .wpte-bf-offer-amount::after {
  content: "*";
/*  font-weight: bold;*/
  margin-left: -6px;
  font-size: 18px;
  vertical-align: super;
  color: #b4984b;
}
.text-muted.small.mt-2{
  display: none;
}

.trip-review-summary{
  display: none !important;
}
/* Base styles for menu */
#menu-menu-top-second {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-family: Arial, sans-serif;
}
#menu-menu-top-second < li.menu-item-object-custom {
  border-bottom: 0;
}
#menu-menu-top-second li {
/*  position: relative;*/
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

#menu-menu-top-second li a {
  color: #333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding-right: 25px; /* space for arrow */
}
/* Arrow styling - small rotated arrow */
#menu-menu-top-second li.menu-item-has-children .arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

/* When submenu is open, arrow rotates up */
#menu-menu-top-second li.menu-item-has-children.open .arrow {
  transform: rotate(-135deg);
}

/* Hide submenus by default */
#menu-menu-top-second ul.sub-menu {
  display: none;
  padding-left: 15px;
}

/* Show submenu when parent has 'open' class */
#menu-menu-top-second li.menu-item-has-children.open > ul.sub-menu {
  display: block;
}

.trip-pagination{
  display: none;
}

.ajax-pagination .page-link.active{
  background-color: #c9ad5f;
}

.family-rating{
  display: none !important;
}
.family-rating-custom{
  display: none !important;
}
.wpte-bf-offer-amount::after {
  content: "*";
  /* font-weight: bold; */
   margin-left: 2px; 
  font-size: 18px;
  vertical-align: super;
  color: #c8ab5f;
}

.wpte-modal__screen-overlay{
      z-index: 99999;
}
.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.selected{
  background-color: #fff !important;
    color: rgb(47 38 38 / 32%) !important;
    border: 1px solid #299;
}
.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday{
  color: #fff !important;
}
.wte-process-nav-list .wte-process-nav-item.active a, .wte-process-nav-list .wte-process-nav-item.active .wte-icon,
.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.today{
  color: #c9ad5f !important;
}
.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.flatpickr-disabled{
      color: rgb(47 38 38 / 32%) !important;
}
.wte-process-tab-controller .wte-process-btn-prev{
  color: #003541;
}
/* Hide the first one, assuming it's at the top */
/*.aib-button-toggle.toggle-button:first-of-type {
    display: none;
}*/
.wpte-booking-footer-text{
  display: none;
}
.wte-book-now.btn-loading{
  display: none !important;
}
.quick-btn-cl{
  display: none !important;
}
.card-btn-wrapper .quick-btn{
  display: none !important;
}
.wte-process-btn.wte-process-btn-next{
      background: #003541 !important;
    border: none;
    border-radius: 50px;
    padding: 15px 60px;
    font-size: 18px;
    /* font-weight: 600; */
    color: #fff;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}
.flatpickr-weekdays{
  background: #003541 !important;
    color: #fff !important;
}
.flatpickr-month{
  background: #eeeeee !important;
}
.wte-process-nav-list .wte-process-nav-item.active, .wte-process-nav-list .wte-process-nav-item.finish{
  border-bottom-color: #003541;
}
/* Selected date */
.dayContainer{
      background: #eeeeee !important;
    color: #fff !important;
    font-weight: 600;
}

/* Hover effect */
.dayContainer .flatpickr-day:hover {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.travellers-summary {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.travellers-summary .traveller-label {
  font-weight: 600;
  color: #333;
}

.travellers-summary .traveller-price {
  font-weight: 700;
  color: #c9ad5f; /* highlight price */
}
.wpte-price.amount{
  font-weight: 700;
  color: #c9ad5f;
}
.wte-booking-summary-info-title{
  background-color: #003541 !important;
}
.wte-booking-details-item .qty{
  color: #000;
}
.total-text, .wpte-currency-code.currency{
  color: #c9ad5f;
}


/*START FOR A CHECKOUT PAGE
/* Hide Additional Information */
.woocommerce-additional-fields {
    display: none !important;
}

/* Checkout page wrapper */
.checkout-padding{
      padding: 1rem 0rem 3rem;
}
.woocommerce-checkout form.checkout {
    max-width: 700px;  /* adjust width */
    margin: 30px auto; /* center it */
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.08);
}

/* Billing details title */
.woocommerce-billing-fields h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 2px solid #c9ad5f;
    display: inline-block;
    padding-bottom: 6px;
}

/* Input fields styling */
.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px 14px;
    font-size: 15px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout select:focus {
    border-color: #c9ad5f;
    box-shadow: 0 0 0 2px rgba(201, 173, 95, 0.2);
    outline: none;
}

/* Labels */
.woocommerce-checkout label {
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
    color: #333;
}

/* Order Review (Your order box) */
#order_review {
    margin-top: 30px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
    background: #fafafa;
        width: 40%;
}
.header .entry-title{
  display: none;
  
}
/* Order total highlight */
.woocommerce-checkout table.shop_table .order-total th,
.woocommerce-checkout table.shop_table .order-total td {
    font-size: 18px;
    font-weight: 700;
    color: #c9ad5f;
}
.woocommerce table.shop_table td,
.woocommerce-privacy-policy-text p,
.woocommerce form .form-row{
  font-size: 14px;
}
/* Place order button */
#place_order {
    background: #003541;
    border: none;
    border-radius: 50px;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    font-family: "Libre Franklin", sans-serif;
}

/*#place_order:hover {
    background: linear-gradient(135deg, #d6bb72, #a88a36);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}*/
.checkout.woocommerce-checkout .col-1{
  width: 100% !important;
}
.iti--allow-dropdown{
  width: 100% !important;
}
/* Apply to the wrapper of your form */
.woocommerce form {
  display: flex;
  margin: 0 auto;       /* center horizontally */
  padding: 20px;        /* spacing */
  background: #fff;     /* optional background */
  border-radius: 10px;  /* optional rounded corners */
  box-shadow: 0 4px 20px rgba(0,0,0,0.1); /* optional shadow */
}
div#customer_details{
     width: 60%;
    margin: 20px 100px 20px 10px;
}
/* Center vertically in full page */
.woocommerce-page .site-main {
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center */
  min-height: 100vh;       /* full viewport height */
}
/* Style all WooCommerce form inputs, selects & textareas */
.woocommerce form input[type="text"],
.woocommerce form input[type="email"],
.woocommerce form input[type="password"],
.woocommerce form input[type="tel"],
.woocommerce form input[type="number"],
.woocommerce form input[type="url"],
.woocommerce form select,
.woocommerce form textarea {
  border: none;                 /* remove default border */
  border-bottom: 2px solid #0073aa; /* underline color (blue example) */
  background: transparent;      /* no background */
  padding: 8px 4px;
  width: 100%;
  transition: border-color 0.3s ease;
  box-shadow: none;             /* remove default Woo styling */
}

/* On focus, change underline color */
.woocommerce form input:focus,
.woocommerce form select:focus,
.woocommerce form textarea:focus {
  border-bottom-color: #ff6600;  /* highlight color (orange example) */
  outline: none;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
  color: #333 !important;
}
/*END FOR A CHECKOUT PAGE*/
.wte-process-tab-content-wrapper .wte-option-heading span.text-left, .wte-process-tab-content-wrapper .wte-option-heading span.text-right{
  color: #000 !important;
  opacity: 1 !important;
}

/*enquiry thank you css*/
#post-244 .entry-content p{ 
    padding: 5rem 5rem;
    text-align: center;
    font-size: 25px;
}

@media screen and (min-width: 320px) and (max-width: 991px) { 
  #post-244 .entry-content p{ 
    padding: 2rem;
    font-size: 20px;
  }
  .newletter-container .newletter-box .section-header h2{
    line-height: 1.3;
  }
}
@media screen and (max-width:1024px) {
  #menu-menu-top-second li.menu-item-has-children .arrow {
    top: 20px;
  }
  #menu-menu-top-second{
    max-width: 100% !important;
  }
  #menu-menu-top-second>.menu-item-has-children>a{
    width: 80%;
  }
}

#global-enquiry-form{
        position: fixed;
    top: 2%;
    background-color: #fff;
    padding: 1rem 2rem;
    right: 0;
    left:0;
    max-width: 400px;
    margin: 0 auto;
    z-index: 999999;
    border:1px solid #003541;
    /* display: none; */
}
#global-enquiry-form .form-control{
  border: 1px solid #003541;
  border-radius: 6px;
  min-height: 30px;
}
#global-enquiry-form label{
 padding-bottom: 5px;
}

#global-enquiry-form  h3{
  text-align: center;
  color: #c9ac5f;
}
#global-enquiry-form .wpcf7-textarea{
  height: 90px !important;
  border: 1px solid #003541;
}
#global-enquiry-form .btn-primary{
  background: #003541;
  border-radius: 100px;
  width: 100%;
}
.close-btn{
  position: absolute;
  text-decoration: none;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  background-color: #003541;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.search-page h2{
        color: #333333 !important;
    font-size: 1.4rem;
    text-decoration: none;
    /* margin: 0 1rem; */
    font-weight: 400;
    cursor: pointer;
    padding-bottom: 0.5rem;
    /* text-transform: capitalize; */
    padding-bottom: 1rem;
}
.search-page h2 a{
  text-decoration: none;
}
.search-page p{
  padding-bottom: 1rem;
}
.search-page h2 a:hover {
    text-decoration: underline;
}
.search-page .nav-links{
  display: flex;
}
.disabled-menu-item {
    cursor: default;
}