/* html {
	/* overflow-x: clip;      /* hidden-க்கு பதிலா clip — இது overflow-y-ஐ auto-ஆ மாத்தாது */
/* scrollbar-gutter: stable;
} */

/* Idhu ethachum parent la irundha remove pannunga or transform ah maathunga */
.page-wrapper {
	overflow-x: clip;
	/* hidden-ku pathila clip use pannunga */
	width: 100%;
}

html,
body {
	max-width: 100%;
	/* idhu mattum podhum, overflow set panna vendam */
}

/* ===== GLOBAL SITE-WIDE FONTS (H1 / Subheading / Paragraph) - applies to ALL pages ===== */
h1 {
	font-family: 'Anton', sans-serif;

}

h2,
h3 {
	font-family: 'Playfair Display', serif;
}

p {
	font-family: 'Montserrat', sans-serif;
}

/* ===== RESPONSIVE HEADER CSS ===== */
#navbar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1030;
	transition: box-shadow .3s ease;
}

/* header.navbar {
  position: sticky;
  top: 10px;
  z-index: 999;
  transition: box-shadow .3s ease;
} */

header.navbar.scrolled {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.navbar-nav .nav-link:hover {
	background: #ffc107;
}

@media (min-width: 992px) {
	.navbar-nav.mx-lg-auto {
		flex-wrap: nowrap !important;
		justify-content: center !important;
		gap: 5px !important;
	}

	.navbar-nav.mx-lg-auto .nav-link,
	.navbar-nav.mx-lg-auto .dropdown-toggle {
		white-space: nowrap !important;
	}
}

/* Desktop dropdown hover behavior */
@media (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
		display: block;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: -250px;
		width: 1000px;
		opacity: 0;
		visibility: hidden;
		display: block;
		transform: translateY(20px);
		transition: .35s ease;
		max-height: 500px;
		overflow-y: auto;
	}
}

/* Mobile/Tablet: dropdown becomes normal accordion inside collapsed menu */
@media (max-width: 991px) {
	.dropdown-menu.mega-menu {
		position: static;
		width: 100%;
		max-height: 60vh;
		overflow-y: auto;
		box-shadow: none !important;
		border: 1px solid #eee;
		display: none;
	}

	.dropdown-menu.mega-menu.show {
		display: block;
	}

	.navbar-collapse {
		max-height: 85vh;
		overflow-y: auto;
	}

	/* Domestic / International accordion toggle */
	.mega-toggle {
		cursor: pointer;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
	}

	.mega-caret {
		transition: .25s ease;
	}

	.mega-toggle.open .mega-caret {
		transform: rotate(180deg);
	}

	.mega-list {
		display: none;
		max-height: 45vh;
		overflow-y: auto;
	}

	.mega-list.show {
		display: block;
	}
}

/* ===== Mega menu link styling (parent class, no repeated classes needed) ===== */
.mega-menu a {
	display: block;
	font-weight: bold;
	color: #212529;
	text-decoration: none;
	padding: 4px 0;
	transition: .25s ease;
}

.mega-menu a:hover {
	color: orange !important;
	transform: translateX(8px);
}

.mega-menu h3 {
	color: #ffb300;
	border-bottom: 2px solid #eee;
	padding-bottom: 10px;
}

.dropdown-menu::-webkit-scrollbar {
	width: 6px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
	background: #ffc107;
}

/* Logo size adjust for mobile */
@media (max-width: 991px) {
	.logo-img {
		width: 140px !important;
	}
}

@media (max-width: 767px) {
	.carousel-caption {
		left: 15px !important;
		max-width: calc(100% - 30px) !important;
	}
}

/* ===== NEW: Region-wise sub-columns inside Domestic/International ===== */
.mega-region-inner-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px 20px;
	margin-top: 10px;
}

.mega-region-col {
	min-width: 0;
}

.mega-region-heading {
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #ffb300;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid #f0f0f0;
}

.mega-region-col a {
	font-size: 13px;
	padding: 3px 0 !important;
}

@media (max-width: 991px) {
	.mega-region-inner-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}


/* carousel header */
.carousel-item::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
	pointer-events: none;
}

.carousel-caption {
	z-index: 2;
	pointer-events: none;
}

.carousel-control-prev,
.carousel-control-next {
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
	pointer-events: auto;
	z-index: 10;
}

.carousel-inner h1 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}

.carousel-inner p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.homepage-offer-packages-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 70px;
	/* button-ku space, edge-la otti irukama */
	box-sizing: border-box;
}

/* IMPORTANT: idhu than scroll-ah enable panra rule.
   Idhu missing na epdiyum scroll work aagathu! */
#offer-packages-track {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	align-items: stretch;
	cursor: grab;
	user-select: none;

	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
	/* Firefox */
}

#offer-packages-track::-webkit-scrollbar {
	display: none;
	/* Chrome/Safari/Edge */
}

#offer-packages-track.dragging {
	cursor: grabbing;
	scroll-behavior: auto;
}

#offer-packages-track .card {
	flex: 0 0 320px;
	user-select: none;
}

#offer-packages-track .card img {
	-webkit-user-drag: none;
	pointer-events: none;
	/* NOTE: idhu irukanumnu vachukitten - drag panra podhu
       ghost image drag aagama irukka idhu thevai. Athanala brochure click-ah
       image mela vekkama, adha wrap panra .position-relative div mela
       (.nh-brochure-trigger) vechirukom - kீழே பாருங்க. */
}

/* Mobile */
@media(max-width:767px) {

	.homepage-offer-packages-wrapper {
		overflow: hidden;
		padding: 0 30px;
	}

	.offer-nav-btn {
		width: 36px;
		height: 36px;
		font-size: 16px;
	}

	.offer-nav-prev {
		left: 4px;
	}

	.offer-nav-next {
		right: 4px;
	}

	#offer-packages-track {
		scroll-snap-type: x mandatory;
		padding: 0 5px;
	}

	#offer-packages-track .card {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		scroll-snap-align: center;
	}

}

/* ===== Card container - premium shadow + hover lift ===== */
#offer-packages-track .card {
	border-radius: 0 !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

#offer-packages-track .card:hover {
	transform: translateY(-10px);
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.16);
}

/* ===== Image zoom on hover ===== */
#offer-packages-track .card .position-relative {
	overflow: hidden;
	border-radius: 0 !important;
}

#offer-packages-track .card img {
	transition: transform 0.5s ease;
}

#offer-packages-track .card:hover img {
	transform: scale(1.1);
}

/* NEW: image mela cursor - brochure click panna mudiyum-nu user-ku indication */
#offer-packages-track .card .nh-brochure-trigger {
	cursor: zoom-in;
}

/* ===== Gradient over image bottom (depth) ===== */
#offer-packages-track .card .position-relative::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent);
	pointer-events: none;
}

/* ===== hr subtle ===== */
#offer-packages-track .card hr {
	opacity: 0.08;
	margin: 6px 0 !important;
}

/* ===== Tour includes icons - real icons in a subtle pill ===== */
.offer-icon-pill {
	background: #FFF9E6;
	padding: 6px 10px;
	width: fit-content;
	font-size: 16px;
	display: flex;
	gap: 10px !important;
}

#offer-packages-track .card .nav-redirect-btn:hover {
	background-color: rgb(255, 255, 255) !important;
}

/* ===== Height reduction only ===== */
#offer-packages-track .card img {
	height: 450px !important;
}

#offer-packages-track .card .card-body {
	padding: 12px 6px !important;
}

#offer-packages-track .card h3 {
	margin-bottom: 4px !important;
}

#offer-packages-track .card .mt-auto h2 {
	margin-bottom: 10px !important;
}

/* ===== Nav Buttons - unique to offer section, cannot clash with intl/domestic nav btns ===== */
.offer-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 42px;
	height: 42px;
	border: none;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}

.offer-nav-btn:hover {
	background: #FFC107;
	transform: translateY(-50%) scale(1.08);
}

.offer-nav-btn.offer-nav-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-50%) scale(0.85);
}

.offer-nav-prev {
	left: 20px;
}

.offer-nav-next {
	right: 20px;
}

/* ================================================================
   NEW: Brochure Full-View Modal (Lightbox)
================================================================= */
.nh-brochure-modal {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.85);
	z-index: 9999;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

.nh-brochure-modal.active {
	display: flex;
}

.nh-brochure-modal img {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.nh-brochure-close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	cursor: pointer;
	line-height: 1;
}

.discover-house {
	margin-top: 1px;
}

.discover-house img {
	width: 110%;
	max-width: 120%;
	height: 500px;
	/* Height குறைக்கலாம் */
	object-position: bottom;
	display: block;
}

