/* :root {
  --th-color-primary: #3f51b5;   
  --th-color-secondary: #088b00; 
} */


:root {
	--th-color-primary: #05407f;
	--th-color-secondary: #FFCC00;
	--th-color-third:#198754;
	--text-color: #333;
	--background-light: #f9f9f9;
	--background-box: #ffffff;
	--border-soft: #e0e0e0;
  }

a {
    color: rgb(61 80 182);
    text-decoration: none;
}

body{
	/*font-family: 'Poppins', sans-serif;*/
 /*font-family: 'Nunito', sans-serif; */
 font-family: "Inter", sans-serif;
	font-size: 16px;
	color: rgb(17 24 39 / 0.76);
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

#header{
	padding: 20px 0px;
}

.navbar-expand-lg .navbar-nav .nav-link{
	font-weight: 700;
	color:#333;
	font-size: 16px;
	padding-right: 0.9rem;
	padding-left: 0.9rem;
}

.logo{
	color:#FFCC00;
	display: flex;
	flex-wrap: nowrap;
    justify-content: flex-start;
}
.logo img{
	width: 200px;
	height: auto;
}
.logo h3{
	font-weight: 700;
	font-size:1.5rem !important;
}
.logo h3 span{
	color:#333;
}
.account a{
	font-size: 16px;
}

#banner{ 
	min-height:350px;
/*	background-color: #3f51b5;*/
	padding: 100px 0px;


/*	background: url(../img/banner-1.jpg) #3f51b5 no-repeat ;*/

background: url(../img/highway.svg) #333 no-repeat ;
	
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 50;
	position: relative;
}


#banner .banner-img{
	position: absolute;
    top: 0;
    left: 0;
    opacity: .9;
    z-index: -10;
    width: 100%;
    height: 100%;

}

#banner .banner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#banner:before{
	position: absolute;
	content: "";
	top:0px;
	right:0px;
	left:0px;
	bottom: 0px;
	background-color: #0d101e9c ;
	z-index: 60;

}

#search-shuttle{
	position: relative;
	padding: 45px 35px;
	background-color: #dfdfdf;
	border-radius: 10px;
	z-index: 70;
}
#search-shuttle .search-shuttle-badge{
	position: absolute;
	top: -22px;
	left: 0px;
	right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shuttle-badge-inner{
	max-width: 400px;
	border-radius: 6px;
	background: var(--th-color-third);
	padding: 10px 25px;
	color: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	font-size:0.875rem;
}
.shuttle-badge-inner strong{
}
.shuttle-badge-inner span{
	font-weight: 700;
	font-size: 0.875rem;
}

#search-shuttle .form-control,.form-select{
	padding: .5rem 1rem;
	border: 1px solid #b3b3b3;
	font-size: 15px;
	-webkit-box-shadow: 0 1px 4px 1px #C7C7C7;
box-shadow: 0 1px 4px 1px #C7C7C7;
transition: .3s all;
/*min-height: 56px;*/
min-height: 45px;
color: #6c757d;
}

#search-shuttle .form-control:focus{
	-webkit-box-shadow: 0 1px 7px 1px #B3B3B3;
box-shadow: 0 1px 7px 1px #B3B3B3;
	transition: .3s all;
}

#search-shuttle .form-control::placeholder,#search-shuttle .form-select::placeholder {
  font-size: 0.875rem;
  color: #6c757d; /* Bootstrap's secondary text color */
}



#banner .b-text-container{
	position: relative;
	z-index: 80;
	color: #fff;
	margin-left: 60px;

}

#banner .b-text-container h2{
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: 1px;
	font-family: "Overpass", sans-serif;
}

#banner .b-text-container h2 span{
	color:#FFCC00;
}

.btn-yt{
	padding-left: 2rem;
	padding-right: 2rem;
}

.bg-body-tertiary{
	background-color: #fff !important;
}

#banner .customer-care-info{
	color: #fff;
	z-index: 80;
	margin-left: 60px;
}
#banner .customer-care-info img{
	border-radius: 6px;
}

#banner .customer-care-info .c-text p{
	color: #088b00;
}

#banner .customer-care-info a{
	color: #fff;
	text-decoration: none;
}

#featured-section{
	padding: 120px 0px;
	background: url(../img/bus.svg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	overflow: hidden;
	position: relative;
	z-index: 50;
}
#featured-section:before{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background:#00000042;
	z-index: 60;
}

