.single .post-navigation .nav-previous{
	padding-left: 25px;
}

.single .post-navigation .nav-links .nav-previous+.nav-next {
    padding-right: 25px;
}

.nav-next a, .nav-previous a {
    border: 1px solid #917242;
    padding: 20px;
    border-radius: 8px;
}

.single-post .single-layout-1 {
    border: 1px solid #b58e53;
    padding: 30px;
    border-radius: 10px;
		box-shadow: 0 15px 50px #b58e53b3;
}
.single-post .single-layout-1 p {
    color: #6c6464;
}

/* Main Floating Card */
.premium-legal-page{
    background:#fff;
    max-width:1050px;
    margin:-100px auto 80px;
    padding:60px;
    border-radius:24px;
    box-shadow:0 15px 50px rgba(0,0,0,0.08);
    position:relative;
    z-index:10;
}

/* Headings */
.premium-legal-page h2{
    font-size:30px;
    line-height:1.3em;
    color:#9b6b3d;
    margin-bottom:18px;
    margin-top:20px;
    font-family:"Cormorant Garamond", serif;
    font-weight:600;
}

/* Paragraph */
.premium-legal-page p{
    font-size:16px;
    line-height:1.9em;
    color:#555;
    margin-bottom:18px;
}

/* Section Divider */
.premium-legal-page section{
    border-bottom:1px solid #eadfce;
    padding-bottom:35px;
    margin-bottom:35px;
}

/* Remove last divider */
.premium-legal-page section:last-child{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
}

/* Hero Heading */
.elementor-page-title,
.elementor-heading-title{
    letter-spacing:.5px;
}

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

    .premium-legal-page{
        padding:25px;
        margin-top:-50px;
        border-radius:18px;
    }

    .premium-legal-page h2{
        font-size:24px;
    }

}

/*Popup css Start*/

/* Row Layout */
.cf7-row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.popup-form .wpcf7-response-output {
    border-color: #b58e53 !important;
    color: black;
	  margin: 0px 0px 10px;
}

/* Two Columns */
.cf7-col {
  width: 50%;
}

.cf7-row-single .cf7-col {
    width: 100%;
}

.cf7-row-single .extra_msg_sep_enquiry{
    color: #000000bd !important;
}

.cf7-row label, .cf7-row-single label{
    color: #000000bd !important;
}

textarea.for_sep_enquiry {
    height: 110px;
}
.cf7-row-single .cf7-col p, .cf7-row .cf7-col p {
    margin-bottom: 5px !important;
	  text-align: left;
}
.cf7-submit p {
    margin-bottom: 5px !important;
}

/* Full Width Row */
.cf7-row.full {
  display: block;
}

/* Inputs */
.cf7-col input,
.cf7-row.full textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #c89b5e;
  font-size: 14px;
}

/* Textarea */
.cf7-row.full textarea {
  height: 120px;
  resize: none;
}

/* Button */
.cf7-submit {
  text-align: center;
	margin-bottom: 0px !important;
}

.cf7-submit input {
  background: #c89b5e;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
}