.house-tagline {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #ff9f05 !important;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
}

.discover-house .house h1 {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.2;
}

.house {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(14px, 2vw, 16px);
	letter-spacing: 0.5px;
	line-height: 1.7;
	position: absolute;
	top: 1650px;
	left: 450px;
}

@media (min-width: 768px) {
	.discover-house {
		margin-top: 80px;
	}
}

@media (max-width: 767px) {
	.house {
		position: relative;
		top: 70px;
		left: auto;
		text-align: center;
		padding: 0 20px;
	}

	.discover-house img {
		display: block;
		margin: 20px auto 0;
		width: 160%;
		max-width: 160% !important;
		height: auto;
	}
}

@media (max-width: 767.98px) {
	.discover-house .house h1 {
		display: none;
	}
}




.international-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 70px;
	/* button-ku space, edge-la otti irukama */
	box-sizing: border-box;
}

#international-section {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	width: max-content;
	align-items: stretch;
	cursor: grab;
	user-select: none;
	transition: transform 0.35s ease;
}

#international-section.dragging {
	cursor: grabbing;
	transition: none;
	/* drag panra pothu smooth transition venam, direct follow aganum */
}

/* Mobile - desktop maari fixed round card view, native scroll illa */
@media(max-width:767px) {

	.international-wrapper {
		overflow: hidden;
		padding: 0 55px;
	}

	.intl-nav-btn {
		width: 36px;
		height: 36px;
		font-size: 16px;
	}

	.intl-nav-prev {
		left: 8px;
	}

	.intl-nav-next {
		right: 8px;
	}

}

/* ===== Round Card Design (Most Visited Destinations style) ===== */

.intl-card {
	width: 190px;
	user-select: none;
}

.intl-card-link {
	text-decoration: none;
	display: block;
}

.intl-img-wrap {
	width: 190px;
	height: 190px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	border: 3px solid #ffb300 !important;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.intl-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-user-drag: none;
	pointer-events: none;
	transition: transform 0.5s ease;
}

.intl-card:hover .intl-img-wrap {
	transform: translateY(-8px);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.intl-card:hover .intl-img-wrap img {
	transform: scale(1.1);
}

.intl-card-name {
	font-family: 'Playfair Display', serif;
	font-size: 18px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
	margin-top: 14px;
	margin-bottom: 0;
}

#packages-section,
#international-section,
#domestic-section {
	will-change: transform;
	backface-visibility: hidden;
}

/* ===== Nav Buttons ===== */
.intl-nav-btn {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	z-index: 10;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #ddd;
	background: #fff;
	color: #1a1a2e;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.intl-nav-btn:hover {
	background: #ffb300;
	color: #fff;
}

.intl-nav-btn.is-hidden {
	opacity: 0;
	pointer-events: none;
}

.intl-nav-prev {
	left: 20px;
}

.intl-nav-next {
	right: 20px;
}


.domestic-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 70px;
	/* button-ku space, edge-la otti irukama */
	box-sizing: border-box;
}

#domestic-section {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	width: max-content;
	align-items: stretch;
	cursor: grab;
	user-select: none;
	transition: transform 0.35s ease;
}

#domestic-section.dragging {
	cursor: grabbing;
	transition: none;
}

/* Mobile - desktop maari fixed round card view, native scroll illa */
@media(max-width:767px) {

	.domestic-wrapper {
		overflow: hidden;
		padding: 0 55px;
	}

	.dom-nav-prev,
	.dom-nav-next {
		width: 36px;
		height: 36px;
		font-size: 16px;
	}

	.dom-nav-prev {
		left: 8px;
	}

	.dom-nav-next {
		right: 8px;
	}

}

/* ===== Round Card Design (Most Visited Destinations style) ===== */

#domestic-section .intl-card {
	width: 190px;
	user-select: none;
}

#domestic-section .intl-card-link {
	text-decoration: none;
	display: block;
}

#domestic-section .intl-img-wrap {
	width: 190px;
	height: 190px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	border: 6px solid #fff;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

#domestic-section .intl-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-user-drag: none;
	pointer-events: none;
	transition: transform 0.5s ease;
}

#domestic-section .intl-card:hover .intl-img-wrap {
	transform: translateY(-8px);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2) !important;
}

#domestic-section .intl-card:hover .intl-img-wrap img {
	transform: scale(1.1);
}

#domestic-section .intl-card-name {
	font-family: 'Playfair Display', serif;
	font-size: 18px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
	margin-top: 14px;
	margin-bottom: 0;
}

/* ===== Nav Buttons (shared with .intl-nav-btn, position overrides here) ===== */
.dom-nav-prev {
	left: 20px;
}

.dom-nav-next {
	right: 20px;
}


.journey-img-wrap {
	position: relative;
	height: 100%;
	min-height: 520px;
	overflow: hidden;
}

.journey-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
}

.journey-badge {
	position: absolute;
	bottom: 40px;
	left: 40px;
	background: #fff !important;
	padding: 20px 24px;
	max-width: 220px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.badge-num {
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-weight: 700;
	color: #14213d !important;
	line-height: 1;
}

.badge-text {
	display: block;
	font-size: 13px;
	color: #666 !important;
	margin-top: 6px;
}

.journey-eyebrow {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	color: #f5a623 !important;
	font-weight: 600;
}

.journey-heading {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: clamp(28px, 3.5vw, 38px);
	color: #14213d;
	line-height: 1.25;
}

.journey-desc {
	color: #555 !important;
	line-height: 1.8;
	max-width: 440px;
}

.journey-point-icon {
	min-width: 48px;
	height: 48px;
	background: #fdf1dc;
	font-size: 20px;
	color: #f5a623 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

@media (max-width: 991px) {
	.journey-img-wrap {
		min-height: 340px;
	}

	.journey-img {
		clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
	}

	.journey-badge {
		left: 20px;
		bottom: 20px;
		padding: 14px 18px;
	}

	.badge-num {
		font-size: 24px;
	}
}




#popularGrid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-auto-rows: 250px;
	gap: 12px;
}

/* ===== Text visibility fix - dark tint over full image + stronger bottom gradient ===== */
.tour-card-wrap {
	position: relative;
}

.tour-card-wrap::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.18);
	z-index: 1;
	pointer-events: none;
	transition: background 0.3s ease;
}

.tour-card-wrap:hover::before {
	background: rgba(0, 0, 0, 0.28);
}

.tour-card-wrap .tour-img {
	position: relative;
	z-index: 0;
}

.tour-card-wrap:hover .tour-img {
	transform: scale(1.08);
}

/* Bottom gradient - darker + wider spread so text always has a clear dark zone */
.tour-card-wrap .position-absolute.bottom-0 {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.55) 50%, transparent 100%) !important;
	z-index: 2;
	padding-top: 40px !important;
}

/* Text shadow - extra pop even on bright image areas */
#popularGrid h3 {
	font-family: Montserrat, sans-serif !important;
	font-size: 18px !important;
	text-transform: uppercase;
	font-weight: 500 !important;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

#popularGrid p {
	font-family: Montserrat, sans-serif !important;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* Tablet */
@media (max-width: 991px) {
	#popularGrid {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 220px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	#popularGrid {
		grid-template-columns: repeat(2, 1fr) !important;
		grid-auto-rows: 180px !important;
		gap: 10px;
	}

	#popularGrid>.nh-tour-wide,
	#popularGrid>.nh-tour-tall {
		grid-column: span 1 !important;
		grid-row: span 1 !important;
	}

	#popularGrid h3 {
		font-size: 18px !important;
	}

	#popularGrid p {
		font-family: 'Montserrat', sans-serif !important;
		font-size: 10px !important;
	}
}

/* Small mobile */
@media (max-width: 480px) {
	#popularGrid {
		font-family: 'Montserrat', sans-serif !important;
		grid-template-columns: 1fr !important;
	}
}


.cont {
	background: white !important;
}

.support-img {
	width: 75px;
	height: 75px;
	object-fit: cover;
	margin-left: -14px;
}

.support-img:first-child {
	margin-left: 0;
}

.support-btn:hover {
	background-color: #e84a13 !important;
	border-color: #e84a13 !important;
}

/* Mobile tweaks */
@media (max-width: 576px) {
	.support-img {
		width: 62px;
		height: 62px;
		margin-left: -12px;
	}
}


/* =====================================================================
   EXTRACTED FROM INLINE STYLES - Homepage (nh- prefix)
   ===================================================================== */

/* ===== Hero Carousel ===== */
.nh-hero-img {
	height: 600px;
	object-fit: cover;
}