#featured-section>*{
	position: relative;
	z-index: 70;
	color: #fff;
	
}

.featured-section-title{
	width: 700px;
	margin: 0px auto;
	text-align: center;
}
.featured-section-title h2{
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 40px;
	text-shadow: 0px 1px 1px #000;
	font-family: "Overpass", sans-serif;
}
.btn-yt-lg{
	font-weight: 700;
	padding: 10px 45px;
}

#airport-section{
	padding: 80px 0px;
	border-top: 1px solid #ececec;
	background:#ececec;
}
.a-box{
	text-align: center;
	padding: 15px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3019607843);
    background: #fff;
    border: 1px solid rgb(222 222 222 / 30%);
}
.a-box figure{
	margin: 0px;
	height: 300px;
}
.a-box figure img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 10px 10px 10px 10px;
}
.a-box a{
	text-decoration: none;
	color: #333;
}
.a-box a h3{
	margin:15px 0px 10px 0px;
	color: #333;
	font-size: 1.2rem !important;
	font-weight: 700;
	letter-spacing: 1px;
}

.a-box a span.country{
	color:#fff;
	background: #4050b5;
	padding: 4px 15px;
	border-radius: 4px;
	font-size: 0.875rem;
	font-weight: 600;
}

.a-box .a-box-text{
	padding: 20px 25px;
}
.meta-info .info-1{
	line-height: 1;
	text-align: left;
}
.meta-info .info-1 p{
	margin: 0px;
}
.meta-info .info-1 p {
    color:#1c2243;
    font-weight: 700;
    font-size: 20px;
    margin-top: 7px;
}

.meta-info .info-1 span{
	font-size: 0.875rem;
    font-weight: 600;
    color: #838383;
}

.trip-reviews {
    font-size: 15px;
    color: #838383;
}

.trip-reviews ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

i[class*=" ratings_"], i[class^=ratings_] {
    display: inline-block;
    line-height: 1;
    font-family: fontawesome;
    font-style: normal;
    position: relative;
    white-space: nowrap;
    letter-spacing: 2px;
    color: var(--th-color-secondary);
}

i[class*=" ratings_"]:before, i[class^=ratings_]:before {
    content: "\f005 \f005 \f005 \f005 \f005";
}


#footer{
	padding: 40px 0px 0px 0px;
}

#footer .footer-bottom{
	margin-top: 30px;
	padding: 10px 0px;
	background: #fff;
}
#footer .footer-bottom p{
	margin: 0px;
}

.bottom ul{
	list-style: none;
	padding-left: 0px;
}

.bottom ul li{
	padding: 4px 0px;
}

.bottom ul li a{
	display: block;
	color:#333;
	text-decoration: none;
	font-size: 16px;
}

.form-label{
	font-weight: 700;
	font-size: 0.875rem;
}


#map {
  height: 600px;
}


.testimonial-section{
	padding: 20px 0px;
	color: #60626f;
	background: #eeeeee;
	
}

.testimonial-text i{
	font-size: 1.3rem;
	margin-right: 10px;
	color: #098b00;
	vertical-align: middle;
}

.rating i{
	color:#f90;
	font-size: 1.2rem;
}
.testimonial-text{
	font-size: 0.875rem;
	line-height: 1;
/*	background: #dadada;*/
    border-radius: 30px;
    max-width: 960px;
}
.testimonial-text span{
	font-weight: 700;
}

.about{
	padding: 80px 0px;
}