/* Mobile Fix */
@media (max-width: 600px) {
  .cf7-row {
    flex-direction: column;
  }
  .cf7-col {
    width: 100%;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(5px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-box {
  width: 520px;
  max-width: 90%;
  border-radius: 20px;
  padding: 30px 30px 0px;
  position: relative;
  text-align: center;
  background: url('https://journeysdownunder.com/wp-content/uploads/2026/03/223.jpg') center/cover;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.popup-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(255 255 255 / 45%);
  border-radius: 20px;
}

.popup-content {
  position: relative;
  z-index: 2;
}

.popup-content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sub-text {
  font-size: 15px;
}

.small-text {
  font-size: 13px;
  color: #555;
  margin-bottom: 20px;
}

/* CF7 Styling */
.popup-form input{
  width: 100%;
  padding: 12px;
  border-radius: 25px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.popup-form input[type="submit"] {
  background: #ff7a3d;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  border: none;
}

i.fa-solid.fa-plane {
    transform: rotate(
319deg);
    position: relative;
    top: -3px;
    left: 5px;
    font-size: 24px;
}

/* Close */
.popup-close {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 20px;
	color: #060d1c;
  cursor: pointer;
  z-index: 3;
}

/* Animation */
@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .popup-box {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  
  .popup-overlay {
    align-items: flex-start; /* start from top */
    padding-top: 20px;
  }

  .popup-box {
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 20px;
    border-radius: 15px;
  }
	.popup-form .cf7-row {
    margin-bottom: 6px; !important;
}
	.popup-form .wpcf7-response-output {
    color: white;
}

}
/*Popup css end*/

.close_class {
    color: red;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100% !important;
}

.woocommerce-thankyou-order-received {
    color: green;
    font-weight: 600;
}

/* .include-exclude .ie-grid ul {
    margin-left: 20px !important;
} */


input#payment_method_stripe {
    width: 3%;
}

#post-3 ul li {
    list-style: inherit;
}
.woocommerce-form-login__rememberme {
    display: none !important;
}
.for_contectpage_form .wpcf7 label {
    padding-bottom: 0px;
}
.for_contectpage_form p {
    margin: 0px;
}
.for_contectpage_form .wpcf7 label, .wpcf7-quiz-label {
    margin-bottom: 18px;
}

.up_hover_main_inner a {
    display: flex !important;
}
.top-header-contact .fa-solid.fa-phone {
    padding-right: 0px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #b58e53 !important;
}
.block-tour_day_activities .mb-2 {
    margin-bottom: 10px;
    display: grid;
    gap: 10px;
}
.footer-contact .th-icon .fa-solid {
    padding-right: 0px !important;
}
.block-tour_day_accommodations .block-tour_day_accommodation div
{
	margin-bottom: 10px;
    display: grid;
    gap: 10px;
}
.block-tour_day_activities .mb-2 strong, .block-tour_day_activities .mb-2 b {
    font-size: 18px;
    color: #5b5e63;
}
.right_itinerary_cont {
    margin-bottom: 25px;
}
button#place_order {
    color: white;
}
textarea#order_comments {
    border: 1px solid;
}
.woocommerce-checkout .woocommerce, .woocommerce-checkout .entry-header {
    margin: 0px 20px;
}
 .woocommerce-checkout .entry-header h1{
	 color: #b58e53;
}
form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading) {
    border-width: 1px 1px 0 1px;
    color: #b58e53;
    padding: 20px 30px;
}
form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
    border-width: 0 1px 1px;
}
.woocommerce-billing-fields h3 {
    color: #b58e53;
}
.contactPage_form #tf-cf7-contact-form p label .wpcf7-form-control-wrap input, #tf-cf7-contact-form p label .wpcf7-form-control-wrap textarea{
	    border: 1px solid #b58e53;
    background-color: #fff;
}
.contactPage_form #tf-cf7-contact-form p input[type=submit] {
    background: #b58e53;
}

.wc-block-components-totals-coupon__button {
    color: white !important;
}
.wc-block-components-checkout-place-order-button__text {
    color: white !important;
}
.order_item .woocommerce-table__product-name.product-name {
    text-align: left !important;
}
.for-bank-payment-msg {
    font-weight: 600;
    font-size: 18px;
    color: #b58e53;
}
/* ======================
   GRID (DESKTOP)
====================== */
.manual-tour-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.manual-tour-card {
/*   background: #fff7ec; */
  overflow: hidden;
  position: relative;
}

.manual-tour-img {
  height: 320px;
  background-size: cover;
  background-position: center;
}

.manual-tour-content {
  padding: 30px;
}

.manual-tour-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.manual-tour-btn {
  display: block;
  margin-top: 20px;
  background: #c49a5a;
  color: #fff;
  padding: 14px;
  text-align: center;
  text-decoration: none;
}

/* ======================
   HOVER
====================== */
.manual-tour-card:hover .manual-tour-btn {
  background: #b0894f;
}

/* ======================
   MOBILE SLIDER ONLY
====================== */
.manual-tour-slider {
  display: none;
}

/* Tablet */
@media (max-width: 1024px) {
  .manual-tour-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
	#menu-footer-menu .menu-link {
    font-size: 15px;
}
		#menu-footer-menu1 .menu-link {
    font-size: 15px;
}
	.footer-contact .th-text {
    font-size: 16px;
}
.ast-footer-copyright a {
    font-size: 16px;
}
	
	.ast-header-break-point .main-navigation ul .menu-item .menu-link {
    padding: 6px 20px;
		font-size: 15px;
}
	.footer-contact .th-icon {
    padding-right: 10px !important;
}
/*   .manual-tour-grid {
    display: none;
  } */
	.swiper-slide {
			flex-shrink: 0;
/* 			width: 205px !important; */
	}
	.rank-img {
    left: -70px !important;
    width: 100px !important;
}
  .manual-tour-slider {
    display: block;
  }
	.manual-tour-slider .swiper-slide {
		 width: 100% !important;
			margin-right: 0px !important;
	}