.nh-hero-caption {
	left: 20px !important;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
	max-width: 500px;
	background: none;
}

.nh-hero-prev {
	width: 45px;
	height: 45px;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	background: rgba(0, 0, 0, 0.4);
	padding: 0;
	position: absolute;
}

.nh-hero-next {
	width: 45px;
	height: 45px;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	background: rgba(0, 0, 0, 0.4);
	padding: 0;
	position: absolute;
}

.nh-hero-icon {
	width: 20px;
	height: 20px;
}

.nh-hero-indicator {
	width: 10px;
	height: 10px;
}

/* ===== Intro paragraph section ===== */
.nh-intro-container {
	max-width: 1000px;
}

.nh-intro-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	letter-spacing: 0.1px;
}

/* ===== Section titles/subtitles (shared: Offer / International / Domestic headings) ===== */
.nh-section-title {
	font-family: 'Anton', sans-serif;
	font-size: clamp(24px, 5vw, 35px);
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.nh-section-subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(14px, 2vw, 16px);
	letter-spacing: 0.5px;
	max-width: 700px;
}

/* ===== Offer package card ===== */
.nh-offer-card {
	width: 320px;
	background: #fff;
}

.nh-offer-card-img {
	height: 200px;
}

.nh-offer-dest {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #000 !important;
}

.nh-offer-title-wrap {
	min-height: 50px;
}

.nh-offer-title {
	font-family: 'Playfair Display', serif;
	font-size: 20px !important;
	font-weight: 700 !important;
	letter-spacing: 0.5px;
	color: #000 !important;
	line-height: 1.15;
	display: -webkit-box;
	--webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-transform: uppercase !important;
}

.nh-offer-meta {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #000 !important;
}

.nh-offer-includes-label {
	font-size: 13px;
}

.nh-offer-price-label {
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	color: #000 !important;
}

.nh-offer-price {
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
}

.nh-offer-price-star {
	font-size: 16px;
}

/* ===== Popular Tours grid ===== */
.nh-popular-title {
	font-family: 'Anton', sans-serif;
	font-size: 30px;
}

/* Grid span classes - replaces the old dynamic inline
   style="grid-column: span X; grid-row: span X;" */
.nh-tour-wide {
	grid-column: span 2;
	grid-row: span 1;
}

.nh-tour-tall {
	grid-column: span 1;
	grid-row: span 2;
}

.nh-tour-card {
	cursor: pointer;
}

.tour-img {
	transition: transform 0.4s;
}

.nh-tour-price {
	font-size: 16px;
}

.nh-tour-empty {
	grid-column: 1 / -1;
}

/* ===== Contact section ===== */
.nh-contact-title {
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #111;
	line-height: 1.15;
}

.nh-contact-text {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(14px, 2vw, 16px);
	letter-spacing: 0.5px;
	line-height: 1.9 !important;
}

.nh-contact-btn {
	font-family: 'Anton', sans-serif;
	font-size: 1rem;
}




/* ── HERO ── */
.hero-section {
	padding-top: 70px;
	min-height: 38vh !important;
	/* innum kammi pannitten */
}

.hero-overlay {
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0.3) 0%,
			rgba(0, 0, 0, 0.6) 60%,
			rgba(0, 0, 0, 0.85) 100%);
	animation: overlayFade 1.5s ease forwards;
}

/* ── TAG ── */
.hero-tag {
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(9px, 1.8vw, 11px);
	color: orange;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 8px;
	opacity: 0;
	animation: slideDown 0.8s ease 0.3s forwards;
}

/* ── TITLE - ONE LINE ── */
.hero-title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 0 12px;
	white-space: nowrap;
}

.hero-title span {
	font-family: 'Bebas Neue', sans-serif;
	font-size: clamp(20px, 4.5vw, 36px);
	/* konjam innum kammi, one line-ku fit aaganum */
	color: white;
	letter-spacing: 2px;
	line-height: 1;
	opacity: 0;
	transform: translateY(40px);
}

.hero-line-1 {
	animation: slideUp 0.8s ease 0.5s forwards;
}

.hero-line-2 {
	animation: slideUp 0.8s ease 0.75s forwards;
	color: orange !important;
}

.hero-line-3 {
	animation: slideUp 0.8s ease 1s forwards;
}

/* ── SUB ── */
.hero-sub {
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(10px, 1.8vw, 13px);
	color: rgba(255, 255, 255, 0.85);
	letter-spacing: 0.5px;
	opacity: 0;
	animation: slideDown 0.8s ease 1.2s forwards;
}

/* ── BUTTONS ── */
.hero-btns {
	opacity: 0;
	animation: slideDown 0.8s ease 1.4s forwards;
}

.hero-btn-primary {
	background: orange !important;
	color: white !important;
	border: none !important;
	border-radius: 0 !important;
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(11px, 1.8vw, 13px);
	transition: all 0.3s;
	padding: 8px 18px !important;
}

.hero-btn-primary:hover {
	background: darkorange !important;
	transform: translateY(-2px) !important;
	color: white !important;
}

.hero-btn-secondary {
	background: transparent !important;
	color: white !important;
	border: 1px solid white !important;
	border-radius: 0 !important;
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(11px, 1.8vw, 13px);
	transition: all 0.3s;
	padding: 8px 18px !important;
}

.hero-btn-secondary:hover {
	background: white !important;
	color: black !important;
	transform: translateY(-2px) !important;
}

/* ── STATS ── */
.hero-stats {
	background: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(6px);
	opacity: 0;
	animation: slideUp 0.8s ease 1.6s forwards;
}

.hero-stat-num {
	font-family: 'Bebas Neue', sans-serif;
	font-size: clamp(16px, 3.5vw, 24px);
	color: orange;
	letter-spacing: 1px;
}

.hero-stat-label {
	font-family: 'DM Sans', sans-serif;
	font-size: clamp(8px, 1.4vw, 11px);
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 0.5px;
}

.border-end-custom {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 576px) {
	.hero-section {
		min-height: 42vh !important;
	}

	.hero-title {
		white-space: normal;
		/* chinna mobile-la moonu word ellame fit aagama na wrap aagattum */
		gap: 6px 10px;
	}

	.hero-title span {
		font-size: clamp(18px, 6vw, 28px);
	}

	.border-end-custom:nth-child(2) {
		border-right: none;
	}

	.hero-stat-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.hero-stat-item:nth-child(3),
	.hero-stat-item:nth-child(4) {
		border-bottom: none;
	}
}