.about h2{
	font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 1px;
  font-family: "Overpass", sans-serif;
}
.about img{
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
img{
	    border-radius: 10px;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.w-full{
	width: 100%;
}
.h-full {
    height: 100%;
}
.how-it-works{
	padding: 40px 0px 80px 0px;

}
.h-wrapper{
	display: flex;
	flex-flow: column;
	background: #ececec;
	padding: 60px;
	border-radius: 20px;
}

.h-wrapper h2{
	font-weight: 700;
  font-size: 2rem;
  letter-spacing: 1px;
  font-family: "Overpass", sans-serif;
}

.h-wrapper .h-inner{
	display: flex;
}

.h-wrapper .h-inner>*{
	flex: 0 0 33%;
}

.h-wrapper .h-inner h3{
	font-size: 1rem !important;
	font-weight: 700;
}
.h-wrapper .h-inner .h-box{
	padding: 0px 10px;
}
.h-wrapper .h-inner .icon{
	width: 50px;
	height: 50px;
	background: #FFCC00;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight:700;
}
.h-wrapper .h-inner p{
	font-size: 14px;
	color: #696969;
}

.block h2{
	font-weight: 700;
	font-family: "Overpass", sans-serif;
}
.block p{
	color: #838383;
}


/*=== icomoon ====*/
/* General icon placement inside inputs */
.icon-field {
   font-family: 'IcoMoon'; /* Your actual icon font name */
   position: absolute;
   left: 25px;
   top: 52px;
   transform: translateY(-50%);
   font-size: 1rem;
   color: #9d9d9d;
   pointer-events: none;
   z-index: 10;
}

/* Add left padding to inputs and selects */
.input-with-icon {
   padding-left: 2.25rem !important;
}

/* Special case for textareas since vertical height is larger */
.textarea-icon {
   top: 3.35rem; /* Adjust this as needed for perfect vertical alignment */
}

.btn-th-primary{
	color: #111;
	background: var(--th-color-secondary);
	border-color: var(--th-color-secondary);
}



#partners ul, ul.association {
    padding-left: 0;
    list-style: none;
}
ul.association li {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 3px solid #fff;
    margin-right: 5px;
    background: #fff;
	box-shadow: 2px 2px 3px 0px #e2e2e2;
}

#partners ul li {
    
    overflow: hidden;
    border: 3px solid #fff;
    margin-right: 5px;
    background: #fff;
	box-shadow: 2px 2px 3px 0px #e2e2e2;
}

#partners h3 {
    color: #fff;
}

#footer .bottom h3, #partners h3 {
    font-size: 1.2rem !important;
    font-weight: bolder;
}



#trip-container{
	padding: 60px 0px;
	background-color: #ececec;
}

#page-container{
	padding: 60px 0px;
}

h1.title{
	font-size: 1.7rem;
	font-weight: 800;
}

#trip-container h2{
	font-size: 1.4rem !important;
	font-weight: 600;
	font-family: "Overpass", sans-serif;
}

h2{
	font-size: 1.4rem !important;
}

h3{
	font-size: 1.1rem !important;
	font-weight: 600;
}
h4{
	font-size: 1rem !important;
	font-weight: 600;
}

#trip-facts{
	margin: 40px 0;
}
  #trip-facts ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	max-width: 100%;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
  }
  
  @media (min-width: 992px) {
	#trip-facts ul {
	  grid-template-columns: repeat(3, 1fr);
	}
  }
  
  #trip-facts li {
	background: #ffcc02;
	padding: 10px 15px;
	border-left: 4px solid #33333333;
	border-radius: 8px;
	display: flex;
	align-items: flex-start;
	transition: box-shadow 0.2s;
  }
  
  #trip-facts li:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  #trip-facts li > div {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
  }
  
  #trip-facts li i {
	font-size: 20px;
	color: #333;
	flex-shrink: 0;
  }
  
  #trip-facts li span {
	font-size: 14px;
	color: var(--th-color-primary);
  }
  
  #trip-facts li span strong {
	display: block;
	font-weight: 600;
	margin-bottom: 3px;
	color: #333;
  }
  


  #itinerary {
	margin: 40px 0;
	/* padding: 20px; */
	/* background-color: var(--background-light);
	border-left: 4px solid #33333333; */
	border-radius: 10px;
  }
  
  #itinerary .title {
	color: var(--text-color);
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
	border-bottom: 2px solid var(--border-soft);
	padding-bottom: 5px;
  }
  
  #itinerary button#toggleme {
	margin-bottom: 20px;
	background-color: transparent;
	border: 1px solid var(--th-color-primary);
	color: var(--th-color-primary);
	font-size: 14px;
	padding: 6px 12px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
  }
  
  #itinerary button#toggleme:hover {
	background-color: var(--th-color-primary);
	color: #fff;
  }
  
  #itinerary ul {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  #itinerary li {
	background-color: var(--background-box);
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	border: 1px solid var(--border-soft);
	transition: box-shadow 0.3s ease;
  }
  
  #itinerary li:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }
  
  #itinerary li .title h4 {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #000;
	margin-bottom: 10px;
  }
  
  #itinerary li .description {
	font-size: 15px;
	line-height: 1.6;
	color: var(--text-color);
	margin-bottom: 15px;
  }
  
  #itinerary li .d-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
  }
  
  #itinerary li .d-facts > div {
	padding: 8px 10px;
	border-radius: 6px;
	background-color: #f6f6f6;
	font-size: 14px;
	color: var(--text-color);
	border-left: 3px solid var(--th-color-secondary);
	display: flex;
	align-items: center;
	gap: 6px;
  }
  
  #itinerary li .d-facts i {
	color: var(--th-color-secondary);
	font-size: 15px;
  }