.circle-wrapper{
	display: none !important;
}
	
}

/* =========================
   CARD BASE
========================= */
.manual-tour-card {
  position: relative;
	height: 450px;
}

/* =========================
   IMAGE
========================= */
.manual-tour-img {
  height: 340px;
  background-size: cover;
  background-position: center;
}

/* =========================
   CONTENT BOX
========================= */
.manual-tour-content {
  background: #fff7ec;
  width: calc(100% - 60px);
  margin: -70px auto 0;
  padding: 28px;
  position: relative;
  z-index: 2;

  /* KEY PART */
  max-height: 165px;
  overflow: hidden;

  transition:
    max-height 0.4s ease,
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

/* =========================
   TEXT
========================= */
.manual-tour-content h3 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.tour-location {
  font-size: 14px;
  color: #666;
}
/* =========================
   HIDDEN BY DEFAULT
========================= */
.tour-duration,
.manual-tour-btn {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* =========================
   HOVER STATE (MATCH IMAGE 2)
========================= */
.manual-tour-card:hover .manual-tour-content {
  max-height: 285px;              /* expands */
  transform: translateY(-150px);   /* slight lift */
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

.manual-tour-card:hover .tour-duration,
.manual-tour-card:hover .manual-tour-btn {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   BUTTON
========================= */
.manual-tour-btn {
  display: block;
  margin-top: 18px;
  background: #c49a5a;
  color: #fff;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease;
}

.manual-tour-card:hover .manual-tour-btn {
  background: #b0894f;
	color: #fff;
}

/* =========================
   MOBILE (NO HOVER JUMP)
========================= */
@media (max-width: 767px) {
  .manual-tour-content {
    max-height: none;
  }

  .tour-duration,
  .manual-tour-btn {
    opacity: 1;
    transform: none;
  }
	.taxo-shortcode .swiper-wrapper {
	  gap: 0px !important;
}
}


.rank-img {
  position: absolute;
 	left: -85px;
  bottom: 100px;
  width: 120px;     /* adjust if needed */
  z-index: 1;
  pointer-events: none;
}
.top10_title {
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
	  width: 150px;
    color: white;
    margin-bottom: 10px;
}
.top10_price {
    color: white;
    /* padding-left: 25px; */
    width: 150px !important;
    /* max-width: 200px !important; */
    margin-bottom: 0px;
    text-align: center;
}
.rank-img img {
  width: 100%;
  height: auto;
  display: block;
}

.rank-svg {
  position: absolute;
  left: -70px;
	bottom: -80px;
	width: 90px;
  height: 260px;
  z-index: 1;
  pointer-events: none;
}

.rank-svg svg {
  width: 100%;
  height: 100%;
}

.rank-svg text {
  font-size: 260px;
  font-weight: 900;
/* 	font-family: 'FontAwesome' !important; */
  fill: none;                 /* NO FILL */
  stroke: rgba(255,255,255,0.70);
  stroke-width: 1;
  stroke-linejoin: round;
}
/* ===============================
   SLIDER HEADER
================================ */
.up_hover_slider_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 90%;
}

.up_hover_slider_title {
  font-size: 28px;
  margin: 0;
}

/* ===============================
   ARROWS TOP RIGHT
================================ */
.up_hover_slider_arrows {
  display: flex;
  gap: 10px;
}

.up_hover_slider_arrows .swiper-button-prev,
.up_hover_slider_arrows .swiper-button-next {
  position: static;          /* IMPORTANT */
  width: 36px;
  height: 36px;
  margin: 0;
  background: #b58e53;
  border-radius: 50%;
}

.up_hover_slider_arrows .swiper-button-prev::after,
.up_hover_slider_arrows .swiper-button-next::after {
  font-size: 14px;
  color: #fff;
}

/* Hover effect */
.up_hover_slider_arrows .swiper-button-prev:hover,
.up_hover_slider_arrows .swiper-button-next:hover {
  background: rgba(0,0,0,0.85);
}

.up_hover_main_cate {
  background-size: cover;
  background-position: center;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

/* Overlay layer */
.up_hover_main_cate::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 28%);
  z-index: 1;
  transition: background 0.3s ease;
}

/* Darker overlay on hover (optional) */
.up_hover_main_cate:hover::before {
  background: rgba(0, 0, 0, 0.6);
}

/* Keep content above overlay */
.up_hover_main_title,
.up_hover_main_inner {
  position: relative;
  z-index: 2;
}

.up_hover_main_title {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  z-index: 5;
}

.up_hover_main_title h2 {
  font-size: 30px;
  line-height: 1.2;
}

.up_hover_main_inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
  opacity: 0;
  transition: all 0.35s ease;
/*   padding: 0 30px 30px; */
}

.up_hover_main_cate:hover .up_hover_main_inner {
  bottom: 0;
  opacity: 1;
}

.up_hover_main_title h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--tf-color-white);
    padding: 0px 40px 20px 40px;
	margin: 0px !important;
}
.up_hover_main_cate:hover .up_hover_main_title {
  bottom: 60px;
	transition: all 0.35s ease;
}