/* ── ANIMATIONS ── */
@keyframes overlayFade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(40px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


.page-international {
	background: #f5f5f5;
}

.page-international .international-sort-filter-box {
	background: darkorange;
	color: #fff;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	cursor: pointer;
	transition: .3s;
}

.page-international .international-sort-filter-box:hover {
	background: rgba(255, 140, 0, .85);
}

/* ===== CUSTOM FILTER ACCORDION ===== */

.page-international .int-filter-item {
	border-bottom: 1px solid #eee;
}

.page-international .int-filter-header {
	margin: 0;
}

.page-international .int-filter-btn {
	width: 100%;
	background: #fff;
	border: none;
	outline: none;
	box-shadow: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	font-family: 'DM Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #333;
	cursor: pointer;
}

.page-international .int-filter-btn:focus {
	outline: none;
	box-shadow: none;
}

.page-international .int-arrow {
	font-size: 16px;
	color: #000 !important;
	;
	transition: none;
}

.page-international .int-filter-body {
	overflow: hidden;
	max-height: 1000px;
	transition: max-height 0.3s ease;
}

.page-international .int-filter-body.int-closed {
	max-height: 0;
}

.page-international .int-filter-inner {
	padding-bottom: 12px;
}

/* ===== END CUSTOM ACCORDION ===== */

.page-international .form-check-label {
	font-family: 'DM Sans', sans-serif;
	font-size: 13px;
	color: #444;
}

.page-international .form-check-label:hover {
	color: orange;
}

.page-international .form-check-input:checked {
	background-color: orange;
	border-color: orange;
}

.page-international .form-range::-webkit-slider-thumb {
	background: orange;
}

.page-international .international-price-labels {
	font-family: 'DM Sans', sans-serif;
	font-size: 12px;
	color: #000 !important;
	;
}

.page-international .international-mobile-topbar {
	background: #fff;
	border-bottom: 1px solid #eee;
	position: sticky;
	top: 0;
	z-index: 1030;
}

.page-international .international-mobile-topbar-title {
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #333;
}

.page-international .international-hamburger-btn {
	width: 38px;
	height: 38px;
	border: none;
	background: orange;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}

.page-international .international-hamburger-btn span {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
}

/* ===== MOBILE SIDEBAR - Manual (No Bootstrap JS) ===== */
@media (max-width: 767.98px) {

	.page-international #sidebarOffcanvas {
		position: fixed;
		top: 0;
		left: -100%;
		width: 80%;
		max-width: 320px;
		height: 100vh;
		background: #fff;
		z-index: 1050;
		transition: left 0.3s ease;
		overflow-y: auto;
		box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);
		padding: 0;
	}

	.page-international #sidebarOffcanvas.show-mobile-sidebar {
		left: 0;
	}

	.page-international .offcanvas-header {
		border-bottom: 1px solid #eee;
	}

	.page-international .container-fluid {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (min-width: 768px) {
	.page-international .offcanvas-header {
		display: none !important;
	}
}

/* ===== International grid card - height reduce + design polish ===== */

.page-international .packages-grid .card {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.page-international .packages-grid .card:hover {
	transform: translateY(-8px);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
}

.page-international .packages-grid .position-relative {
	overflow: hidden;
}

.page-international .packages-grid .position-relative img {
	height: 160px !important;
	transition: transform 0.5s ease;
}

.page-international .packages-grid .card:hover img {
	transform: scale(1.08);
}

.page-international .packages-grid .badge {
	background: rgba(255, 255, 255, 0.9) !important;
	color: #1a1a2e !important;
	backdrop-filter: blur(6px);
	font-weight: 700;
	font-size: 12px;
}

/* ===== Card body - flex column, title fixed height, button pushed to bottom ===== */
.page-international .packages-grid .p-4 {
	padding: 14px 16px !important;
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* Title area - 2 line-ku fixed space, 1 line vantha kooda idhe height maintain aagum */
.page-international .packages-grid h4 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 26px !important;
	letter-spacing: 0.5px;
	margin-bottom: 4px !important;
	min-height: 62px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.2;
}

.page-international .packages-grid .mb-4 {
	margin-bottom: 10px !important;
}

.page-international .packages-grid hr {
	margin: 10px 0 !important;
	opacity: 0.1;
}

.page-international .packages-grid .fw-bold.mb-3 {
	font-size: 14px !important;
	margin-bottom: 6px !important;
}

.page-international .packages-grid div[style*="font-size:24px"] {
	font-size: 18px !important;
	background: #FFF3E0;
	padding: 6px 10px;
	width: fit-content;
	min-height: 34px;
}

.page-international .packages-grid div[style*="font-size:28px"] {
	font-size: 22px !important;
}

.page-international .packages-grid .btn {
	padding: 8px 0 !important;
}

.page-international .packages-grid .mt-4 {
	margin-top: auto !important;
	padding-top: 10px;
}





/* ===== know more ===== */
.text-justify {
	text-align: justify;
}

#readMoreBtn:hover {
	text-decoration: underline !important;
}






.domestic-page-banner-carousel {
	margin-top: 0;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.domestic-page-banner-slide {
	height: 320px;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
}

.domestic-page-banner-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right,
			rgba(0, 0, 0, 0.75) 0%,
			rgba(0, 0, 0, 0.4) 50%,
			rgba(0, 0, 0, 0.1) 100%);
}

.domestic-page-banner-text {
	position: relative;
	z-index: 1;
	padding: 0 60px;
	max-width: 600px;
}

.domestic-page-banner-text h1 {
	font-family: 'DM Sans', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: white;
	line-height: 1.3;
	margin-bottom: 14px;
}

.domestic-page-banner-text p {
	font-family: 'DM Sans', sans-serif;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 24px;
	line-height: 1.6;
}

.domestic-page-banner-explore-btn {
	padding: 12px 28px;
	background: orange !important;
	color: white !important;
	border: none !important;
	font-family: 'DM Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s;
}

.domestic-page-banner-explore-btn:hover {
	background: darkorange !important;
	color: white !important;
}

.domestic-page-banner-arrow {
	position: absolute !important;
	top: 50% !important;
	bottom: auto !important;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.4);
	color: white;
	border: none !important;
	outline: none !important;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	max-width: 44px !important;
	max-height: 44px !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 28px;
	cursor: pointer;
	z-index: 10;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-sizing: border-box !important;
	transition: background 0.2s;
	opacity: 1;
}

.domestic-page-banner-arrow:focus,
.domestic-page-banner-arrow:active,
.domestic-page-banner-arrow:hover {
	background: rgba(0, 0, 0, 0.7) !important;
	outline: none !important;
	box-shadow: none !important;
}

.domestic-page-banner-arrow span {
	line-height: 1;
	color: #fff;
	font-size: 30px;
	font-weight: bold;

}

.domestic-page-banner-arrow:hover {
	background: rgba(0, 0, 0, 0.7);
}

.domestic-page-banner-prev {
	left: 16px;
}

.domestic-page-banner-next {
	right: 16px;
}

.domestic-page-banner-dots {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 10;
	margin: 0;
}

.domestic-page-banner-dot {
	width: 28px !important;
	height: 4px !important;
	background-color: rgba(255, 255, 255, 0.45) !important;
	border: none !important;
	opacity: 1 !important;
	cursor: pointer;
	transition: background 0.3s;
	text-indent: unset !important;
}

.domestic-page-banner-dot.active {
	background-color: orange !important;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
	.domestic-page-banner-slide {
		height: 260px;
	}

	.domestic-page-banner-text {
		padding: 0 24px;
		max-width: 100%;
	}

	.domestic-page-banner-text h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.domestic-page-banner-text p {
		font-size: 13px;
		margin-bottom: 16px;
	}

	.domestic-page-banner-explore-btn {
		background: orange !important;
		color: #fff !important;
		border: none !important;
		padding: 9px 20px;
		font-size: 13px;
	}

	.domestic-page-banner-arrow {
		width: 34px;
		height: 34px;
		font-size: 20px;
		top: 50% !important;
		bottom: auto !important;
	}

	.domestic-page-banner-prev {
		left: 8px;
	}

	.domestic-page-banner-next {
		right: 8px;
	}

	.domestic-page-banner-dot {
		width: 18px !important;
	}
}

@media (max-width: 480px) {
	.domestic-page-banner-slide {
		height: 220px;
	}

	.domestic-page-banner-text h1 {
		font-size: 17px;
	}

	.domestic-page-banner-text p {
		font-size: 12px;
	}
}






