*:not(i):not([class*="fa-"]):not([class*="bi-"]) {
	font-family: "Poppins", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif !important;
	font-weight: 500 !important;
}

.btn,
button,
a,
.nav-menu li a {
	font-family: "Poppins", sans-serif !important;
}

.fas,
.fab,
.fa-solid,
.fa-brands,
.fa,
.bi {
	font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "bootstrap-icons" !important;
	font-style: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
}

:root {
	font-size: 16px !important;
	--fontSize: 16px !important;
}

body,
section,
div,
p,
span,
a,
li,
label {
	font-size: 15px;
	line-height: 1.8 !important;
	-webkit-text-size-adjust: 100% !important;
}




.top-bar .info-side span {
	font-size: 14px !important;
}

.nav-menu>li>a,
.nav-dropdown>li>a,
.form-control,
.btn,
.text-muted-2,
.itinerary-timeline p,
.highlight-box li,
.policy-box li {
	font-size: 15px !important;
}

@media (max-width: 750px) {

	.nav-menu>li>a,
	.nav-dropdown>li>a,
	.form-control,
	.btn,
	.text-muted-2,
	.itinerary-timeline p,
	.highlight-box li,
	.policy-box li {
		font-size: 11px !important;
	}
}

.lh-lg {
	line-height: 1.8 !important;
}

.text-muted,
.small,
.text-sm {
	font-size: 14px !important;
}

.price-header h2 {
	font-size: 32px !important;
}

html,
body {
	overflow-x: hidden !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

#main-wrapper {
	overflow-x: hidden;
	width: 100%;
}

/* .container {
    max-width: 1350px !important;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
} */

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}

section {
	width: 100%;
	position: relative;
	padding: 60px 0;
}

.hero-header,
.image-cover {
	width: 100%;
	max-width: 100vw;
}

.flickity-viewport,
.flickity-slider {
	width: 100% !important;
}

.search-wrap {
	max-width: 100% !important;
}

@media (max-width: 1350px) {
	.container {
		max-width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.dest-card,
	.package-card-item {
		margin-left: auto;
		margin-right: auto;
	}
}

.btn-warning,
.btn-primary {
	white-space: nowrap !important;
}

html,
body {
	overflow-x: hidden !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

#main-wrapper {
	overflow-x: hidden;
	width: 100%;
}

/* .container {
    max-width: 1350px !important;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
} */

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}

section {
	width: 100%;
	position: relative;
	padding: 60px 0;
}

.hero-header,
.image-cover {
	width: 100%;
	max-width: 100vw;
}

.flickity-viewport,
.flickity-slider {
	width: 100% !important;
}

.search-wrap {
	max-width: 100% !important;
}

@media (max-width: 1350px) {
	/* .container {
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    } */

	.dest-card,
	.package-card-item {
		margin-left: auto;
		margin-right: auto;
	}
}

.btn-warning,
.btn-primary {
	white-space: nowrap !important;
}

.bg-primary,
.nav-menu-social .bg-primary {
	background-color: #004478 !important;
}

.btn-primary {
	background-color: #004478 !important;
	border-color: #004478 !important;
	color: #ffffff !important;
}

.top-bar {
	background-color: #004478 !important;
	border-color: #004478 !important;
	color: #ffffff !important;
}

.languageDropdown,
.mobile_nav {
	display: none !important;
}

.footer.skin-dark-footer p,
.footer.skin-dark-footer a,
.footer.skin-dark-footer .widget-title {
	color: #ffffff !important;
}

.footer.skin-dark-footer a:hover {
	color: #fe8815 !important;
}

.nav-menu li a:hover {
	color: #fe8815 !important;
}

.top-bar {
	width: 100%;
	background: #004478;
	color: #ffffff;
	padding: 10px 6%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
}

.top-bar .info-side {
	display: flex;
	gap: 25px;
}

.top-bar .info-side span {
	display: flex;
	align-items: center;
	gap: 8px;
}

.top-bar .social-side {
	display: flex;
	gap: 14px;
}

.top-bar .social-side i {
	cursor: pointer;
	transition: 0.3s ease;
}

.top-bar .social-side i:hover {
	color: #fe8815;
}

.top-bar i {
	color: #ffffff;
}

@media (max-width: 768px) {
	.top-bar {
		flex-direction: column;
		gap: 8px;
		clip-path: none;
		border-radius: 4px;
		text-align: center;
	}

	.top-bar .info-side {
		flex-direction: column;
		gap: 6px;
	}
}

.top-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 6%;
	flex-wrap: wrap;
	height: auto !important;
}

.top-bar .info-side {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
}

.top-bar .info-side span {
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

@media (max-width: 991px) {
	.top-bar {
		flex-direction: column !important;
		justify-content: center !important;
		text-align: center;
		gap: 15px;
		padding: 5px 20px !important;
		clip-path: none !important;
	}

	.top-bar .info-side {
		flex-direction: column !important;
		gap: 2px !important;
		align-items: center;
		width: 100%;
	}

	.top-bar .info-side span {
		white-space: normal;
		font-size: 13px !important;
		line-height: 1.4;
	}

	.top-bar .social-side {
		display: flex;
		justify-content: center;
		width: 100%;
		gap: 20px;
	}
}

@media (max-width: 480px) {
	.top-bar .info-side span {
		font-size: 12px !important;
	}
}

.mfh-close {
	position: absolute;
	top: 40px;
	right: 40px;
	font-size: 32px;
	font-weight: 500;
	color: #222;
	cursor: pointer;
	display: none;
	line-height: 1;
	z-index: 100000;
}

@media (max-width: 991px) {
	.mfh-close {
		display: block;
	}
}

.nav-menu-social .nav-search {
	margin-right: 5px !important;
}

.nav-menu-social .nav-search a {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #222 !important;
	font-size: 16px !important;
	text-decoration: none !important;
	transition: all 0.3s ease !important;
}

.nav-menu-social .nav-search a:hover {
	background: #f2f2f2 !important;
	color: #ff6b3d !important;
}

.nav-menu li {
	position: relative !important;
}

.nav-menu li>.nav-dropdown {
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
	min-width: 220px !important;
	background: #fff !important;
	opacity: 0 !important;
	visibility: hidden !important;
	transform: translateY(10px) !important;
	transition: all 0.25s ease !important;
	z-index: 9999 !important;
	pointer-events: none !important;
}

.nav-menu li:hover>.nav-dropdown,
.nav-menu li:focus-within>.nav-dropdown {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0) !important;
	pointer-events: auto !important;
}

