/*
Theme Name: Seek And Savor Travel
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Susheel Rathi
Author URI: https://bradsol.com/
Version: 1.0
---------------------------------------------------------------------------------
Revision History
---------------------------------------------------------------------------------
Version		   Modified By				  Date(MM-DD-YYYY)   	Description
---------------------------------------------------------------------------------
1.0	    	<Susheel Rathi>				<09-10-2025>	    Initial Build
---------------------------------------------------------------------------------
*/

/**
* CONTENTS
*
* SETTINGS
* Global.............. Globally-available variables and config.
* Headings............ H1–H6 styles.
* Links............... Link option throughout the site
* Buttons............. Button settings of the website
*
* HEADER SETTINGS
* Top bar........ Top bar section.
* Navigation..... Better navigation of the website.
*
* CONTENT SETTINGS
* Form............................... Web forms of the website.
* Specific features and objects...... object and features of elements
* Specific pages..................... Elements for specific pages and objects
*
* FOOTER SETTINGS
* Footer links........... The main page footer.
* Footer-text............ The main page footer texts.
* 
* MEDIA QUERIES
* Media queries........... The Media Query
*/

/*------------------------------------*\
#GLOBAL SETTINGS
\*------------------------------------*/

body,
html {
	overflow-x: hidden;
	/* Hide horizontal scrollbar caused by slide-left/right */
	overflow-y: auto;
}

/*@font-face {
	font-family: "Playfair Display", serif;
	src: url('https://seekandsavortravel.com/homepage/fonts/CormorantGaramond-semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Playfair Display", serif;
	src: url('https://seekandsavortravel.com/homepage/fonts/CormorantGaramond-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Playfair Display", serif;
	src: url('https://seekandsavortravel.com/homepage/fonts/CormorantGaramond-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Playfair Display", serif;
	src: url('https://seekandsavortravel.com/homepage/fonts/CormorantGaramond-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';

	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansregular';

	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';

	font-weight: 700;
	font-style: normal;
}

*/
.bg_lightpink {
	background-color: #dfd1ae
}

/*------------------------------------*\
#FORMS
\*------------------------------------*/

body .gform_wrapper .gfield_label{
	font-weight:bold;
}

.gform_wrapper .gfield_label, .gform_wrapper, .gform_wrapper label, .gform_wrapper .gfield_description, .gform_wrapper .gsection_title, 
.gform_wrapper  .gform_description {
    color: #FFFFFF !important; /* Sets all text color to white */
}

.gform_wrapper .gform_button {
	background-color: #d6ba73 !important;
    border-color: #d6ba73 !important;
    color: #ffffff !important;
}


body .gform_wrapper .fullwidth span.address_country{
	width:100%;
}

.travel-form-descripton p, .gform_wrapper  .gform_description, .travel-form-descripton h3, .travel-form-descripton{
	color:#ffffff;
}

/* Make Gravity Forms submit button full width */
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_footer button.gform_button {
    width: 100% !important;
}



/*------------------------------------*\
#TEXT
\*------------------------------------*/

/* 
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center; /* centers horizontally
  align-items: center;     /* centers vertically 
  z-index: 999999;
}

.popup-content {
	top:27%;
	text-align:center;
	margin:0px auto;
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 5px 25px rgba(0,0,0,0.3);
  position: relative;
  transform: translateY(0); /* prevent old translate issues 
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  border: none;
  font-size: 28px;
  cursor: pointer;
      color: #fff;
    background: #2b6cb0;
    padding: 0px 12px;
}

body.popup-active {
  overflow: hidden; /* prevent scrolling background 
}
*/

/*------------------------------------*\
#HEADING TAGS
\*------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Playfair Display", serif;
	font-weight: 600;
	line-height: 1.3;
}

body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 1.5;

}

p,
a {
	color: #000;
	font-size: 15px;
}

.p0 {
	padding: 0px;
}

body .start_journey p {
	margin-bottom: 0px;
	font-size: 23px;
}

h1 {
	font-size: 50px;

}

h2 {
	font-size: 36px;
	text-transform: uppercase;

}

h3 {
	font-size: 28px;

}

h4 {
	font-size: 22px;
}

h5,
h6 {
	font-size: 20px;
}


.p50 {
	padding: 50px 0px;
}

.goldheading {
	/*background: linear-gradient(
		to bottom, 
		#462523 0%,
		#cb9b51 22%, 
		#f6e27a 45%,
		#f6f2c0 50%,
		#f6e27a 55%,
		#cb9b51 78%,
		#462523 100%
	); */
	background: linear-gradient(45deg, #f7e7ce, #e6d3a3, #d6ba73);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.textstorkeblack {
	-webkit-text-stroke: 1px black;
}

.brownheading {
	color: #c49b62;
	;
}


body.page-id-4234 h3,
body.page-id-4234 ul,
body.page-id-4286 h3,
body.page-id-4286 ul {

	margin-bottom: 15px !important;
}

/*------------------------------------*\
#LINKS
\*------------------------------------*/
a {
	text-decoration: none;
}

.centerbtn {
	text-align: center
}

/*------------------------------------*\
#BUTTONS
\*------------------------------------*/
.btn_outline {
	border: 1px solid #fff;
	padding: 8px 16px;
	text-transform: uppercase;
	border-radius: 0px;
	background: transform;
	color: #fff;
}