#inclusion {
	margin: 40px 0;
	/* padding: 25px 20px;
	background-color: var(--background-light);
	border-left: 5px solid var(--th-color-secondary);
	border-radius: 10px; */
  }
  
  #inclusion .title {
	font-size: 28px;
	font-weight: 700;
	color: var(--th-color-primary);
	margin-bottom: 25px;
	border-bottom: 2px solid var(--border-soft);
	padding-bottom: 8px;
  }
  
  #inclusion .whats_includes, 
  #inclusion .whats_excludes {
	background-color: var(--background-box);
	border: 1px solid var(--border-soft);
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }
  
  #inclusion .subtitle {
	font-size: 20px !important;
	color: #333;
	margin-bottom: 15px;
	font-weight: 700;
	border-bottom: 1px solid var(--border-soft);
	padding-bottom: 6px;
  }
  
  #inclusion ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	color: var(--text-color);
	font-size: 15px;
	line-height: 1.6;
  }
  
  #inclusion ul li {
	margin-bottom: 10px;
  }
  
  /* Optional: Flex layout if you want includes and excludes side by side on wider screens */
  
  @media (min-width: 1366px) {
	#inclusion {
/* 	  display: flex;
	  gap: 30px; */
	}
	#inclusion .whats_includes,
	#inclusion .whats_excludes {
	  flex: 1;
	  margin-bottom: 0;
	}
  }