.nav-dropdown:hover {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

.mfh-arrow {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(45deg);
	margin-left: 6px;
}

.mfh-dropdown {
	position: relative;
}

.mfh-dropdown ul {
	position: absolute;
	top: 45px;
	left: 0;
	background: #ffffff;
	min-width: 420px;
	list-style: none;
	padding: 10px 0;
	border-radius: 10px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.35s ease;
	z-index: 999;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.mfh-dropdown:hover ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mfh-dropdown ul li a {
	padding: 10px 18px;
	display: block;
	font-size: 16px;
	color: #222;
	transition: all 0.3s ease;
}

.mfh-dropdown ul li a:hover {
	background: #fff3ea;
	color: #fe8815;
	padding-left: 22px;
}

.mfh-topbar {
	background: #fe8815;
	color: #fff;
	padding: 10px 6%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}

.mfh-topbar-left {
	display: flex;
	gap: 20px;
}

.mfh-topbar i {
	margin-right: 6px;
}

.mfh-topbar-right i {
	margin-left: 12px;
	cursor: pointer;
}

.mfh-header {
	background: #fff;
	border-bottom: 1px solid #eee;
	position: sticky;
	top: 0;
	z-index: 999;
}

.mfh-container {
	max-width: 1350px;
	margin: auto;
	padding: 10px !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mfh-logo img {
	height: 50px;
}

.mfh-btn {
	background: #fe8815;
	color: #fff;
	padding: 10px 20px;
	border-radius: 25px;
	font-weight: 500;
	text-decoration: none;
	font-family: "Merriweather", serif;
}

.mfh-hamburger {
	width: 28px;
	cursor: pointer;
	display: none;
	flex-direction: column;
	gap: 6px;
}

.mfh-hamburger span {
	height: 3px;
	background: #222;
	border-radius: 5px;
}

.mfh-menu {
	list-style: none;
	display: flex;
	gap: 18px;
	margin: 0;
	padding: 0;
}

.mfh-menu a {
	text-decoration: none;
	color: #2a2a2a;
	font-weight: 400;
	font-family: "Merriweather", serif;
}

.mfh-dropdown {
	position: relative;
}

.mfh-dropdown ul {
	position: absolute;
	top: 38px;
	left: 0;
	background: #fff;
	min-width: 420px;
	list-style: none;
	padding: 10px 0;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	display: grid;
	grid-template-columns: 1fr 1fr;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.35s ease;
}

.mfh-dropdown:hover ul {
	display: grid;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mfh-dropdown ul a {
	display: block;
	padding: 10px 15px;
	font-size: 16px;
}

.mfh-mobile-btn {
	display: none;
}

@media (max-width: 991px) {
	.mfh-topbar {
		flex-direction: column;
		gap: 6px;
		text-align: center;
	}

	.mfh-hamburger {
		display: flex;
	}

	.mfh-nav {
		position: fixed;
		top: 120px;
		right: -100%;
		width: 280px;
		height: calc(100vh - 120px);
		background: #fff;
		transition: 0.3s ease;
		box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
		padding: 20px;
	}

	.mfh-nav.active {
		right: 0;
	}

	.mfh-menu {
		flex-direction: column;
		gap: 15px;
	}

	.mfh-dropdown ul {
		position: static;
		box-shadow: none;
		display: none;
		grid-template-columns: 1fr;
		min-width: unset;
	}

	.mfh-dropdown.active ul {
		display: grid;
		grid-template-columns: 1fr;
	}

	.mfh-desktop-btn {
		display: none;
	}

	.mfh-mobile-btn {
		display: block;
		margin-top: 20px;
	}
}

.mfh-header {
	position: sticky !important;
	top: 0;
	z-index: 9999;
	background: #fff;
}

.submenu-indicator {
	margin-left: 6px !important;
}

.submenu-indicator::after {
	content: "▼" !important;
	font-size: 10px !important;
	color: #222 !important;
	display: inline-block !important;
}

@media (max-width: 991px) {
	.mfh-dropdown ul {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		display: none;
		grid-template-columns: 1fr;
		min-width: unset;
	}

	.mfh-dropdown.active ul {
		display: grid;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 991px) {
	.mfh-nav {
		position: fixed;
		top: 0;
		right: -100%;
		width: 280px;
		height: 100vh;
		background: #ffffff;
		transition: 0.35s ease;
		box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
		padding: 90px 20px 30px;
		overflow-y: auto;
		z-index: 99999;
	}

	.mfh-nav.active {
		right: 0;
	}

	.mfh-desktop-btn {
		display: none;
	}
}

.mfh-dropdown {
	position: relative;
}

.mfh-dropdown::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 15px;
}

.mfh-dropdown ul {
	pointer-events: auto;
}

.mfh-dropdown:hover ul,
.mfh-dropdown ul:hover {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	/* height: 240px;
	overflow: auto; */
}

.hero-search-container {
	max-width: 1350px;
	margin: -50px auto 0;
	padding: 0 15px;
	position: relative;
	z-index: 99;
	width: 100%;
}

.custom-search-wrap {
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
	padding: 25px;
	border: 1px solid #f0f0f0;
}

.search-item {
	border-right: 1px solid #eee;
	padding: 5px 30px;
}

.search-item:nth-last-child(2) {
	border-right: none;
}

.search-item label {
	display: block;
	font-size: 11px;
	font-weight: 500;
	color: #000080;
	text-transform: capitalize;
	margin-bottom: 8px;
	letter-spacing: 1px;
}

.search-item select {
	font-size: 16px !important;
	color: #333 !important;
	cursor: pointer;
	font-weight: 500 !important;
}

.btn-deals-main {
	background-color: #fe8815;
	color: #fff !important;
	font-weight: 500;
	padding: 18px 25px;
	border-radius: 30px;
	white-space: nowrap !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	transition: 0.3s ease;
	text-transform: capitalize;
	font-size: 16px;
}

.btn-deals-main:hover {
	background-color: #e67a13;
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(254, 136, 21, 0.4);
}

@media (max-width: 991px) {
	.hero-search-container {
		margin-top: 20px;
	}

	.search-item {
		border-right: none;
		border-bottom: 1px solid #eee;
		margin-bottom: 15px;
		padding-bottom: 15px;
		padding-left: 10px;
	}

	.btn-deals-main {
		margin-top: 10px;
	}
}

.hero-header {
	padding: 30px 0 70px 0 !important;
	height: 80vh !important;
	min-height: 420px !important;
	display: flex;
	align-items: center;
	position: relative;
}

@media (max-width: 991px) {
	.hero-header {
		padding: 30px 0 70px 0 !important;
		min-height: 250px !important;
	}
}

.top-bar {
	width: 100%;
	background: #fe8815;
	color: #ffffff;
	padding: 10px 6%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
}

.top-bar .info-side {
	display: flex;
	gap: 25px;
}

.top-bar .info-side span {
	display: flex;
	align-items: center;
	gap: 8px;
}

.top-bar .social-side {
	display: flex;
	gap: 14px;
}

.top-bar .social-side i {
	cursor: pointer;
	transition: 0.3s ease;
}


.top-bar i {
	color: #ffffff;
}

@media (max-width: 768px) {

	.top-bar {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 6px;
		clip-path: none;
		border-radius: 4px;
		text-align: center;
		padding: 8px 10px;
	}

	.top-bar .info-side {
		display: flex;
		flex-direction: row;
		/* column ki jagah row */
		align-items: center;
		justify-content: center;
		gap: 10px;
		flex-wrap: wrap;
		/* mobile me wrap ho sake */
	}

	.top-bar .social-icons {
		margin-top: 4px;
	}
}

.apw-heroCursive {
	color: #fff !important;
	font-family: "Dancing Script", "Pacifico", "Brush Script MT", cursive !important;
	font-weight: 500 !important;
	font-size: clamp(22px, 2.2vw, 18px) !important;
	line-height: 1.1 !important;
	margin: 0 0 12px !important;
	letter-spacing: 0.2px !important;
}

.apw-heroBtns {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 18px;
	flex-wrap: wrap;
}

.apw-heroBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 22px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		background 0.2s ease,
		border-color 0.2s ease;
	user-select: none;
	white-space: nowrap;
}

.apw-heroArrow {
	font-size: 18px;
	line-height: 0;
	transform: translateY(-1px);
}

.apw-heroBtn--primary {
	background: #fe8815;
	color: #fff;
	border: 1px solid #fe8815;
	box-shadow: 0 10px 24px rgba(254, 136, 21, 0.28);
}

.apw-heroBtn--primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(254, 136, 21, 0.35);
}

.apw-heroBtn--ghost {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.apw-heroBtn--ghost:hover {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.75);
	transform: translateY(-1px);
}

@media (max-width: 576px) {
	.apw-heroBtns {
		gap: 10px;
		flex-wrap: nowrap;
	}

	.apw-heroBtn {
		width: 50%;
		justify-content: center;
		font-size: 14px;
		padding: 10px 12px;
	}
}

.ind {
	font-size: 20px;
}



.domestic-section {
	padding: 60px 20px;
	max-width: 1350px;
	margin: auto;
	background: #ffffff;
}

:root {
	--mfh-navy: #000080;
	--mfh-orange: #fe8815;
	--mfh-gray-blue: #8a908d;
	--mfh-sky-blue: #3b91d6;
	--mfh-dark-green: #3d422a;
}

.domestic-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.domestic-header h2 {
	color: #333 !important;
	font-size: 32px;
	font-weight: 500 !important;
	margin: 0;
}

.header-controls {
	display: flex;
	align-items: center;
	gap: 15px;
}

.nav-arrows {
	display: flex;
	gap: 10px;
}

.arrow-btn {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 2px solid var(--mfh-navy);
	background: #fff;
	cursor: pointer;
	color: var(--mfh-navy);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.arrow-btn:hover {
	background: var(--mfh-navy);
	color: #fff;
}

.view-all-link {
	color: var(--mfh-navy);
	font-weight: 500;
	text-decoration: none;
	font-size: 16px;
}

.destination-tabs {
	display: flex;
	gap: 40px;
	border-bottom: 2px solid #f0f0f0;
	margin-bottom: 35px;
}

.tab-btn {
	background: none;
	border: none;
	padding: 15px 0;
	font-weight: 500;
	color: #777;
	cursor: pointer;
	font-size: 16px;
	transition: 0.3s;
}

.tab-btn.active {
	color: #333;
}

.destination-grid {
	display: flex;
	gap: 25px;
	overflow-x: hidden;
	padding: 10px 5px 30px 5px;
	scroll-behavior: smooth;
}

.dest-card {
	min-width: 300px;
	height: 520px;
	border-radius: 20px;
	overflow: hidden;
	/* display: none; */
	flex-direction: column;
	background: #fff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
	transition: transform 0.4s ease;
}

.dest-card.visible {
	display: flex;
}

.dest-card:hover {
	transform: translateY(-10px);
}

.dest-img {
	height: 40%;
	position: relative;
}

.dest-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dest-img h3 {
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
	margin: 0;
}

.dest-details {
	padding: 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.theme-blue-gray {
	background-color: var(--mfh-gray-blue) !important;
	color: #fff !important;
}

.theme-navy {
	background-color: var(--mfh-sky-blue) !important;
	color: #fff !important;
}

.theme-green {
	background-color: var(--mfh-dark-green) !important;
	color: #fff !important;
}

.dest-info-row {
	background: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(5px);
	padding: 8px 12px;
	border-radius: 10px;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 700;
}

.duration-badge {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	padding-right: 10px;
}

.tour-highlights {
	margin: 15px 0;
	padding-left: 18px;
	font-size: 16px;
	line-height: 1.6 !important;
	opacity: 0.95;
}

.dest-pricing {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 15px;
}

.new-price {
	font-size: 24px;
	font-weight: 500;
}

.view-details {
	background: #fff;
	color: #333;
	border: none;
	padding: 10px 20px;
	border-radius: 25px;
	font-weight: 500;
	font-size: 16px;
	transition: 0.3s;
}

.view-details:hover {
	background: var(--mfh-orange);
	color: #fff;
}

@media (max-width: 768px) {
	.destination-grid {
		overflow-x: auto;
		scrollbar-width: none;
	}

	.dest-card {
		min-width: 290px;
		height: 480px;
	}

	.domestic-header h2 {
		font-size: 26px;
	}
}





:root {
	--primary-blue: #002bb2;
	--dark-green: #0b2c24;
	--light-bg: #e8eaf6;
	--yellow-accent: #ffd400;
	--text-gray: #555;
}

.offers-section {
	padding: 80px 30px;
	margin: auto;
	background-color: #d8ebfb !important
}

.offers-title {
	text-align: center;
	color: #333;
	margin-bottom: 35px;
	font-size: 32px;
	font-weight: 500 !important;
	text-transform: capitalize;
}

.offers-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 20px;
}

.offer-card {
	position: relative;
	overflow: hidden;
	height: 400px;
	border-radius: 12px;
	background: #eee;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

.slider-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.slide.active {
	opacity: 1;
	z-index: 1;
}

.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 10px;
}

.prev1 {
	left: 0;
}

.next1 {
	right: 0;
}

.label-top {
	position: absolute;
	top: 25px;
	left: 25px;
	color: white;
	font-size: 50px;
	font-weight: 500;
	font-style: italic;
	z-index: 5;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.yellow-bar {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fe8815;
	color: white;
	padding: 15px 0;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	z-index: 5;
}

.label-center {
	position: absolute;
	top: 15%;
	width: 100%;
	text-align: center;
	color: white;
	z-index: 5;
}

.label-center h3 {
	color: white;
	font-size: 28px;
	margin: 0;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.price-tag {
	background: white;
	color: var(--primary-blue);
	display: inline-block;
	padding: 6px 18px;
	border-radius: 20px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 500;
}

.themes-section {
	padding: 60px 20px;
	max-width: 1350px;
	margin: auto;
}

.themes-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 30px;
}

.themes-title {
	font-size: 32px !important;
	color: #333;
	margin-bottom: 15px;
	font-weight: 500 !important;
}

.themes-tabs {
	display: flex;
	gap: 12px;
	padding-top: 12px;
	flex-wrap: wrap;
}

.theme-tab {
	padding: 10px 24px;
	border-radius: 25px;
	border: 1px solid #f6fbff;
	background: #f6fbff;
	cursor: pointer;
	font-size: 16px;
	transition: all 0.3s ease;
}

.theme-tab.active {
	background: #fe8815;
	color: white;
	border-color: #fe8815;
}

.nav-arrows {
	display: flex;
	gap: 10px;
}

.arrow-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ddd;
	background: white;
	color: #444;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.arrow-btn:hover {
	background: var(--dark-green);
	color: white;
}

.themes-slider {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
	padding: 10px 5px;
	color: #f1f5f8;
}

.themes-slider::-webkit-scrollbar {
	display: none;
}

.theme-card {
	max-width: 280px;
	height: 220px;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	flex-shrink: 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(15px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.theme-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s;
}

.theme-card:hover img {
	transform: scale(1.1);
}

.theme-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	color: #fe8815 !important;
}

@media (max-width: 1024px) {
	.offers-grid {
		grid-template-columns: 1fr 1fr;
	}

	.slider-container {
		grid-column: span 2;
	}
}

@media (max-width: 768px) {
	.themes-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.nav-arrows {
		align-self: flex-end;
	}
}

@media (max-width: 600px) {
	.offers-grid {
		grid-template-columns: 1fr;
	}

	.slider-container {
		grid-column: span 1;
	}

	.offer-card {
		height: 300px;
	}

	.label-top {
		font-size: 35px;
	}

	.theme-card {
		min-width: 240px;
	}
}

.theme-overlay .theme-sub {
	font-size: 16px;
	margin: 0;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #ccc;
}

.theme-overlay .theme-title {
	margin: 5px 0 0 0;
	font-size: 22px;
	font-weight: 500;
	color: #fe8815;
}

.hs-hero-slider {
	position: relative;
	width: 100%;
	max-width: 1350px;
	height: 350px;
	overflow: hidden;
	margin: 0px auto;
	border-radius: 15px;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
}

.hs-slider-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.hs-image-wrapper {
	position: absolute;
	inset: 0;
}

.hs-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 1.2s ease-in-out,
		visibility 1.2s;
	z-index: 1;
}

.hs-slide.hs-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.hs-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.hs-content-overlay {
	position: absolute;
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
	z-index: 10;
	text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition:
		transform 1.5s ease,
		opacity 1.5s ease;
}

.hs-slide.hs-active .hs-content-overlay {
	opacity: 1;
	transform: translateY(-50%) translateX(10px);
}

.hs-main-title {
	font-size: 40px;
	color: #ffeb3b;
	font-weight: 900;
	line-height: 1;
	margin: 0;
}

.hs-partner-row {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 20px;
}

.hs-partner-logo {
	height: 35px;
	border-radius: 4px;
}

.hs-separator {
	width: 2px;
	height: 30px;
	background: #fff;
}

.hs-partner-text {
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 16px;
}

.hs-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: #fe8815;
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	z-index: 15;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.hs-arrow:hover {
	background: #c2185b;
	scale: 1.1;
}

.hs-prev {
	left: 20px;
}

.hs-next {
	right: 20px;
}

.hs-pagination {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 15;
	display: flex;
	gap: 10px;
}

.hs-dot {
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	cursor: pointer;
}

.hs-dot.hs-active {
	background: #ff9800;
	width: 25px;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.hs-hero-slider {
		height: 400px;
		width: 95%;
	}

	.hs-content-overlay {
		left: 0;
		width: 100%;
		text-align: center;
	}

	.hs-partner-row {
		justify-content: center;
	}
}

#mfh-dom-unique-01 {
	max-width: 1350px;
	margin: auto;
	padding: 60px 20px;
	font-family: "Segoe UI", Tahoma, sans-serif;
	color: #333;
}

#mfh-dom-unique-01 .mfh-domestic-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

#mfh-dom-unique-01 .mfh-header-controls {
	display: flex;
	gap: 20px;
	align-items: center;
}