.up_hover_main_inner .elementor-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
	padding: 20px 48px;
  background: #c49a5a;
  color: #fff;
}
.taxo-shortcode .swiper {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.taxo-shortcode .swiper-wrapper {
    margin-left: 1px;
	  gap: 20px;
}

.foo-certificate-main {
    margin: 25px 0px 0px;
}

.foo-certi2 {
    width: 260px;
    margin-left: 50px;
}
.destination-section {
  padding: 60px 0;
  background: #f9f6f1;
}

.destination-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.destination-card {
  position: relative;
  overflow: hidden;
}

.destination-card img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

/* Hover zoom */
.destination-card:hover img {
  transform: scale(1.08);
}

/* Overlay */
.destination-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.15),
    transparent
  );
}

.destination-overlay.center-only {
  justify-content: center;
}

.destination-overlay h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* Button */
.destination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #c49a5a;
  color: #fff;
  padding: 14px 22px;
  width: 180px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.destination-btn span {
  font-size: 18px;
}

/* Responsive */
@media (max-width: 1024px) {
  .destination-grid {
    grid-template-columns: 1fr;
  }

  .destination-card img {
    height: 420px;
  }
}


.ga-table tr th {
    background-color: #b58e53;
    color: white;
    font-size: 20px;
}
.ga-table tr td {
    text-align: center;
}
.ga-table tr td a {
    color: #b58e53;
    font-weight: 600;
}
.ga-table tr td a:hover {
    color: #000000;
}
.ga-table td, th {
    padding: 15px 25px
}
.btn:focus {
    color: white !important;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
}
.ast-logo-title-inline .ast-site-identity {
    padding: 10px 0 !important;
}
.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-2 {
    display: none;
}
li.tf-booking-step.tf-booking-step-1.active {
    background: #b58e53 !important;
}
.tf-withoutpayment-popup .tf_btn {
    background: #b58e53 !important;
}
.floating-btn{
	display: none;
}
#block-11 img {
    width: 320px;
}
.tf-archive-booking-form__style-2.tf-archive-search-form.tf-booking-form-wrapper {
    display: none;
}
.site-footer .site-primary-footer-wrap {
  background-image: url("wp-content/uploads/2025/12/foo-banner2.png") !important;
  background-size: cover;        /* or contain */
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 50px 170px;
  color: white;
}