/* Common list styles */
#inclusion ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.6;
	color: var(--text-color);
  }
  
  /* Tick icon for includes */
  #inclusion .whats_includes ul li::before {
	content: "\f058"; /* fa-check */
	font-family: "Font Awesome 6 Free";
	font-weight: 900; /* solid */
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: var(--th-color-secondary);
	font-size: 16px;
	line-height: 1;
  }
  
  /* Cross icon for excludes */
  #inclusion .whats_excludes ul li::before {
	content: "\f057"; /* fa-xmark */
	font-family: "Font Awesome 6 Free";
	font-weight: 900; /* solid */
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #d32f2f; /* a nice red for cross */
	font-size: 16px;
	line-height: 1;
  }
  


  
  #navbar-content {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1030;
	background-color: #ececec;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	transform: translateY(-100%);
	transition: transform 0.3s ease;
  }
  
  #navbar-content.show {
	transform: translateY(0);
  }
  

  .special-box {
	gap: 1.5rem;
	padding: 1.5rem 2rem;
	background-color: #098b002b; /* light neutral background */
	border-radius: 8px;
/* 	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); /* soft shadow */
	  color:#fff; */
  }
  
  .special-box .flex-fill:first-child {
	min-width: 0;
	display: flex;
	align-items: center;
	font-size: 1.1rem;
	color: #44475a; /* deep slate gray */
	font-weight: 500;
	line-height: 1.4;
  }
  
  .special-box .flex-fill:last-child {
	max-width: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  /* Button with deeper green */
  .special-box .btn-success {
	min-width: 180px;
	font-size: 1.1rem;
	padding: 0.6rem 1.2rem;
	
	background-color: #2f4f4f; /* dark slate gray-green */
	border-color: #2f4f4f;
	color: #e0e0e0; /* light text for contrast */
	transition: background-color 0.3s ease, border-color 0.3s ease;
  }
  
  .special-box .btn-success:hover {
	background-color: #1e3535; /* even deeper on hover */
	border-color: #1e3535;
	color: #ffffff;
  }
  
  /* Responsive */
  @media (max-width: 767.98px) {
	.special-box {
	  flex-direction: column !important;
	  text-align: center;
	}
  
	.special-box .flex-fill:first-child {
	  margin-bottom: 1rem;
	}
  
	.special-box .flex-fill:last-child {
	  max-width: 100%;
	}
  
	.special-box .btn-success {
	  width: 100%;
	  min-width: unset;
	}
  }
  


  #sidebar-pricebox {
	background-color: var(--background-box);
	border: 1px solid var(--border-soft);
	padding: 1.9rem;
	border-radius: 0.75rem;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
	color: var(--text-color);
	max-width: 350px;
	margin-bottom: 2rem;
	position: sticky;
	top: 90px; /* adjust based on navbar */
  }
  
  #sidebar-pricebox .price {
	font-size: 1.75rem;
	color: var(--th-color-primary);
	font-weight: 700;
	display: block;
	margin: 0.25rem 0;
  }
  
  #sidebar-pricebox .incl {
	font-size: 0.95rem;
	color: var(--th-color-secondary);
	font-weight: 600;
	margin-bottom: 1rem;
	display: block;
  }
  
  #sidebar-pricebox .group_discount {
	margin-bottom: 0.75rem;
  }
  
  #sidebar-pricebox .group_discount_1 {
	display: inline-block;
	background-color: var(--th-color-primary);
	color: #fff;
	padding: 6px 12px;
	border-radius: 5px;
	font-size: 0.875rem;
	cursor: pointer;
  }
  
  #sidebar-pricebox ul.group-list {
	padding: 0;
	list-style: none;
	margin-bottom: 1rem;
  }
  
  #sidebar-pricebox ul.group-list li {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px dashed var(--border-soft);
	font-size: 0.95rem;
  }
  
  #sidebar-pricebox .contact-bar {
	display: block;
	margin: 1.2rem 0;
  }
  
  #sidebar-pricebox .btn-contact,
  #sidebar-pricebox .btn-book, .sidebar-mobile .btn-contact {
	display: block;
	width: 100%;
	margin-bottom: 0.5rem;
	padding: 10px 16px;
	font-size: 1rem;
  }
  
  #sidebar-pricebox .btn-contact, .sidebar-mobile .btn-contact {
	background-color: var(--th-color-secondary);
	border: none;
	color: #111;
  }
  
  #sidebar-pricebox .btn-book {
	background-color: var(--th-color-primary);
	border: none;
	color: #fff;
  }
  
  #sidebar-pricebox .why {
	background-color: var(--background-light);
	padding: 1rem;
	border-radius: 0.5rem;
	margin-top: 1.5rem;
  }
  
  #sidebar-pricebox .why h5 {
	font-size: 1.1rem;
	margin-bottom: 0.75rem;
	color: var(--th-color-primary);
  }
  
  #sidebar-pricebox .why ul {
	list-style: none;
	padding-left: 0;
	margin: 0 0 1rem;
  }
  
  #sidebar-pricebox .why ul li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 0.6rem;
	font-size: 0.95rem;
  }
  
  #sidebar-pricebox .why ul li::before {
	content: "\f00c"; /* fa-check */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--th-color-secondary);
	position: absolute;
	left: 0;
	top: 3px;
  }
  
  #sidebar-pricebox .btn-warning {
	background-color: #ffc107;
	color: #000;
	border: none;
	padding: 6px 12px;
	font-size: 0.875rem;
  }
  
  #sidebar-pricebox .expert-profile-wrapper {
	display: flex;
	align-items: center;
	margin-top: 1.5rem;
	gap: 12px;
  }
  
  #sidebar-pricebox .expert-text {
	line-height: 1.3;
  }
  
  #sidebar-pricebox .expert-name {
	font-weight: 600;
	color: var(--th-color-primary);
	display: block;
  }
  

  #sidebar-pricebox .price-box {
	
	padding: 1rem;
	border-radius: 0.75rem;
	margin-bottom: 1rem;
  }
  
  #sidebar-pricebox .price-box .currency {
	display: block;
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 0.4rem;
	font-weight: 500;
  }
  
  #sidebar-pricebox .price-box .main-price {
	display: flex;
	align-items: baseline;
	justify-content: start;
	gap: 6px;
  }
  
  #sidebar-pricebox .price-box .amount {
	font-size: 2.2rem;
	font-weight: 800;
	color: var(--th-color-secondary);
  }
  
  #sidebar-pricebox .price-box .unit {
	font-size: 1.1rem;
	font-weight: 500;
	color: var(--th-color-secondary);
  }
  
  #sidebar-pricebox .price-box .per-person {
	margin-top: 0.3rem;
	font-size: 0.95rem;
	color: #444;
	font-style: italic;
  }
  