#mfh-dom-unique-01 .mfh-nav-arrows {
	display: flex;
	gap: 10px;
}

#mfh-dom-unique-01 .mfh-arrow-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ddd;
	background: white;
	color: #444;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

#mfh-dom-unique-01 .mfh-arrow-btn:hover {
	background: #000080;
	color: #fff;
}

#mfh-dom-unique-01 .mfh-view-all-trigger {
	color: #333;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 2px solid #000080;
	font-size: 16px;
}

#mfh-dom-unique-01 .mfh-tabs-row {
	display: flex;
	gap: 30px;
	margin: 20px 0 30px;
	border-bottom: 2px solid #f0f0f0;
}

#mfh-dom-unique-01 .mfh-tab-item {
	background: none;
	border: none;
	padding: 12px 0;
	font-weight: 500;
	cursor: pointer;
	color: #777;
	position: relative;
}

#mfh-dom-unique-01 .mfh-tab-item.mfh-active {
	color: #333;
	font-weight: 500;
}

#mfh-dom-unique-01 .mfh-tab-item.mfh-active::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #000080;
}

#mfh-dom-unique-01 .mfh-scroll-box {
	display: flex;
	gap: 25px;
	overflow-x: hidden;
	scroll-behavior: smooth;
	padding: 10px 5px;
}