.ast-menu-cart-outline .ast-cart-menu-wrap .count, .ast-menu-cart-outline .ast-addon-cart-wrap {
    border-style: dashed !important;
    padding: 10px !important;
}
.tf-archive-template__two .see-more.btn-link {
    color: #b58e53 !important;
}
.tf-archive-template__two .tf-checkmark {
    border-color: #b58e53 !important;
}
.tf-archive-template__two .tf-available-archive-hetels-wrapper .tf-archive-available-rooms .tf-available-room .tf-available-room-content .tf-available-room-content-left .tf-section-title-and-location:hover a{
    color: #b58e53 !important;
}
.tf-modify-search-btn {
    display: none !important;
}
input[type=submit].tf_btn:focus, .tf_btn:focus {
    background-color: #b58e53 !important;
    border-color: #b58e53 !important;
}
.tf-single-template__two .tf-section-title-and-location .tf-section-title a:hover {
    color: #b58e53 !important;
}
.tf-single-template__two .tf-details-right .tf_widget .tf-filter ul li label .tf-checkmark::after, .tf-archive-template__two .tf-details-right .tf_widget .tf-filter ul li label .tf-checkmark::after, .tf-archive-listing__two .tf-details-right .tf_widget .tf-filter ul li label .tf-checkmark::after, .page-template-tf-search__two .tf-details-right .tf_widget .tf-filter ul li label .tf-checkmark::after {
    border-color: #b58e53;
}
.tf-available-room-content-right input[type=submit].tf_btn, .tf_btn {
    background-color: #b58e53;
    border-color: #b58e53;
}
i.fa-solid.fa-star {
    color: #b58e53 !important;
}
.tf-available-room-content-right input[type=submit].tf_btn:hover, .tf_btn:hover {
    background-color: #be8e46;
    border-color: #be8e46;
}
.tft-hero-design__three .tft-hero-content-box h1 {
    color: var(--tf-color-white);
    font-size: 75px;
    text-transform: capitalize;
}
.tour-search-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.tour-search-bar {
  background: #ffffff;
  border-radius: 20px;
  padding: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.tour-search-fields form.searchandfilter ul {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tour-search-fields form.searchandfilter ul li {
  flex: 1;
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 16px;
  border: 1px solid #f0f0f0;
}
.tour-search-fields label {
  font-size: 12px;
  color: #9b9b9b;
  display: block;
  margin-bottom: 6px;
}
.tour-search-fields select,
.tour-search-fields input[type="text"] {
  width: 100%;
  border: none;
  font-size: 16px;
  color: #333;
/*   background: transparent; */
/*   padding: 0; */
  outline: none;
	box-shadow: none;
}
.tour-search-fields form.searchandfilter ul li.sf-field-submit {
  flex: 0 0 160px;
  background: #b8945d;
  border-radius: 14px;
  padding: 0;
}

path.cal-loader__plane {
    fill: #b58e53;
}
.tour-search-fields form.searchandfilter ul li:last-child {
  flex: 0 0 140px;   /* medium width */
  padding: 6px;
  background: transparent;
}
#comments {
    display: none !important;
}
/* Actual button */
.tour-search-fields input[type="submit"] {
  width: 100%;
  height: 48px;     /* medium height */
  background: #b8945d;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* Hover */
.tour-search-fields input[type="submit"]:hover {
  background: #a07c45;
}
.searchandfilter ul li.sf-field-search,
.searchandfilter ul li.sf-field-taxonomy {
  margin: 0;
}
.tft-content-box {
    margin-bottom: 10px;
}
.footer_logo {
    margin-bottom: 50px;
}
.footer-contact {
    align-items: center;
    font-size: 14px;
    color: #fff;
}
.footer-contact .th-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 18px;
}
.tft-footer-design__two .tft-grid h2 {
    font-size: 25px;
}
#tft-site-main-body .tft_has_transparent :is(.main--header-menu > li > a, .tft-site-navigation > ul > li a, a i, .logo-text a), #tft-site-main-body header .tft_has_transparent .tft-site-navigation ul > li > a:after, #tft-site-main-body .tft_has_transparent .menu-item-has-children > a:after {
    color: #595349;
}
.tft-header-design__three {
    background: #917242;
}
.tft-hero-design__three {
    margin: 0 0 0 0;
}
.tft-hero-design__three .tft-content-box h1{
	padding-bottom: 150px;
	
}

/* detail page css start */
a.tf-icon.tf-wishlist-box.tf-wishlist {
    background: #b58e53 !important;
}
.tf-single-template__two .tf-hashlink {
    color: #b58e53 !important;
    border-color: #b58e53 !important;
}
.tf-single-template__two .tf-see-description {
    color: #b58e53 !important;
}
.tf-single-template__two .tf-see-less-description {
    color: #b58e53 !important;
}
.tf-single-template__two .tf-feature-block i{
    color: #b58e53 !important;
}
.tf-single-template__two .tf-head-title .tf-title-meta {
    width: 100% !important;
    margin-top: 30px !important;
}
.tf-single-template__two .tf_tours_booking .tf-tours-booking-btn.tf-booking-bttns a {
    border: 1px solid #b58e53 !important;
    background: #b58e53 !important;
}
.tf-single-template__two .tf-contact-details-items .tf-list li i {
    color: #b58e53 !important
}
/* detail page css end  */
span.for_num_cust {
    font-family: 'slick';
}
@media (max-width: 768px) {
	
	a.decorated-link.cursor-pointer.for-cer-custlink {
    font-size: 17px;
}

.th-item-mob-top {
    border: 1px solid #917242;
    border-radius: 50%;
    padding: 0px 0px 0px 8px;
	  font-size: 10px;
    margin: 0px;
    align-items: center;
    text-align: center;
}

.for-certi-left {
    margin: 0px !important;
    width: 400px;
    margin-right: 20px !important;
}
  .tour-search-fields form.searchandfilter ul {
    flex-direction: column;
  }

  .tour-search-fields form.searchandfilter ul li,
  .tour-search-fields form.searchandfilter ul li.sf-field-submit {
    width: 100%;
    flex: 100%;
  }
	#tft-site-main-body .tft-site-navigation ul > li > a, #tft-site-main-body .tft-site-navigation > div > ul > li > a, #tft-site-main-body .tft-site-navigation ul > li .travelfic-dropdown > a, #tft-site-main-body header :is(.main--header-menu > li > a, .tft-site-navigation button.toggle i, .tft-site-navigation > ul > li > a), #tft-site-main-body .menu-item-has-children > a:after {
    color: #fff;
}
#tft-site-main-body .site .tft-site-navigation li.current-menu-item > a[aria-current="page"] {
    color: #000;
}
#tft-site-main-body .mobile-sidenav ul li a, #tft-site-main-body .menu-item-has-children > a:after {
    color: #fff;
}
#tft-site-main-body .tft-header-design__three ul li a path {
    fill: #fff;
}
.tour-search-fields form.searchandfilter ul li:last-child {
    flex: 0;
}
	/* detail page css start  */