ul.why-us-list{
    display:flex;
    flex-flow:row wrap;
    gap:5px;
}
ul.why-us-list li{
    flex:0 0 49%;
}


  .why-us-list li {
	display: flex;
	align-items: center;

	background: var(--background-box);
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.035);
	transition: background 0.3s ease;
	
  }
  
  .why-us-list li:hover {
	background: #f1f1f1;
  }
  
  .why-us-list .icon {
	color: var(--th-color-secondary);
	font-size: 1.2rem;
	margin-right: 0.8rem;
	min-width: 24px;
	text-align: center;
  }
  
  .why-us-list span {
	font-size: 1rem;
	color: var(--text-color);
  }
  
  .subtitle {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--th-color-primary);
  }
  
  .highlight {
	color: var(--th-color-secondary);
  }
  
  .flexslider{
	border-radius: 0px;
	border: 0px;	
	background-color: transparent !important;
  }

  .flex-control-nav.flex-control-thumbs li {
	display: inline-block;   /* Display horizontally */
	width: 70px;             /* Set fixed width for each thumbnail container */
	margin-right: 8px;       /* Space between thumbnails */
	box-sizing: border-box;  /* Include padding/border in width */
	cursor: pointer;
  }
  
  .flex-control-nav.flex-control-thumbs li:last-child {
	margin-right: 0;         /* Remove right margin on last item */
  }

  .flex-control-nav.flex-control-thumbs li img {
	width: 100%;     /* Make image fill the li container */
	height: auto;
	border-radius: 4px;
  }
  
  
  .flex-control-nav.flex-control-thumbs li img:hover,
  .flex-control-nav.flex-control-thumbs li.flex-active img {
	opacity: 0.7;
  }

  .flex-control-thumbs {
   
    display: flex;
    justify-content: center;
}

.posted-on time.updated {
	display: none;
  }
  



  /* Booking Page Styles */
.booking-page {
	padding: 60px 0;
	background-color: var(--background-light);
	color: var(--text-color);
  }
  
  .booking-title {
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 20px;
	color: var(--th-color-primary);
  }
  
  .booking-page h1 span {
	color: var(--th-color-secondary);
  }
  
  .booking-page p {
	font-size: 1.1rem;
	color: var(--text-color);
  }
  
  .booking-page .title {
	font-size: 2rem;
	color: var(--th-color-primary);
	font-weight: 500;
  }
  
  .sidebar-booking {
	background: var(--background-box);
	border: 1px solid var(--border-soft);
	border-radius: 10px;
	padding: 25px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }
  
  .sidebar-booking figure {
	margin-bottom: 15px;
  }
  
  .sidebar-booking img {
	width: 100%;
	height: auto;
	border-radius: 8px;
  }
  
  .sidebar-booking h5 {
	font-size: 1.25rem;
	margin-top: 10px;
	font-weight: 600;
	color: var(--th-color-secondary);
  }
  
  .sidebar-booking span {
	display: block;
	margin: 5px 0;
	font-size: 0.95rem;
  }
  
  .group-list {
	margin-top: 15px;
	border-top: 1px solid var(--border-soft);
	padding-top: 10px;
	list-style: none;
	font-size: 0.95rem;
  }
  
  .group-list li {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px dashed var(--border-soft);
  }
  
  .booking-form .card {
	margin-bottom: 30px;
	border-radius: 10px;
	border: 1px solid var(--border-soft);
	overflow: hidden;
  }
  
  .booking-form .card-header {
	font-weight: 600;
	padding: 15px 20px;
	font-size: 1.1rem;
  }
  
  .booking-form .card-body {
	padding: 20px;
	background-color: var(--background-box);
  }
  
  .booking-form .form-group label {
	font-weight: 500;
	margin-bottom: 6px;
	display: block;
	color: var(--text-color);
  }
  
  .booking-form .form-control {
	border-radius: 5px;
	border: 1px solid var(--border-soft);
	height: 45px;
	padding: 8px 12px;
	font-size: 0.95rem;
  }
  
  .booking-form textarea.form-control {
	height: auto;
	min-height: 100px;
  }
  
  .booking-form .btn-success {
	background-color: var(--th-color-secondary);
	border-color: var(--th-color-secondary);
	padding: 10px 25px;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 6px;
	transition: 0.3s ease;
  }
  
  .booking-form .btn-success:hover {
	background-color: #066a00;
	border-color: #066a00;
  }
  
  .checkbox label {
	font-size: 0.9rem;
  }
  
  .checkbox input[type="checkbox"] {
	margin-right: 5px;
  }
  

  @media (max-width: 768px) {
	.sidebar-booking {
	  margin-bottom: 30px;
	}
	.booking-title {
	  font-size: 2rem;
	}
  }
  



  /* === Team Page Styling === */