#mfh-dom-unique-01 .mfh-card {
	min-width: 300px;
	height: 520px;
	border-radius: 18px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	display: none;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
}

#mfh-dom-unique-01 .mfh-card.mfh-visible {
	display: flex;
}

#mfh-dom-unique-01 .mfh-img-top {
	height: 50%;
	position: relative;
}

#mfh-dom-unique-01 .mfh-img-top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#mfh-dom-unique-01 .mfh-img-top h3 {
	position: absolute;
	bottom: 15px;
	left: 20px;
	color: #fff;
	margin: 0;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
	font-size: 20px;
}

#mfh-dom-unique-01 .mfh-details {
	flex: 1;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
}

#mfh-dom-unique-01 .theme-blue-gray {
	background: #8a908d;
}

#mfh-dom-unique-01 .theme-navy {
	background: #3b91d6;
}

#mfh-dom-unique-01 .theme-green {
	background: #3d422a;
}

#mfh-dom-unique-01 .mfh-meta-badge {
	background: rgba(0, 0, 0, 0.3);
	padding: 8px 12px;
	border-radius: 8px;
	display: flex;
	gap: 10px;
	font-size: 16px;
	font-weight: 500;
	width: fit-content;
}

#mfh-dom-unique-01 .mfh-list {
	margin: 15px 0;
	padding-left: 18px;
	font-size: 16px;
}