.tf-single-template__two .tf-mobile-booking-btn {
    background: #b58e53 !important;
    border-color: #b58e53 !important;
}
.tf-single-template__two .tf-head-title .tf-title-meta {
    width: 80% !important;
    margin-top: 15px !important;
}
	/* detail page css end  */
}
.tft-btn.tft-large-circle {
    width: 170px !important;
    height: 65px !important;
   
}
.tft-section-subtitle {
    color: #b58e53 !important;
}
.tft-btn.tft-large-circle {
    border-radius: 10% !important;
    padding: 20px !important;
    color: #b58e53 !important;
    border: 1px solid #b58e53 !important;
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more a.tft-btn-transparent path {
    fill: #b58e53 !important;
}
span.tft-w-100.tft-btn.tft-wh-auto.tft-btn_sharp.tft-gap-0 {
    background: #b58e53 !important;
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details h3:hover a {
    color: #b58e53 !important;
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tf-others-details a.btn-view-details {
    background-color: #b58e53 !important;
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tf-others-details a.btn-view-details:hover {
    background: #b58e53 !important;
}
.tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .slick-dots li.slick-active button::before {
    color: #b58e53;
    border: 2px solid #b58e53;
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details h3.tft-title-split:hover {
    color: #b58e53;
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more a:hover {
    background: #b58e53;
}
.tft-btn.tft-large-circle:hover {
    color: #fff !important;
    border: 1px solid #fff !important;
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more a.tft-btn-transparent:hover path {
    fill: #fff !important;
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more a:hover {
    background: #b58e53;
}
.tft-btn.tft-large-circle:hover {
    color: #fff !important;
    border: 1px solid #fff !important;
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more a.tft-btn-transparent:hover path {
    fill: #fff !important;
}
.tft-large-circle path {
    fill: #b58e53 !important;
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more a:hover {
    background: #b58e53;
}
.tft-btn.tft-large-circle:hover {
    color: #fff !important;
    border: 1px solid #fff !important;
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more a.tft-btn-transparent:hover path {
    fill: #fff !important;
}
.tft-large-circle path {
    fill: #b58e53 !important;
}
a.tft-btn.tft-large-circle.tft-wh-auto.tft-flex-column {
    background: #b58e53;
    color: white !important;
}
.tft-large-circle path:hover {
    fill: #fff !important;
}
.abouts .tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more a.tft-btn-transparent:hover {
    color: white !important;
}
.abouts .tft-btn.tft-btn-transparent.tft-large-circle.tft-wh-auto.tft-flex-column {
    color: #b58e53 !important;
}
.tours .tft-large-circle path {
    fill: #fff !important;
}
.tft-heading-content ul {
    display: none !important;
}
.tft-destination-design__two .tft-destination-content .tft-destination-slides .tft-single-destination .tft-destination-thumbnail {
    height: 450px;
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-popular-thumbnail {
    height: 420px;
}
.tft-header-design__two .tft-menus-section {
	  padding-top: 25px;
    padding-bottom: 20px;
}
.for_hide_reviews .tft-ratings {
    display: none;
}
.tft-subscribe p input[type=submit] {
    min-width: 145px !important;
}
.tft-subscribe p label input[type=email] {
    width: 220px !important;
}
.blog-grid-item-2 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details, .blog-grid-item-3 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details, .blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details, .blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(3) a .tft-content-details, .blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details, .blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(4) a .tft-content-details, .blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details, .blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(4) a .tft-content-details, .blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(6) a .tft-content-details {
    position: relative;
	  height: auto;
    background: white;
}
.blog-grid-item-2 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details h3, .blog-grid-item-3 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details h3, .blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details h3, .blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(3) a .tft-content-details h3, .blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details h3, .blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(4) a .tft-content-details h3, .blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details h3, .blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(4) a .tft-content-details h3, .blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(6) a .tft-content-details h3 {
    margin-bottom: 0px;
    color: var(--tf-text-heading);
    margin: 8px 0px 24px 0px;
}
.tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a .tft-blog-thumbnail img {
    height: 300px;
}
.blog-grid-item-2 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details p.content, .blog-grid-item-3 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details p.content, .blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details p.content, .blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(3) a .tft-content-details p.content, .blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details p.content, .blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(4) a .tft-content-details p.content, .blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details p.content, .blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(4) a .tft-content-details p.content, .blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(6) a .tft-content-details p.content {
    display: block;
}
.top-header-contact {
  display: flex;
  gap: 25px;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
}

.th-item {
  display: flex;
  align-items: center;
  gap: 8px;
	font-size: 18px;
}
.th-text {
  color: white;
  text-decoration: none;
  white-space: nowrap;
}

.th-text:hover {
  text-decoration: underline;
}
#custom_html-4 {
    margin: 20px 0px;
    border: #b58e53 1px solid;
    padding: 20px;
}
.tf-list li i {
    color: #b58e53;
    font-size: 20px;
    margin-right: 6px;
    width: 24px;
}
.tf_widget a {
    color: #0c0d0e;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .top-header-contact {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    font-size: 13px;
  }
	.footer-contact .th-item {
    display: block;
  }
	.tft-hero-design__three .tft-content-box h1 {
			padding-bottom: 250px;
			font-size: 45px;
	}
	.tft-about-us-design__one .tft-about-us-grid .tft-heading-content h2 {
			font-size: 30px;
	}
.abouts .tft-btn.tft-large-circle {
    width: 100px !important;
}
.tft-btn.tft-large-circle {
    width: 110px !important;
}
.tf-single-template__two .tf-available-rooms-head, .tf-archive-template__two .tf-available-rooms-head, .tf-archive-listing__two .tf-available-rooms-head, .page-template-tf-search__two .tf-available-rooms-head {
    grid-template-columns: auto;
}
#block-11 img {
    width: 320px;
}
	.floating-btn {
		display: block;
    position: fixed;
    bottom: 40px;
    right: 0%;
    transform: translateX(-50%);
    background-color: #b58e53;
    color: #fff;
    padding: 18px 25px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: all 0.3s ease;
}
	
	.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
    order: 1 !important;
		width: 160px;
		margin: 0px !important;
}

.e-n-tabs-heading {
    max-width: 430px !important;
        width: 100% !important;
        justify-content: center !important;
        margin: 25px 0px 25px 0px;
        display: flex !important;
}
/* 	.swiper-slide.up_hover_main_cate {
    width: 330px !important;
} */
	
.up_hover_slider_header {
    margin-left: 80%;
}
	
}

@media (max-width: 991px) {
span.ast-header-account-text {
    color: black !important;
}
	.floating-btn{
	display: none;
}
.top-header-contact {
    display: block;
    color: #1d2a3b;
	  margin-left: 20px
}
.top-header-contact .th-text {
    color: #000000;
    font-size: 15px;
}
.ast-addon-cart-wrap.ast-desktop-cart-position-.ast-cart-mobile-position-right.ast-cart-tablet-position- {
    color: black !important;
}
.ast-builder-layout-element.site-header-focus-item.ast-header-woo-cart {
    margin-top: -82px;
    margin-left: 150px;
}
.ast-menu-cart-outline .ast-cart-menu-wrap .count, .ast-menu-cart-outline .ast-addon-cart-wrap {
    border-style: hidden !important;
	padding: 0px !important;
}
	.site-footer .site-primary-footer-wrap {
  background-image: url("wp-content/uploads/2025/12/foo-banner-mob.png") !important;
  background-size: cover;        /* or contain */
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 30px 100px;
  color: white;
}
	.ast-mobile-popup-content .ast-icon svg {
    margin-top: 20px;
}
	span.close {
    margin-left: 90%;
}
	button.filter-btn {
    background: none;
}
}

.archive_ajax_result .tf-available-ratings {
    display: none;
}
.tf-tour-right-for-me {
    font-family: Nunito, sans-serif;
    font-weight: 500;
    line-height: 19px;
    color: rgb(104, 110, 122);
    font-size: 16px;
    margin: 12px 0px 20px;
}
.tf-features-block-wrapper .tf-tour-right-for-me {
    display: contents;
}
.filter-bar {
    display: none;
}
.sub-menu a.menu-link {
    font-size: 15px !important;
    padding: 8px 18px !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: white;
	    background: #b58e53;
}


.tf-hero-content .tf-archive-hero-content .tf-head-title h1{
	margin-bottom: 180px !important;
	display: flex;
    justify-content: center !important;
}

.tf-single-template__two .tf-hero-section-wrap .tf-container .tf-hero-content .tf-hero-bottom-area .tf-head-title  {
	margin-bottom: 180px !important;
}


.tf-hero-section-wrap .tf-container{
	height: 325px !important;
}   

.tf-hero-bottom-area .tf-head-title h1{
	margin-top: 10px !important;
} 

.tf-archive-hero-content .tf-head-title h1{
	margin-top: -400px !important;
}
  
/* 
.tf-title-meta{
	margin-bottom: 180px !important;
} */

.tf-single-template__two .tf-hero-section-wrap .tf-container .tf-hero-content .tf-hero-bottom-area .tf-hero-gallery-videos{
	margin-bottom: 180px;
}

.tf-archive-template__two .tf-hero-section-wrap{
	margin-bottom: 25px !important;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%;
}
.foo-certi1.foo-certi {
    width: 100px !important;
	margin-left: 70px;
}
@media (max-width: 991px) {
    .site-footer .site-primary-footer-wrap {
        background-image: url("wp-content/uploads/2025/12/foo-banner-mob.png") !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 80px 12px 100px !important;
        color: white;
    }
	.tf-archive-hero-content .tf-head-title h1 {
    margin-top: 0px !important;
}
	.foo-certi2 {
    width: 200px;
    margin-left: 100px;
}
.foo-certi1.foo-certi {
    width: 100px !important;
    margin-left: 120px;
}
.rank-svg {
  position: absolute;
  left: -65px;
	width: 75px;
}
}

input#terms {
    width: 3%;
}
input#payment_method_cod {
    width: 3%;
}
input#payment_method_bacs {
    width: 3%;
}
.woocommerce-checkout-review-order-table .variation-DietaryRequired, .woocommerce-checkout-review-order-table .variation-DietaryDetails, .woocommerce-checkout-review-order-table .variation-MobilityRequired, 
.woocommerce-checkout-review-order-table .variation-MobilityDetails, .woocommerce-checkout-review-order-table .variation-WeightsInKg, .woocommerce-checkout-review-order-table .variation-HeightsInCm, .woocommerce-checkout-review-order-table .variation-MainDriver, .woocommerce-checkout-review-order-table .variation-NotTravelling, .woocommerce-checkout-review-order-table .variation-ArrivalFlightNumber, .woocommerce-checkout-review-order-table .variation-ArrivalFlightDate, .woocommerce-checkout-review-order-table .variation-ArrivalFlightTime, .woocommerce-checkout-review-order-table .variation-DepartureFlightNumber, .woocommerce-checkout-review-order-table .variation-DepartureFlightDate, .woocommerce-checkout-review-order-table .variation-DepartureFlightTime, .woocommerce-checkout-review-order-table .variation-EmergencyContact{
    display: none !important;
}

.woocommerce-js td.product-name .wc-item-meta .wc-item-meta-label {
    font-weight: 600;
    color: #b58e53;
    padding-right: 10px;
}

.woocommerce-table__product-name.product-name a{
    font-weight: 600;
    color: #b58e53;
}
.shop_table .button {
    color: white !important;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

/* Safari Date Field Fix */
input[type="date"], input[type="time"] {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    color: #000;
    box-sizing: border-box;
}

/* Fix for iPhone Safari */
input[type="date"]::-webkit-date-and-time-value {
    text-align: left;
}

/* Optional calendar icon spacing */
input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 1;
}

.single-layout-1 .entry-content h1 {
    margin-top: 10px;
}