/* ──  CUSTOMER REVIEW CSS IN DOMESTIC PAGE ── */
@keyframes crFadeUp {
	from {
		opacity: 0;
		transform: translateY(16px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.cr-card {
	animation: crFadeUp .6s ease forwards;
	opacity: 0;
}

.cr-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 6;
}

.cr-arrow {
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	transition: background-color .25s, color .25s;
}

.cr-arrow:hover:not(:disabled) {
	background: orange !important;
	color: #fff !important;
	border-color: orange !important;
}

.cr-track {
	transition: transform .45s ease;
}

.cr-slide {
	flex: 0 0 calc(33.333% - 14px);
}

@media (max-width: 900px) {
	.cr-slide {
		flex: 0 0 calc(50% - 10px);
	}
}

@media (max-width: 600px) {
	.cr-slide {
		flex: 0 0 100%;
	}
}

.cr-modal-backdrop {
	display: none;
	opacity: 0;
	transition: opacity .3s;
}

.cr-modal-backdrop.cr-open {
	display: flex;
	opacity: 1;
}

.cr-modal-box {
	transform: scale(.92) translateY(18px);
	opacity: 0;
	transition: .3s ease;
}

.cr-modal-backdrop.cr-open .cr-modal-box {
	transform: scale(1) translateY(0);
	opacity: 1;
}

.cr-modal-close:hover {
	color: #e53935 !important;
	transform: rotate(90deg);
}

.cr-show-more:hover {
	text-decoration: underline;
}

.cr-photo-grid img:hover {
	transform: scale(1.05);
}





.inclusive-section {
	background: #fff;
	padding: 50px 20px;
}

.inclusive-underline {
	width: 160px;
	height: 3px;
	background: #1a3a6b;
	margin: 0 auto 48px;
}

.inclusive-icon {
	width: 62px;
	height: 62px;
	flex-shrink: 0;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 27px;
}

.inclusive-content h3 {
	font-size: 16px;
	font-weight: 700;
	color: #111;
	margin-bottom: 5px;
}

.inclusive-content p {
	font-size: 13.5px;
	color: #000 !important;
	line-height: 1.6;
	margin: 0;
}




/* Booking Page */



@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(80px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero-content {
	animation: slideUp 1.2s ease;
}

.hero-content h1 {
	font-size: 60px;
	text-shadow: 0 4px 20px rgba(0, 0, 0, .3);
}

.hero-content p {
	font-size: 14px;
	opacity: .95;
}

.hero-btn {
	color: #5a1564;
	transition: .4s ease;
}

.hero-btn span {
	transition: .4s ease;
	display: inline-block;
}

.hero-btn:hover {
	transform: translateY(-5px);
	background: #ffb300 !important;
	color: #000 !important;
}

.hero-btn:hover span {
	transform: translateX(8px);
}

@media (max-width: 768px) {
	section.travel-hero-section.vh-100 {
		height: auto !important;
		min-height: 480px !important;
		padding: 90px 0 50px !important;
	}

	.hero-content h1 {
		font-size: 38px;
	}

	.hero-content p {
		font-size: 16px;
	}

	.hero-btn {
		font-size: 15px;
		padding: 14px 25px !important;
	}

	.hero-content {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}
}

@media (max-width: 480px) {
	section.travel-hero-section.vh-100 {
		height: auto !important;
		min-height: 420px !important;
		padding: 70px 0 40px !important;
	}

	.hero-content h1 {
		font-size: 30px;
	}

	.hero-content p {
		font-size: 14px;
		margin-bottom: 24px !important;
	}

	.hero-btn {
		font-size: 14px;
		padding: 12px 20px !important;
		gap: 8px !important;
	}
}











/* Gallery */
.gallery-wrap {
	position: relative;
	overflow: hidden;
}

.gallery-track {
	display: flex;
	transition: transform 0.6s ease;
}

.gallery-slide {
	min-width: 100%;
	position: relative;
}

.gallery-slide img {
	width: 100%;
	height: 380px !important;
	object-fit: cover;
	display: block;
}

.gallery-label {
	position: absolute;
	bottom: 20px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 6px 20px;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

.gal-prev,
.gal-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: none;
	width: 40px;
	height: 40px;
	font-size: 24px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gal-prev {
	left: 12px;
}

.gal-next {
	right: 12px;
}

.gal-prev:hover,
.gal-next:hover {
	background: rgba(0, 0, 0, 0.8);
}

.gal-dots {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 6px;
}

.gal-dot {
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	border: none;
	padding: 0;
}

.gal-dot.active {
	background: orange;
}

/* Tour info */
.tour-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 36px;
	color: #111;
	letter-spacing: 1px;
}

.duration-badge {
	background: #111;
	color: #fff;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 600;
}

.tour-price-big {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 38px;
	color: #111;
	letter-spacing: 1px;
}

.tour-price-big span {
	font-size: 20px;
	color: #000 !important;
	;
}

.emi-amount {
	font-size: 14px;
	font-weight: 700;
	color: orange;
}

.btn-book-now {
	background: orange;
	color: #fff;
	border: none;
	font-size: 16px;
	font-weight: 700;
	padding: 14px;
}

.btn-book-now:hover {
	background: darkorange;
	color: #fff;
}

.btn-dates {
	background: #fff;
	color: orange;
	border: 2px solid orange;
	font-size: 16px;
	font-weight: 700;
	padding: 14px;
}

.btn-dates:hover {
	background: #fff5e0;
	color: orange;
}

.inclusions-link {
	font-size: 13px;
	color: orange;
	cursor: pointer;
	text-decoration: underline;
}

/* Tabs */
.tab-nav {
	display: flex;
	border-bottom: 2px solid #eee;
	background: #fff;
	overflow-x: auto;
}

.tab-btn {
	padding: 14px 18px;
	border: none;
	background: none;
	font-family: 'DM Sans', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #000 !important;
	;
	cursor: pointer;
	white-space: nowrap;
	border-bottom: 3px solid transparent;
}

.tab-btn:hover {
	color: orange;
}

.tab-btn.active {
	color: orange;
	border-bottom: 3px solid orange;
	font-weight: 700;
}

.tab-content {
	display: none;
	background: #fff;
	padding: 28px;
}

.tab-content.active {
	display: block;
}

.tab-content h2 {
	font-family: 'DM Sans', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #111;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.red-bar {
	display: inline-block;
	width: 4px;
	height: 24px;
	background: orange;
}

/* Check list */
.check-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.check-list li {
	font-size: 14px;
	color: #444;
	line-height: 1.6;
}

/* Itinerary */
.itinerary-desc {
	font-size: 16px;
	font-weight: 600;
	color: #222;
}

.itinerary-sub {
	font-size: 14px;
	color: #000 !important;
	;
	line-height: 1.6;
}

.days-header button {
	color: orange;
	background: none;
	border: none;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: underline;
}

.day-card {
	border: 1px solid #eee;
	margin-bottom: 12px;
	overflow: hidden;
}

.day-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 20px;
	cursor: pointer;
	background: #fff;
	transition: background 0.2s;
}

.day-header:hover {
	background: #fff9f0;
}

.day-number {
	background: orange;
	color: #fff;
	width: 52px;
	height: 52px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.day-label {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1px;
}

.day-num {
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}

.day-header h4 {
	font-size: 16px;
	font-weight: 700;
	color: #111;
	margin-bottom: 4px;
}

.day-date {
	font-size: 12px;
	color: #000 !important;
	;
}

.day-toggle {
	font-size: 18px;
	color: #000 !important;
	;
}

.day-body {
	padding: 16px 20px;
	border-top: 1px solid #eee;
	background: #fafafa;
}

.day-body p {
	font-size: 14px;
	color: #555;
	line-height: 1.7;
	margin-bottom: 12px;
}

.meal-tag {
	background: #fff3e0;
	color: #e65100;
	padding: 4px 12px;
	font-size: 12px;
	font-weight: 500;
}

/* Inclusions */
.incl-box.green {
	background: #f0fff4;
	border: 1px solid #c3e6cb;
	padding: 20px;
}

.incl-box.red {
	background: #fff5f5;
	border: 1px solid #f5c6cb;
	padding: 20px;
}

.incl-box h4 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 14px;
	color: #111;
}

.incl-box ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.incl-box li {
	font-size: 13px;
	color: #444;
	line-height: 1.5;
	padding-left: 8px;
}

/* Policy */
.policy-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 24px;
	font-size: 14px;
}

.policy-table th {
	background: orange;
	color: #fff;
	padding: 12px 16px;
	text-align: left;
}

.policy-table td {
	padding: 12px 16px;
	border-bottom: 1px solid #eee;
	color: #444;
}

.policy-table tr:nth-child(even) {
	background: #fff9f0;
}

.policy-notes h4 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #111;
}

.policy-notes ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.policy-notes li {
	font-size: 13px;
	color: #555;
	padding-left: 12px;
}

.policy-notes li::before {
	content: "• ";
	color: orange;
}

/* Reviews */
.review-item {
	border: 1px solid #eee;
	padding: 20px;
	background: #fafafa;
}

.rev-avatar-small {
	width: 40px;
	height: 40px;
	background: #1e2d3d;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	flex-shrink: 0;
}

.rev-name-small {
	font-size: 14px;
	font-weight: 700;
	color: orange;
	margin: 0;
}

.rev-date-small {
	font-size: 12px;
	color: #000 !important;
	;
	margin: 0;
}

.review-item h4 {
	font-size: 15px;
	font-weight: 700;
	color: #111;
	margin-bottom: 8px;
}

.review-item p {
	font-size: 13px;
	color: #555;
	line-height: 1.7;
}

/* Booking Summary */
.booking-summary {
	background: #fff;
	padding: 24px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 80px;
	width: 320px;
}

.booking-summary h3 {
	font-family: 'DM Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #111;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 2px solid orange;
}

.booking-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 13px;
	color: #555;
}

.booking-val {
	font-weight: 600;
	color: #111;
	font-size: 13px;
	text-align: right;
}

.booking-price-big {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 28px;
	color: #111;
	letter-spacing: 1px;
}

.booking-price-big span {
	font-size: 16px;
	color: #000 !important;
	;
}

.btn-enquire {
	flex: 1;
	padding: 12px;
	background: #fff;
	color: orange;
	border: 2px solid orange;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	width: 100%;
}

.btn-enquire:hover {
	background: orange;
	color: #fff;
}

.toll-free {
	font-size: 13px;
	font-weight: 600;
	color: #111;
	text-align: center;
}

.adventure-links {
	display: flex;
	justify-content: space-around;
	text-align: center;
	font-size: 22px;
	color: #000 !important;
	;
}

.adventure-links div {
	cursor: pointer;
}

.adventure-links div:hover {
	color: orange;
}

.adventure-links small {
	display: block;
	font-size: 11px;
	margin-top: 4px;
}