#mfh-dom-unique-01 .mfh-card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#mfh-dom-unique-01 .mfh-price-tag {
	font-size: 22px;
	font-weight: 800;
}

#mfh-dom-unique-01 .mfh-details-btn {
	background: #fff;
	color: #333;
	border: none;
	padding: 10px 20px;
	border-radius: 6px;
	font-weight: 500;
	cursor: pointer;
	transition: 0.2s;
}

#mfh-dom-unique-01 .mfh-details-btn:hover {
	background: #f0f0f0;
}

@media (max-width: 768px) {
	#mfh-dom-unique-01 .mfh-card {
		min-width: 290px;
		height: 480px;
	}

	#mfh-dom-unique-01 .mfh-scroll-box {
		overflow-x: auto;
	}
}

:root {
	--monsoon-red: #ed1c24;
	--card-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	--brand-orange: #ffb956;
}

.seasonal-mood-wrapper {
	padding: 60px 0;
	min-height: 500px;
	transition: all 0.5s ease;
	background-size: cover;
	background-position: center;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 190, 86, 0.7) 100%),
		url("https://www.sotc.in/images/homePageRevamp/summer.gif");
}

.sotc-container {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 20px;
}

.section-header {
	text-align: center;
	margin-bottom: 40px;
}

.section-header h2 {
	font-size: 32px;
	font-weight: 500 !important;
	color: #333;
	margin-bottom: 25px;
}

.filter-tabs {
	display: flex;
	justify-content: center;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 10px;
}

.filter-btn {
	padding: 10px 20px;
	border-radius: 30px;
	border: 1px solid #ccc;
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	color: #333;
	transition: 0.3s;
	white-space: nowrap;
}

.filter-btn.active {
	background: #fe8815 !important;
	color: #fff !important;
	border-color: #fe8815;
}

.filter-btn.active[data-season="monsoon"] {
	background: var(--monsoon-red) !important;
	border-color: var(--monsoon-red);
}

.mood-grid {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 30px;
	align-items: start;
}