.team .header-section {
	background: linear-gradient(120deg, #4050b5, #2b388e);
	color: #fff;
	padding: 60px 0;
	text-align: center;
  }
  
  .team .block-title h1 {
	font-size: 2.8rem;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
  }
  
  .team .nav.nav-pills.our-team {
	margin-top: 40px;
	margin-bottom: 30px;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
  }
  
  .team .nav-pills .nav-link {
	background-color: #e0f2f1;
	color: #00796b;
	border-radius: 20px;
	padding: 10px 20px;
	font-weight: 600;
	transition: all 0.3s ease;
  }
  
  .team .nav-pills .nav-link:hover,
  .team .nav-pills .nav-link.active {
	background-color: #004d40;
	color: #ffffff;
  }
  
  .tab-content .p-level {
	margin-top: 30px;
  }
  
  .t-box {
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 30px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	padding: 20px;
	transition: transform 0.3s ease;
	background-color: #fff;
  }
  
  .t-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
  
  .t-box figure {
	margin: 0;
	overflow: hidden;
	border-radius: 10px;
  }
  
  .t-box img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	transition: transform 0.3s ease;
  }
  
  .t-box:hover img {
	transform: scale(1.05);
  }
  
  .t-box figcaption {
	margin-top: 10px;
  }
  
  .t-box figcaption h5 {
	margin: 10px 0 5px;
	font-size: 1.2rem;
	color: #004d40;
	font-weight: bold;
  }
  
  .t-box figcaption h5 a {
	color: inherit;
	text-decoration: none;
  }
  
  .t-box figcaption .position {
	display: block;
	font-size: 0.9rem;
	color: #666;
	font-style: italic;
  }
  
  .t-box-text {
	font-size: 1rem;
	line-height: 1.6;
	color: #333;
  }
  
  @media screen and (max-width: 768px) {
	.t-box {
	  text-align: center;
	}
  
	.t-box .col-md-3,
	.t-box .col-md-9 {
	  padding: 10px;
	}
  
	.t-box .col-md-3 {
	  margin-bottom: 15px;
	}
  }
  
  
  
  .bottom-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.bottom-nav .nav-item {
  display: inline-block;
  border:none !important;
  box-shadow:none !important;
}

.bottom-nav .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
  color: #333;
}

.bottom-nav .nav-item a:hover {
  background-color: #007bff;
  color: #fff;
}

@media (max-width: 960px) {
    #navbar-content .navbar-nav {
        flex-direction: row !important;
        justify-content: space-around;
    }
}



/*=== mobile ====*/
@media (max-width: 767px) {
  .logo img {
    width: 140px;
  }

  #banner .b-text-container,
  #banner .customer-care-info {
    margin-left: 20px;
    padding-right: 20px;
  }

  #banner .b-text-container h2 {
    font-size: 1.8rem;
    text-align: center;
    
  }

  .featured-section-title {
    width: 100%;
    padding: 0 15px;
  }

  #featured-section {
    padding: 60px 0;
  }

  .h-wrapper {
    padding: 30px 15px;
  }

  .h-wrapper .h-inner {
    flex-direction: column;
    gap: 20px;
  }

  #search-shuttle {
    padding: 30px 20px;
  }

  #trip-facts ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .a-box figure {
    height: 200px;
  }

  .a-box figure img {
    height: 200px;
  }

  #sidebar-pricebox {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .booking-title {
    font-size: 1.8rem;
  }

  .testimonial-section {
    padding: 40px 15px;
  }

  .about {
    padding: 40px 15px;
  }

  .about h2 {
    font-size: 1.6rem;
  }

  #inclusion .title,
  #itinerary .title {
    font-size: 1.6rem;
  }

  .special-box {
    padding: 1rem;
  }

  .special-box .flex-fill:first-child {
    font-size: 1rem;
  }

  .t-box {
    padding: 15px;
  }

  .bottom-nav {
    justify-content: center;
  }

  .bottom-nav .nav-item a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
