/* Theme layer ? typography, colors, and formatting from appearance settings */
/* Brand: green primary (nav), black text, blue accents */
/* Headings: Poppins · Body/paragraphs: Mulish · Base: 16px */

html {
	font-size: var(--base-font-size, 16px);
	scroll-behavior: smooth;
	scroll-padding-top: var(--trip-anchor-offset, 110px);
}

body {
	font-family: 'Mulish', sans-serif !important;
	font-size: var(--base-font-size, 16px) !important;
	line-height: var(--line-height-body, 1.6);
	color: var(--text-color, #222222);
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.title h1, .title h2, .new-page h1 {
	font-family: var(--heading-font, 'Poppins', sans-serif) !important;
	color: var(--heading-color, #193B7A);
	line-height: var(--line-height-heading, 1.25);
	font-weight: 700;
	letter-spacing: -0.01em;
}

h1 {
	font-size: var(--h1-size, clamp(1.75rem, 1.35rem + 1.5vw, 2.25rem));
	font-weight: 800;
	line-height: 1.2;
}

h2 {
	font-size: var(--h2-size, clamp(1.5rem, 1.22rem + 1.05vw, 1.875rem));
	font-weight: 800;
	color: var(--heading-color, #193B7A);
}

h3 {
	font-size: var(--h3-size, clamp(1.3125rem, 1.12rem + 0.7vw, 1.5625rem));
	font-weight: 700;
	color: var(--heading-color, #193B7A);
}

h4 {
	font-size: var(--h4-size, clamp(1.1875rem, 1.08rem + 0.4vw, 1.3rem));
	font-weight: 700;
	color: var(--heading-color, #193B7A);
}

h5 {
	font-size: var(--h5-size, clamp(1.0625rem, 1.02rem + 0.2vw, 1.125rem));
	font-weight: 700;
	color: var(--heading-color, #193B7A);
}

h6 {
	font-size: var(--h6-size, 1rem);
	font-weight: 700;
	color: var(--heading-color, #193B7A);
	letter-spacing: 0;
}


p, li, label, td, th, span, .form-control, .form-select, .content, .accordion-body {
	font-family: 'Mulish', sans-serif;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	[data-aos] {
		opacity: 1 !important;
		transform: none !important;
	}
}

img, picture, video, canvas, svg, iframe {
	max-width: 100%;
}

img {
	height: auto;
}

p, li, label, .form-control, .form-select {
	font-size: var(--base-font-size, 16px);
	line-height: var(--line-height-body, 1.6);
	color: var(--text-color, #222222);
}

p a {
	color: var(--link-color, var(--primary-color, #00458d));
	font-weight: 700;
}

p a:hover {
	color: var(--heading-color, #193B7A);
}

a:not(.btn):not(.nav-link):not(.dropdown-item):not(.package-hover__btn):not(.btn-booking):not(.region-card):not(.activity-card):not(.blg-title):not(.blog-read-more):not(.blog-list-card__title):not(.footer-link):not(.mobile-nav-accordion-header__link) {
	color: var(--link-color, #0b71b8);
	font-weight: 600;
}

a:not(.btn):not(.nav-link):not(.dropdown-item):not(.package-hover__btn):not(.btn-booking):not(.region-card):not(.activity-card):not(.blg-title):not(.blog-read-more):not(.blog-list-card__title):not(.footer-link):not(.mobile-nav-accordion-header__link):hover {
	color: var(--accent-blue-dark, #085a92);
}

/* Breadcrumb trail: black text (override global blue links) */
.com-back-1 a,
.com-back-1 a:visited,
.new-page .com-back-1 a,
.com-back .com-back-1 a,
.contact-page__breadcrumb a,
.booking-breadcrumb a {
	color: #111111 !important;
}

.com-back-1 a:hover,
.new-page .com-back-1 a:hover,
.com-back .com-back-1 a:hover,
.contact-page__breadcrumb a:hover,
.booking-breadcrumb a:hover {
	color: #111111 !important;
	text-decoration: underline;
}

/* Top lime bar: social + email in black */
.top-header .top-content .left-section a,
.top-header .top-content .left-section a:visited,
.top-header .top-content .left-section a i,
.top-header .top-content .left-section li a {
	color: #111111 !important;
}

.top-header .top-content .left-section a:hover,
.top-header .top-content .left-section a:hover i {
	color: #111111 !important;
	opacity: 0.75;
}

.btn-primary,
.my-slider-ban .my-ban .ban-overlay .ban-link a:last-child {
	background-color: var(--primary-color, #219b03) !important;
	border-color: var(--primary-color, #219b03) !important;
	border-radius: var(--btn-radius, 4px);
	color: #fff !important;
}

.btn-primary:hover,
.welcome .lilnk .welcome-link-btn:hover {
	background-color: var(--brand-green-dark, #197802) !important;
	border-color: var(--brand-green-dark, #197802) !important;
}

.btn-outline-primary {
	color: var(--primary-color, #219b03) !important;
	border-color: var(--primary-color, #219b03) !important;
}

.btn-outline-primary:hover {
	background-color: var(--primary-color, #219b03) !important;
	border-color: var(--primary-color, #219b03) !important;
	color: #fff !important;
}

/* Section titles ? unified across trip, blog, and content pages */
.trip-section-title,
.trip-cost-section .trip-section-title,
.departure-heading .trip-section-title,
.icon-all-top h2,
.packages .title h2,
.top-regions .title h2,
.blog .title h2,
.new-page h1 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--heading-font, 'Poppins', sans-serif);
	font-size: var(--section-title-size, var(--h2-size));
	font-weight: 700;
	color: var(--heading-color, #193B7A);
	line-height: var(--line-height-heading, 1.25);
	margin-bottom: 0.75rem;
}

.trip-section-title i,
.trip-cost-section .trip-section-title i,
.departure-heading .trip-section-title i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--primary-color) 12%, white);
	color: var(--primary-color);
	font-size: 17px;
	flex-shrink: 0;
}

/* Trip cost ? package tabs and includes/excludes lists */
.trip-cost-section .package-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 0;
	border-bottom: 1px solid #dbe7df;
	padding-bottom: 0;
}

.trip-cost-section .package-tabs .nav-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 10px 10px 0 0;
	background: #f4f8f1;
	color: var(--text-muted, #444444);
	font-size: 15px;
	font-weight: 600;
}

.trip-cost-section .package-tabs .nav-link span {
	font-weight: 500;
	opacity: 0.85;
}

.trip-cost-section .package-tabs .nav-link:hover {
	border-color: #d5e5d0;
	background: #eef6ea;
	color: var(--nav-green, #219b03);
}

.trip-cost-section .package-tabs .nav-link.active {
	border-color: #dbe7df #dbe7df #fff;
	background: #fff;
	color: var(--nav-green, #219b03);
}

.trip-cost-section .package-panels {
	padding-top: 20px;
}

.trip-cost-section .cost-list-card {
	margin-bottom: 18px;
	padding: 20px 22px;
	border: 1px solid #e3e9ee;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(17, 24, 39, 0.05);
}

.trip-cost-section .cost-list-card h3 {
	margin: 0 0 16px;
	color: var(--heading-color, #111111);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
}

.trip-cost-section .cost-rich-content,
.trip-cost-section .cost-rich-content * {
	font-family: inherit !important;
}

.trip-cost-section .cost-rich-content h4 {
	margin: 18px 0 10px;
	color: var(--heading-color, #111111);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.4;
}

.trip-cost-section .cost-rich-content h4:first-child {
	margin-top: 0;
}

.trip-cost-section .cost-rich-content p {
	margin: 0 0 12px;
	color: var(--text-muted, #444444);
	font-size: 15px;
	line-height: 1.65;
}

.trip-cost-section .cost-rich-content ul {
	display: grid;
	gap: 8px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none !important;
}

.trip-cost-section .cost-rich-content ul li {
	position: relative;
	margin: 0;
	padding: 11px 14px 11px 46px;
	border-radius: 8px;
	background: #f7faf6;
	color: var(--text-color, #222222);
	font-size: 15px;
	line-height: 1.5;
	list-style: none !important;
}

.trip-cost-section .included .cost-rich-content ul li::before,
.trip-cost-section .excluded .cost-rich-content ul li::before {
	position: absolute;
	left: 14px;
	top: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	color: #fff;
	font-family: "Font Awesome 7 Free" !important;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
}

.trip-cost-section .included .cost-rich-content ul li::before {
	content: "\f00c";
	background: var(--nav-green, #219b03);
}

.trip-cost-section .excluded .cost-rich-content ul li::before {
	content: "\f00d";
	background: #c62828;
}

.trip-cost-section .included .cost-rich-content ul li {
	background: #f4faf1;
}

.trip-cost-section .excluded .cost-rich-content ul li {
	background: #fdf6f6;
}

/* Trip page title */
.trippage h1,
.pack-details .col-md-12 > h1 {
	font-family: var(--heading-font, 'Poppins', sans-serif);
	font-size: var(--h2-size, 1.75rem);
	font-weight: 800;
	color: var(--heading-color, #111111);
	line-height: var(--line-height-heading, 1.35);
}

.trippage h1::before,
.title h1::before,
.new-page h1::before {
	background-color: var(--primary-color);
}

.trippage h2,
.pack-details .content h2 {
	color: var(--heading-color, #111111);
}

/* Package / trip cards */
.package {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid #e3e9ee;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(17, 24, 39, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.package:hover {
	border-color: #cfe8c8;
	box-shadow: 0 14px 28px rgba(33, 155, 3, 0.12);
	transform: translateY(-3px);
}

.package .package-img {
	position: relative;
	height: auto;
	min-height: 250px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-bottom: 1px solid #edf2f6;
}

.package .package-img > a {
	display: block;
	height: 100%;
}

.package .package-img img {
	display: block;
	width: 100%;
	height: 100% !important;
	min-height: 250px;
	object-fit: cover;
	transition: transform 0.35s ease;
	filter: none !important;
	transform: none !important;
}

.package:hover .package-img img {
	filter: none !important;
	transform: scale(1.08) !important;
}

.package .package-img .featured {
	top: 14px;
	right: auto;
	left: 14px;
	padding: 5px 12px;
	border-radius: 999px;
	background: #f39c12;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	transform: none;
	box-shadow: 0 4px 12px rgba(243, 156, 18, 0.35);
}

.package .package-img .discount {
	top: 14px;
	right: 14px;
	left: auto;
	padding: 5px 12px;
	border-radius: 999px;
	background: var(--nav-green, #219b03);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	transform: none;
	box-shadow: 0 4px 12px rgba(33, 155, 3, 0.25);
}

.package .all-down {
	position: relative;
	flex: 1 1 auto;
	border: 0;
	padding: 18px 14px 8px;
	background: #fff;
}

.package .all-down .peop {
	position: absolute;
	top: -16px;
	left: 16px;
}

.package .all-down .peop h6 {
	margin: 0;
	padding: 8px 14px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(17, 24, 39, 0.1);
	color: #122f43;
	font-size: 14px;
	font-weight: 700;
}

.package .all-down .peop h6 del {
	color: #c62828;
	margin-right: 4px;
	font-weight: 600;
}

.package .all-down > a {
	display: block;
	margin: 2px 0 0;
	padding: 0;
	color: #122f43 !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	line-height: 1.4;
	text-decoration: none;
}

.package .all-down > a:hover {
	color: var(--nav-green, #219b03) !important;
}

.package .all-down p {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	margin: 0;
	padding: 0;
	color: #64748b;
	font-size: 14px;
	line-height: 1.45;
}

.package .all-down p span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin: 0;
}

.package .all-down p i {
	color: var(--nav-green, #219b03);
	font-size: 12px;
}

.package .pack-down {
	padding: 2px 0 0;
}

.package .pack-down .book a {
	color: #64748b !important;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}

.package .pack-down .book a:hover {
	color: #122f43 !important;
}

.package .pack-down .p1 i {
	color: #f5a623;
	font-size: 13px;
}

.package .next-down {
	margin-top: auto;
	padding: 8px 14px 12px;
	border: 0;
	border-top: 1px solid #edf2f6;
	background: #fafcfd;
}

.package .next-down h3 {
	margin: 0 0 10px;
	color: #122f43;
	font-size: 14px;
	font-weight: 700;
}

.package .next-down p {
	margin: 0 0 8px;
	padding: 0;
	color: #475569;
	font-size: 13px;
}

.package .next-down p span i {
	color: var(--accent-blue, #0b71b8);
}

.package .next-down .link {
	margin: 12px 0 0;
	padding: 0;
}

.package .next-down .link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	padding: 10px 16px;
	border: 1px solid var(--nav-green, #219b03);
	border-radius: 999px;
	background: #fff;
	color: var(--nav-green, #219b03) !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.package .next-down .link a:hover,
.package .next-down .link a:focus {
	background: var(--nav-green, #219b03);
	border-color: var(--nav-green, #219b03);
	color: #fff !important;
}

.package .package-img .group {
	z-index: 9;
	position: absolute;
	top: auto;
	right: 14px;
	bottom: 14px;
	left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 2px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	background: #f39c12;
	color: #fff;
	box-shadow: 0 4px 12px rgba(243, 156, 18, 0.3);
}

.package .package-img .group a,
.package .package-img .group i,
.package .package-img .group:hover a,
.package .package-img .group:hover i {
	color: #fff !important;
}

.package .package-img .group.group-joining-icon {
	background: var(--nav-green, #219b03);
	box-shadow: 0 4px 12px rgba(33, 155, 3, 0.3);
}

.package .trip-card-group-joining {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	padding: 5px 9px;
	border: 1px solid var(--nav-green, #219b03);
	border-radius: 999px;
	background: var(--nav-green, #219b03);
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none !important;
}

.package .trip-card-group-joining:hover,
.package .trip-card-group-joining:focus {
	border-color: var(--brand-green-dark, #197802);
	background: var(--brand-green-dark, #197802);
	color: #fff !important;
}

/* Homepage package sections become a single-row carousel when they contain more than 6 cards. */
.homepage-package-carousel { position:relative; margin:0 -9px 8px; padding:0 34px; }
.homepage-package-carousel:not(.slick-initialized) { display:flex; gap:18px; overflow:hidden; }
.homepage-package-carousel:not(.slick-initialized) .homepage-package-slide { flex:0 0 calc(33.333% - 12px); }
.homepage-package-carousel .slick-track { display:flex; align-items:stretch; }
.homepage-package-carousel .slick-slide { height:auto; padding:0 9px 10px; }
.homepage-package-carousel .slick-slide > div,
.homepage-package-carousel .homepage-package-slide,
.homepage-package-carousel .package { height:100%; }
.homepage-package-carousel .package { display:flex; flex-direction:column; margin:0; }
.homepage-package-carousel .package .all-down { flex:1 1 auto; }
.homepage-package-carousel .slick-prev,
.homepage-package-carousel .slick-next {
	z-index:4;
	width:38px;
	height:38px;
	border:1px solid rgba(33,155,3,.3);
	border-radius:50%;
	background:#fff !important;
	box-shadow:0 6px 18px rgba(17,24,39,.12);
}
.homepage-package-carousel .slick-prev { left:0; }
.homepage-package-carousel .slick-next { right:0; }
.homepage-package-carousel .slick-prev::before,
.homepage-package-carousel .slick-next::before { color:var(--nav-green,#219b03); opacity:1; }
.homepage-package-carousel .slick-prev:hover,
.homepage-package-carousel .slick-next:hover { background:var(--nav-green,#219b03) !important; }
.homepage-package-carousel .slick-prev:hover::before,
.homepage-package-carousel .slick-next:hover::before { color:#fff; }
.homepage-package-carousel .slick-dots { position:static; margin-top:4px; }
.homepage-package-carousel .slick-dots li button::before { color:#8abf7d; }
.homepage-package-carousel .slick-dots li.slick-active button::before { color:var(--nav-green,#219b03); }

@media (max-width:991.98px) {
	.homepage-package-carousel:not(.slick-initialized) .homepage-package-slide { flex-basis:calc(50% - 9px); }
}

@media (max-width:575.98px) {
	.homepage-package-carousel { margin-right:-6px; margin-left:-6px; padding:0 24px; }
	.homepage-package-carousel:not(.slick-initialized) .homepage-package-slide { flex-basis:100%; }
	.homepage-package-carousel .slick-slide { padding-right:6px; padding-left:6px; }
	.homepage-package-carousel .slick-prev,
	.homepage-package-carousel .slick-next { width:32px; height:32px; }
}

.package .next-down p .line {
	flex: 1 1 auto;
	width: auto;
	height: 0;
	border-top: 1px dotted #cbd5e1;
}

.packages .row > [class*="col-"] {
	margin-bottom: 24px;
}

.icon-all-top .all-icon-detail .content .fact-value-row b {
	color: var(--primary-color);
}

/* Activity page ? region cards (image overlay layout) */
.region-card {
	position: relative;
	display: block;
	height: 100%;
	min-height: 220px;
	border: 1px solid #e3e9ee;
	border-radius: 14px;
	overflow: hidden;
	text-decoration: none;
	box-shadow: 0 8px 22px rgba(17, 24, 39, 0.08);
	background: #1a1a1a;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.region-card:hover {
	border-color: #cfe8c8;
	box-shadow: 0 14px 28px rgba(33, 155, 3, 0.12);
	transform: translateY(-3px);
}

.region-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 1 !important;
	filter: none !important;
	mix-blend-mode: normal !important;
	transition: transform 0.45s ease;
}

.region-card:hover .region-card__image {
	transform: scale(1.1);
}

.region-card__overlay {
	display: none;
}

.region-card__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 12px;
}

.region-card__badge {
	display: inline-block;
	margin-bottom: 8px;
	padding: 5px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	color: #111111;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.region-card__title {
	margin: 0;
	width: fit-content;
	max-width: 100%;
	padding: 5px 9px;
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.60);
	color: #111111 !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	text-shadow: none;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.region-card:hover .region-card__title {
	background: #ffffff;
	color: #111111 !important;
}

.activity-section--regions .packages .row > [class*="col-"] {
	display: flex;
}

.activity-section--regions .region-card {
	width: 100%;
	aspect-ratio: 4 / 3;
	min-height: 0;
}

.new-page .activity-card.region-card,
.all-activities-grid .activity-card {
	width: 100%;
	aspect-ratio: 4 / 3;
	min-height: 0;
}

.region-page .region-trips-section,
.activity-page .activity-section {
	margin-top: 2rem;
}

.region-page .region-trips-section .section-title,
.activity-page .activity-section .section-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 1.25rem;
	color: var(--heading-color, #193B7A);
	font-size: var(--h2-size);
	font-weight: 800;
}

.region-page .region-trips-section .section-title::before,
.activity-page .activity-section .section-title::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 22px;
	border-radius: 2px;
	background: var(--nav-green, #219b03);
}

.region-page .taxonomy-intro-card,
.activity-page .taxonomy-intro-card {
	margin-bottom: 0;
}

@media (max-width: 575.98px) {
	.region-card {
		min-height: 180px;
	}

	.region-card__content {
		padding: 12px 14px 14px;
	}

	.region-card__title {
		font-size: 18px;
	}
}

/* Blog listing cards */
.blog.my-blog .blog-list-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #e3e9ee;
	box-shadow: 0 8px 22px rgba(17, 24, 39, 0.06);
	background: #fff;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.blog.my-blog .blog-list-card:hover {
	border-color: #cfe8c8;
	box-shadow: 0 14px 28px rgba(33, 155, 3, 0.12);
	transform: translateY(-3px);
}

.blog.my-blog .blog-list-card--list {
	flex-direction: row;
}

.blog.my-blog .blog-list-thumb {
	display: block;
	position: relative;
	flex-shrink: 0;
	overflow: hidden;
	background: #edf4fa;
}

.blog.my-blog .blog-list-card--grid .blog-list-thumb {
	aspect-ratio: 16 / 10;
}

.blog.my-blog .blog-list-card--list .blog-list-thumb {
	width: 100%;
	aspect-ratio: 16 / 10;
}

.blog.my-blog .blog-list-thumb .card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.blog.my-blog .blog-list-card:hover .blog-list-thumb .card-image {
	transform: scale(1.08);
}

.blog.my-blog .blog-list-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 10px;
	padding: 18px 18px 20px;
	min-width: 0;
}

.blog.my-blog .blog-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin: 0;
}

.blog.my-blog .blog-cat {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(33, 155, 3, 0.1);
	color: var(--nav-green, #219b03);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-transform: uppercase;
}

.blog.my-blog .blog-date {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #64748b;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
}

.blog.my-blog .blog-date i {
	color: #94a3b8;
	font-size: 12px;
}

.blog.my-blog .blog-list-card__title,
.blog.my-blog .content a.blg-title {
	margin: 0;
	color: #122f43;
	font-size: clamp(1rem, 1.6vw, 1.12rem);
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: color 0.15s ease;
}

.blog.my-blog .blog-list-card__title:hover,
.blog.my-blog .content a.blg-title:hover {
	color: var(--nav-green, #219b03);
}

/* Homepage news-card titles: neutral text with the same green interaction as trip cards. */
.blog-section .blog .content > a.tit,
.blog-section .blog .content > a.tit:visited {
	color: #111111;
	font-weight: 700;
	text-decoration: none;
	transition: color 0.2s ease;
}

.blog-section .blog .content > a.tit:hover,
.blog-section .blog .content > a.tit:focus-visible {
	color: var(--nav-green, #219b03);
	outline: none;
}

.blog.my-blog .blog-list-card__excerpt,
.blog.my-blog .blog-list-body > p {
	margin: 0;
	flex: 1 1 auto;
	padding: 0;
	color: #5d6d78;
	font-size: 14px;
	line-height: 1.65;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.blog.my-blog .content a.blog-read-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin: auto 0 0;
	padding-top: 4px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: gap 0.2s ease, color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

.blog.my-blog .blog-read-more i {
	font-size: 13px;
	color: #fff;
	transition: transform 0.2s ease;
}

.blog.my-blog .content a.blog-read-more:hover {
	color: #fff;
	gap: 12px;
}

.blog.my-blog .content a.blog-read-more:hover i {
	color: #fff;
	transform: translateX(3px);
}

@media (min-width: 768px) {
	.blog.my-blog .blog-list-card--list .blog-list-thumb {
		width: min(280px, 38%);
		aspect-ratio: auto;
		min-height: 200px;
	}
}

@media (max-width: 767.98px) {
	.blog.my-blog .blog-list-card:hover {
		transform: none;
	}
}

/* Blog */
.blog.my-blog .content .blog-meta .blog-cat,
.blog-sidebar .category-item a:hover,
.blog-sidebar .recent-post-copy a:hover,
.blog-pagination .page-item.active .page-link,
.team-cont h4 a:hover,
.team-cont h5 {
	color: var(--primary-color);
}

.blog-pagination .page-item.active .page-link {
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.blog-sidebar .badge {
	background: var(--primary-color) !important;
	color: #fff !important;
}

.top-regions .title .line {
	background: #219b03;
}

.top-regions__subtitle {
	margin: -12px 0 24px;
	color: #466071;
	font-size: 15px;
	text-align: center;
}

.top-regions .row {
	justify-content: center;
}

.homepage-region-carousel {
	position: relative;
	margin: 0 -8px;
	padding: 0 42px 8px;
}

.homepage-region-carousel:not(.slick-initialized) {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	scrollbar-color: var(--nav-green, #219b03) #dce8d8;
}

.homepage-region-carousel:not(.slick-initialized) .homepage-region-slide {
	flex: 0 0 calc(25% - 12px);
	scroll-snap-align: start;
}

.homepage-region-carousel .slick-track { display:flex; align-items:center; }
.homepage-region-carousel .slick-slide { height:auto; padding:0 8px; }
.homepage-region-carousel .slick-prev,
.homepage-region-carousel .slick-next {
	z-index:5;
	width:40px;
	height:40px;
	border:1px solid rgba(33,155,3,.32);
	border-radius:50%;
	background:#fff !important;
	box-shadow:0 6px 18px rgba(17,24,39,.14);
}
.homepage-region-carousel .slick-prev { left:0; }
.homepage-region-carousel .slick-next { right:0; }
.homepage-region-carousel .slick-prev::before,
.homepage-region-carousel .slick-next::before { color:var(--nav-green,#219b03); opacity:1; }
.homepage-region-carousel .slick-prev:hover,
.homepage-region-carousel .slick-next:hover { background:var(--nav-green,#219b03) !important; }
.homepage-region-carousel .slick-prev:hover::before,
.homepage-region-carousel .slick-next:hover::before { color:#fff; }

@media (max-width:1199.98px) {
	.homepage-region-carousel:not(.slick-initialized) .homepage-region-slide { flex-basis:calc(33.333% - 11px); }
}

@media (max-width:767.98px) {
	.homepage-region-carousel { padding-right:30px; padding-left:30px; }
	.homepage-region-carousel:not(.slick-initialized) .homepage-region-slide { flex-basis:calc(50% - 8px); }
	.homepage-region-carousel .slick-prev,
	.homepage-region-carousel .slick-next { width:32px; height:32px; }
}

@media (max-width:479.98px) {
	.homepage-region-carousel:not(.slick-initialized) .homepage-region-slide { flex-basis:100%; }
}

/* Homepage trekking regions: clear imagery with readable labels */
.top-regions .region .overlay,
.top-regions .region:hover .overlay {
	background: transparent !important;
	background-image: none !important;
	opacity: 1 !important;
}

.top-regions .region img,
.top-regions .region:hover img {
	opacity: 1 !important;
	filter: none !important;
	mix-blend-mode: normal;
}

.top-regions .region:hover img {
	transform: scale(1.08);
}

.top-regions .region .overlay .cont a,
.top-regions .region .overlay .cont a:last-child,
.top-regions .region .overlay .cont a:hover,
.top-regions .region .overlay .cont a:focus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	margin: 0;
	padding: 7px 17px;
	border: 1px solid rgba(255, 255, 255, .92);
	border-radius: 999px;
	background: rgba(255, 255, 255, .86) !important;
	background-image: none !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .16);
	color: #000 !important;
	font-size: 14px;
	font-weight: 800 !important;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}

.top-regions .region .overlay .cont a:hover,
.top-regions .region .overlay .cont a:focus {
	background: rgba(255, 255, 255, .94) !important;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .2);
}

@media (max-width: 767px) {
	.top-regions {
		padding: 32px 0;
	}

	.top-regions .title h2 {
		font-size: 28px;
	}

	.top-regions .region {
		width: clamp(140px, 42vw, 200px);
	}
}

/* Homepage adventure activities */
.home-activities-section {
	padding: 48px 0;
	background: #fff;
}

.home-activities-section__head {
	margin-bottom: 28px;
}

.home-activities-section__head h2 {
	margin-bottom: 10px;
	color: var(--heading-color, #111111);
	font-size: clamp(1.6rem, 2.5vw, 2rem);
	font-weight: 800;
}

.home-activities-section__head p {
	margin: 0 auto;
	max-width: 720px;
	color: #5d6d78;
	font-size: 15px;
	line-height: 1.6;
}

.home-activity-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid #e3e9ee;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(17, 24, 39, 0.06);
	color: inherit;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-activities-section .home-activity-card--region,
.home-activities-section .activity-card.region-card {
	min-height: 0;
	aspect-ratio: 4 / 3;
	height: auto;
}

.home-activity-card__icon--overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, #1a7f04, #0b71b8);
	color: #fff;
	font-size: 2.4rem;
}

.home-activity-card:hover {
	border-color: #cfe8c8;
	box-shadow: 0 14px 28px rgba(33, 155, 3, 0.14);
	color: inherit;
	text-decoration: none;
	transform: translateY(-4px);
}

.home-activity-card__media {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #edf4fa;
}

.home-activity-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.home-activity-card:hover .home-activity-card__media img {
	transform: scale(1.08);
}

.home-activity-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--nav-green, #219b03);
	font-size: 2rem;
}

.home-activity-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: space-between;
	gap: 8px;
	padding: 14px 14px 16px;
}

.home-activity-card__title {
	margin: 0;
	color: #122f43;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
}

.home-activity-card__count {
	margin: 0;
	color: var(--nav-green, #219b03);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

.home-activity-card:hover .home-activity-card__title {
	color: var(--nav-green, #219b03);
}

@media (max-width: 767px) {
	.home-activities-section {
		padding: 36px 0;
	}

	.home-activity-card__title {
		font-size: 0.88rem;
	}

	.home-activity-card__count {
		font-size: 12px;
	}
}

.site-footer {
	background: #fff;
	border-top: 1px solid #e3e8ee;
	padding: 44px 0 36px;
}

footer.site-footer h4,
.site-footer h4 {
	color: #111111;
	margin: 0 0 14px;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.06em;
	font-family: var(--heading-font, 'Poppins', sans-serif);
}

footer.site-footer .company-name,
.site-footer .company-name {
	color: var(--nav-green, #219b03);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 10px;
}

footer.site-footer .lnk,
.site-footer .lnk {
	margin: 0;
	padding: 0;
}

footer.site-footer .lnk li,
.site-footer .lnk li {
	padding: 4px 0;
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
	list-style: none;
}

footer.site-footer .footer-link,
.site-footer .footer-link,
footer.site-footer .lnk a.footer-link,
.site-footer .lnk a.footer-link {
	color: #111111 !important;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	transition: color 0.15s ease;
}

footer.site-footer .footer-link:hover,
.site-footer .footer-link:hover,
footer.site-footer .lnk a.footer-link:hover,
.site-footer .lnk a.footer-link:hover {
	color: #000 !important;
	text-decoration: none;
}

.site-footer .lnk:not(.footer-contact-list) li {
	position: relative;
	padding-left: 16px;
}

.site-footer .lnk:not(.footer-contact-list) li::before {
	content: "\f105";
	position: absolute;
	top: 8px;
	left: 0;
	color: var(--nav-green, #219b03);
	font-family: "Font Awesome 7 Free";
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	transition: transform .15s ease;
}

.site-footer .lnk:not(.footer-contact-list) li:hover::before {
	transform: translateX(2px);
}

.site-footer .lnk:not(.footer-contact-list) .footer-link:hover {
	color: #000 !important;
	font-weight: 650;
}

.site-footer .footer-contact-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.site-footer .footer-contact-list .footer-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 0;
	line-height: 1.5;
}

.site-footer .footer-contact-list .footer-contact-item--phones {
	align-items: center;
	flex-wrap: wrap;
}

.site-footer .footer-contact-item--phones > .footer-contact-icon {
	margin-top: 0;
}

.site-footer .footer-contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-top: 1px;
	border: 1px solid #d8ead4;
	border-radius: 9px;
	background: #f0f8ee;
	color: var(--nav-green, #219b03);
	font-size: 13px;
	flex: 0 0 30px;
}

footer.site-footer .footer-contact-list .company-name,
.site-footer .footer-contact-list .company-name {
	display: block;
	margin: 3px 0 0;
	color: #111;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.45;
}

.site-footer .footer-contact-item > span:last-child,
.site-footer .footer-contact-item > a:last-child {
	min-width: 0;
	padding-top: 4px;
	overflow-wrap: anywhere;
}

.site-footer .footer-contact-list .footer-contact-item--phones > .footer-link {
	padding-top: 0;
}

.site-footer .footer-contact-item .footer-link {
	color: #111 !important;
	font-weight: 500;
}

.site-footer .footer-contact-item .footer-link:hover {
	color: #000 !important;
	font-weight: 650;
}

.site-footer .footer-contact-separator {
	color: #8b968e;
}

/* Footer payment and social icon row */
.site-footer .footer-trust-row {
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid #e7ecef;
	row-gap: 22px;
}

.site-footer .footer-trust-row .affi {
	padding: 0;
	text-align: center;
}

.site-footer .footer-trust-row .affi h4 {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.site-footer .footer-trust-row .affi p {
	margin: -5px 0 10px;
	color: #444;
	font-size: 13px;
}

.site-footer .footer-trust-row .affi ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .footer-trust-row .affi ul li a:hover,
.site-footer .footer-payment-cards .affi ul li a:hover,
.site-footer .footer-social-icons .socialicons li a:hover {
	margin-left: 0;
	transform: none;
}

.site-footer .footer-payment-cards .affi li {
	display: block;
	margin: 0;
	padding: 0;
}

.site-footer .footer-payment-cards .affi li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 50px;
	padding: 8px 10px;
	border: 1px solid #dfe7e2;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(17, 24, 39, 0.06);
}

.site-footer .footer-payment-cards .affi img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 29px !important;
	object-fit: contain;
}

.site-footer .footer-social-icons .socialicons li,
.site-footer .footer-social-icons .socialicons li a {
	display: inline-flex;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.site-footer .footer-social-icons .socialicons li a i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0;
	border-radius: 50%;
	color: #fff;
	background: var(--nav-green, #219b03);
	font-size: 17px;
}

.site-footer .footer-social-icons .socialicons .fa-facebook { background: #1877f2; }
.site-footer .footer-social-icons .socialicons .fa-youtube { background: #ff0000; }
.site-footer .footer-social-icons .socialicons .fa-instagram { background: linear-gradient(45deg, #f09433, #dc2743, #bc1888); }
.site-footer .footer-social-icons .socialicons .fa-twitter,
.site-footer .footer-social-icons .socialicons .fa-x-twitter { background: #000; }
.site-footer .footer-social-icons .socialicons .fa-tripadvisor { background: #34e0a1; color: #000; }

@media (max-width: 767.98px) {
	.site-footer .footer-trust-row {
		margin-top: 20px;
		padding-top: 18px;
	}

	.site-footer .footer-payment-cards .affi li a {
		width: 66px;
		height: 46px;
	}
}

.pay-lgo {
	background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
	border-top: 1px solid #e2e8f0;
	padding: 28px 0 24px;
}

.pay-lgo .content {
	display: block;
	margin-bottom: 0;
}

.pay-lgo .row {
	align-items: flex-start;
	justify-content: space-between;
	row-gap: 24px;
}

.pay-lgo .row > [class*="col-"] {
	flex: 0 0 auto;
	width: auto;
}

.pay-lgo .row > [class*="col-"]:last-child {
	margin-left: auto;
}

.pay-lgo .affi {
	padding: 0;
	text-align: left;
}

.pay-lgo .affi h4 {
	margin: 0 0 14px;
	padding: 0;
	color: #122f43;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.3;
	text-transform: uppercase;
}

.pay-lgo .affi p {
	margin: -8px 0 12px;
	color: #111111;
	font-size: 13px;
	line-height: 1.45;
}

.pay-lgo .affi p a {
	color: #111111;
	font-weight: 400;
	text-decoration: none;
}

.pay-lgo .affi p a:hover {
	color: var(--nav-green, #219b03);
}

.pay-lgo .affi ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.pay-lgo .affi ul li,
.pay-lgo .content ul li,
.pay-lgo .content .affi ul li {
	list-style: none;
	display: block;
	margin: 0 !important;
	border: 0 !important;
}

.pay-lgo .affi ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 50px;
	padding: 8px 10px;
	border: 1px solid #e3e9ee;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(17, 24, 39, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pay-lgo .affi ul li a:hover {
	border-color: #cfe8c8;
	box-shadow: 0 8px 18px rgba(33, 155, 3, 0.1);
	margin-left: 0;
	transform: none;
}

.pay-lgo .affi img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 28px;
	object-fit: contain;
}

.pay-lgo .footer-recommended-on ul {
	justify-content: flex-start;
}

.pay-lgo .footer-recommended-on ul li a {
	width: 82px;
}

.pay-lgo .footer-tripadvisor-recommendation a {
	width: 112px !important;
}

.pay-lgo .footer-tripadvisor-recommendation img {
	max-width: 92px;
	max-height: 30px;
}

.pay-lgo .socialicons {
	text-align: left;
}

.pay-lgo .socialicons ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
	padding-left: 0;
}

.pay-lgo .socialicons ul li a {
	display: inline-flex;
	text-decoration: none;
}

.pay-lgo .socialicons ul li a i {
	font-size: 17px;
	color: #fff;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--nav-green, #219b03);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pay-lgo .socialicons ul li a i.fa-facebook {
	background: #1877f2;
}

.pay-lgo .socialicons ul li a i.fa-youtube {
	background: #ff0000;
}

.pay-lgo .socialicons ul li a i.fa-instagram {
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.pay-lgo .socialicons ul li a i.fa-twitter,
.pay-lgo .socialicons ul li a i.fa-x-twitter {
	background: #000;
}

.pay-lgo .socialicons ul li a i.fa-tripadvisor {
	background: #34e0a1;
	color: #000;
}

.pay-lgo .socialicons ul li a:hover i {
	transform: none;
	box-shadow: 0 8px 18px rgba(17, 24, 39, 0.14);
}

@media (max-width: 767px) {
	.pay-lgo {
		padding: 22px 0 18px;
	}

	.pay-lgo .affi,
	.pay-lgo .socialicons {
		text-align: center;
	}

	.pay-lgo .affi h4,
	.pay-lgo .socialicons h4 {
		text-align: center;
	}

	.pay-lgo .affi ul,
	.pay-lgo .socialicons ul,
	.pay-lgo .footer-recommended-on ul {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding-bottom: 2px;
	}

	.pay-lgo .affi ul::-webkit-scrollbar,
	.pay-lgo .socialicons ul::-webkit-scrollbar,
	.pay-lgo .footer-recommended-on ul::-webkit-scrollbar {
		display: none;
	}

	.pay-lgo .affi ul li,
	.pay-lgo .socialicons ul li,
	.pay-lgo .footer-recommended-on ul li {
		flex: 0 0 auto;
	}

	.pay-lgo .row > [class*="col-"] {
		width: 100%;
	}

	.pay-lgo .row > [class*="col-"]:last-child {
		margin-left: 0;
	}
}

.copy-right {
	background: #111;
	border-top: 1px solid #333;
}

.copy-right .copyright {
	color: #cbcbcb;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	font-size: 14px;
}

@media (max-width: 767px) {
	footer.site-footer,
	.site-footer {
		padding: 28px 0 18px;
	}

	footer.site-footer .col-md-4,
	.site-footer .col-md-4,
	footer.site-footer .col-md-6,
	.site-footer .col-md-6 {
		margin-bottom: 22px;
	}

	.copy-right {
		margin-bottom: 0;
	}

	body:has(.trip-mobile-action-bar) .copy-right {
		margin-bottom: 0;
	}
}

/* Remove legacy blue footer override */
.site-footer,
footer.site-footer {
	background: #fff;
}

/* Welcome block ? legacy layout from style.css */
.welcome .title h1 {
	font-family: var(--heading-font, 'Poppins', sans-serif);
	color: var(--heading-color, #333);
}

.welcome .title h3 {
	font-family: var(--heading-font, 'Poppins', sans-serif);
}

/* Testimonials carousel */
.testi .title h2,
.testi .title p {
	color: #fff;
	text-align: center;
}

.testi .title {
	text-align: center;
}

.testi .title h2 {
	display: block;
	color: #f39c12 !important;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.testi .title p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

.my-slider-ban .my-ban .ban-overlay .ban-link .slider-cta-btn,
.my-slider-ban .my-ban .ban-overlay .ban-link .slider-cta-btn:hover,
.my-slider-ban .my-ban .ban-overlay .ban-link .slider-cta-btn:focus,
.my-slider-ban .my-ban .ban-overlay .ban-link .slider-cta-btn:visited {
	color: var(--button-text-color, #ffffff) !important;
	font-weight: 700;
	line-height: 1.2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

/* Slider controls */
.responsive .slick-prev,
.responsive .slick-next {
	background-color: var(--primary-color) !important;
}

.responsive .res-1 h2 {
	color: var(--primary-color);
}

/* Trip planner */
.trip-planner-breadcrumb {
	min-height: 0;
	padding: 8px 0;
}
.trip-planner-breadcrumb ul {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.trip-planner-breadcrumb li {
	margin: 0;
	padding: 0;
	color: #222;
	font-size: 14px;
	line-height: 1.4;
}
.trip-planner-breadcrumb a {
	color: var(--nav-green, #219b03);
	font-weight: 600;
	text-decoration: none;
}
.trip-planner-breadcrumb a:hover { color: #111; }
.trip-planner-page { background:#f5f7f3; color:#111; }
.trip-planner-intro { max-width:760px; margin-right:auto; margin-left:auto; }
.trip-planner-eyebrow { margin:0 0 8px; color:var(--nav-green,#219b03); font-size:13px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.trip-planner-title { margin:0 0 10px; color:#111; font-size:clamp(2rem,4vw,3rem); font-weight:800; line-height:1.15; }
.trip-planner-lead { margin:0 auto; color:#444; font-size:17px; line-height:1.6; }
.trip-planner-shell { position:relative; max-width:980px; margin:0 auto; overflow:hidden; border:1px solid #dfe7dc; border-radius:16px; background:#fff; box-shadow:0 16px 40px rgba(17,24,39,.08); }
.trip-planner-steps { padding:24px 32px 20px; border-bottom:1px solid #e5ebe2; background:#fafcf9; }
.trip-planner-steps__track { height:4px; margin:16px 11% -18px; overflow:hidden; border-radius:99px; background:#dce5d8; }
.trip-planner-steps__track span {
	display:block;
	height:100%;
	border-radius:inherit;
	background: linear-gradient(90deg, var(--primary-color), color-mix(in srgb, var(--primary-color) 55%, #000));
	transition:width .25s ease;
}
.trip-planner-steps__list { position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:0; padding:0; list-style:none; }
.trip-planner-steps__item { display:flex; flex-direction:column; align-items:center; gap:6px; color:#666; font-weight:600; text-align:center; }
.trip-planner-steps__item span { display:inline-flex; align-items:center; justify-content:center; width:34px; height:34px; border:2px solid #d2ddd0; border-radius:50%; background:#fff; color:#555; font-weight:800; }
.trip-planner-steps__item.is-active span,.trip-planner-steps__item.is-complete span { border-color:var(--nav-green,#219b03); background:var(--nav-green,#219b03); color:#fff; }
.trip-planner-steps__item.is-active small,.trip-planner-steps__item.is-complete small { color:#111; }
.trip-planner-form { padding:30px 34px 34px; }
.trip-planner-panel h2 { margin:0 0 22px; color:#111; font-size:1.45rem; font-weight:800; }
.trip-planner-cards { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
.trip-planner-cards--stack { grid-template-columns:repeat(3,minmax(0,1fr)); }
.trip-planner-card { position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:7px; min-height:116px; padding:16px; border:1px solid #dce5d9; border-radius:12px; background:#fff; color:#111; cursor:pointer; text-align:center; transition:.2s ease; }
.trip-planner-card:hover { border-color:var(--nav-green,#219b03); box-shadow:0 8px 20px rgba(33,155,3,.1); transform:translateY(-2px); }
.trip-planner-card input { position:absolute; opacity:0; pointer-events:none; }
.trip-planner-card:has(input:checked) { border-color:var(--nav-green,#219b03); background:#f0f8ed; box-shadow:inset 0 0 0 1px var(--nav-green,#219b03); }
.trip-planner-card__icon { display:inline-flex; align-items:center; justify-content:center; width:42px; height:42px; border-radius:50%; background:#edf6ea; color:var(--nav-green,#219b03); font-size:17px; }
.trip-planner-card strong { font-size:15px; font-weight:700; }
.trip-planner-card small { color:#555; line-height:1.4; }
.trip-planner-form label,.trip-planner-label { margin-bottom:7px; color:#111; font-size:14px; font-weight:700; }
.trip-planner-form .form-control { min-height:46px; border:1px solid #cfd8cc; border-radius:8px; color:#111; box-shadow:none; }
.trip-planner-form textarea.form-control { min-height:130px; }
.trip-planner-form .form-control:focus { border-color:var(--nav-green,#219b03); box-shadow:0 0 0 3px rgba(33,155,3,.12); }
.trip-planner-error { min-height:18px; margin-top:4px; color:#b42318; font-size:12px; }
.trip-planner-actions { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:26px; padding-top:20px; border-top:1px solid #e6ebe3; }
.trip-planner-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:44px; padding:10px 20px; border-radius:999px; font-weight:700; }
.trip-planner-btn--primary { border-color:var(--nav-green,#219b03); background:var(--nav-green,#219b03); color:#fff!important; }
.trip-planner-btn--primary:hover,.trip-planner-btn--primary:focus { border-color:var(--brand-green-dark,#197802); background:var(--brand-green-dark,#197802); color:#fff!important; }
.trip-planner-btn--ghost { border:1px solid #111; background:#fff; color:#111; }
.trip-planner-date-panel { padding:18px; border:1px solid #dfe7dc; border-radius:10px; background:#fafcf9; }
.trip-planner-loader,.trip-planner-response { padding:22px 34px; text-align:center; }
@media (max-width:767.98px) {
	.trip-planner-page { padding-top:28px!important; }
	.trip-planner-steps { padding:18px 12px 16px; }
	.trip-planner-steps__item small { font-size:10px; }
	.trip-planner-form { padding:22px 16px 26px; }
	.trip-planner-cards,.trip-planner-cards--stack { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.trip-planner-card { min-height:104px; padding:12px 8px; }
	.trip-planner-actions { flex-wrap:wrap; }
}

/* Rich content inside trip/blog pages */
.pack-details .content,
.trip-overview-content,
.tripinfo,
.blog-article-body {
	font-family: var(--body-font, 'Open Sans', sans-serif);
	font-size: var(--base-font-size, 16px);
	line-height: var(--line-height-body, 1.6);
	color: var(--text-color, #222222);
}

.pack-details .content h3,
.pack-details .content h4,
.trip-overview-content h3,
.trip-overview-content h4 {
	font-family: var(--heading-font, 'Poppins', sans-serif);
	color: var(--heading-color, #111111);
}

@media (max-width: 767px) {
	.trip-section-title,
	.trip-cost-section .trip-section-title,
	.departure-heading .trip-section-title {
		font-size: calc(var(--base-font-size, 16px) * 1.45);
	}

	.trip-section-title i,
	.trip-cost-section .trip-section-title i,
	.departure-heading .trip-section-title i {
		width: 30px;
		height: 30px;
		font-size: 15px;
	}

	h1 { font-size: var(--h1-size, clamp(1.75rem, 1.35rem + 1.5vw, 2.25rem)); }
	h2 { font-size: var(--h2-size, clamp(1.5rem, 1.22rem + 1.05vw, 1.875rem)); }
	h3 { font-size: var(--h3-size, clamp(1.3125rem, 1.12rem + 0.7vw, 1.5625rem)); }
	h4 { font-size: var(--h4-size, clamp(1.1875rem, 1.08rem + 0.4vw, 1.3rem)); }
	h5 { font-size: var(--h5-size, clamp(1.0625rem, 1.02rem + 0.2vw, 1.125rem)); }
	h6 { font-size: var(--h6-size, 1rem); }
}

/* Uniform layout skin for core listing/content pages */
.new-page,
.com-back {
	background: var(--topbar-bg, #d2dfa8);
	border-bottom: 1px solid color-mix(in srgb, var(--topbar-border, #9ba776) 55%, white);
}

/* Legacy style.css adds margin-bottom: 25px on .new-page ? leaves a white band before hero banners */
.new-page:has(+ .taxonomy-hero-banner) {
	margin-bottom: 0;
}

.taxonomy-hero-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
	background: #1a2e3b;
	min-height: clamp(220px, 34vw, 520px);
	aspect-ratio: 21 / 9;
}

.taxonomy-hero-banner--fallback {
	background: linear-gradient(135deg, #1a3a52 0%, #2d6a4f 55%, #40916c 100%);
	min-height: clamp(180px, 30vw, 360px);
	aspect-ratio: auto;
}

.taxonomy-hero-banner__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.taxonomy-hero-banner__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;	
	pointer-events: none;
}

.taxonomy-hero-banner__content {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	padding: 0 0 clamp(18px, 3.5vw, 36px);
}

.taxonomy-hero-banner__title {
	margin: 0;
	color: #fff;
	font-size: var(--h1-size);
	font-weight: 800;
	line-height: 1.18;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.taxonomy-hero-banner--taxonomy-page .taxonomy-hero-banner__title {
	display: inline-block;
	max-width: min(100%, 920px);
	padding: 12px 18px;
	color: #fff !important;
	background: rgba(0, 0, 0, 0.30);
	border-radius: 6px;
	text-shadow: none;
	backdrop-filter: blur(2px);
}

.region-page > .container,
.activity-page > .container {
	padding-top: clamp(18px, 2.5vw, 28px);
}

.taxonomy-intro-card img,
.region-page .taxonomy-intro-card img,
.activity-page .taxonomy-intro-card img,
.destination-content img,
.page-content img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 1rem auto;
	border-radius: var(--card-inner-radius, 8px);
}

.taxonomy-intro-card figure,
.region-page .taxonomy-intro-card figure,
.activity-page .taxonomy-intro-card figure {
	max-width: 100%;
	margin: 1rem 0;
}

.taxonomy-intro-card figure img,
.region-page .taxonomy-intro-card figure img,
.activity-page .taxonomy-intro-card figure img {
	margin: 0;
}

/* Generic CMS pages */
.cms-page {
	padding: clamp(28px, 4vw, 52px) 0;
	background: #fff;
}

.cms-page-content {
	max-width: 1120px;
	margin: 0 auto;
	color: #2f3742;
	font-size: 16px;
	line-height: 1.78;
}

.cms-page-content > h1:first-child {
	margin: 0 0 clamp(22px, 3vw, 34px);
	color: #111;
	font-size: clamp(1.85rem, 4vw, 2.65rem);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.cms-page-content h2,
.cms-page-content h3,
.cms-page-content h4,
.cms-page-content h5,
.cms-page-content h6 {
	margin: 1.6em 0 .65em;
	color: #111;
	font-weight: 700;
	line-height: 1.3;
}

.cms-page-content h2 { font-size: var(--h2-size); }
.cms-page-content h3 { font-size: var(--h3-size); }
.cms-page-content h4 { font-size: var(--h4-size); }
.cms-page-content h5 { font-size: var(--h5-size); }
.cms-page-content h6 { font-size: var(--h6-size); }

.cms-page-content p {
	margin: 0 0 1.15em;
}

.cms-page-content a:not(.btn) {
	color: var(--brand-green-dark, #197802);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.cms-page-content a:not(.btn):hover {
	color: var(--nav-green, #219b03);
}

.cms-page-content ul,
.cms-page-content ol {
	margin: 0 0 1.35em;
	padding-left: 1.45rem;
}

.cms-page-content li {
	margin-bottom: .45rem;
	padding-left: .2rem;
}

.cms-page-content li::marker {
	color: var(--nav-green, #219b03);
	font-weight: 700;
}

.cms-page-content blockquote {
	position: relative;
	margin: 1.6rem 0;
	padding: 20px 24px 20px 28px;
	border: 1px solid #dce8d9;
	border-left: 5px solid var(--nav-green, #219b03);
	border-radius: 0 10px 10px 0;
	background: #f5faf3;
	color: #202b21;
	font-size: 1.04rem;
	font-style: italic;
}

.cms-page-content blockquote > :last-child { margin-bottom: 0; }

.cms-page-content hr {
	margin: 2rem 0;
	border: 0;
	border-top: 1px solid #dfe5df;
	opacity: 1;
}

.cms-page-featured-image {
	margin: 0 0 clamp(24px, 4vw, 38px);
}

.cms-page-featured-image img,
.cms-page-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 1.25rem auto;
	border-radius: 10px;
}

.cms-page-featured-image img {
	width: 100%;
	max-height: 620px;
	margin: 0;
	object-fit: cover;
}

.cms-page-content figure { max-width: 100%; margin: 1.5rem 0; }
.cms-page-content figcaption { margin-top: .55rem; color: #64748b; font-size: 13px; text-align: center; }

.cms-page-content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.cms-page-content table th {
	padding: 11px 13px;
	border: 1px solid #d9e4d6;
	background: var(--brand-green-dark, #197802);
	color: #fff;
	font-weight: 700;
	text-align: left;
}

.cms-page-content table td {
	padding: 10px 13px;
	border: 1px solid #dfe7df;
	vertical-align: top;
}

.cms-page-content table tbody tr:nth-child(even) td { background: #f7faf7; }
.cms-page-content table tbody tr:hover td { background: #eef7eb; }

@media (max-width: 575.98px) {
	.cms-page { padding: 22px 0 30px; }
	.cms-page-content { font-size: 15px; line-height: 1.7; }
	.cms-page-content > h1:first-child { text-align: left; }
	.cms-page-content blockquote { padding: 16px 17px; }
	.cms-page-content table { font-size: 13px; }
	.cms-page-content table th,
	.cms-page-content table td { padding: 8px 9px; }
}

@media (max-width: 767.98px) {
	.taxonomy-hero-banner {
		aspect-ratio: 16 / 10;
		min-height: clamp(200px, 52vw, 300px);
	}

	.taxonomy-hero-banner__content {
		padding-bottom: 16px;
	}

	.taxonomy-hero-banner__title {
		font-size: clamp(1.3rem, 6.2vw, 1.85rem);
	}

	.region-page .region-trips-section {
		margin-top: 8px;
	}
}

@media (max-width: 575.98px) {
	.taxonomy-hero-banner {
		aspect-ratio: 4 / 3;
		min-height: 200px;
	}
}

.new-page .com-back-1,
.com-back .com-back-1 {
	padding: 14px 0;
}
.new-page .com-back-1 ul,
.com-back .com-back-1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}
.new-page .com-back-1 li,
.com-back .com-back-1 li,
.new-page .com-back-1 li a,
.com-back .com-back-1 li a,
.new-page .com-back-1 li p,
.com-back .com-back-1 li p,
.new-page .com-back-1 li span,
.com-back .com-back-1 li span {
	color: #2f3a22;
	font-size: 13px;
}
.new-page .com-back-1 a,
.com-back .com-back-1 a,
.com-back-1 a {
	color: #111111;
	font-weight: 600;
	text-decoration: none;
}
.new-page .com-back-1 a:hover,
.com-back .com-back-1 a:hover,
.com-back-1 a:hover {
	color: var(--nav-green, #219b03);
}

@media (max-width: 767.98px) {
	.new-page,
	.com-back {
		overflow: hidden;
	}

	.new-page .com-back-1,
	.com-back .com-back-1,
	.com-back-1 {
		padding: 10px 0;
		max-height: 42px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.new-page .com-back-1::-webkit-scrollbar,
	.com-back .com-back-1::-webkit-scrollbar,
	.com-back-1::-webkit-scrollbar {
		display: none;
	}

	.new-page .com-back-1 ul,
	.com-back .com-back-1 ul,
	.com-back-1 ul {
		display: inline-flex;
		flex-wrap: nowrap;
		align-items: center;
		gap: 6px;
		width: max-content;
		max-width: none;
		max-height: none;
		margin: 0;
		padding: 0;
		overflow: visible;
		white-space: nowrap;
	}

	.new-page .com-back-1 li,
	.com-back .com-back-1 li,
	.com-back-1 li {
		flex: 0 0 auto;
		white-space: nowrap;
		line-height: 1.35;
	}

	.new-page .com-back-1 li a,
	.com-back .com-back-1 li a,
	.new-page .com-back-1 li p,
	.com-back .com-back-1 li p,
	.new-page .com-back-1 li span,
	.com-back .com-back-1 li span,
	.com-back-1 li a,
	.com-back-1 li p,
	.com-back-1 li span {
		white-space: nowrap;
		line-height: 1.35;
	}
}
.inner-title{
	margin: 10px 0 18px;
	color: var(--heading-color, #193B7A);
	font-size: var(--h1-size);
	font-weight: 800;
	line-height: 1.22;
}
article > .container > .row > [class*='col-'] > .row > [class*='col-'] > .card,
.destination-content-wrap .destination-activity-card,
.blog-list-card{
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #e0e9ef;
	box-shadow: 0 8px 24px rgba(15, 45, 66, 0.08);
	background: #fff;
}
article .card .card-body{
	padding: 14px;
}
article .card .card-body h5{
	margin: 0;
	font-size: 1.04rem;
	font-weight: 700;
	line-height: 1.35;
}
article .card .card-body h5 a{
	color: var(--heading-color, #111111);
	text-decoration: none;
}
article .card .card-body h5 a:hover{
	color: var(--link-color, #0b71b8);
}
article .card img{
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}
.about-us .content,
.dlist,
.destination-content,
.taxonomy-intro-card {
	background: #fff;
	border: 1px solid #e2ebf1;
	border-radius: 14px;
	padding: 22px;
	box-shadow: 0 8px 24px rgba(15, 45, 66, 0.06);
}

.activity-page .activity-section .packages,
.region-page .packages,
article .packages.row-grid {
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}

.activity-page .container:not(.dlist),
.region-page .container:not(.dlist) {
	padding-left: 15px;
	padding-right: 15px;
}
.about-us .content h1{
	margin-top: 0;
	margin-bottom: 14px;
	font-size: var(--h1-size);
	color: var(--heading-color, #193B7A);
}
.about-us .content p,
.dlist p,
.destination-description p{
	color: var(--text-color, #222222);
	line-height: 1.72;
}
.blog.my-blog{
	background: #f7fbfd;
}
.blog.my-blog .content{
	background: #fff;
	border: 1px solid #e4edf3;
	border-radius: 12px;
	overflow: hidden;
	padding: 0;
}
.blog.my-blog .content:hover{
	box-shadow: 0 14px 28px rgba(33, 155, 3, 0.12);
}
.blog.my-blog .content.blog-list-card{
	border-color: #e3e9ee;
	border-radius: 14px;
	box-shadow: 0 8px 22px rgba(17, 24, 39, 0.06);
}
.blog.my-blog .content.blog-list-card:hover{
	box-shadow: 0 14px 28px rgba(33, 155, 3, 0.12);
}
.blog.my-blog .content:not(.blog-list-card):hover img{
	filter: none;
	transform: none;
}
@media (max-width: 767.98px){
	.inner-title{
		margin-top: 8px;
		margin-bottom: 14px;
	}
	.about-us .content,
	.dlist,
	.destination-content,
	.taxonomy-intro-card {
		padding: 16px;
		border-radius: 12px;
	}
	article .card img{
		height: 200px;
	}
}

/* Cookie consent banner */
.cookie-consent{
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 10060;
	width: min(320px, calc(100vw - 30px));
	padding: 22px 22px 18px;
	border-radius: 18px;
	background: #1b293a;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
	color: #fff;
}
.cookie-consent__close-wrap{
	position: relative;
	margin-bottom: 10px;
}
.cookie-consent__close{
	position: absolute;
	top: -14px;
	right: -10px;
	width: 28px;
	height: 28px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
	font-size: 12px;
	line-height: 1;
}
.cookie-consent__close:hover{
	background: rgba(255, 255, 255, 0.12);
}
.cookie-consent__text{
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.55;
	color: #fff;
}
.cookie-consent__text a{
	color: var(--accent-blue, #0b71b8);
	font-weight: 700;
	text-decoration: underline;
}
.cookie-consent__text a:hover{
	color: var(--accent-blue-dark, #085a92);
}
.cookie-consent__actions{
	display: flex;
	justify-content: flex-start;
}
.cookie-consent__accept{
	border: 1px solid #fff;
	border-radius: 25px;
	background: #219b03;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 20px;
	cursor: pointer;
}
.cookie-consent__accept:hover{
	background: #1a7d02;
	border-color: #fff;
}
@media (max-width: 767.98px){
	.cookie-consent{
		left: 15px;
		right: 15px;
		bottom: 15px;
		width: auto;
	}
}

/* Trip detail page ? sticky section nav + sidebar */
#tripStickyNavAnchor {
	height: 0;
	width: 100%;
}

#tripStickyNav {
	position: fixed !important;
	left: 0;
	top: -1000px;
	width: 100%;
	padding: 0 24px;
	background: #fff !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 998;
	/* Only fade in ? animating top caused dazzling as header offsets change */
	transition: opacity 0.18s ease, visibility 0.18s ease;
	box-shadow: rgb(0 66 133 / 25%) 0 4px 4px 0;
}

#tripStickyNav.is-stuck {
	top: var(--trip-sticky-top, 0);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

#tripStickyNav .trip-page-nav-container {
	display: flex;
	align-items: stretch;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#tripStickyNav .navbar-nav {
	display: flex;
	flex: 1 1 auto;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 0;
	min-width: 0;
	overflow-x: auto;
	scrollbar-width: none;
}

#tripStickyNav .navbar-nav::-webkit-scrollbar {
	display: none;
}

#tripStickyNav .nav-item {
	display: flex;
	flex: 0 0 auto;
}

#tripStickyNav .nav-link {
	align-items: center;
	border-radius: 25px;
	color: #333 !important;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	gap: 8px;
	margin: 7px 0;
	min-height: 44px;
	padding: 6px 15px;
	white-space: nowrap;
}

#tripStickyNav .nav-link i {
	color: var(--primary-color, #219b03);
	font-size: 14px;
}

#tripStickyNav .nav-link:hover,
#tripStickyNav .nav-link.active,
#tripStickyNav .nav-link:hover span,
#tripStickyNav .nav-link.active span {
	background: var(--primary-color, #00458d) !important;
	color: #fff !important;
}

#tripStickyNav .nav-link:hover i,
#tripStickyNav .nav-link.active i {
	color: #fff !important;
}

body.trip-page-has-sticky-nav #overview,
body.trip-page-has-sticky-nav #itinerary,
body.trip-page-has-sticky-nav #cost,
body.trip-page-has-sticky-nav #map,
body.trip-page-has-sticky-nav #altitude-chart,
body.trip-page-has-sticky-nav #dates,
body.trip-page-has-sticky-nav #faqs,
body.trip-page-has-sticky-nav #info,
body.trip-page-has-sticky-nav #trip-reviews,
body.trip-page-has-sticky-nav #trip-gallery {
	scroll-margin-top: var(--trip-anchor-offset, 120px);
}

.pack-details .trip-page-title {
	margin-bottom: 12px;
	font-size: var(--h1-size);
	font-weight: 800;
	line-height: 1.2;
	color: var(--heading-color, #193B7A);
}

.pack-details .page-image,
.pack-details .trip-featured-image {
	margin: 0 0 20px;
	padding: 0;
	max-height: none;
	overflow: hidden;
	border: 1px solid #e2ebf1;
	border-radius: 14px;
	background: #f4f7fa;
	box-shadow: 0 8px 24px rgba(15, 45, 66, 0.08);
	aspect-ratio: 16 / 9;
	position: relative;
}

.pack-details .page-image img,
.pack-details .trip-featured-image img {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover;
	object-position: center center;
	border: 0;
	border-radius: 0;
	display: block;
}

.pack-details .content #overview .rev {
	margin-bottom: 12px;
}

.pack-details .trip-booking-sidebar .side-section,
.pack-details .side-section {
	margin-left: 0;
	margin-bottom: 30px;
	border-radius: 10px;
}

@media (min-width: 992px) {
	.pack-details .trip-booking-sidebar {
		position: sticky;
		top: var(--trip-sidebar-sticky-top, 70px);
		align-self: flex-start;
	}

	.pack-details .trip-booking-sidebar .side-section {
		position: static;
		margin-bottom: 0;
	}
}

.pack-details .side-section .content {
	border: 1px solid #ccc;
	padding: 0;
	margin-bottom: 20px;
	background: #fff;
}

.pack-details .side-section .content .tosp-sect {
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.pack-details .side-section .content .cont .days {
	font-size: 16px;
	font-weight: 600;
	color: #111;
}

.pack-details .side-section .content .cont .cost-amount {
	font-size: 24px;
	font-weight: 600;
	color: #111;
	line-height: 1.2;
}

.pack-details .side-section .content .cont .cost-on-request {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	line-height: 1.35;
	max-width: 11rem;
}

.pack-details .side-section .content .cont del {
	color: #de2d2d;
	margin-right: 4px;
}

.pack-details .side-section .content .cont i,
.pack-details .side-section .trip-sidebar-benefits i {
	color: #e67300;
}

.pack-details .side-section .content .cont a {
	font-size: 13px;
	font-weight: 400;
	color: #0391c7 !important;
	text-decoration: none;
}

.pack-details .side-section .content .tosp-sect .contl .trip-price-offer-badge {
	display: inline-block;
	margin-top: 8px;
	padding: 3px 8px;
	background: #de2d2d;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	border-radius: 4px;
}

.pack-details .side-section .trip-sidebar-benefits {
	list-style: none;
	margin: 0;
	padding: 0 20px 12px;
}

.pack-details .side-section .trip-sidebar-benefits li {
	margin: 5px 0;
	font-size: 14px;
	color: #111;
}

.pack-details .side-section .trip-sidebar-benefits li i {
	margin-right: 5px;
}

.pack-details .side-section .down-section {
	padding: 15px 20px;
}

.pack-details .side-section .bookingmenu {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 10px;
	width: 100%;
}

.pack-details .side-section .book-trip,
.pack-details .side-section .trip-enquiry {
	display: block;
	flex: 1 1 0;
	min-width: 0;
	padding: 0;
	border-radius: 0;
	background: none !important;
	background-image: none !important;
}

.pack-details .side-section .book-trip a,
.pack-details .side-section .trip-enquiry a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	padding: 10px 12px;
	border-radius: 18px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	white-space: nowrap;
}

.pack-details .side-section .book-trip a {
	background: linear-gradient(to right, #0b71b8, #1a8fd4) !important;
}

.pack-details .side-section .trip-enquiry a {
	background: linear-gradient(to right, #219b03, #68cd03) !important;
}

.pack-details .side-section .book-trip a i,
.pack-details .side-section .trip-enquiry a i {
	margin: 0;
	font-size: 12px;
	flex-shrink: 0;
}

.pack-details .side-section .book-trip a:hover,
.pack-details .side-section .trip-enquiry a:hover {
	color: #fff !important;
	opacity: 0.92;
}

.pack-details .side-section .down-section .inquiry {
	display: block;
	text-align: center;
	margin-bottom: 12px;
	padding: 10px 16px;
	border-radius: 6px;
	background: #f6a106;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
}

/* Trip sidebar ? Talk to our experts widget */
.pack-details .side-section .trip-expert-widget {
	margin-top: 0;
	padding: 10px;
	border: 1px solid #c1c1c1;
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
}

.trip-detail-booking .trip-expert-widget {
	margin-top: 18px;
	padding: 10px;
	border: 1px solid #c1c1c1;
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
}

.trip-expert-widget__title {
	margin: 0 0 10px;
	color: #111;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

.trip-expert-widget__photo {
	overflow: hidden;
	margin: 0 0 8px;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 8px;
}

.trip-expert-widget__photo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: cover;
	object-position: center top;
	clip-path: none;
}

.trip-expert-widget__contact-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
}

.trip-expert-widget__name {
	margin: 0 0 9px;
	color: #111;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.trip-expert-widget__channels {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.trip-expert-widget__divider {
	width: 1px;
	height: 22px;
	background: #ccc;
}

.trip-expert-widget__channel {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-decoration: none !important;
}

.trip-expert-widget__channel--whatsapp {
	background: #25d366;
	color: #fff !important;
}

.trip-expert-widget__channel--phone,
.trip-expert-widget__channel--mobile {
	background: var(--nav-green, #219b03);
	color: #fff !important;
}

.trip-expert-widget__channel--viber {
	background: #7360f2;
	color: #fff !important;
}

.trip-expert-widget__channel--email {
	background: #0b71b8;
	color: #fff !important;
}

.trip-expert-widget__phone {
	color: #7360f2 !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none !important;
	word-break: break-word;
}

.trip-expert-widget__email {
	color: #0b71b8 !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none !important;
	word-break: break-word;
}

.trip-expert-widget__value {
	min-width: 0;
	color: #111 !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none !important;
	overflow-wrap: anywhere;
}

.trip-expert-widget__value:hover {
	color: var(--nav-green, #219b03) !important;
}

.trip-expert-widget__socials {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 4px;
	padding-top: 9px;
	border-top: 1px solid #e4e8e1;
}

.trip-expert-widget__socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #111;
	color: #fff !important;
	text-decoration: none !important;
}

.trip-expert-widget__socials a:hover {
	background: var(--nav-green, #219b03);
}

.pack-details .icon-all-top {
	position: relative;
	margin: 20px 0 30px;
	padding: 30px;
	padding-top: 0 !important;
	border: 1px solid #e5e5e5;
}

.pack-details .icon-all-top h3 {
	position: absolute;
	top: -11px;
	left: 30px;
	margin: 0 !important;
	padding: 0 10px !important;
	font-size: 16px !important;
	font-weight: 900;
	color: #707070;
	background: #fff;
}

.pack-details .icon-all-top .all-icon-detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pack-details .icon-all-top .all-icon-detail .content {
	flex: 0 0 33.33%;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 30px 0 0 !important;
}

.pack-details .icon-all-top .all-icon-detail .content > i,
.pack-details .icon-all-top .all-icon-detail .content > svg,
.pack-details .icon-all-top .all-icon-detail .content > img {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2.25rem;
	height: 2.25rem;
	margin-right: 12px;
	font-size: 2.25rem;
	line-height: 1;
	color: var(--primary-color, #219b03);
	object-fit: contain;
}

.pack-details .icon-all-top .all-icon-detail .content .cont1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 2.25rem;
	gap: 0;
}

.pack-details .icon-all-top .all-icon-detail .content p {
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	color: #888;
	line-height: 1.15;
}

.pack-details .icon-all-top .all-icon-detail .content h6 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	color: #333;
}

/* Trip itinerary ? finished day timeline (brand green + blue) */
.pack-details .trip-itinerary {
	margin-top: 8px;
}

.pack-details .itinerary-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e4eee0;
}

.pack-details .itinerary-title__actions {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.pack-details .trip-itinerary__list {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-left: 0;
}

.pack-details .trip-itinerary-accordion {
	position: relative;
	margin: 0;
}

.pack-details .trip-itinerary-accordion .accordion-item {
	border: 1px solid #dce8d6 !important;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(17, 65, 20, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pack-details .trip-itinerary-accordion .accordion-item:hover {
	border-color: color-mix(in srgb, var(--nav-green, #219b03) 35%, #dce8d6) !important;
	box-shadow: 0 4px 16px rgba(33, 155, 3, 0.08);
}

.pack-details .trip-itinerary-accordion .accordion-header {
	margin: 0;
}

.pack-details .trip-itinerary-accordion .accordion-button {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	margin: 0 !important;
	padding: 12px 16px 12px 12px;
	border: 0;
	border-radius: 0 !important;
	background: #f7fbf5 !important;
	box-shadow: none !important;
	color: var(--heading-color, #111111);
	font-family: var(--heading-font, 'Poppins', sans-serif);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: left;
}

.pack-details .trip-itinerary-accordion .accordion-button:not(.collapsed) {
	background: linear-gradient(90deg, color-mix(in srgb, var(--nav-green, #219b03) 10%, #fff), #fff) !important;
	color: var(--heading-color, #111111);
	border-bottom: 1px solid #e4eee0;
}

.pack-details .trip-itinerary-accordion .accordion-button:focus {
	box-shadow: none !important;
	border-color: transparent;
}

.pack-details .trip-itinerary-accordion .accordion-button::after {
	flex-shrink: 0;
	width: 1.1rem;
	height: 1.1rem;
	margin-left: auto;
	background-size: 1.1rem;
	filter: none;
}

.pack-details .trip-itinerary-accordion .accordion-button:not(.collapsed)::after {
	filter: none;
}

.pack-details .itinerary-day-badge {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 52px;
	width: 52px;
	min-height: 52px;
	padding: 6px 4px;
	border-radius: 10px;
	background: linear-gradient(145deg, var(--nav-green, #219b03), var(--brand-green-light, #68cd03));
	color: #fff;
	box-shadow: 0 4px 12px rgba(33, 155, 3, 0.22);
	line-height: 1;
	text-align: center;
}

.pack-details .itinerary-day-badge small {
	display: block;
	margin-bottom: 3px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.92;
}

.pack-details .itinerary-day-badge strong {
	display: block;
	font-family: var(--heading-font, 'Poppins', sans-serif);
	font-size: 1.25rem;
	font-weight: 800;
	color: #fff;
	line-height: 1;
}

.pack-details .itinerary-day-copy {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
	flex: 1 1 auto;
	padding-right: 8px;
}

.pack-details .itinerary-day-kicker {
	color: #111111;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.2;
}

.pack-details .itinerary-day-title {
	color: var(--heading-color, #111111);
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.4;
}

.pack-details .trip-itinerary-accordion .accordion-button:not(.collapsed) .itinerary-day-title {
	color: var(--nav-green, #219b03);
}

.pack-details .trip-itinerary-accordion .accordion-body {
	padding: 16px 18px 18px;
	border-bottom: 0 !important;
	background: #fff;
}

.pack-details .trip-itinerary-accordion .content-section {
	color: var(--text-color, #222222);
	font-size: var(--base-font-size, 16px);
	line-height: 1.65;
}

.pack-details .trip-itinerary-accordion .content-section p:last-child {
	margin-bottom: 0;
}

.pack-details .trip-itinerary-accordion .content-section h3 {
	margin: 0 0 0.65rem;
	font-size: 1.1rem;
	color: var(--heading-color, #111111);
}

@media (max-width: 575.98px) {
	.pack-details .itinerary-title {
		align-items: flex-start;
	}

	.pack-details .itinerary-day-badge {
		flex: 0 0 44px;
		width: 44px;
		min-height: 44px;
	}

	.pack-details .itinerary-day-badge strong {
		font-size: 1.1rem;
	}

	.pack-details .trip-itinerary-accordion .accordion-button {
		gap: 10px;
		padding: 10px 12px 10px 10px;
	}

	.pack-details .itinerary-day-title {
		font-size: 0.92rem;
	}
}

.pack-details .content h2 .all-expan,
.pack-details .content h2 .close-expan,
.pack-details .itinerary-title .all-expan,
.pack-details .itinerary-title .close-expan,
.trip-faq-expand-all,
.trip-faq-collapse-all {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 15px;
	border: 0;
	border-radius: 21px;
	appearance: none;
	-webkit-appearance: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
	cursor: pointer;
	transition: 0.4s ease-in-out;
	color: #fff;
}

.pack-details .content h2 .all-expan,
.pack-details .itinerary-title .all-expan,
.trip-faq-expand-all {
	background-image: linear-gradient(to right, var(--nav-green, #219b03), var(--brand-green-light, #68cd03));
}

.pack-details .content h2 .close-expan,
.pack-details .itinerary-title .close-expan,
.trip-faq-collapse-all {
	background-image: linear-gradient(to right, var(--brand-green-dark, #197802), var(--nav-green, #219b03));
}

.pack-details .itinerary-title .close-expan,
.pack-details .content h2 .close-expan,
.trip-faq-collapse-all[hidden] {
	display: none;
}

.trip-faq-expand-all[hidden] {
	display: none !important;
}

.pack-details .content h2 .close-expan i,
.pack-details .itinerary-title .close-expan i,
.trip-faq-collapse-all i {
	transform: none;
}

/* Itinerary day meta ? food, accommodation, elevation (no outer/inner boxes) */
#itinerary .icon-section,
.pack-details .content .icon-section,
.pack-details .trip-itinerary .icon-section {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 12px 20px;
	align-items: start;
	padding: 0 0 14px;
	margin: 0 0 16px;
	border: 0;
	border-bottom: 1px solid #d9dfd6;
	border-radius: 0;
	background: transparent;
}

#itinerary .icon-section .sec1,
.pack-details .content .icon-section .sec1,
.pack-details .trip-itinerary .icon-section .sec1 {
	flex: unset;
	min-width: 0;
	padding: 0;
	text-align: left;
	border: 0;
	border-radius: 0;
	background: transparent;
}

#itinerary .icon-section .sec1:last-child,
.pack-details .content .icon-section .sec1:last-child,
.pack-details .trip-itinerary .icon-section .sec1:last-child {
	border: 0;
}

#itinerary .icon-section .sec1 span,
.pack-details .content .icon-section .sec1 span,
.pack-details .trip-itinerary .icon-section .sec1 span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.35;
	color: #4a5a4d;
}

#itinerary .icon-section .sec1 span i,
.pack-details .content .icon-section .sec1 span i,
.pack-details .trip-itinerary .icon-section .sec1 span i {
	color: var(--nav-green, #219b03);
	font-size: 14px;
}

#itinerary .icon-section .itinerary-meta-value,
.pack-details .content .icon-section .itinerary-meta-value,
.pack-details .trip-itinerary .icon-section .itinerary-meta-value,
.itinerary-meta-value {
	margin: 6px 0 0 !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	color: #111111;
}

/* Trip FAQs ? stacked category groups */
.trip-faq-groups {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.trip-faq-panel {
	border: 1px solid #e3e9ee;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(17, 24, 39, 0.05);
}

.trip-faq-panel__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 16px;
	padding: 18px 20px 14px;
	border-bottom: 1px solid #edf2f6;
}

.trip-faq-panel__title {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	font-family: var(--heading-font, 'Poppins', sans-serif);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--heading-color, #111111);
}

.trip-faq-panel__title i {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: color-mix(in srgb, var(--nav-green, #219b03) 12%, white);
	color: var(--nav-green, #219b03);
	font-size: 16px;
	text-align: center;
}

.trip-faq-panel__actions {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
	margin-left: auto;
}

.trip-faq-panel__actions--bare {
	display: flex;
	justify-content: flex-end;
	padding: 10px 16px 0;
	margin: 0;
}

.trip-faq-collapse-all[hidden],
.trip-faq-expand-all[hidden] {
	display: none !important;
}

.trip-faq-accordion {
	border-radius: 0;
}

.trip-faq-item {
	border: none;
	border-bottom: 1px solid #edf2f6;
	border-radius: 0;
}

.trip-faq-item:last-child {
	border-bottom: none;
}

.trip-faq-accordion .accordion-button {
	padding: 16px 20px;
	font-family: var(--heading-font, 'Poppins', sans-serif);
	font-size: 1rem;
	font-weight: 700;
	color: var(--heading-color, #111111);
	background: #fff;
	box-shadow: none;
}

.trip-faq-accordion .accordion-button:not(.collapsed) {
	color: var(--nav-green, #219b03);
	background: #f4faf1;
	box-shadow: none;
}

.trip-faq-accordion .accordion-button:focus {
	box-shadow: none;
	border-color: transparent;
}

.trip-faq-accordion .accordion-button::after {
	width: 1rem;
	height: 1rem;
	background-size: 1rem;
}

.trip-faq-answer {
	padding: 0 20px 18px;
	color: var(--text-muted, #444444);
	font-size: var(--base-font-size, 16px);
	line-height: 1.65;
}

.trip-faq-answer p {
	margin-bottom: 0.75rem;
}

.trip-faq-answer p:last-child {
	margin-bottom: 0;
}

@media (max-width: 575.98px) {
	.trip-faq-panel__head {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.trip-faq-panel__actions {
		width: 100%;
		margin-left: 0;
	}
}

.lg-only {
	display: block;
}

.sm-only {
	display: none;
}

@media (max-width: 991.98px) {
	#tripStickyNav {
		padding: 0 10px;
	}

	#tripStickyNav .nav-link span {
		display: none;
	}

	#tripStickyNav .nav-link {
		padding: 8px 12px;
		min-height: 40px;
	}

	.pack-details .icon-all-top .all-icon-detail .content {
		flex: 0 0 50%;
	}

	.lg-only {
		display: none;
	}

	.sm-only {
		display: block;
	}

	.pack-details .trip-booking-sidebar .side-section {
		position: static;
	}
}

@media (max-width: 575.98px) {
	.pack-details .icon-all-top .all-icon-detail .content {
		flex: 0 0 100%;
	}
}

/* Trip image gallery ? 3-column grid */
.pack-details .gallery-list {
	margin-top: 8px;
}

.pack-details .gallery-list h2 {
	font-family: var(--heading-font, 'Poppins', sans-serif);
	font-size: 1.35rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: var(--heading-color, #111111);
	margin-bottom: 16px;
}

.pack-details .trip-gallery-carousel {
	position: relative;
}

.pack-details .gallery-flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px 24px;
}

.pack-details .gallery-flex .popup {
	width: calc(33.333% - 10px);
	margin: 5px;
	box-sizing: border-box;
}

.pack-details .gallery-flex .trip-gallery-item {
	display: block;
	line-height: 0;
}

.pack-details .gallery-flex .img-thumbnail {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	padding: 0;
	border: 1px solid #dee2e6;
	border-radius: 0;
	background: #fff;
}

.pack-details .gallery-flex .trip-gallery-item:hover .img-thumbnail {
	border-color: var(--primary-color, #219b03);
}

.pack-details .trip-gallery-carousel__nav,
.pack-details .trip-gallery-carousel__dots {
	display: none;
}

@media (max-width: 767.98px) {
	.pack-details .trip-gallery-carousel {
		margin-bottom: 24px;
	}

	.pack-details .gallery-flex {
		flex-wrap: nowrap;
		gap: 0;
		margin: 0;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		overscroll-behavior-x: contain;
	}

	.pack-details .gallery-flex::-webkit-scrollbar {
		display: none;
	}

	.pack-details .gallery-flex .popup {
		flex: 0 0 100%;
		width: 100%;
		margin: 0;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	.pack-details .gallery-flex .img-thumbnail {
		border-radius: 8px;
	}

	.pack-details .trip-gallery-carousel__nav {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		z-index: 2;
		width: 36px;
		height: 36px;
		margin-top: -28px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: rgba(18, 47, 67, 0.72);
		color: #fff;
		box-shadow: 0 4px 12px rgba(12, 35, 52, 0.22);
	}

	.pack-details .trip-gallery-carousel__nav--prev {
		left: 8px;
	}

	.pack-details .trip-gallery-carousel__nav--next {
		right: 8px;
	}

	.pack-details .trip-gallery-carousel__dots {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		margin-top: 12px;
	}

	.pack-details .trip-gallery-carousel__dot {
		width: 8px;
		height: 8px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: #c5d0d8;
	}

	.pack-details .trip-gallery-carousel__dot.is-active {
		width: 18px;
		border-radius: 999px;
		background: var(--primary-color, #219b03);
	}
}

/* Trip booking sidebar ? price widget with group tiers */
.pack-details .trip-booking-sidebar .trip-booking-widget {
	position: sticky;
	top: var(--trip-sidebar-sticky-top, 70px);
	background: #fff;
	border: 1px solid #e3e8ee;
	border-radius: 12px;
	box-shadow: 0 10px 28px rgba(12, 60, 137, 0.08);
	overflow: hidden;
}

.pack-details .trip-booking-widget .booking-pkg-tabs {
	border-bottom: 1px solid #e3e8ee;
	padding: 0 12px;
	gap: 4px;
}

.pack-details .trip-booking-widget .booking-pkg-tabs .nav-link {
	border: 0;
	border-radius: 8px 8px 0 0;
	color: var(--text-color, #222222);
	font-size: 13px;
	font-weight: 600;
	padding: 10px 12px;
}

.pack-details .trip-booking-widget .booking-pkg-tabs .nav-link.active {
	background: #f4f9fc;
	color: var(--link-color, #0b71b8);
}

.pack-details .trip-booking-widget .booking-widget-body {
	padding: 10px 12px 12px;
}

.pack-details .trip-booking-widget .booking-duration--compact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin: 0 0 10px;
	padding: 9px 11px;
	border: 1px solid #e5eaf0;
	border-radius: 8px;
	background: #f8fafc;
}

.pack-details .trip-booking-widget .booking-duration--compact .booking-duration-label {
	margin: 0;
}

.pack-details .trip-booking-widget .booking-package-options,
.pack-details .trip-booking-widget .trip-package-sidebar__options {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0 0 6px;
	padding: 0;
}

.pack-details .trip-booking-widget .booking-package-options .trip-package-option {
	margin: 0;
	border-radius: 0;
	min-height: 0;
	gap: 10px;
	padding: 8px 12px;
}

.pack-details .trip-booking-widget .trip-package-option__body {
	gap: 2px;
}

.pack-details .trip-booking-widget .trip-package-option__head strong {
	font-size: 15px;
}

.pack-details .trip-booking-widget .trip-package-option__price {
	font-size: 17px;
}

.pack-details .trip-booking-widget .trip-package-option__price--request {
	color: #5f6b7a;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.pack-details .trip-booking-widget .booking-pp-amount--request {
	font-size: 20px;
	color: #122f43;
	font-weight: 800;
}

.pack-details .trip-booking-widget .trip-package-option__tagline {
	font-size: 12px;
}

.pack-details .trip-booking-widget .trip-package-option__radio {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}

.pack-details .trip-booking-widget .trip-package-option.is-selected {
	background: #D2DFA8;
	border-color: #b8c98a;
}

.pack-details .trip-booking-widget .trip-package-option.is-selected .trip-package-option__radio {
	background: #69BAF0;
	border-color: #69BAF0;
	box-shadow: inset 0 0 0 6px #69BAF0;
}

.pack-details .trip-booking-widget .booking-single-price {
	margin: 0 0 14px;
	padding: 1px 0 0;
}

.pack-details .trip-booking-widget .booking-price-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 4px;
}

.pack-details .trip-booking-widget .booking-duration {
	flex: 0 0 auto;
	min-width: 96px;
	padding: 8px 10px;
	border: 1px solid #e5eaf0;
	border-radius: 8px;
	background: #fff;
	text-align: left;
}

.pack-details .trip-booking-widget .booking-duration-label {
	display: block;
	margin-bottom: 4px;
	color: #444;
	font-size: 14px;
	font-weight: 700;
}

.pack-details .trip-booking-widget .booking-duration-label i {
	margin-right: 4px;
	color: #f08a24;
}

.pack-details .trip-booking-widget .booking-duration-value {
	display: block;
	color: #111;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
}

.pack-details .trip-booking-widget .booking-pp-amount--request {
	font-size: 20px;
	color: #122f43;
	font-weight: 800;
}

.pack-details .trip-booking-widget .booking-kicker {
	display: block;
	color: #5f6b7a;
	font-size: 15px;
	margin-bottom: 5px;
}

.pack-details .trip-booking-widget .booking-price-value {
	display: flex;
	align-items: baseline;
	gap: 2px;
	margin: 0;
	padding: 0;
	color: var(--text-color, #222222);
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
}

.pack-details .trip-booking-widget .booking-pp-amount {
	color: #219b03;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.pack-details .trip-booking-widget .booking-price-value small {
	color: #6b7785;
	font-size: 15px;
	font-weight: 600;
}

/* Unified group rates accordion ? sidebar, costs tab, group-rate widget */
.trip-group-rates-panel {
	margin: 10px 0 0;
	border: 1px solid #dfe7ef;
	border-radius: 0;
	background: #f9fbfd;
	overflow: hidden;
}

.trip-group-rates-panel--cost-tab {
	margin-top: 20px;
}

.trip-group-rates-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	padding: 6px 9px;
	border: 0;
	background: #fff;
	color: var(--text-color, #222222);
	font-size: 13px;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
}

.trip-group-rates-icon {
	flex-shrink: 0;
	color: #1a7f04;
	font-size: 12px;
	line-height: 1;
	opacity: 0.92;
}

.trip-group-rates-toggle[aria-expanded="true"] .trip-group-rates-icon::before {
	content: "\f068";
}

.trip-group-rates-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e3e8ee;
	background: #fff;
}

.trip-group-rates-table-wrap {
	border-top: 1px solid #e3e8ee;
	background: #fff;
	overflow-x: hidden;
}

.trip-group-rates-table {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 12px;
}

.trip-group-rates-table-wrap .table-scroll-wrap {
	width: 100%;
	margin: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.trip-group-rates-table-wrap .table-scroll-wrap > .trip-group-rates-table {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
}

@media (max-width: 767.98px) {
	.trip-group-rates-table {
		width: 100% !important;
		min-width: 0 !important;
		font-size: 13px;
	}

	.trip-group-rates-table thead th,
	.trip-group-rates-table tbody td {
		padding: 7px 8px;
		font-size: 13px;
	}
}

.trip-group-rates-table thead th {
	padding: 5px 9px;
	border-bottom: 1px solid #e3e8ee;
	background: #f4f9fc;
	color: #12334a;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
}

.trip-group-rates-table thead th:last-child,
.trip-group-rates-table tbody td:last-child {
	padding-left: 12px;
	text-align: left;
}

.trip-group-rates-table tbody td {
	padding: 5px 9px;
	line-height: 1.35;
	border-top: 1px solid #edf2f7;
	color: #334155;
}

.trip-group-rates-table tbody td:last-child {
	font-weight: 700;
	color: var(--text-color, #222222);
	white-space: nowrap;
}

.trip-group-rates-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 5px 9px;
	border-top: 1px solid #edf2f7;
	color: #334155;
	font-size: 12px;
}

.trip-group-rates-list li:first-child {
	border-top: 0;
}

.trip-group-rates-list li span:last-child {
	font-weight: 700;
	color: var(--text-color, #222222);
	white-space: nowrap;
}

.pack-details .side-section .trip-group-rates-panel-wrap {
	padding: 0 20px 12px;
}

.pack-details .trip-booking-widget .trip-group-rates-panel {
	margin: 0 0 6px;
	border-radius: 0;
}

.pack-details .trip-booking-widget .trip-group-rates-toggle {
	padding: 7px 10px;
	font-size: 12px;
}

/* Fixed departures ? trip detail page */
.upcomming {
	padding-bottom: 2rem;
}

.upcomming > .trip-section-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 1.25rem;
	color: #111;
}

.upcomming > .trip-section-title::before {
	content: "\f073";
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(33, 155, 3, 0.12);
	color: var(--nav-green, #219b03);
	font-family: "Font Awesome 7 Free";
	font-size: 17px;
	font-weight: 900;
}

.upcomming .row {
	align-items: flex-start;
}

.upcomming #select-year {
	min-width: 96px;
	height: 44px;
	border: 1px solid rgba(33, 155, 3, 0.42);
	border-radius: 9px;
	background-color: #fff;
	color: #111;
	font-weight: 700;
	box-shadow: 0 4px 14px rgba(33, 155, 3, 0.08);
}

.upcomming .nav-tabs {
	gap: 5px;
	border-bottom: 2px solid rgba(33, 155, 3, 0.16);
}

.upcomming .nav-tabs .nav-link {
	min-height: 44px;
	padding: 10px 17px;
	border: 0;
	border-radius: 8px 8px 0 0;
	background: transparent;
	color: #333 !important;
	font-weight: 700;
}

.upcomming .nav-tabs .nav-link:hover {
	background: rgba(33, 155, 3, 0.08);
	color: var(--nav-green, #219b03) !important;
}

.upcomming .nav-tabs .nav-link.active {
	background: var(--nav-green, #219b03);
	color: #fff !important;
}

.upcomming .tab-content > .tab-pane > .table {
	margin: 0;
	border: 1px solid rgba(33, 155, 3, 0.2);
	border-top: 0;
	border-radius: 0 0 12px 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 10px 28px rgba(25, 70, 15, 0.08);
}

.upcomming .table table {
	margin: 0;
}

.upcomming .table table thead th {
	padding: 14px;
	border-color: rgba(255, 255, 255, 0.22);
	background: #167b09;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.upcomming .table table tbody td {
	padding: 14px;
	border-color: #e7eee4;
	background: #fff;
	color: #222;
	vertical-align: middle;
}

.upcomming .table table tbody tr:nth-child(even) td {
	background: #f6faf4;
}

.upcomming .table table tbody tr:hover td {
	background: #eef8ea;
}

.upcomming .table table td .trip-link {
	color: #167b09 !important;
	font-weight: 800;
	text-decoration: none;
}

.upcomming .table table td:last-child a:not(.trip-link) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 15px;
	border-radius: 999px;
	background: var(--nav-green, #219b03);
	color: #fff !important;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 5px 12px rgba(33, 155, 3, 0.2);
}

.upcomming .table table td:last-child a:not(.trip-link):hover {
	background: #111;
	transform: translateY(-1px);
}

@media (max-width: 767.98px) {
	.upcomming .col-sm-1 {
		margin-bottom: 12px;
	}

	.upcomming #select-year {
		width: 100%;
	}

	.upcomming .nav-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.upcomming .tab-content > .tab-pane > .table {
		overflow-x: auto;
	}

	.upcomming .table table {
		min-width: 820px;
	}
}

.departure-section {
	margin-top: 1.5rem;
}

.departure-heading {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.departure-heading p {
	margin: 0;
	color: #5d6d78;
	font-size: 15px;
}

.departure-year-filter {
	display: flex;
	align-items: center;
	gap: 10px;
}

.departure-year-filter label {
	margin: 0;
	color: #334155;
	font-size: 14px;
	font-weight: 600;
}

.departure-year-filter .form-select {
	min-width: 110px;
	border-color: #d7e2ea;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
}

.departure-month-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
	border-bottom: 0;
}

.departure-month-tabs .nav-link {
	padding: 8px 14px;
	border: 1px solid #d7e2ea;
	border-radius: 999px;
	background: #fff;
	color: #334155;
	font-size: 13px;
	font-weight: 600;
}

.departure-month-tabs .nav-link.active,
.departure-month-tabs .nav-link:hover {
	border-color: var(--nav-green, #219b03);
	background: rgba(33, 155, 3, 0.08);
	color: var(--nav-green, #219b03);
}

.departure-table-wrap {
	border: 1px solid #e0e9ef;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 22px rgba(15, 45, 66, 0.06);
}

.departure-table {
	margin: 0;
}

.departure-table thead th {
	padding: 12px 14px;
	border-bottom: 1px solid #e3e8ee;
	background: #f4f9fc;
	color: #12334a;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.departure-table tbody td {
	padding: 12px 14px;
	border-top: 1px solid #edf2f7;
	color: #334155;
	font-size: 14px;
	vertical-align: middle;
}

.departure-status {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}

.departure-status.available {
	background: rgba(33, 155, 3, 0.12);
	color: var(--nav-green, #219b03);
}

.departure-status.unavailable {
	background: rgba(222, 45, 45, 0.12);
	color: #c62828;
}

.departure-book-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	border-radius: 999px;
	background: var(--nav-green, #219b03);
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
	white-space: nowrap;
}

.departure-book-btn:hover {
	background: var(--brand-green-dark, #197802);
	color: #fff !important;
}

.departure-book-btn.is-disabled {
	cursor: not-allowed;
	background: #e8edf0;
	color: #64748b !important;
	box-shadow: none;
}

@media (max-width: 767.98px) {
	.departure-table thead {
		display: none;
	}

	.departure-table tbody tr {
		display: block;
		padding: 12px 14px;
		border-top: 1px solid #edf2f7;
	}

	.departure-table tbody tr:first-child {
		border-top: 0;
	}

	.departure-table tbody td {
		display: flex;
		justify-content: space-between;
		gap: 12px;
		padding: 6px 0;
		border: 0;
	}

	.departure-table tbody td::before {
		content: attr(data-label);
		color: #64748b;
		font-weight: 600;
	}

	.departure-table tbody td[data-label="Action"] {
		justify-content: flex-start;
		padding-top: 10px;
	}

	.departure-table tbody td[data-label="Action"]::before {
		display: none;
	}
}

.pack-details .trip-booking-widget .booking-field {
	margin-bottom: 14px;
}

.pack-details .trip-booking-widget .booking-field-label {
	display: block;
	margin-bottom: 6px;
	color: var(--text-color, #222222);
	font-size: 14px;
	font-weight: 700;
}

.pack-details .trip-booking-widget .booking-date-wrap {
	position: relative;
}

.pack-details .trip-booking-widget .booking-date-wrap .form-control,
.pack-details .trip-booking-widget .booking-date-input,
.pack-details .trip-booking-widget .booking-date-select {
	width: 100%;
	min-height: 44px;
	border: 1px solid #219b03;
	border-radius: 8px;
	padding-right: 44px;
	font-size: 14px;
}

.pack-details .trip-booking-widget .booking-date-input::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

.pack-details .trip-booking-widget .booking-date-icon {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #219b03;
	cursor: pointer;
	z-index: 2;
}

.pack-details .trip-booking-widget .booking-date-icon:hover {
	background: rgba(33, 155, 3, 0.1);
}

.pack-details .trip-booking-widget .booking-counter {
	display: grid;
	grid-template-columns: 44px 1fr 44px;
	border: 1px solid #219b03;
	border-radius: 8px;
	overflow: hidden;
	min-height: 44px;
}

.pack-details .trip-booking-widget .booking-qty-btn {
	border: 0;
	background: #f3f6f9;
	color: var(--text-color, #222222);
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.pack-details .trip-booking-widget .booking-qty-input {
	border: 0;
	background: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: var(--text-color, #222222);
}

.pack-details .trip-booking-widget .booking-total-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 16px 0;
	padding-top: 14px;
	border-top: 1px solid #e3e8ee;
	color: var(--text-color, #222222);
	font-size: 16px;
	font-weight: 700;
}

.pack-details .trip-booking-widget .booking-total-amount {
	font-size: 22px;
}

.pack-details .trip-booking-widget .booking-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 4px;
}

.pack-details .trip-booking-widget .btn-booking {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 16px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.pack-details .trip-booking-widget .btn-booking-primary {
	background: linear-gradient(to right, #219b03, #68cd03);
	color: #fff !important;
	border: 0;
}

.pack-details .trip-booking-widget .btn-booking-secondary {
	background: #0b71b8;
	color: #fff !important;
	border: 0;
}

.pack-details .trip-booking-widget .booking-btn-availability {
	grid-column: 1 / -1;
}

.pack-details .trip-booking-widget .booking-actions--wetravel {
	grid-template-columns: 1fr;
}

.pack-details .trip-booking-widget .booking-actions--wetravel .booking-wetravel-embed {
	grid-column: 1 / -1;
}

.pack-details .trip-booking-widget .booking-rating-foot {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid #e3e8ee;
	text-align: center;
	font-size: 14px;
}

.pack-details .trip-booking-widget .booking-rating-foot a {
	color: var(--link-color, #0b71b8);
	font-weight: 700;
	text-decoration: none;
}

.pack-details .trip-booking-widget .booking-rating-foot a:hover {
	color: var(--nav-green, #219b03);
	text-decoration: underline;
}

@media (max-width: 991.98px) {
	.pack-details .trip-booking-sidebar .trip-booking-widget {
		position: static;
		margin-bottom: 20px;
	}
}

/* Homepage / site: stick green menu only ? logo bar scrolls away (no height jolt) */
#all-my-navs.navigation {
	position: relative;
	top: auto;
	z-index: 999;
	margin: 0;
	padding: 0;
	background: #fff;
}

#all-my-navs.navigation > .navbar.navbar-expand-lg {
	position: sticky;
	top: 0;
	z-index: 1000;
}

/* Do not hide .top-header when stuck ? that caused scroll jolting */
#all-my-navs.is-main-nav-stuck .top-header {
	display: block !important;
}

#all-my-navs .navbar.navbar-expand-lg,
#all-my-navs .navbar .container,
#all-my-navs .navbar .navbar-collapse,
#all-my-navs .navbar .navbar-nav {
	margin-bottom: 0 !important;
}

@media (min-width: 992px) {
	.navigation .navbar,
	.navigation .navbar.navbar-light,
	.navigation .navbar.bg-light,
	.navigation .bg-light {
		background: #219b03 !important;
		background-color: #219b03 !important;
	}

	#all-my-navs .navbar .navbar-nav {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.navigation .navbar-light .navbar-nav .nav-item {
		border-right: 1px solid #44ab2a;
		background: transparent;
	}

	.navigation .navbar-light .navbar-nav .nav-item:first-child {
		border-left: 1px solid #44ab2a;
	}

	.navigation .navbar-light .navbar-nav .nav-link {
		font-size: 14px;
		font-weight: 400;
		font-family: Poppins, sans-serif !important;
		letter-spacing: normal;
		padding: 12px 14px !important;
		color: #fff !important;
		text-transform: uppercase;
		border-radius: 0;
		background: transparent !important;
	}

	.navigation .navbar-light .navbar-nav .nav-item:hover {
		background: #197802 !important;
	}

	.navigation .navbar-light .navbar-nav .nav-item:hover .nav-link,
	.navigation .navbar-light .navbar-nav .nav-link:focus {
		background: transparent !important;
		border-radius: 0;
		color: #fff !important;
	}
}

.banner-relative {
	margin: 0 !important;
	padding: 0 !important;
}

.my-slider-ban {
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Hold a stable first frame until Slick is ready, preventing stacked-slide layout shift. */
.my-slider-ban:not(.slick-initialized) .my-ban:not(:first-child) {
	display: none;
}

.my-slider-ban:not(.slick-initialized) .my-ban:first-child {
	display: block;
}

.my-slider-ban .slick-slider,
.my-slider-ban .slick-list,
.my-slider-ban .slick-track,
.my-slider-ban .slick-slide,
.my-slider-ban .my-ban {
	margin: 0;
	padding: 0;
}

.my-slider-ban .my-ban img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	vertical-align: top;
}

/* =============================================================================
   Layout finish ? desktop + mobile polish
   ============================================================================= */

@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body.mobile-nav-open,
body.menu-open {
	overflow: hidden;
}

body {
	overflow-x: hidden;
}

img,
video,
iframe {
	max-width: 100%;
}

/* Restore Bootstrap columns broken by legacy style.css `.row > * { flex: 0 0 100% }` */
@media (max-width: 991.98px) {
	.row > [class*='col-'] {
		flex: 0 0 auto !important;
	}
}

/* --- Header: desktop --- */
@media (min-width: 992px) {
	#all-my-navs .top-header {
		padding: 8px 0;
		background: #fff;
		border-bottom: 1px solid #e8eef2;
	}

	#all-my-navs .top-header .row {
		align-items: center;
	}

	#all-my-navs .navbar.navbar-expand-lg {
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
		background: #219b03 !important;
	}
}

/* --- Header: mobile sticky bar --- */
@media (max-width: 991.98px) {
	#snw {
		position: sticky;
		top: 0;
		z-index: 1000;
		background: #fff;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	}

	.small-nav-wraper .small-nv-frm {
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	}

	/* Phone contact bar removed ? do not reserve empty bottom space */
	body {
		padding-bottom: 0;
	}
}

/* --- Homepage hero slider --- */
.my-slider-ban .my-ban .ban-overlay .hero-slide-title {
	font-size: 72px;
	font-weight: 800;
	color: #fff !important;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	margin: 0 0 16px;
	line-height: 1.2;
}

.my-slider-ban h1 {
	font-size: clamp(1.35rem, 3.2vw, 2.75rem);
	font-weight: 800;
	color: #fff;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	margin: 0 0 16px;
	line-height: 1.2;
}

.my-slider-ban .my-ban .ban-overlay .small-tg h2 {
	font-size: clamp(0.85rem, 1.6vw, 1.15rem);
	color: #fff !important;
}

.my-slider-ban img {
	width: 100%;
	height: 75vh !important;
	object-fit: cover;
	object-position: center;
}

.my-slider-ban .my-ban .ban-overlay .ban-link .slider-cta-btn {
	min-height: 44px;
	padding: 10px 22px;
	border-radius: 4px;
}

@media (max-width: 767.98px) {
	.my-slider-ban .my-ban .ban-overlay {
		width: 92%;
	}

	.my-slider-ban img {
		height: min(58vh, 420px) !important;
	}

	.my-slider-ban .my-ban .ban-overlay .hero-slide-title,
	.my-slider-ban h1 {
		font-size: clamp(1.35rem, 6.5vw, 1.85rem);
		margin-bottom: 12px;
	}

	.my-slider-ban .my-ban .ban-overlay .ban-link .slider-cta-btn {
		min-height: 42px;
		padding: 10px 18px;
		font-size: 14px;
	}

	.my-slider-ban .slick-prev,
	.my-slider-ban .slick-next {
		width: 34px;
		height: 34px;
		z-index: 2;
	}
}

/* --- Welcome + home sections --- */
.welcome {
	padding: 40px 0;
}

.welcome .title {
	text-align: center;
	margin-bottom: 20px;
}

.welcome .title img {
	max-height: 72px;
	width: auto;
	margin-bottom: 12px;
}

.welcome .he1 h1 {
	font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.welcome .he1 h3 {
	font-size: clamp(1rem, 2vw, 1.25rem);
	font-weight: 500;
	color: #466071;
}

.packages .title {
	text-align: center;
	margin-bottom: 24px;
}

.packages .title h2 {
	display: block !important;
	width: 100%;
	font-size: clamp(1.4rem, 2.5vw, 2rem);
	text-align: center !important;
}

.packages .package img,
.package .package-img img {
	width: 100%;
	height: 100% !important;
	min-height: 250px;
	object-fit: cover;
}

@media (max-width: 767px) {
	.package .package-img,
	.package .package-img img {
		min-height: 220px;
	}
}

@media (max-width: 575.98px) {
	.act-icons .row > .col {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* --- Trip detail page --- */
.pack-details .trippage {
	padding-top: 8px;
}

.pack-details .trip-page-title {
	font-size: clamp(1.35rem, 2.8vw, 2rem);
	margin-bottom: 12px;
	color: var(--heading-color, #111111);
}

@media (max-width: 767.98px) {
	.pack-details .trip-featured-image {
		aspect-ratio: 4 / 3;
		margin-bottom: 16px;
		border-radius: 12px;
	}
}

.trip-booking-sidebar.is-mobile-inline {
	width: 100%;
	max-width: 100%;
	margin: 16px 0 24px;
	padding: 0;
}

.trip-booking-sidebar.is-mobile-inline .side-section {
	display: block;
}

@media (max-width: 991.98px) {
	.trip-booking-sidebar:not(.is-mobile-inline) {
		display: none;
	}
}

.trip-booking-sidebar.is-mobile-inline .trip-booking-widget,
.trip-booking-sidebar.is-mobile-inline .sidebar-price-card {
	position: static !important;
	top: auto !important;
}

@media (max-width: 575.98px) {
	.pack-details .trip-booking-sidebar.is-mobile-inline .side-section .book-trip a,
	.pack-details .trip-booking-sidebar.is-mobile-inline .side-section .trip-enquiry a {
		font-size: 13px;
		padding: 10px 8px;
	}
}

.mobile-trip-sidebar-anchor {
	display: block;
	height: 0;
}

@media (min-width: 992px) {
	.trip-details-layout {
		align-items: flex-start;
	}

	.pack-details .trip-booking-sidebar .trip-booking-widget {
		position: sticky;
		top: var(--trip-sidebar-sticky-top, 80px);
	}
}

@media (max-width: 991.98px) {
	.pack-details .trip-booking-sidebar:not(.is-mobile-inline) {
		margin-top: 24px;
	}

	#tripStickyNav.is-stuck {
		box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
	}
}

/* --- Listing / filter pages --- */
.trips-listing-page {
	padding-bottom: 32px;
}

.trips-listing-page__meta {
	font-size: 0.9rem;
}

@media (max-width: 991.98px) {
	.trips-listing-page .col-lg-3 {
		margin-bottom: 16px;
	}
}

/* --- Contact page --- */
.contact-hero {
	position: relative;
	overflow: hidden;
	padding: 28px 0 36px;
	background: linear-gradient(135deg, #1a7f04 0%, #0b71b8 72%, #085a92 100%);
	color: #fff;
}

.contact-hero__pattern {
	position: absolute;
	inset: 0;
	opacity: 0.12;
	background-image:
		radial-gradient(circle at 20% 20%, #fff 0 2px, transparent 2px),
		radial-gradient(circle at 80% 70%, #fff 0 1px, transparent 1px);
	background-size: 48px 48px, 32px 32px;
	pointer-events: none;
}

.contact-hero__container {
	position: relative;
	z-index: 1;
}

.contact-hero__breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

.contact-hero__breadcrumb li + li::before {
	content: "?";
	margin-right: 8px;
	opacity: 0.75;
}

.contact-hero__breadcrumb a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.contact-hero__breadcrumb a:hover {
	text-decoration: underline;
}

.contact-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.8fr);
	gap: 28px;
	align-items: center;
}

.contact-hero__eyebrow {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.9;
}

.contact-hero__title {
	margin: 0 0 10px;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 800;
	line-height: 1.15;
}

.contact-hero__company {
	margin: 0 0 10px;
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	font-weight: 700;
	line-height: 1.35;
	color: #e8f8e3;
}

.contact-hero__tagline {
	margin: 0 0 12px;
	font-size: 1rem;
	font-weight: 500;
	opacity: 0.92;
}

.contact-hero__lead {
	margin: 0 0 20px;
	max-width: 52ch;
	font-size: 1rem;
	line-height: 1.6;
	opacity: 0.95;
}

.contact-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.contact-hero__action {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	backdrop-filter: blur(4px);
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.contact-hero__action:hover {
	background: rgba(255, 255, 255, 0.24);
	color: #fff;
	transform: translateY(-1px);
}

.contact-hero__action--whatsapp:hover {
	background: #25d366;
	border-color: #25d366;
}

.contact-hero__brand-card {
	display: flex;
	justify-content: center;
}

.contact-hero__brand-card-inner {
	width: 100%;
	max-width: 280px;
	padding: 24px 20px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	text-align: center;
	backdrop-filter: blur(8px);
	box-shadow: 0 18px 40px rgba(8, 35, 58, 0.22);
}

.contact-hero__brand-card-inner img {
	width: 96px;
	height: 96px;
	object-fit: contain;
	margin: 0 auto 14px;
	display: block;
	filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
}

.contact-hero__brand-name {
	margin: 0 0 8px;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.4;
}

.contact-hero__brand-since {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.45;
	opacity: 0.88;
}

.contact-page {
	padding: 32px 0 0;
	background: #f4f8fb;
}

.contact-page__intro {
	margin-bottom: 24px;
}

.contact-page__breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
	font-size: 13px;
	color: #5d7383;
}

.contact-page__breadcrumb li + li::before {
	content: "?";
	margin-right: 8px;
	color: #8aa0af;
}

.contact-page__breadcrumb a {
	color: #111111;
	font-weight: 600;
	text-decoration: none;
}

.contact-page__breadcrumb a:hover {
	text-decoration: underline;
}

.contact-page__title {
	margin: 0 0 8px;
	font-size: clamp(1.85rem, 3.5vw, 2.5rem);
	font-weight: 800;
	line-height: 1.15;
	color: #12334a;
}

.contact-page__company {
	margin: 0 0 10px;
	font-size: clamp(1rem, 2vw, 1.2rem);
	font-weight: 700;
	line-height: 1.4;
	color: #219b03;
}

.contact-page__lead {
	margin: 0;
	max-width: 62ch;
	padding: 0;
	color: #5d7383;
	font-size: 1rem;
	line-height: 1.65;
	text-align: left;
}

.contact-quick-actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
	margin-bottom: 28px;
}

.contact-quick-actions__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	padding: 16px 18px;
	border: 1px solid #e0e9ef;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 45, 66, 0.06);
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-quick-actions__item:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(15, 45, 66, 0.1);
	text-decoration: none;
}

.contact-quick-actions__item--phone:hover {
	border-color: #219b03;
}

.contact-quick-actions__item--mobile:hover,
.contact-quick-actions__item--whatsapp:hover {
	border-color: #219b03;
}

.contact-quick-actions__item--email:hover,
.contact-quick-actions__item--viber:hover {
	border-color: #219b03;
}

.contact-quick-actions__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	font-size: 17px;
}

.contact-quick-actions__item--phone .contact-quick-actions__icon {
	background: #eaf6e7;
	color: #219b03;
}

.contact-quick-actions__item--mobile .contact-quick-actions__icon,
.contact-quick-actions__item--whatsapp .contact-quick-actions__icon {
	background: #eaf6e7;
	color: #219b03;
}

.contact-quick-actions__item--email .contact-quick-actions__icon,
.contact-quick-actions__item--viber .contact-quick-actions__icon {
	background: #eaf6ea;
	color: #219b03;
}

.contact-quick-actions__label {
	color: #12334a;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.contact-quick-actions__value {
	color: #355062;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.4;
	word-break: break-word;
}

.contact-page__layout {
	margin-bottom: 40px;
}

.contact-panel,
.contact-form-card,
.contact-map-section__card {
	border: 1px solid #e0e9ef;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(15, 45, 66, 0.08);
}

.contact-panel,
.contact-form-card {
	padding: 24px;
	height: 100%;
}

.contact-panel__brand {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid #edf2f6;
}

.contact-panel__logo {
	flex: 0 0 auto;
	width: 72px;
	height: 72px;
	object-fit: contain;
	border-radius: 12px;
	background: #f8fbfd;
	padding: 6px;
	border: 1px solid #edf2f6;
}

.contact-panel__name {
	margin: 0 0 4px;
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.3;
	color: #12334a;
}

.contact-panel__tagline {
	margin: 0;
	color: #5d7383;
	font-size: 0.9rem;
	line-height: 1.45;
}

.contact-panel__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-panel__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #edf2f6;
}

.contact-panel__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.contact-panel__icon {
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	margin-top: 2px;
}

.contact-panel__icon--address,
.contact-panel__icon--hours {
	background: #f3f8fb;
	color: #0b71b8;
}

.contact-panel__icon--phone {
	background: #eaf3fb;
	color: #0b71b8;
}

.contact-panel__icon--email {
	background: #eaf6ea;
	color: #219b03;
}

.contact-panel__icon--whatsapp {
	background: #e8f9ee;
	color: #25d366;
}

.contact-panel__icon--viber {
	background: #f0edff;
	color: #7360f2;
}

.contact-panel__body strong {
	display: block;
	margin-bottom: 5px;
	color: #12334a;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.contact-panel__body p,
.contact-panel__tagline,
.contact-map-section__head p {
	margin: 0;
	padding: 0;
	text-align: left;
}

.contact-panel__body p {
	color: #355062;
	font-size: 0.94rem;
	line-height: 1.45;
}

.contact-panel__values {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-panel__values li {
	margin: 0;
	padding: 0;
	line-height: 1.45;
}

.contact-panel__values li + li {
	margin-top: 4px;
}

.contact-panel__body a,
.contact-panel__values a {
	color: #0b71b8;
	font-weight: 600;
	text-decoration: none;
	word-break: break-word;
}

.contact-panel__body a:hover,
.contact-panel__values a:hover {
	text-decoration: underline;
}

.contact-panel__social {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #edf2f6;
}

.contact-panel__social strong {
	display: block;
	margin-bottom: 12px;
	color: #12334a;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.contact-panel__social-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-panel__social-list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #f3f8fb;
	color: #0b71b8;
	font-size: 17px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.contact-panel__social-list a:hover {
	background: #219b03;
	color: #fff;
	transform: translateY(-2px);
}

.contact-info-card,
.contact-form-card,
.contact-page__map {
	border: 1px solid #e0e9ef;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(15, 45, 66, 0.08);
}

.contact-info-card,
.contact-form-card {
	padding: 24px;
	height: 100%;
}

.contact-info-card__head,
.contact-form-card__head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #edf2f6;
}

.contact-info-card__icon,
.contact-form-card__icon {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #eaf6ea;
	color: #219b03;
	font-size: 18px;
}

.contact-form-card__icon {
	background: #eaf3fb;
	color: #0b71b8;
}

.contact-info-card__head h2,
.contact-form-card__head h2 {
	margin: 0 0 4px;
	font-size: 1.35rem;
	font-weight: 800;
	color: #12334a;
}

.contact-info-card__head p,
.contact-form-card__head p {
	margin: 0;
	color: #5d7383;
	font-size: 0.95rem;
	line-height: 1.5;
}

.contact-info-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-info-list__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid #edf2f6;
}

.contact-info-list__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.contact-info-list__icon {
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f3f8fb;
	color: #0b71b8;
	font-size: 15px;
}

.contact-info-list__body strong {
	display: block;
	margin-bottom: 4px;
	color: #12334a;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.contact-info-list__body p {
	margin: 0 0 4px;
	color: #355062;
	font-size: 0.95rem;
	line-height: 1.5;
}

.contact-info-list__body p:last-child {
	margin-bottom: 0;
}

.contact-info-list__body a {
	color: #0b71b8;
	font-weight: 600;
	text-decoration: none;
}

.contact-info-list__body a:hover {
	text-decoration: underline;
}

.contact-info-card__social {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid #edf2f6;
}

.contact-info-card__social strong {
	display: block;
	margin-bottom: 10px;
	color: #12334a;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.contact-info-card__social ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-info-card__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #f3f8fb;
	color: #0b71b8;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.contact-info-card__social a:hover {
	background: #219b03;
	color: #fff;
}

.contact-page .form-group {
	margin-bottom: 0;
}

.contact-page .form-label {
	margin-bottom: 6px;
	color: #12334a;
	font-size: 0.9rem;
	font-weight: 700;
}

.contact-page .form-control {
	min-height: 46px;
	border: 1px solid #d5e2ea;
	border-radius: 10px;
	padding: 10px 14px;
	color: #12334a;
	background: #fbfdff;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-page .form-control:focus {
	border-color: #0b71b8;
	box-shadow: 0 0 0 3px rgba(11, 113, 184, 0.14);
}

.contact-page textarea.form-control {
	min-height: 130px;
	resize: vertical;
}

.contact-page .error {
	display: block;
	margin-top: 4px;
	color: #c0392b;
	font-size: 0.82rem;
}

.contact-form-card__footer {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}

.contact-form-card__submit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 46px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	background: #219b03;
	font-weight: 700;
	box-shadow: 0 8px 20px rgba(33, 155, 3, 0.28);
}

.contact-form-card__submit:hover,
.contact-form-card__submit:focus {
	background: #1a7f04;
}

.contact-form__loader img {
	display: block;
}

.contact-map-section {
	margin-top: 8px;
	padding: 0 0 48px;
	background: #f4f8fb;
}

.contact-map-section__card {
	padding: 24px;
}

.contact-map-section__head {
	margin-bottom: 16px;
}

.contact-map-section__head h2 {
	margin: 0 0 6px;
	font-size: 1.35rem;
	font-weight: 800;
	color: #12334a;
}

.contact-map-section__head h2 i {
	margin-right: 8px;
	color: #219b03;
}

.contact-map-section__head p {
	margin: 0;
	color: #5d7383;
	font-size: 0.95rem;
	line-height: 1.5;
}

.contact-page__map {
	margin-top: 28px;
	padding: 22px;
	overflow: hidden;
}

.contact-page__map-head {
	margin-bottom: 14px;
}

.contact-page__map-head h2 {
	margin: 0 0 6px;
	font-size: 1.35rem;
	font-weight: 800;
	color: #12334a;
}

.contact-page__map-head h2 i {
	margin-right: 8px;
	color: #219b03;
}

.contact-page__map-head p {
	margin: 0;
	color: #5d7383;
	font-size: 0.95rem;
}

.contact-map-embed {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #e0e9ef;
	background: #edf2f6;
}

.contact-map-embed iframe {
	display: block;
	width: 100%;
	min-height: 360px;
	border: 0;
}

@media (max-width: 991.98px) {
	.contact-quick-actions {
		grid-template-columns: 1fr;
	}

	.contact-page__layout {
		margin-bottom: 28px;
	}
}

@media (max-width: 575.98px) {
	.contact-page {
		padding-top: 24px;
	}

	.contact-panel,
	.contact-form-card,
	.contact-map-section__card {
		padding: 18px;
		border-radius: 14px;
	}

	.contact-quick-actions__item {
		padding: 14px 16px;
	}
}

.contact-page .form-control,
.contact-page .form-select,
.quotation .form-control {
	min-height: 44px;
}

/* Contact page ? clean black and brand-green palette */
.contact-page,
.contact-map-section {
	background: #f7f8f5;
}

.contact-page__breadcrumb ol,
.contact-page__lead,
.contact-quick-actions__value,
.contact-panel__tagline,
.contact-panel__body p,
.contact-form-card__head p,
.contact-map-section__head p {
	color: #444;
}

.contact-page__breadcrumb li + li::before {
	color: #219b03;
}

.contact-page__title,
.contact-panel__name,
.contact-panel__body strong,
.contact-panel__social strong,
.contact-form-card__head h2,
.contact-map-section__head h2,
.contact-page .form-label,
.contact-quick-actions__label {
	color: #111;
}

.contact-page__title {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}

.contact-page__title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 54px;
	height: 4px;
	border-radius: 999px;
	background: #219b03;
}

.contact-quick-actions__item,
.contact-panel,
.contact-form-card,
.contact-map-section__card {
	border-color: #dfe6dc;
	box-shadow: 0 8px 24px rgba(20, 35, 15, 0.07);
}

.contact-quick-actions__item {
	position: relative;
	padding-left: 72px;
	min-height: 84px;
	justify-content: center;
	color: #111 !important;
}

.contact-quick-actions__item:hover {
	border-color: #219b03;
	box-shadow: 0 12px 26px rgba(33, 155, 3, 0.12);
}

.contact-quick-actions__icon {
	position: absolute;
	left: 18px;
	top: 50%;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.contact-quick-actions__item--phone .contact-quick-actions__icon,
.contact-quick-actions__item--mobile .contact-quick-actions__icon,
.contact-quick-actions__item--whatsapp .contact-quick-actions__icon,
.contact-quick-actions__item--email .contact-quick-actions__icon,
.contact-quick-actions__item--viber .contact-quick-actions__icon,
.contact-panel__icon,
.contact-form-card__icon {
	background: rgba(33, 155, 3, 0.11);
	color: #219b03;
}

.contact-panel__brand,
.contact-panel__item,
.contact-panel__social,
.contact-form-card__head {
	border-color: #e7ebe4;
}

.contact-panel__logo {
	border-color: #dfe6dc;
	background: #fff;
}

.contact-panel__body a,
.contact-panel__values a {
	color: #111 !important;
}

.contact-panel__body a:hover,
.contact-panel__values a:hover {
	color: #219b03 !important;
}

.contact-panel__social-list a {
	border: 1px solid #dfe6dc;
	background: #fff;
	color: #111;
}

.contact-panel__social-list a:hover {
	border-color: #219b03;
	background: #219b03;
	color: #fff;
}

.contact-page .form-control {
	border-color: #d7ded4;
	background: #fff;
	color: #111;
}

.contact-page .form-control::placeholder {
	color: #777;
}

.contact-page .form-control:focus {
	border-color: #219b03;
	box-shadow: 0 0 0 3px rgba(33, 155, 3, 0.13);
}

.contact-form-card__submit {
	background: #219b03;
	color: #fff;
}

.contact-form-card__submit:hover,
.contact-form-card__submit:focus {
	background: #111;
	color: #fff;
}

.contact-map-embed {
	border-color: #dfe6dc;
	background: #f1f3ef;
}

@media (max-width: 575.98px) {
	.contact-quick-actions__item {
		padding-left: 68px;
	}
}

/* --- Breadcrumbs --- */
.com-back-1 ul {
	row-gap: 4px;
}

.com-back-1 a {
	color: #111111 !important;
}

.com-back-1 li span,
.com-back-1 li p {
	margin: 0;
	display: inline;
	color: #111111;
}

@media (max-width: 767.98px) {
	.com-back-1 ul {
		row-gap: 0;
		flex-wrap: nowrap;
	}
}

/* --- Modern responsive tables (global) --- */
.table-scroll-wrap {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin: 0 0 1.25rem;
	border: 1px solid #e0e9ef;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(15, 45, 66, 0.07);
}

.group-rate-table-wrap .table-scroll-wrap,
.departure-table-wrap .table-scroll-wrap,
.upcomming .table-scroll-wrap {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	background: transparent;
}

.table-scroll-wrap > table {
	width: 100%;
	min-width: min(100%, 480px);
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}

.table-scroll-wrap > table caption {
	caption-side: top;
	padding: 12px 14px;
	color: #12334a;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	background: #f7fafc;
	border-bottom: 1px solid #e8eef2;
}

.table-scroll-wrap > table thead th {
	padding: 12px 14px;
	border: 1px solid #d2e0e8 !important;
	background: #12334a;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.table-scroll-wrap > table:not(:has(thead)) > tbody > tr:first-child > th,
.table-scroll-wrap > table:not(:has(thead)) > tbody > tr:first-child > td,
.table-scroll-wrap > table:not(:has(thead)) > tr:first-child > th,
.table-scroll-wrap > table:not(:has(thead)) > tr:first-child > td {
	padding: 12px 14px;
	border: 1px solid #d9e7df !important;
	background: #f0f6ef;
	color: #12334a;
	font-size: 13px;
	font-weight: 700;
	vertical-align: middle;
}

.table-scroll-wrap > table th,
.table-scroll-wrap > table td {
	padding: 11px 14px;
	border: 1px solid #e8eef2 !important;
	vertical-align: top;
	text-align: left;
}

.table-scroll-wrap > table tbody tr:nth-child(even) td,
.table-scroll-wrap > table > tbody > tr:nth-child(even) > td,
.table-scroll-wrap > table > tr:nth-child(even):not(:first-child) > td {
	background: #fafcfd;
}

.table-scroll-wrap > table tbody tr:hover td,
.table-scroll-wrap > table > tbody > tr:hover > td,
.table-scroll-wrap > table > tr:not(:first-child):hover > td {
	background: #f2f8fc;
}

.table-scroll-wrap > table a {
	color: var(--link-color, #0b71b8);
	font-weight: 600;
	text-decoration: none;
}

.table-scroll-wrap > table a:hover {
	text-decoration: underline;
}

/* Content-area tables (CMS / CKEditor) before/without auto-wrap */
.pack-details .content table,
.about-us table,
.destination-content table,
.taxonomy-intro-card table,
.activity-intro table,
.activity-page table,
.page-content table,
.dlist table,
.itinerary-details table,
.tripinfo table,
.accordion-body table,
.post-article-body table,
.blog-article-body table,
.blog-content .content table {
	border-collapse: collapse;
}

@media (max-width: 767.98px) {
	.table-scroll-wrap {
		border-radius: 10px;
	}

	.table-scroll-wrap > table {
		min-width: 520px;
		font-size: 13px;
	}

	.table-scroll-wrap > table th,
	.table-scroll-wrap > table td,
	.table-scroll-wrap > table thead th {
		padding: 10px 12px;
	}
}

/* --- Floating actions --- */
.share-page-btn,
.floating-whatsapp,
.back-to-top {
	position: fixed;
	right: 16px;
	z-index: 1040;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
	transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.floating-whatsapp {
	bottom: 88px;
	background: #25d366;
	color: #fff !important;
	font-size: 23px;
	text-decoration: none !important;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
	background: #1faa52;
	color: #fff !important;
	transform: translateY(-2px);
}

.share-page-btn {
	bottom: 88px;
	background: #0b71b8;
	color: #fff;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.back-to-top {
	bottom: 28px;
	background: #219b03;
	color: #fff;
}

.share-page-btn.is-visible,
.back-to-top.is-visible,
.share-page-btn:focus-visible,
.back-to-top:focus-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.share-page-btn:hover,
.back-to-top:hover {
	transform: translateY(-2px);
}

.share-page-btn.is-feedback {
	background: #203f64;
}

@media (max-width: 991.98px) {
	.share-page-btn {
		bottom: 72px;
	}

	.floating-whatsapp {
		bottom: 72px;
	}

	.back-to-top {
		bottom: 72px;
	}
}

/* Trip page ? sticky Book / Inquiry bar (mobile only) */
@media (max-width: 991.98px) {
	.trip-mobile-action-bar {
		display: flex;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10050;
		margin: 0;
		padding: 0;
		padding-bottom: env(safe-area-inset-bottom, 0);
		background: #fff;
		border-top: 1px solid #e3e9ee;
		box-shadow: 0 -4px 16px rgba(17, 24, 39, 0.1);
	}

	.trip-mobile-action-bar a {
		flex: 1 1 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		min-height: 54px;
		padding: 10px 12px;
		font-size: 14px;
		font-weight: 700;
		text-decoration: none !important;
		text-transform: uppercase;
		letter-spacing: 0.02em;
	}

	.trip-mobile-action-bar__book {
		background: linear-gradient(to right, var(--nav-green, #219b03), var(--brand-green-light, #68cd03));
		color: #fff !important;
	}

	.trip-mobile-action-bar__inquiry {
		background: var(--accent-blue, #0b71b8);
		color: #fff !important;
		border-left: 1px solid rgba(255, 255, 255, 0.25);
	}

	body.trip-page-has-sticky-nav,
	body:has(.trip-mobile-action-bar) {
		padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px)) !important;
	}

	body.trip-page-has-sticky-nav .share-page-btn,
	body.trip-page-has-sticky-nav .floating-whatsapp,
	body.trip-page-has-sticky-nav .back-to-top,
	body:has(.trip-mobile-action-bar) .share-page-btn,
	body:has(.trip-mobile-action-bar) .floating-whatsapp,
	body:has(.trip-mobile-action-bar) .back-to-top {
		bottom: calc(66px + env(safe-area-inset-bottom, 0px)) !important;
	}

	/* Header already has WhatsApp ? hide redundant float on trip pages */
	body.trip-page-has-sticky-nav .floating-whatsapp,
	body:has(.trip-mobile-action-bar) .floating-whatsapp {
		display: none !important;
	}

	/* Keep third-party chat bubbles above the Book/Inquiry bar */
	body.trip-page-has-sticky-nav .woot-widget-bubble,
	body.trip-page-has-sticky-nav .woot--bubble-holder,
	body:has(.trip-mobile-action-bar) .woot-widget-bubble,
	body:has(.trip-mobile-action-bar) #tawkchat-minified-wrapper,
	body:has(.trip-mobile-action-bar) .tawk-min-container,
	body.trip-page-has-sticky-nav iframe[id^="bvinq"],
	body:has(.trip-mobile-action-bar) iframe[id^="bvinq"] {
		bottom: calc(70px + env(safe-area-inset-bottom, 0px)) !important;
	}

	html, body {
		overflow-x: hidden;
	}

	.pack-details + section[style*="f5f5f5"],
	section:has(.title h2) {
		scroll-margin-bottom: 80px;
	}
}

@media (min-width: 992px) {
	.trip-mobile-action-bar {
		display: none !important;
	}
}

/* Similar packages block on trip page */
section.trip-similar-packages {
	background: #f5f5f5;
	padding: 32px 0 40px;
}

section.trip-similar-packages .title {
	text-align: center;
	margin-bottom: 24px;
}

section.trip-similar-packages .title h2 {
	margin-bottom: 8px;
	color: var(--heading-color, #111111);
	font-size: clamp(1.65rem, 2.5vw, 2.1rem);
	font-weight: 800;
}

section.trip-similar-packages .title .trip-similar-packages__subtitle {
	margin: 0;
	color: var(--text-muted, #444444);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center !important;
}

/* --- Page content rhythm --- */
article.mb-4,
.new-page + article {
	padding-top: 8px;
}

.container {
	padding-left: max(15px, env(safe-area-inset-left));
	padding-right: max(15px, env(safe-area-inset-right));
}

/* =============================================================================
   Brand palette overrides ? green primary, black text, blue accents
   (theme.css loads after style.css)
   ============================================================================= */

body {
	color: var(--text-color, #222222) !important;
}

h1, h2, h3, h4, h5, h6,
.title h1, .title h2, .new-page h1,
.pack-container h1 {
	color: var(--heading-color, #111111) !important;
}

.taxonomy-hero-banner--taxonomy-page .taxonomy-hero-banner__title {
	color: #fff !important;
}

#nvd,
#dnvd {
	background: var(--nav-green, #219b03) !important;
}

.navigation .top-header form .btn {
	background: var(--accent-blue, #0b71b8) !important;
	border-color: var(--accent-blue, #0b71b8) !important;
}

.navigation .top-header .customize-trip a,
.navigation .top-header .customize-trip a:visited {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 14px;
	border: 1px solid transparent;
	border-radius: 25px;
	background: var(--nav-green, #219b03);
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.navigation .top-header .customize-trip a i {
	color: #fff !important;
}

.navigation .top-header .customize-trip a:hover,
.navigation .top-header .customize-trip a:focus {
	background: #fff;
	border-color: var(--nav-green, #219b03);
	color: var(--nav-green, #219b03) !important;
}

.navigation .top-header .customize-trip a:hover i,
.navigation .top-header .customize-trip a:focus i {
	color: var(--nav-green, #219b03) !important;
}

.mega-menu,
.navbar-expand-lg .navbar-nav > .has-dropdown > .dropdown-menu {
	border-top-color: var(--nav-green, #219b03) !important;
}

.package:hover .read,
.packages .all-link a:hover {
	background: var(--primary-color, #219b03) !important;
	color: #fff !important;
}

.breadcum ul li a:hover,
.breadcum ul li:last-child {
	background: var(--accent-blue, #0b71b8) !important;
}

footer .line {
	background: var(--accent-blue, #0b71b8) !important;
}

.pack-details .trip-booking-widget .booking-pkg-tabs .nav-link.active {
	color: var(--link-color, #0b71b8);
}

.share-page-btn.is-feedback {
	background: var(--accent-blue-dark, #085a92);
}

.welcome .lilnk a {
	color: var(--link-color, #0b71b8);
}

.welcome .lilnk a:hover {
	color: var(--accent-blue-dark, #085a92);
}

/* =============================================================================
   Mega menu + desktop dropdown refinement
   ============================================================================= */

@media (min-width: 992px) {
	.navigation .navbar.navbar-expand-lg {
		position: static;
	}

	.navigation .navbar.navbar-expand-lg > .container {
		position: relative;
	}

	.navigation .navbar-nav > .has-mega-menu {
		position: static;
	}

	.navigation .navbar-nav > .has-dropdown {
		position: relative;
	}

	.navigation .navbar-nav > .has-mega-menu:hover > .nav-link,
	.navigation .navbar-nav > .has-mega-menu:focus-within > .nav-link,
	.navigation .navbar-nav > .has-dropdown:hover > .nav-link,
	.navigation .navbar-nav > .has-dropdown:focus-within > .nav-link {
		background: var(--brand-green-dark, #197802) !important;
		color: #fff !important;
		border-radius: 4px 4px 0 0;
	}

	.navigation .navbar-nav > .has-mega-menu:hover > .mega-menu,
	.navigation .navbar-nav > .has-mega-menu:focus-within > .mega-menu {
		display: grid !important;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
	}

	.navigation .navbar-nav > .has-dropdown:hover > .dropdown-menu,
	.navigation .navbar-nav > .has-dropdown:focus-within > .dropdown-menu {
		display: block !important;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.navigation .navbar-nav > .has-mega-menu > .mega-menu,
	.navigation .navbar-nav > .has-dropdown > .dropdown-menu {
		margin-top: 0 !important;
	}
}

.mega-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 100%;
	max-width: 100%;
	display: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background: #fff;
	border-top: 3px solid var(--nav-green, #219b03);
	box-shadow: 0 18px 36px rgba(17, 24, 39, 0.14);
	z-index: 1002;
	max-height: min(72vh, 640px);
	overflow-x: hidden;
	overflow-y: auto;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	transform: translateY(6px);
}

.mega-menu-inner {
	padding: 18px 15px 22px;
}

.mega-menu-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 14px;
	padding: 0 0 12px;
	border-bottom: 1px solid #e8eef2;
}

.mega-menu-heading__label {
	color: var(--heading-color, #111111);
	font-family: var(--heading-font, 'Poppins', sans-serif);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.mega-menu-heading__label::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 14px;
	margin-right: 10px;
	border-radius: 2px;
	background: var(--nav-green, #219b03);
	vertical-align: -2px;
}

.mega-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px 18px;
	margin: 0;
}

.mega-menu ul {
	float: none !important;
	width: auto !important;
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
	break-inside: avoid;
}

.mega-menu ul li {
	display: block;
	text-transform: capitalize;
}

.mega-menu ul li .mega-group-title {
	display: block;
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e7edf2;
}

.mega-menu ul li .mega-group-title a {
	color: var(--heading-color, #111111) !important;
	font-family: var(--heading-font, 'Poppins', sans-serif);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	padding: 4px 0 6px;
	text-decoration: none !important;
	display: block;
	transition: color 0.2s ease;
}

.mega-menu ul li .mega-group-title a:hover,
.mega-menu ul li .mega-group-title a:focus {
	color: var(--nav-green, #219b03) !important;
}

.mega-menu ul li > a {
	padding: 5px 0 5px 12px;
	color: var(--text-color, #222222);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	display: block;
	text-decoration: none;
	border-bottom: 0;
	position: relative;
	transition: color 0.2s ease, padding-left 0.2s ease;
}

.mega-menu ul li > a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #c5d4c0;
	transition: background 0.2s ease;
}

.mega-menu ul li > a:hover,
.mega-menu ul li > a:focus {
	color: var(--link-color, #0b71b8);
	padding-left: 14px;
	text-decoration: none;
}

.mega-menu ul li > a:hover::before,
.mega-menu ul li > a:focus::before {
	background: var(--link-color, #0b71b8);
}

.mega-group--wide {
	grid-column: span 2;
	margin: 0 0 12px;
	break-inside: avoid;
}

.mega-group--wide .mega-group-title {
	display: block;
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e7edf2;
}

.mega-group--wide .mega-group-title a {
	color: var(--heading-color, #111111) !important;
	font-family: var(--heading-font, 'Poppins', sans-serif);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	padding: 4px 0 6px;
	text-decoration: none !important;
	display: block;
	transition: color 0.2s ease;
}

.mega-group--wide .mega-group-title a:hover,
.mega-group--wide .mega-group-title a:focus {
	color: var(--nav-green, #219b03) !important;
}

.mega-group-cols {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 16px;
}

.mega-group-col {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mega-group-col li {
	display: block;
	text-transform: capitalize;
}

.mega-group-col li > a {
	padding: 5px 0 5px 12px;
	color: var(--text-color, #222222);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	display: block;
	text-decoration: none;
	position: relative;
	transition: color 0.2s ease, padding-left 0.2s ease;
}

.mega-group-col li > a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #c5d4c0;
	transition: background 0.2s ease;
}

.mega-group-col li > a:hover,
.mega-group-col li > a:focus {
	color: var(--link-color, #0b71b8);
	padding-left: 14px;
	text-decoration: none;
}

.mega-group-col li > a:hover::before,
.mega-group-col li > a:focus::before {
	background: var(--link-color, #0b71b8);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.mega-group--wide {
		grid-column: span 2;
	}
}

@media (min-width: 1400px) {
	.mega-group--wide {
		grid-column: span 2;
	}
}

.mega-menu,
.mega-menu-inner {
	scrollbar-width: thin;
	scrollbar-color: #c8d6c3 #f4f7f2;
}

.mega-menu::-webkit-scrollbar,
.mega-menu-inner::-webkit-scrollbar {
	width: 8px;
}

.mega-menu::-webkit-scrollbar-thumb,
.mega-menu-inner::-webkit-scrollbar-thumb {
	background: #c8d6c3;
	border-radius: 8px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.mega-row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1200px) {
	.mega-row {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.mega-menu-inner {
		padding: 20px 12px 24px;
	}
}

@media (min-width: 1400px) {
	.mega-row {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

/* Standard dropdown menus ? match v1 lime flyouts exactly */
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .dropdown-menu,
	.navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item,
	.navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop ul li a,
	.navbar-expand-lg .navbar-nav .dropdown-menu li .third-drop li a {
		font-family: Poppins, sans-serif !important;
	}

	.navigation .navbar-light .navbar-nav .nav-link {
		font-family: Poppins, sans-serif !important;
		font-weight: 600 !important;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		background: #daef98 !important;
		border: none !important;
		border-radius: 0 !important;
		box-shadow: 0 0 8px #00000036 !important;
		min-width: auto;
		padding: 0 !important;
		overflow: visible !important;
		margin-left: 1px;
		left: -1px !important;
		top: 100%;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: #000 !important;
		font-size: 15px;
		font-weight: 600 !important;
		line-height: 1.4;
		padding: 10px 20px !important;
		border-top: 1px solid #aebf7b;
		border-radius: 0;
		background: transparent !important;
		text-transform: none;
		letter-spacing: normal;
		transition: .5s ease-in-out;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item:hover,
	.navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item:focus {
		background: #fff !important;
		color: #000 !important;
		padding-left: 25px !important;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item i {
		font-size: 12px;
		color: inherit;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop,
	.navbar-expand-lg .navbar-nav .dropdown-menu li .third-drop {
		border-left: 1px solid #ccc;
		border-top: 1px solid #ffffff1f;
		background: #daef98 !important;
		box-shadow: 0 0 8px #00000036;
		border-radius: 0;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop {
		position: absolute;
		top: 0;
		left: 100%;
		width: 288px;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu li .third-drop {
		position: absolute;
		top: 0;
		left: 100%;
		width: 500px;
		max-width: 100%;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop ul li,
	.navbar-expand-lg .navbar-nav .dropdown-menu li .third-drop li {
		padding: 10px 20px;
		border-bottom: 1px solid #b8c493;
		font-size: 15px;
		font-weight: 600 !important;
		line-height: 1.4;
		transition: .5s ease-in-out;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu li .third-drop li {
		border-bottom-color: #e5e5e5;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop ul li a,
	.navbar-expand-lg .navbar-nav .dropdown-menu li .third-drop li a {
		color: #333 !important;
		font-size: 15px;
		font-weight: 600 !important;
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop ul li:hover,
	.navbar-expand-lg .navbar-nav .dropdown-menu li .third-drop li:hover {
		background: #e5e5e5;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop ul li:hover a,
	.navbar-expand-lg .navbar-nav .dropdown-menu li .third-drop li:hover a {
		color: #333 !important;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu .second-drop ul li:hover .third-drop,
	.navbar-expand-lg .navbar-nav .dropdown-menu li:hover .second-drop {
		display: block;
	}

	/* Keep level-four flyouts above banners and resilient to legacy CSS load order. */
	.navigation .navbar,
	.navigation .navbar-collapse,
	.navigation .navbar-nav,
	.navigation .navbar-nav > .dropdown,
	.navigation .navbar-nav > .dropdown > .dropdown-menu,
	.navigation .navbar-nav .second-drop,
	.navigation .navbar-nav .second-drop > ul {
		overflow: visible !important;
	}

	.navigation .navbar-nav > .dropdown > .dropdown-menu,
	.navigation .navbar-nav .second-drop {
		z-index: 1100;
	}

	.navigation .navbar-nav .second-drop > ul > li {
		position: relative;
	}

	body .navigation .navbar-expand-lg .navbar-nav .dropdown-menu .second-drop > ul > li > .third-drop {
		display: none !important;
		position: absolute;
		top: -1px;
		left: 100%;
		z-index: 1110;
		width: 288px;
		max-width: none;
		overflow: visible;
	}

	body .navigation .navbar-expand-lg .navbar-nav .dropdown-menu .second-drop > ul > li:hover > .third-drop,
	body .navigation .navbar-expand-lg .navbar-nav .dropdown-menu .second-drop > ul > li.menu-level-four-open > .third-drop,
	body .navigation .navbar-expand-lg .navbar-nav .dropdown-menu .second-drop > ul > li:focus-within > .third-drop {
		display: block !important;
	}
}

/* =============================================================================
   Booking funnel ? make-booking / reserve pages
   ============================================================================= */

.booking-funnel-page {
	background: linear-gradient(180deg, #f3f7ef 0%, #f8faf6 220px, #f4f6f8 100%);
	padding: 24px 0 56px;
	min-height: 60vh;
}

.booking-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	font-size: 13px;
}

.booking-breadcrumb a {
	color: #111111;
	font-weight: 600;
	text-decoration: none;
}

.booking-breadcrumb a:hover {
	color: var(--nav-green, #219b03);
	text-decoration: underline;
}

.booking-breadcrumb span:last-child {
	color: var(--text-muted, #444444);
	font-weight: 600;
}

.booking-funnel-hero {
	margin-bottom: 22px;
	max-width: 760px;
}

.booking-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 8px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(33, 155, 3, 0.1);
	color: var(--brand-green-dark, #197802);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.booking-funnel-hero h1,
.booking-funnel-page h1 {
	margin: 0 0 10px;
	color: var(--heading-color, #111111);
	font-size: clamp(1.65rem, 3vw, 2.2rem);
	font-weight: 800;
	line-height: 1.2;
}

.booking-intro {
	margin: 0;
	color: var(--text-color, #222222);
	font-size: 1rem;
	line-height: 1.65;
	max-width: 680px;
}

.booking-funnel-grid {
	display: grid;
	gap: 24px;
	align-items: start;
}

@media (min-width: 992px) {
	.booking-funnel-grid {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
		gap: 28px;
	}
}

.booking-funnel-card,
.booking-funnel-summary {
	background: #fff;
	border: 1px solid #e3e9ee;
	border-radius: 14px;
	box-shadow: 0 12px 32px rgba(17, 24, 39, 0.07);
	overflow: hidden;
}

.booking-funnel-card {
	padding: 24px 22px 28px;
}

.booking-funnel-form__section {
	margin-bottom: 28px;
	padding-bottom: 24px;
	border-bottom: 1px solid #edf1f4;
}

.booking-funnel-form__section:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.booking-funnel-form__heading {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
	color: var(--heading-color, #111111);
	font-size: 1.1rem;
	font-weight: 700;
}

.booking-funnel-form__heading::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 18px;
	border-radius: 2px;
	background: var(--nav-green, #219b03);
	flex-shrink: 0;
}

.booking-funnel-form__lead {
	margin: -8px 0 16px;
	color: var(--text-muted, #444444);
	font-size: 0.95rem;
	line-height: 1.55;
}

.booking-funnel-form label,
.booking-funnel-card label {
	display: block;
	margin-bottom: 6px;
	color: var(--heading-color, #111111);
	font-size: 14px;
	font-weight: 600;
}

.booking-funnel-form .form-control,
.booking-funnel-form .form-select,
.booking-funnel-card .form-control,
.booking-funnel-card .form-select {
	min-height: 46px;
	border: 1px solid #d5dde5;
	border-radius: 8px;
	padding: 10px 14px;
	font-size: 15px;
	color: var(--text-color, #222222);
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.booking-funnel-form .form-control:focus,
.booking-funnel-form .form-select:focus,
.booking-funnel-card .form-control:focus,
.booking-funnel-card .form-select:focus {
	border-color: var(--nav-green, #219b03);
	box-shadow: 0 0 0 3px rgba(33, 155, 3, 0.12);
	outline: 0;
}

.booking-funnel-form textarea.form-control {
	min-height: 120px;
	resize: vertical;
}

.booking-funnel-form .error,
.booking-funnel-card .error {
	margin-top: 6px;
	color: #c62828;
	font-size: 13px;
	font-weight: 600;
}

.booking-funnel-form .help-block {
	display: block;
	margin-top: 6px;
	color: #c62828;
	font-size: 13px;
}

/* Travel date options */
.booking-date-option {
	margin-bottom: 12px;
	padding: 14px 16px;
	border: 1px solid #e3e9ee;
	border-radius: 10px;
	background: #fafcf8;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.booking-date-option:has(.form-check-input:checked) {
	border-color: rgba(33, 155, 3, 0.45);
	background: #f4faf1;
}

.booking-date-option .form-check {
	margin: 0;
}

.booking-date-option .form-check-label {
	margin: 0;
	font-weight: 600;
	color: var(--heading-color, #111111);
	cursor: pointer;
}

.booking-date-option__panel {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px dashed #dde5df;
}

.booking-date-option__hint {
	margin: 0;
	color: var(--text-muted, #444444);
	font-size: 14px;
	line-height: 1.5;
}

.booking-date-display {
	min-height: 46px;
	display: flex;
	align-items: center;
	padding: 10px 14px;
	border: 1px solid #d5dde5;
	border-radius: 8px;
	background: #f7f9fb;
	color: var(--text-color, #222222);
	font-size: 15px;
	font-weight: 600;
}

/* Single calendar icon on date fields (hide native browser icon) */
.booking-date-wrap {
	position: relative;
}

.booking-date-wrap .booking-date-input,
.booking-funnel-form .booking-date-wrap input[type="date"] {
	padding-right: 44px;
}

.booking-date-wrap input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

.booking-date-wrap .booking-date-icon {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: var(--nav-green, #219b03);
	cursor: pointer;
	z-index: 2;
}

.booking-date-wrap .booking-date-icon:hover {
	background: rgba(33, 155, 3, 0.1);
}

.booking-date-travellers .booking-counter {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 44px;
	min-height: 46px;
	border: 1px solid #aeb8c2;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}

.booking-date-travellers .booking-qty-btn {
	border: 0;
	background: #eef3f7;
	color: #5d6d78;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.booking-date-travellers .booking-qty-btn:hover,
.booking-date-travellers .booking-qty-btn:focus-visible {
	background: #e3ecef;
	color: var(--nav-green, #219b03);
}

.booking-date-travellers .booking-qty-input {
	width: 100%;
	min-width: 0;
	border: 0;
	background: #fff;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	appearance: textfield;
}

.booking-date-travellers .booking-qty-input::-webkit-inner-spin-button,
.booking-date-travellers .booking-qty-input::-webkit-outer-spin-button {
	margin: 0;
	appearance: none;
}

.booking-payment-amount-options {
	display: grid;
	gap: 12px;
	margin-top: 4px;
}

.booking-payment-amount-options .booking-completion-option__text strong {
	color: var(--heading-color, #111111);
	font-weight: 800;
}

.booking-completion-options {
	display: grid;
	gap: 12px;
}

.booking-completion-option {
	position: relative;
	display: grid;
	gap: 6px;
	padding: 16px 48px 16px 52px;
	border: 2px solid #e3e9ee;
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.booking-completion-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.booking-completion-option__check {
	position: absolute;
	top: 18px;
	right: 16px;
	width: 22px;
	height: 22px;
	border: 2px solid #c5d0d8;
	border-radius: 6px;
	background: #fff;
	box-sizing: border-box;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.booking-completion-option__check::after {
	content: '';
	position: absolute;
	left: 6px;
	top: 2px;
	width: 6px;
	height: 11px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	opacity: 0;
	transform: rotate(45deg) scale(0.6);
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.booking-completion-option__icon {
	position: absolute;
	left: 16px;
	top: 18px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #eef5ea;
	color: var(--nav-green, #219b03);
	font-size: 13px;
}

.booking-completion-option__badge {
	display: inline-block;
	width: fit-content;
	padding: 3px 8px;
	border-radius: 999px;
	background: var(--nav-green, #219b03);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.booking-completion-option__title {
	color: var(--heading-color, #111111);
	font-size: 15px;
	font-weight: 700;
}

.booking-completion-option__text {
	color: var(--text-muted, #444444);
	font-size: 13px;
	line-height: 1.5;
}

.booking-completion-option.is-selected,
.booking-completion-option:has(input:checked) {
	border-color: var(--nav-green, #219b03);
	background: #f8fcf6;
	box-shadow: 0 8px 20px rgba(33, 155, 3, 0.08);
}

.booking-completion-option.is-selected .booking-completion-option__check,
.booking-completion-option:has(input:checked) .booking-completion-option__check {
	border-color: var(--nav-green, #219b03);
	background: var(--nav-green, #219b03);
	box-shadow: 0 0 0 3px rgba(33, 155, 3, 0.12);
}

.booking-completion-option.is-selected .booking-completion-option__check::after,
.booking-completion-option:has(input:checked) .booking-completion-option__check::after {
	opacity: 1;
	transform: rotate(45deg) scale(1);
}

.booking-alert {
	margin-bottom: 12px;
	padding: 12px 14px;
	border-radius: 8px;
	border-left: 4px solid var(--accent-blue, #0b71b8);
	background: #f0f7fc;
	color: #1a4f72;
	font-size: 14px;
	line-height: 1.5;
}

/* Terms consent */
.booking-funnel-form__consent label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	font-weight: 400;
	cursor: pointer;
}

.booking-funnel-form__consent input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	flex-shrink: 0;
	accent-color: var(--nav-green, #219b03);
}

.booking-funnel-form__consent span {
	color: var(--text-color, #222222);
	font-size: 14px;
	line-height: 1.55;
}

.booking-funnel-form__consent a {
	color: var(--link-color, #0b71b8);
	font-weight: 600;
}

/* Actions */
.booking-funnel-actions {
	margin-top: 8px;
}

.booking-continue-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 14px 20px;
	border: 0;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.booking-continue-btn--primary {
	background: linear-gradient(to right, var(--nav-green, #219b03), var(--brand-green-light, #68cd03));
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(33, 155, 3, 0.25);
}

.booking-continue-btn--primary span,
#make-payment.booking-continue-btn--primary {
	color: #fff !important;
}

.booking-continue-btn--primary:hover {
	background: linear-gradient(to right, var(--brand-green-dark, #197802), var(--nav-green, #219b03));
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(33, 155, 3, 0.3);
}

.booking-continue-btn:disabled {
	opacity: 0.65;
	cursor: not-allowed;
	transform: none;
}

.booking-funnel-actions__note {
	margin: 12px 0 0;
	text-align: center;
	color: var(--text-muted, #444444);
	font-size: 13px;
	line-height: 1.5;
}

#loader.booking-funnel-loader {
	display: none !important;
	position: fixed;
	inset: 0;
	z-index: 2000;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.75);
}

#loader.booking-funnel-loader.is-active {
	display: flex !important;
}

/* Summary sidebar */
.booking-funnel-summary {
	position: relative;
}

@media (min-width: 992px) {
	.booking-funnel-summary {
		position: sticky;
		top: 88px;
	}
}

.booking-funnel-summary__media img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.booking-funnel-summary__body {
	padding: 10px 10px 12px;
}

.booking-funnel-summary__body h2 {
	margin: 0 0 5px;
	color: var(--heading-color, #111111);
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.35;
}

.booking-funnel-summary__meta {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin: 0 0 2px !important;
	padding: 0 !important;
	color: var(--text-color, #222222);
	font-size: 14px;
	line-height: 1.25;
	text-align: left;
}

.booking-funnel-summary__meta i {
	margin-top: 2px;
	color: var(--nav-green, #219b03);
	width: 16px;
	text-align: center;
	flex-shrink: 0;
}

.booking-funnel-summary__totals {
	margin: 6px 0 7px;
	padding: 8px 10px;
	border-radius: 10px;
	background: linear-gradient(135deg, #f4faf1 0%, #eef6ea 100%);
	border: 1px solid #dce9d6;
}

.booking-funnel-summary__unit-price {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin: 5px 0 0;
	padding: 5px 0 0;
	border-top: 1px solid #e3e9de;
	color: var(--text-muted, #444444);
	font-size: 13px;
}

.booking-funnel-summary__unit-price strong {
	color: var(--heading-color, #111111);
	font-size: 14px;
}

.booking-funnel-summary__price {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	padding: 0;
}

.booking-funnel-summary__price + .booking-funnel-summary__price {
	margin-top: 4px;
	padding: 4px 0 0;
	border-top: 1px dashed #c9dcc0;
}

.booking-funnel-summary__price-label {
	color: var(--text-muted, #444444);
	font-size: 13px;
	font-weight: 600;
}

.booking-funnel-summary__price-value {
	color: var(--nav-green, #219b03);
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.1;
}

.booking-funnel-summary__price-value--muted {
	color: var(--heading-color, #111111);
	font-size: 1.05rem;
}

.booking-funnel-discounts {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #edf1f4;
}

.booking-funnel-discounts h3 {
	margin: 0 0 10px;
	color: var(--heading-color, #111111);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.booking-funnel-discounts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.booking-funnel-discounts li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid #f0f3f6;
	color: var(--text-color, #222222);
	font-size: 13px;
}

.booking-funnel-discounts li:last-child {
	border-bottom: 0;
}

.booking-funnel-discounts li span:last-child {
	font-weight: 700;
	color: var(--nav-green, #219b03);
}

.booking-funnel-summary__secure {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 14px 0 0;
	padding: 10px 12px;
	border-radius: 8px;
	background: #f0f7fc;
	color: #1a4f72;
	font-size: 13px;
	font-weight: 600;
}

.booking-funnel-summary__secure i {
	color: var(--accent-blue, #0b71b8);
}

.booking-funnel-payments {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid #edf1f4;
}

.booking-funnel-payments h3 {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: var(--heading-color, #111111);
}

.booking-funnel-payments p {
	margin: 0 0 10px;
	font-size: 13px;
	color: var(--text-muted, #444444);
}

.booking-funnel-payments__logos {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.booking-payment-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 46px;
	padding: 7px;
	border: 1px solid #dce5db;
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 5px 14px rgba(17, 24, 39, 0.06);
}

.booking-funnel-payments__logos .booking-payment-logo img {
	display: block;
	max-width: 100%;
	max-height: 30px;
	width: auto;
	height: auto;
	object-fit: contain;
}

@media (max-width: 991.98px) {
	.booking-funnel-page {
		padding: 16px 0 40px;
	}

	.booking-funnel-card {
		padding: 18px 16px 22px;
	}

	.booking-funnel-summary__media img {
		height: 160px;
	}

	.booking-completion-option {
		padding-left: 48px;
	}
}

/* Card images ? thumb-first loading with responsive cover */
.card-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #e8eef2;
}

.card-image.is-loaded {
	animation: card-image-fade-in 0.25s ease;
}

@keyframes card-image-fade-in {
	from { opacity: 0.82; }
	to { opacity: 1; }
}

.package .package-img .card-image,
.region-card .card-image.region-card__image,
.home-activity-card__media .card-image,
.blog.my-blog .content .card-image,
.blog-list-thumb .card-image,
.recent-post-thumb .card-image,
.team-member-card .team-img .card-image,
.destination-activity-thumb .card-image,
article .card .card-image,
.blog-post-nav__thumb .card-image,
.booking-funnel-summary__media .card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-member-card .team-img {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 12px;
}

.team-page-overview {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
	align-items: stretch;
	gap: 0;
	margin: 22px 0 32px;
	border: 1px solid #dfe8dc;
	border-radius: 14px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 10px 28px rgba(25, 70, 15, 0.08);
}

.team-page-overview--text-only {
	display: block;
}

.team-page-overview__media {
	min-height: 320px;
	margin: 0;
	background: #edf3ea;
	overflow: hidden;
}

.team-page-overview__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	opacity: 1;
	filter: none;
}

.team-page-overview__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(22px, 3vw, 38px);
	color: #222222;
	font-size: 16px;
	line-height: 1.7;
}

.team-page-overview__content > :last-child {
	margin-bottom: 0;
}

.team-page-overview__content a {
	color: var(--nav-green, #219b03);
}

.recent-post-thumb .card-image {
	width: 72px;
	height: 72px;
	border-radius: 10px;
}

.blog-post-nav__thumb .card-image {
	width: 100% !important;
	height: auto !important;
	object-fit: contain !important;
	border-radius: 10px;
}

@media (max-width: 767.98px) {
	.team-page-overview {
		grid-template-columns: 1fr;
		margin: 16px 0 24px;
	}

	.team-page-overview__media,
	.team-page-overview__media img {
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.team-page-overview__content {
		padding: 18px 16px 20px;
	}

	.package .package-img,
	.package .package-img > a {
		min-height: 200px;
	}

	.region-card {
		min-height: 180px;
	}

	.home-activity-card__media {
		min-height: 110px;
	}

	.team-member-card .team-img {
		max-width: 220px;
		margin-inline: auto;
	}

	article .card .card-image,
	.destination-activity-thumb .card-image {
		min-height: 180px;
	}
}

/* Header search ? expandable field + AJAX suggestions */
.header-search {
	position: relative;
}

.header-search--expandable .header-search__trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 38px;
	padding: 0;
	border: 1px solid #c8dceb;
	border-radius: 8px;
	background: #fff;
	color: #20465f;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.header-search--expandable .header-search__trigger:hover,
.header-search--expandable.is-open .header-search__trigger {
	background: #0b71b8;
	border-color: #0b71b8;
	color: #fff;
}

.header-search--expandable .header-search__panel {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	width: min(420px, calc(100vw - 24px));
	z-index: 10060;
}

.header-search__field {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid #dbe7ef;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 45, 66, 0.14);
}

.header-search__field > i {
	flex: 0 0 auto;
	color: #0b71b8;
	font-size: 15px;
}

.header-search__input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	background: transparent;
	color: #12334a;
	font-size: 15px;
	line-height: 1.4;
	padding: 4px 0;
	outline: none;
	box-shadow: none;
}

.header-search__input::placeholder {
	color: #6b7f8d;
	opacity: 1;
}

.header-search__close {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 50%;
	background: #edf2f5;
	color: #466071;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.header-search__close:hover {
	background: #dce7ee;
	color: #12334a;
}

.header-search-results {
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% + 7px);
	width: 100%;
	z-index: 10050;
	background: #fff;
	border: 1px solid #e3eaef;
	border-radius: 12px;
	overflow: hidden;
	max-height: min(55vh, 420px);
	overflow-y: auto;
	box-shadow: 0 12px 26px rgba(21, 45, 60, 0.14);
}

.header-search--expandable .header-search-results {
	position: static;
	margin-top: 8px;
}

.search-suggestion-group + .search-suggestion-group {
	border-top: 1px solid #edf2f5;
}

.search-suggestion-heading {
	padding: 9px 14px 5px;
	color: #668091;
	background: #f7fafc;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.search-suggestion-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	color: #13334a;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.3;
}

.search-suggestion-item__text {
	flex: 1 1 auto;
	min-width: 0;
}

.search-suggestion-item__type {
	flex: 0 0 auto;
	padding: 2px 8px;
	border-radius: 999px;
	background: #eef6fb;
	color: #0b71b8;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
	white-space: nowrap;
}

.search-suggestion-item i {
	width: 18px;
	text-align: center;
	color: #0b71b8;
	flex-shrink: 0;
}

.search-suggestion-item:hover,
.search-suggestion-item.is-active {
	background: #eaf6fb;
	color: #075989;
}

.search-suggestion-empty,
.search-suggestion-loading {
	padding: 15px;
	color: #637887;
	font-size: 14px;
	background: #fff;
}

.small-nav-wraper.search-results-open {
	z-index: 10050;
}

/* Mobile header ? logo row */
.small-nav-wraper .small-nav {
	padding: 8px 0;
	background: #fff;
}

.small-nav-wraper .small-nav .container {
	padding-left: 12px;
	padding-right: 12px;
	max-width: 100%;
}

.small-nav-wraper .small-nav .row {
	margin-left: 0;
	margin-right: 0;
}

.small-nav-wraper .small-nav .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

.small-nav-wraper .small-nav .content {
	display: block !important;
	width: 100%;
}

.small-nav-wraper .small-nav-brand-row {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	gap: 8px;
}

.small-nav-wraper .navbar-brand {
	display: flex !important;
	flex: 1 1 auto !important;
	align-items: center !important;
	min-width: 0 !important;
	max-width: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #111 !important;
}

.small-nav-wraper .navbar-brand .cname {
	flex: 1 1 auto;
	min-width: 0;
	margin-left: 8px;
}

.small-nav-wraper .navbar-brand .cname span {
	display: block !important;
	margin: 0 !important;
	color: #219b03 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.small-nav-wraper .navbar-brand img,
.small-nav-wraper .small-nav .navbar-brand img,
#snw .navbar-brand img {
	display: block !important;
	width: 40px !important;
	height: 40px !important;
	max-width: 40px !important;
	max-height: 40px !important;
	margin: 0 !important;
	flex-shrink: 0 !important;
	object-fit: contain;
}

.small-nav-wraper .top-m-icon {
	display: flex !important;
	flex: 0 0 auto !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 6px;
	margin: 0 !important;
	margin-left: auto !important;
}

.small-nav-wraper .top-m-icon a,
.small-nav-wraper .top-m-icon .top-m-icon__btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 34px !important;
	height: 34px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 8px;
	color: #fff !important;
	font-size: 15px !important;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: 0 2px 6px rgba(17, 24, 39, 0.12);
}

.small-nav-wraper .top-m-icon a i,
.small-nav-wraper .top-m-icon .top-m-icon__btn i {
	margin: 0 !important;
	color: #fff !important;
	font-size: inherit !important;
}

.small-nav-wraper .top-m-icon__btn--phone {
	background: #219b03 !important;
}

.small-nav-wraper .top-m-icon__btn--whatsapp {
	background: #25d366 !important;
}

.small-nav-wraper .top-m-icon__btn--email {
	background: #0b71b8 !important;
}

/* Mobile header ? green search + menu row */
.small-nav-wraper .small-nv-frm {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 12px;
	background: var(--primary-color, #219b03) !important;
}

.small-nav-wraper .small-nv-frm .navbar-toggler {
	flex: 0 0 auto;
	margin: 0;
	padding: 8px 4px 8px 8px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none !important;
}

.small-nav-wraper .small-nv-frm .navbar-toggler:focus {
	box-shadow: none !important;
	outline: none;
}

.small-nav-wraper .small-nv-frm .navbar-toggler span {
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 15px;
	white-space: nowrap;
}

.small-nav-wraper .small-nv-frm .navbar-toggler span i {
	margin-right: 8px;
}

.small-nav-wraper form.seach-form.header-search--mobile,
.small-nav-wraper .seach-form.header-search--mobile {
	flex: 1 1 auto;
	min-width: 0;
	width: auto !important;
	max-width: none;
	padding: 0 12px !important;
	height: 46px;
	background: #f3f8fb !important;
	border: 1px solid #dbe7ef !important;
	border-radius: 999px !important;
	display: flex !important;
	align-items: center;
	position: relative;
}

.small-nav-wraper .seach-form.header-search--mobile > i {
	color: #0b71b8;
	font-size: 17px;
	flex: 0 0 auto;
}

.small-nav-wraper .seach-form.header-search--mobile .header-search__input,
.small-nav-wraper .seach-form.header-search--mobile .form-control {
	flex: 1 1 auto;
	min-width: 0;
	width: 100% !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	margin-left: 8px;
	margin-right: 4px;
	padding: 0 !important;
	color: #12334a !important;
	font-size: 15px;
	box-shadow: none !important;
	outline: none;
}

.small-nav-wraper .seach-form.header-search--mobile .header-search__input:focus,
.small-nav-wraper .seach-form.header-search--mobile .form-control:focus {
	background: transparent !important;
	color: #12334a !important;
	box-shadow: none !important;
}

.small-nav-wraper .seach-form.header-search--mobile .header-search__input::placeholder,
.small-nav-wraper .seach-form.header-search--mobile .form-control::placeholder {
	color: #6b7f8d !important;
	opacity: 1;
}

.small-nav-wraper .seach-form.header-search--mobile .header-search-results {
	left: 0;
	right: 0;
	width: auto;
	top: calc(100% + 7px);
}

@media (max-width: 991.98px) {
	.small-nav-wraper .small-nv-frm {
		padding: 9px 12px;
	}

	.small-nav-wraper .small-nav .container {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (max-width: 575.98px) {
	.small-nav-wraper .navbar-brand .cname span {
		font-size: 12px !important;
	}

	.small-nav-wraper .navbar-brand img,
	.small-nav-wraper .small-nav .navbar-brand img,
	#snw .navbar-brand img {
		width: 36px !important;
		height: 36px !important;
		max-width: 36px !important;
		max-height: 36px !important;
	}

	.small-nav-wraper .top-m-icon a,
	.small-nav-wraper .top-m-icon .top-m-icon__btn {
		width: 32px !important;
		height: 32px !important;
		font-size: 14px !important;
	}

	.small-nav-wraper .small-nv-frm .navbar-toggler span {
		font-size: 14px;
	}
}

/* Mobile hamburger drawer */
@media (max-width: 999.98px) {
	#nav-side {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: auto !important;
		width: 100% !important;
		height: 100vh !important;
		z-index: 99999 !important;
		background: rgba(0, 0, 0, 0.42) !important;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}

	#nav-side.is-open {
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
	}

	#n-side {
		width: min(88vw, 420px) !important;
		max-width: 420px;
		height: 100% !important;
		overflow-x: hidden;
		overflow-y: auto;
		background: #fff !important;
		box-shadow: 4px 0 18px rgba(0, 0, 0, 0.16);
		transform: translateX(-100%);
		transition: transform 0.3s ease;
		-webkit-overflow-scrolling: touch;
	}

	#nav-side.is-open #n-side {
		transform: translateX(0) !important;
	}

	#nav-side .mobile-nav-brand {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin: 0;
		padding: 12px 14px;
	}

	#nav-side .mobile-nav-brand__link {
		display: inline-flex;
		align-items: center;
		line-height: 0;
		flex: 0 0 auto;
	}

	#nav-side .mobile-nav-logo,
	#nav-side #n-side img.mobile-nav-logo,
	#n-side img.mobile-nav-logo {
		display: block !important;
		width: 52px !important;
		height: 52px !important;
		max-width: 52px !important;
		max-height: 52px !important;
		object-fit: contain;
	}

	#nav-side .mobile-nav-close {
		flex: 0 0 auto;
		font-weight: 300;
		cursor: pointer;
		padding: 2px 10px;
		background: red;
		border: 0;
		border-radius: 4px;
		line-height: 1.2;
		color: #fff;
	}

	#nav-side .mobile-nav-title {
		color: #fff !important;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 700;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 15px;
		background: var(--primary-color, #219b03);
		margin: 0;
	}

	body.mobile-nav-open,
	body.menu-open {
		overflow: hidden !important;
	}

	#nav-side .accordion-button {
		background: #fff;
		box-shadow: none;
		color: #111 !important;
	}

	#nav-side .accordion-button:not(.collapsed) {
		background: #f4faf1;
		color: #111 !important;
	}

	.mobile-nav-accordion-header {
		display: flex;
		align-items: stretch;
		gap: 0;
		padding: 0;
		margin: 0;
		background: #fff;
		border-bottom: 1px solid #e8ecef;
	}

	.mobile-nav-accordion-header__link,
	#nav-side .mobile-nav-accordion-header__link,
	#nav-side a.mobile-nav-accordion-header__link {
		flex: 1 1 auto;
		display: flex;
		align-items: center;
		padding: 10px 14px;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.3;
		color: #111 !important;
		text-decoration: none;
		min-width: 0;
	}

	.mobile-nav-accordion-header__link:hover,
	.mobile-nav-accordion-header__link:focus,
	#nav-side .mobile-nav-accordion-header__link:hover,
	#nav-side .mobile-nav-accordion-header__link:focus {
		color: #111 !important;
		text-decoration: none;
	}

	.mobile-nav-accordion-header__toggle {
		flex: 0 0 auto;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		min-width: 36px;
		height: 36px;
		margin: 4px 10px 4px 0;
		padding: 0;
		border: 1px solid #d5dbe3;
		border-radius: 8px;
		background: #fff;
		color: #0f1f3d;
		box-shadow: none;
		cursor: pointer;
	}

	.mobile-nav-accordion-header__toggle:hover,
	.mobile-nav-accordion-header__toggle:focus {
		border-color: var(--primary-color, #219b03);
		color: var(--primary-color, #219b03);
		outline: none;
	}

	.mobile-nav-accordion-header__toggle:not(.collapsed) {
		border-color: var(--primary-color, #219b03);
		color: var(--primary-color, #219b03);
		background: #f4faf1;
	}

	.mobile-nav-accordion-header__icon {
		font-size: 14px;
		line-height: 1;
		pointer-events: none;
	}

	.mobile-nav-accordion-header__icon--minus {
		display: none;
	}

	.mobile-nav-accordion-header__toggle:not(.collapsed) .mobile-nav-accordion-header__icon--plus {
		display: none;
	}

	.mobile-nav-accordion-header__toggle:not(.collapsed) .mobile-nav-accordion-header__icon--minus {
		display: inline-block;
	}

	#nav-side .accordion-item {
		border: 0;
	}

	#nav-side .accordion-body {
		padding: 0;
	}

	#nav-side .accordion-body > li > a.dropdown-item,
	#nav-side .nav-link,
	#nav-side ul li a {
		padding: 9px 14px 9px 20px;
		font-size: 15px;
		line-height: 1.3;
		font-weight: 600;
		color: #111 !important;
		border-bottom: 1px solid #eef1f4;
	}

	#nav-side .accordion-body .accordion-body > li > a.dropdown-item {
		padding-left: 28px;
	}

	#nav-side .accordion-body .accordion-body .accordion-body > li > a.dropdown-item {
		padding-left: 36px;
	}
}

@media (max-width: 999.98px) {
	.top-header .far-right-section {
		display: none !important;
	}
}

@media (min-width: 1000px) {
	.small-nav-wraper .header-search--mobile {
		display: none !important;
	}

	.far-right-section {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 12px;
	}

	.top-header-tripadvisor {
		display: inline-flex;
		align-items: center;
		line-height: 0;
		flex-shrink: 0;
	}

	.top-header-tripadvisor img {
		height: 42px;
		width: auto;
		display: block;
	}

	.top-header .top-content .right-section {
		flex: 0 1 auto;
		max-width: 42%;
	}

	.top-header .top-content .right-section img {
		width: auto;
		max-height: 36px;
		display: block;
	}

	/* Compact, balanced desktop header */
	body > .top-header {
		padding: 2px 0 !important;
	}

	body > .top-header .top-content {
		min-height: 0 !important;
		height: auto !important;
		padding: 0 !important;
	}

	body > .top-header .left-section ul,
	body > .top-header .right-section ul {
		margin-bottom: 0 !important;
	}

	body > .top-header .left-section ul li a {
		padding: 0 7px !important;
		height: 24px !important;
		min-height: 24px !important;
	}

	body > .top-header .right-section img {
		max-height: 24px;
	}

	.top-header-tripadvisor img {
		height: 24px;
	}

	.header-search--expandable .header-search__trigger {
		width: 24px;
		height: 24px;
	}

	.navigation > .top-header {
		padding: 7px 0 !important;
	}

	.navigation > .top-header .row {
		min-height: 0;
	}

	.navigation > .top-header .header-main-logo,
	.navigation > .top-header .header-association-logo,
	.navigation > .top-header .header-question-action {
		display: flex;
		align-items: center;
	}

	.navigation > .top-header .header-main-logo {
		justify-content: flex-start;
	}

	.navigation > .top-header .header-main-logo > a {
		display: inline-flex;
		align-items: center;
	}

	.navigation > .top-header .header-main-logo img {
		width: auto;
		height: 82px;
		max-width: 100%;
		object-fit: contain;
	}

	.navigation > .top-header .header-association-logo {
		justify-content: center;
	}

	.navigation > .top-header .header-association-logo img {
		width: auto;
		height: 72px;
		object-fit: contain;
	}

	.navigation > .top-header .header-question-action {
		justify-content: flex-end;
	}

	.navigation > .top-header .header-question-action .customize-trip {
		justify-content: flex-end;
		width: 100%;
	}

	.navigation > .top-header .header-question-action .customize-trip a {
		min-height: 36px;
		padding: 6px 14px;
		font-size: 14px;
	}
}

/* Trip enquiry + review modals */

/* Compact trip altitude and route-map previews */
.trip-visuals {
	margin: 34px 0 24px;
}

.trip-visuals__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 15px;
}

.trip-visuals__heading span {
	display: block;
	margin-bottom: 3px;
	color: var(--primary-color, #219b03);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.trip-visuals__heading h2 {
	margin: 0;
	color: #183426;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -.02em;
}

.trip-visuals__heading p {
	max-width: 340px;
	margin: 0;
	color: #687c70;
	font-size: 13px;
	line-height: 1.5;
	text-align: right;
}

.trip-visuals__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.pack-details .content .trip-visual-card {
	position: relative;
	display: flex;
	min-width: 0;
	flex-direction: column;
	margin: 0 !important;
	padding: 14px;
	border: 1px solid #d9e7dc;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 9px 28px rgba(25, 91, 38, .08);
	cursor: zoom-in;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.pack-details .content .trip-visual-card:hover,
.pack-details .content .trip-visual-card:focus-visible {
	transform: translateY(-3px);
	border-color: #91c99a;
	box-shadow: 0 16px 34px rgba(25, 91, 38, .14);
	outline: 0;
}

.pack-details .content .trip-visual-card > h2 {
	order: 2;
	margin: 12px 2px 0 !important;
	color: #1b4028;
	font-size: 17px !important;
	font-weight: 750;
	line-height: 1.35;
}

.pack-details .content .trip-visual-card > h2::after {
	content: "\f065";
	float: right;
	margin-top: 3px;
	color: var(--primary-color, #219b03);
	font-family: "Font Awesome 7 Free";
	font-size: 12px;
	font-weight: 900;
}

.pack-details .content .trip-visual-card #chartContainer,
.pack-details .content .trip-visual-card .route-map {
	order: 1;
	width: 100%;
	height: 240px;
	overflow: hidden;
	border-radius: 10px;
	background: #f4f8f5;
}

.pack-details .content .trip-visual-card .route-map img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
	object-position: center;
}

.trip-visual-modal[hidden] {
	display: none !important;
}

.trip-visual-modal {
	position: fixed;
	inset: 0;
	z-index: 10080;
	display: grid;
	place-items: center;
	padding: 18px;
	background: rgba(5, 31, 16, .86);
	backdrop-filter: blur(3px);
}

.trip-visual-modal__dialog {
	display: flex;
	width: min(1500px, 97vw);
	height: min(900px, 94vh);
	overflow: hidden;
	flex-direction: column;
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
}

.trip-visual-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 13px 16px;
	border-bottom: 1px solid #dbe8de;
	background: #f8fbf8;
}

.trip-visual-modal__header h2 {
	min-width: 0;
	margin: 0;
	overflow: hidden;
	color: #183d25;
	font-size: 18px;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trip-visual-modal__tools {
	display: flex;
	align-items: center;
	gap: 6px;
}

.trip-visual-modal__tools button {
	display: grid;
	min-width: 38px;
	height: 38px;
	place-items: center;
	padding: 0 10px;
	border: 1px solid #ccded0;
	border-radius: 8px;
	background: #fff;
	color: #245c33;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.trip-visual-modal__tools button:hover,
.trip-visual-modal__tools button:focus-visible {
	border-color: var(--primary-color, #219b03);
	background: #edf9ef;
	outline: 0;
}

.trip-visual-modal__tools .trip-visual-modal__close {
	margin-left: 5px;
	border-color: #f0cec9;
	background: #fff3f1;
	color: #af4b3f;
}

.trip-visual-modal__viewport {
	flex: 1;
	overflow: auto;
	padding: 18px;
	background: #eaf1ec;
}

.trip-visual-modal__stage {
	min-width: 50%;
	margin: 0 auto;
	transition: width .15s ease;
}

.trip-visual-modal__image {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 8px 30px rgba(10, 52, 24, .15);
}

.trip-visual-modal__chart {
	width: 100%;
	height: calc(94vh - 110px);
	min-height: 520px;
	background: #fff;
	box-shadow: 0 8px 30px rgba(10, 52, 24, .15);
}

body.trip-visual-modal-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.trip-visuals__heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.trip-visuals__heading p {
		text-align: left;
	}

	.trip-visuals__grid {
		grid-template-columns: 1fr;
	}

	.pack-details .content .trip-visual-card #chartContainer,
	.pack-details .content .trip-visual-card .route-map {
		height: 220px;
	}

	.trip-visual-modal {
		padding: 0;
	}

	.trip-visual-modal__dialog {
		width: 100vw;
		height: 100vh;
		border-radius: 0;
	}

	.trip-visual-modal__header {
		align-items: flex-start;
		flex-direction: column;
		padding: 10px 12px;
	}

	.trip-visual-modal__header h2 {
		width: 100%;
		font-size: 15px;
	}

	.trip-visual-modal__tools {
		width: 100%;
		justify-content: flex-end;
	}

	.trip-visual-modal__viewport {
		padding: 10px;
	}

	.trip-visual-modal__chart {
		height: calc(100vh - 130px);
		min-height: 430px;
	}
}

.trip-enquiry-modal .modal-content,
.trip-review-modal .modal-content {
	border: 0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 24px 48px rgba(15, 45, 66, 0.18);
}

.trip-enquiry-modal .modal-header,
.trip-review-modal .modal-header {
	padding: 20px 22px 14px;
	border-bottom: 1px solid #e8eef2;
	background: linear-gradient(180deg, #f8fbf6 0%, #fff 100%);
}

.trip-enquiry-modal__eyebrow,
.trip-review-modal__eyebrow {
	display: block;
	margin-bottom: 4px;
	color: var(--nav-green, #219b03);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.trip-enquiry-modal__head .modal-title,
.trip-review-modal__head .modal-title {
	color: #12334a;
	font-weight: 800;
}

.trip-enquiry-modal .modal-body,
.trip-review-modal .modal-body {
	padding: 18px 22px 8px;
}

.trip-enquiry-modal__lead,
.trip-review-modal__lead {
	margin: 0 0 16px;
	color: #5d7383;
	font-size: 14px;
	line-height: 1.55;
}

.trip-enquiry-modal .form-label,
.trip-review-modal .form-label {
	margin-bottom: 6px;
	color: #12334a;
	font-size: 0.9rem;
	font-weight: 700;
}

.trip-enquiry-modal .form-control,
.trip-review-modal .form-control {
	min-height: 44px;
	border: 1px solid #d5e2ea;
	border-radius: 10px;
	padding: 10px 14px;
	color: #12334a;
	background: #fbfdff;
	box-shadow: none;
}

.trip-enquiry-modal .form-control:focus,
.trip-review-modal .form-control:focus {
	border-color: var(--accent-blue, #0b71b8);
	box-shadow: 0 0 0 3px rgba(11, 113, 184, 0.14);
}

.trip-enquiry-modal .error,
.trip-review-modal .error {
	margin-top: 4px;
	color: #c0392b;
	font-size: 0.82rem;
	min-height: 0;
}

.trip-enquiry-modal__footer,
.trip-review-modal__footer {
	padding: 14px 22px 18px;
	border-top: 1px solid #e8eef2;
	background: #f9fbfc;
	gap: 10px;
}

.trip-enquiry-modal__submit,
.trip-review-modal__submit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	background: var(--nav-green, #219b03);
	font-weight: 700;
	box-shadow: 0 8px 20px rgba(33, 155, 3, 0.24);
}

.trip-enquiry-modal__submit:hover,
.trip-enquiry-modal__submit:focus,
.trip-review-modal__submit:hover,
.trip-review-modal__submit:focus {
	background: var(--brand-green-dark, #1a7f04);
}

.trip-enquiry-modal__response,
.trip-review-modal__response {
	margin-top: 12px;
	font-size: 14px;
}

.trip-review-modal__optional {
	color: #6b7f8d;
	font-weight: 500;
}

.trip-review-modal__photo {
	margin-bottom: 16px;
	padding: 14px;
	border: 1px dashed #cfdce6;
	border-radius: 12px;
	background: #f7fafc;
}

.trip-review-modal__photo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.trip-review-modal__photo-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #c8d6e0;
	border-radius: 999px;
	background: #fff;
	color: #12334a;
	font-weight: 600;
}

.trip-review-modal__photo-btn:hover {
	background: #eef6fb;
	border-color: var(--accent-blue, #0b71b8);
	color: var(--accent-blue, #0b71b8);
}

.trip-review-modal__crop {
	margin-top: 12px;
}

.trip-review-modal__confirm-photo {
	margin-top: 10px;
	border-radius: 999px;
}

.trip-review-modal__rating {
	padding: 8px 0 2px;
}

.trip-review-modal__rating .caption {
	margin-left: 8px;
	color: #5d7383;
	font-size: 13px;
}

.trip-review-modal__rating .rating-container .empty-stars,
.trip-review-modal__rating .rating-container .filled-stars {
	font-size: 22px;
}

#trip-reviews .btn-outline-primary[href="#reviews"],
#trip-reviews .btn-outline-primary[data-bs-target="#reviews"] {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border: 1px solid var(--nav-green, #219b03);
	border-radius: 999px;
	color: var(--nav-green, #219b03);
	font-weight: 700;
	background: #fff;
}

#trip-reviews .btn-outline-primary[href="#reviews"]:hover,
#trip-reviews .btn-outline-primary[data-bs-target="#reviews"]:hover {
	background: var(--nav-green, #219b03);
	color: #fff;
}

@media (max-width: 575.98px) {
	.trip-enquiry-modal .modal-header,
	.trip-review-modal .modal-header,
	.trip-enquiry-modal .modal-body,
	.trip-review-modal .modal-body,
	.trip-enquiry-modal__footer,
	.trip-review-modal__footer {
		padding-left: 16px;
		padding-right: 16px;
	}

	.trip-enquiry-modal__footer,
	.trip-review-modal__footer {
		flex-direction: column-reverse;
		align-items: stretch;
	}

	.trip-enquiry-modal__footer .btn,
	.trip-review-modal__footer .btn {
		width: 100%;
		justify-content: center;
	}
}

/* =============================================================================
   Uniform box / card corner radius (Appearance ? card_border_radius)
   ============================================================================= */
.package,
.region-card,
.home-activity-card,
.blog.my-blog .blog-list-card,
.blog.my-blog .content,
.blog.my-blog .content.blog-list-card,
.taxonomy-intro-card,
.activity-intro,
.about-us .content,
.dlist,
.destination-content,
.destination-content-wrap .destination-activity-card,
article > .container > .row > [class*="col-"] > .row > [class*="col-"] > .card,
.blog-list-card,
.blog-rec-trips,
.blog-rec-trip-card,
.trip-cost-section .cost-list-card,
.trip-cost-section .cost-rich-content ul li,
.team-member-card .team-img,
.booking-funnel-card,
.contact-info-card,
.contact-form-card,
.contact-hero__brand-card-inner,
.trip-planner-card,
.sidebar-price-card,
.profile-sidebar,
.info-box,
.article-toc,
.blog-sidebar .widget,
.blog-details .search-widget,
.blog-details .category-widget,
.blog-details .side-blog,
.blog-post-nav__thumb,
.recent-post-thumb .card-image,
.blog-post-nav__thumb .card-image,
.welcome .wel-search,
.icon-all-top .all-icon-detail .content .cont-1,
.pack-details .side-section,
.blog-post-cta,
.blog-post-nav__card,
.modal-content {
	border-radius: var(--card-radius, 12px) !important;
}

/* Clear-image cards keep readable black titles at every breakpoint. */
.region-card__title,
.region-card:hover .region-card__title {
	color: #111111 !important;
}

/* =============================================================================
   Mountain Mart v2 brand and uniform cards
   ============================================================================= */
:root {
	--primary-color: #00458d;
	--secondary-color: #289805;
	--accent-blue: #00458d;
	--accent-blue-dark: #00356d;
	--brand-green: #289805;
	--brand-green-dark: #0b9909;
	--brand-green-light: #629F62;
	--nav-green: #289805;
	--link-color: #00458d;
	--heading-color: #193B7A;
	--card-radius: 8px;
	--card-shadow: 0 10px 28px rgba(0, 69, 141, 0.1);
}

.btn-primary,
.btn-success,
.trip-package-cta--book,
.btn-booking,
.floating-whatsapp,
.back-to-top.is-visible {
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
}

.title h2,
.packages .title h2,
.package .all-down > a,
.package .next-down h3,
.blog-section .blog .content > a.tit {
	color: var(--heading-color) !important;
}

.package,
.blog-section .blog .content,
.blog.my-blog .content,
.destination-content-wrap .destination-activity-card,
.region-card,
.home-activity-card,
article .card {
	border: 1px solid rgba(0, 69, 141, 0.12);
	border-radius: var(--card-radius) !important;
	box-shadow: var(--card-shadow);
}

.packages .row > [class*="col-"],
.blog-section .row > [class*="col"],
.blog.my-blog .row > [class*="col"],
article .row > [class*="col"] {
	display: flex;
}

.packages .row > [class*="col-"] > .package,
.blog-section .row > [class*="col"] > .content,
.blog.my-blog .row > [class*="col"] > .content,
article .row > [class*="col"] > .card {
	width: 100%;
}

.package {
	min-height: 100%;
	border-color: rgba(0, 69, 141, 0.14);
	box-shadow: 0 10px 24px rgba(0, 69, 141, 0.1);
}

.package:hover {
	border-color: rgba(40, 152, 5, 0.35);
	box-shadow: 0 16px 34px rgba(0, 69, 141, 0.15);
}

.package .package-img,
.package .package-img > a {
	aspect-ratio: 16 / 10;
	min-height: 0;
	height: auto;
}

.package .package-img img,
.package .package-img .card-image,
.blog-section .blog .content img,
.blog-section .blog .content .card-image,
article .card .card-image {
	aspect-ratio: 4 / 3;
	height: auto !important;
	min-height: 0 !important;
	object-fit: cover;
}

.package .all-down {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 6px;
	padding-bottom: 8px;
}

.package .all-down > a,
.blog-section .blog .content > a.tit {
	display: -webkit-box;
	min-height: 2.85em;
	overflow: hidden;
	line-height: 1.42;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.package .all-down p {
	min-height: 42px;
}

.package .next-down {
	display: flex;
	flex-direction: column;
	min-height: 150px;
	background: #f7fafc;
}

.package .next-down .link {
	margin-top: auto;
}

.package .next-down .link a {
	border-color: var(--primary-color);
	color: var(--primary-color) !important;
}

.package .next-down .link a:hover,
.package .next-down .link a:focus {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff !important;
}

.package .all-down p i,
.homepage-package-carousel .slick-dots li.slick-active button::before {
	color: var(--secondary-color);
}

.package .package-img .discount,
.package .package-img .group.group-joining-icon,
.trip-card-group-joining,
.homepage-package-carousel .slick-prev:hover,
.homepage-package-carousel .slick-next:hover {
	background: var(--secondary-color) !important;
}

.blog-section .blog .content {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	background: #fff;
}

.blog-section .blog .content img,
.blog-section .blog .content .card-image {
	width: 100%;
}

.blog-section .blog .content .blog-down {
	margin-top: auto;
}

/* =============================================================================
   Mountain Mart v2 header branding
   ============================================================================= */
.small-nav-wraper,
.small-nav,
#all-my-navs.navigation {
	background: #fff !important;
}

.small-nav .navbar-brand,
.mobile-nav-brand__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	color: #193B7A !important;
}

.small-nav .navbar-brand img,
.mobile-nav-logo,
#all-my-navs .header-main-logo img {
	width: auto !important;
	height: auto !important;
	max-width: 180px;
	max-height: 72px;
	object-fit: contain;
}

.small-nav .navbar-brand img {
	max-width: 136px;
	max-height: 42px;
}

.small-nav .navbar-brand .cname {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #00458d;
	white-space: nowrap;
}

.small-nav .navbar-brand .cname span:last-child {
	color: #289805;
	font-weight: 600;
	font-size: 12px;
}

.top-m-icon__btn,
.header-search__trigger {
	background: #00458d !important;
	border-color: #00458d !important;
	color: #fff !important;
}

.top-m-icon__btn--whatsapp,
#nav-side-show,
.customize-trip a {
	background: #289805 !important;
	border-color: #289805 !important;
	color: #fff !important;
}

#all-my-navs .top-header {
	padding: 12px 0;
	border-bottom: 1px solid rgba(0, 69, 141, 0.12);
}

.header-brand-mark {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 0;
	padding: 0 0 0 12px;
	border-left: 3px solid #00458d;
	border-right: 0;
	font-family: Poppins, sans-serif;
	line-height: 1.1;
	color: #193B7A;
}

.header-brand-mark strong {
	font-size: 18px;
	font-weight: 800;
	color: #00458d;
}

.header-brand-mark span {
	font-size: 12px;
	font-weight: 600;
	color: #289805;
}

#all-my-navs .header-brand-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	text-decoration: none;
}

#all-my-navs .header-main-logo,
#all-my-navs .header-main-search,
#all-my-navs .header-question-action {
	display: flex;
	align-items: center;
}

#all-my-navs .header-main-logo {
	justify-content: flex-start;
}

#all-my-navs .header-main-search {
	justify-content: center;
}

#all-my-navs .header-question-action {
	justify-content: flex-end;
}

@media (min-width: 992px) {
	.navigation .navbar,
	.navigation .navbar.navbar-light,
	.navigation .navbar.bg-light,
	.navigation .bg-light,
	#all-my-navs .navbar.navbar-expand-lg {
		background: #00458d !important;
		background-color: #00458d !important;
	}

	.navigation .navbar-light .navbar-nav .nav-item {
		border-right: 1px solid rgba(255, 255, 255, 0.22) !important;
	}

	.navigation .navbar-light .navbar-nav .nav-item:first-child {
		border-left: 1px solid rgba(255, 255, 255, 0.22) !important;
	}

	.navigation .navbar-light .navbar-nav .nav-link {
		font-weight: 600 !important;
		padding: 13px 13px !important;
		color: #fff !important;
	}

	.navigation .navbar-light .navbar-nav .nav-item:hover,
	.navigation .navbar-light .navbar-nav .nav-item:focus-within {
		background: #289805 !important;
	}

	#all-my-navs .dropdown-menu {
		border-top: 3px solid #289805;
		box-shadow: 0 12px 30px rgba(0, 69, 141, 0.14);
	}

	#all-my-navs .dropdown-item:hover,
	#all-my-navs .dropdown-item:focus,
	#all-my-navs .second-drop a:hover,
	#all-my-navs .third-drop a:hover {
		background: rgba(40, 152, 5, 0.08) !important;
		color: #00458d !important;
	}
}

@media (max-width: 991.98px) {
	.small-nav-wraper {
		border-bottom: 3px solid #00458d;
		box-shadow: 0 8px 20px rgba(0, 69, 141, 0.08);
	}

	.mobile-nav-logo {
		max-width: 150px;
		max-height: 48px;
	}

	#nav-side .mobile-nav-brand {
		border-bottom: 1px solid rgba(0, 69, 141, 0.14);
	}
}

/* Mountain Mart v2 header polish: override legacy mobile logo/icon rules. */
.small-nav .small-nav-brand-row .navbar-brand > img,
.small-nav-wraper .small-nav .navbar-brand > img {
	width: auto !important;
	height: 42px !important;
	max-width: 150px !important;
	max-height: 42px !important;
	border-radius: 0 !important;
	object-fit: contain !important;
	background: transparent !important;
}

#nav-side .mobile-nav-brand .mobile-nav-logo {
	width: auto !important;
	height: 42px !important;
	max-width: 150px !important;
	max-height: 42px !important;
	border-radius: 0 !important;
	object-fit: contain !important;
}

.small-nav-wraper .top-m-icon .top-m-icon__btn,
.small-nav-wraper .top-m-icon .top-m-icon__btn--phone,
.small-nav-wraper .top-m-icon .top-m-icon__btn--email,
.small-nav-wraper .header-search__trigger {
	background: #00458d !important;
	border-color: #00458d !important;
	color: #fff !important;
}

.small-nav-wraper .top-m-icon .top-m-icon__btn--whatsapp,
.small-nav-wraper #nav-side-show {
	background: #289805 !important;
	border-color: #289805 !important;
	color: #fff !important;
}

@media (min-width: 992px) {
	#all-my-navs.navigation .navbar.navbar-expand-lg,
	#all-my-navs.navigation .navbar.navbar-light.bg-light {
		background: #00458d !important;
		background-color: #00458d !important;
	}
}

/* Mountain Mart v2 header logo final specificity fix. */
#snw.small-nav-wraper .small-nav-brand-row .navbar-brand > img,
#snw.small-nav-wraper .small-nav .navbar-brand > img,
#snw .small-nav .navbar-brand > img {
	width: auto !important;
	height: 42px !important;
	max-width: 150px !important;
	max-height: 42px !important;
	border-radius: 0 !important;
	object-fit: contain !important;
}

/* =============================================================================
   Mountain Mart v2 trip card polish
   ============================================================================= */
.packages .row > [class*="col-"] {
	display: flex;
	margin-bottom: 24px;
}

.packages .row > [class*="col-"] > .package,
.homepage-package-carousel .package,
.package {
	display: grid !important;
	grid-template-rows: auto 1fr auto;
	width: 100%;
	height: 100%;
	min-height: 0 !important;
	overflow: hidden;
	border: 1px solid rgba(0, 69, 141, 0.13) !important;
	border-radius: 8px !important;
	background: #fff;
	box-shadow: 0 10px 24px rgba(0, 69, 141, 0.10) !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.package:hover {
	border-color: rgba(40, 152, 5, 0.35) !important;
	box-shadow: 0 16px 34px rgba(0, 69, 141, 0.15) !important;
	transform: translateY(-3px);
}

.package .package-img,
.package .package-img > a {
	display: block;
	height: clamp(220px, 24vw, 270px) !important;
	min-height: 0 !important;
	aspect-ratio: auto !important;
	overflow: hidden;
}

.package .package-img img,
.package .package-img .card-image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	aspect-ratio: auto !important;
	object-fit: cover;
	transform: none;
	filter: none !important;
}

.package:hover .package-img img,
.package:hover .package-img .card-image {
	transform: scale(1.06) !important;
	filter: none !important;
}

.package .package-img .featured,
.package .package-img .discount {
	top: 12px !important;
	padding: 5px 11px !important;
	border-radius: 999px !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	text-transform: uppercase;
	transform: none !important;
}

.package .package-img .featured {
	left: 12px !important;
	right: auto !important;
	background: #f39c12 !important;
}

.package .package-img .discount {
	right: 12px !important;
	left: auto !important;
	background: #289805 !important;
}

.package .package-img .group.group-joining-icon {
	right: 12px !important;
	bottom: 12px !important;
	width: 36px !important;
	height: 36px !important;
	background: #289805 !important;
}

.package .all-down {
	display: flex !important;
	flex-direction: column;
	justify-content: flex-start;
	gap: 6px;
	min-height: 0 !important;
	height: auto !important;
	padding: 18px 14px 8px !important;
	background: #fff;
}

.package .all-down .peop {
	top: -18px !important;
	left: 14px !important;
}

.package .all-down .peop h6 {
	min-width: 0;
	padding: 7px 13px !important;
	border: 1px solid rgba(0, 69, 141, 0.12);
	border-radius: 999px !important;
	background: #fff !important;
	color: #00458d !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	box-shadow: 0 6px 16px rgba(0, 69, 141, 0.13) !important;
}

.package .all-down .peop h6::before {
	content: none;
}

.package .all-down > a {
	display: -webkit-box !important;
	min-height: 0 !important;
	max-height: 2.76em !important;
	margin: 2px 0 0 !important;
	overflow: hidden;
	color: #193B7A !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.38 !important;
	text-decoration: none !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.package .all-down > a:hover {
	color: #00458d !important;
}

.package .all-down p {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 6px;
	align-items: start;
	min-height: 0 !important;
	margin: 0 !important;
	color: #536172 !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
}

.package .all-down p span {
	min-width: 0;
	margin: 0 !important;
}

.package .all-down p i {
	color: #289805 !important;
}

.package .trip-card-group-joining {
	display: inline-flex !important;
	align-items: center;
	align-self: flex-start;
	max-width: 100%;
	min-height: 0;
	margin: 0 !important;
	padding: 5px 9px !important;
	overflow: hidden;
	border: 1px solid rgba(40, 152, 5, 0.22) !important;
	border-radius: 999px !important;
	background: rgba(40, 152, 5, 0.08) !important;
	color: #289805 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.package .trip-card-group-joining i {
	color: #289805 !important;
}

.package .pack-down {
	min-height: 0;
	margin: 2px 0 0 !important;
	padding: 0 !important;
	border-top: 0 !important;
}

.package .pack-down .book a {
	color: #536172 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
}

.package .pack-down .p1 i {
	color: #f5a623 !important;
	font-size: 12px !important;
}

.package .next-down {
	display: block !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 8px 14px 12px !important;
	border-top: 1px solid rgba(0, 69, 141, 0.10) !important;
	background: #f7fafc !important;
}

.package .next-down .link {
	margin: 0 !important;
	padding: 0 !important;
}

.package .next-down .link a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 38px;
	padding: 8px 12px !important;
	border: 1px solid #00458d !important;
	border-radius: 4px !important;
	background: #00458d !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	text-transform: uppercase;
}

.package .next-down .link a:hover,
.package .next-down .link a:focus {
	border-color: #289805 !important;
	background: #289805 !important;
	color: #fff !important;
}

@media (max-width: 575.98px) {
	.package .package-img,
	.package .package-img > a {
		height: 210px !important;
	}

	.package .all-down {
		min-height: 204px;
		padding-right: 14px !important;
		padding-left: 14px !important;
	}
}

/* =============================================================================
   Mountain Mart v2 website design concept refinement
   ============================================================================= */
html,
body {
	background: #f6f9fb;
	color: #253244;
}

body {
	font-family: Mulish, Arial, sans-serif;
	line-height: 1.65;
}

.title h1,
.title h2,
.new-page h1,
.welcome .he1 h1,
.welcome .title h1,
.packages .title h2,
.blog .title h2,
.blog-section .title h2,
.top-regions .title h2 {
	margin-bottom: 10px !important;
	color: #193B7A !important;
	font-family: Poppins, sans-serif !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	line-height: 1.18 !important;
}

.title h2 span,
.packages .title h2 span,
.blog .title h2 span,
.welcome .he1 h3,
.welcome .title h3 {
	color: #289805 !important;
	font-family: Poppins, sans-serif !important;
	font-weight: 700 !important;
}

section.grey-bg,
section.blue-bg,
.blog-section,
.welcome {
	position: relative;
	padding: 58px 0 !important;
}

section.grey-bg,
section.grey-bg .packages {
	background: #f6f9fb !important;
}

section.blue-bg,
section.blue-bg .packages {
	background: #eef6f0 !important;
}

.packages {
	padding: 0 !important;
}

.packages .title,
.blog-section .title,
.welcome .title,
.welcome .he1 {
	max-width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.packages .title p,
.blog-section .title p,
.welcome p {
	color: #536172;
	font-size: 16px;
	line-height: 1.72;
}

.packages .title h2::after,
.blog-section .title h2::after,
.welcome .he1 h1::after,
.welcome .title h1::after {
	content: "";
	display: block;
	width: 72px;
	height: 3px;
	margin: 14px auto 0;
	border-radius: 999px;
	background: #289805;
}

.banner-relative {
	background: #193B7A;
}

.my-slider-ban,
.my-slider-ban .slick-list,
.my-slider-ban .slick-track,
.my-slider-ban .slick-slide,
.my-slider-ban .my-ban {
	min-height: clamp(420px, 62vh, 620px) !important;
}

.my-slider-ban img,
.my-slider-ban .my-ban img {
	height: clamp(420px, 62vh, 620px) !important;
	object-fit: cover;
}

.my-slider-ban .all-overlay {
	height: 100% !important;
	background: rgba(5, 21, 38, 0.56) !important;
}

.my-slider-ban .my-ban .ban-overlay {
	bottom: auto !important;
	top: 50% !important;
	width: min(900px, calc(100% - 32px)) !important;
	transform: translate(-50%, -50%) !important;
}

.my-slider-ban .my-ban .ban-overlay .hero-slide-title,
.my-slider-ban .my-ban .ban-overlay h1,
.my-slider-ban .my-ban .ban-overlay h2 {
	max-width: 880px;
	margin: 0 auto 16px !important;
	color: #fff !important;
	font-family: Poppins, sans-serif !important;
	font-size: clamp(34px, 5vw, 62px) !important;
	font-weight: 900 !important;
	letter-spacing: 0 !important;
	line-height: 1.05 !important;
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.38) !important;
}

.my-slider-ban .my-ban .ban-overlay p,
.my-slider-ban .my-ban .ban-overlay .small-tg h2 {
	max-width: 760px;
	margin-right: auto !important;
	margin-left: auto !important;
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: clamp(14px, 1.7vw, 18px) !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	line-height: 1.5 !important;
	text-transform: none !important;
}

.my-slider-ban .my-ban .ban-overlay .ban-link a,
.my-slider-ban .my-ban .ban-overlay .ban-link .slider-cta-btn,
.welcome .lilnk a,
.packages .all-link a,
.blog-section .blog-down a,
.blog-read-more {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 18px !important;
	border: 1px solid #289805 !important;
	border-radius: 4px !important;
	background: #289805 !important;
	color: #fff !important;
	font-family: Poppins, sans-serif !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	text-transform: uppercase;
}

.my-slider-ban .my-ban .ban-overlay .ban-link a:hover,
.my-slider-ban .my-ban .ban-overlay .ban-link .slider-cta-btn:hover,
.welcome .lilnk a:hover,
.packages .all-link a:hover,
.blog-section .blog-down a:hover,
.blog-read-more:hover {
	border-color: #00458d !important;
	background: #00458d !important;
	color: #fff !important;
	padding-right: 18px !important;
	padding-left: 18px !important;
}

.welcome {
	background: #fff !important;
}

.welcome .row {
	align-items: center;
}

.welcome .wel-img img,
.welcome img {
	border-radius: 8px !important;
	box-shadow: 0 16px 36px rgba(0, 69, 141, 0.13);
}

.welcome .content,
.welcome .text,
.welcome .he1 {
	color: #425066;
}

.blog-section {
	background: #fff !important;
}

.blog-section .blog .content,
.blog.my-blog .content,
.blog-list-card {
	border: 1px solid rgba(0, 69, 141, 0.12) !important;
	border-radius: 8px !important;
	box-shadow: 0 10px 24px rgba(0, 69, 141, 0.09) !important;
}

.blog-section .blog .content > a.tit {
	min-height: 50px !important;
	color: #193B7A !important;
	font-family: Poppins, sans-serif !important;
	font-size: 17px !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
}

.blog-section .blog .content p,
.blog.my-blog .content p {
	color: #536172 !important;
	font-size: 14px !important;
	line-height: 1.6 !important;
}

.site-footer {
	background: #193B7A !important;
	color: rgba(255, 255, 255, 0.82) !important;
}

footer.site-footer h4,
.site-footer h4,
footer.site-footer .company-name,
.site-footer .company-name {
	color: #fff !important;
	font-family: Poppins, sans-serif !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
}

footer.site-footer .footer-link,
.site-footer .footer-link,
.site-footer .lnk a.footer-link {
	color: rgba(255, 255, 255, 0.78) !important;
}

footer.site-footer .footer-link:hover,
.site-footer .footer-link:hover,
.site-footer .lnk a.footer-link:hover {
	color: #8bd28b !important;
}

.package .trip-card-group-joining span {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.package .all-down {
	height: 250px;
}

@media (max-width: 767.98px) {
	section.grey-bg,
	section.blue-bg,
	.blog-section,
	.welcome {
		padding: 42px 0 !important;
	}

	.my-slider-ban,
	.my-slider-ban .slick-list,
	.my-slider-ban .slick-track,
	.my-slider-ban .slick-slide,
	.my-slider-ban .my-ban,
	.my-slider-ban img,
	.my-slider-ban .my-ban img {
		min-height: 360px !important;
		height: 360px !important;
	}

	.my-slider-ban .my-ban .ban-overlay .hero-slide-title,
	.my-slider-ban .my-ban .ban-overlay h1,
	.my-slider-ban .my-ban .ban-overlay h2 {
		font-size: 30px !important;
	}

	.packages .title,
	.blog-section .title,
	.welcome .title,
	.welcome .he1 {
		text-align: left;
	}

	.packages .title h2::after,
	.blog-section .title h2::after,
	.welcome .he1 h1::after,
	.welcome .title h1::after {
		margin-left: 0;
	}

	.package .all-down {
		height: 240px;
	}
}


/* Mountain Mart current-site CTA color hierarchy. */
.my-slider-ban .my-ban .ban-overlay .ban-link a,
.my-slider-ban .my-ban .ban-overlay .ban-link .slider-cta-btn,
.my-slider-ban .my-ban .ban-overlay .ban-link a:visited,
.my-slider-ban .my-ban .ban-overlay .ban-link .slider-cta-btn:visited {
	background: #289805 !important;
	border-color: #289805 !important;
	color: #fff !important;
}

.my-slider-ban .my-ban .ban-overlay .ban-link a:hover,
.my-slider-ban .my-ban .ban-overlay .ban-link .slider-cta-btn:hover,
.my-slider-ban .my-ban .ban-overlay .ban-link a:focus,
.my-slider-ban .my-ban .ban-overlay .ban-link .slider-cta-btn:focus {
	background: #289805 !important;
	border-color: #fff !important;
	color: #fff !important;
}

.welcome .lilnk a {
	background: #00458d !important;
	border-color: #00458d !important;
	color: #fff !important;
}

.welcome .lilnk a:hover {
	background: #00458d !important;
	border-color: #00458d !important;
	color: #fff !important;
}

/* Match current Mountain Mart hero CTA green against legacy last-child rule. */
.my-slider-ban .my-ban .ban-overlay .ban-link a:last-child,
.my-slider-ban .my-ban .ban-overlay .ban-link a.slider-cta-btn:last-child {
	background: #289805 !important;
	background-color: #289805 !important;
	border-color: #289805 !important;
	color: #fff !important;
}

.my-slider-ban .my-ban .ban-overlay .ban-link a:last-child:hover,
.my-slider-ban .my-ban .ban-overlay .ban-link a.slider-cta-btn:last-child:hover,
.my-slider-ban .my-ban .ban-overlay .ban-link a:last-child:focus,
.my-slider-ban .my-ban .ban-overlay .ban-link a.slider-cta-btn:last-child:focus {
	background: #289805 !important;
	background-color: #289805 !important;
	border-color: #fff !important;
	color: #fff !important;
}

/* =============================================================================
   Mountain Mart v2 footer refinement
   ============================================================================= */
.pay-lgo {
	padding: 28px 0;
	background: #f6f9fb;
	border-top: 1px solid rgba(0, 69, 141, 0.10);
}

.pay-lgo .content,
.pay-lgo .affi {
	height: 100%;
}

.pay-lgo .affi h4,
.site-footer .affi h4,
.site-footer h4 {
	position: relative;
	margin: 0 0 18px !important;
	padding-bottom: 10px;
	color: #fff !important;
	font-family: Poppins, sans-serif !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	line-height: 1.25 !important;
	text-transform: uppercase;
}

.site-footer h4::after,
.site-footer .affi h4::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 3px;
	border-radius: 999px;
	background: #289805;
}

.site-footer .footer-trust-row .affi h4::after {
	left: 50%;
	transform: translateX(-50%);
}

.pay-lgo .affi ul,
.pay-lgo .socialicons ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pay-lgo .affi li,
.pay-lgo .socialicons li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.pay-lgo .affi li a,
.site-footer .footer-payment-cards .affi li a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 82px !important;
	height: 54px !important;
	padding: 8px 10px !important;
	border: 1px solid rgba(0, 69, 141, 0.12) !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: 0 8px 18px rgba(0, 69, 141, 0.08) !important;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.pay-lgo .affi li a:hover,
.site-footer .footer-payment-cards .affi li a:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 12px 24px rgba(0, 69, 141, 0.12) !important;
}

.pay-lgo .affi img,
.site-footer .footer-payment-cards .affi img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 32px !important;
	object-fit: contain;
}

.site-footer {
	padding: 52px 0 34px !important;
	background: #193B7A !important;
	border-top: 4px solid #289805 !important;
	color: rgba(255, 255, 255, 0.82) !important;
}

.site-footer > .container > .row:first-child {
	row-gap: 30px;
}

.site-footer .lnk,
.site-footer .footer-contact-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.site-footer .lnk li,
.site-footer .footer-contact-item {
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
}

.site-footer .lnk:not(.footer-contact-list) li {
	padding: 5px 0 5px 18px !important;
}

.site-footer .lnk:not(.footer-contact-list) li::before {
	top: 11px !important;
	color: #8bd28b !important;
}

footer.site-footer .footer-link,
.site-footer .footer-link,
.site-footer .lnk a.footer-link,
.site-footer .footer-contact-item .footer-link,
.site-footer .footer-contact-item > span:last-child,
.site-footer .footer-contact-item > a:last-child,
.site-footer .footer-contact-list .company-name {
	color: rgba(255, 255, 255, 0.84) !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.55 !important;
	text-decoration: none !important;
}

footer.site-footer .footer-link:hover,
.site-footer .footer-link:hover,
.site-footer .lnk a.footer-link:hover,
.site-footer .footer-contact-item .footer-link:hover {
	color: #8bd28b !important;
	font-weight: 700 !important;
}

.site-footer .footer-contact-list {
	gap: 10px !important;
}

.site-footer .footer-contact-list .footer-contact-item {
	display: grid !important;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 11px;
	align-items: flex-start;
	padding: 0 !important;
}

.site-footer .footer-contact-icon {
	width: 34px !important;
	height: 34px !important;
	margin-top: 0 !important;
	border: 1px solid rgba(139, 210, 139, 0.32) !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.08) !important;
	color: #8bd28b !important;
	font-size: 13px !important;
}

.site-footer .footer-contact-item > span:last-child,
.site-footer .footer-contact-item > a:last-child {
	min-width: 0;
	padding-top: 4px !important;
	overflow-wrap: anywhere;
}

.site-footer .footer-trust-row {
	margin-top: 34px !important;
	padding-top: 26px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
	row-gap: 28px;
}

.site-footer .footer-trust-row .affi {
	text-align: center;
}

.site-footer .footer-trust-row .affi p {
	color: rgba(255, 255, 255, 0.72) !important;
}

.site-footer .footer-trust-row .affi ul,
.site-footer .footer-social-icons .socialicons ul {
	display: flex !important;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.site-footer .footer-social-icons .socialicons li,
.site-footer .footer-social-icons .socialicons li a {
	margin: 0 !important;
	padding: 0 !important;
}

.site-footer .footer-social-icons .socialicons li a i {
	width: 40px !important;
	height: 40px !important;
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.site-footer .footer-social-icons .socialicons li a:hover i {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.copy-right {
	padding: 14px 0 !important;
	background: #0f2d63 !important;
	color: rgba(255, 255, 255, 0.78) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.copy-right p,
.copy-right .copyright {
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: 14px !important;
	text-align: center;
}

@media (max-width: 767.98px) {
	.pay-lgo {
		padding: 22px 0;
	}

	.site-footer {
		padding: 42px 0 30px !important;
	}

	.site-footer h4::after,
	.site-footer .affi h4::after {
		left: 0;
		transform: none;
	}

	.site-footer .footer-trust-row .affi,
	.site-footer .footer-trust-row .affi h4 {
		text-align: left;
	}

	.site-footer .footer-trust-row .affi h4::after {
		left: 0;
		transform: none;
	}

	.site-footer .footer-trust-row .affi ul,
	.site-footer .footer-social-icons .socialicons ul {
		justify-content: flex-start;
	}
}

/* Footer link readability specificity fix. */
footer.site-footer .lnk a.footer-link,
footer.site-footer .footer-contact-item a.footer-link,
footer.site-footer .footer-contact-item .footer-link,
footer.site-footer .footer-contact-item > span:last-child,
footer.site-footer .footer-contact-item > a:last-child,
footer.site-footer .footer-contact-list .company-name {
	color: rgba(255, 255, 255, 0.86) !important;
}

footer.site-footer .lnk a.footer-link:hover,
footer.site-footer .footer-contact-item a.footer-link:hover,
footer.site-footer .footer-contact-item .footer-link:hover {
	color: #8bd28b !important;
}

/* =============================================================================
   Mountain Mart v2 main menu hover and child menu colors
   ============================================================================= */
@media (min-width: 992px) {
	#all-my-navs.navigation .navbar.navbar-expand-lg,
	#all-my-navs.navigation .navbar.navbar-light.bg-light,
	.navigation .navbar,
	.navigation .navbar.navbar-light,
	.navigation .navbar.bg-light {
		background: #00458d !important;
		background-color: #00458d !important;
	}

	#all-my-navs .navbar-light .navbar-nav > .nav-item,
	.navigation .navbar-light .navbar-nav > .nav-item {
		border-right: 1px solid rgba(255, 255, 255, 0.18) !important;
		background: transparent !important;
	}

	#all-my-navs .navbar-light .navbar-nav > .nav-item:first-child,
	.navigation .navbar-light .navbar-nav > .nav-item:first-child {
		border-left: 1px solid rgba(255, 255, 255, 0.18) !important;
	}

	#all-my-navs .navbar-light .navbar-nav > .nav-item > .nav-link,
	.navigation .navbar-light .navbar-nav > .nav-item > .nav-link {
		color: #fff !important;
		background: transparent !important;
		font-weight: 700 !important;
	}

	#all-my-navs .navbar-light .navbar-nav > .nav-item:hover,
	#all-my-navs .navbar-light .navbar-nav > .nav-item:focus-within,
	#all-my-navs .navbar-light .navbar-nav > .nav-item.active,
	.navigation .navbar-light .navbar-nav > .nav-item:hover,
	.navigation .navbar-light .navbar-nav > .nav-item:focus-within,
	.navigation .navbar-light .navbar-nav > .nav-item.active {
		background: #289805 !important;
		background-color: #289805 !important;
	}

	#all-my-navs .navbar-light .navbar-nav > .nav-item:hover > .nav-link,
	#all-my-navs .navbar-light .navbar-nav > .nav-item:focus-within > .nav-link,
	#all-my-navs .navbar-light .navbar-nav > .nav-item.active > .nav-link,
	.navigation .navbar-light .navbar-nav > .nav-item:hover > .nav-link,
	.navigation .navbar-light .navbar-nav > .nav-item:focus-within > .nav-link,
	.navigation .navbar-light .navbar-nav > .nav-item.active > .nav-link {
		color: #fff !important;
		background: transparent !important;
	}

	#all-my-navs .dropdown-menu,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu {
		min-width: 260px;
		padding: 0 !important;
		border: 0 !important;
		border-top: 3px solid #289805 !important;
		border-radius: 0 0 8px 8px !important;
		background: #fff !important;
		box-shadow: 0 18px 36px rgba(0, 69, 141, 0.18) !important;
	}

	#all-my-navs .dropdown-menu li,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li {
		background: #fff !important;
		border: 0 !important;
	}

	#all-my-navs .dropdown-menu li .dropdown-item,
	#all-my-navs .dropdown-menu li > a,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li > a {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 11px 18px !important;
		border-top: 1px solid rgba(0, 69, 141, 0.08) !important;
		background: #fff !important;
		color: #193B7A !important;
		font-family: Poppins, sans-serif !important;
		font-size: 14px !important;
		font-weight: 650 !important;
		line-height: 1.35 !important;
		text-decoration: none !important;
		text-transform: capitalize;
		transition: background-color 0.16s ease, color 0.16s ease, padding-left 0.16s ease;
	}

	#all-my-navs .dropdown-menu li:hover > .dropdown-item,
	#all-my-navs .dropdown-menu li:focus-within > .dropdown-item,
	#all-my-navs .dropdown-menu li > .dropdown-item:hover,
	#all-my-navs .dropdown-menu li > .dropdown-item:focus,
	#all-my-navs .dropdown-menu li:hover > a,
	#all-my-navs .dropdown-menu li:focus-within > a,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li:hover > .dropdown-item,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li:focus-within > .dropdown-item,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li > .dropdown-item:hover,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li > .dropdown-item:focus,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li:hover > a,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li:focus-within > a {
		padding-left: 22px !important;
		background: rgba(40, 152, 5, 0.10) !important;
		color: #00458d !important;
	}

	#all-my-navs .dropdown-menu li .dropdown-item i,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item i {
		color: #289805 !important;
		font-size: 12px !important;
	}

	#all-my-navs .second-drop,
	#all-my-navs .third-drop,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .third-drop {
		border: 0 !important;
		border-top: 3px solid #00458d !important;
		border-radius: 0 0 8px 8px !important;
		background: #fff !important;
		box-shadow: 0 18px 36px rgba(0, 69, 141, 0.16) !important;
	}

	#all-my-navs .second-drop ul,
	#all-my-navs .third-drop,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop ul,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .third-drop {
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
	}

	#all-my-navs .second-drop ul li,
	#all-my-navs .third-drop li,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop ul li,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .third-drop li {
		padding: 0 !important;
		background: #fff !important;
		border-bottom: 1px solid rgba(0, 69, 141, 0.08) !important;
	}

	#all-my-navs .second-drop ul li > a,
	#all-my-navs .third-drop li > a,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop ul li > a,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .third-drop li > a {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 11px 18px !important;
		background: #fff !important;
		color: #193B7A !important;
		font-family: Poppins, sans-serif !important;
		font-size: 14px !important;
		font-weight: 650 !important;
		line-height: 1.35 !important;
		text-decoration: none !important;
	}

	#all-my-navs .second-drop ul li:hover > a,
	#all-my-navs .second-drop ul li:focus-within > a,
	#all-my-navs .third-drop li:hover > a,
	#all-my-navs .third-drop li:focus-within > a,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop ul li:hover > a,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop ul li:focus-within > a,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .third-drop li:hover > a,
	.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .third-drop li:focus-within > a {
		padding-left: 22px !important;
		background: rgba(40, 152, 5, 0.10) !important;
		color: #00458d !important;
	}
}

@media (max-width: 991.98px) {
	#nav-side .vh100 > .nav-item > .nav-link,
	#nav-side .mobile-nav-accordion-header__link,
	#nav-side a.mobile-nav-accordion-header__link {
		color: #193B7A !important;
		font-weight: 750 !important;
	}

	#nav-side .vh100 > .nav-item > .nav-link:hover,
	#nav-side .vh100 > .nav-item > .nav-link:focus,
	#nav-side .mobile-nav-accordion-header__link:hover,
	#nav-side .mobile-nav-accordion-header__link:focus {
		background: rgba(40, 152, 5, 0.10) !important;
		color: #00458d !important;
	}

	#nav-side .mobile-nav-accordion-header__toggle,
	#nav-side .accordion-button:not(.collapsed),
	#nav-side .mobile-nav-accordion-header__toggle:not(.collapsed) {
		background: #289805 !important;
		border-color: #289805 !important;
		color: #fff !important;
	}

	#nav-side .accordion-body > li > a.dropdown-item,
	#nav-side .accordion-body .accordion-body > li > a.dropdown-item,
	#nav-side .accordion-body .accordion-body .accordion-body > li > a.dropdown-item {
		background: #fff !important;
		color: #193B7A !important;
		border-bottom: 1px solid rgba(0, 69, 141, 0.08) !important;
		font-weight: 650 !important;
	}

	#nav-side .accordion-body > li > a.dropdown-item:hover,
	#nav-side .accordion-body > li > a.dropdown-item:focus,
	#nav-side .accordion-body .accordion-body > li > a.dropdown-item:hover,
	#nav-side .accordion-body .accordion-body > li > a.dropdown-item:focus,
	#nav-side .accordion-body .accordion-body .accordion-body > li > a.dropdown-item:hover,
	#nav-side .accordion-body .accordion-body .accordion-body > li > a.dropdown-item:focus {
		background: rgba(40, 152, 5, 0.10) !important;
		color: #00458d !important;
	}
}

/* Base child-menu colors so hidden dropdown markup stays branded at every viewport. */
#all-my-navs .dropdown-menu li .dropdown-item,
#all-my-navs .dropdown-menu li > a,
#all-my-navs .second-drop ul li > a,
#all-my-navs .third-drop li > a,
.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item,
.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li > a,
.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop ul li > a,
.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .third-drop li > a {
	background: #fff !important;
	color: #193B7A !important;
	border-color: rgba(0, 69, 141, 0.08) !important;
}

#all-my-navs .dropdown-menu li:hover > .dropdown-item,
#all-my-navs .dropdown-menu li:hover > a,
#all-my-navs .second-drop ul li:hover > a,
#all-my-navs .third-drop li:hover > a,
.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li:hover > .dropdown-item,
.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li:hover > a,
.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop ul li:hover > a,
.navigation .navbar-expand-lg .navbar-nav .dropdown-menu li .third-drop li:hover > a {
	background: rgba(40, 152, 5, 0.10) !important;
	color: #00458d !important;
}

/* Header cleanup: remove non-Mountain-Mart image spacing. */
.top-header .top-content {
	gap: 18px;
}

.top-header .top-content .left-section {
	flex: 1 1 auto;
}

.top-header .top-content .far-right-section {
	margin-left: auto;
}

.top-header .top-content .right-section,
.top-header-tripadvisor {
	display: none !important;
}