.mood-info-panel {
	background: rgba(255, 255, 255, 0.9);
	padding: 32px;
	border-radius: 12px;
	box-shadow: var(--card-shadow);
	position: sticky;
	top: 5px;
	margin-top: 10px;
	height: 400px;
}

.mood-content {
	display: none;
	animation: fadeIn 0.5s ease;
}

.mood-content.active {
	display: block;
}

.mood-content h3 {
	font-size: 22px;
	color: #444;
	line-height: 1.3;
	margin-bottom: 15px;
}

.mood-content p {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}

.packages-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.packages-container {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding: 10px 5px 20px 5px;
	scrollbar-width: none;
}

.packages-container::-webkit-scrollbar {
	display: none;
}

.package-card {
	flex: 0 0 300px;

	height: 400px;
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	display: none;
	flex-direction: column;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid #f0f0f0;
	margin: px 5px;
	transition: transform 0.3s ease;
}

.package-card.active {
	display: flex !important;
}

.package-card:hover {
	transform: translateY(-5px);
}

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

.package-card .card-body {
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-grow: 1;
}






.package-card .card-body h4 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 8px 0;
	color: #333;
	line-height: 1.3;
	height: 42px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.package-card .package-info {
	font-size: 16px;
	color: #777;
	line-height: 1.5;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	flex-grow: 1;
}

.package-card .card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #eee;
	padding-top: 12px;
	margin-top: auto;
	background: transparent;
}

.package-card .card-footer .days {
	font-size: 16px;
	color: #666;
	font-weight: 500;
}

.package-card .card-footer .price {
	font-weight: 500;
	color: #000;
	font-size: 18px;
}

@media (max-width: 600px) {
	.package-card {
		flex: 0 0 280px;
		height: 460px;
	}
}



.scroll-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	color: #000;
	border: 1px solid #ddd;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}

.scroll-btn:hover {
	background: var(--brand-orange);
	color: #fff;
	border-color: var(--brand-orange);
}

.scroll-btn.left {
	left: 5px;
}

.scroll-btn.right {
	right: 5px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1024px) {
	.mood-grid {
		grid-template-columns: 1fr;
	}

	.mood-info-panel {
		position: static;
		text-align: center;
		margin-bottom: 10px;
	}
}

@media (max-width: 600px) {
	.section-header h2 {
		font-size: 22px;
	}

	.package-card {
		flex: 0 0 240px;
	}

	.scroll-btn {
		display: none;
	}

	.filter-tabs {
		justify-content: flex-start;
		padding-left: 10px;
	}

	.seasonal-mood-wrapper {
		padding: 40px 0;
	}
}

.where-to-go-section {
	padding: 60px 30px;
	background: #f6fbff;
	overflow-x: hidden;
}

.section-title {
	font-size: 32px;
	margin-bottom: 25px;
	color: #333;
}

.month-tabs-nav {
	border-bottom: 1px solid #e9ecef;
	margin-bottom: 10px;
}

.month-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 30px;
	overflow-x: auto;
}

.month-list::-webkit-scrollbar {
	display: none;
}

.month-item {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	cursor: pointer;
	white-space: nowrap;
	position: relative;
	border-bottom: 3px solid transparent;
}

.month-item.active {
	color: #fe8815;
	border-bottom-color: #000080;
	font-weight: 500;
}

.nav-icon-wrapper {
	display: flex;
	gap: 10px;
}

.arrow-btn-gray {
	width: 32px;
	height: 32px;
	background: #d1d5db;
	border-radius: 50%;
	border: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s;
}

.arrow-btn-gray:hover {
	background: #008080;
}

.dest-scroll-container {
	display: flex;
	gap: 15px;
	overflow-x: auto;
	scroll-behavior: smooth;
}

.dest-scroll-container::-webkit-scrollbar {
	display: none;
}

.filter-item {
	display: none;
	min-width: calc(25% - 12px);
	height: 260px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.filter-item.active {
	display: block;
}

.dest-mini-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.price-overlay {
	position: absolute;
	bottom: 15px;
	left: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 10px 14px;
	border-radius: 10px;
	font-size: 16px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(5px);
}

.butterfly-collage {
	position: relative;
	width: 100%;
	height: 320px;
}

.bubble-item {
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.bubble-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.b-large {
	width: 230px;
	height: 230px;
	z-index: 1;
	top: 0;
	left: 10px;
}

.b-medium {
	width: 120px;
	height: 120px;
	z-index: 3;
	top: 110px;
	right: 10px;
}

.b-small {
	width: 90px;
	height: 90px;
	z-index: 2;
	bottom: 10px;
	left: 130px;
}

.b-tiny {
	width: 65px;
	height: 65px;
	z-index: 4;
	top: 190px;
	right: 100px;
}

.where-to-go-section .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.new-section1 {
	padding-left: 0 !important;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	position: relative;
	width: 100%;
}

and handles the transition for the filtered cards */ .new-section1 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	position: relative;
	width: 100%;
}

.filter-item.active {
	display: block;
	animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 991px) {
	.new-section1 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.filter-item {
		min-width: calc(50% - 10px);
	}
}

.mfh-why-choose-us {
	padding: 30px 0;
	background: #fff;

}

.mfh-container {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0px 0px !important;
}

.mfh-section-title {
	font-size: 32px;
	font-weight: 500;
	color: #333;
	margin-bottom: 25px;
	text-align: center;
	max-width: 1350px;

	margin: auto;
	padding: 10px;
	text-transform: capitalize;
}

.mfh-feature-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #3b91d6;
	border-radius: 8px;
	padding: 25px 20px;
	background-color: #f0f9ff;
}

.mfh-feature-item {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 0 20px;
}

.mfh-icon-wrap {
	flex-shrink: 0;
}

.mfh-feature-icon {
	width: 45px;
	height: 45px;
	object-fit: contain;
}

.mfh-feature-content h3 {
	font-size: 16px;
	font-weight: 500;
	color: #1a212d;
	margin: 0 0 5px 0;
}