.important-note a.btn{
	font-size: 16px;
    font-weight: 500;
	padding:20px 0px;
	cursor:pointer;
	border:none !important;
	display:inline-block;
}
.important-note a.btn:hover, .important-note a.btn:active , .important-note a.btn:focus{
	background: transparent !important;
    color: #fff !important;
	border:none !important;
}
.page-template-view-itinerary-pdf .trip_btn.open-itinerary-popup {
	background: linear-gradient(45deg, #f7e7ce, #e6d3a3, #d6ba73);
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
	padding: 8px 26px;
	text-decoration: none;
	font-family: "Playfair Display", serif;
}

.btn_gold , .interst_form #mc-embedded-subscribe{
	background: linear-gradient(45deg, #f7e7ce, #e6d3a3, #d6ba73);
	color: #000;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
	padding: 8px 26px;
	text-decoration: none;
	font-family: "Playfair Display", serif;
}

body .download_brochreform input[type="submit"],body .download-brochure-btn-section .view-brochure-btn, 
.popup-content input[type="submit"], body .download_brochreform .download-brochure-btn-section .view-brochure-btn {
	background: linear-gradient(45deg, #f7e7ce, #e6d3a3, #d6ba73);
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
	padding: 8px 18px;
	text-decoration: none;
	font-family: "Playfair Display", serif;
}

.btn_gold:hover,.interst_form #mc-embedded-subscribe:hover,
.download_brochreform input[type="submit"]:hover {
	/*  background: linear-gradient(45deg, #e6d3a3, #d6ba73, #c9ae6a);*/
	background: linear-gradient(to right,
			#462523 0%,
			#cb9b51 22%,
			#f6e27a 45%,
			#f6f2c0 50%,
			#f6e27a 55%,
			#cb9b51 78%,
			#462523 100%) !important;
	color: #3b2f1f;
	box-shadow: 0 0 10px rgba(198, 172, 102, 0.5);
}


.popup-content .title {
	font-weight: bold
}

.popup-header {
	text-align: left;
	padding-bottom: 16px;
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 20px;
}

.popup-content h4 {
	text-align: left;

}

.btn:hover {
	background: linear-gradient(to right,
			#462523 0%,
			#cb9b51 22%,
			#f6e27a 45%,
			#f6f2c0 50%,
			#f6e27a 55%,
			#cb9b51 78%,
			#462523 100%) !important;
	color: black !important;
	border: none;
	cursor: pointer;
}

.btn {
	font-size: 18px;
	padding: 8px 16px;
	font-weight: 600;
}

/*------------------------------------*\
#HEADER SETTINGS
\*------------------------------------*/

.logo {
	width: 150px;
}

.main-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;

	transition: all 0.3s ease;
}

body.home .main-header {
	background-color: transparent;
	color: #fff;
}

.main-header a.nav-link {

	text-transform: uppercase;

	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 90px;
	letter-spacing: 1.2px;
	color: #fff;

}

.sticky .top-bar {
	display: none !important
}

body.home .main-header a.nav-link {
	background: linear-gradient(90deg, #b5a984, #cdac53, #9c864f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	-webkit-text-stroke: 0.3px black;

}

body .main-header.sticky a.nav-link {
	background: linear-gradient(90deg, #b5a984, #cdac53, #9c864f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	-webkit-text-stroke: 0.3px black;

}

body .main-header.sticky {
	background-color: #FFFFFF;

}

.trip-overview .goldheading.textstorkeblack {
	-webkit-text-stroke: unset;
}

body .main-header.sticky .logo {
	width: 100px;
}

.topalign {
	align-items: flex-start !important;
}

/* ======================
TOP BAR
====================== */
/* ===== Top Bar ===== */
.top-bar {
	background-color: #000;
	padding: 0px 0px;
	border-bottom: 1px solid #ddd;
}

.social_icon_group i,
.social_icon_group a {
	color: #fff;
	font-size: 22px;
	padding: 0xp 10px;
	margin: 8px 12px 8px 0px;
	text-decoration: none;
}

.social_icon_group a {
	font-size: 16px;
}

.social_icon_group i {
	border-radius: 6px;
	border: 1px solid #fff;
	padding: 3px 0px 8px 0px;
	width: 30px;
	height: 30px;
	font-size: 20px;
}

.social_icon_group.no_border i {
	border: none;
}

/* ===== Mega Menu (Desktop) ===== */
@media (min-width: 992px) {
	.dropdown:hover>.dropdown-menu {
		display: block;
		margin-top: 0;
	}

	.dropdown-submenu:hover>.dropdown-menu {
		display: block;
		left: 100%;
		top: 0;
	}

	.dropdown-submenu {
		position: relative;
	}

	.dropdown-submenu .dropdown-menu {
		top: 0;
		left: 100%;
		margin-left: 0;
	}
}

.megamenu {
	left: 0;
	right: 0;
	width: 100%;
	padding: 15px 0px 0px 0px;
	background: #dfd1ae;
	border-top: 1px solid #ddd;
}

.megamenu_inner {
	display: flex;

	gap: 20px;
	margin-bottom: 10px;
}

.megamenu_inner.destinations_box {
	display: flex;
	align-items: center;
}

.megamenu_inner.destinations_box img {
	width: 60px;
	height: 60px;
}

.megamenu_inner p {
	font-size: 12px;
}

.megamenu_inner h5 {
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: capitalize;
	color: #2a2622;
	font-weight: 900;
}

.megamenu img {
	width: 60px;
	height: 60px;

}

.megamenu_inner h5,
.left_menubox h5 {
	font-size: 15px;
}

.left_menubox h3 {
	font-size: 20px;
}

.left_menubox h5 {

	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

.megamenu h6 {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.megamenu ul {
	padding-left: 0;
}

.megamenu ul li {
	list-style: none;
	margin-bottom: 0.5rem;
}

.megamenu ul li a {
	color: #333;
	text-decoration: none;
}

.megamenu ul li a:hover {
	text-decoration: underline;
}

/* ===== Mobile Sidebar Menu ===== */
@media (max-width: 991.98px) {
	.navbar-collapse {
		position: fixed;
		top: 0;
		left: -100%;
		width: 250px;
		height: 100%;
		background: #fff;
		overflow-y: auto;
		padding: 2rem 1rem;
		transition: left 0.3s ease-in-out;
		z-index: 1050;
	}

	.navbar-collapse.show {
		left: 0;
	}

	.navbar-nav .nav-link {
		padding: 0.75rem 1rem;
		border-bottom: 1px solid #e5e5e5;
		font-weight: 500;
	}

	.dropdown-menu {
		position: static !important;
		float: none;
		width: 100%;
		box-shadow: none;
		padding: 0.5rem 0;
	}

	.dropdown-menu .dropdown-item {
		padding-left: 2rem;
		font-size: 0.95rem;
	}

	.dropdown-submenu .dropdown-menu .dropdown-item {
		padding-left: 3rem;
		font-size: 0.9rem;
	}

	.megamenu {
		padding: 15px 0px 0px 0px;
		background: transparent;
		border: none;
	}


	.megamenu .row {
		flex-direction: column;
	}

	.megamenu .col-md-3 {
		margin-bottom: 1.5rem;
	}

	.btn-close-mobile {
		font-size: 2rem;
		border: none;
		background: transparent;
		padding: 0;
		margin-right: 1rem;
		color: #333;
	}

	.btn-close-mobile:hover {
		color: #dc3545;
	}

	.mobile-overlay {
		display: none;
	}

	body.offcanvas-open .mobile-overlay {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		z-index: 1040;
	}
}


/*------------------------------------*\
#TOP BAR
\*------------------------------------*/




/*------------------------------------*\
#NAVIGATION
\*------------------------------------*/

/*------------------------------------*\
#CONTENT SETTINGS
\*------------------------------------*/

.promo-icon{
	margin-top:-50px;
}
/*------------------------------------*\
#FORM
\*------------------------------------*/
/*------------------------------------*\
#SPECIFIC FEATURE AND OBJECTS
\*------------------------------------*/

.cruise-logos .int_box img {
    width: 300px;
    margin: 15px auto;
    height: 150px;
    object-fit: contain;

    padding: 15px;
}
.cruise-logos .int_box img:hover{
	filter:unset;
}
.page-template-upcoming-trips .taxonomy-posts .card-wrapper,
.single-itineraries .start_journey {
	position: relative !important;
	overflow: visible !important;
	transform: none !important;
	z-index: auto !important;
}

.start_journey .modal-body p {
	font-size: 16px;
	margin-bottom: 20px
}

#factsheet .helpie-faq.accordions .accordion .accordion__item .accordion__body {
	height: 100% !important
}

#factsheet ul {
	margin: 0px
}

body .start_journey .journey_icons img {
	width: 50px;
	height: 50px;
	margin: 0px
}

.start_journey .journey_icons a {
	display: inline-block;
	margin: 0px 10px
}

.start_journey .journey_icons i {
	color: #d7ba78;
	font-size: 32px;
}

.start_journey .journey_icons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social_icon_group img {
	width: 30px;
	border-radius: 6px;
	border: 1px solid #fff;
	filter: brightness(0) invert(1);
}

.social_icon_group a {
	display: inline-block
}

.social_icon_group {
	display: flex;
	align-items: center;
}

.mobile-mode-trips {
	text-align: center
}



.start_journey .journey_icons a {

	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
	border: 1px solid #d8bb78;
	border-radius: 6px;
}

/*------------------------------------*\
#SPECIFIC PAGES 
\*------------------------------------*/


.slider_banner.carousel,
.slider_banner .carousel-inner,
.slider_banner .carousel-item {
	height: 100vh;
}

.slider_banner .carousel-item img {
	width: 100%;
	height: 100dvh;
	object-fit: cover;
	filter: brightness(60%);
}

.slider_banner .overlay-content {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	z-index: 10;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
	padding: 0 15px;
	width: 100%;
	max-width: 800px;
}

.slider_banner .overlay-content h1 {

	font-weight: bold;
}

.slider_banner .overlay-content p {

	margin-bottom: 1.5rem;
	color: #fff
}

/* Adjust dots (indicators) position */
.slider_banner.carousel-indicators {
	bottom: 20px;
	z-index: 11;
}




.post-info .table {
	width: 100%;
	margin: auto
}

.post-info .table thead {
	background-color: #000;
}

.daywise-content,
.twocol_flex {
	max-height: 400px;
	/* or whatever height you want */
	overflow-y: auto;
	/* enable vertical scroll */
	scrollbar-width: none;
	/* for Firefox */
	-ms-overflow-style: none;
	/* for IE 10+ */
	position: relative;
}

.daywise_triptab.fixed-tabs {
	position: fixed;
	top: 80px;
	/* Push below header */
	left: 0;
	right: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Custom brown table styling */
.post-info-table {
	background-color: #8c6c49;
	/* Brown */
	color: white;
}

.post-info .table th,
.post-info .table td {
	background-color: #8c6c49;
	/* Ensure all cells are brown */
	color: white;
}


.post-info .table tr:nth-child(even) td {
	background-color: #8c6c49;
	/* Darker brown for striped effect */
}

/* Optional: White border between rows */
.post-info .table td,
.post-info .table th {
	border-color: #ffffff33;
	/* semi-transparent white */
}

.trip-overview {
	padding: 2rem 1rem;
}

.trip-overview .tab-card {
	background-color: transparent;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
	padding: 1rem;
}

/* Base tab styling */
.trip-overview .nav-tabs {
	display: flex;
	gap: 0.5rem;
}

.trip-overview .nav-tabs .nav-link {
	border: none;
	background-color: transparent;
	font-weight: 500;
	padding: 0.75rem;
	/* white-space: nowrap; */
	transition: background-color 0.2s, color 0.2s;
	width: 100%;
	text-align: left;
	/* background: #c7aa95;*/
	color: #fff !important;
	border-radius: 0px;
}

.trip-overview .nav-tabs .nav-link.active {
	background: #fff;
	color: #000 !important
}

.trip_icons {
	justify-content: space-evenly;
}

.trip_icons i {
	margin-right: 10px;
}

.trip_icons i::before,
.daywise_trip i::before,
.daywise-content i::before {
	/*background: linear-gradient(to bottom, #462523 0%, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100%); */
	background: linear-gradient(45deg, #f7e7ce, #e6d3a3, #d6ba73);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.trip-overview .tab-content>.active {
	display: block;
	padding: 15px;
}

.trip-overview .nav-item {
	width: 100%;
	padding: 5px 0px
}

.trip-overview.list_style .list-inner li {
	color: #fff;
}

.trip-overview.list_style .list-inner li:hover {
	background-color: #fdf9f4;
	color: #000
}

.list_style ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}


.list_style .list-inner li {
	position: relative;
	padding-left: 1.8rem;
	font-size: 1rem;
	color: #4b3c2f;
	padding-block: 0.6rem;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	transition: background-color 0.3s ease;
}


.list_style .list-inner li::before {
	content: '\f061';
	/* fa-arrow-right */
	font-family: 'FontAwesome';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	/*background: linear-gradient(
		to bottom,
		#462523 0%,
		#cb9b51 22%, 
		#f6e27a 45%,
		#f6f2c0 50%,
		#f6e27a 55%,
		#cb9b51 78%,
		#462523 100%
	);*/
	background: linear-gradient(45deg, #f7e7ce, #e6d3a3, #d6ba73);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	transition: transform 0.3s ease, color 0.3s ease;
}

.list_style .list-inner li:hover {
	background-color: #fdf9f4;
}

.list_style .list-inner li:hover::before {
	transform: translateY(-50%) translateX(5px);
	color: #8c6c49;
}

#tripTabs {
	display: flex;
	flex-direction: column;
	gap: 0px
}

/* Desktop: Vertical sidebar tabs with rotated text */
@media (min-width: 768px) {
	.trip-overview .nav-tabs {
		flex-direction: column;
		align-items: center;
		border-right: 1px solid #dee2e6;
		border-bottom: none;
	}

	body .gform_wrapper {
		max-width: 80%;
		margin: 0 auto; /* This also centers the form */
	}
	
	/* Add a gap between left and right half fields */
	.gform_wrapper .gform_body .gfield.gf_left_half {
		padding-right: 2%;
	}
	.gform_wrapper .gform_body .gfield.gf_right_half {
		padding-left: 2%;
	}



}

/* Mobile: Horizontal tabs */
@media (max-width: 767.98px) {
	.trip-overview .nav-tabs {
		overflow-x: auto;
		flex-wrap: nowrap;
		white-space: nowrap;
	}
}

.daywise {
	position: relative;

}

.daywise_triptab.nav-tabs .nav-link {
	color: #fff;
	font-size: 16px;
}

.daywise_triptab.nav-tabs .nav-item.show .nav-link,
.daywise_triptab.nav-tabs .nav-link.active {
	background: linear-gradient(to bottom,
			#462523 0%,
			#cb9b51 22%,
			#f6e27a 45%,
			#f6f2c0 50%,
			#f6e27a 55%,
			#cb9b51 78%,
			#462523 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;

	letter-spacing: 1px;
}

.onecol_flex .daywise-content {
	width: 50%;
}

.onecol_flex .day_slider_wrap {
	width: 50%;
	margin-bottom: 20px
}

.day_slider_wrap img {
	height: 400px;
	object-fit: cover;
	width: 100%;
}

.daywise-content {

	padding: 1rem 1.5rem;
	border-radius: 0.5rem;

}


.daywise-content p,
.daywise-content li,
.daywise .daywise-event.list_style .daywise-content.list-inner li {
	color: #fff;
}

.daywise .daywise-event.list_style .daywise-content.list-inner li {
	border: none
}

.daywise .daywise-event.list_style .daywise-content.list-inner li:hover {
	color: #000
}

.daywise-content i {
	padding-right: 20px;
}

.daywise-event {
	position: relative;

	padding-left: 1.5rem;
}

/* Dot */
.daywise-event::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6%;
	width: 18px;
	height: 18px;
	background-color: #8c6c49;
	/* sienna brown */
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #8c6c49;
	z-index: 1;
}

/* Line between dots - on all except last daywise-event */
.daywise-event:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 8px;
	top: 7%;
	width: 3px;
	height: 100%;
	background-color: #8c6c49;
	border-radius: 2px;
	z-index: 0;
}



@media (max-width: 576px) {
	.daywise {
		padding-left: 2rem;
		margin-left: 0.5rem;
	}

	.daywise-event::before {
		width: 22px;
		height: 22px;
		left: 0;
		border-width: 2px;
		box-shadow: 0 0 0 2px #8c6c49;
	}

	.daywise-event:not(:last-child)::after {
		left: 10px;
		top: 45px;
		width: 2px;
		height: calc(100% - 22px);
	}

	.daywise-content {
		padding: 0.75rem 1rem;
		font-size: 0.9rem;
	}
}

/*------------------------------------*\
#HOME
\*------------------------------------*/

.home_banner {
	position: relative;
	width: 100%;
	overflow: visible;
	/* no border radius, so no clipping needed */
}

.home_banner img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
	/* no rounded corners */
}


.home_slider .carousel,
.home_slider .carousel-inner,
.home_slider .carousel-item {
	height: 100vh;
}

.home_slider .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.home_slider .overlay-title,
.home_slider .overlay-desc {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	z-index: 10;
	width: 100%;

	padding: 0 15px;
}

.home_slider .overlay-title {
	top: 65%;
	width: 90%;
	left: 50%;
}

.home_slider .overlay-title h1 {
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	z-index: 2;
	font-size: 38px;
	text-shadow: 1px 2px 3px #000, 2px 4px 6px #000;
	font-weight: 700
}

.home_slider .overlay-desc {
	bottom: 10%;
}





.banner-heading {
	position: absolute;
	top: 20%;
	left: 15%;
	margin: 0;
	color: #c49b62;
	/* background: linear-gradient(
	to bottom, 
	#462523 0%,
	#cb9b51 22%, 
	#f6e27a 45%,
	#f6f2c0 50%,
	#f6e27a 55%,
	#cb9b51 78%,
	#462523 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;*/

	letter-spacing: 1px;
	text-align: center;
	z-index: 2;
}

.search-form {
	position: absolute;
	bottom: 7%;
	left: 20px;
	right: 20px;
	display: flex;
	z-index: 2;
	width: 40%;
	margin: auto;
	background-color: rgb(0 0 0 / 50%);
	border: 2px solid white;
	border-radius: 30px;

	box-sizing: border-box;
}

.search-form input[type="search"] {
	flex-grow: 1;
	padding: 10px 15px;
	border: none;
	border-radius: 30px 0 0 30px;
	font-size: 1rem;
	outline: none;
	background-color: transparent;
	color: white;
}

.search-form input[type="search"]::placeholder {
	color: #ccc;
	/* lighter placeholder */
	font-family: "Playfair Display", serif;
	font-size: 26px;
	text-align: center;
	padding: 5px;
}

.search-form button {
	background: rgb(0 0 0 / 50%);
	border: none;
	padding: 0 10px;
	border-left: 1px solid #f2f2f2;
	border-radius: 0 30px 30px 0;
	cursor: pointer;
	color: white;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
}

.search-form button:hover {
	background: rgba(255, 255, 255, 0.15);
}

.text_shadow {
	text-shadow: 1px 1px 5px black;
}

.home_banner img {
	width: 100%;
	height: auto;
}

.about_desc img {
	width: 100px;
	border-radius: 12px;
}

.about_desc {
	gap: 30px;
}

.about_us h2 {
	font-size: 30px;
	margin-bottom: 15px;
}

.about_us {
	background-image: url('https://seekandsavortravel.com/wp-content/uploads/2026/04/about_bg-1.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.start_journey {
	background-image: url('https://seekandsavortravel.com/wp-content/uploads/2025/09/as-featured-in-bg-scaled.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.client_logos {
	background-image: url('https://seekandsavortravel.com/wp-content/uploads/2025/09/as-featured-in-bg-scaled.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.client_logos img {
	width: 100%;
}

.start_journey h2 {
	font-size: 50px;
	color: #cbb27d;
	text-transform: uppercase;
}

.start_journey img {
	width: 120px;
	margin: auto
}



.about_box img {
	filter: brightness(0) invert(1);
	width: 70px;
	height: 70px;
	object-fit: contain;
	margin: auto
}

.about_box p {
	text-align: left;
	margin-top: 15px;
	font-size: 14px;
}

.destinations {
	background-image: url('https://seekandsavortravel.com/wp-content/uploads/2025/10/map-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.dest_box {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 20px auto;
	overflow: hidden;

}


.slick-prev,
.slick-next {
	background-color: transparent;
	width: 30px;
	height: 30px;
	z-index: 10;
}

/* Arrow icon styles */
.slick-prev:before,
.slick-next:before {
	color: white;
	/* White arrow color */
	font-size: 30px;
	/* Arrow size */
	opacity: 1;
	/* Make it fully visible */
}

.cruise-slider .card-wrapper,
.two-row-cruise-slider .card-wrapper {
	margin: 20px 10px;
}

.travel_by_passion .img-card {
	margin: 0 10px;
	/* Add horizontal spacing between slides */
}

.subtitle {
	font-size: 26px;
}

.dest_box img {
	width: 230px;
	height: 230px;
	display: block;
	border-radius: 50%;
	border: 5px solid #fff;
	margin: auto;
}

.dest_box {
	position: relative;

}

#traveltabs_main {
	margin-left: 0px
}

.dest_box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	/* light black overlay */
	pointer-events: none;
	/* so it doesn't interfere with clicks */
	z-index: 1;
}

/* Heading on top */
.dest_box h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	font-weight: 700;
	margin: 0;
	text-align: center;
	padding: 10px;
	width: 55%;
	background-color: rgb(255 255 255 / 70%);
	color: #a47b41;
	text-transform: uppercase;
}

.travel_by_passion,
.daywise_trip {
	background-image: url('https://seekandsavortravel.com/wp-content/uploads/2025/09/travel-by-passion-bg-scaled.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.traveltabs .img-card {
	position: relative;
	overflow: hidden;

	height: 100%;
}

.traveltabs .img-card img {
	width: 100%;
	height: 430px;
	display: block;
	object-fit: cover;
}

/* Overlay text (centered) */
.traveltabs .img-card .overlay-text {
	position: absolute;
	top: 0%;
	left: 6%;
	transition: transform 0.3s ease;
	transform: translateY(calc(100% - 1.5em));
	/* show only title (approx height of h5) */
	overflow: hidden;
	color: #fff;

	padding: 1rem;
	z-index: 2;
	width: 90%;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
	min-height: 160px
}


/* Show full overlay-text (title + description) on hover */
.traveltabs .img-card:hover .overlay-text {
	transform: translateY(0);
}

.traveltabs .overlay-text h5 {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.5em;
}

/* Hide description initially by limiting height */
.traveltabs .overlay-text p {
	margin: 5px 0 0;
	font-size: 0.9em;
	opacity: 0;
	max-height: 0;
	transition: opacity 0.3s ease 0.2s, max-height 0.3s ease 0.2s;
}

/* Show description on hover */
.traveltabs .img-card:hover .overlay-text p {
	opacity: 1;
	max-height: 100px;
	/* enough to show full paragraph */
}


.traveltabs .img-card .overlay-text h5 {
	margin-bottom: 0.5rem;

	text-transform: uppercase;
}

.traveltabs .img-card .overlay-text p {
	color: #fff;
}

/* Button bottom-right over image */
.traveltabs .img-card .btn-over {
	position: absolute;
	bottom: 5%;
	right: 10%;
	z-index: 2;
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
}

/* Optional dark overlay background */
.traveltabs .img-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.traveltabs_main.nav-tabs .nav-link.active {
	border: none;
	background: transparent;
	border-bottom: 2px solid #fff;
}

.traveltabs_main.nav-tabs {
	border: none;
	justify-content: space-around;
}

.traveltabs_main.nav-tabs .nav-link {
	text-transform: capitalize;
	font-size: 24px;
	color: #fff;
	font-family: "Playfair Display", serif;
	font-weight: 900;
}

.traveltabs .tab-pane.fade {
	transition: opacity 0.2s ease-in-out;
}


.featuredtrips {
	background-image: url('https://seekandsavortravel.com/wp-content/uploads/2025/09/feature-trips-bg-scaled.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.travel_by_interest {
	background-image: url('https://seekandsavortravel.com/homepage/images//travel-by-interest-png.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.reviews {
	background-image: url('https://seekandsavortravel.com/homepage/images/testimonials-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.reviews .five-cols>.col-item {
	flex: 0 0 18%;
	max-width: 18%;

}

.reviews p {
	color: #fff;
}

.reviews i {
	color: #06df09;
	font-size: 20px;
	padding-bottom: 10px;

}

.review_box.circle {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 4px solid #06df09;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.review_box.circle i {
	font-size: 16px;
}

.five-cols {
	gap: 20px;
}

.int_box img {
	width: 80px;
	margin: auto
}

.int_box img:hover {
	filter:
		invert(26%)
		/* invert black to lighter tone */
		sepia(88%)
		/* add warm brown */
		saturate(749%)
		/* boost saturation */
		hue-rotate(10deg)
		/* shift to gold hue */
		brightness(90%)
		/* adjust brightness */
		contrast(90%);
	/* adjust contrast */
}

.int_box {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.featuredtrips .card-equal {
	display: flex;
	flex-direction: column;
	height: 100%;


	background-color: #fff;

}

.featuredtrips .card-img-top {
	width: 100%;
	height: 225px;
	/*150px*/
	/* object-fit: cover;*/
}

.featuredtrips .card-body {
	flex: 1 1 auto;
	padding: 15px;
}

.featuredtrips .card-footer {
	margin-top: auto;
	padding: 15px;
}

.featuredtrips .card-footer .price {

	display: block;
	margin-bottom: 0.5rem;
}

.featuredtrips .card-title {
	background-color: #373b4580;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-family: "Open Sans", serif;
	font-size: 15px;
	letter-spacing: 0.5px;

}

.featuredtrips .card-title a {
	color: #fff;
}

.featuredtrips .sub-text a {
	color: #8c8c8c;
}

.featuredtrips .card-text p {
	margin-bottom: 10px;
	font-size: 14px;
}

.featuredtrips .price {
	text-align: center;
	color: #8c8c8c;
	font-weight: 600;
}

.trip_btn {
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #8c8c8c;
	color: #8c8c8c;
}

.featuredtrips .best-seller-badge {
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #f0b55b;
	color: #000;
	font-size: 13px;
	padding: 0.25rem 0.5rem;
	border-radius: 5px;
	z-index: 1;
	/* font-family: "Playfair Display", serif;*/
}

.featuredtrips .card-wrapper {
	position: relative;
}


/*------------------------------------*\
#(Animation)
\*------------------------------------*/

/* Common animation setup */
.animate {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.6s ease-out;
}

/* When in view — trigger this class */
.animate.show {
	opacity: 1;
	transform: translateY(0);
}

/* Slide in from the left */
.slide-left {
	transform: translateX(-50px);
}

.slide-left.show {
	transform: translateX(0);
}

/* Slide in from the right */
.slide-right {
	transform: translateX(50px);
}

.slide-right.show {
	transform: translateX(0);
}

/* Slide in from slight bottom (default) */
.slide-bottom {
	transform: translateY(30px);
}

.slide-bottom.show {
	transform: translateY(0);
}



/*------------------------------------*\
#(PAGE)
\*------------------------------------*/
/*------------------------------------*\
#(PAGE)
\*------------------------------------*/

/*------------------------------------*\
#FOOTER SETTINGS
\*------------------------------------*/
.site_footer {
	background-color: #dfd1ae;
}

.footer_logo {
	width: 280px
}

.policy_text {
	font-size: 12px;
	width: 86%
}

.policy_text a {
	font-size: 12px;
}

.site_footer a {

	text-decoration: none;

}


.site_footer h3 {
	position: relative;

	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: 500;
	text-transform: uppercase;
}


.site_footer h3::before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 54%;
	height: 1px;
	background-color: #000;
}

.site_footer i {
	margin-right: 10px;
	font-size: 25.6px;
}

.site_footer li {
	margin-bottom: 10px;
}

.copyright-bar {
	background-color: #000;
	color: #fff;
	padding: 0.5rem 1.5rem;

}

.copyright-bar a {
	color: #fff;
	text-decoration: none;
	margin-left: 1rem;
	font-size: 12px;
	text-transform: capitalize;
}

.copyright-bar a:hover {
	text-decoration: underline;
}

.subscribe-form,
.subscribe-form p {
	display: flex;



}

.subscribe-form input {
	padding: 12px 15px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	width: 100%;
}

.subscribe-form button,
.subscribe-form .wpcf7-submit {
	padding: 12px 15px;
	background-color: #000;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	color: white;
	font-weight: 600;
	cursor: pointer;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
}

.subscribe-form button:hover,
.subscribe-form .wpcf7-submit:hover,
.subscribe-form .wpcf7-submit:focus,
.subscribe-form .wpcf7-submit:active {
	background: linear-gradient(to right,
			#462523 0%,
			#cb9b51 22%,
			#f6e27a 45%,
			#f6f2c0 50%,
			#f6e27a 55%,
			#cb9b51 78%,
			#462523 100%) !important;

	color: #3b2f1f;
}

.footer-copy {
	font-size: 14px;
	color: #888;
}

.footer_qrlogo {
	width: 120px;
	height: 120px;
}

/*------------------------------------*\
#FOOTER LINKS
\*------------------------------------*/




/*------------------------------------*\
#FOOTER TEXT
\*------------------------------------*/


/*------------------------------------*\
#MEDIA QUERIES
\*------------------------------------*/
/*------------------------------------*\
#Extra small devices (Most of the Smartphones Mobiles (Portrait))
@media only screen and (max-width: 480px) {
\*------------------------------------*/

@media (min-width: 600px) {
	.subscribe-form {
		flex-direction: row;
		justify-content: normal;
	}

	.subscribe-form input {
		flex: 1;
		border-radius: 5px 0 0 5px;
	}

	.subscribe-form button {
		border-radius: 0 5px 5px 0;
	}
}


/*------------------------------------*\
#Small devices (Low Resolution Tablets, Mobiles (Landscape))
B/w 481px to 767px
@media (min-width: 481px) and (max-width: 767px){...} 




\*------------------------------------*/



@media (min-width: 320px) and (max-width: 767px) {
	.subscribe-form p {
		display:block
	}
	
	.download-brochure-btn-section p{
		flex-direction: column;
			
		}
	body .gform_wrapper{
		text-align:left;
	}

	body .featuredtrips .best-seller-badge {
		text-align: left;
	}

	.copyright-bar .textwidget.custom-html-widget {
		width: 90%;
		margin: auto
	}

	#menu-quick-links {
		justify-content: center !important;
	}

	.main-header a.nav-link {
		line-height: 1.5;
	}

	.start_journey .journey_icons {
		margin-top: 20px;
	}

	.navbar-nav .nav-link::after {
		color: #000;
	}

	.megamenu_inner {
		display: block;
	}

	.megamenu_inner img {
		margin-bottom: 10px;
	}

	.home_banner img {
		height: 700px;
		object-fit: cover;
	}

	.postid-3189 #backgroundCarousel .carousel-item:nth-child(1) img {

		object-position: 100% 50%;

	}

	.slider_banner .overlay-content {

		top: 65%;

	}

	.logo {
		width: 120px;
	}

	.banner-heading {
		position: absolute;
		top: 30%;
		left: 5%;
		color: #fff;
	}

	.image-overlay-mobile::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		/* semi-transparent black overlay */
		z-index: 1;
	}

	.image-overlay-mobile {
		position: relative;
		display: inline-block;
	}

	.search-form {
		width: auto;
	}

	.search-form input[type="search"]::placeholder {

		font-size: 14px;

	}

	.mobilelogo {
		width: 90px
	}

	.start_journey {
		padding: 30px 0px !important;
	}

	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
		--bs-navbar-toggler-border-color: #fff;
	}

	.sticky .navbar-toggler-icon {
		background-image: var(--bs-navbar-toggler-icon-bg);
	}

	body.home .main-header.sticky .logo {
		width: 80px;
	}

	.navbar-toggler {
		border: none !important;
		box-shadow: none;
		/* optional: removes focus ring */
	}

	.topalign {
		align-items: center !important;
	}

	.about_desc {
		text-align: center;
	}

	.about_desc img {
		margin: 0px auto 20px auto;
	}

	.dest_box h3 {
		left: 50%;

		width: 47%;

	}

	.slick-prev {
		left: 30px;
	}

	.slick-next {
		right: 30px;
	}

	.traveltabs .img-card .overlay-text {

		left: 16%;

		width: 75%;
	}

	/* Apply background and shape to the button */
	.cruise-slider .slick-prev,
	.cruise-slider .slick-next,
	.two-row-cruise-slider .slick-prev,
	.two-row-cruise-slider .slick-next {
		background-color: black !important;
		color: white !important;
		border: none !important;
		border-radius: 50% !important;
		width: 30px !important;
		height: 30px !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		z-index: 10;
		opacity: 0.9;
	}

	/* Change the default arrow icon color */

	.cruise-slider .slick-next:before,
	.two-row-cruise-slider .slick-next:before {
		color: white !important;
		font-size: 18px;
		font-weight: 900;
		opacity: 1 !important;
		content: ">";
	}

	.cruise-slider .slick-prev:before,
	.two-row-cruise-slider .slick-prev:before {
		color: white !important;
		font-size: 18px;
		font-weight: 900;
		opacity: 1 !important;
		content: "<";
	}

	.reviews .five-cols>.col-item {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}

	.review_box.circle {
		margin: auto;
	}
}



/*------------------------------------*\
#Medium devices (Tablets, Ipads (landscape))
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){...} 
\*------------------------------------*/

@media (min-width: 768px) and (max-width: 1024px) {

	.postid-3189 #backgroundCarousel .carousel-item:nth-child(1) img {

		object-position: 90% 50%;

	}
	
	

	#backgroundCarousel.slider_banner .overlay-content {
		position: absolute;
		top: 75% !important
	}

	.center_align {
		text-align: center !important;
	}

	.center_align a {
		width: 100%;
		display: block;
		font-size: 24px;
	}

	.reviews .five-cols>.col-item {
		flex: 0 0 16%;
		max-width: 16%;
	}

	.review_box.circle {
		width: 120px;
		height: 120px;
	}

	.dest_box h3 {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 75%;
	}

	.traveltabs .img-card img {
		width: 100%;
		height: 400px;
	}

	.traveltabs .img-card .overlay-text {
		position: absolute;
		top: 20%;
	}

	.home_banner img {
		height: 700px;
		object-fit: cover;
	}

	.logo {
		width: 120px;
	}

	.banner-heading {
		position: absolute;
		top: 30%;
		left: 5%;
		color: #fff;
	}

	.image-overlay-mobile::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		/* semi-transparent black overlay */
		z-index: 1;
	}

	.image-overlay-mobile {
		position: relative;
		display: inline-block;
		width: 100%;
	}

	.search-form {
		width: 70%;
		margin: auto;
	}

	.main-header a.nav-link {
		line-height: 1.5;
	}

	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
		--bs-navbar-toggler-border-color: #fff;
	}

	.sticky .navbar-toggler-icon {
		background-image: var(--bs-navbar-toggler-icon-bg);
	}

	body.home .main-header.sticky .logo {
		width: 80px;
	}

	.navbar-toggler {
		border: none !important;
		box-shadow: none;
		/* optional: removes focus ring */
	}

	.topalign {
		align-items: center !important;
	}
}

/*------------------------------------*\
#Large devices (Laptops, Desktops)
@media (min-width: 1025px) and (max-width: 1280px)  {...} 
\*------------------------------------*/


@media only screen and (min-device-width: 1024px) and (max-device-width: 1180px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {

	.footer_logo {
		width: 100%;
	}

	.traveltabs .img-card img {
		width: 100%;
		height: 400px;
		display: block;
	}

	.subscribe-form {
		display: block;
	}

	.subscribe-form input,
	.subscribe-form button {
		width: 100%;
	}


	.reviews .five-cols>.col-item {
		flex: 0 0 16%;
		max-width: 16%;
	}

	.review_box.circle {
		width: 120px;
		height: 120px;
	}

	.main-header a.nav-link {
		line-height: 1.5;
		font-size: 11px;
		color: #fff;
		background: none;
		-webkit-text-stroke: unset;
		-webkit-text-fill-color: unset;
	}

	.main-header.sticky a.nav-link {

		color: #000;

	}

}



/*------------------------------------*\
#Extra large devices (large laptops and desktops, 1200px and up)
@media only screen and (min-width: 1281px) {...}
\*------------------------------------*/

@media (min-width: 1400px) {
	.container {

		max-width: 1180px;
	}

	.container.w_950 {

		max-width: 950px;
	}
}



.daywise_triptab {
	position: relative;

	border-bottom: 1px solid #ccc;
}

.daywise_triptab--fixed {
	position: fixed;
	top: 136px;
	/* header height */
	left: 0;
	right: 0;
	background: #000;
	z-index: 999;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	padding: 0 15px;
	display: none;
}

.daywise_triptab--fixed ul {
	margin-bottom: 0px !important;
}


/*!
* Hamburger Menu
*/
.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding:0;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent
}

.hamburger.is-active:hover,
.hamburger:hover {
	opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: #000000;
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 24px
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	position: absolute;
	width: 100%;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #9c864f
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: ""
}

.hamburger-inner:before {
	top: -10px
}

.hamburger-inner:after {
	bottom: -10px
}

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .13s
}

.hamburger--collapse .hamburger-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
	transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
	opacity: 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
	transform: rotate(-90deg)
}