/* Modal */
.disabled-field {
	background-color: #f0f0f0;
	color: #aaa;
	cursor: not-allowed;
	border: 1px solid #ddd;
}

.send-btn {
	background: #e60023;
	color: #fff;
	border: none;
	padding: 14px 30px;
	font-size: 16px;
	cursor: pointer;
}

/* Layout helper classes (replace inline widths so media queries can override) */
.top-tour-row {
	display: flex;
	gap: 24px;
	align-items: flex-start;
	flex-wrap: wrap;
}

.gallery-wrap-box {
	width: 60%;
	flex-shrink: 0;
}

.tour-info-col {
	flex: 1 1 320px;
	min-width: 0;
}

.main-content-row {
	display: flex;
	gap: 24px;
	align-items: flex-start;
}

.tabs-col {
	flex: 1 1 auto;
	min-width: 0;
}

/* Global safety net: never let a stray wide element force page-level horizontal scroll/squeeze */
html,
body {
	overflow-x: hidden;
	max-width: 100%;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
p {
	overflow-wrap: break-word;
	word-break: break-word;
}

/* ============ MOBILE RESPONSIVE ============ */
@media (max-width: 768px) {
	.container-fluid.px-4 {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	/* Top tour section stacks */
	.top-tour-row {
		gap: 16px;
	}

	.gallery-wrap-box {
		width: 100%;
		flex: 1 1 100%;
	}

	.tour-info-col {
		flex: 1 1 100%;
		width: 100%;
	}

	.gallery-slide img {
		height: 220px;
	}

	.gallery-label {
		font-size: 12px;
		padding: 4px 14px;
		max-width: 90%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.gal-prev,
	.gal-next {
		width: 32px;
		height: 32px;
		font-size: 18px;
	}

	.tour-title {
		font-size: 26px;
	}

	.tour-price-big {
		font-size: 28px;
	}

	.tour-price-big span {
		font-size: 16px;
	}

	.duration-badge {
		font-size: 16px;
		padding: 15px 30px;
	}

	.d-flex.justify-content-between.align-items-start.rounded-3.p-3.mb-3 {
		flex-wrap: wrap;
		gap: 10px;
	}

	.d-flex.gap-3.mb-3 {
		flex-wrap: wrap;
	}

	.btn-book-now,
	.btn-dates {
		font-size: 14px;
		padding: 12px;
		flex: 1 1 100%;
	}

	/* Main content: stack tabs and booking summary, both full width */
	.main-content-row {
		flex-direction: column;
		gap: 16px;
	}

	.tabs-col,
	.booking-summary {
		width: 100%;
		flex: 1 1 100%;
	}

	.tab-nav {
		width: 100%;
	}

	.tab-btn {
		padding: 12px 14px;
		font-size: 12px;
	}

	.tab-content {
		padding: 16px;
	}

	.tab-content h2 {
		font-size: 18px;
	}

	.day-header {
		padding: 12px 14px;
		flex-wrap: wrap;
		gap: 8px;
	}

	.day-number {
		width: 44px;
		height: 44px;
	}

	.day-num {
		font-size: 18px;
	}

	.day-header h4 {
		font-size: 14px;
	}

	.day-body {
		padding: 12px 14px;
	}

	/* Booking summary becomes a full-width, non-sticky block */
	.booking-summary {
		position: static;
		top: auto;
		padding: 18px;
	}

	.booking-row {
		flex-wrap: wrap;
		gap: 2px;
	}

	.booking-row span:first-child {
		flex: 1 1 100%;
	}

	.booking-val {
		text-align: left;
	}

	/* Policy table scrolls horizontally inside its own box instead of pushing the page wide */
	.policy-table {
		font-size: 12px;
		min-width: 420px;
	}

	.policy-table th,
	.policy-table td {
		padding: 8px 10px;
	}

	.review-item {
		padding: 14px;
	}
}

@media (max-width: 480px) {
	.tour-title {
		font-size: 22px;
	}

	.gallery-slide img {
		height: 180px;
	}

	.adventure-links {
		font-size: 18px;
	}
}

/* ── KEEP EXPLORING CSS IN BOOKING PAGE ── */

.explore-tag {
	transition: transform .25s ease, box-shadow .25s ease, background-color .3s ease, color .3s ease;
	font-size: 14px;
	white-space: normal;
	line-height: 1.3;
}

.explore-tag:hover {
	background-color: #ffa500 !important;
	color: #fff !important;
	transform: translateY(-3px);
	box-shadow: 0 6px 14px rgba(255, 165, 0, .35);
}

.explore-tag:hover strong {
	color: #fff !important;
}

.explore-section .explore-title,
.explore-section .explore-tag {
	opacity: 0;
}

.explore-section.in-view .explore-title {
	animation: exploreFadeIn .6s ease forwards;
}

.explore-section.in-view .explore-bar {
	animation: exploreBarGrow .5s ease forwards .2s;
	transform: scaleY(0);
	transform-origin: top;
}

.explore-section.in-view .explore-tag {
	animation: exploreTagPop .5s ease forwards;
}

@keyframes exploreFadeIn {
	from {
		opacity: 0;
		transform: translateX(-15px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes exploreBarGrow {
	to {
		transform: scaleY(1);
	}
}

@keyframes exploreTagPop {
	from {
		opacity: 0;
		transform: translateY(15px) scale(.96);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (max-width: 575.98px) {
	.explore-tag {
		font-size: 14px;
		padding: 12px 10px !important;
	}

	.explore-title {
		font-size: 18px;
	}
}



/* ── 3 STATS CSS IN BOOKING PAGE ── */

.statusbar-stat-card-dark {
	background: #032a63;
	color: #fff;
}

.statusbar-stat-card-yellow {
	background: #f4be2c;
	color: #000 !important;
}

.statusbar-stat-card {
	transition: transform .5s, box-shadow .5s;
	cursor: pointer;
}

.statusbar-stat-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
}

.statusbar-stat-card:hover i {
	transform: rotateY(360deg);
	transition: transform 1s;
}

.statusbar-stat-card i {
	transition: transform 1s;
	display: inline-block;
}

/* ── ENDING OF BOOKING PAGE ── */











/* ─── offer page ─── */


/* ─── SORT FILTER BOX ─── */
.sort-filter-box {
	background: darkorange;
	height: 55px;
	font-size: 20px;
	cursor: pointer;
	transition: .3s;
}

.sort-filter-box:hover {
	background: rgba(255, 140, 0, 0.8);
}

/* ─── FILTER ─── */
.filter-heading {
	font-size: 13px;
	cursor: pointer;
	color: #333;
}

.filter-label {
	font-size: 13px;
	color: #444;
	cursor: pointer;
}

.filter-label:hover {
	color: orange;
}

.form-check-input:checked {
	background-color: orange;
	border-color: orange;
}

.form-range::-webkit-slider-thumb {
	background: orange;
}

.form-range::-moz-range-thumb {
	background: orange;
}

.price-label {
	font-size: 12px;
	color: #000 !important;
	;
}

/* ─── DESKTOP PACKAGE CARD ─── */
.pkg-card {
	background: white;
	border: 1px solid #eee;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
	margin-bottom: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.pkg-card-img {
	width: 220px;
	height: auto;
	object-fit: cover;
	flex-shrink: 0;
}

.pkg-badge {
	display: inline-block;
	background: orange;
	color: white;
	font-size: 11px;
	font-weight: 600;
	padding: 3px 10px;
	margin-bottom: 8px;
}

.pkg-badge.hot {
	background: #e53935;
}

.pkg-badge.new {
	background: #2e7d32;
}

.pkg-badge.luxury {
	background: #6a1b9a;
}

.pkg-title {
	font-family: "Cormorant Garamond", serif;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-size: 20px;
	color: #111;
	letter-spacing: 1px;
}

.pkg-meta {
	font-size: 12px;
	color: #000 !important;
	;
}

.pkg-duration {
	font-size: 13px;
	font-weight: 500;
	color: #444;
}

.pkg-desc {
	font-size: 13px;
	color: #555;
	padding-left: 16px;
}

.pkg-desc li {
	margin-bottom: 3px;
}

.pkg-includes {
	font-size: 16px;
}

.pkg-price-col {
	border-left: 1px solid #f0f0f0;
	min-width: 170px;
	flex-shrink: 0;
}

.pkg-price-h3 {
	font-family: "Cormorant Garamond", serif !important;
	font-size: 22px;
	font-weight: 600px !important;
	color: #111;
	letter-spacing: 1px;
}

.original-price {
	font-size: 13px;
	color: #000 !important;
	;
	text-decoration: line-through;
}

.discount-text {
	font-size: 13px;
	font-weight: 600;
	color: #2e7d32;
}

.offer-tag-text {
	font-size: 11px;
	font-weight: 600;
	color: #2e7d32;
}

.exchange-text {
	font-size: 11px;
	color: #000 !important;
	;
}

.btn-view-pkg {
	width: 100%;
	padding: 7px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	background: white;
	color: orange;
	border: 2px solid orange;
	transition: .2s;
}

.btn-view-pkg:hover {
	background: orange;
	color: white;
}

.btn-book-pkg {
	width: 100%;
	padding: 7px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	background: orange;
	color: white;
	border: none;
	transition: .2s;
}

.btn-book-pkg:hover {
	background: darkorange;
}

/* ─── MOBILE CARD ─── */
.pkg-card-mobile {
	background: white;
	border: 1px solid #eee;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
	margin-bottom: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px;
	gap: 12px;
}

.pkg-card-mobile img {
	width: 90px;
	height: 90px;
	object-fit: cover;
	flex-shrink: 0;
}

.pkg-mobile-name {
	font-family: "Cormorant Garamond", serif;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase !important;
	color: #111;
	letter-spacing: 1px;
}

.price-toggle {
	font-family: "Cormorant Garamond", serif;
	font-size: 18px !important;
}


.pkg-mobile-price {
	font-family: "Cormorant Garamond", serif !important;
	font-size: 16px;
	color: #111;
	margin-bottom: 4px;
}

.pkg-mobile-original {
	font-size: 11px;
	color: #000 !important;
	;
	text-decoration: line-through;
	margin-left: 6px;
}

.pkg-mobile-discount {
	font-size: 11px;
	font-weight: 600;
	color: #2e7d32;
}

.pkg-mobile-duration {
	font-size: 11px;
	color: #000 !important;
	margin-bottom: 4px;
}

.pkg-mobile-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 90px;
}

.pkg-mobile-badge {
	display: inline-block;
	background: orange;
	color: white;
	font-size: 10px;
	font-weight: 600;
	padding: 2px 8px;
	margin-bottom: 4px;
}

.btn-book-pkg-sm {
	background: orange;
	color: white;
	border: none;
	padding: 6px 14px;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
	flex-shrink: 0;
	cursor: pointer;
	transition: .2s;
}

.btn-book-pkg-sm:hover {
	background: darkorange;
}

/* ─── HAMBURGER FILTER OVERLAY ─── */


.filter-drawer-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #333;
}

.filter-close-btn {
	background: none;
	border: none;
	font-size: 22px;
	cursor: pointer;
	color: #000 !important;
}

/* ─── MOBILE FILTER BUTTON ─── */
.mobile-filter-btn {
	background: darkorange;
	color: white;
	border: none;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 700;
	font-family: 'DM Sans', sans-serif;
	cursor: pointer;
	width: 100%;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}











.accordion-button:not(.collapsed) {
	background-color: #fff7ee;
	color: darkorange;
	box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
	filter: invert(55%) sepia(90%) saturate(500%) hue-rotate(5deg);
}

.accordion-button:focus {
	box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.2);
}

.accordion-item {
	background: #f8f8f8;
}











/* STARING OF SERVICE PAGE */
/* ── BANNER CSS IN SERVICE PAGE ── */



.cta-plane,
.cta-globe {
	color: rgba(255, 255, 255, .12);
	pointer-events: none;
}

.cta-plane {
	font-size: 70px;
	animation: ctaFloatPlane 6s ease-in-out infinite;
}

.cta-globe {
	font-size: 90px;
	animation: ctaFloatGlobe 8s ease-in-out infinite;
}

.cta-word {
	display: inline-block;
	white-space: nowrap;
}

.cta-title span {
	display: inline-block;
	font-size: 70px;
	opacity: 0;
	animation: ctaLetterJump .2s ease forwards;
}

.cta-subtitle {
	opacity: 0;
	animation: ctaFadeUp 1s ease forwards 1.1s;
}

.cta-buttons {
	opacity: 0;
	animation: ctaFadeUp 1s ease forwards 1.4s;
}

.cta-btn {
	transition: .4s;
}

.cta-btn:hover {
	transform: translateY(-8px) scale(1.08);
}

.cta-primary-btn:hover {
	box-shadow: 0 15px 40px rgba(255, 193, 7, .45);
}

@keyframes ctaLetterJump {
	from {
		opacity: 0;
		transform: translateY(60px) rotateX(90deg);
		text-shadow: none;
	}

	to {
		opacity: 1;
		transform: translateY(0) rotateX(0);
		text-shadow: 0 0 15px rgba(255, 255, 255, .4), 0 0 30px rgba(255, 193, 7, .5);
	}
}

@keyframes ctaFadeUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes ctaFloatPlane {

	0%,
	100% {
		transform: translateY(0) rotate(0deg);
	}

	50% {
		transform: translateY(-25px) rotate(10deg);
	}
}

@keyframes ctaFloatGlobe {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-30px);
	}
}

@media (max-width: 768px) {
	.cta-title span {
		font-size: 38px;
	}
}

@media (max-width: 400px) {
	.cta-title span {
		font-size: 32px;
	}
}



/* ── QUICK LINK CSS IN SERVICE PAGE ── */

.service-div-quicklinks-panel {
	opacity: 0;
	transform: translateX(-25px);
	animation: serviceSlideIn .6s ease forwards;
}

.service-div-about-content-panel {
	opacity: 0;
	transform: translateY(25px);
	animation: serviceFadeUp .7s ease forwards .2s;
}

@keyframes serviceSlideIn {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes serviceFadeUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.service-div-quicklink-item {
	transition: background .3s ease, padding-left .3s ease, color .3s ease;
}

.service-div-quicklink-item:hover {
	background: #f5b400 !important;
	color: #1a1a1a !important;
	padding-left: 22px !important;
}

.service-div-about-banner img {
	height: 340px;
	object-fit: cover;
	transition: transform .5s ease;
}

.service-div-about-banner:hover img {
	transform: scale(1.03);
}

.service-div-tab-btn {
	position: relative;
	transition: color .3s ease;
}

.service-div-tab-btn::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #f5b400;
	transform: scaleX(0);
	transition: transform .3s ease;
}

.service-div-tab-btn.service-div-active::after {
	transform: scaleX(1);
}

.service-div-tab-content {
	animation: serviceFadeUp .5s ease;
}

.service-div-tab-content h3:first-child {
	margin-top: 0 !important;
}

/* ── ENDING OF SERVICE PAGE ── */



/* ── STARING OF CONTACT PAGE ── */
/* BANNER CSS IN CONTACT PAGE*/
/* ── CONTACT PAGE STATIC BANNER ── */
.contact-static-banner {
	background: linear-gradient(180deg, rgba(6, 34, 43, 0.55), rgba(6, 34, 43, 0.72)),
		url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 60px 20px;
}

.contact-static-banner h2 {
	font-family: 'Fraunces', serif;
	font-weight: 600;
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	margin-bottom: 14px;
}

.contact-static-banner p {
	max-width: 640px;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.7;
	color: #EAF7F5;
}

@media (max-width: 600px) {
	.contact-static-banner {
		min-height: 320px;
		padding: 40px 16px;
	}
}



/* WHY CHOOSE US CSS IN CONTACT PAGE */

.why-title {
	font-size: 26px;
	color: #222;
	border-left: 4px solid #e05c2a;
	padding-left: 12px;
}

.why-desc {
	font-size: 15px;
	line-height: 1.7;
}

.why-card__header {
	border-bottom: 1.5px solid #ddd;
}

.why-card__icon {
	font-size: 22px;
	color: #444;
}

.why-card__title {
	font-size: 15px;
	color: #222;
}

.why-card__desc {
	font-size: 13.5px;
	line-height: 1.65;
	color: #000 !important;
}

.why-img {
	width: 100%;
	max-width: 450px;
	height: 420px;
	object-fit: cover;
}

@media (max-width: 991px) {
	.why-img {
		height: 260px;
		max-width: 100%;
	}
}

/* ===== NEW: GSAP entrance animation - initial hidden state ===== */
#why-choose-us .why-title,
#why-choose-us .why-desc,
#why-choose-us .why-card,
#why-choose-us .why-img {
	visibility: hidden;
}



/* FORM CSS IN CONTACT PAGE */
.form-input {
	padding: 16px 18px;
	border: 1px solid grey;
	font-size: 15px;
	font-family: inherit;
	outline: none;
	transition: 0.35s;
}

.form-input:focus {
	border-color: #ffc107;
	box-shadow: 0 0 20px rgba(255, 193, 7, 0.25);
	transform: translateY(-2px);
}

.submit-btn {
	background: linear-gradient(135deg, #ffc107, #ffb300);
	border: none;
	padding: 16px;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.35s;
}

.submit-btn:hover {
	transform: translateY(-4px) scale(1.02);
	box-shadow: 0 15px 30px rgba(255, 193, 7, 0.4);
}

#successPopup {
	position: fixed;
	top: 30px;
	right: 30px;
	background: #28a745;
	color: white;
	padding: 18px 28px;
	font-weight: 600;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	transition: 0.4s;
	z-index: 99999;
}

#successPopup.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.star {
	font-size: 30px;
	color: #e0e0e0;
	cursor: pointer;
	transition: color 0.2s ease, transform 0.15s ease;
}

.star:hover {
	transform: scale(1.15);
}

.star.active {
	color: #FFC107;
}

.star.bi-star::before {
	content: "\F586";
}

.star.active.bi-star::before {
	content: "\F585";
}

.select2-container .select2-selection--single {
	height: 48px !important;
	border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 46px !important;
	padding-left: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px !important;
}

/* ===== NEW: GSAP form entrance animation - initial hidden state ===== */
.form-card,
.form-badge,
.form-heading,
.form-para,
.form-field-anim {
	visibility: hidden;
}




/* 4 CONTACT CARDS US CSS IN CONTACT PAGE */

.cc-card {
	background: linear-gradient(145deg, #ffffff, #f9f7f2);
	border: 1.5px solid rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	cursor: pointer;
}

.cc-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.cc-bar {
	height: 4px;
	background: #ffc107;
	transform: scaleX(0);
	transition: transform 0.4s ease;
	transform-origin: left;
}

.cc-card:hover .cc-bar {
	transform: scaleX(1);
}

.cc-icon {
	width: 80px;
	height: 80px;
	font-size: 35px;
	background: #fff8e1;
	transition: background 0.6s ease, transform 0.6s ease;
}

.cc-card:hover .cc-icon {
	background: #ffc107;
	transform: rotateY(360deg);
}

.cc-heading {
	font-size: 22px;
	color: #222;
}

.cc-text {
	font-size: 15px;
	line-height: 1.8;
}

/* ===== NEW: Drop-in entrance animation ===== */

/* Box start ah invisible + mela irundhu vara ready */
.cc-card {
	opacity: 0;
	will-change: transform, opacity;
}

/* Landed aana pinnadi mattum inner content varum, so start la hide pannu */
.cc-heading,
.cc-text {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.cc-icon {
	opacity: 0;
	transform: translateY(16px) rotateY(180deg);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Box drop + bounce keyframe */
@keyframes ccBoxDrop {
	0% {
		transform: translateY(-140px) scale(0.85);
		opacity: 0;
	}

	55% {
		transform: translateY(18px) scale(1.03);
		opacity: 1;
	}

	75% {
		transform: translateY(-6px) scale(0.99);
	}

	100% {
		transform: translateY(0) scale(1);
		opacity: 1;
	}
}

.cc-card.cc-drop {
	animation: ccBoxDrop 0.8s cubic-bezier(.34, 1.56, .64, 1) forwards;
	animation-delay: calc(var(--i, 0) * 0.15s);
}

/* Box land aana pinnadi, content oruthanuku oruthan reveal aagum */
.cc-card.cc-content-in .cc-icon {
	opacity: 1;
	transform: translateY(0) rotateY(0deg);
	transition-delay: 0s;
}

.cc-card.cc-content-in .cc-heading {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.15s;
}

.cc-card.cc-content-in .cc-text {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.3s;
}




/* OUR BRANCH CSS IN CONTACT PAGE */

.title-underline {
	width: 70px;
	height: 4px;
	background: #f5b400;
}

.branch-card {
	cursor: pointer;
	border: 1px solid grey;
	opacity: 0;
	transform: translateY(40px);
	animation: cardRise 0.7s ease forwards;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	overflow: hidden;
	position: relative;
}

.branch-card:nth-child(1) {
	animation-delay: 0.1s;
}

.branch-card:nth-child(2) {
	animation-delay: 0.3s;
}

.branch-card:nth-child(3) {
	animation-delay: 0.5s;
}

@keyframes cardRise {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.branch-card::before {
	content: "";
	position: absolute;
	border: 1px solid grey;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #f5b400, #ffd966);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.5s ease;
}

.branch-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 18px 35px rgba(245, 180, 0, 0.25) !important;
}

.branch-card:hover::before {
	transform: scaleX(1);
}

.branch-card.tap-active {
	transform: scale(0.97);
	box-shadow: 0 6px 20px rgba(245, 180, 0, 0.35) !important;
}

.branch-card.tap-active::before {
	transform: scaleX(1);
}

@keyframes tapPulse {
	0% {
		box-shadow: 0 0 0 0 rgba(200, 245, 0, 0.575);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(245, 180, 0, 0);
	}
}

.branch-card.tap-ripple {
	animation: tapPulse 0.5s ease-out;
}

@media (hover: none) {
	.branch-card:hover {
		transform: none;
		box-shadow: none !important;
	}

	.branch-card:hover::before {
		transform: scaleX(0);
	}
}

.branch-phone:hover,
.branch-email:hover {
	color: #f5b400 !important;
}

.branch-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.branch-modal-overlay.active {
	opacity: 1;
	visibility: visible;
}

.branch-modal {
	background: #fff;
	padding: 36px 32px;
	width: 90%;
	max-width: 380px;
	position: relative;
	transform: scale(0.85) translateY(20px);
	opacity: 0;
	transition: transform 0.35s ease, opacity 0.35s ease;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.branch-modal-overlay.active .branch-modal {
	transform: scale(1) translateY(0);
	opacity: 1;
}

.modal-close {
	position: absolute;
	top: 14px;
	right: 16px;
	background: none;
	border: none;
	font-size: 1.6rem;
	color: #888;
	cursor: pointer;
	line-height: 1;
	transition: color 0.3s ease, transform 0.3s ease;
}

.modal-close:hover {
	color: #f5b400;
	transform: rotate(90deg);
}

.modal-branch-name {
	font-size: 1.5rem;
	font-weight: 800;
	color: #1a1a1a;
	margin-bottom: 16px;
	border-bottom: 3px solid #f5b400;
	display: inline-block;
	padding-bottom: 6px;
}

.modal-branch-address {
	font-size: 0.97rem;
	color: #555;
	line-height: 1.7;
	margin-bottom: 18px;
}

.modal-branch-phone,
.modal-branch-email {
	display: block;
	color: #d99000;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 8px;
	font-size: 0.95rem;
	transition: color 0.3s ease;
}

.modal-branch-phone:hover,
.modal-branch-email:hover {
	color: #f5b400;
}

.branch-card {
	cursor: pointer;
	border: 1px solid grey;
	opacity: 0;
	transform: translateX(-140px) rotate(-30deg) scale(0.85);
	animation: cardRollIn 0.85s cubic-bezier(.25, .85, .3, 1) forwards;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	overflow: hidden;
	position: relative;
}

.branch-card:nth-child(1) {
	animation-delay: 0.1s;
}

.branch-card:nth-child(2) {
	animation-delay: 0.4s;
}

.branch-card:nth-child(3) {
	animation-delay: 0.7s;
}

@keyframes cardRollIn {
	0% {
		opacity: 0;
		transform: translateX(-140px) rotate(-30deg) scale(0.85);
	}

	65% {
		opacity: 1;
		transform: translateX(12px) rotate(5deg) scale(1.03);
	}

	100% {
		opacity: 1;
		transform: translateX(0) rotate(0deg) scale(1);
	}
}

.branch-card {
	cursor: pointer;
	border: 1px solid grey;
	opacity: 0;
	transform: translateX(-140px) rotate(-30deg) scale(0.85);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	overflow: hidden;
	position: relative;
}

.branch-card.roll-in {
	animation-name: cardRollIn;
	animation-duration: 2s;
	animation-timing-function: cubic-bezier(.25, .85, .3, 1);
	animation-fill-mode: forwards;
}

@keyframes cardRollIn {
	0% {
		opacity: 0;
		transform: translateX(-140px) rotate(-30deg) scale(0.85);
	}

	65% {
		opacity: 1;
		transform: translateX(12px) rotate(5deg) scale(1.03);
	}

	100% {
		opacity: 1;
		transform: translateX(0) rotate(0deg) scale(1);
	}
}

/* ENDING OF CONTACT PAGE */