.mfh-feature-content p {
	font-size: 16px;
	color: #64748b;
	margin: 0;
	line-height: 1.4;
}

.mfh-v-line {
	width: 1px;
	height: 60px;
	background-color: #3b91d6;
	opacity: 0.6;
}

@media (max-width: 991px) {
	.mfh-feature-box {
		flex-wrap: wrap;
	}

	.mfh-v-line {
		display: none;
	}

	.mfh-feature-item {
		flex: 0 0 50%;
		margin-bottom: 20px;
		border-bottom: 1px solid #e2e8f0;
		padding-bottom: 20px;
	}
}

@media (max-width: 600px) {
	.mfh-feature-item {
		flex: 0 0 100%;
	}
}

.review-section {
	padding: 60px 30px;
	background: #d8ebfb !important;
}

.review-container {
	max-width: 1350px;
	margin: auto;
	display: flex;
	gap: 30px;
	align-items: center;
}

.review-header {
	max-width: 484px;
}

.review-header h2 {
	font-size: 32px;
	line-height: 1.4;
	font-weight: 500;
	text-transform: capitalize;
}

.review-wrapper {
	position: relative;
	flex: 1;
}

.review-slider {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-behavior: smooth;
}

.review-slider::-webkit-scrollbar {
	display: none;
}