.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .13s
}

.hamburger--collapse-r .hamburger-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
	transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, -10px, 0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
	opacity: 0
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
	transform: rotate(90deg)
}

.sidebar-nav {
	position: fixed;
	right: -100%;
	top: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
	width: 25%;
	transition: right .3s ease;
	visibility: hidden
}

.sidebar-menu-active .sidebar-nav {
	right: 0;
	visibility: visible
}

#menu-sidebar-menu {
	list-style: none;
	padding: 0 30px;
	margin: 30px 0 0;
	display: flex;
	flex-direction: column;
	gap: 15px
}

#menu-sidebar-menu a {
	background: linear-gradient(90deg, #b5a984, #cdac53, #9c864f);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	-webkit-text-stroke: 0.3px black;
	text-transform: uppercase;
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1.2px
}

.sidebar-nav .hamburger {
	position: absolute;
	right: 0;
	margin: 0
}

.site_footer img[src$="whatsapp-business-icon.webp"] {
	width: 32px;
	margin-top: -4px;
}

.itinerary-info-line {
  	display: flex;
  	align-items: flex-start;
  	gap: 10px;
  	margin: 12px 0 18px;
	font-size: 15px;
}

.itinerary-info-icon {
  	width: 48px;
 	height: 48px;
}

.download-brochure-btn-section p{
	display:flex;
	    gap: 7px;
    align-items: center !important;
}
.download-brochure-btn-section .wpcf7-spinner {
	display:none
}