.review-card {
	flex: 0 0 32%;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.review-card img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.card-body {
	padding: 16px;
}

.user-meta {
	display: flex;
	align-items: center;
	gap: 10px;
}

.user-name {
	font-size: 16px;
	font-weight: 500;
	flex: 1;
}

.google-icon {
	color: #4285f4;
}

.rating {
	color: #ffb400;
	margin: 6px 0;
}

.review-content .review-text {
	font-size: 16px;
	color: #555;
	line-height: 1.5;
	max-height: 60px;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.review-content.expanded .review-text {
	max-height: 300px;
}

.read-more-btn {
	color: #fe8815;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	margin-top: 6px;
}

.slider-btn {
	position: absolute;
	top: 45%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
}

.slider-prev {
	left: -10px;
}

.slider-next {
	right: -10px;
}

.view-all {
	text-align: center;
	margin-top: 40px;
}

.view-all button {
	padding: 10px 30px;
	border: 2px solid #fe8815;
	border-radius: 25px;
	background: none;
	color: #fe8815;
	font-weight: 500;
	cursor: pointer;
	margin-left: -250px;
}

@media (max-width: 1024px) {
	.review-container {
		flex-direction: column;
		text-align: center;
	}

	.review-card {
		flex: 0 0 48%;
	}
}

@media (max-width: 600px) {
	.review-card {
		flex: 0 0 85%;
	}

	.slider-btn {
		display: none;
	}
}

.gallery-section {
	padding: 0px 16px;
	background-color: #fff;
}

.gallery-inner {
	max-width: 1350px;
	margin: 0 auto;
	max-width: 1350px;
	padding: 60px 16px;
}

.gallery-header {
	margin-bottom: 40px;
}

.gallery-header .sub-title {
	color: #003580;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: capitalize;
	display: block;
	margin-bottom: 6px;
}

.gallery-header h2 {
	font-size: 32px;
	color: #1a2b3c;
	font-weight: 500;
}

.gallery-wrapper {
	position: relative;
}

.gallery-container {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding: 10px 0;
}

.gallery-container::-webkit-scrollbar {
	display: none;
}

.gallery-item {
	flex: 0 0 calc(25% - 15px);
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease;
}

.gallery-item:hover {
	transform: translateY(-4px);
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
	transition: 0.3s ease;
}

.nav-arrow:hover {
	background: #003580;
	color: #fff;
	border-color: #003580;
}

.nav-arrow.prev {
	left: -20px;
}

.nav-arrow.next {
	right: -20px;
}

@media (max-width: 1024px) {
	.gallery-item {
		flex: 0 0 calc(33.33% - 14px);
	}
}

@media (max-width: 768px) {
	.gallery-header h2 {
		font-size: 26px;
	}

	.gallery-item {
		flex: 0 0 calc(60% - 10px);
	}

	.nav-arrow {
		width: 34px;
		height: 34px;
		font-size: 12px;
	}

	.nav-arrow.prev {
		left: 5px;
	}

	.nav-arrow.next {
		right: 5px;
	}
}

@media (max-width: 480px) {
	.gallery-item {
		flex: 0 0 80%;
	}

	.gallery-header h2 {
		font-size: 22px;
	}
}

.languageDropdown {
	display: none !important;
}

.banner-section {
	width: 100%;
}

.banner-section img {
	width: 100%;
	max-width: 1350px;
	height: auto;
	display: block;
	margin: auto;
	border-radius: 10px !important;
	padding-right: 30px;
	padding-left: 30px;
}

.badge-count {
	color: #fe8815;
}

.gram-section {
	padding: 80px 30px;
	background-color: #000;
	color: #fff;
}

.gram-main-title {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: -1px;
	color: white;
}

.gram-main-title1 {
	color: white;
}

.gram-trust-badges .badge-stats {
	font-size: 16px;
	font-weight: 500;
}

.gram-trust-badges .badge-count {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
	opacity: 0.6;
	color: white;
}

.gram-container {
	display: flex;
	gap: 28px;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding: 20px 0;
	scrollbar-width: none;
}

.gram-container::-webkit-scrollbar {
	display: none;
}

.gram-card-item {
	flex: 0 0 calc(25% - 15px);
	min-width: 260px;
}

.gram-arch-frame {
	height: 420px;
	border-top-left-radius: 150px;
	border-top-right-radius: 150px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.gram-arch-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
}

.gram-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	/*padding-top: 60px;*/
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
}

.gram-overlay.flex-center {
	justify-content: center;
	padding-top: 0;
}

.gram-label-small {
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	opacity: 0.8;
}

.gram-sticker {
	background: #ff8210 !important;
	color: #fff;
	padding: 5px 15px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.gram-location {
	font-size: 16px;
	background: #1a1a1a;
	color: #fe8815;
	padding: 4px 12px;
	border-radius: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.gram-nav-btn {
	position: absolute;
	top: 45%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	color: #000;
	z-index: 10;
	cursor: pointer;
	transition: 0.3s;
}

.gram-nav-btn.prev {
	left: -20px;
}

.gram-nav-btn.next {
	right: -20px;
}

.gram-nav-btn:hover {
	background: #fe8815;
	color: #fff;
}

@media (max-width: 767px) {
	.gram-card-item {
		flex: 0 0 80%;
	}

	.gram-nav-btn {
		display: none;
	}
}

.mfh-blog-section {
	padding: 80px 30px;
	background: #d8ebfb !important;
	font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

.mfh-blog-container {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}

.mfh-blog-subtitle {
	color: #fe8815;
	font-size: 16px;
	letter-spacing: 2.5px;
	margin-bottom: 12px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
}






.mfh-blog-title {
	font-size: 40px;
	color: #222;
	margin-bottom: 50px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center !important;
}

.mfh-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.mfh-blog-card {
	background: #fff;
	text-align: left;
	transition: transform 0.3s ease;
	border-radius: 10px;
}

.mfh-blog-card:hover {
	transform: translateY(-5px);
}

.mfh-blog-img {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	height: 260px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.mfh-blog-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mfh-blog-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(11, 44, 36, 0.9);
	color: white;
	padding: 12px 20px;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.mfh-meta-separator {
	color: rgba(255, 255, 255, 0.4);
}

.mfh-blog-content {
	padding: 25px 25px;
}

.mfh-blog-content h3 {
	font-size: 20px;
	color: #222;
	line-height: 1.4;
	margin-bottom: 12px;
	font-weight: 500;
}

.mfh-blog-content p {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 25px;
}

.mfh-continue-btn {
	display: inline-block;
	padding: 10px 24px;
	border: 1.5px solid #fe8815;
	color: #fe8815;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 500;
	font-size: 14px;
	transition: all 0.3s ease;
}

.mfh-continue-btn span {
	margin-right: 5px;
	display: inline-block;
	transition: transform 0.3s ease;
}

.mfh-continue-btn:hover {
	background-color: #ff4d4d;
	color: white;
}

.mfh-continue-btn:hover span {
	transform: translateX(3px);
}

@media (max-width: 1024px) {
	.mfh-blog-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {
	.mfh-blog-grid {
		grid-template-columns: 1fr;
	}

	.mfh-blog-title {
		font-size: 30px;
	}

	.mfh-blog-img {
		height: 220px;
	}
}

.tourism-alliance-section {
	padding: 50px 0;
	background-color: #ffffff;
}

.alliance-container {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
}

.alliance-header {
	margin-bottom: 40px;
}

.alliance-main-title {
	font-size: 32px;
	color: #333333;
	font-weight: 500;
	margin: 0;
}

.alliance-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	gap: 30px;
}

.alliance-logo-item {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.alliance-logo-item img {
	max-width: 100%;
	max-height: 65px;
	height: auto;
	object-fit: contain;
}

.alliance-logo-item.circle-frame {
	background-color: #f7f7f7;
	border-radius: 50%;
	width: 110px;
	height: 110px;
	padding: 10px;
}

@media (max-width: 768px) {
	.alliance-row {
		flex-wrap: wrap;
		justify-content: center;
	}

	.alliance-logo-item {
		flex: 0 0 30%;
		margin-bottom: 20px;
	}
}

.mf-footer {
	background: #000;
	padding: 80px 30px;
	color: #fff;
	font-family: Arial, sans-serif;
}

.mf-footer-container {
	max-width: 1350px;
	margin: auto;
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr 1fr 1.4fr;
	gap: 20px;
}

.mf-col {
	min-width: 0;
}

.mf-logo {
	max-width: 180px;
	margin-bottom: 18px;
	border-radius: 10px;
}

.mf-desc {
	font-size: 14px;
	line-height: 1.6;
	color: #d7e2de;
	margin-bottom: 22px;
}

.mf-contact {
	display: grid;
	gap: 14px;
	margin-bottom: 20px;
}

.mf-contact-box {
	display: flex;
	gap: 10px;
}

.mf-contact-box small {
	font-size: 16px;
}

.mf-contact-box p {
	margin: 0;
	font-size: 16px;
	color: #fff;
}

.mf-col h4 {
	font-size: 18px;
	margin-bottom: 16px;
	color: #fff;
}

.mf-col a {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-bottom: 12px;
	text-decoration: none;
}

.mf-col a:hover {
	color: #fff;
}

.mf-newsletter {
	margin-top: 22px;
}

.mf-newsletter-box {
	display: flex;
	gap: 10px;
}

.mf-newsletter-box input {
	flex: 1;
	padding: 12px 16px;
	border-radius: 30px;
	border: none;
	font-size: 14px;
}

.mf-newsletter-box button {
	padding: 12px 15px;
	border-radius: 30px;
	border: none;
	background: #1e88e5;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
}

.mf-gallery {
	display: grid;
	grid-template-columns: repeat(3, 58px);
	gap: 10px;
}

.mf-gallery img {
	width: 58px;
	height: 58px;
	border-radius: 8px;
	object-fit: cover;
}

@media (max-width: 1200px) {
	.mf-footer-container {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.mf-footer-container {
		grid-template-columns: repeat(2, 1fr);
	}

	.review-header {
		max-width: 0px;
	}
}

@media (max-width: 520px) {
	.mf-footer-container {
		grid-template-columns: 1fr;
	}

	.mf-newsletter-box {
		flex-direction: column;
	}

	.mf-newsletter-box input,
	.mf-newsletter-box button {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1190px) {
	.review-header {
		max-width: 0px;
	}
}

/*new css*/











/*end */