:root {
	--navy: #062a61;
	--navy2: #001b44;
	--blue: #0a4dab;
	--yellow: #ffc107;
	--yellow2: #ffb300;
	--light: #f6f9fd;
	--text: #1b2b43;
	--muted: #66758a;
	--shadow: 0 16px 40px rgba(0, 31, 80, .12);
	--radius: 22px
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	font-family: 'Poppins', Arial, sans-serif;
	color: var(--text);
	background: #fff;
	overflow-x: hidden
}

p {
	text-align: justify;
	line-height: 1.8;
	color: #526174
}

.script {
	font-family: 'Allura', cursive
}

.text-yellow {
	color: var(--yellow)
}

.section {
	padding: 86px 0
}

.section-soft {
	background: linear-gradient(180deg, #f9fbff, #eef7ff)
}

.section-title {
	font-weight: 800;
	color: var(--navy2);
	letter-spacing: -.04em
}

.eyebrow {
	color: #3f8ed8;
	text-transform: uppercase;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em
}

.btn-vgoo {
	border: 0;
	border-radius: 14px;
	padding: 13px 24px;
	background: var(--yellow);
	color: #102b4e;
	font-weight: 800;
	box-shadow: 0 10px 22px rgba(255, 193, 7, .34);
	position: relative;
	overflow: hidden
}

.btn-vgoo:hover {
	background: var(--yellow2);
	transform: translateY(-2px);
	color: #001b44
}

.btn-outline-vgoo {
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 14px;
	padding: 12px 22px;
	color: #fff;
	font-weight: 700;
	background: rgba(255, 255, 255, .06)
}

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

.material-card {
	background: #fff;
	border: 1px solid rgba(8, 43, 103, .08);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	transition: .35s
}

.material-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 24px 55px rgba(0, 31, 80, .18)
}

.top-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	padding: 18px 0;
	transition: .35s
}

.top-nav.scrolled {
	background: rgba(0, 27, 68, .96);
	backdrop-filter: blur(12px);
	padding: 9px 0;
	box-shadow: 0 16px 35px rgba(0, 0, 0, .18)
}

.navbar-brand img {
	width: 145px;
	max-height: 80px;
	object-fit: contain
}

.nav-link {
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	margin: 0 5px;
	position: relative
}

.nav-link:after {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 3px;
	height: 2px;
	background: var(--yellow);
	transform: scaleX(0);
	transition: .25s
}

.nav-link:hover:after,
.nav-link.active:after {
	transform: scaleX(1)
}

.call-pill {
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: 14px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 800;
	padding: 8px 13px;
	display: inline-flex;
	gap: 8px;
	align-items: center
}

.call-pill i {
	background: var(--yellow);
	color: var(--navy);
	border-radius: 50%;
	padding: 6px
}

.hero {
	min-height: 780px;
	background: linear-gradient(90deg, rgba(0, 27, 68, .9) 0%, rgba(0, 40, 95, .65) 42%, rgba(0, 0, 0, .12) 100%), url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=85') center/cover fixed;
	position: relative;
	color: #fff;
	padding-top: 150px
}

.hero:after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 180px;
	background: linear-gradient(0deg, #fff, transparent);
	pointer-events: none
}

.hero-content {
	position: relative;
	z-index: 2
}

.hero-logo-badge {
	display: inline-block;
	background: rgba(0, 27, 68, .78);
	padding: 14px 22px;
	border-radius: 0 0 34px 0;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .2);
	margin-bottom: 20px
}

.hero-logo-badge img {
	width: 170px
}

.hero h1 {
	font-size: clamp(48px, 7vw, 92px);
	font-weight: 900;
	line-height: .93;
	letter-spacing: -.06em
}

.hero h1 span {
	color: var(--yellow)
}

.hero p {
	max-width: 480px;
	color: #fff;
	text-align: left;
	font-weight: 500
}

.floating-search {
	position: relative;
	z-index: 5;
	margin-top: -70px
}

.search-card {
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 20px 65px rgba(0, 27, 68, .18);
	padding: 18px
}

.search-tabs {
	display: flex;
	gap: 12px;
	margin-bottom: 20px;
	flex-wrap: wrap
}

.tab-btn {
	border: 0;
	background: #f0f4fb;
	border-radius: 12px;
	padding: 12px 24px;
	color: var(--navy);
	font-weight: 800
}

.tab-btn.active {
	background: var(--navy);
	color: #fff
}

.form-control,
.form-select {
	border-radius: 12px;
	border: 1px solid #dde6f1;
	padding: 14px
}

.icon-feature {
	text-align: center
}

.icon-round {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	margin: 0 auto 18px;
	background: #fff3c4;
	color: var(--navy);
	font-size: 32px;
	box-shadow: 0 12px 28px rgba(0, 31, 80, .12)
}

.destination-card {
	height: 300px;
	border-radius: 18px;
	overflow: hidden;
	position: relative;
	background: #123;
	box-shadow: var(--shadow)
}

.destination-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s
}

.destination-card:hover img {
	transform: scale(1.08)
}

.destination-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 20, 55, .82), transparent 62%)
}

.destination-card .content {
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 20px;
	color: #fff
}

.destination-card h5 {
	font-weight: 800
}

.dark-service {
	background: linear-gradient(90deg, rgba(0, 27, 68, .98), rgba(0, 48, 103, .88)), url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1800&q=85') center/cover;
	color: #fff
}

.service-step {
	text-align: center;
	position: relative
}

.service-step .icon-round {
	background: var(--yellow);
	color: var(--navy)
}

.package-card {
	overflow: hidden
}

.package-card img {
	height: 205px;
	width: 100%;
	object-fit: cover;
	border-radius: 18px 18px 0 0
}

.package-card .badge {
	background: #fff;
	color: var(--navy);
	box-shadow: 0 5px 12px rgba(0, 0, 0, .08);
	border-radius: 20px
}

.price {
	font-size: 1.2rem;
	color: var(--navy);
	font-weight: 900
}

.partner-strip img,
.partner-name {
	filter: grayscale(.2);
	font-weight: 800;
	color: #48627f;
	font-size: 1.25rem
}

.footer-cta {
	background: linear-gradient(90deg, rgba(0, 27, 68, .96), rgba(0, 58, 116, .82)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85') center/cover;
	color: #fff
}

.site-footer {
	background: #031b40;
	color: #dbe8ff;
	padding: 70px 0 25px
}

.site-footer p {
	text-align: justify;
	color: #b9c7db
}

.site-footer a {
	color: #dbe8ff;
	text-decoration: none;
	display: block;
	margin: 8px 0;
	font-size: 14px
}

.site-footer a:hover {
	color: var(--yellow)
}

.footer-logo {
	width: 190px
}

.whatsapp-float,
.call-float {
	position: fixed;
	right: 22px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	z-index: 999;
	display: grid;
	place-items: center;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 14px 35px rgba(0, 0, 0, .25)
}

.whatsapp-float {
	bottom: 88px;
	background: #25d366
}

.call-float {
	bottom: 24px;
	background: var(--yellow);
	color: var(--navy)
}

.page-hero {
	min-height: 420px;
	background: linear-gradient(90deg, rgba(0, 27, 68, .9), rgba(0, 27, 68, .48)), url('https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?auto=format&fit=crop&w=1800&q=85') center/cover;
	display: flex;
	align-items: center;
	color: #fff;
	padding-top: 110px
}

.page-hero h1 {
	font-weight: 900;
	font-size: 54px
}

.navbar-toggler {
	border-color: rgba(255, 255, 255, .4)
}

.navbar-toggler-icon {
	filter: invert(1)
}

@media(max-width:991px) {
	.top-nav {
		background: rgba(0, 27, 68, .98);
		padding: 10px 0
	}

	.hero {
		min-height: 720px;
		padding-top: 120px;
		background-attachment: scroll
	}

	.navbar-collapse {
		background: rgba(0, 27, 68, .98);
		border-radius: 18px;
		padding: 15px
	}

	.floating-search {
		margin-top: -35px
	}

	.hero-logo-badge img {
		width: 130px
	}

	.navbar-brand img {
		width: 120px
	}

	.section {
		padding: 60px 0
	}
}

@media(max-width:575px) {
	.hero h1 {
		font-size: 48px
	}

	.search-card {
		padding: 14px
	}

	.destination-card {
		height: 250px
	}

	.page-hero h1 {
		font-size: 38px
	}
}

/* Final logo, partner slider and footer polish */
.navbar-brand img,
.hero-logo-badge img,
.footer-logo {
	background: transparent !important;
	filter: brightness(0) invert(1);
	object-fit: contain
}

.navbar-brand img {
	width: 128px;
	max-height: 70px
}

.footer-logo {
	width: 185px;
	max-height: 150px
}

.hero-logo-badge {
	background: rgba(0, 27, 68, .58) !important
}

.hero-logo-badge img {
	max-height: 135px
}

.trusted-partners-section {
	overflow: hidden
}

.partner-swiper {
	padding: 10px 8px 42px
}

.partner-logo {
	height: 78px;
	border-radius: 18px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 1.35rem;
	box-shadow: 0 12px 28px rgba(0, 31, 80, .08);
	border: 1px solid rgba(8, 43, 103, .08);
	letter-spacing: -.03em
}

.partner-logo span {
	background: #e5252a;
	color: #fff;
	border-radius: 50%;
	padding: 2px 4px;
	margin: 0 2px;
	font-size: .72em
}

.partner-logo.indigo {
	color: #263f8f
}

.partner-logo.airindia {
	color: #dc1f26
}

.partner-logo.makemytrip {
	color: #244f9e
}

.partner-logo.goibibo {
	color: #f58220
}

.partner-logo.yatra {
	color: #e21b2d
}

.partner-logo.easemytrip {
	color: #2b93d1
}

.partner-logo.akasa {
	color: #5d2e86
}

.partner-logo.booking {
	color: #003b95
}

.partner-pagination .swiper-pagination-bullet-active {
	background: var(--yellow)
}

.footer-social {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fff;
	margin: 0 5px !important;
	text-decoration: none !important
}

.footer-social.facebook i {
	color: #1877f2
}

.footer-social.instagram i {
	color: #e4405f
}

.footer-social.youtube i {
	color: #ff0000
}

.footer-social.linkedin i {
	color: #0a66c2
}

.footer-social.whatsapp i {
	color: #25d366
}

.footer-copy {
	text-align: center !important;
	color: #b9c7db !important;
	margin: 0 auto !important;
	display: block !important
}

.site-footer .footer-copy-wrap {
	text-align: center !important
}

/* User requested common sticky navbar, footer word logo and dropdown polish */
.sticky-vgoo-navbar {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1050;
	background: rgba(0, 27, 68, .38);
	backdrop-filter: blur(10px)
}

.sticky-vgoo-navbar.scrolled {
	background: rgba(0, 27, 68, .98) !important;
	box-shadow: 0 14px 35px rgba(0, 0, 0, .24)
}

.navbar-brand img {
	background: transparent !important;
	filter: none !important;
	width: 136px;
	max-height: 78px;
	object-fit: contain
}

.site-footer .footer-logo {
	background: transparent !important;
	filter: none !important;
	width: 155px;
	max-height: 120px;
	object-fit: contain
}

.hero-logo-badge {
	display: none !important
}

.hero {
	padding-top: 160px
}

.vgoo-dropdown {
	border: 0;
	border-radius: 16px;
	padding: 10px;
	box-shadow: 0 20px 55px rgba(0, 27, 68, .22);
	background: #fff;
	min-width: 240px
}

.services-dropdown-menu {
	max-height: 430px;
	overflow-y: auto;
	min-width: 330px
}

.vgoo-dropdown .dropdown-item {
	border-radius: 10px;
	font-size: 13px;
	font-weight: 700;
	color: #092a61;
	padding: 10px 12px
}

.vgoo-dropdown .dropdown-item:hover {
	background: #fff3cd;
	color: #001b44
}

@media(min-width:992px) {
	.navbar .dropdown:hover>.dropdown-menu {
		display: block;
		margin-top: 0
	}
}

.footer-word-logo {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: .85
}

.footer-word-main {
	font-size: 64px;
	font-weight: 900;
	letter-spacing: -.08em;
	color: #fff
}

.footer-word-main::after {
	content: "";
	display: inline-block;
	width: 34px;
	height: 34px;
	background: var(--yellow);
	clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
	margin-left: 8px;
	transform: rotate(18deg)
}

.footer-word-sub {
	font-family: 'Allura', cursive;
	font-size: 54px;
	color: var(--yellow);
	margin-left: 56px
}

.footer-word-logo small {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #dbe8ff;
	margin-top: 8px
}

.footer-link-grid {
	columns: 2;
	column-gap: 22px
}

.footer-policy-links a {
	display: inline-block !important;
	margin: 0 12px !important
}

.footer-social-row .footer-social {
	display: inline-flex !important
}

.footer-follow {
	color: #dbe8ff
}

.footer-social {
	transition: .25s
}

.footer-social:hover {
	transform: translateY(-3px)
}

.footer-social.facebook {
	background: #fff
}

.footer-social.instagram {
	background: #fff
}

.footer-social.youtube {
	background: #fff
}

.footer-social.linkedin {
	background: #fff
}

.footer-social.whatsapp {
	background: #fff
}

.footer-social.facebook i {
	color: #1877f2 !important
}

.footer-social.instagram i {
	color: #e4405f !important
}

.footer-social.youtube i {
	color: #ff0000 !important
}

.footer-social.linkedin i {
	color: #0a66c2 !important
}

.footer-social.whatsapp i {
	color: #25d366 !important
}

.footer-copy-wrap {
	text-align: center !important
}

.footer-copy {
	text-align: center !important;
	margin: 0 auto !important
}

.site-footer a {
	break-inside: avoid
}

.nav-link.active-js:after {
	transform: scaleX(1)
}

@media(max-width:991px) {
	.sticky-vgoo-navbar {
		background: rgba(0, 27, 68, .98)
	}

	.services-dropdown-menu {
		max-height: 300px
	}

	.footer-link-grid {
		columns: 1
	}

	.footer-word-logo {
		align-items: center;
		text-align: center
	}

	.hero {
		padding-top: 130px
	}
}

/* Final footer matching user reference */
.navbar-brand img {
	width: 150px !important;
	max-height: 82px !important;
	object-fit: contain !important;
	background: transparent !important;
	filter: none !important
}

.footer-cta {
	padding: 42px 0 !important;
	background: linear-gradient(90deg, rgba(0, 27, 68, .96), rgba(0, 61, 126, .82)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85') center/cover !important;
	color: #fff !important
}

.footer-cta-logo {
	width: 260px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	background: transparent !important;
	display: block
}

.footer-cta-title {
	font-size: clamp(32px, 3.5vw, 48px);
	line-height: 1.12;
	font-weight: 900;
	color: #fff;
	margin: 0;
	letter-spacing: -.05em
}

.footer-cta-title span {
	display: block;
	font-family: 'Allura', cursive;
	font-size: 48px;
	color: var(--yellow);
	font-weight: 400;
	letter-spacing: 0;
	margin: 2px 0 0
}

.footer-subscribe-form {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	max-width: 390px
}

.footer-subscribe-form .form-control {
	height: 56px;
	border-radius: 15px;
	padding: 0 18px
}

.footer-subscribe-form .btn {
	height: 56px;
	border-radius: 15px;
	padding: 0 24px;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap
}

.footer-follow {
	font-weight: 600
}

.footer-social {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff !important;
	margin: 0 6px !important;
	text-decoration: none !important;
	vertical-align: middle;
	transition: .25s
}

.footer-social:hover {
	transform: translateY(-3px)
}

.footer-social.facebook i {
	color: #1877f2 !important
}

.footer-social.instagram i {
	color: #e4405f !important
}

.footer-social.youtube i {
	color: #ff0000 !important
}

.footer-social.linkedin i {
	color: #0a66c2 !important
}

.footer-social.whatsapp i {
	color: #25d366 !important
}

.site-footer {
	background: #031b40 !important;
	padding: 58px 0 24px !important;
	color: #dbe8ff !important
}

.site-footer .footer-logo {
	width: 185px !important;
	max-height: 155px !important;
	background: transparent !important;
	filter: brightness(0) invert(1) !important;
	object-fit: contain !important
}

.site-footer p {
	text-align: justify !important;
	line-height: 1.75 !important;
	color: #dbe8ff !important
}

.site-footer a {
	color: #fff !important;
	font-size: 15px;
	margin: 9px 0 !important;
	display: block !important
}

.site-footer a:hover {
	color: var(--yellow) !important
}

.footer-copy-wrap {
	text-align: center !important
}

.footer-copy {
	text-align: center !important;
	margin: 0 auto !important;
	color: #dbe8ff !important;
	display: block !important
}

.hero-logo-badge {
	display: none !important
}

.sticky-vgoo-navbar {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1050;
	background: rgba(0, 27, 68, .38) !important;
	backdrop-filter: blur(12px) !important
}

.sticky-vgoo-navbar.scrolled {
	background: rgba(0, 27, 68, .98) !important;
	box-shadow: 0 14px 35px rgba(0, 0, 0, .24) !important
}

.services-dropdown-menu {
	max-height: 430px;
	overflow-y: auto;
	min-width: 330px
}

.vgoo-dropdown {
	border: 0 !important;
	border-radius: 16px !important;
	padding: 10px !important;
	box-shadow: 0 20px 55px rgba(0, 27, 68, .22) !important
}

.vgoo-dropdown .dropdown-item {
	border-radius: 10px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #092a61 !important;
	padding: 10px 12px !important
}

.vgoo-dropdown .dropdown-item:hover {
	background: #fff3cd !important;
	color: #001b44 !important
}

@media(max-width:991px) {
	.sticky-vgoo-navbar {
		background: rgba(0, 27, 68, .98) !important
	}

	.footer-cta {
		text-align: center
	}

	.footer-cta-logo {
		margin: 0 auto
	}

	.footer-subscribe-form {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.footer-cta-title span {
		font-size: 42px
	}

	.footer-social-row {
		text-align: center
	}

	.site-footer .footer-logo {
		display: block;
		margin-left: auto;
		margin-right: auto
	}

	.site-footer p {
		text-align: center !important
	}
}

@media(max-width:575px) {
	.footer-subscribe-form {
		flex-direction: column
	}

	.footer-subscribe-form .btn,
	.footer-subscribe-form .form-control {
		width: 100%
	}

	.footer-cta-logo {
		width: 220px
	}

	.navbar-brand img {
		width: 125px !important
	}
}

/* Updated navbar stamp logo and premium page upgrades */
.navbar-brand {
	display: flex;
	align-items: center;
	padding: 0 !important;
	margin-right: 34px
}

.navbar-stamp-logo {
	width: 86px !important;
	height: 86px !important;
	max-height: 86px !important;
	object-fit: contain !important;
	background: transparent !important;
	filter: none !important;
	display: block
}

.top-nav {
	padding: 7px 0 !important
}

.sticky-vgoo-navbar.scrolled .navbar-stamp-logo {
	width: 72px !important;
	height: 72px !important;
	max-height: 72px !important
}

.nav-link {
	font-size: 14px !important
}

.call-pill {
	margin-left: 14px
}

.page-hero {
	position: relative;
	overflow: hidden
}

.flight-premium-hero,
.hotels-premium-hero,
.gallery-premium-hero {
	min-height: 560px
}

.flight-premium-hero {
	background: linear-gradient(90deg, rgba(0, 27, 68, .95), rgba(5, 55, 116, .62)), url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1900&q=85') center/cover
}

.hotels-premium-hero {
	background: linear-gradient(90deg, rgba(0, 27, 68, .95), rgba(5, 55, 116, .55)), url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1900&q=85') center/cover
}

.gallery-premium-hero {
	background: linear-gradient(90deg, rgba(0, 27, 68, .93), rgba(5, 55, 116, .50)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1900&q=85') center/cover
}

.flight-glass-card {
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 28px;
	background: rgba(255, 255, 255, .12);
	backdrop-filter: blur(16px);
	padding: 38px;
	color: #fff;
	box-shadow: 0 28px 70px rgba(0, 0, 0, .25)
}

.flight-glass-card i {
	font-size: 76px;
	color: var(--yellow);
	margin-bottom: 20px
}

.premium-info-card {
	border-radius: 26px;
	background: #fff;
	padding: 34px 28px;
	box-shadow: 0 20px 55px rgba(0, 31, 80, .12);
	border: 1px solid rgba(8, 43, 103, .08);
	transition: .35s
}

.premium-info-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 30px 70px rgba(0, 31, 80, .18)
}

.premium-info-card h3 {
	font-size: 1.25rem;
	font-weight: 900;
	color: var(--navy2)
}

.premium-info-card p {
	text-align: center
}

.ticket-panel {
	background: #fff;
	border-radius: 30px;
	padding: 42px;
	box-shadow: var(--shadow);
	position: relative;
	overflow: hidden
}

.ticket-panel:before {
	content: "";
	position: absolute;
	right: -80px;
	top: -80px;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .25)
}

.ticket-badge {
	display: inline-block;
	border-radius: 999px;
	background: var(--yellow);
	padding: 8px 16px;
	font-weight: 900;
	color: var(--navy);
	margin-bottom: 15px
}

.mini-stat {
	background: #f5f9ff;
	border-radius: 18px;
	padding: 18px;
	border: 1px solid #e1ebf8
}

.mini-stat strong {
	display: block;
	color: var(--navy);
	font-weight: 900
}

.mini-stat span {
	font-size: 13px;
	color: var(--muted)
}

.airline-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px
}

.airline-grid div {
	background: #fff;
	border-radius: 22px;
	padding: 26px;
	text-align: center;
	font-weight: 900;
	color: var(--navy);
	box-shadow: var(--shadow);
	font-size: 1.2rem
}

.timeline-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px
}

.timeline-step {
	background: #fff;
	border-radius: 24px;
	padding: 28px;
	text-align: center;
	box-shadow: var(--shadow);
	border: 1px solid rgba(8, 43, 103, .08)
}

.timeline-step span {
	display: inline-grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--navy);
	color: var(--yellow);
	font-weight: 900;
	margin-bottom: 14px
}

.timeline-step h5 {
	font-weight: 900;
	color: var(--navy2)
}

.timeline-step p {
	text-align: center;
	font-size: 14px
}

.stay-card {
	position: relative;
	border-radius: 28px;
	overflow: hidden;
	height: 390px;
	box-shadow: 0 24px 55px rgba(0, 31, 80, .18);
	background: var(--navy)
}

.stay-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .55s
}

.stay-card:hover img {
	transform: scale(1.08)
}

.stay-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 27, 68, .92), rgba(0, 27, 68, .05) 60%)
}

.stay-card div {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	z-index: 2;
	color: #fff
}

.stay-card h5 {
	font-weight: 900
}

.stay-card p {
	color: #e8f1ff;
	text-align: left;
	font-size: 14px;
	margin: 0
}

.hotel-collage {
	position: relative;
	min-height: 520px
}

.hotel-collage img {
	position: absolute;
	object-fit: cover;
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(0, 31, 80, .22);
	border: 8px solid #fff
}

.hotel-collage .main {
	left: 0;
	top: 30px;
	width: 78%;
	height: 420px
}

.hotel-collage .small {
	width: 42%;
	height: 210px
}

.hotel-collage .one {
	right: 0;
	top: 0
}

.hotel-collage .two {
	right: 30px;
	bottom: 20px
}

.amenity-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px
}

.amenity-list span {
	border-radius: 999px;
	background: #fff;
	padding: 12px 16px;
	font-weight: 800;
	color: var(--navy);
	box-shadow: 0 12px 25px rgba(0, 31, 80, .08)
}

.amenity-list i {
	color: var(--yellow2)
}

.gallery-filter button {
	border: 0;
	border-radius: 999px;
	background: #eef5ff;
	color: var(--navy);
	font-weight: 900;
	padding: 12px 20px;
	margin: 5px
}

.gallery-filter button.active,
.gallery-filter button:hover {
	background: var(--yellow);
	color: var(--navy)
}

.vgoo-masonry {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 210px;
	gap: 18px
}

.gallery-tile {
	position: relative;
	border-radius: 26px;
	overflow: hidden;
	background: var(--navy);
	box-shadow: 0 20px 50px rgba(0, 31, 80, .15)
}

.gallery-tile.wide {
	grid-column: span 2
}

.gallery-tile.tall {
	grid-row: span 2
}

.gallery-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .55s
}

.gallery-tile:hover img {
	transform: scale(1.08)
}

.gallery-tile:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 27, 68, .92), rgba(0, 27, 68, .05) 65%)
}

.gallery-tile div {
	position: absolute;
	z-index: 2;
	left: 22px;
	right: 22px;
	bottom: 20px;
	color: #fff
}

.gallery-tile span {
	display: inline-block;
	background: var(--yellow);
	color: var(--navy);
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 8px
}

.gallery-tile h5 {
	font-weight: 900;
	margin: 0
}

@media(max-width:991px) {
	.navbar-stamp-logo {
		width: 70px !important;
		height: 70px !important
	}

	.top-nav {
		padding: 8px 0 !important
	}

	.timeline-row {
		grid-template-columns: repeat(2, 1fr)
	}

	.vgoo-masonry {
		grid-template-columns: repeat(2, 1fr)
	}

	.gallery-tile.wide {
		grid-column: span 2
	}

	.hotel-collage {
		min-height: 430px
	}

	.flight-premium-hero,
	.hotels-premium-hero,
	.gallery-premium-hero {
		min-height: 500px
	}
}

@media(max-width:575px) {
	.navbar-stamp-logo {
		width: 58px !important;
		height: 58px !important
	}

	.timeline-row,
	.airline-grid {
		grid-template-columns: 1fr
	}

	.vgoo-masonry {
		grid-template-columns: 1fr;
		grid-auto-rows: 250px
	}

	.gallery-tile.wide,
	.gallery-tile.tall {
		grid-column: span 1;
		grid-row: span 1
	}

	.hotel-collage {
		min-height: auto
	}

	.hotel-collage img {
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		width: 100% !important;
		height: 240px !important;
		margin-bottom: 16px
	}

	.stay-card {
		height: 320px
	}
}


/* Requested premium updates: about, contact, services */
.about-premium-hero {
	background: linear-gradient(90deg, rgba(0, 27, 68, .95), rgba(0, 55, 120, .50)), url('https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1900&q=85') center/cover;
	min-height: 540px
}

.contact-premium-hero {
	background: linear-gradient(90deg, rgba(0, 27, 68, .95), rgba(0, 55, 120, .52)), url('https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=1900&q=85') center/cover;
	min-height: 500px
}

.services-premium-hero {
	background: linear-gradient(90deg, rgba(0, 27, 68, .95), rgba(0, 55, 120, .55)), url('https://images.unsplash.com/photo-1519055548599-6d4d129508c4?auto=format&fit=crop&w=1900&q=85') center/cover;
	min-height: 520px
}

.about-photo-stack {
	position: relative;
	min-height: 520px
}

.about-main-img {
	width: 88%;
	height: 470px;
	object-fit: cover;
	border-radius: 32px;
	box-shadow: 0 30px 80px rgba(0, 31, 80, .22);
	border: 10px solid #fff
}

.about-exp-card {
	position: absolute;
	right: 10px;
	bottom: 25px;
	background: var(--yellow);
	color: var(--navy);
	border-radius: 26px;
	padding: 24px 28px;
	box-shadow: 0 20px 45px rgba(0, 31, 80, .18);
	display: flex;
	align-items: center;
	gap: 14px
}

.about-exp-card strong {
	font-size: 54px;
	line-height: 1;
	font-weight: 900
}

.about-exp-card span {
	font-weight: 900;
	line-height: 1.2
}

.premium-mini-card,
.about-value-card,
.contact-info-card,
.contact-form-card,
.map-card,
.service-premium-card {
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 58px rgba(0, 31, 80, .12);
	border: 1px solid rgba(8, 43, 103, .08)
}

.premium-mini-card {
	padding: 24px;
	height: 100%
}

.premium-mini-card i {
	font-size: 34px;
	color: var(--yellow2);
	margin-bottom: 14px
}

.premium-mini-card h6 {
	font-weight: 900;
	color: var(--navy2)
}

.premium-mini-card p {
	text-align: left;
	font-size: 14px;
	margin: 0
}

.about-value-card {
	padding: 38px 30px;
	text-align: center;
	height: 100%;
	transition: .35s
}

.about-value-card:hover {
	transform: translateY(-8px)
}

.about-value-card.featured {
	background: linear-gradient(145deg, var(--navy), #073d86);
	color: #fff
}

.about-value-card i {
	width: 76px;
	height: 76px;
	display: grid;
	place-items: center;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: #fff3c4;
	color: var(--navy);
	font-size: 30px
}

.about-value-card h3 {
	font-weight: 900
}

.about-value-card p {
	text-align: center;
	margin: 0
}

.about-value-card.featured p {
	color: #e9f2ff
}

.journey-timeline {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px
}

.journey-timeline div {
	background: #fff;
	border-radius: 24px;
	padding: 26px;
	box-shadow: var(--shadow);
	border: 1px solid rgba(8, 43, 103, .08)
}

.journey-timeline span {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	background: var(--yellow);
	color: var(--navy);
	border-radius: 50%;
	font-weight: 900;
	margin-bottom: 12px
}

.journey-timeline h5 {
	font-weight: 900;
	color: var(--navy2)
}

.journey-timeline p {
	text-align: left;
	font-size: 14px;
	margin: 0
}

.counter-card {
	border: 1px solid rgba(255, 255, 255, .18);
	background: rgba(255, 255, 255, .08);
	border-radius: 24px;
	padding: 30px
}

.counter-card strong {
	display: block;
	font-size: 46px;
	font-weight: 900;
	color: var(--yellow)
}

.counter-card span {
	color: #fff;
	font-weight: 700
}

.contact-info-card {
	height: 100%;
	padding: 30px;
	text-align: center;
	transition: .35s
}

.contact-info-card:hover {
	transform: translateY(-8px)
}

.contact-info-card i {
	font-size: 38px;
	color: var(--yellow2);
	margin-bottom: 18px
}

.contact-info-card h4 {
	font-weight: 900;
	color: var(--navy2)
}

.contact-info-card a {
	display: block;
	color: var(--navy);
	font-weight: 800;
	text-decoration: none;
	margin: 5px 0
}

.contact-info-card p {
	text-align: center;
	margin: 0
}

.map-card {
	overflow: hidden;
	height: 100%;
	min-height: 520px
}

.map-card iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	min-height: 520px
}

.contact-form-card {
	padding: 36px
}

.service-premium-card {
	display: block;
	text-decoration: none;
	color: var(--text);
	padding: 34px 28px;
	height: 100%;
	position: relative;
	overflow: hidden;
	transition: .35s
}

.service-premium-card:before {
	content: "";
	position: absolute;
	right: -55px;
	top: -55px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .18);
	transition: .35s
}

.service-premium-card:hover {
	transform: translateY(-8px);
	color: var(--text)
}

.service-premium-card:hover:before {
	transform: scale(1.45)
}

.service-icon {
	width: 74px;
	height: 74px;
	border-radius: 22px;
	background: linear-gradient(145deg, var(--navy), #074a99);
	display: grid;
	place-items: center;
	color: var(--yellow);
	font-size: 30px;
	margin-bottom: 22px;
	box-shadow: 0 16px 34px rgba(0, 31, 80, .18)
}

.service-premium-card h4 {
	font-size: 1.15rem;
	font-weight: 900;
	color: var(--navy2)
}

.service-premium-card p {
	text-align: left;
	font-size: 14px;
	margin-bottom: 18px
}

.service-premium-card span {
	font-weight: 900;
	color: var(--navy)
}

.service-premium-card span i {
	color: var(--yellow2);
	margin-left: 6px
}

@media(max-width:991px) {
	.about-photo-stack {
		min-height: auto
	}

	.about-main-img {
		width: 100%;
		height: 350px
	}

	.about-exp-card {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: -55px;
		margin-left: 25px;
		width: max-content
	}

	.journey-timeline {
		grid-template-columns: 1fr
	}

	.map-card,
	.map-card iframe {
		min-height: 360px
	}
}

@media(max-width:575px) {
	.about-exp-card strong {
		font-size: 42px
	}

	.contact-form-card {
		padding: 24px
	}

	.service-premium-card {
		padding: 28px 22px
	}
}


/* ===== VGOO requested global corrections: favicon, one-line navbar, white dropdown arrows, exact reference footer ===== */
.vgoo-main-navbar .container-fluid {
	max-width: 1480px;
}

.vgoo-main-navbar .navbar-brand {
	margin-right: 18px !important;
	flex: 0 0 auto;
}

.vgoo-main-navbar .navbar-stamp-logo {
	width: 76px !important;
	height: 76px !important;
	max-height: 76px !important;
}

.vgoo-nav-one-line {
	gap: 0;
	white-space: nowrap;
}

.vgoo-nav-one-line .nav-link {
	white-space: nowrap !important;
	font-size: 13px !important;
	margin: 0 3px !important;
	padding-left: 7px !important;
	padding-right: 7px !important;
	color: #fff !important;
}

.vgoo-main-navbar .dropdown-toggle::after {
	border-top-color: #fff !important;
	vertical-align: .16em;
	margin-left: 6px;
}

.vgoo-main-navbar .call-pill {
	white-space: nowrap;
	flex: 0 0 auto;
	font-size: 11px !important;
	padding: 7px 10px !important;
}

@media (min-width:992px) and (max-width:1250px) {
	.vgoo-nav-one-line .nav-link {
		font-size: 11.2px !important;
		margin: 0 1px !important;
		padding-left: 4px !important;
		padding-right: 4px !important
	}

	.vgoo-main-navbar .navbar-stamp-logo {
		width: 62px !important;
		height: 62px !important
	}

	.vgoo-main-navbar .call-pill {
		font-size: 10px !important;
		padding: 6px 8px !important
	}
}

@media (max-width:991px) {
	.vgoo-nav-one-line {
		white-space: normal
	}

	.vgoo-nav-one-line .nav-link {
		white-space: normal !important;
		font-size: 14px !important
	}

	.vgoo-main-navbar .dropdown-toggle::after {
		border-top-color: #fff !important
	}

	.vgoo-main-navbar .navbar-stamp-logo {
		width: 64px !important;
		height: 64px !important
	}
}

.vgoo-reference-footer-top {
	padding: 48px 0 !important;
	background: linear-gradient(90deg, rgba(2, 27, 63, .88), rgba(0, 48, 95, .64)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85') center/cover !important;
	color: #fff !important;
}

.vgoo-reference-footer-top .footer-cta-logo {
	width: 245px !important;
	max-height: 130px !important;
	object-fit: contain !important;
	background: transparent !important;
	filter: none !important;
}

.vgoo-reference-footer-top .footer-cta-title {
	font-size: clamp(24px, 3.1vw, 40px) !important;
	line-height: 1.05 !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	color: #fff !important;
}

.vgoo-reference-footer-top .footer-cta-title span {
	display: inline !important;
	font-family: 'Allura', cursive !important;
	font-size: clamp(42px, 5vw, 70px) !important;
	color: var(--yellow) !important;
	font-weight: 400 !important;
	line-height: .8 !important;
}

.vgoo-reference-footer-top .subscribe-title {
	font-size: 13px !important;
	font-weight: 800 !important;
	color: #fff !important;
	margin-bottom: 10px !important;
}

.vgoo-reference-footer-top .footer-subscribe-form {
	display: flex !important;
	gap: 0 !important;
	max-width: 405px !important;
	background: #fff !important;
	border-radius: 4px !important;
	padding: 0 !important;
	overflow: hidden !important;
}

.vgoo-reference-footer-top .footer-subscribe-form .form-control {
	height: 48px !important;
	border: 0 !important;
	border-radius: 0 !important;
	font-size: 12px !important;
	box-shadow: none !important;
}

.vgoo-reference-footer-top .footer-subscribe-form .btn {
	height: 48px !important;
	border-radius: 0 !important;
	padding: 0 20px !important;
	font-size: 12px !important;
	box-shadow: none !important;
}

.vgoo-reference-footer-top .footer-follow {
	font-size: 12px !important;
	font-weight: 700 !important;
	color: #fff !important;
}

.vgoo-reference-footer-top .footer-social {
	width: 22px !important;
	height: 22px !important;
	margin: 0 4px !important;
	background: rgba(255, 255, 255, .12) !important;
	border: 1px solid rgba(255, 255, 255, .22) !important;
	font-size: 10px !important;
}

.vgoo-reference-footer-bottom {
	background: #031b40 !important;
	color: #dbe8ff !important;
	padding: 42px 0 12px !important;
}

.vgoo-reference-footer-bottom .footer-heading {
	color: #fff !important;
	font-weight: 900 !important;
	font-size: 12px !important;
	letter-spacing: .03em !important;
	margin-bottom: 18px !important;
	text-transform: uppercase !important;
}

.vgoo-reference-footer-bottom p {
	font-size: 13px !important;
	line-height: 1.8 !important;
	color: #d5e2f4 !important;
	text-align: left !important;
	margin-bottom: 0 !important;
}

.vgoo-reference-footer-bottom a {
	font-size: 13px !important;
	color: #dce9f8 !important;
	text-decoration: none !important;
	margin: 8px 0 !important;
	display: block !important;
}

.vgoo-reference-footer-bottom a:hover {
	color: var(--yellow) !important;
}

.vgoo-reference-footer-bottom .exact-footer-links {
	columns: 2 !important;
	column-gap: 54px !important;
}

.vgoo-reference-footer-bottom .footer-copy-wrap {
	border-top: 1px solid rgba(255, 255, 255, .08) !important;
	margin-top: 28px !important;
	padding-top: 12px !important;
	text-align: center !important;
}

.vgoo-reference-footer-bottom .footer-copy {
	color: #b8c7dc !important;
	text-align: center !important;
	font-size: 12px !important;
}

@media(max-width:991px) {
	.vgoo-reference-footer-top {
		text-align: center !important
	}

	.vgoo-reference-footer-top .footer-cta-logo {
		margin: 0 auto !important
	}

	.vgoo-reference-footer-bottom {
		text-align: center !important
	}

	.vgoo-reference-footer-bottom p {
		text-align: center !important
	}

	.vgoo-reference-footer-bottom .exact-footer-links {
		columns: 1 !important
	}

	.vgoo-reference-footer-top .footer-subscribe-form {
		margin-left: auto !important;
		margin-right: auto !important
	}
}


/* ===== Final requested corrections: visible white dropdown arrows + aeroplane footer logo ===== */
.vgoo-main-navbar .nav-item.dropdown>.nav-link {
	display: flex !important;
	align-items: center !important;
	gap: 4px !important;
	white-space: nowrap !important;
	color: #fff !important;
}

.vgoo-main-navbar .dropdown-toggle::after {
	display: none !important;
}

.vgoo-main-navbar .nav-arrow-white {
	color: #fff !important;
	font-size: 11px !important;
	line-height: 1 !important;
	opacity: 1 !important;
}

.vgoo-nav-one-line,
.vgoo-nav-one-line .nav-link {
	white-space: nowrap !important;
}

.vgoo-reference-footer-top .footer-airplane-logo {
	width: 245px !important;
	height: auto !important;
	max-height: 135px !important;
	object-fit: contain !important;
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	mix-blend-mode: screen;
}

@media(max-width:991px) {

	.vgoo-nav-one-line,
	.vgoo-nav-one-line .nav-link {
		white-space: normal !important;
	}

	.vgoo-reference-footer-top .footer-airplane-logo {
		margin: 0 auto !important;
	}
}

/* Home page corrections */
.vgoo-booking-tabs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px
}

.vgoo-booking-tabs .tab-btn {
	white-space: nowrap;
	text-align: center;
	padding: 13px 16px
}

.destination-mini-swiper {
	position: relative;
	padding: 0 54px 0 0;
	overflow: hidden
}

.destination-mini-swiper .swiper-slide {
	height: auto
}

.destination-mini-swiper .destination-card {
	border: 4px solid var(--yellow);
	box-shadow: 0 18px 45px rgba(0, 31, 80, .16)
}

.destination-next {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--yellow);
	color: var(--navy);
	display: grid;
	place-items: center;
	box-shadow: 0 12px 25px rgba(0, 31, 80, .25);
	cursor: pointer
}

.destination-next:hover {
	background: var(--yellow2)
}

.vgoo-home-features-last {
	background: #fff;
	padding: 70px 0 80px
}

@media(max-width:991px) {
	.vgoo-booking-tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.destination-mini-swiper {
		margin-top: 28px;
		padding-right: 46px
	}
}

@media(max-width:575px) {
	.vgoo-booking-tabs {
		grid-template-columns: 1fr
	}

	.vgoo-booking-tabs .tab-btn {
		text-align: left
	}

	.destination-mini-swiper {
		padding-right: 0;
		padding-bottom: 60px
	}

	.destination-next {
		right: 50%;
		top: auto;
		bottom: 4px;
		transform: translateX(50%)
	}
}


/* ===== Working home page booking + domestic/international tour finder ===== */
.search-card {
	position: relative;
}

.vgoo-booking-tabs .tab-btn {
	cursor: pointer;
	transition: .25s;
}

.vgoo-booking-tabs .tab-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(0, 31, 80, .12)
}

.tour-finder-section {
	background: linear-gradient(180deg, #fff, #f3f8ff);
	padding-top: 72px;
	padding-bottom: 82px;
}

.tour-search-box {
	display: flex;
	gap: 12px;
	background: #fff;
	border: 1px solid rgba(8, 43, 103, .08);
	border-radius: 18px;
	padding: 12px;
	box-shadow: var(--shadow)
}

.tour-search-box .form-control {
	border: 0;
	background: #f6f9fd;
	box-shadow: none;
	min-height: 52px;
}

.tour-search-box .btn {
	white-space: nowrap;
	min-width: 132px;
}

.tour-search-message {
	min-height: 24px;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 700;
	color: var(--navy)
}

.tour-package-swiper {
	position: relative;
	padding: 12px 62px 18px 62px;
	overflow: hidden;
}

.tour-mini-card {
	height: 360px;
	border: 4px solid var(--yellow);
	border-radius: 22px;
	overflow: hidden;
	position: relative;
	background: #001b44;
	box-shadow: 0 20px 48px rgba(0, 31, 80, .18);
}

.tour-mini-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .55s;
}

.tour-mini-card:hover img {
	transform: scale(1.08);
}

.tour-mini-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 22, 60, .92) 0%, rgba(0, 22, 60, .55) 38%, rgba(0, 0, 0, .08) 100%)
}

.tour-mini-card span,
.tour-mini-card h5,
.tour-mini-card p,
.tour-mini-card .tour-card-btn {
	position: absolute;
	z-index: 2;
	left: 20px;
	right: 20px;
}

.tour-mini-card span {
	top: 18px;
	width: max-content;
	max-width: calc(100% - 40px);
	background: rgba(255, 193, 7, .96);
	color: #062a61;
	border-radius: 999px;
	padding: 6px 11px;
	font-size: 12px;
	font-weight: 900;
}

.tour-mini-card h5 {
	bottom: 83px;
	color: #fff;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.18;
	margin: 0;
}

.tour-mini-card p {
	bottom: 47px;
	color: #e9f2ff !important;
	text-align: left !important;
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
}

.tour-card-btn {
	bottom: 17px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: max-content;
	text-decoration: none;
	background: #fff;
	color: var(--navy) !important;
	border-radius: 999px;
	padding: 7px 14px;
	font-size: 12px;
	font-weight: 900;
}

.tour-card-btn:hover {
	background: var(--yellow);
	color: var(--navy) !important;
}

.tour-slider-next,
.tour-slider-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--yellow);
	color: var(--navy);
	display: grid;
	place-items: center;
	box-shadow: 0 14px 32px rgba(0, 31, 80, .28);
	cursor: pointer;
}

.tour-slider-next {
	right: 6px;
}

.tour-slider-prev {
	left: 6px;
}

.tour-slider-next:hover,
.tour-slider-prev:hover {
	background: var(--yellow2);
}

.tour-card-slide.is-hidden {
	display: none !important;
}

.vgoo-reference-footer-top .footer-airplane-logo,
.vgoo-reference-footer-top .footer-cta-logo {
	mix-blend-mode: normal !important;
	width: 270px !important;
	max-height: 150px !important;
	object-fit: contain !important;
	background: transparent !important;
}

@media(max-width:991px) {
	.tour-search-box {
		flex-direction: column
	}

	.tour-search-box .btn {
		width: 100%
	}

	.tour-package-swiper {
		padding: 10px 54px 18px 54px
	}

	.tour-mini-card {
		height: 330px
	}
}

@media(max-width:575px) {
	.tour-package-swiper {
		padding: 8px 0 68px 0
	}

	.tour-slider-next {
		right: calc(50% - 56px);
		top: auto;
		bottom: 0;
		transform: none
	}

	.tour-slider-prev {
		left: calc(50% - 56px);
		top: auto;
		bottom: 0;
		transform: none
	}

	.tour-mini-card {
		height: 310px
	}

	.tour-search-box {
		padding: 10px
	}
}

/* ===== Home Services mini slider section, between dark services and handpicked packages ===== */
.home-services-slider-section {
	background: #fff;
	padding-top: 78px;
	padding-bottom: 78px;
	overflow: hidden;
}

.service-reverse-swiper {
	position: relative;
	overflow: hidden;
	padding: 10px 58px 18px;
}

.service-reverse-swiper .swiper-slide {
	height: auto;
}

.home-service-card {
	position: relative;
	display: block;
	height: 330px;
	border-radius: 24px;
	overflow: hidden;
	text-decoration: none;
	background: #031b40;
	box-shadow: 0 18px 45px rgba(0, 31, 80, .16);
	border: 3px solid rgba(255, 193, 7, .92);
}

.home-service-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .55s ease;
}

.home-service-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(2, 22, 57, .95) 0%, rgba(2, 22, 57, .58) 45%, rgba(2, 22, 57, .04) 100%);
}

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

.home-service-icon {
	position: absolute;
	z-index: 2;
	top: 18px;
	left: 18px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--yellow);
	color: var(--navy);
	font-size: 24px;
	box-shadow: 0 12px 25px rgba(0, 31, 80, .22);
}

.home-service-card div {
	position: absolute;
	z-index: 2;
	left: 20px;
	right: 20px;
	bottom: 20px;
}

.home-service-card h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.18;
	margin: 0 0 8px;
}

.home-service-card p {
	color: #e8f1ff !important;
	text-align: left !important;
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
}

.service-reverse-prev,
.service-reverse-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--yellow);
	color: var(--navy);
	display: grid;
	place-items: center;
	box-shadow: 0 14px 32px rgba(0, 31, 80, .25);
	cursor: pointer;
}

.service-reverse-prev {
	left: 5px;
}

.service-reverse-next {
	right: 5px;
}

.service-reverse-prev:hover,
.service-reverse-next:hover {
	background: var(--yellow2);
}

@media(max-width:991px) {
	.service-reverse-swiper {
		padding: 10px 54px 18px
	}

	.home-service-card {
		height: 310px
	}
}

@media(max-width:575px) {
	.service-reverse-swiper {
		padding: 8px 0 68px
	}

	.service-reverse-prev {
		left: calc(50% - 56px);
		top: auto;
		bottom: 0;
		transform: none
	}

	.service-reverse-next {
		right: calc(50% - 56px);
		top: auto;
		bottom: 0;
		transform: none
	}

	.home-service-card {
		height: 300px
	}
}


/* ===== Footer logo and social media icon clarity correction ===== */
.vgoo-reference-footer-top .footer-airplane-logo,
.vgoo-reference-footer-top .footer-cta-logo {
	width: 300px !important;
	max-width: 100% !important;
	max-height: 190px !important;
	object-fit: contain !important;
	object-position: center !important;
	filter: none !important;
	background: transparent !important;
	mix-blend-mode: normal !important;
}

.vgoo-reference-footer-top .footer-follow {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	flex-wrap: wrap !important;
}

.vgoo-reference-footer-top .footer-social {
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	border-radius: 50% !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 3px !important;
	font-size: 18px !important;
	line-height: 1 !important;
	border: 2px solid rgba(255, 255, 255, .45) !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .22) !important;
	opacity: 1 !important;
}

.vgoo-reference-footer-top .footer-social i {
	font-size: 18px !important;
	line-height: 1 !important;
	color: #fff !important;
}

.vgoo-reference-footer-top .footer-social.facebook {
	background: #1877F2 !important;
}

.vgoo-reference-footer-top .footer-social.instagram {
	background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4) !important;
}

.vgoo-reference-footer-top .footer-social.whatsapp {
	background: #25D366 !important;
}

.vgoo-reference-footer-top .footer-social.youtube {
	background: #FF0000 !important;
}

.vgoo-reference-footer-top .footer-social:hover {
	transform: translateY(-4px) scale(1.05) !important;
}

@media(max-width:991px) {

	.vgoo-reference-footer-top .footer-airplane-logo,
	.vgoo-reference-footer-top .footer-cta-logo {
		width: 260px !important;
		margin: 0 auto !important;
	}

	.vgoo-reference-footer-top .footer-follow {
		justify-content: center !important;
	}
}


/* Pinterest Gallery Page */
.pinterest-gallery-section {
	background: #f7fbff;
}

.pinterest-gallery-grid {
	column-count: 4;
	column-gap: 22px;
}

.pinterest-gallery-card {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 0 22px;
	border: 0;
	padding: 0;
	border-radius: 24px;
	overflow: hidden;
	background: #071f46;
	box-shadow: 0 18px 45px rgba(5, 26, 58, .14);
	cursor: pointer;
	break-inside: avoid;
	transition: transform .3s ease, box-shadow .3s ease;
}

.pinterest-gallery-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 24px 65px rgba(5, 26, 58, .22);
}

.pinterest-gallery-card img {
	width: 100%;
	height: 300px;
	display: block;
	object-fit: cover;
	transition: transform .45s ease;
}

.pinterest-gallery-card.tall img {
	height: 430px;
}

.pinterest-gallery-card.wide img {
	height: 250px;
}

.pinterest-gallery-card:hover img {
	transform: scale(1.08);
}

.gallery-card-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 26, 63, .85) 100%);
}

.gallery-card-content {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	color: #fff;
	text-align: left;
	z-index: 2;
}

.gallery-card-content small {
	display: block;
	color: #ffc400;
	font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .6px;
	margin-bottom: 4px;
}

.gallery-card-content strong {
	display: block;
	font-size: 21px;
	line-height: 1.15;
	font-weight: 900;
}

.gallery-zoom-icon {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #ffc400;
	color: #062552;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	opacity: 0;
	transform: scale(.8);
	transition: .3s ease;
}

.pinterest-gallery-card:hover .gallery-zoom-icon {
	opacity: 1;
	transform: scale(1);
}

.vgoo-gallery-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 15, 38, .94);
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 55px 90px;
}

.vgoo-gallery-lightbox.active {
	display: flex;
}

.vgoo-gallery-lightbox img {
	max-width: 100%;
	max-height: 88vh;
	width: auto;
	height: auto;
	border-radius: 16px;
	box-shadow: 0 25px 80px rgba(0, 0, 0, .55);
	object-fit: contain;
}

.gallery-lightbox-close {
	position: absolute;
	top: 24px;
	right: 30px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .35);
	background: #ffc400;
	color: #062552;
	font-size: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.gallery-lightbox-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 62px;
	height: 62px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .35);
	background: #ffc400;
	color: #062552;
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	transition: .25s ease;
}

.gallery-lightbox-arrow:hover,
.gallery-lightbox-close:hover {
	background: #fff;
	transform: translateY(-50%) scale(1.06);
}

.gallery-lightbox-close:hover {
	transform: scale(1.06);
}

.gallery-lightbox-prev {
	left: 24px;
}

.gallery-lightbox-next {
	right: 24px;
}

.gallery-lightbox-caption {
	position: absolute;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
	color: #fff;
	background: rgba(0, 0, 0, .42);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 30px;
	padding: 10px 22px;
	font-weight: 800;
	text-align: center;
}

@media(max-width:1199px) {
	.pinterest-gallery-grid {
		column-count: 3;
	}

	.pinterest-gallery-card img {
		height: 270px
	}

	.pinterest-gallery-card.tall img {
		height: 380px
	}
}

@media(max-width:767px) {
	.pinterest-gallery-grid {
		column-count: 2;
		column-gap: 14px
	}

	.pinterest-gallery-card {
		border-radius: 18px;
		margin-bottom: 14px
	}

	.pinterest-gallery-card img,
	.pinterest-gallery-card.wide img {
		height: 210px
	}

	.pinterest-gallery-card.tall img {
		height: 290px
	}

	.vgoo-gallery-lightbox {
		padding: 45px 18px
	}

	.gallery-lightbox-arrow {
		width: 46px;
		height: 46px;
		font-size: 18px
	}

	.gallery-lightbox-prev {
		left: 10px
	}

	.gallery-lightbox-next {
		right: 10px
	}

	.gallery-lightbox-close {
		top: 14px;
		right: 14px;
		width: 46px;
		height: 46px
	}

	.gallery-lightbox-caption {
		bottom: 12px;
		font-size: 13px;
		max-width: 90%;
	}
}

@media(max-width:480px) {
	.pinterest-gallery-grid {
		column-count: 1
	}

	.pinterest-gallery-card img,
	.pinterest-gallery-card.wide img,
	.pinterest-gallery-card.tall img {
		height: 300px
	}
}


/* Premium service detail pages */
.service-detail-hero {
	position: relative;
	min-height: 470px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden
}

.service-detail-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(3, 26, 60, .92), rgba(3, 26, 60, .55), rgba(255, 193, 7, .22));
}

.service-detail-hero .container {
	position: relative;
	z-index: 2
}

.service-detail-hero h1 {
	font-size: clamp(34px, 5vw, 70px);
	font-weight: 900;
	line-height: 1.05
}

.service-detail-hero p {
	font-size: 18px;
	max-width: 720px
}

.hero-service-icon {
	width: 92px;
	height: 92px;
	border-radius: 28px;
	background: #ffc107;
	color: #082956;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 42px;
	box-shadow: 0 20px 45px rgba(255, 193, 7, .35);
	margin-bottom: 22px;
	animation: vgooFloat 3s ease-in-out infinite
}

.service-info-card {
	background: #fff;
	border-radius: 30px;
	padding: 34px;
	box-shadow: 0 24px 70px rgba(7, 32, 70, .12);
	border: 1px solid rgba(255, 193, 7, .34);
	height: 100%;
	transition: .35s
}

.service-info-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 28px 80px rgba(7, 32, 70, .18)
}

.service-info-card h3 {
	font-weight: 900;
	color: #082956;
	margin-bottom: 18px
}

.service-points {
	padding: 0;
	margin: 0;
	list-style: none
}

.service-points li {
	display: flex;
	gap: 13px;
	margin-bottom: 14px;
	color: #44546a;
	line-height: 1.65
}

.service-points li i {
	color: #ffc107;
	background: #082956;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	margin-top: 1px
}

.service-photo-frame {
	position: relative;
	border-radius: 34px;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(7, 32, 70, .22);
	border: 8px solid #ffc107
}

.service-photo-frame img {
	width: 100%;
	height: 460px;
	object-fit: cover;
	transition: transform .7s
}

.service-photo-frame:hover img {
	transform: scale(1.08)
}

.service-photo-frame:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(3, 26, 60, .45), transparent 55%)
}

.nearby-section {
	background: radial-gradient(circle at top left, rgba(255, 193, 7, .18), transparent 34%), linear-gradient(180deg, #f6fbff, #fff)
}

.nearby-round-card {
	text-align: center;
	padding: 20px;
	border-radius: 32px;
	transition: .35s
}

.nearby-round-img {
	width: 210px;
	height: 210px;
	border-radius: 50%;
	object-fit: cover;
	border: 8px solid #ffc107;
	box-shadow: 0 18px 50px rgba(7, 32, 70, .18);
	transition: .45s
}

.nearby-round-card:hover {
	transform: translateY(-10px)
}

.nearby-round-card:hover .nearby-round-img {
	transform: rotate(3deg) scale(1.06)
}

.nearby-round-card h4 {
	font-weight: 900;
	color: #082956;
	margin-top: 18px
}

.service-cta-panel {
	background: linear-gradient(135deg, #082956, #063c84);
	color: #fff;
	border-radius: 34px;
	padding: 38px;
	box-shadow: 0 30px 70px rgba(7, 32, 70, .2);
	position: relative;
	overflow: hidden
}

.service-cta-panel:after {
	content: "✈";
	position: absolute;
	right: 34px;
	bottom: -18px;
	font-size: 120px;
	color: rgba(255, 193, 7, .18);
	transform: rotate(-18deg)
}

@keyframes vgooFloat {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}
}

.service-page-grid .service-premium-card {
	min-height: 270px
}

.service-page-grid .service-premium-card.active-detail {
	border-color: #ffc107;
	box-shadow: 0 20px 60px rgba(255, 193, 7, .25)
}

@media(max-width:767px) {
	.service-detail-hero {
		min-height: 390px
	}

	.service-photo-frame img {
		height: 300px
	}

	.nearby-round-img {
		width: 170px;
		height: 170px
	}
}


/* Reduced premium services update */
.vgoo-dropdown .dropdown-item.active-service {
	background: #fff1bd;
	color: #062653;
	font-weight: 800;
	border-radius: 10px;
}

.reduced-services-hero {
	position: relative;
	min-height: 430px;
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, rgba(4, 32, 75, .90), rgba(4, 32, 75, .55)), var(--service-bg) center/cover no-repeat;
	color: #fff;
	overflow: hidden;
}

.reduced-services-hero:after {
	content: "";
	position: absolute;
	right: -80px;
	bottom: -90px;
	width: 280px;
	height: 280px;
	background: #ffc107;
	border-radius: 50%;
	opacity: .16;
	animation: vgooPulse 5s infinite alternate;
}

.reduced-services-hero h1 {
	font-size: clamp(38px, 5vw, 72px);
	font-weight: 900;
	letter-spacing: -2px;
}

.reduced-services-hero p {
	font-size: 18px;
	max-width: 760px;
	color: rgba(255, 255, 255, .9) !important;
}

.service-hero-icon {
	width: 92px;
	height: 92px;
	border-radius: 26px;
	background: #ffc107;
	color: #062653;
	display: grid;
	place-items: center;
	font-size: 42px;
	box-shadow: 0 25px 60px rgba(255, 193, 7, .25);
	margin-bottom: 22px;
	transform: rotate(-6deg);
}

@keyframes vgooPulse {
	from {
		transform: scale(.9)
	}

	to {
		transform: scale(1.08)
	}
}

.premium-service-card {
	height: 100%;
	border: 0;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(6, 38, 83, .10);
	overflow: hidden;
	transition: .35s;
}

.premium-service-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 70px rgba(6, 38, 83, .18)
}

.premium-service-card img {
	width: 100%;
	height: 235px;
	object-fit: cover;
}

.premium-service-card .card-body {
	padding: 26px;
}

.service-feature-icon {
	width: 56px;
	height: 56px;
	border-radius: 18px;
	background: #ffc107;
	color: #062653;
	display: grid;
	place-items: center;
	font-size: 24px;
	margin-bottom: 14px;
}

.service-process {
	background: linear-gradient(135deg, #062653, #0b4384);
	border-radius: 32px;
	padding: 45px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.service-process:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(255, 193, 7, .28), transparent 42%);
}

.process-step {
	position: relative;
	background: rgba(255, 255, 255, .09);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 24px;
	padding: 24px;
	height: 100%;
	backdrop-filter: blur(8px);
}

.process-step span {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #ffc107;
	color: #062653;
	font-weight: 900;
	display: inline-grid;
	place-items: center;
	margin-bottom: 12px;
}

.round-nearby-card {
	text-align: center;
	transition: .35s;
}

.round-nearby-card:hover {
	transform: translateY(-8px)
}

.round-nearby-card img {
	width: 165px;
	height: 165px;
	border-radius: 50%;
	object-fit: cover;
	border: 7px solid #ffc107;
	box-shadow: 0 16px 38px rgba(6, 38, 83, .18);
}

.round-nearby-card h5 {
	margin-top: 16px;
	font-weight: 800;
	color: #062653;
}

.services-main-grid .service-premium-card.active-service-card {
	border: 2px solid #ffc107;
	box-shadow: 0 20px 55px rgba(255, 193, 7, .25);
}

@media(max-width:767px) {
	.reduced-services-hero {
		min-height: 360px
	}

	.service-process {
		padding: 28px
	}

	.round-nearby-card img {
		width: 135px;
		height: 135px
	}
}


/* Redesigned unique service subpages - user requested premium, different layouts, active state, image-safe display */
.vgoo-service-body main {
	overflow: hidden;
	background: #fff
}

.top-nav .dropdown-menu .dropdown-item.active-service {
	background: #fff0bd !important;
	color: #031b40 !important;
	box-shadow: inset 4px 0 0 #ffc107
}

.svc-hero {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: center;
	color: #fff;
	padding-top: 110px;
	background-position: center;
	background-size: cover;
	isolation: isolate
}

.svc-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(3, 27, 64, .95), rgba(3, 27, 64, .68), rgba(255, 193, 7, .12))
}

.svc-hero:after {
	content: "";
	position: absolute;
	right: -90px;
	bottom: -110px;
	width: 320px;
	height: 320px;
	border: 42px solid rgba(255, 193, 7, .18);
	border-radius: 50%;
	animation: svcSpin 16s linear infinite
}

.svc-hero h1 {
	font-size: clamp(38px, 6vw, 78px);
	font-weight: 900;
	max-width: 900px;
	line-height: 1.02;
	letter-spacing: -2.5px
}

.svc-hero p {
	max-width: 780px;
	font-size: 18px;
	color: rgba(255, 255, 255, .92) !important;
	text-align: left !important
}

.svc-kicker,
.svc-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: 900;
	font-size: 13px;
	color: #ffc107;
	margin-bottom: 13px
}

.svc-kicker:before,
.svc-label:before {
	content: "";
	width: 34px;
	height: 3px;
	border-radius: 999px;
	background: #ffc107
}

.svc-heading {
	font-size: clamp(30px, 4vw, 52px);
	font-weight: 900;
	line-height: 1.08;
	color: #031b40;
	letter-spacing: -1.5px;
	margin-bottom: 18px
}

.highlight-swipe,
.highlight-center {
	position: relative;
	display: inline-block
}

.highlight-swipe:after,
.highlight-center:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 12px;
	background: rgba(255, 193, 7, .42);
	z-index: -1;
	border-radius: 999px;
	animation: highlightGrow 1.4s ease both
}

.highlight-center:after {
	left: 50%;
	transform: translateX(-50%);
	width: 78%
}

.svc-holiday {
	background-image: url('https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1900&q=85')
}

.svc-temple {
	background-image: url('https://images.unsplash.com/photo-1582510003544-4d00b7f74220?auto=format&fit=crop&w=1900&q=85')
}

.svc-flight {
	background-image: url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1900&q=85')
}

.svc-hotel {
	background-image: url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1900&q=85')
}

.svc-support {
	background-image: url('https://images.unsplash.com/photo-1556745757-8d76bdb6984b?auto=format&fit=crop&w=1900&q=85')
}

.svc-services {
	background-image: url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1900&q=85')
}

.svc-soft {
	background: radial-gradient(circle at 8% 8%, rgba(255, 193, 7, .18), transparent 28%), linear-gradient(180deg, #f6fbff, #fff)
}

.svc-navy-pattern {
	background: radial-gradient(circle at top right, rgba(255, 193, 7, .24), transparent 38%), linear-gradient(135deg, #031b40, #063d83)
}

.svc-img-contain {
	background: linear-gradient(135deg, #eef5ff, #fff);
	border: 8px solid #ffc107;
	border-radius: 34px;
	box-shadow: 0 25px 75px rgba(3, 27, 64, .16);
	height: 420px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden
}

.svc-img-contain img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 24px;
	transition: .6s
}

.svc-img-contain:hover img {
	transform: scale(1.04)
}

.svc-bullet-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-top: 25px
}

.svc-bullet-grid span {
	background: #fff;
	border: 1px solid #e5eef9;
	border-radius: 18px;
	padding: 16px 14px;
	font-weight: 800;
	color: #031b40;
	box-shadow: 0 14px 35px rgba(3, 27, 64, .08)
}

.svc-bullet-grid i {
	color: #ffc107;
	margin-right: 8px
}

.svc-polaroid-stack {
	position: relative;
	min-height: 460px
}

.svc-polaroid-stack img {
	position: absolute;
	width: 56%;
	height: 270px;
	object-fit: contain;
	background: #fff;
	border: 12px solid #fff;
	border-bottom-width: 42px;
	border-radius: 18px;
	box-shadow: 0 28px 65px rgba(3, 27, 64, .20);
	animation: svcFloat 4s ease-in-out infinite
}

.svc-polaroid-stack img:nth-child(1) {
	left: 4%;
	top: 30px;
	transform: rotate(-8deg)
}

.svc-polaroid-stack img:nth-child(2) {
	right: 4%;
	top: 0;
	transform: rotate(7deg);
	animation-delay: .4s
}

.svc-polaroid-stack img:nth-child(3) {
	left: 24%;
	bottom: 0;
	transform: rotate(2deg);
	animation-delay: .8s
}

.svc-mood-card,
.fare-card,
.support-box {
	height: 100%;
	background: #fff;
	border-radius: 28px;
	padding: 34px;
	box-shadow: 0 22px 60px rgba(3, 27, 64, .10);
	border: 1px solid rgba(255, 193, 7, .35);
	text-align: center;
	transition: .35s
}

.svc-mood-card:hover,
.fare-card:hover,
.support-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 30px 75px rgba(3, 27, 64, .18)
}

.svc-mood-card i,
.fare-card i,
.support-box i {
	width: 76px;
	height: 76px;
	border-radius: 24px;
	background: #ffc107;
	color: #031b40;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	margin-bottom: 20px
}

.svc-mood-card h4,
.fare-card h4,
.support-box h4 {
	font-weight: 900;
	color: #031b40
}

.svc-mood-card p,
.fare-card p,
.support-box p {
	text-align: center !important
}

.svc-steps-vertical {
	display: grid;
	gap: 18px
}

.svc-steps-vertical div {
	display: flex;
	align-items: center;
	gap: 18px;
	background: #fff;
	border-radius: 22px;
	padding: 20px;
	box-shadow: 0 18px 45px rgba(3, 27, 64, .09);
	border-left: 6px solid #ffc107
}

.svc-steps-vertical b {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #031b40;
	color: #ffc107
}

.seva-info-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px
}

.seva-info-grid div {
	padding: 20px;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 45px rgba(3, 27, 64, .10);
	border-bottom: 5px solid #ffc107
}

.seva-info-grid i {
	font-size: 28px;
	color: #ffc107;
	margin-bottom: 10px
}

.seva-info-grid b,
.seva-info-grid span {
	display: block
}

.seva-info-grid b {
	color: #031b40
}

.temple-timeline {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px
}

.temple-timeline div {
	background: rgba(255, 255, 255, .10);
	border: 1px solid rgba(255, 255, 255, .18);
	backdrop-filter: blur(10px);
	border-radius: 28px;
	padding: 26px;
	color: #fff
}

.temple-timeline b {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #ffc107;
	color: #031b40;
	display: grid;
	place-items: center;
	font-size: 22px;
	margin-bottom: 15px
}

.temple-timeline h5 {
	font-weight: 900
}

.nearby-orbit-card {
	text-align: center;
	position: relative;
	padding: 24px
}

.nearby-orbit-card:before {
	content: "";
	position: absolute;
	inset: 26px;
	border: 2px dashed #ffc107;
	border-radius: 50%;
	animation: svcSpin 18s linear infinite
}

.nearby-orbit-card img {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	object-fit: contain;
	background: #fff;
	border: 9px solid #ffc107;
	box-shadow: 0 18px 50px rgba(3, 27, 64, .16);
	padding: 5px
}

.nearby-orbit-card h4 {
	font-weight: 900;
	color: #031b40;
	margin-top: 18px
}

.flight-ticket-shell {
	background: #fff;
	border-radius: 36px;
	padding: 38px;
	box-shadow: 0 30px 80px rgba(3, 27, 64, .14);
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 30px;
	align-items: center;
	border: 1px solid rgba(255, 193, 7, .4)
}

.ticket-right {
	background: linear-gradient(135deg, #031b40, #06448e);
	color: #fff;
	border-radius: 28px;
	padding: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	position: relative;
	overflow: hidden
}

.ticket-right:before {
	content: "";
	position: absolute;
	inset: 18px;
	border: 2px dashed rgba(255, 255, 255, .25);
	border-radius: 22px
}

.ticket-right>* {
	position: relative
}

.ticket-right i {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #ffc107;
	color: #031b40;
	font-size: 30px;
	animation: svcFloat 3s ease-in-out infinite
}

.ticket-right small {
	display: block;
	color: #ffc107;
	font-weight: 900
}

.ticket-right b {
	font-size: 20px
}

.route-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 14px
}

.route-pills span {
	background: #031b40;
	color: #fff;
	border-radius: 999px;
	padding: 13px 18px;
	font-weight: 800;
	box-shadow: 0 12px 28px rgba(3, 27, 64, .14)
}

.hotel-category-board {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 30px;
	align-items: center
}

.hotel-tiles {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px
}

.hotel-tiles div {
	min-height: 150px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 22px 60px rgba(3, 27, 64, .10);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
	border: 1px solid rgba(255, 193, 7, .32);
	transition: .3s
}

.hotel-tiles div:hover {
	transform: rotate(-2deg) scale(1.03)
}

.hotel-tiles i {
	font-size: 38px;
	color: #ffc107
}

.hotel-tiles b {
	font-size: 20px;
	color: #031b40
}

.stay-card {
	height: 100%;
	background: #fff;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 22px 60px rgba(3, 27, 64, .11);
	transition: .35s
}

.stay-card:hover {
	transform: translateY(-8px)
}

.stay-card img {
	width: 100%;
	height: 210px;
	object-fit: contain;
	background: #eef5ff;
	padding: 8px
}

.stay-card h4 {
	font-weight: 900;
	color: #031b40;
	padding: 22px 24px 0
}

.stay-card p {
	padding: 0 24px 24px
}

.svc-wave-panel {
	border-radius: 36px;
	background: linear-gradient(135deg, #031b40, #0754a6);
	color: #fff;
	text-align: center;
	padding: 50px 25px;
	position: relative;
	overflow: hidden
}

.svc-wave-panel:before {
	content: "";
	position: absolute;
	left: -10%;
	right: -10%;
	bottom: -42px;
	height: 110px;
	background: rgba(255, 193, 7, .18);
	border-radius: 50% 50% 0 0;
	animation: waveMove 5s ease-in-out infinite alternate
}

.svc-wave-panel>* {
	position: relative
}

.support-dashboard {
	background: linear-gradient(135deg, #031b40, #06468f);
	color: #fff;
	border-radius: 36px;
	padding: 42px;
	box-shadow: 0 30px 80px rgba(3, 27, 64, .2);
	position: relative;
	overflow: hidden
}

.support-dashboard:after {
	content: "24/7";
	position: absolute;
	right: 26px;
	top: 0;
	font-size: 130px;
	font-weight: 900;
	color: rgba(255, 255, 255, .05)
}

.support-live {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	padding: 8px 14px;
	color: #ffc107;
	font-weight: 900;
	margin-bottom: 16px
}

.support-live span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #28d17c;
	box-shadow: 0 0 0 0 rgba(40, 209, 124, .8);
	animation: pulseDot 1.4s infinite
}

.support-accordion-list {
	display: grid;
	gap: 16px
}

.support-accordion-list div {
	background: #fff;
	border-radius: 24px;
	padding: 22px;
	border-left: 6px solid #ffc107;
	box-shadow: 0 18px 45px rgba(3, 27, 64, .08)
}

.support-accordion-list b,
.support-accordion-list span {
	display: block
}

.support-accordion-list b {
	color: #031b40;
	font-size: 20px
}

.contact-channel-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px
}

.contact-channel-row a {
	background: #031b40;
	color: #fff;
	text-decoration: none;
	border-radius: 28px;
	padding: 26px;
	text-align: center;
	transition: .35s
}

.contact-channel-row a:hover {
	background: #ffc107;
	color: #031b40;
	transform: translateY(-8px)
}

.contact-channel-row i {
	font-size: 38px;
	margin-bottom: 12px
}

.contact-channel-row b,
.contact-channel-row span {
	display: block
}

.service-index-card {
	height: 100%;
	display: block;
	text-decoration: none;
	background: #fff;
	border-radius: 32px;
	padding: 34px;
	color: #031b40;
	box-shadow: 0 22px 60px rgba(3, 27, 64, .10);
	border: 1px solid rgba(255, 193, 7, .36);
	transition: .35s;
	position: relative;
	overflow: hidden
}

.service-index-card:after {
	content: "";
	position: absolute;
	right: -45px;
	top: -45px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .18);
	transition: .35s
}

.service-index-card:hover {
	transform: translateY(-10px);
	color: #031b40
}

.service-index-card:hover:after {
	transform: scale(1.8)
}

.service-index-icon {
	width: 78px;
	height: 78px;
	border-radius: 24px;
	background: #ffc107;
	color: #031b40;
	display: grid;
	place-items: center;
	font-size: 34px;
	margin-bottom: 20px
}

.service-index-card h3 {
	font-weight: 900
}

.service-index-card p {
	text-align: left !important;
	color: #52647a
}

.service-index-card span {
	font-weight: 900;
	color: #06468f
}

@keyframes highlightGrow {
	from {
		clip-path: inset(0 100% 0 0)
	}

	to {
		clip-path: inset(0 0 0 0)
	}
}

@keyframes svcFloat {

	0%,
	100% {
		translate: 0 0
	}

	50% {
		translate: 0 -12px
	}
}

@keyframes svcSpin {
	to {
		transform: rotate(360deg)
	}
}

@keyframes waveMove {
	from {
		transform: translateX(-4%)
	}

	to {
		transform: translateX(4%)
	}
}

@keyframes pulseDot {
	to {
		box-shadow: 0 0 0 13px rgba(40, 209, 124, 0)
	}
}

@media(max-width:991px) {
	.svc-hero {
		min-height: 470px
	}

	.svc-polaroid-stack {
		min-height: 650px
	}

	.svc-polaroid-stack img {
		position: relative;
		display: block;
		width: 92%;
		height: 220px;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		margin: 12px auto
	}

	.temple-timeline,
	.contact-channel-row {
		grid-template-columns: 1fr 1fr
	}

	.flight-ticket-shell,
	.hotel-category-board {
		grid-template-columns: 1fr
	}

	.svc-img-contain {
		height: 340px
	}

	.site-footer {
		margin-top: 0 !important
	}
}

@media(max-width:575px) {
	.svc-hero {
		min-height: 430px;
		padding-top: 130px
	}

	.svc-bullet-grid,
	.seva-info-grid,
	.temple-timeline,
	.contact-channel-row,
	.hotel-tiles {
		grid-template-columns: 1fr
	}

	.svc-heading {
		font-size: 30px
	}

	.nearby-orbit-card img {
		width: 170px;
		height: 170px
	}

	.ticket-right {
		flex-direction: column;
		text-align: center
	}

	.footer-cta-logo {
		width: 240px !important
	}
}


/* User requested service page visibility/design correction */
.support-dashboard-clean {
	background: linear-gradient(135deg, #031b40 0%, #074a98 100%) !important;
	border: 1px solid rgba(255, 193, 7, .42);
}

.support-title-white {
	color: #fff !important;
	display: block !important;
	max-width: 820px;
	position: relative;
	z-index: 2;
	text-shadow: 0 4px 18px rgba(0, 0, 0, .28);
}

.support-title-white:after {
	background: rgba(255, 193, 7, .55) !important;
	z-index: -1 !important;
	height: 14px !important;
	bottom: 6px !important;
}

.support-lead {
	color: rgba(255, 255, 255, .88) !important;
	font-size: 17px;
	max-width: 760px;
	margin: 0 0 28px !important;
	text-align: left !important;
	position: relative;
	z-index: 2;
}

.support-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #ffc107;
	color: #031b40;
	border-radius: 999px;
	padding: 10px 18px;
	font-weight: 900;
	letter-spacing: .08em;
	margin-bottom: 18px;
	box-shadow: 0 14px 28px rgba(255, 193, 7, .25);
}

.support-badge i {
	font-size: 18px;
}

.support-clean-card {
	border: 2px solid rgba(255, 193, 7, .55) !important;
	position: relative;
	overflow: hidden;
}

.support-clean-card:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: #ffc107;
}

.support-dashboard-clean:after {
	color: rgba(255, 255, 255, .06) !important;
	right: 32px !important;
	top: 16px !important;
}

.support-live span {
	animation: none !important;
	box-shadow: none !important;
}

.temple-route-section {
	background: radial-gradient(circle at 15% 15%, rgba(255, 193, 7, .18), transparent 30%), linear-gradient(180deg, #fff, #f6fbff);
	overflow: hidden;
}

.temple-place-card {
	height: 100%;
	background: #fff;
	border-radius: 34px;
	overflow: hidden;
	box-shadow: 0 24px 70px rgba(3, 27, 64, .14);
	border: 1px solid rgba(255, 193, 7, .42);
	transition: .45s;
	position: relative;
}

.temple-place-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 34px 90px rgba(3, 27, 64, .22);
}

.temple-place-card.featured {
	border: 3px solid #ffc107;
}

.temple-place-img {
	height: 240px;
	background: #eef5ff;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.temple-place-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 24px;
	transition: .55s;
	background: #fff;
}

.temple-place-card:hover img {
	transform: scale(1.06);
}

.temple-place-info {
	padding: 24px;
	text-align: left;
}

.temple-place-info span {
	display: inline-flex;
	background: #fff0bd;
	color: #031b40;
	border-radius: 999px;
	padding: 7px 13px;
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-bottom: 12px;
}

.temple-place-info h4 {
	font-weight: 900;
	color: #031b40;
	font-size: 28px;
	margin-bottom: 8px;
}

.temple-place-info p {
	text-align: left !important;
	color: #52647a !important;
	margin-bottom: 0 !important;
}

.temple-route-section .svc-heading {
	color: #031b40 !important;
}

@media(max-width:575px) {
	.temple-place-img {
		height: 210px
	}

	.support-dashboard-clean {
		padding: 28px !important
	}

	.support-title-white {
		font-size: 30px !important
	}
}

/* Final readability fix requested: make all dark service-section text clearly white */
.svc-navy-pattern,
.svc-navy-pattern *:not(.btn):not(.btn-vgoo):not(.text-warning):not(i),
.service-process,
.service-process *:not(.btn):not(.btn-vgoo):not(i),
.support-dashboard,
.support-dashboard *:not(.support-clean-card):not(.support-clean-card *):not(.btn):not(.btn-vgoo):not(i),
.support-dashboard-clean,
.support-dashboard-clean *:not(.support-clean-card):not(.support-clean-card *):not(.btn):not(.btn-vgoo):not(i) {
	color: #ffffff !important;
}

.svc-navy-pattern p,
.svc-navy-pattern .temple-timeline p,
.svc-navy-pattern .temple-timeline h5,
.service-process p,
.process-step p,
.support-dashboard p,
.support-dashboard h1,
.support-dashboard h2,
.support-dashboard h3,
.support-dashboard .support-title-white,
.support-dashboard-clean p,
.support-dashboard-clean h1,
.support-dashboard-clean h2,
.support-dashboard-clean h3 {
	color: #ffffff !important;
	opacity: 1 !important;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .22);
}

.svc-navy-pattern .temple-timeline div,
.service-process .process-step {
	background: rgba(255, 255, 255, .14) !important;
	border: 1px solid rgba(255, 255, 255, .28) !important;
}

.support-dashboard-clean .support-lead,
.support-dashboard .support-lead {
	color: #f4f8ff !important;
}

.support-clean-card h1,
.support-clean-card h2,
.support-clean-card h3,
.support-clean-card h4,
.support-clean-card h5,
.support-clean-card b {
	color: #031b40 !important;
	text-shadow: none !important;
}

.support-clean-card p,
.support-clean-card span {
	color: #526174 !important;
	text-shadow: none !important;
}


/* Premium Tour Package Pages */
.tour-package-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(3, 32, 79, .95), rgba(5, 73, 140, .88)), url('https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
	color: #fff;
	padding: 150px 0 74px;
}

.tour-kicker {
	display: none !important;
}

.tour-package-hero:before {
	content: "";
	position: absolute;
	inset: auto -10% -55% auto;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: rgba(255, 190, 0, .18);
	filter: blur(6px);
}

.tour-package-hero .container {
	position: relative;
	z-index: 2
}

.tour-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 190, 0, .16);
	border: 1px solid rgba(255, 190, 0, .55);
	padding: 9px 18px;
	border-radius: 999px;
	color: #ffc107;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: 13px
}

.tour-package-hero h1 {
	font-size: clamp(38px, 6vw, 72px);
	font-weight: 900;
	line-height: 1.02;
	margin: 20px 0
}

.tour-package-hero p {
	max-width: 820px;
	color: #eaf3ff;
	font-size: 18px;
	line-height: 1.8
}

.tour-hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 28px
}

.tour-hero-stat {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .18);
	backdrop-filter: blur(12px);
	border-radius: 22px;
	padding: 16px 22px;
	min-width: 160px
}

.tour-hero-stat b {
	display: block;
	color: #fff;
	font-size: 28px
}

.tour-hero-stat span {
	color: #d9e7ff;
	font-weight: 600
}

.package-section {
	padding: 80px 0;
	background: #f7fbff
}

.tour-category-tabs {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 36px
}

.tour-category-tabs a {
	padding: 13px 20px;
	border-radius: 999px;
	border: 2px solid #073064;
	color: #073064;
	font-weight: 800;
	text-decoration: none;
	background: #fff
}

.tour-category-tabs a.active,
.tour-category-tabs a:hover {
	background: #ffc107;
	border-color: #ffc107;
	color: #06265b;
	box-shadow: 0 12px 25px rgba(255, 193, 7, .28)
}

.package-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px
}

.premium-package-card {
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 18px 55px rgba(6, 31, 73, .12);
	border: 1px solid rgba(6, 31, 73, .08);
	position: relative;
	transition: .35s ease;
	height: 100%;
	display: flex;
	flex-direction: column
}

.premium-package-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 28px 70px rgba(6, 31, 73, .2)
}

.package-img {
	height: 245px;
	background: linear-gradient(135deg, #eaf4ff, #fff8df);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-bottom: 5px solid #ffc107
}

.package-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block
}

.package-badge {
	position: absolute;
	top: 18px;
	left: 18px;
	background: #ffc107;
	color: #06265b;
	border-radius: 999px;
	padding: 9px 14px;
	font-weight: 900;
	font-size: 12px;
	box-shadow: 0 12px 25px rgba(0, 0, 0, .15)
}

.package-body {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex: 1
}

.package-body h3 {
	font-size: 22px;
	font-weight: 900;
	color: #06265b;
	margin-bottom: 8px
}

.package-price {
	font-size: 25px;
	font-weight: 900;
	color: #073d86;
	margin: 10px 0
}

.package-price small {
	font-size: 12px;
	color: #6d7890;
	font-weight: 700
}

.package-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 12px 0
}

.package-meta span {
	background: #eef5ff;
	color: #073064;
	padding: 8px 10px;
	border-radius: 12px;
	font-weight: 700;
	font-size: 12px
}

.package-list {
	margin: 14px 0 0;
	padding: 0;
	list-style: none
}

.package-list li {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
	color: #526176;
	line-height: 1.55
}

.package-list i {
	color: #ffc107;
	margin-top: 4px
}

.package-rules {
	background: #fff8dc;
	border-left: 4px solid #ffc107;
	border-radius: 16px;
	padding: 13px 14px;
	margin-top: auto;
	color: #5b5b4a;
	font-size: 13px;
	line-height: 1.55
}

.package-actions {
	display: flex;
	gap: 10px;
	margin-top: 18px
}

.package-actions .btn {
	border-radius: 999px;
	font-weight: 800;
	padding: 11px 16px
}

.tour-info-band {
	background: #06265b;
	color: #fff;
	padding: 70px 0;
	position: relative;
	overflow: hidden
}

.tour-info-band:before {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	border: 60px solid rgba(255, 193, 7, .14);
	border-radius: 50%;
	right: -80px;
	top: -120px
}

.tour-info-card {
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 28px;
	padding: 28px;
	height: 100%;
	backdrop-filter: blur(8px)
}

.tour-info-card i {
	width: 56px;
	height: 56px;
	background: #ffc107;
	color: #06265b;
	border-radius: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 16px
}

.tour-info-card h4 {
	color: #fff;
	font-weight: 900
}

.tour-info-card p {
	color: #dce9ff;
	margin: 0
}

.nav-link.active-package,
.vgoo-dropdown .dropdown-item.active {
	color: #06265b !important;
	background: #fff3c4 !important;
	font-weight: 900
}

.package-card-animate {
	animation: pkgFloat 6s ease-in-out infinite
}

.premium-package-card:nth-child(2n) {
	animation-delay: .7s
}

.premium-package-card:nth-child(3n) {
	animation-delay: 1.2s
}

@keyframes pkgFloat {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-5px)
	}
}

@media(max-width:991px) {
	.package-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.tour-package-hero {
		padding: 125px 0 64px
	}
}

@media(max-width:575px) {
	.package-grid {
		grid-template-columns: 1fr
	}

	.package-actions {
		flex-direction: column
	}

	.tour-hero-stat {
		min-width: 130px
	}

	.package-img {
		height: 220px
	}
}


/* Tour package page corrections */
.vgoo-main-navbar .nav-link.active,
.vgoo-main-navbar .nav-item.dropdown .nav-link.active {
	color: #ffffff !important;
	border-bottom: 3px solid #ffc107;
	font-weight: 800;
}

.vgoo-dropdown .dropdown-item.active,
.vgoo-dropdown .dropdown-item:active {
	background: #fff3cd !important;
	color: #08285c !important;
	font-weight: 800;
	border-radius: 10px;
}

.package-section .package-grid {
	margin-top: 18px;
}

.package-section .section-title {
	margin-bottom: 14px;
}

/* Destination detail pages */
.destination-card-link {
	display: block;
	text-decoration: none;
	color: inherit
}

.destination-card-link:hover .destination-card {
	transform: translateY(-8px) scale(1.01);
	box-shadow: 0 22px 45px rgba(0, 34, 83, .22)
}

.destination-hero {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #082754;
	color: #fff
}

.destination-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(2, 25, 59, .95), rgba(2, 25, 59, .65), rgba(2, 25, 59, .25));
	z-index: 1
}

.destination-hero img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0
}

.destination-hero .container {
	position: relative;
	z-index: 2
}

.destination-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 193, 7, .16);
	border: 1px solid rgba(255, 193, 7, .55);
	color: #ffc107;
	border-radius: 999px;
	padding: 10px 18px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: .82rem
}

.destination-title {
	font-size: clamp(2.6rem, 6vw, 5.5rem);
	font-weight: 900;
	line-height: .98;
	margin: 18px 0
}

.destination-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px
}

.destination-meta span {
	background: rgba(255, 255, 255, .14);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 14px;
	padding: 12px 16px;
	font-weight: 700
}

.destination-section {
	padding: 90px 0
}

.highlight-title {
	position: relative;
	display: inline-block
}

.highlight-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 100%;
	height: 14px;
	background: rgba(255, 193, 7, .55);
	z-index: -1;
	border-radius: 20px;
	animation: highlightSweep 2.8s ease-in-out infinite alternate
}

@keyframes highlightSweep {
	from {
		transform: scaleX(.55);
		transform-origin: left
	}

	to {
		transform: scaleX(1);
		transform-origin: left
	}
}

.info-glass {
	background: rgba(255, 255, 255, .86);
	border: 1px solid rgba(7, 39, 82, .12);
	border-radius: 28px;
	box-shadow: 0 18px 48px rgba(0, 34, 83, .12);
	padding: 30px;
	height: 100%;
	transition: .35s
}

.info-glass:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 60px rgba(0, 34, 83, .18)
}

.info-glass i {
	width: 58px;
	height: 58px;
	border-radius: 18px;
	background: #ffc107;
	color: #082754;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 18px
}

.place-timeline {
	position: relative
}

.place-timeline:before {
	content: "";
	position: absolute;
	left: 28px;
	top: 8px;
	bottom: 8px;
	width: 4px;
	background: linear-gradient(#ffc107, #082754);
	border-radius: 8px
}

.place-step {
	position: relative;
	padding-left: 82px;
	margin-bottom: 26px
}

.place-step .dot {
	position: absolute;
	left: 0;
	top: 0;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #ffc107;
	color: #082754;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	border: 7px solid #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12)
}

.nearby-card {
	background: #fff;
	border-radius: 28px;
	padding: 14px;
	text-align: center;
	box-shadow: 0 18px 45px rgba(0, 34, 83, .1);
	transition: .35s;
	height: 100%
}

.nearby-card:hover {
	transform: translateY(-12px) rotate(-1deg)
}

.nearby-card img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	border-radius: 24px
}

.nearby-card h5 {
	font-weight: 900;
	margin: 18px 0 6px;
	color: #082754
}

.seva-card {
	background: linear-gradient(135deg, #082754, #0d4e9c);
	color: #fff;
	border-radius: 28px;
	padding: 28px;
	height: 100%;
	position: relative;
	overflow: hidden
}

.seva-card:after {
	content: "";
	position: absolute;
	right: -40px;
	bottom: -40px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .16)
}

.seva-card h5 {
	color: #ffc107;
	font-weight: 900
}

.destination-cta {
	background: linear-gradient(135deg, #ffc107, #ffb300);
	border-radius: 36px;
	padding: 48px;
	box-shadow: 0 24px 70px rgba(255, 193, 7, .25)
}

@media(max-width:768px) {
	.destination-hero {
		min-height: 460px
	}

	.destination-section {
		padding: 58px 0
	}

	.place-step {
		padding-left: 70px
	}

	.nearby-card img {
		height: 160px
	}
}


/* ===== VGOO global typography + navbar phone update ===== */
:root {
	--heading-font: 'Poppins', Arial, sans-serif;
	--body-font: 'Poppins', Arial, sans-serif;
}

.call-pill-two {
	padding: 7px 12px !important;
	gap: 9px !important;
	line-height: 1.15 !important;
	min-width: 145px;
	justify-content: flex-start;
}

.call-pill-two i {
	font-size: 14px !important;
	flex: 0 0 auto;
}

.call-pill-two b {
	font-weight: 700 !important;
	font-size: 12px;
}

.call-pill-two small {
	font-weight: 600 !important;
	font-size: 11px;
	color: #fff;
	letter-spacing: .01em;
}

@media(max-width:991px) {
	.call-pill-two {
		display: inline-flex;
		margin-top: 10px;
	}
}

/* Softer, premium headings across the full website */
h1,
.h1,
.page-hero h1,
.hero h1,
.destination-title,
.tour-package-hero h1,
.svc-heading {
	font-family: var(--heading-font) !important;
	font-weight: 700 !important;
	letter-spacing: -.025em !important;
	line-height: 1.12 !important;
}

h2,
.h2,
.section-title,
.highlight-title {
	font-family: var(--heading-font) !important;
	font-weight: 600 !important;
	letter-spacing: -.018em !important;
	line-height: 1.22 !important;
}

h3,
.h3,
h4,
.h4 {
	font-family: var(--heading-font) !important;
	font-weight: 600 !important;
	letter-spacing: -.012em !important;
}

h5,
.h5,
.destination-card h5,
.nearby-card h5,
.package-body h3,
.package-card h5,
.premium-package-card h5,
.seva-card h5 {
	font-family: var(--heading-font) !important;
	font-weight: 500 !important;
	letter-spacing: -.005em !important;
}

.section-title,
.highlight-title,
.svc-heading,
.destination-title,
.tour-package-hero h1,
.page-hero h1 {
	position: relative;
}

.section-title::after,
.highlight-title::after {
	content: "";
	display: block;
	width: 72px;
	height: 4px;
	margin-top: 12px;
	border-radius: 999px;
	background: linear-gradient(90deg, #ffc107, #0a4dab);
	box-shadow: 0 8px 18px rgba(255, 193, 7, .25);
}

.text-center .section-title::after,
.text-center.highlight-title::after,
.section-title.text-center::after {
	margin-left: auto;
	margin-right: auto;
}

.page-hero h1,
.hero h1,
.destination-title,
.tour-package-hero h1 {
	text-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

p {
	font-weight: 400 !important;
}

.fw-bold {
	font-weight: 600 !important;
}

.fw-bolder {
	font-weight: 700 !important;
}


/* Final update: stylish headings and services as card page, no Services dropdown */
:root {
	--vgoo-navy: #052653;
	--vgoo-blue: #074b98;
	--vgoo-gold: #ffc107;
}

.navbar .nav-link.active,
.navbar .nav-link.active-js {
	color: #fff !important;
	position: relative;
}

.navbar .nav-link.active:after,
.navbar .nav-link.active-js:after {
	content: "";
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: -8px;
	height: 3px;
	border-radius: 999px;
	background: var(--vgoo-gold);
	box-shadow: 0 7px 18px rgba(255, 193, 7, .55);
}

body h1,
.destination-title,
.svc-hero h1,
.page-hero h1 {
	font-family: 'Playfair Display', 'DM Serif Display', serif !important;
	font-weight: 600 !important;
	letter-spacing: -.8px !important;
	line-height: 1.08 !important;
}

body h2,
.section-title,
.svc-heading,
.stylish-section-heading {
	font-family: 'DM Serif Display', 'Playfair Display', serif !important;
	font-weight: 500 !important;
	letter-spacing: -.35px !important;
	line-height: 1.12 !important;
}

body h3 {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600 !important;
}

body h5,
body h6 {
	font-weight: 500 !important;
}

.stylish-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--vgoo-gold);
	font-weight: 700;
	letter-spacing: .16em;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.stylish-eyebrow:before,
.stylish-eyebrow:after {
	content: "";
	width: 38px;
	height: 2px;
	background: var(--vgoo-gold);
	border-radius: 10px;
}

.stylish-eyebrow.dark {
	color: #2f80ed;
}

.stylish-eyebrow.dark:before,
.stylish-eyebrow.dark:after {
	background: var(--vgoo-gold);
}

.stylish-main-heading {
	font-size: clamp(42px, 6vw, 76px);
	color: #fff;
	text-shadow: 0 16px 40px rgba(0, 0, 0, .25);
}

.stylish-section-heading {
	font-size: clamp(34px, 4vw, 54px);
	color: #052653;
	position: relative;
	display: inline-block;
}

.stylish-section-heading:after {
	content: "";
	position: absolute;
	left: 12%;
	right: 12%;
	bottom: -10px;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, var(--vgoo-gold), transparent);
	opacity: .8;
}

.services-page-hero {
	min-height: 440px;
	display: flex;
	align-items: center;
	text-align: center;
	background: linear-gradient(135deg, rgba(5, 38, 83, .92), rgba(7, 75, 152, .82)), url('https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1800&q=85') center/cover no-repeat;
	color: #fff;
	padding: 130px 0 80px;
	position: relative;
	overflow: hidden;
}

.services-page-hero:after {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	right: -120px;
	bottom: -120px;
	background: rgba(255, 193, 7, .18);
	filter: blur(2px);
	animation: svcFloat 5s ease-in-out infinite;
}

.services-page-hero p {
	max-width: 760px;
	margin: 18px auto 0;
	color: rgba(255, 255, 255, .88);
	font-size: 18px;
	text-align: center !important;
}

.service-card-section {
	background: linear-gradient(180deg, #f6fbff, #fff);
}

.service-card-premium {
	height: 100%;
	display: block;
	text-decoration: none;
	color: #052653;
	background: #fff;
	border-radius: 32px;
	overflow: hidden;
	border: 1px solid rgba(255, 193, 7, .45);
	box-shadow: 0 22px 60px rgba(5, 38, 83, .11);
	transition: .35s;
	position: relative;
}

.service-card-premium:hover {
	transform: translateY(-12px);
	color: #052653;
	box-shadow: 0 34px 80px rgba(5, 38, 83, .19);
}

.service-card-premium:before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 32px;
	padding: 2px;
	background: linear-gradient(135deg, var(--vgoo-gold), transparent, var(--vgoo-blue));
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: .75;
	pointer-events: none;
}

.service-card-img {
	height: 230px;
	background: #eef6ff;
	overflow: hidden;
}

.service-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .55s;
}

.service-card-premium:hover .service-card-img img {
	transform: scale(1.08);
}

.service-card-body {
	padding: 0 28px 30px;
	position: relative;
}

.service-card-icon {
	width: 72px;
	height: 72px;
	border-radius: 22px;
	background: var(--vgoo-gold);
	color: #052653;
	display: grid;
	place-items: center;
	font-size: 30px;
	margin-top: -36px;
	margin-bottom: 20px;
	box-shadow: 0 18px 35px rgba(255, 193, 7, .35);
	position: relative;
	z-index: 2;
}

.service-card-body h3 {
	font-size: 22px;
	margin-bottom: 12px;
	color: #052653;
}

.service-card-body p {
	color: #566983;
	text-align: left !important;
	min-height: 72px;
}

.service-card-body b {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #074b98;
	font-weight: 700 !important;
}

.service-benefit-band {
	background: #052653;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.service-benefit-band:before {
	content: "";
	position: absolute;
	inset: auto -10% -80px -10%;
	height: 150px;
	background: rgba(255, 193, 7, .16);
	border-radius: 50% 50% 0 0;
}

.service-benefit-band .container {
	position: relative;
}

.service-benefit-band .col-md-4>div {
	height: 100%;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 28px;
	padding: 34px 25px;
	backdrop-filter: blur(10px);
	transition: .35s;
}

.service-benefit-band .col-md-4>div:hover {
	transform: translateY(-8px);
	background: rgba(255, 255, 255, .13);
}

.service-benefit-band i {
	width: 72px;
	height: 72px;
	border-radius: 22px;
	background: var(--vgoo-gold);
	color: #052653;
	display: grid;
	place-items: center;
	font-size: 30px;
	margin: 0 auto 18px;
}

.service-benefit-band h5 {
	color: #fff !important;
	font-size: 22px;
}

.service-benefit-band p {
	color: rgba(255, 255, 255, .82);
	text-align: center !important;
	margin: 0;
}

@media(max-width:991px) {

	.navbar .nav-link.active:after,
	.navbar .nav-link.active-js:after {
		display: none
	}

	.service-card-img {
		height: 210px
	}

	.services-page-hero {
		padding-top: 110px
	}
}


/* Final footer and active-menu corrections */
.vgoo-main-navbar .nav-link.active,
.vgoo-main-navbar .nav-link.active-js,
.vgoo-main-navbar .nav-link.active-package {
	border-bottom: 0 !important;
	box-shadow: none !important;
}

.vgoo-main-navbar .nav-link.active::after,
.vgoo-main-navbar .nav-link.active-js::after,
.vgoo-main-navbar .nav-link.active-package::after {
	content: "" !important;
	position: absolute !important;
	left: 10px !important;
	right: 10px !important;
	bottom: -7px !important;
	height: 3px !important;
	border-radius: 999px !important;
	background: #ffc107 !important;
	transform: scaleX(1) !important;
	box-shadow: 0 7px 18px rgba(255, 193, 7, .48) !important;
}

.footer-airplane-logo {
	max-height: 150px !important;
	width: auto !important;
	object-fit: contain !important;
}

.site-footer .footer-links a i.fa-chevron-down,
.footer-links a i.fa-chevron-down,
.site-footer .nav-arrow-white {
	display: none !important;
}

.footer-copy,
.footer-copy-wrap {
	color: #dfeaff !important;
}

/* FINAL: larger clear VGOO footer logo */
.site-footer .footer-cta-logo,
.site-footer .footer-airplane-logo,
.site-footer img.footer-cta-logo.footer-airplane-logo {
	width: 310px !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain !important;
	display: block !important;
	filter: none !important;
	image-rendering: auto !important;
}

.site-footer .col-lg-4:first-child,
.site-footer .footer-brand-col {
	min-width: 280px !important;
}

@media(max-width:991px) {

	.site-footer .footer-cta-logo,
	.site-footer .footer-airplane-logo,
	.site-footer img.footer-cta-logo.footer-airplane-logo {
		width: 270px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media(max-width:575px) {

	.site-footer .footer-cta-logo,
	.site-footer .footer-airplane-logo,
	.site-footer img.footer-cta-logo.footer-airplane-logo {
		width: 240px !important;
	}
}

/* Final requested footer phone + logo color clarity */
.footer-phone-list {
	display: grid;
	gap: 6px;
	margin: 6px 0 10px;
}

.footer-phone-list a {
	display: flex !important;
	align-items: center;
	margin: 0 !important;
	font-weight: 700;
	color: #dbe8ff !important;
}

.footer-phone-list a:hover {
	color: var(--yellow) !important;
}

.site-footer .footer-cta-logo,
.site-footer .footer-airplane-logo,
.footer-cta-logo.footer-airplane-logo {
	width: 285px !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain !important;
	filter: none !important;
}

.footer-cta .footer-cta-logo,
.vgoo-reference-footer-top .footer-cta-logo {
	width: 260px !important;
	max-width: 100% !important;
	height: auto !important;
	filter: none !important;
	object-fit: contain !important;
}

@media(max-width:768px) {

	.site-footer .footer-cta-logo,
	.site-footer .footer-airplane-logo,
	.footer-cta-logo.footer-airplane-logo,
	.footer-cta .footer-cta-logo {
		width: 220px !important;
	}
}

/* Final footer phone correction: keep only 2 numbers in one line */
.footer-phone-line {
	white-space: nowrap;
	display: inline-flex !important;
	align-items: center;
	gap: 2px;
}

@media (max-width: 576px) {
	.footer-phone-line {
		white-space: normal;
		line-height: 1.7;
	}
}

/* FINAL LOGO VISIBILITY UPDATE: larger header + footer logos across all pages */
.top-nav,
.top-nav.sticky-vgoo-navbar {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	min-height: 96px !important;
}

.top-nav.scrolled,
.top-nav.sticky-vgoo-navbar.scrolled {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	min-height: 82px !important;
}

.navbar-brand img,
.navbar-brand .navbar-stamp-logo {
	width: 172px !important;
	max-width: 172px !important;
	max-height: 104px !important;
	height: auto !important;
	object-fit: contain !important;
	filter: none !important;
	image-rendering: auto !important;
}

.site-footer .footer-cta-logo,
.site-footer .footer-airplane-logo,
.site-footer img.footer-cta-logo.footer-airplane-logo {
	width: 390px !important;
	max-width: 100% !important;
	min-width: 310px !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain !important;
	filter: none !important;
	image-rendering: auto !important;
	display: block !important;
	margin-bottom: 18px !important;
}

.site-footer .col-lg-4:first-child,
.site-footer .footer-brand-col {
	min-width: 360px !important;
}

@media(max-width:991px) {

	.top-nav,
	.top-nav.sticky-vgoo-navbar {
		min-height: 86px !important;
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}

	.navbar-brand img,
	.navbar-brand .navbar-stamp-logo {
		width: 142px !important;
		max-width: 142px !important;
		max-height: 88px !important;
	}

	.site-footer .footer-cta-logo,
	.site-footer .footer-airplane-logo,
	.site-footer img.footer-cta-logo.footer-airplane-logo {
		width: 330px !important;
		min-width: 0 !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media(max-width:575px) {

	.navbar-brand img,
	.navbar-brand .navbar-stamp-logo {
		width: 126px !important;
		max-width: 126px !important;
		max-height: 78px !important;
	}

	.site-footer .footer-cta-logo,
	.site-footer .footer-airplane-logo,
	.site-footer img.footer-cta-logo.footer-airplane-logo {
		width: 285px !important;
		min-width: 0 !important;
	}
}

/* FINAL HEADER LOGO + NAV TEXT FIX - applied across all pages */
.top-nav,
.vgoo-main-navbar,
.navbar {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.top-nav .container,
.vgoo-main-navbar .container,
.navbar .container {
	min-height: 116px !important;
	display: flex !important;
	align-items: center !important;
}

.navbar-brand {
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
}

.navbar-brand img,
.navbar-brand .navbar-stamp-logo {
	width: auto !important;
	height: 108px !important;
	max-height: 108px !important;
	max-width: 180px !important;
	object-fit: contain !important;
	display: block !important;
	filter: none !important;
	background: transparent !important;
}

.navbar-nav .nav-link,
.top-nav .nav-link,
.vgoo-main-navbar .nav-link {
	font-size: 15.5px !important;
	font-weight: 500 !important;
	letter-spacing: .1px !important;
	line-height: 1.2 !important;
	margin: 0 6px !important;
	white-space: nowrap !important;
}

.navbar-nav .nav-link.active,
.top-nav .nav-link.active,
.vgoo-main-navbar .nav-link.active,
.navbar-nav .nav-link.active-js,
.vgoo-main-navbar .nav-link.active-js {
	font-weight: 500 !important;
}

.call-pill {
	font-size: 12.5px !important;
	font-weight: 600 !important;
}

@media(max-width:1199px) {

	.navbar-brand img,
	.navbar-brand .navbar-stamp-logo {
		height: 96px !important;
		max-height: 96px !important;
		max-width: 160px !important;
	}

	.navbar-nav .nav-link,
	.top-nav .nav-link,
	.vgoo-main-navbar .nav-link {
		font-size: 14px !important;
		margin: 0 4px !important;
	}
}

@media(max-width:991px) {

	.top-nav .container,
	.vgoo-main-navbar .container,
	.navbar .container {
		min-height: 88px !important;
	}

	.navbar-brand img,
	.navbar-brand .navbar-stamp-logo {
		height: 82px !important;
		max-height: 82px !important;
		max-width: 142px !important;
	}

	.navbar-nav .nav-link,
	.top-nav .nav-link,
	.vgoo-main-navbar .nav-link {
		font-size: 15px !important;
		padding: 10px 12px !important;
	}
}


/* Footer column correction: Quick Links + Facilities */
.footer-balanced-cols {
	row-gap: 28px;
}

.footer-link-list {
	display: flex !important;
	flex-direction: column;
	gap: 10px;
	columns: auto !important;
	column-gap: 0 !important;
}

.footer-link-list a {
	display: block !important;
	margin: 0 !important;
	break-inside: auto !important;
}

.vgoo-reference-footer-bottom .footer-heading {
	margin-bottom: 18px;
}

.vgoo-reference-footer-bottom .col-lg-3 {
	min-width: 0;
}

@media(max-width:991px) {
	.footer-balanced-cols {
		text-align: left
	}

	.footer-link-list {
		gap: 8px
	}
}

/* About page premium gallery slider and blue hover effects */
.about-gallery-showcase {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
}

.about-gallery-showcase:before {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	right: -120px;
	top: 30px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 190, 10, .28), rgba(255, 190, 10, 0) 68%);
	animation: vgooFloatGlow 5s ease-in-out infinite alternate;
}

.about-gallery-title {
	position: relative;
	display: inline-block;
}

.about-gallery-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 120px;
	height: 4px;
	border-radius: 10px;
	background: linear-gradient(90deg, var(--yellow), #0b5ed7);
	animation: vgooUnderline 2.2s ease-in-out infinite alternate;
}

.about-gallery-lead {
	max-width: 720px;
	color: #51627d;
	font-size: 17px;
	line-height: 1.8;
	margin-top: 20px;
}

.aboutGallerySwiper {
	padding: 18px 8px 76px;
}

.about-gallery-card {
	height: 330px;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	border: 4px solid var(--yellow);
	box-shadow: 0 22px 50px rgba(4, 30, 72, .16);
	isolation: isolate;
	transform: translateY(0);
	transition: all .45s ease;
}

.about-gallery-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .65s ease, filter .45s ease;
}

.about-gallery-card:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(3, 24, 58, 0) 32%, rgba(3, 24, 58, .9) 100%);
	z-index: 1;
	transition: .35s ease;
}

.about-gallery-card span {
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 22px;
	color: #fff;
	z-index: 2;
	transition: .35s ease;
}

.about-gallery-card small {
	display: inline-block;
	color: var(--yellow);
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 700;
	margin-bottom: 6px;
}

.about-gallery-card strong {
	display: block;
	font-size: 24px;
	line-height: 1.15;
	font-weight: 600;
}

.about-gallery-card:hover {
	transform: translateY(-14px) scale(1.02);
	border-color: #0d6efd;
	box-shadow: 0 28px 60px rgba(13, 110, 253, .25);
}

.about-gallery-card:hover img {
	transform: scale(1.12);
	filter: saturate(1.18) contrast(1.08);
}

.about-gallery-card:hover:before {
	background: linear-gradient(180deg, rgba(13, 110, 253, .05) 20%, rgba(6, 53, 128, .95) 100%);
}

.about-gallery-card:hover span {
	transform: translateY(-8px);
}

.about-gallery-controls {
	position: absolute;
	left: 50%;
	bottom: 12px;
	transform: translateX(-50%);
	display: flex;
	gap: 14px;
	z-index: 5;
}

.about-gallery-controls button {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 0;
	background: var(--yellow);
	color: #062556;
	box-shadow: 0 14px 35px rgba(255, 190, 10, .35);
	transition: .3s ease;
}

.about-gallery-controls button:hover {
	background: #0d6efd;
	color: #fff;
	transform: translateY(-4px);
}

.about-gallery-more {
	border-radius: 999px;
	padding: 14px 26px;
}

.about-hover-blue-section {
	position: relative;
	background: #fff;
	overflow: hidden;
}

.about-hover-blue-section:before {
	content: "";
	position: absolute;
	inset: 80px auto auto -90px;
	width: 220px;
	height: 220px;
	border: 2px dashed var(--yellow);
	border-radius: 50%;
	opacity: .35;
	animation: vgooRotate 16s linear infinite;
}

.about-blue-hover-card {
	min-height: 255px;
	padding: 34px 26px;
	border-radius: 28px;
	background: #fff;
	border: 1px solid rgba(7, 39, 88, .11);
	box-shadow: 0 20px 45px rgba(8, 35, 75, .08);
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: all .45s ease;
}

.about-blue-hover-card:before {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 0;
	background: linear-gradient(135deg, #063b88, #0d6efd);
	transition: height .45s ease;
	z-index: 0;
}

.about-blue-hover-card>* {
	position: relative;
	z-index: 1;
}

.about-blue-hover-card i {
	width: 76px;
	height: 76px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 22px;
	background: var(--yellow);
	color: #062556;
	font-size: 30px;
	margin-bottom: 22px;
	transition: .4s ease;
}

.about-blue-hover-card h5 {
	font-weight: 600;
	color: #082858;
	margin-bottom: 12px;
	transition: .4s ease;
}

.about-blue-hover-card p {
	color: #5d6d86;
	line-height: 1.75;
	margin: 0;
	transition: .4s ease;
}

.about-blue-hover-card:hover {
	transform: translateY(-14px);
	border-color: #0d6efd;
	box-shadow: 0 28px 65px rgba(13, 110, 253, .24);
}

.about-blue-hover-card:hover:before {
	height: 100%;
}

.about-blue-hover-card:hover i {
	background: #fff;
	color: #0d6efd;
	transform: rotate(-8deg) scale(1.08);
}

.about-blue-hover-card:hover h5,
.about-blue-hover-card:hover p {
	color: #fff;
}

@keyframes vgooUnderline {
	from {
		width: 70px;
	}

	to {
		width: 160px;
	}
}

@keyframes vgooFloatGlow {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(35px);
	}
}

@keyframes vgooRotate {
	to {
		transform: rotate(360deg);
	}
}

@media(max-width:767px) {
	.about-gallery-card {
		height: 280px;
		border-radius: 22px;
	}

	.about-gallery-card strong {
		font-size: 21px;
	}
}

/* === FINAL FIX: Header must NOT shrink while scrolling + equal footer columns === */
.top-nav,
.top-nav.sticky-vgoo-navbar,
.top-nav.scrolled,
.top-nav.sticky-vgoo-navbar.scrolled {
	min-height: 100px !important;
	height: 100px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	display: flex !important;
	align-items: center !important;
	background: rgba(0, 27, 68, .98) !important;
	transition: none !important;
}

.top-nav .navbar,
.top-nav .container {
	min-height: 100px !important;
	height: 100px !important;
	display: flex !important;
	align-items: center !important;
}

.navbar-brand,
.navbar-brand.logo,
.top-nav .navbar-brand {
	width: 165px !important;
	height: 96px !important;
	padding: 0 !important;
	margin-right: 38px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: visible !important;
}

.navbar-brand img,
.navbar-brand .navbar-stamp-logo,
.top-nav .navbar-brand img {
	width: 158px !important;
	max-width: 158px !important;
	height: 92px !important;
	max-height: 92px !important;
	object-fit: contain !important;
	display: block !important;
	filter: none !important;
	transition: none !important;
}

.top-nav.scrolled .navbar-brand img,
.top-nav.sticky-vgoo-navbar.scrolled .navbar-brand img,
body.scrolled .navbar-brand img,
.navbar-shrink .navbar-brand img {
	width: 158px !important;
	max-width: 158px !important;
	height: 92px !important;
	max-height: 92px !important;
}

.navbar-nav .nav-link,
.top-nav .nav-link {
	font-size: 16px !important;
	font-weight: 500 !important;
	letter-spacing: .15px !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active-js {
	font-weight: 500 !important;
}

@media(max-width:991px) {

	.top-nav,
	.top-nav.sticky-vgoo-navbar,
	.top-nav.scrolled,
	.top-nav.sticky-vgoo-navbar.scrolled {
		min-height: 88px !important;
		height: auto !important;
		padding: 8px 0 !important;
	}

	.top-nav .navbar,
	.top-nav .container {
		min-height: 72px !important;
		height: auto !important;
	}

	.navbar-brand,
	.top-nav .navbar-brand {
		width: 135px !important;
		height: 78px !important;
		margin-right: 12px !important;
	}

	.navbar-brand img,
	.top-nav .navbar-brand img {
		width: 130px !important;
		max-width: 130px !important;
		height: 74px !important;
		max-height: 74px !important;
	}
}

.site-footer.vgoo-reference-footer-bottom {
	padding: 68px 0 24px !important;
}

.site-footer .footer-balanced-cols {
	display: grid !important;
	grid-template-columns: 1.15fr .8fr .9fr 1.45fr !important;
	gap: clamp(34px, 4vw, 76px) !important;
	align-items: start !important;
}

.site-footer .footer-balanced-cols>[class*="col-"] {
	width: auto !important;
	max-width: none !important;
	flex: initial !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.site-footer .footer-heading {
	margin-bottom: 20px !important;
	color: #fff !important;
	font-weight: 700 !important;
	letter-spacing: .03em !important;
}

.site-footer .footer-link-list a,
.site-footer a {
	margin: 0 0 12px 0 !important;
	line-height: 1.4 !important;
}

.site-footer p {
	margin-bottom: 0 !important;
	line-height: 1.75 !important;
}

.site-footer .footer-phone-line {
	white-space: nowrap !important;
	display: flex !important;
	align-items: center !important;
	gap: 4px !important;
}

.site-footer .footer-copy-wrap {
	margin-top: 32px !important;
	padding-top: 18px !important;
	border-top: 1px solid rgba(255, 255, 255, .12) !important;
}

@media(max-width:991px) {
	.site-footer .footer-balanced-cols {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 34px !important;
	}
}

@media(max-width:575px) {
	.site-footer .footer-balanced-cols {
		grid-template-columns: 1fr !important;
		gap: 28px !important;
	}

	.site-footer .footer-phone-line {
		white-space: normal !important;
	}
}

/* FINAL FOOTER EQUAL COLUMN SPACING FIX */
.site-footer.vgoo-reference-footer-bottom .container {
	max-width: 1320px !important;
}

.site-footer .footer-balanced-cols {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	column-gap: 64px !important;
	row-gap: 36px !important;
	align-items: start !important;
}

.site-footer .footer-balanced-cols>div {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.site-footer .footer-balanced-cols>div:first-child {
	padding-right: 0 !important;
}

.site-footer .footer-heading {
	margin-bottom: 20px !important;
}

.site-footer .footer-link-list,
.site-footer .footer-phone-list {
	margin-top: 0 !important;
}

.site-footer .footer-link-list a {
	margin-bottom: 12px !important;
}

.site-footer p {
	max-width: 100% !important;
}

@media(max-width:1199px) {
	.site-footer .footer-balanced-cols {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		column-gap: 56px !important;
		row-gap: 38px !important;
	}
}

@media(max-width:575px) {
	.site-footer .footer-balanced-cols {
		grid-template-columns: 1fr !important;
		gap: 28px !important;
	}
}

/* FINAL PROPER FOOTER 4 COLUMN ALIGNMENT - CENTERED WITH SIDE SPACE */
.site-footer.vgoo-reference-footer-bottom {
	padding: 68px 0 26px !important;
}

.site-footer.vgoo-reference-footer-bottom .container {
	max-width: 1200px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 28px !important;
	padding-right: 28px !important;
}

.site-footer .footer-balanced-cols {
	display: grid !important;
	grid-template-columns: 1.25fr 1fr 1fr 1.25fr !important;
	column-gap: 48px !important;
	row-gap: 34px !important;
	align-items: flex-start !important;
	justify-content: center !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.site-footer .footer-balanced-cols>[class*="col-"],
.site-footer .footer-balanced-cols>div {
	width: 100% !important;
	max-width: 100% !important;
	flex: unset !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
}

.site-footer .footer-heading {
	margin: 0 0 20px 0 !important;
	min-height: 24px !important;
	color: #ffffff !important;
	font-weight: 700 !important;
}

.site-footer .footer-link-list,
.site-footer .footer-phone-list {
	margin: 0 !important;
	padding: 0 !important;
}

.site-footer .footer-link-list a,
.site-footer .footer-phone-list a {
	margin: 0 0 12px 0 !important;
	line-height: 1.45 !important;
}

.site-footer p {
	margin: 0 !important;
	max-width: 300px !important;
	line-height: 1.75 !important;
}

.site-footer .footer-phone-line {
	white-space: nowrap !important;
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
}

.site-footer .footer-copy-wrap {
	margin-top: 34px !important;
	padding-top: 18px !important;
}

@media(max-width:1199px) {
	.site-footer.vgoo-reference-footer-bottom .container {
		max-width: 960px !important;
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	.site-footer .footer-balanced-cols {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		column-gap: 60px !important;
		row-gap: 38px !important;
	}

	.site-footer p {
		max-width: 100% !important;
	}
}

@media(max-width:575px) {
	.site-footer.vgoo-reference-footer-bottom .container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.site-footer .footer-balanced-cols {
		grid-template-columns: 1fr !important;
		gap: 30px !important;
	}

	.site-footer .footer-phone-line {
		white-space: normal !important;
	}
}

/* === FINAL HEADER LARGE LOGO NO-SHRINK FIX ===
   Header increased slightly so logo is clear. Scrolling must not reduce size. */
.top-nav,
.top-nav.sticky-vgoo-navbar,
.top-nav.scrolled,
.top-nav.sticky-vgoo-navbar.scrolled,
.vgoo-main-navbar,
.vgoo-main-navbar.scrolled,
.navbar,
.navbar.scrolled,
.navbar-shrink {
	min-height: 112px !important;
	height: 112px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	display: flex !important;
	align-items: center !important;
	background: rgba(0, 27, 68, .98) !important;
	transition: none !important;
}

.top-nav .container,
.vgoo-main-navbar .container,
.navbar .container,
.top-nav .navbar {
	min-height: 112px !important;
	height: 112px !important;
	display: flex !important;
	align-items: center !important;
}

.navbar-brand,
.top-nav .navbar-brand,
.vgoo-main-navbar .navbar-brand {
	width: 190px !important;
	height: 108px !important;
	padding: 0 !important;
	margin-right: 34px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: visible !important;
	flex: 0 0 190px !important;
}

.navbar-brand img,
.navbar-brand .navbar-stamp-logo,
.top-nav .navbar-brand img,
.vgoo-main-navbar .navbar-brand img,
.top-nav.scrolled .navbar-brand img,
.top-nav.sticky-vgoo-navbar.scrolled .navbar-brand img,
.vgoo-main-navbar.scrolled .navbar-brand img,
.navbar.scrolled .navbar-brand img,
body.scrolled .navbar-brand img,
.navbar-shrink .navbar-brand img {
	width: 185px !important;
	max-width: 185px !important;
	height: 104px !important;
	max-height: 104px !important;
	object-fit: contain !important;
	display: block !important;
	filter: none !important;
	background: transparent !important;
	transition: none !important;
}

.navbar-nav .nav-link,
.top-nav .nav-link,
.vgoo-main-navbar .nav-link {
	font-size: 16px !important;
	font-weight: 500 !important;
	white-space: nowrap !important;
}

@media(max-width:1199px) {

	.navbar-brand,
	.top-nav .navbar-brand,
	.vgoo-main-navbar .navbar-brand {
		width: 165px !important;
		flex-basis: 165px !important;
		height: 100px !important;
		margin-right: 18px !important;
	}

	.navbar-brand img,
	.navbar-brand .navbar-stamp-logo,
	.top-nav .navbar-brand img,
	.vgoo-main-navbar .navbar-brand img,
	.top-nav.scrolled .navbar-brand img {
		width: 160px !important;
		max-width: 160px !important;
		height: 94px !important;
		max-height: 94px !important;
	}

	.navbar-nav .nav-link,
	.top-nav .nav-link,
	.vgoo-main-navbar .nav-link {
		font-size: 14.5px !important;
		margin: 0 3px !important;
	}
}

@media(max-width:991px) {

	.top-nav,
	.top-nav.sticky-vgoo-navbar,
	.top-nav.scrolled,
	.top-nav.sticky-vgoo-navbar.scrolled,
	.vgoo-main-navbar,
	.navbar,
	.navbar-shrink {
		min-height: 92px !important;
		height: auto !important;
		padding: 7px 0 !important;
	}

	.top-nav .container,
	.vgoo-main-navbar .container,
	.navbar .container,
	.top-nav .navbar {
		min-height: 78px !important;
		height: auto !important;
	}

	.navbar-brand,
	.top-nav .navbar-brand,
	.vgoo-main-navbar .navbar-brand {
		width: 145px !important;
		flex-basis: 145px !important;
		height: 84px !important;
		margin-right: 12px !important;
	}

	.navbar-brand img,
	.navbar-brand .navbar-stamp-logo,
	.top-nav .navbar-brand img,
	.vgoo-main-navbar .navbar-brand img,
	.top-nav.scrolled .navbar-brand img {
		width: 140px !important;
		max-width: 140px !important;
		height: 80px !important;
		max-height: 80px !important;
	}
}

/* === FINAL COMPACT SPACING + ABOUT TEXT + FOOTER LINKS FIX === */
/* Reduce extra space between sections throughout website */
.section {
	padding-top: 52px !important;
	padding-bottom: 52px !important;
}

.section-soft {
	padding-top: 52px !important;
	padding-bottom: 52px !important;
}

.py-5 {
	padding-top: 42px !important;
	padding-bottom: 42px !important;
}

.mb-5 {
	margin-bottom: 28px !important;
}

.mb-4 {
	margin-bottom: 20px !important;
}

.mt-5 {
	margin-top: 28px !important;
}

.mt-4 {
	margin-top: 20px !important;
}

.row.g-4 {
	--bs-gutter-y: 1.25rem !important;
}

.row.g-5 {
	--bs-gutter-y: 1.75rem !important;
}

/* Fix paragraph word gaps and alignment in cards, especially About page */
.material-card p,
.premium-mini-card p,
.about-value-card p,
.about-blue-hover-card p,
.icon-feature p,
.service-step p,
.package-card p,
.footer-cta p,
.site-footer p,
.card p {
	text-align: left !important;
	word-spacing: normal !important;
	letter-spacing: 0 !important;
	line-height: 1.55 !important;
}

.about-blue-hover-card {
	padding: 28px 24px !important;
	min-height: 285px !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
}

.about-blue-hover-card i {
	margin-bottom: 18px !important;
}

.about-blue-hover-card h5 {
	margin-bottom: 12px !important;
	font-weight: 500 !important;
}

.about-blue-hover-card p {
	margin-bottom: 0 !important;
	color: #5d6c82 !important;
}

.about-blue-hover-card:hover p,
.about-blue-hover-card:hover h5 {
	color: #ffffff !important;
}

/* Footer: keep 4 columns aligned but reduce excessive link spacing */
.site-footer.vgoo-reference-footer-bottom {
	padding-top: 46px !important;
	padding-bottom: 20px !important;
}

.site-footer .footer-balanced-cols {
	display: grid !important;
	grid-template-columns: 1.35fr 1fr 1fr 1.35fr !important;
	gap: 44px !important;
	align-items: start !important;
}

.site-footer .footer-heading {
	margin-bottom: 12px !important;
	min-height: auto !important;
}

.site-footer .footer-link-list a,
.site-footer .footer-phone-list a,
.site-footer a {
	margin-top: 0 !important;
	margin-bottom: 6px !important;
	line-height: 1.32 !important;
}

.site-footer .footer-link-list,
.site-footer .footer-phone-list {
	display: flex !important;
	flex-direction: column !important;
	gap: 4px !important;
}

.site-footer p {
	line-height: 1.55 !important;
	margin-top: 0 !important;
}

.site-footer .footer-copy-wrap {
	margin-top: 22px !important;
	padding-top: 14px !important;
}

/* Compact feature/cards section spacing */
.about-hover-blue-section,
.about-gallery-showcase,
.vgoo-home-features-last,
.home-services-slider-section {
	padding-top: 46px !important;
	padding-bottom: 46px !important;
}

@media(max-width:991px) {

	.section,
	.section-soft {
		padding-top: 42px !important;
		padding-bottom: 42px !important;
	}

	.site-footer .footer-balanced-cols {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 30px !important;
	}
}

@media(max-width:575px) {

	.section,
	.section-soft {
		padding-top: 34px !important;
		padding-bottom: 34px !important;
	}

	.site-footer .footer-balanced-cols {
		grid-template-columns: 1fr !important;
		gap: 22px !important;
	}

	.about-blue-hover-card {
		min-height: auto !important;
	}
}


/* === Final home Popular Destinations alignment + smaller search button === */
.popular-destination-section .row {
	align-items: center !important;
}

.popular-destination-section .popular-destination-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: center;
}

.popular-destination-section .popular-destination-copy p {
	margin: 14px 0 18px;
	line-height: 1.65;
}

.popular-destination-section .popular-destination-copy .btn {
	width: max-content;
}

.floating-search .search-card .col-md-auto {
	align-items: end !important;
}

.floating-search .search-card .col-md-auto .btn-vgoo {
	height: 58px !important;
	min-height: 58px !important;
	width: 172px !important;
	padding: 10px 18px !important;
	border-radius: 14px !important;
	font-size: 15px !important;
	line-height: 1.1 !important;
	align-self: end;
}

@media(max-width:991px) {
	.popular-destination-section .popular-destination-copy {
		text-align: left;
		margin-bottom: 26px;
	}

	.floating-search .search-card .col-md-auto .btn-vgoo {
		width: 100% !important;
		height: 54px !important;
		min-height: 54px !important;
	}
}

/* === Final About page card color correction ===
   Mission, Vision & Values cards stay white by default.
   Blue color appears only while hovering each card. */
.about-value-card,
.about-value-card.featured {
	background: #ffffff !important;
	color: #1b2a41 !important;
	border: 1px solid rgba(8, 43, 103, .08) !important;
	box-shadow: 0 22px 58px rgba(0, 31, 80, .12) !important;
}

.about-value-card h3,
.about-value-card.featured h3 {
	color: #1b2a41 !important;
}

.about-value-card p,
.about-value-card.featured p {
	color: #5d6c82 !important;
	text-align: left !important;
	line-height: 1.55 !important;
}

.about-value-card:hover,
.about-value-card.featured:hover {
	background: linear-gradient(145deg, var(--navy), #073d86) !important;
	color: #ffffff !important;
	transform: translateY(-8px);
	border-color: rgba(13, 110, 253, .35) !important;
	box-shadow: 0 28px 65px rgba(13, 110, 253, .24) !important;
}

.about-value-card:hover h3,
.about-value-card:hover p,
.about-value-card.featured:hover h3,
.about-value-card.featured:hover p {
	color: #ffffff !important;
}

.about-value-card:hover i,
.about-value-card.featured:hover i {
	background: #fff3c4 !important;
	color: var(--navy) !important;
}


/* ChatGPT alignment fixes only - no layout changes */
.card p,
.service-card p,
.package-card p,
.feature-card p,
.why-choose-card p,
.destination-card p,
.tour-card p {
	text-align: left !important;
	text-justify: auto !important;
	hyphens: none !important;
	margin-left: 0;
	margin-right: 0;
}

.card h3,
.card h4,
.service-card h3,
.package-card h3,
.feature-card h3 {
	text-align: center;
}

.service-card,
.feature-card,
.why-choose-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service-card p,
.feature-card p,
.why-choose-card p {
	width: 100%;
}

/* ===== Requested update: highlighted header phone + animated attractive service/feature sections ===== */
.vgoo-main-navbar .call-pill-two,
.top-nav .call-pill-two {
	min-width: 170px !important;
	padding: 9px 14px !important;
	border: 1.5px solid rgba(255, 255, 255, .55) !important;
	background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04)) !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .18), inset 0 0 0 1px rgba(255, 255, 255, .06) !important;
}

.vgoo-main-navbar .call-pill-two i,
.top-nav .call-pill-two i {
	width: 34px !important;
	height: 34px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 16px !important;
	padding: 0 !important;
	animation: vgooPhonePulse 1.8s ease-in-out infinite;
}

.vgoo-main-navbar .call-pill-two b,
.top-nav .call-pill-two b {
	font-size: 13px !important;
	font-weight: 800 !important;
	color: #fff !important;
}

.vgoo-main-navbar .call-pill-two small,
.top-nav .call-pill-two small {
	display: block !important;
	font-size: 14px !important;
	line-height: 1.12 !important;
	font-weight: 900 !important;
	color: #ffc107 !important;
	text-shadow: 0 2px 8px rgba(0, 0, 0, .32) !important;
	letter-spacing: .02em !important;
}

.vgoo-main-navbar .call-pill-two:hover,
.top-nav .call-pill-two:hover {
	transform: translateY(-2px) !important;
	border-color: #ffc107 !important;
	box-shadow: 0 16px 34px rgba(255, 193, 7, .22) !important;
}

@keyframes vgooPhonePulse {

	0%,
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 193, 7, .45)
	}

	50% {
		transform: scale(1.08);
		box-shadow: 0 0 0 9px rgba(255, 193, 7, 0)
	}
}

.dark-service {
	position: relative !important;
	overflow: hidden !important;
}

.dark-service:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 20%, rgba(255, 193, 7, .16), transparent 26%), radial-gradient(circle at 78% 45%, rgba(255, 255, 255, .08), transparent 28%);
	pointer-events: none;
}

.dark-service .container {
	position: relative;
	z-index: 1;
}

.dark-service .service-step {
	padding: 18px 12px !important;
	border-radius: 22px !important;
	transition: transform .35s ease, background .35s ease, box-shadow .35s ease !important;
}

.dark-service .service-step:hover {
	transform: translateY(-10px) !important;
	background: rgba(255, 255, 255, .08) !important;
	box-shadow: 0 18px 45px rgba(0, 0, 0, .18) !important;
}

.dark-service .service-step .icon-round {
	position: relative !important;
	transition: transform .35s ease, box-shadow .35s ease !important;
	animation: vgooIconFloat 3.2s ease-in-out infinite;
}

.dark-service .service-step:hover .icon-round {
	transform: scale(1.08) rotate(4deg) !important;
	box-shadow: 0 16px 35px rgba(255, 193, 7, .34) !important;
}

.dark-service .service-step h6 {
	min-height: 44px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-bottom: 8px !important;
	line-height: 1.2 !important;
}

.dark-service .service-step p {
	text-align: center !important;
	margin: 0 auto !important;
	max-width: 210px !important;
	line-height: 1.45 !important;
}

@keyframes vgooIconFloat {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-7px)
	}
}

.vgoo-home-features-last {
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
	position: relative !important;
	overflow: hidden !important;
}

.vgoo-home-features-last .icon-feature {
	height: 100% !important;
	padding: 24px 16px !important;
	border-radius: 24px !important;
	background: #fff !important;
	border: 1px solid rgba(8, 43, 103, .08) !important;
	box-shadow: 0 14px 36px rgba(0, 31, 80, .08) !important;
	transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease !important;
}

.vgoo-home-features-last .icon-feature:hover {
	transform: translateY(-10px) !important;
	border-color: rgba(255, 193, 7, .55) !important;
	box-shadow: 0 24px 55px rgba(0, 31, 80, .16) !important;
}

.vgoo-home-features-last .icon-feature .icon-round {
	transition: transform .35s ease, background .35s ease, color .35s ease !important;
	animation: vgooFeatureGlow 2.8s ease-in-out infinite;
}

.vgoo-home-features-last .icon-feature:hover .icon-round {
	background: #ffc107 !important;
	color: #062a61 !important;
	transform: scale(1.08) rotate(-4deg) !important;
}

.vgoo-home-features-last .icon-feature h6 {
	margin-bottom: 8px !important;
	line-height: 1.25 !important;
}

.vgoo-home-features-last .icon-feature p {
	text-align: center !important;
	margin: 0 !important;
	line-height: 1.45 !important;
}

@keyframes vgooFeatureGlow {

	0%,
	100% {
		box-shadow: 0 12px 28px rgba(0, 31, 80, .12)
	}

	50% {
		box-shadow: 0 18px 38px rgba(255, 193, 7, .28)
	}
}

@media(max-width:991px) {

	.vgoo-main-navbar .call-pill-two,
	.top-nav .call-pill-two {
		min-width: 160px !important;
	}

	.vgoo-main-navbar .call-pill-two small,
	.top-nav .call-pill-two small {
		font-size: 13px !important;
	}
}


/* VGOO requested premium updates */
.vgoo-travel-card-icon {
	width: 86px;
	height: 86px;
	object-fit: contain;
	filter: drop-shadow(0 12px 24px rgba(0, 31, 80, .22));
	animation: vgooFloatIcon 3s ease-in-out infinite;
	background: rgba(255, 255, 255, .92);
	border-radius: 22px;
	padding: 9px
}

.vgoo-tab-icon {
	width: 24px;
	height: 24px;
	object-fit: contain;
	margin-right: 8px;
	border-radius: 6px
}

.call-pill-two {
	min-width: auto !important;
	padding: 10px 16px !important;
	border-radius: 999px !important
}

.call-pill-two span {
	font-size: 14px !important;
	font-weight: 900 !important;
	color: #fff !important;
	line-height: 1 !important
}

.call-pill-two small,
.call-pill-two b {
	display: none !important
}

.counter-card {
	position: relative;
	overflow: hidden;
	min-height: 155px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .05)) !important;
	backdrop-filter: blur(12px);
	transition: .45s;
	box-shadow: 0 22px 45px rgba(0, 0, 0, .18)
}

.counter-card:before {
	content: "";
	position: absolute;
	inset: -60%;
	background: linear-gradient(120deg, transparent, rgba(255, 193, 7, .20), transparent);
	transform: translateX(-55%) rotate(15deg);
	transition: .7s
}

.counter-card:hover {
	transform: translateY(-12px) scale(1.02);
	border-color: rgba(255, 193, 7, .55) !important
}

.counter-card:hover:before {
	transform: translateX(55%) rotate(15deg)
}

.counter-card strong {
	animation: vgooPulse 2.2s infinite
}

.dark-service {
	background: linear-gradient(120deg, #001b44, #063878, #001b44) !important;
	position: relative;
	overflow: hidden
}

.dark-service:after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 20%, rgba(255, 193, 7, .18), transparent 30%), radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .12), transparent 30%);
	pointer-events: none
}

.dark-service .container {
	position: relative;
	z-index: 2
}

.about-value-card,
.premium-mini-card,
.service-premium-card,
.tour-mini-card,
.package-card {
	animation: vgooSoftRise .8s both
}

.flight-glass-card {
	display: none !important
}

.flight-premium-hero .col-lg-5 {
	display: none !important
}

.flight-premium-hero .col-lg-7 {
	width: 100% !important
}

.package-hero-new {
	min-height: 570px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	padding-top: 130px;
	color: #fff
}

.package-hero-new h1 {
	font-size: clamp(42px, 6vw, 78px);
	font-weight: 900;
	letter-spacing: -.05em
}

.package-hero-new p {
	max-width: 760px;
	color: #edf6ff;
	text-align: left;
	font-size: 18px
}

.nearby-box,
.vgoo-detail-card {
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 58px rgba(0, 31, 80, .12);
	border: 1px solid rgba(8, 43, 103, .08);
	padding: 28px;
	height: 100%;
	transition: .35s
}

.nearby-box {
	border-left: 6px solid var(--yellow);
	margin-top: 22px
}

.vgoo-detail-card:hover {
	transform: translateY(-9px);
	box-shadow: 0 28px 70px rgba(0, 31, 80, .18)
}

.vgoo-detail-card h4 {
	font-weight: 900;
	color: var(--navy2)
}

.vgoo-detail-card p,
.nearby-box p {
	text-align: left;
	margin: 0
}

.package-side-img,
.gallery-mini-img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 30px;
	box-shadow: 0 24px 60px rgba(0, 31, 80, .20);
	transition: .5s
}

.package-side-img:hover,
.gallery-mini-img:hover {
	transform: scale(1.03)
}

.gallery-mini-img {
	height: 260px
}

.input-group-text {
	font-weight: 900;
	color: var(--navy);
	background: #fff3c4;
	border-color: #e8eef7
}

@keyframes vgooFloatIcon {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}
}

@keyframes vgooPulse {

	0%,
	100% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.04)
	}
}

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

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

@media(max-width:991px) {
	.call-pill-two {
		margin-top: 12px
	}

	.package-hero-new {
		min-height: 470px;
		padding-top: 115px
	}

	.dark-service .counter-card {
		min-height: 135px
	}
}

/* VGOO update 2 premium refinements */
.call-pill-dual {
	white-space: nowrap;
	gap: 8px;
	padding: 11px 16px;
	font-size: 14px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .18)
}

.call-pill-dual span {
	letter-spacing: .2px;
	font-weight: 800
}

.package-actions .btn-vgoo,
.tour-card-btn {
	text-transform: none !important
}

.detail-hero-v2 {
	min-height: 560px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden
}

.detail-hero-v2:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 85% 20%, rgba(255, 193, 7, .35), transparent 25%), linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .25));
	animation: vgooHeroGlow 7s ease-in-out infinite alternate
}

.detail-hero-content {
	position: relative;
	max-width: 820px;
	color: #fff
}

.detail-hero-content h1 {
	font-size: clamp(38px, 6vw, 82px);
	font-weight: 900;
	line-height: 1.02;
	margin: 18px 0
}

.detail-hero-content p {
	font-size: 19px;
	max-width: 760px;
	color: rgba(255, 255, 255, .92)
}

.detail-hero-actions {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 28px
}

.floating-overlap {
	margin-top: -70px;
	position: relative;
	z-index: 3;
	padding-top: 0
}

.shine-info-card {
	height: 100%;
	background: rgba(255, 255, 255, .96);
	border-radius: 28px;
	padding: 30px;
	text-align: center;
	box-shadow: 0 24px 60px rgba(0, 29, 73, .16);
	border: 1px solid rgba(255, 255, 255, .8);
	transition: .35s
}

.shine-info-card:hover {
	transform: translateY(-12px) scale(1.02);
	box-shadow: 0 30px 80px rgba(0, 29, 73, .24)
}

.shine-info-card i {
	font-size: 34px;
	color: #ffc107;
	margin-bottom: 15px
}

.shine-info-card b {
	display: block;
	font-size: 28px;
	color: #082b58
}

.shine-info-card span {
	color: #63718a;
	font-weight: 600
}

.detail-main-img {
	width: 100%;
	height: 470px;
	object-fit: cover;
	border-radius: 34px;
	box-shadow: 0 30px 80px rgba(0, 35, 84, .22);
	transition: .5s
}

.detail-main-img:hover {
	transform: scale(1.025) rotate(.4deg)
}

.gradient-list-box,
.nearby-premium {
	background: linear-gradient(135deg, #ffffff, #f3f8ff);
	border: 1px solid rgba(4, 51, 104, .08);
	border-radius: 24px;
	padding: 24px;
	margin-top: 18px;
	box-shadow: 0 18px 45px rgba(0, 28, 74, .08)
}

.gradient-list-box h5,
.nearby-premium h3 {
	font-weight: 900;
	color: #0a3769
}

.premium-lift {
	transition: .35s;
	position: relative;
	overflow: hidden
}

.premium-lift:after {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .18);
	right: -40px;
	top: -40px
}

.premium-lift:hover {
	transform: translateY(-10px);
	box-shadow: 0 24px 60px rgba(0, 29, 73, .15)
}

.premium-package-card {
	transition: .4s
}

.premium-package-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 30px 75px rgba(0, 35, 84, .22)
}

.package-img img,
.gallery-mini-img {
	transition: .45s
}

.premium-package-card:hover .package-img img,
.gallery-mini-img:hover {
	transform: scale(1.06)
}

@keyframes vgooHeroGlow {
	from {
		filter: saturate(1)
	}

	to {
		filter: saturate(1.18) brightness(1.05)
	}
}

@media(max-width:991px) {
	.call-pill-dual {
		margin-top: 12px;
		display: inline-flex
	}

	.floating-overlap {
		margin-top: 0;
		padding-top: 60px
	}

	.detail-hero-v2 {
		min-height: 480px
	}

	.detail-main-img {
		height: 330px
	}
}

/* VGOO upgraded image-focused package pages */
.vgoo-package-hero {
	min-height: 68vh;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
	overflow: hidden
}

.vgoo-package-hero:after {
	content: "";
	position: absolute;
	inset: auto -80px -120px auto;
	width: 360px;
	height: 360px;
	background: #ffc107;
	border-radius: 50%;
	filter: blur(20px);
	opacity: .28
}

.vgoo-package-hero .container {
	position: relative;
	z-index: 2
}

.vgoo-package-hero h1 {
	font-size: clamp(36px, 6vw, 72px);
	font-weight: 900;
	max-width: 900px;
	line-height: 1.02
}

.vgoo-package-hero p {
	max-width: 650px;
	font-size: 18px;
	opacity: .95
}

.hero-pills {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 20px
}

.hero-pills span {
	background: rgba(255, 255, 255, .16);
	border: 1px solid rgba(255, 255, 255, .28);
	backdrop-filter: blur(8px);
	padding: 10px 16px;
	border-radius: 999px;
	font-weight: 700
}

.image-mosaic {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px
}

.mosaic-card {
	height: 260px;
	border-radius: 28px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 22px 55px rgba(0, 25, 70, .16)
}

.mosaic-card:nth-child(1),
.mosaic-card:nth-child(6) {
	grid-row: span 2;
	height: 538px
}

.mosaic-card img,
.place-img-tile img,
.wide-photo-strip img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .55s
}

.mosaic-card:hover img,
.place-img-tile:hover img,
.wide-photo-strip img:hover {
	transform: scale(1.08)
}

.mosaic-card span {
	position: absolute;
	left: 18px;
	bottom: 18px;
	background: rgba(255, 255, 255, .92);
	color: #06315f;
	padding: 9px 15px;
	border-radius: 999px;
	font-weight: 800
}

.glass-info-box,
.cta-panel {
	background: linear-gradient(145deg, #fff, #f4f9ff);
	border: 1px solid #dbe8f7;
	border-radius: 30px;
	padding: 34px;
	box-shadow: 0 20px 50px rgba(0, 34, 80, .10)
}

.mini-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 20px
}

.mini-list span {
	background: #fff;
	border-radius: 16px;
	padding: 13px;
	font-weight: 700;
	color: #07396c;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .06)
}

.place-image-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px
}

.place-img-tile {
	height: 210px;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 16px 40px rgba(0, 0, 0, .12)
}

.place-img-tile b {
	position: absolute;
	left: 14px;
	bottom: 14px;
	background: #ffc107;
	color: #052b55;
	padding: 8px 14px;
	border-radius: 999px
}

.img-service-card {
	text-align: center;
	min-height: 220px
}

.img-service-card i {
	font-size: 42px;
	color: #ffc107;
	background: #07396c;
	width: 82px;
	height: 82px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	margin-bottom: 18px
}

.wide-photo-strip {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 14px;
	height: 330px
}

.wide-photo-strip img {
	border-radius: 28px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, .14);
	overflow: hidden
}

.upgraded-package-page .section {
	overflow: hidden
}

@media(max-width:991px) {
	.image-mosaic {
		grid-template-columns: 1fr 1fr
	}

	.mosaic-card,
	.mosaic-card:nth-child(1),
	.mosaic-card:nth-child(6) {
		height: 240px;
		grid-row: auto
	}

	.wide-photo-strip {
		height: auto;
		grid-template-columns: 1fr
	}

	.wide-photo-strip img {
		height: 230px
	}

	.vgoo-package-hero {
		min-height: 58vh
	}
}

@media(max-width:575px) {

	.image-mosaic,
	.place-image-grid,
	.mini-list {
		grid-template-columns: 1fr
	}

	.vgoo-package-hero h1 {
		font-size: 36px
	}

	.glass-info-box,
	.cta-panel {
		padding: 22px
	}
}

/* Final user requested package redesign */
.temple-hero-motion:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 30%, rgba(255, 193, 7, .28), transparent 28%), radial-gradient(circle at 85% 70%, rgba(255, 255, 255, .18), transparent 25%);
	animation: vgooGlow 6s ease-in-out infinite alternate
}

.temple-split-section {
	background: linear-gradient(180deg, #fff, #f6fbff)
}

.temple-big-image {
	height: 520px;
	border-radius: 38px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 30px 75px rgba(2, 33, 75, .18);
	transform: rotate(-1deg)
}

.temple-big-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .7s
}

.temple-big-image:hover img {
	transform: scale(1.08)
}

.temple-big-image span {
	position: absolute;
	left: 22px;
	bottom: 22px;
	background: #ffc107;
	color: #062e5c;
	border-radius: 999px;
	padding: 11px 18px;
	font-weight: 900
}

.temple-content-card {
	background: #fff;
	border-radius: 34px;
	padding: 38px;
	border: 1px solid #dbe8f7;
	box-shadow: 0 25px 60px rgba(0, 38, 90, .10)
}

.seva-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-top: 22px
}

.seva-grid div {
	background: linear-gradient(145deg, #f5f9ff, #fff);
	border: 1px solid #e2ecf8;
	border-radius: 20px;
	padding: 16px;
	display: flex;
	gap: 10px;
	align-items: center;
	min-height: 74px;
	transition: .35s
}

.seva-grid div:hover {
	transform: translateY(-7px);
	box-shadow: 0 18px 35px rgba(0, 40, 90, .12)
}

.seva-grid i {
	color: #ffc107;
	background: #06315f;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.nearest-image-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px
}

.nearest-card {
	height: 260px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 22px 52px rgba(2, 31, 70, .15)
}

.nearest-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .65s
}

.nearest-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent, rgba(2, 22, 55, .82))
}

.nearest-card:hover img {
	transform: scale(1.12) rotate(1deg)
}

.nearest-card div {
	position: absolute;
	z-index: 2;
	left: 18px;
	right: 18px;
	bottom: 18px;
	color: #fff
}

.nearest-card span {
	display: block;
	font-weight: 900;
	font-size: 20px
}

.nearest-card small {
	background: #ffc107;
	color: #062e5c;
	padding: 6px 10px;
	border-radius: 999px;
	font-weight: 800
}

.temple-photo-row {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr;
	gap: 15px;
	align-items: stretch
}

.temple-photo-row img {
	height: 260px;
	width: 100%;
	object-fit: cover;
	border-radius: 28px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .12);
	transition: .45s
}

.temple-photo-row img:nth-child(1),
.temple-photo-row img:nth-child(5) {
	height: 330px
}

.temple-photo-row img:hover {
	transform: translateY(-10px) scale(1.03)
}

.stay-card p {
	display: none !important
}

.stay-card h5 {
	margin-bottom: 0 !important;
	font-size: 22px !important;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .35)
}

.airline-logo-card {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 12px
}

.airline-logo-card i {
	background: #ffc107;
	color: #06315f;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.image-mosaic {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px
}

.mosaic-card {
	height: 260px;
	border-radius: 28px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 22px 55px rgba(0, 25, 70, .16)
}

.mosaic-card:nth-child(1),
.mosaic-card:nth-child(6) {
	grid-row: span 2;
	height: 538px
}

.mosaic-card img,
.place-img-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .55s
}

.mosaic-card:hover img,
.place-img-tile:hover img {
	transform: scale(1.08)
}

.mosaic-card span,
.place-img-tile b {
	position: absolute;
	left: 18px;
	bottom: 18px;
	background: #fff;
	color: #06315f;
	padding: 9px 15px;
	border-radius: 999px;
	font-weight: 900
}

.glass-info-box,
.cta-panel {
	background: linear-gradient(145deg, #fff, #f4f9ff);
	border: 1px solid #dbe8f7;
	border-radius: 30px;
	padding: 34px;
	box-shadow: 0 20px 50px rgba(0, 34, 80, .10)
}

.place-image-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px
}

.place-img-tile {
	height: 220px;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 16px 40px rgba(0, 0, 0, .12)
}

@keyframes vgooGlow {
	from {
		opacity: .55;
		transform: scale(1)
	}

	to {
		opacity: 1;
		transform: scale(1.04)
	}
}

@media(max-width:991px) {

	.nearest-image-grid,
	.temple-photo-row {
		grid-template-columns: repeat(2, 1fr)
	}

	.temple-big-image {
		height: 380px
	}

	.image-mosaic {
		grid-template-columns: 1fr 1fr
	}

	.mosaic-card,
	.mosaic-card:nth-child(1),
	.mosaic-card:nth-child(6) {
		height: 240px;
		grid-row: auto
	}
}

@media(max-width:575px) {

	.nearest-image-grid,
	.temple-photo-row,
	.seva-grid,
	.image-mosaic,
	.place-image-grid {
		grid-template-columns: 1fr
	}

	.temple-content-card {
		padding: 24px
	}

	.temple-photo-row img,
	.temple-photo-row img:nth-child(1),
	.temple-photo-row img:nth-child(5) {
		height: 230px
	}
}


/* Services dropdown and service pages upgrade */
.service-menu-vgoo .dropdown-toggle::after {
	display: none !important;
}

.service-dropdown-menu {
	min-width: 310px;
	padding: 14px;
	border-radius: 0 0 22px 22px;
	border: 0;
	box-shadow: 0 22px 55px rgba(0, 20, 60, .18);
}

.service-dropdown-menu .dropdown-item {
	border-radius: 13px;
	font-weight: 800;
	color: #062a58;
	padding: 12px 14px;
}

.service-dropdown-menu .dropdown-item:hover {
	background: #ffc107;
	color: #062a58;
	transform: translateX(4px);
}

.service-dropdown-menu .dropdown-divider {
	opacity: .12;
	margin: 8px 0;
}

@media (min-width:992px) {
	.service-menu-vgoo:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}

	.service-menu-vgoo:hover>.nav-link {
		color: #ffc107 !important;
	}
}

.service-page-logo-mark {
	height: 86px;
	width: auto;
	margin-bottom: 14px;
	filter: drop-shadow(0 16px 22px rgba(0, 0, 0, .18));
}

.service-offered-card .service-card-name-only {
	min-height: 185px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.service-offered-card .service-card-name-only p {
	display: none !important;
}

.service-offered-card h3 {
	font-size: 1.25rem;
	margin: 0;
}

.service-offered-card b {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #ffc107;
	color: #062a58;
	padding: 11px 18px;
	border-radius: 999px;
}

.service-mini-cta {
	padding-top: 20px;
}

.mini-cta-box {
	background: linear-gradient(135deg, #052653, #074486);
	color: #fff;
	border-radius: 34px;
	padding: 42px;
	text-align: center;
	box-shadow: 0 24px 70px rgba(5, 38, 83, .22);
}

.mini-cta-box h2 {
	font-family: 'DM Serif Display', serif;
	font-size: clamp(28px, 4vw, 48px);
	margin-bottom: 20px;
}

.upgraded-services-hero {
	position: relative;
	overflow: hidden;
}

.upgraded-services-hero:after {
	content: "";
	position: absolute;
	right: -90px;
	top: -90px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .25);
	animation: floatGlow 4s ease-in-out infinite alternate;
}

.svc-detail-hero-new {
	min-height: 62vh;
	background: linear-gradient(90deg, rgba(5, 38, 83, .82), rgba(5, 38, 83, .35)), var(--svc-bg) center/cover no-repeat;
	display: flex;
	align-items: center;
	padding: 95px 0 70px;
}

.svc-detail-hero-card {
	max-width: 670px;
	background: rgba(255, 255, 255, .93);
	border-radius: 34px;
	padding: 38px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .24);
}

.svc-detail-logo {
	height: 62px;
	width: auto;
	margin-bottom: 12px;
}

.svc-icon-round {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffc107;
	color: #052653;
	font-size: 28px;
	margin-bottom: 14px;
}

.svc-detail-hero-card h1 {
	font-family: 'DM Serif Display', serif;
	color: #052653;
	font-size: clamp(34px, 5vw, 62px);
}

.svc-detail-hero-card p {
	font-size: 1.08rem;
	color: #4f6079;
}

.svc-large-image {
	border-radius: 34px;
	overflow: hidden;
	box-shadow: 0 30px 70px rgba(5, 38, 83, .18);
}

.svc-large-image img {
	width: 100%;
	height: 430px;
	object-fit: cover;
	transition: .6s;
}

.svc-large-image:hover img {
	transform: scale(1.08);
}

.related-service-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.related-service-pill {
	background: #fff;
	color: #052653;
	text-decoration: none;
	font-weight: 800;
	border-radius: 999px;
	padding: 14px 22px;
	box-shadow: 0 16px 40px rgba(5, 38, 83, .1);
	transition: .3s;
}

.related-service-pill i {
	color: #ffc107;
	margin-right: 8px;
}

.related-service-pill:hover {
	background: #ffc107;
	color: #052653;
	transform: translateY(-6px);
}

.related-service-pill:hover i {
	color: #052653;
}

@keyframes floatGlow {
	from {
		transform: translateY(0) scale(1)
	}

	to {
		transform: translateY(30px) scale(1.08)
	}
}


/* Final navbar service menu + phone fit fixes */
.vgoo-main-navbar .container-fluid {
	max-width: 100% !important;
	padding-left: 18px !important;
	padding-right: 18px !important;
	overflow: visible !important
}

.vgoo-nav-one-line {
	gap: 0 !important;
	flex-shrink: 1 !important;
	min-width: 0 !important
}

.vgoo-main-navbar .nav-link {
	margin: 0 2px !important;
	padding-left: 7px !important;
	padding-right: 7px !important;
	white-space: nowrap !important
}

.service-menu-vgoo .nav-link:after {
	display: none !important
}

.call-pill-dual {
	white-space: nowrap !important;
	flex-shrink: 0 !important;
	max-width: none !important;
	min-width: max-content !important;
	padding: 8px 10px !important;
	font-size: 12px !important;
	line-height: 1 !important;
	margin-left: 8px !important;
	border-radius: 16px !important
}

.call-pill-dual i {
	width: 34px !important;
	height: 34px !important;
	display: inline-grid !important;
	place-items: center !important;
	padding: 0 !important;
	flex: 0 0 34px !important;
	font-size: 15px !important
}

.call-pill-dual span {
	display: inline-block !important;
	white-space: nowrap !important;
	letter-spacing: 0 !important
}

.navbar-brand {
	margin-right: 18px !important;
	flex-shrink: 0 !important
}

.navbar-stamp-logo {
	width: 78px !important;
	height: 78px !important;
	max-height: 78px !important
}

.sticky-vgoo-navbar.scrolled .navbar-stamp-logo {
	width: 66px !important;
	height: 66px !important;
	max-height: 66px !important
}

@media (max-width:1280px) {
	.vgoo-main-navbar .nav-link {
		font-size: 12.5px !important;
		padding-left: 5px !important;
		padding-right: 5px !important
	}

	.call-pill-dual {
		font-size: 11.5px !important;
		padding: 7px 8px !important;
		margin-left: 6px !important
	}

	.call-pill-dual i {
		width: 31px !important;
		height: 31px !important;
		flex-basis: 31px !important
	}

	.navbar-stamp-logo {
		width: 70px !important;
		height: 70px !important;
		max-height: 70px !important
	}

	.navbar-brand {
		margin-right: 10px !important
	}
}

@media (max-width:1120px) {
	.navbar-expand-lg .navbar-toggler {
		display: block
	}

	.navbar-expand-lg .navbar-collapse {
		display: none !important
	}

	.navbar-expand-lg .navbar-collapse.show {
		display: block !important
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: column !important;
		align-items: flex-start !important
	}

	.call-pill-dual {
		margin-top: 12px !important;
		display: inline-flex !important
	}
}


/* Domestic / International package visual story redesign */
.visual-package-story {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #f7fbff 0%, #eef5ff 55%, #fff 100%)
}

.visual-package-story:before {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: rgba(255, 190, 0, .16);
	top: -120px;
	left: -120px;
	animation: vgooFloat 7s ease-in-out infinite
}

.visual-package-story:after {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: rgba(0, 64, 128, .10);
	right: -160px;
	bottom: -160px;
	animation: vgooFloat 9s ease-in-out infinite reverse
}

.story-card-wrap {
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, .74);
	border: 1px solid rgba(10, 50, 100, .10);
	border-radius: 34px;
	padding: 26px;
	box-shadow: 0 25px 70px rgba(7, 37, 82, .13);
	backdrop-filter: blur(12px)
}

.story-main-img {
	height: 430px;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 22px 45px rgba(0, 35, 80, .20);
	position: relative
}

.story-main-img img,
.story-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s ease
}

.story-main-img:hover img,
.story-thumb:hover img {
	transform: scale(1.09)
}

.story-main-img span {
	position: absolute;
	left: 22px;
	bottom: 22px;
	background: rgba(255, 255, 255, .92);
	color: #062a5d;
	padding: 12px 20px;
	border-radius: 999px;
	font-weight: 900;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .16)
}

.story-content h2 {
	font-family: 'DM Serif Display', 'Playfair Display', serif;
	color: #062a5d;
	font-size: clamp(30px, 4vw, 52px);
	line-height: 1.05;
	margin-bottom: 16px
}

.story-content p {
	color: #53647d;
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 20px
}

.story-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 24px 0
}

.story-points span {
	background: #fff;
	border-radius: 18px;
	padding: 14px 16px;
	font-weight: 800;
	color: #0a3269;
	box-shadow: 0 12px 28px rgba(12, 55, 105, .08);
	border: 1px solid rgba(13, 70, 130, .08)
}

.story-points i {
	color: #ffc20a;
	margin-right: 8px
}

.story-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 24px;
	position: relative;
	z-index: 2
}

.story-thumb {
	height: 170px;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 18px 36px rgba(6, 34, 80, .15)
}

.story-thumb b {
	position: absolute;
	left: 14px;
	bottom: 14px;
	background: rgba(2, 22, 55, .74);
	color: #fff;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 14px
}

.partner-logo-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(150px, 1fr));
	gap: 18px;
	padding: 10px 4px 20px;
	overflow: visible;
	align-items: center
}

.partner-logo-card {
	width: 100%;
	min-width: 0;
	height: 86px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid rgba(10, 44, 95, .08);
	box-shadow: 0 16px 36px rgba(4, 34, 80, .10);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	font-weight: 900;
	letter-spacing: -1px;
	transition: .35s ease
}

.partner-logo-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 22px 42px rgba(4, 34, 80, .18)
}

.partner-logo-card.goibibo {
	color: #f37021
}

.partner-logo-card.yatra {
	color: #d7202f
}

.partner-logo-card.emt {
	color: #1f9bd7
}

.partner-logo-card.akasa {
	color: #5b2a86
}

.partner-logo-card.booking {
	color: #003580
}

.partner-logo-card.indigo {
	color: #1b3584
}

.partner-logo-card.airindia {
	color: #b21f31
}

.partner-logo-card.emirates {
	color: #c7922b
}

@keyframes vgooFloat {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(28px)
	}
}

@media(max-width:991px) {
	.story-main-img {
		height: 310px
	}

	.story-points {
		grid-template-columns: 1fr
	}

	.story-thumbs {
		grid-template-columns: repeat(2, 1fr)
	}

	.story-thumb {
		height: 145px
	}
}

@media(max-width:767px) {
	.partner-logo-strip {
		grid-template-columns: repeat(2, minmax(130px, 1fr));
		gap: 14px
	}

	.partner-logo-card {
		height: 78px;
		font-size: 20px
	}
}

@media(max-width:575px) {
	.story-card-wrap {
		padding: 16px;
		border-radius: 24px
	}

	.story-thumbs {
		grid-template-columns: 1fr
	}

	.story-thumb {
		height: 190px
	}

	.partner-logo-strip {
		grid-template-columns: 1fr 1fr
	}

	.partner-logo-card {
		min-width: 0
	}
}


/* VGOO package split gallery update */
.package-split-gallery {
	background: linear-gradient(180deg, #fff 0%, #f4f8ff 100%);
	overflow: hidden
}

.split-intro {
	max-width: 680px;
	color: #5d6d86
}

.split-gallery-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px
}

.split-gallery-card {
	position: relative;
	min-height: 260px;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(6, 31, 74, .16);
	transform: translateY(0);
	transition: .45s ease;
	background: #06204a
}

.split-gallery-card:first-child {
	grid-column: span 2;
	min-height: 360px
}

.split-gallery-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: .65s ease
}

.split-gallery-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 35%, rgba(2, 20, 55, .78));
}

.split-gallery-card span {
	position: absolute;
	left: 22px;
	bottom: 20px;
	z-index: 2;
	background: #fff;
	color: #06204a;
	border-radius: 999px;
	padding: 11px 20px;
	font-weight: 800;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15)
}

.split-gallery-card:hover {
	transform: translateY(-10px)
}

.split-gallery-card:hover img {
	transform: scale(1.1)
}

.package-quick-plan-section {
	background: #eef5ff
}

.quick-plan-panel {
	border-radius: 34px;
	background: linear-gradient(135deg, #fff, #f8fbff);
	box-shadow: 0 22px 60px rgba(6, 31, 74, .13);
	padding: 42px;
	display: grid;
	grid-template-columns: 1.1fr 1.3fr auto;
	align-items: center;
	gap: 25px;
	border: 1px solid rgba(6, 31, 74, .08)
}

.quick-plan-panel h2 {
	font-family: Georgia, serif;
	color: #06204a;
	font-size: 38px;
	margin-bottom: 10px
}

.quick-plan-panel p {
	color: #5d6d86;
	margin: 0
}

.quick-plan-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px
}

.quick-plan-box {
	background: #fff;
	border-radius: 18px;
	padding: 16px 18px;
	box-shadow: 0 10px 25px rgba(6, 31, 74, .08);
	display: flex;
	gap: 12px;
	align-items: center;
	color: #06204a
}

.quick-plan-box i {
	color: #f9b500;
	font-size: 19px
}

.quick-plan-box b {
	font-weight: 800
}

@media(max-width:991px) {
	.split-gallery-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.split-gallery-card:first-child {
		grid-column: span 2
	}

	.quick-plan-panel {
		grid-template-columns: 1fr
	}

	.quick-plan-grid {
		grid-template-columns: 1fr 1fr
	}
}

@media(max-width:575px) {
	.split-gallery-grid {
		grid-template-columns: 1fr
	}

	.split-gallery-card:first-child {
		grid-column: span 1;
		min-height: 280px
	}

	.quick-plan-grid {
		grid-template-columns: 1fr
	}

	.quick-plan-panel {
		padding: 28px
	}

	.quick-plan-panel h2 {
		font-size: 30px
	}
}


/* User update: destination package details + nearest quick plan */
.destination-package-info {
	background: linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
	overflow: hidden;
	position: relative
}

.destination-package-info:before {
	content: "";
	position: absolute;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: rgba(255, 190, 18, .18);
	left: -90px;
	top: 40px;
	animation: vgooFloat 7s ease-in-out infinite
}

.destination-main-photo {
	position: relative;
	border-radius: 34px;
	overflow: hidden;
	box-shadow: 0 28px 70px rgba(3, 31, 70, .18);
	min-height: 430px;
	animation: vgooSoftUp 1.2s ease both
}

.destination-main-photo img {
	width: 100%;
	height: 430px;
	object-fit: cover;
	transition: transform .7s ease
}

.destination-main-photo:hover img {
	transform: scale(1.08)
}

.destination-main-photo span {
	position: absolute;
	left: 28px;
	bottom: 26px;
	background: #fff;
	color: #082b5f;
	border-radius: 999px;
	padding: 14px 24px;
	font-weight: 900;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .18)
}

.destination-lead {
	font-size: 1.05rem;
	line-height: 1.9;
	color: #5a6a83;
	margin-bottom: 18px
}

.package-check-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px
}

.package-check-list li {
	background: #fff;
	border: 1px solid #e5edf8;
	border-radius: 18px;
	padding: 14px 16px;
	font-weight: 800;
	color: #082b5f;
	box-shadow: 0 10px 30px rgba(3, 31, 70, .07);
	transition: .35s ease
}

.package-check-list li:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 40px rgba(3, 31, 70, .14)
}

.package-check-list i {
	color: #ffbc13;
	margin-right: 10px
}

.quick-nearest-plan {
	position: relative;
	overflow: hidden
}

.vgoo-near-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px
}

.vgoo-near-card {
	position: relative;
	border-radius: 26px;
	overflow: hidden;
	min-height: 260px;
	box-shadow: 0 20px 55px rgba(3, 31, 70, .16);
	background: #082b5f;
	animation: vgooSoftUp 1s ease both
}

.vgoo-near-card img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	transition: transform .7s ease;
	filter: saturate(1.08)
}

.vgoo-near-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(4, 24, 57, .82) 100%)
}

.vgoo-near-card h5 {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	z-index: 2;
	margin: 0;
	background: #fff;
	color: #082b5f;
	border-radius: 999px;
	padding: 12px 16px;
	text-align: center;
	font-weight: 900;
	font-size: 1rem
}

.vgoo-near-card:hover img {
	transform: scale(1.12)
}

.vgoo-near-card:hover {
	transform: translateY(-8px)
}

@keyframes vgooSoftUp {
	from {
		opacity: 0;
		transform: translateY(28px)
	}

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

@keyframes vgooFloat {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-24px)
	}
}

@media(max-width:991px) {
	.vgoo-near-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.destination-main-photo,
	.destination-main-photo img {
		min-height: 330px;
		height: 330px
	}

	.package-check-list {
		grid-template-columns: 1fr
	}
}

@media(max-width:575px) {
	.vgoo-near-grid {
		grid-template-columns: 1fr
	}

	.vgoo-near-card,
	.vgoo-near-card img {
		min-height: 230px;
		height: 230px
	}
}

.about-photo-stack .about-main-img {
	box-shadow: 0 26px 70px rgba(3, 31, 70, .16)
}


/* About page mini cards alignment fix */
.about-intro-section .row.g-3.mt-3 {
	align-items: stretch !important;
}

.about-intro-section .row.g-3.mt-3>[class*="col-"] {
	display: flex !important;
}

.about-intro-section .premium-mini-card {
	width: 100% !important;
	min-height: 188px !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	padding: 30px 28px !important;
	border-radius: 26px !important;
	box-shadow: 0 18px 46px rgba(0, 31, 80, .10) !important;
}

.about-intro-section .premium-mini-card i {
	display: none !important;
}

.about-intro-section .premium-mini-card h6 {
	font-size: 18px !important;
	margin-bottom: 10px !important;
}

.about-intro-section .premium-mini-card p {
	font-size: 15px !important;
	line-height: 1.65 !important;
	margin: 0 !important;
}

@media(max-width:575px) {
	.about-intro-section .premium-mini-card {
		min-height: auto !important;
	}
}


/* Temple detail information sections added */
.temple-info-seva-section {
	background: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
}

.temple-info-lead {
	max-width: 920px;
	margin: 0 auto;
	color: #59687d;
	font-size: 1.04rem;
	line-height: 1.85;
}

.temple-info-box {
	background: #f8fbff;
	border: 1px solid #dbe9f8;
	border-radius: 24px;
	padding: 30px;
	box-shadow: 0 18px 50px rgba(0, 31, 84, .08);
}

.temple-info-box h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	color: #08214a;
	margin-bottom: 18px;
}

.temple-info-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 13px;
}

.temple-info-box li {
	position: relative;
	padding-left: 30px;
	color: #26364d;
	font-weight: 600;
	line-height: 1.55;
}

.temple-info-box li:before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffc107;
	color: #08214a;
	text-align: center;
	font-size: .78rem;
	font-weight: 900;
	line-height: 20px;
}


/* Package detail readability + section order polish */
.vgoo-package-hero {
	min-height: 64vh;
	padding: 150px 0 90px;
	align-items: center;
	isolation: isolate;
}

.vgoo-package-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(2, 18, 45, .94) 0%, rgba(2, 18, 45, .78) 42%, rgba(2, 18, 45, .48) 72%, rgba(2, 18, 45, .34) 100%);
	z-index: 1;
}

.vgoo-package-hero:after {
	z-index: 1;
}

.vgoo-package-hero .container {
	position: relative;
	z-index: 3;
}

.vgoo-package-hero h1 {
	color: #fff !important;
	text-shadow: 0 4px 18px rgba(0, 0, 0, .65);
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.08;
	margin: 12px 0 14px;
	max-width: 880px;
	overflow: visible;
}

.vgoo-package-hero p {
	color: #f4f8ff !important;
	opacity: 1 !important;
	text-shadow: 0 3px 12px rgba(0, 0, 0, .62);
	font-weight: 600;
	max-width: 760px;
}

.vgoo-package-hero .hero-pills span {
	color: #fff !important;
	background: rgba(255, 255, 255, .20);
	border-color: rgba(255, 255, 255, .48);
	box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
}

.vgoo-package-hero .btn-vgoo {
	box-shadow: 0 12px 26px rgba(0, 0, 0, .28);
}

.temple-info-seva-section+.nearest-destination-section {
	padding-top: 65px;
}

@media(max-width:575px) {
	.vgoo-package-hero {
		padding: 120px 0 58px;
		min-height: 58vh;
	}

	.vgoo-package-hero h1 {
		font-size: 32px;
		line-height: 1.12;
	}

	.vgoo-package-hero p {
		font-size: 15px;
		line-height: 1.7;
	}
}

/* Final corrections: contact number layout, proper flight icon, compact explore-card spacing */
.call-pill-dual span {
	white-space: nowrap;
}

.vgoo-booking-tabs .tab-btn i {
	font-size: 15px;
	vertical-align: middle;
}

.tour-mini-card h5 {
	bottom: 64px !important;
}

.tour-mini-card p {
	bottom: 43px !important;
	line-height: 1.25 !important;
}

.tour-card-btn {
	bottom: 16px !important;
}

@media(max-width:575px) {
	.tour-mini-card h5 {
		bottom: 62px !important;
		font-size: 19px !important
	}

	.tour-card-btn {
		bottom: 14px !important
	}
}

/* VGOO clickable header/footer contact fixes */
.call-pill-dual {
	cursor: default !important;
}

.call-pill-dual span a {
	display: inline !important;
	color: #fff !important;
	text-decoration: none !important;
	margin: 0 !important;
	font: inherit !important;
	line-height: 1 !important;
}

.call-pill-dual span a:hover {
	color: var(--yellow) !important;
}

.call-pill-dual span b {
	color: #fff;
	opacity: .85;
	margin: 0 2px;
}

.site-footer .footer-contact-row {
	display: flex !important;
	align-items: flex-start !important;
	gap: 8px !important;
	margin: 8px 0 !important;
	color: #dbe8ff !important;
	text-align: left !important;
	line-height: 1.65 !important;
}

.site-footer .footer-contact-row i {
	width: 16px !important;
	min-width: 16px !important;
	margin-top: 4px !important;
	text-align: center !important;
}

.site-footer .footer-contact-row span {
	display: block !important;
	flex: 1 !important;
	min-width: 0 !important;
}

.site-footer .footer-contact-row a {
	display: inline !important;
	margin: 0 !important;
	color: #dbe8ff !important;
	text-decoration: none !important;
	font-size: 14px !important;
}

.site-footer .footer-contact-row a:hover {
	color: var(--yellow) !important;
}

.site-footer .footer-address-line {
	margin: 8px 0 !important;
	text-align: left !important;
	color: #dbe8ff !important;
}

.site-footer .footer-email-line {
	display: flex !important;
}


/* VGOO final contact/click fixes */
.call-pill a,
.footer-phone-line a,
.footer-email-line,
.contact-info-card a {
	position: relative;
	z-index: 5;
	pointer-events: auto !important;
	text-decoration: none !important;
}

.call-pill a:hover,
.footer-phone-line a:hover,
.footer-email-line:hover,
.contact-info-card a:hover {
	color: #ffc107 !important;
}

.footer-address-line {
	display: flex !important;
	align-items: flex-start !important;
	gap: 9px !important;
}

.footer-address-line i {
	flex: 0 0 18px !important;
	margin-top: 4px !important;
}

.footer-address-line span {
	display: block !important;
	line-height: 1.55 !important;
}

.contact-form-card .input-group {
	flex-wrap: nowrap !important;
	width: 100% !important;
}

.contact-form-card .input-group-text {
	flex: 0 0 50px !important;
	min-width: 50px !important;
	justify-content: center !important;
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.contact-form-card .vgoo-phone-input {
	min-width: 0 !important;
	width: 1% !important;
	flex: 1 1 auto !important;
	font-size: 15px !important;
	padding-left: 12px !important;
	padding-right: 10px !important;
}

.contact-form-card .vgoo-phone-input::placeholder {
	font-size: 15px !important;
	opacity: .72 !important;
}

@media(max-width:575px) {
	.contact-form-card .input-group-text {
		flex-basis: 48px !important;
		min-width: 48px !important
	}

	.contact-form-card .vgoo-phone-input {
		font-size: 14px !important
	}

	.contact-form-card .vgoo-phone-input::placeholder {
		font-size: 14px !important
	}
}


/* Contact page attractive equal form and map update */
.contact-split-section {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #f9fbff 0%, #eef7ff 100%) !important;
}

.contact-split-section:before {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .18);
	right: -150px;
	top: 40px;
	filter: blur(2px);
}

.contact-split-section:after {
	content: "";
	position: absolute;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: rgba(6, 72, 145, .10);
	left: -90px;
	bottom: 30px;
}

.contact-split-section .container {
	position: relative;
	z-index: 2;
}

.contact-lead {
	max-width: 760px;
	text-align: center !important;
	color: #5d6f86;
	margin-bottom: 0;
}

.contact-equal-row {
	align-items: stretch !important;
}

.contact-equal-row>[class*="col-"] {
	display: flex;
}

.contact-equal-box {
	width: 100%;
	min-height: 560px;
	height: 100%;
}

.map-card.contact-equal-box {
	overflow: hidden;
	padding: 10px;
	background: #fff;
	border: 1px solid rgba(255, 193, 7, .35);
	box-shadow: 0 28px 75px rgba(3, 27, 64, .14);
}

.map-card.contact-equal-box iframe {
	width: 100% !important;
	height: 100% !important;
	min-height: 540px !important;
	border: 0;
	border-radius: 22px;
	display: block;
}

.contact-form-card.contact-equal-box {
	padding: 38px;
	background: linear-gradient(145deg, #ffffff 0%, #f7fbff 100%);
	border: 1px solid rgba(255, 193, 7, .35);
	box-shadow: 0 28px 75px rgba(3, 27, 64, .14);
	position: relative;
	overflow: hidden;
}

.contact-form-card.contact-equal-box:before {
	content: "";
	position: absolute;
	right: -55px;
	top: -55px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .22);
}

.contact-form-card.contact-equal-box>* {
	position: relative;
	z-index: 1;
}

.contact-form-card.contact-equal-box .section-title {
	font-size: clamp(28px, 3vw, 38px);
	margin-bottom: 8px;
}

.contact-form-subtitle {
	text-align: left !important;
	color: #65758c;
	margin-bottom: 22px;
}

.contact-form-card.contact-equal-box .form-control,
.contact-form-card.contact-equal-box .form-select,
.contact-form-card.contact-equal-box .input-group-text {
	border-radius: 15px;
	border: 1px solid #dbe8f5;
	background: #fff;
	box-shadow: 0 8px 22px rgba(3, 27, 64, .04);
}

.contact-form-card.contact-equal-box textarea.form-control {
	min-height: 135px;
	resize: none;
}

.contact-form-card.contact-equal-box .btn-vgoo {
	padding: 15px 24px;
	border-radius: 16px;
	font-size: 16px;
}

.contact-info-card {
	border-bottom: 5px solid var(--yellow) !important;
}

.contact-info-card a {
	display: block !important;
	color: var(--navy) !important;
	font-weight: 800;
	margin: 6px 0 !important;
}

.contact-info-card p {
	text-align: center !important;
	margin: 0;
	color: #526174;
}

@media(max-width:991px) {
	.contact-equal-box {
		min-height: auto
	}

	.map-card.contact-equal-box iframe {
		min-height: 420px !important
	}

	.contact-form-card.contact-equal-box {
		padding: 28px
	}
}

@media(max-width:575px) {
	.contact-form-card.contact-equal-box {
		padding: 22px
	}

	.map-card.contact-equal-box iframe {
		min-height: 360px !important
	}

	.contact-lead {
		font-size: 14px
	}
}

/* Header logo/contact + services dropdown final adjustment */
.navbar-brand {
	display: flex !important;
	align-items: center !important;
	min-width: 86px;
}

.navbar-brand .header-white-logo,
.navbar-brand img.header-white-logo {
	width: 82px !important;
	height: 74px !important;
	max-height: 74px !important;
	object-fit: contain !important;
	background: #fff !important;
	border-radius: 10px !important;
	padding: 4px !important;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .18) !important;
}

.call-pill-dual {
	font-weight: 500 !important;
	white-space: nowrap;
	min-width: auto !important;
}

.call-pill-dual a {
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 500 !important;
}

.call-pill-dual a:hover {
	color: #ffc107 !important;
}

.call-pill-dual .phone-separator {
	font-weight: 500 !important;
	color: #ffc107 !important;
	margin: 0 2px;
}

.services-dropdown-menu {
	min-width: 330px !important;
	padding: 12px !important;
	border-radius: 18px !important;
}

.services-dropdown-menu .dropdown-item {
	display: flex !important;
	align-items: center !important;
	gap: 4px !important;
	white-space: normal !important;
	line-height: 1.35 !important;
}

@media(min-width:992px) {
	.service-menu-vgoo:hover>.dropdown-menu {
		display: block;
		margin-top: 0;
	}
}

@media(max-width:991px) {

	.navbar-brand .header-white-logo,
	.navbar-brand img.header-white-logo {
		width: 72px !important;
		height: 66px !important;
		max-height: 66px !important;
	}

	.call-pill-dual {
		white-space: normal;
		align-items: flex-start;
	}

	.services-dropdown-menu {
		min-width: 100% !important;
		max-height: 330px !important;
		overflow-y: auto;
	}
}

.services-page-hero.upgraded-services-hero {
	background: linear-gradient(135deg, rgba(5, 38, 83, .94), rgba(7, 75, 152, .78)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85') center/cover no-repeat !important;
}

.service-card-premium.service-offered-card {
	isolation: isolate;
}

.service-card-premium.service-offered-card:after {
	content: "";
	position: absolute;
	right: -50px;
	bottom: -50px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .18);
	z-index: -1;
	transition: .35s;
}

.service-card-premium.service-offered-card:hover:after {
	transform: scale(1.7);
}


/* VGOO final header/service fixes */
.top-nav .container-fluid {
	max-width: 100%;
}

.vgoo-main-navbar .navbar-brand {
	flex: 0 0 auto;
}

.header-white-logo.navbar-stamp-logo {
	width: 82px !important;
	height: 82px !important;
	max-height: 82px !important;
	object-fit: contain !important;
	transform: none !important;
	transition: none !important;
}

.sticky-vgoo-navbar.scrolled .header-white-logo.navbar-stamp-logo,
.top-nav.scrolled .header-white-logo.navbar-stamp-logo,
.navbar.scrolled .header-white-logo.navbar-stamp-logo {
	width: 82px !important;
	height: 82px !important;
	max-height: 82px !important;
	transform: none !important;
}

.vgoo-nav-one-line {
	gap: 2px !important;
	white-space: nowrap;
}

.vgoo-nav-one-line .nav-link {
	font-size: 15.5px !important;
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.call-pill-dual {
	flex: 0 0 auto;
	min-width: 0 !important;
	max-width: 360px !important;
	padding: 9px 14px !important;
	border-radius: 18px !important;
	gap: 9px !important;
	white-space: nowrap !important;
	overflow: visible !important;
}

.call-pill-dual i {
	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	font-size: 17px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.call-pill-dual span {
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px !important;
	font-size: 13.5px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

.call-pill-dual a {
	font-size: 13.5px !important;
	font-weight: 600 !important;
	white-space: nowrap !important;
	text-decoration: none !important;
}

.phone-separator {
	font-weight: 500 !important;
	opacity: .9;
}

.services-dropdown-menu .dropdown-item {
	padding: 13px 20px !important;
	font-weight: 700 !important;
}

.services-dropdown-menu .dropdown-item i {
	display: none !important;
}

@media (max-width:1399px) {
	.vgoo-nav-one-line .nav-link {
		font-size: 14px !important;
		padding-left: 6px !important;
		padding-right: 6px !important
	}

	.call-pill-dual {
		max-width: 315px !important;
		padding: 8px 11px !important
	}

	.call-pill-dual a,
	.call-pill-dual span {
		font-size: 12.5px !important
	}

	.header-white-logo.navbar-stamp-logo {
		width: 74px !important;
		height: 74px !important;
		max-height: 74px !important
	}
}

@media (max-width:1199px) {
	.top-nav .container-fluid {
		padding-left: 16px !important;
		padding-right: 16px !important
	}

	.call-pill-dual {
		margin-top: 12px !important;
		width: max-content !important;
		max-width: 100% !important
	}

	.vgoo-nav-one-line {
		white-space: normal !important
	}

	.header-white-logo.navbar-stamp-logo {
		width: 70px !important;
		height: 70px !important;
		max-height: 70px !important
	}
}

.vgoo-service-body .svc-detail-hero-new {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: center;
	padding: 130px 0 80px;
	background: linear-gradient(135deg, #052653 0%, #073b76 48%, #ffc107 150%);
	overflow: hidden;
}

.vgoo-service-body .svc-detail-hero-new:before {
	content: "";
	position: absolute;
	inset: auto -8% -35% auto;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .18);
	filter: blur(2px);
}

.vgoo-service-body .svc-detail-hero-new:after {
	content: "";
	position: absolute;
	inset: 90px 8% auto auto;
	width: 180px;
	height: 180px;
	border: 22px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
}

.vgoo-service-body .svc-detail-hero-card {
	position: relative;
	z-index: 2;
	max-width: 760px;
	margin: 0;
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	color: #fff !important;
	text-align: left !important;
}

.vgoo-service-body .svc-detail-hero-card h1 {
	color: #fff !important;
	font-size: clamp(40px, 6vw, 76px) !important;
	line-height: 1.02 !important;
	margin-bottom: 18px !important;
}

.vgoo-service-body .svc-detail-hero-card p {
	color: rgba(255, 255, 255, .88) !important;
	max-width: 680px;
	font-size: 1.15rem !important;
	line-height: 1.8 !important;
}

.vgoo-service-body .svc-detail-hero-card .btn-vgoo {
	margin-top: 12px;
	box-shadow: 0 18px 35px rgba(0, 0, 0, .22);
}

.vgoo-service-body .svc-icon-round,
.vgoo-service-body .service-hero-icon {
	display: none !important;
}

.svc-large-image {
	border-radius: 28px !important;
}

.svc-heading {
	color: #052653;
}


/* Final user fixes: fixed header logo size + redesigned home services section */
.top-nav .navbar-brand,
.sticky-vgoo-navbar .navbar-brand {
	display: flex !important;
	align-items: center !important;
	min-width: 98px !important;
	height: 96px !important;
	margin-right: 22px !important;
	overflow: visible !important;
}

.top-nav .navbar-brand img.header-white-logo.navbar-stamp-logo,
.sticky-vgoo-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
.top-nav.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
.sticky-vgoo-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
.navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo {
	width: 94px !important;
	height: 94px !important;
	max-width: 94px !important;
	max-height: 94px !important;
	min-width: 94px !important;
	min-height: 94px !important;
	object-fit: contain !important;
	transform: none !important;
	transition: none !important;
	animation: none !important;
	filter: none !important;
}

.top-nav.scrolled .navbar-brand,
.sticky-vgoo-navbar.scrolled .navbar-brand {
	height: 96px !important;
	min-width: 98px !important;
}

@media(max-width:1399px) {

	.top-nav .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.top-nav.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo {
		width: 94px !important;
		height: 94px !important;
		max-width: 94px !important;
		max-height: 94px !important;
	}
}

@media(max-width:991px) {

	.top-nav .navbar-brand,
	.sticky-vgoo-navbar .navbar-brand {
		height: 78px !important;
		min-width: 78px !important
	}

	.top-nav .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.top-nav.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo {
		width: 74px !important;
		height: 74px !important;
		max-width: 74px !important;
		max-height: 74px !important;
		min-width: 74px !important;
		min-height: 74px !important;
	}
}

.home-services-unique-section {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 46%, #fff8df 100%);
}

.home-services-unique-section:before {
	content: "";
	position: absolute;
	right: -120px;
	top: 40px;
	width: 330px;
	height: 330px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .22);
	filter: blur(4px);
}

.home-services-unique-section:after {
	content: "";
	position: absolute;
	left: -90px;
	bottom: -100px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: rgba(6, 42, 97, .10);
}

.home-services-unique-section .container {
	position: relative;
	z-index: 2;
}

.service-intro-panel {
	background: #fff;
	border-radius: 34px;
	padding: 38px;
	box-shadow: 0 24px 65px rgba(4, 35, 83, .12);
	border: 1px solid rgba(6, 42, 97, .08);
	position: sticky;
	top: 125px;
}

.service-intro-panel .section-title {
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1;
}

.service-intro-panel p {
	text-align: left;
	margin: 18px 0 26px;
	color: #526174;
}

.home-service-unique-grid {
	display: grid;
	grid-template-columns: 1.15fr 1fr 1fr;
	grid-auto-rows: 250px;
	gap: 20px;
}

.service-unique-card {
	position: relative;
	display: block;
	border-radius: 28px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 22px 55px rgba(3, 31, 74, .16);
	background: #062a61;
	isolation: isolate;
}

.service-unique-card-large {
	grid-row: span 2;
}

.service-unique-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .65s ease;
}

.service-unique-card:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 20, 55, .06), rgba(0, 22, 58, .88));
	z-index: 1;
}

.service-unique-card:after {
	content: "";
	position: absolute;
	right: -40px;
	top: -40px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .92);
	z-index: 1;
	transition: .45s ease;
}

.service-unique-content {
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 20px;
	z-index: 2;
}

.service-unique-content span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #ffc107;
	color: #062a61;
	font-weight: 900;
	margin-bottom: 12px;
	box-shadow: 0 10px 25px rgba(255, 193, 7, .35);
}

.service-unique-content h5 {
	font-weight: 900;
	margin-bottom: 8px;
	color: #fff;
	font-size: 20px;
}

.service-unique-content p {
	color: rgba(255, 255, 255, .88);
	text-align: left;
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
}

.service-unique-card:hover {
	color: #fff;
	transform: translateY(-8px);
}

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

.service-unique-card:hover:after {
	transform: scale(1.28);
	background: #fff;
}

@media(max-width:991px) {
	.service-intro-panel {
		position: relative;
		top: auto
	}

	.home-service-unique-grid {
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: 230px
	}

	.service-unique-card-large {
		grid-row: span 1;
	}
}

@media(max-width:575px) {
	.home-service-unique-grid {
		grid-template-columns: 1fr;
		grid-auto-rows: 245px
	}

	.service-intro-panel {
		padding: 26px;
		border-radius: 26px
	}

	.service-unique-card {
		border-radius: 24px
	}
}

/* === FINAL ABSOLUTE HEADER LOGO SIZE LOCK ===
   Keep VGOO header logo exactly same size before and after scrolling. */
html body nav.top-nav,
html body nav.top-nav.sticky-vgoo-navbar,
html body nav.top-nav.vgoo-main-navbar,
html body nav.top-nav.scrolled,
html body nav.top-nav.sticky-vgoo-navbar.scrolled,
html body nav.top-nav.vgoo-main-navbar.scrolled {
	min-height: 110px !important;
	height: 110px !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	transition: none !important;
	transform: none !important;
}

html body nav.top-nav>.container,
html body nav.top-nav .container,
html body nav.top-nav .navbar {
	min-height: 110px !important;
	height: 110px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	display: flex !important;
	align-items: center !important;
	transition: none !important;
	transform: none !important;
}

html body nav.top-nav .navbar-brand,
html body nav.top-nav.scrolled .navbar-brand,
html body nav.top-nav.sticky-vgoo-navbar.scrolled .navbar-brand,
html body nav.top-nav.vgoo-main-navbar.scrolled .navbar-brand {
	width: 118px !important;
	min-width: 118px !important;
	max-width: 118px !important;
	flex: 0 0 118px !important;
	height: 96px !important;
	min-height: 96px !important;
	max-height: 96px !important;
	padding: 0 !important;
	margin-right: 34px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
	transition: none !important;
	transform: none !important;
}

html body nav.top-nav .navbar-brand img,
html body nav.top-nav .navbar-brand .navbar-stamp-logo,
html body nav.top-nav.scrolled .navbar-brand img,
html body nav.top-nav.sticky-vgoo-navbar.scrolled .navbar-brand img,
html body nav.top-nav.vgoo-main-navbar.scrolled .navbar-brand img,
html body body.scrolled nav.top-nav .navbar-brand img,
html body .navbar-shrink .navbar-brand img {
	width: 92px !important;
	min-width: 92px !important;
	max-width: 92px !important;
	height: 92px !important;
	min-height: 92px !important;
	max-height: 92px !important;
	object-fit: contain !important;
	display: block !important;
	filter: none !important;
	background: transparent !important;
	transition: none !important;
	transform: none !important;
	zoom: 1 !important;
}

@media(max-width:991px) {

	html body nav.top-nav,
	html body nav.top-nav.sticky-vgoo-navbar,
	html body nav.top-nav.vgoo-main-navbar,
	html body nav.top-nav.scrolled,
	html body nav.top-nav.sticky-vgoo-navbar.scrolled,
	html body nav.top-nav.vgoo-main-navbar.scrolled {
		height: auto !important;
		min-height: 92px !important;
		padding: 7px 0 !important;
	}

	html body nav.top-nav .container {
		height: auto !important;
		min-height: 78px !important;
	}

	html body nav.top-nav .navbar-brand {
		width: 112px !important;
		min-width: 112px !important;
		max-width: 112px !important;
		flex: 0 0 112px !important;
		height: 84px !important;
		max-height: 84px !important;
		margin-right: 12px !important;
	}

	html body nav.top-nav .navbar-brand img {
		width: 80px !important;
		min-width: 80px !important;
		max-width: 80px !important;
		height: 80px !important;
		min-height: 80px !important;
		max-height: 80px !important;
	}
}

/* =========================================================
   FINAL HEADER LOGO POSITION + SIZE FIX
   Logo moved slightly right near Home menu, kept large and
   locked to the same size while scrolling on every page.
   ========================================================= */
.top-nav.sticky-vgoo-navbar,
.top-nav.scrolled,
.top-nav.sticky-vgoo-navbar.scrolled,
.vgoo-main-navbar,
.vgoo-main-navbar.scrolled {
	min-height: 112px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	overflow: visible !important;
}

.top-nav .container-fluid,
.vgoo-main-navbar .container-fluid {
	min-height: 96px !important;
	display: flex !important;
	align-items: center !important;
	overflow: visible !important;
}

.top-nav .navbar-brand,
.sticky-vgoo-navbar .navbar-brand,
.vgoo-main-navbar .navbar-brand,
.top-nav.scrolled .navbar-brand,
.sticky-vgoo-navbar.scrolled .navbar-brand,
.vgoo-main-navbar.scrolled .navbar-brand {
	width: 150px !important;
	min-width: 150px !important;
	flex: 0 0 150px !important;
	height: 100px !important;
	min-height: 100px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-left: clamp(42px, 5vw, 92px) !important;
	margin-right: 28px !important;
	padding: 0 !important;
	overflow: visible !important;
	transform: none !important;
	transition: none !important;
}

.top-nav .navbar-brand img.header-white-logo.navbar-stamp-logo,
.sticky-vgoo-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
.vgoo-main-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
.top-nav.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
.sticky-vgoo-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
.vgoo-main-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
.navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
body.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
.navbar-shrink .navbar-brand img.header-white-logo.navbar-stamp-logo {
	width: 136px !important;
	min-width: 136px !important;
	max-width: 136px !important;
	height: 96px !important;
	min-height: 96px !important;
	max-height: 96px !important;
	object-fit: contain !important;
	object-position: center !important;
	display: block !important;
	transform: none !important;
	transition: none !important;
	animation: none !important;
	filter: none !important;
}

@media (max-width:1399px) {

	.top-nav .navbar-brand,
	.sticky-vgoo-navbar .navbar-brand,
	.vgoo-main-navbar .navbar-brand,
	.top-nav.scrolled .navbar-brand,
	.sticky-vgoo-navbar.scrolled .navbar-brand,
	.vgoo-main-navbar.scrolled .navbar-brand {
		margin-left: 34px !important;
		margin-right: 16px !important;
		width: 130px !important;
		min-width: 130px !important;
		flex-basis: 130px !important;
		height: 94px !important;
		min-height: 94px !important;
	}

	.top-nav .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.vgoo-main-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.top-nav.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.vgoo-main-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo {
		width: 122px !important;
		min-width: 122px !important;
		max-width: 122px !important;
		height: 88px !important;
		min-height: 88px !important;
		max-height: 88px !important;
	}
}

@media (max-width:1199px) {

	.top-nav .navbar-brand,
	.sticky-vgoo-navbar .navbar-brand,
	.vgoo-main-navbar .navbar-brand,
	.top-nav.scrolled .navbar-brand,
	.sticky-vgoo-navbar.scrolled .navbar-brand,
	.vgoo-main-navbar.scrolled .navbar-brand {
		margin-left: 14px !important;
		margin-right: 12px !important;
		width: 108px !important;
		min-width: 108px !important;
		flex-basis: 108px !important;
		height: 86px !important;
		min-height: 86px !important;
	}

	.top-nav .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.vgoo-main-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.top-nav.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.vgoo-main-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo {
		width: 100px !important;
		min-width: 100px !important;
		max-width: 100px !important;
		height: 80px !important;
		min-height: 80px !important;
		max-height: 80px !important;
	}
}

@media (max-width:991px) {

	.top-nav.sticky-vgoo-navbar,
	.top-nav.scrolled,
	.top-nav.sticky-vgoo-navbar.scrolled,
	.vgoo-main-navbar,
	.vgoo-main-navbar.scrolled {
		min-height: 90px !important;
	}

	.top-nav .navbar-brand,
	.sticky-vgoo-navbar .navbar-brand,
	.vgoo-main-navbar .navbar-brand,
	.top-nav.scrolled .navbar-brand,
	.sticky-vgoo-navbar.scrolled .navbar-brand,
	.vgoo-main-navbar.scrolled .navbar-brand {
		margin-left: 8px !important;
		margin-right: 10px !important;
		width: 92px !important;
		min-width: 92px !important;
		flex-basis: 92px !important;
		height: 78px !important;
		min-height: 78px !important;
	}

	.top-nav .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.vgoo-main-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.top-nav.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.vgoo-main-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo {
		width: 84px !important;
		min-width: 84px !important;
		max-width: 84px !important;
		height: 72px !important;
		min-height: 72px !important;
		max-height: 72px !important;
	}
}

/* ==========================================================
   FINAL FIX: Tour package pages alternate image/info layout
   - Replaces 3-column package cards with unique split rows
   - Image left + details right, then reversed on next package
   - Reduces section-to-section spacing on package pages
   ========================================================== */
body:has(.tour-package-hero) .package-section {
	padding: 42px 0 36px !important;
	background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%) !important;
}

body:has(.tour-package-hero) .package-section .text-center.mb-4 {
	margin-bottom: 20px !important;
}

body:has(.tour-package-hero) .package-section .section-title {
	margin-bottom: 8px !important;
}

body:has(.tour-package-hero) .package-section .package-grid {
	display: flex !important;
	flex-direction: column !important;
	gap: 26px !important;
	margin-top: 8px !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card {
	width: 100% !important;
	min-height: 330px !important;
	display: grid !important;
	grid-template-columns: 42% 58% !important;
	align-items: stretch !important;
	border-radius: 30px !important;
	overflow: hidden !important;
	background: #fff !important;
	box-shadow: 0 18px 45px rgba(6, 31, 73, .12) !important;
	border: 1px solid rgba(6, 31, 73, .08) !important;
	animation: none !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) {
	grid-template-columns: 58% 42% !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-img {
	grid-column: 2 !important;
	grid-row: 1 !important;
	border-right: 0 !important;
	border-left: 6px solid #ffc107 !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-body {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card:hover {
	transform: translateY(-6px) !important;
	box-shadow: 0 26px 65px rgba(6, 31, 73, .18) !important;
}

body:has(.tour-package-hero) .package-section .package-img {
	height: 100% !important;
	min-height: 330px !important;
	border-bottom: 0 !important;
	border-right: 6px solid #ffc107 !important;
	background: #eaf4ff !important;
}

body:has(.tour-package-hero) .package-section .package-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

body:has(.tour-package-hero) .package-section .package-body {
	padding: 28px 34px !important;
	justify-content: center !important;
}

body:has(.tour-package-hero) .package-section .package-body h3 {
	font-size: 30px !important;
	line-height: 1.15 !important;
	margin-bottom: 10px !important;
}

body:has(.tour-package-hero) .package-section .package-price {
	margin: 6px 0 12px !important;
	font-size: 28px !important;
}

body:has(.tour-package-hero) .package-section .package-meta {
	margin: 8px 0 12px !important;
}

body:has(.tour-package-hero) .package-section .package-list {
	margin: 8px 0 0 !important;
}

body:has(.tour-package-hero) .package-section .package-list li {
	margin-bottom: 8px !important;
}

body:has(.tour-package-hero) .package-section .package-rules {
	margin-top: 10px !important;
}

body:has(.tour-package-hero) .package-section .package-actions {
	margin-top: 14px !important;
}

body:has(.tour-package-hero) .tour-info-band,
body:has(.tour-package-hero) .package-quick-plan-section,
body:has(.tour-package-hero) .package-split-gallery {
	padding-top: 42px !important;
	padding-bottom: 42px !important;
}

body:has(.tour-package-hero) section+section {
	margin-top: 0 !important;
}

@media(max-width:991px) {

	body:has(.tour-package-hero) .package-section .premium-package-card,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) {
		grid-template-columns: 1fr !important;
	}

	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-img,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-body {
		grid-column: auto !important;
		grid-row: auto !important;
	}

	body:has(.tour-package-hero) .package-section .package-img,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-img {
		min-height: 250px !important;
		height: 250px !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-bottom: 5px solid #ffc107 !important;
	}

	body:has(.tour-package-hero) .package-section .package-body {
		padding: 24px !important;
	}

	body:has(.tour-package-hero) .package-section .package-body h3 {
		font-size: 24px !important;
	}
}

@media(max-width:575px) {
	body:has(.tour-package-hero) .package-section {
		padding: 30px 0 !important;
	}

	body:has(.tour-package-hero) .package-section .package-grid {
		gap: 18px !important;
	}

	body:has(.tour-package-hero) .package-section .package-body {
		padding: 20px !important;
	}
}

/* ==========================================================
   FINAL CORRECTION: Equal split package cards + badge on image
   ========================================================== */
body:has(.tour-package-hero) .package-section {
	padding: 28px 0 28px !important;
}

body:has(.tour-package-hero) .package-section .package-grid {
	gap: 22px !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card,
body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) {
	display: grid !important;
	grid-template-columns: 50% 50% !important;
	height: 390px !important;
	min-height: 390px !important;
	max-height: 390px !important;
	align-items: stretch !important;
	position: relative !important;
	overflow: hidden !important;
}

body:has(.tour-package-hero) .package-section .package-img,
body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-img {
	height: 390px !important;
	min-height: 390px !important;
	max-height: 390px !important;
	width: 100% !important;
	position: relative !important;
	overflow: hidden !important;
	border-bottom: 0 !important;
}

body:has(.tour-package-hero) .package-section .package-img {
	grid-column: 1 !important;
	grid-row: 1 !important;
	border-right: 6px solid #ffc107 !important;
	border-left: 0 !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-img {
	grid-column: 2 !important;
	grid-row: 1 !important;
	border-left: 6px solid #ffc107 !important;
	border-right: 0 !important;
}

body:has(.tour-package-hero) .package-section .package-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
}

body:has(.tour-package-hero) .package-section .package-body {
	grid-column: 2 !important;
	grid-row: 1 !important;
	height: 390px !important;
	min-height: 390px !important;
	max-height: 390px !important;
	padding: 24px 30px !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	overflow: hidden !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-body {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

body:has(.tour-package-hero) .package-section .package-badge {
	position: absolute !important;
	top: 20px !important;
	left: 20px !important;
	z-index: 5 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	max-width: calc(50% - 40px) !important;
	white-space: nowrap !important;
	background: #ffc107 !important;
	color: #06265b !important;
	border-radius: 999px !important;
	padding: 10px 18px !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .18) !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-badge {
	left: calc(50% + 20px) !important;
}

body:has(.tour-package-hero) .package-section .package-body h3 {
	font-size: 28px !important;
	margin-bottom: 8px !important;
}

body:has(.tour-package-hero) .package-section .package-price {
	font-size: 27px !important;
	margin: 5px 0 10px !important;
}

body:has(.tour-package-hero) .package-section .package-meta {
	margin: 6px 0 10px !important;
}

body:has(.tour-package-hero) .package-section .package-list li {
	margin-bottom: 6px !important;
	line-height: 1.45 !important;
}

body:has(.tour-package-hero) .package-section .package-rules {
	margin-top: 8px !important;
	padding: 10px 12px !important;
}

body:has(.tour-package-hero) .package-section .package-actions {
	margin-top: 12px !important;
}

body:has(.tour-package-hero) .tour-info-band,
body:has(.tour-package-hero) .package-quick-plan-section,
body:has(.tour-package-hero) .package-split-gallery {
	padding-top: 32px !important;
	padding-bottom: 32px !important;
}

@media(max-width:991px) {

	body:has(.tour-package-hero) .package-section .premium-package-card,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) {
		grid-template-columns: 1fr !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
	}

	body:has(.tour-package-hero) .package-section .package-img,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-img {
		grid-column: 1 !important;
		grid-row: 1 !important;
		height: 260px !important;
		min-height: 260px !important;
		max-height: 260px !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-bottom: 5px solid #ffc107 !important;
	}

	body:has(.tour-package-hero) .package-section .package-body,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-body {
		grid-column: 1 !important;
		grid-row: 2 !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
	}

	body:has(.tour-package-hero) .package-section .package-badge,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-badge {
		left: 18px !important;
		max-width: calc(100% - 36px) !important;
	}
}

/* ==========================================================
   FINAL FIX: Package detail/sub pages alignment + compact spacing
   Applies to all View Details package pages
   ========================================================== */
html,
body {
	overflow-x: hidden !important;
}

.premium-detail-page.upgraded-package-page .section,
.premium-detail-page.destination-redesign-page .section {
	padding-top: 52px !important;
	padding-bottom: 52px !important;
}

.premium-detail-page.upgraded-package-page .section-soft,
.premium-detail-page.destination-redesign-page .section-soft {
	background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%) !important;
}

.vgoo-package-hero {
	min-height: 440px !important;
	padding: 135px 0 70px !important;
	display: flex !important;
	align-items: center !important;
	background-size: cover !important;
	background-position: center !important;
}

.vgoo-package-hero .container {
	max-width: 1180px !important;
}

.vgoo-package-hero h1 {
	max-width: 850px !important;
	line-height: 1.05 !important;
	margin-bottom: 14px !important;
}

.vgoo-package-hero p {
	max-width: 720px !important;
	margin-bottom: 14px !important;
}

.destination-package-info .row {
	--bs-gutter-x: 36px !important;
	--bs-gutter-y: 28px !important;
	align-items: center !important;
}

.destination-package-info .col-lg-6 {
	display: flex !important;
	flex-direction: column !important;
}

.destination-main-photo {
	width: 100% !important;
	height: 430px !important;
	border-radius: 34px !important;
	overflow: hidden !important;
	position: relative !important;
	box-shadow: 0 24px 65px rgba(6, 31, 73, .18) !important;
	background: #eaf4ff !important;
}

.destination-main-photo img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
}

.destination-main-photo span {
	position: absolute !important;
	left: 22px !important;
	bottom: 22px !important;
	background: #ffc107 !important;
	color: #06265b !important;
	padding: 10px 18px !important;
	border-radius: 999px !important;
	font-weight: 900 !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .18) !important;
}

.destination-package-info .section-title,
.destination-package-info h2 {
	margin-bottom: 12px !important;
	line-height: 1.15 !important;
}

.destination-lead {
	font-size: 17px !important;
	line-height: 1.75 !important;
	margin-bottom: 18px !important;
	max-width: 680px !important;
}

.package-check-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 12px !important;
	padding: 0 !important;
	margin: 18px 0 !important;
}

.package-check-list li {
	list-style: none !important;
	background: #f3f8ff !important;
	border: 1px solid rgba(6, 31, 73, .08) !important;
	border-radius: 16px !important;
	padding: 12px 14px !important;
	font-weight: 700 !important;
	color: #17345f !important;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	min-height: 52px !important;
}

.package-check-list li i {
	color: #ffc107 !important;
	flex: 0 0 auto !important;
}

.quick-nearest-plan .text-center.mb-4 {
	margin-bottom: 22px !important;
}

.vgoo-near-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 20px !important;
}

.vgoo-near-card {
	height: 100% !important;
	border-radius: 24px !important;
	overflow: hidden !important;
	background: #fff !important;
	box-shadow: 0 18px 45px rgba(6, 31, 73, .11) !important;
	border: 1px solid rgba(6, 31, 73, .08) !important;
}

.vgoo-near-card img {
	width: 100% !important;
	height: 190px !important;
	object-fit: cover !important;
	display: block !important;
}

.vgoo-near-card h5 {
	min-height: 60px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 12px !important;
	font-weight: 900 !important;
	color: #06265b !important;
}

.cta-panel {
	max-width: 1050px !important;
	margin: 0 auto !important;
	padding: 38px 32px !important;
	border-radius: 30px !important;
	background: #fff !important;
	border: 1px solid rgba(6, 31, 73, .08) !important;
	box-shadow: 0 18px 45px rgba(6, 31, 73, .10) !important;
}

.cta-panel h2 {
	margin-bottom: 10px !important;
	line-height: 1.15 !important;
}

.cta-panel p {
	max-width: 720px !important;
	margin: 0 auto 18px !important;
	line-height: 1.65 !important;
	text-align: center !important;
}

.cta-panel .btn {
	min-width: 190px !important;
}

/* keep package list rows equal and prevent clipping */
body:has(.tour-package-hero) .package-section .premium-package-card,
body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) {
	max-width: 100% !important;
	height: 420px !important;
	min-height: 420px !important;
	max-height: 420px !important;
}

body:has(.tour-package-hero) .package-section .package-img,
body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-img,
body:has(.tour-package-hero) .package-section .package-body,
body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-body {
	height: 420px !important;
	min-height: 420px !important;
	max-height: 420px !important;
}

body:has(.tour-package-hero) .package-section .package-body {
	padding: 24px 34px !important;
	overflow: hidden !important;
}

body:has(.tour-package-hero) .package-section .package-list li span,
body:has(.tour-package-hero) .package-section .package-rules {
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

body:has(.tour-package-hero) .package-section .package-actions .btn {
	min-width: 0 !important;
	flex: 1 1 0 !important;
	white-space: nowrap !important;
}

@media(max-width:991px) {
	.vgoo-package-hero {
		min-height: 390px !important;
		padding: 120px 0 55px !important;
	}

	.destination-main-photo {
		height: 330px !important;
	}

	.package-check-list {
		grid-template-columns: 1fr !important;
	}

	.vgoo-near-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body:has(.tour-package-hero) .package-section .premium-package-card,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) {
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
	}

	body:has(.tour-package-hero) .package-section .package-img,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-img {
		height: 270px !important;
		min-height: 270px !important;
		max-height: 270px !important;
	}

	body:has(.tour-package-hero) .package-section .package-body,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-body {
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
	}
}

@media(max-width:575px) {

	.premium-detail-page.upgraded-package-page .section,
	.premium-detail-page.destination-redesign-page .section {
		padding-top: 34px !important;
		padding-bottom: 34px !important;
	}

	.destination-main-photo {
		height: 260px !important;
		border-radius: 24px !important;
	}

	.vgoo-near-grid {
		grid-template-columns: 1fr !important;
	}

	.vgoo-near-card img {
		height: 210px !important;
	}

	.cta-panel {
		padding: 28px 18px !important;
		border-radius: 22px !important;
	}
}


/* ==========================================================
   FINAL PACKAGE DETAIL PAGE FIX - cream CTA, aligned info,
   full-correct images, compact spacing across all subpages
   ========================================================== */
.premium-detail-page.upgraded-package-page,
.premium-detail-page.destination-redesign-page,
.premium-detail-page.temple-redesign-page {
	background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%) !important;
}

.premium-detail-page.upgraded-package-page .section,
.premium-detail-page.destination-redesign-page .section,
.premium-detail-page.temple-redesign-page .section {
	padding-top: 42px !important;
	padding-bottom: 42px !important;
}

.vgoo-package-hero {
	min-height: 455px !important;
	padding: 135px 0 62px !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.vgoo-package-hero h1 {
	font-size: clamp(34px, 4.6vw, 64px) !important;
}

.destination-package-info .row,
.temple-split-section .row {
	align-items: stretch !important;
}

.destination-package-info .col-lg-6,
.temple-split-section .col-lg-6 {
	display: flex !important;
}

.destination-main-photo,
.temple-big-image {
	width: 100% !important;
	height: 460px !important;
	min-height: 460px !important;
	border-radius: 34px !important;
	transform: none !important;
	background: #fff7e3 !important;
	border: 1px solid rgba(255, 193, 7, .35) !important;
	box-shadow: 0 24px 62px rgba(6, 31, 73, .14) !important;
}

.destination-main-photo img,
.temple-big-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center !important;
	display: block !important;
}

.destination-main-photo span,
.temple-big-image span {
	background: #ffc107 !important;
	color: #06265b !important;
	left: 22px !important;
	bottom: 22px !important;
	max-width: calc(100% - 44px) !important;
	white-space: normal !important;
	text-align: center !important;
	line-height: 1.25 !important;
	padding: 11px 20px !important;
	border-radius: 999px !important;
	font-weight: 900 !important;
}

.destination-package-info .col-lg-6:last-child,
.temple-content-card {
	background: linear-gradient(145deg, #fffaf0 0%, #fff6df 100%) !important;
	border: 1px solid rgba(255, 193, 7, .38) !important;
	border-radius: 34px !important;
	padding: 34px !important;
	box-shadow: 0 22px 58px rgba(6, 31, 73, .12) !important;
	justify-content: center !important;
	overflow: hidden !important;
}

.destination-package-info .eyebrow,
.temple-content-card .eyebrow {
	color: #0a4a93 !important;
}

.destination-package-info h2,
.temple-content-card h2 {
	font-size: clamp(28px, 3vw, 42px) !important;
	line-height: 1.15 !important;
}

.destination-lead,
.temple-content-card p,
.temple-info-lead {
	color: #52637b !important;
	line-height: 1.75 !important;
	text-align: left !important;
}

.package-check-list,
.seva-grid {
	margin-top: 18px !important;
	margin-bottom: 18px !important;
}

.package-check-list li,
.seva-grid div,
.temple-info-box li {
	overflow-wrap: anywhere !important;
}

.temple-info-seva-section {
	background: #fffaf0 !important;
	padding-top: 42px !important;
	padding-bottom: 42px !important;
}

.temple-info-box {
	background: linear-gradient(145deg, #fffaf0 0%, #fff6df 100%) !important;
	border: 1px solid rgba(255, 193, 7, .38) !important;
	border-radius: 28px !important;
	height: 100% !important;
}

.nearest-destination-section,
.quick-nearest-plan.section-soft {
	padding-top: 42px !important;
	padding-bottom: 42px !important;
}

.nearest-image-grid,
.vgoo-near-grid {
	align-items: stretch !important;
}

.nearest-card,
.vgoo-near-card {
	height: 260px !important;
	min-height: 260px !important;
}

.nearest-card img,
.vgoo-near-card img {
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
}

.vgoo-near-card h5 {
	position: absolute !important;
	left: 18px !important;
	right: 18px !important;
	bottom: 18px !important;
	z-index: 2 !important;
	background: #ffc107 !important;
	color: #06265b !important;
	border-radius: 999px !important;
	min-height: auto !important;
	padding: 10px 14px !important;
}

.premium-detail-page .cta-panel {
	max-width: 1080px !important;
	margin: 0 auto !important;
	background: linear-gradient(145deg, #fffaf0 0%, #fff4d8 100%) !important;
	border: 1px solid rgba(255, 193, 7, .46) !important;
	border-radius: 32px !important;
	padding: 42px 32px !important;
	box-shadow: 0 20px 52px rgba(6, 31, 73, .11) !important;
}

.premium-detail-page .cta-panel h2 {
	color: #061f49 !important;
	font-size: clamp(28px, 3.2vw, 42px) !important;
	text-align: center !important;
}

.premium-detail-page .cta-panel p {
	color: #52637b !important;
	text-align: center !important;
	max-width: 760px !important;
}

.premium-detail-page .cta-panel .btn {
	min-width: 210px !important;
	height: 56px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

@media(max-width:991px) {
	.vgoo-package-hero {
		min-height: 390px !important;
		padding: 118px 0 48px !important;
	}

	.destination-main-photo,
	.temple-big-image {
		height: 350px !important;
		min-height: 350px !important;
	}

	.destination-package-info .col-lg-6:last-child,
	.temple-content-card {
		padding: 28px !important;
	}

	.nearest-image-grid,
	.vgoo-near-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media(max-width:575px) {

	.premium-detail-page.upgraded-package-page .section,
	.premium-detail-page.destination-redesign-page .section,
	.premium-detail-page.temple-redesign-page .section {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.destination-main-photo,
	.temple-big-image {
		height: 270px !important;
		min-height: 270px !important;
		border-radius: 24px !important;
	}

	.destination-package-info .col-lg-6:last-child,
	.temple-content-card {
		padding: 22px !important;
		border-radius: 24px !important;
	}

	.nearest-image-grid,
	.vgoo-near-grid,
	.package-check-list,
	.seva-grid {
		grid-template-columns: 1fr !important;
	}

	.premium-detail-page .cta-panel {
		padding: 30px 18px !important;
		border-radius: 24px !important;
	}
}


/* VGOO enriched service dropdown detail pages */
.service-rich-hero .svc-detail-hero-card {
	background: linear-gradient(135deg, #fff7df, #fffdf7);
	border: 1px solid rgba(255, 193, 7, .35);
	box-shadow: 0 20px 55px rgba(6, 43, 99, .12)
}

.service-detail-rich {
	padding-top: 55px;
	padding-bottom: 40px
}

.service-rich-top {
	min-height: 520px
}

.svc-rich-image {
	height: 100%;
	min-height: 520px;
	border-radius: 32px;
	overflow: hidden;
	box-shadow: 0 28px 70px rgba(6, 43, 99, .14);
	border: 6px solid #fff
}

.svc-rich-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.svc-rich-content {
	height: 100%;
	min-height: 520px;
	background: #fff7df;
	border: 1px solid rgba(255, 193, 7, .45);
	border-radius: 32px;
	padding: 42px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 24px 60px rgba(6, 43, 99, .10)
}

.svc-rich-content h2 {
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 800;
	color: #062b63;
	margin: 8px 0 16px
}

.svc-rich-content p {
	font-size: 18px;
	line-height: 1.85;
	color: #516078;
	margin-bottom: 26px
}

.svc-info-card {
	background: #fff;
	border: 1px solid rgba(6, 43, 99, .08);
	border-radius: 18px;
	padding: 15px 16px;
	height: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 700;
	color: #0b2d5f;
	box-shadow: 0 12px 30px rgba(6, 43, 99, .06)
}

.svc-info-card i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ffc107;
	color: #062b63;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 30px
}

.service-cream-section {
	background: #fff8e8;
	padding-top: 55px;
	padding-bottom: 55px
}

.svc-step {
	height: 100%;
	background: #fff;
	border: 1px solid rgba(6, 43, 99, .08);
	border-radius: 24px;
	padding: 28px 22px;
	box-shadow: 0 16px 40px rgba(6, 43, 99, .08)
}

.svc-step b {
	display: inline-flex;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	align-items: center;
	justify-content: center;
	background: #062b63;
	color: #ffc107;
	font-size: 18px;
	margin-bottom: 16px
}

.svc-step p {
	margin: 0;
	color: #516078;
	font-weight: 600;
	line-height: 1.65
}

.service-detail-lists {
	padding-top: 55px;
	padding-bottom: 45px
}

.svc-list-panel {
	height: 100%;
	background: #fffdf6;
	border: 1px solid rgba(255, 193, 7, .38);
	border-radius: 30px;
	padding: 34px;
	box-shadow: 0 18px 50px rgba(6, 43, 99, .09)
}

.svc-list-panel h3 {
	font-size: 26px;
	font-weight: 800;
	color: #062b63;
	margin-bottom: 24px;
	display: flex;
	gap: 12px;
	align-items: center
}

.svc-list-panel h3 i {
	color: #ffc107
}

.svc-list-panel ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 16px
}

.svc-list-panel li {
	font-size: 17px;
	font-weight: 600;
	color: #35445b;
	line-height: 1.55;
	display: flex;
	gap: 12px
}

.svc-list-panel li i {
	color: #ffc107;
	margin-top: 4px
}

.related-services-rich {
	padding-top: 50px;
	padding-bottom: 50px
}

.service-cream-cta {
	background: #fff7df !important;
	border: 1px solid rgba(255, 193, 7, .4) !important
}

.service-cream-cta p {
	max-width: 740px;
	margin: 0 auto 22px;
	color: #516078;
	font-size: 18px
}

.service-overview-card {
	background: #fffdf6;
	border: 1px solid rgba(255, 193, 7, .35);
	border-radius: 28px;
	padding: 34px;
	box-shadow: 0 18px 50px rgba(6, 43, 99, .09);
	transition: .3s
}

.service-overview-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 26px 70px rgba(6, 43, 99, .13)
}

.service-overview-icon {
	width: 66px;
	height: 66px;
	border-radius: 20px;
	background: #ffc107;
	color: #062b63;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	margin-bottom: 20px
}

.service-overview-card h3 {
	font-size: 24px;
	color: #062b63;
	font-weight: 800;
	margin-bottom: 14px
}

.service-overview-card p {
	color: #516078;
	line-height: 1.7
}

.service-overview-card a {
	font-weight: 800;
	color: #062b63;
	text-decoration: none
}

.service-overview-card a i {
	margin-left: 8px;
	color: #ffc107
}

@media(max-width:991px) {

	.service-rich-top,
	.svc-rich-image,
	.svc-rich-content {
		min-height: auto
	}

	.svc-rich-image {
		height: 360px
	}

	.svc-rich-content {
		padding: 28px
	}

	.service-detail-rich,
	.service-cream-section,
	.service-detail-lists {
		padding-top: 38px;
		padding-bottom: 34px
	}
}

@media(max-width:575px) {
	.svc-rich-image {
		height: 280px;
		border-radius: 22px
	}

	.svc-rich-content,
	.svc-list-panel {
		border-radius: 22px;
		padding: 24px
	}

	.svc-rich-content p {
		font-size: 16px
	}

	.svc-list-panel h3 {
		font-size: 22px
	}

	.svc-list-panel li {
		font-size: 15px
	}
}


/* =====================================================
   INTERNATIONAL PACKAGES - 3 CARDS PER ROW FIX
   Paste this at the END of assets/css/style.css
   ===================================================== */
.package-section {
	padding: 80px 0 !important;
	background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%) !important;
}

.package-section .package-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 28px !important;
	align-items: stretch !important;
}

.package-section .premium-package-card {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	position: relative !important;
	overflow: hidden !important;
	border-radius: 24px !important;
	background: #ffffff !important;
	border: 1px solid rgba(8, 43, 103, .10) !important;
	box-shadow: 0 18px 48px rgba(0, 31, 80, .13) !important;
	transition: .35s ease !important;
}

.package-section .premium-package-card:hover {
	transform: translateY(-8px) !important;
	box-shadow: 0 26px 65px rgba(0, 31, 80, .20) !important;
}

.package-section .premium-package-card .package-img {
	order: 1 !important;
	width: 100% !important;
	height: 230px !important;
	min-height: 230px !important;
	overflow: hidden !important;
	border-radius: 24px 24px 0 0 !important;
	margin: 0 !important;
}

.package-section .premium-package-card .package-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
	border-radius: 24px 24px 0 0 !important;
	transition: .45s ease !important;
}

.package-section .premium-package-card:hover .package-img img {
	transform: scale(1.06) !important;
}

.package-section .premium-package-card .package-badge {
	position: absolute !important;
	top: 16px !important;
	left: 16px !important;
	z-index: 5 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	border-radius: 999px !important;
	background: #ffc107 !important;
	color: #062a61 !important;
	padding: 9px 16px !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .18) !important;
}

.package-section .premium-package-card .package-body {
	order: 2 !important;
	width: 100% !important;
	padding: 24px 22px 22px !important;
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
}

.package-section .premium-package-card .package-body h3 {
	font-size: 22px !important;
	line-height: 1.25 !important;
	font-weight: 900 !important;
	color: #062a61 !important;
	margin: 0 0 10px !important;
}

.package-section .premium-package-card .package-price {
	color: #08418f !important;
	font-size: 24px !important;
	font-weight: 900 !important;
	margin-bottom: 14px !important;
}

.package-section .premium-package-card .package-price small {
	font-size: 12px !important;
	color: #66758a !important;
	font-weight: 800 !important;
}

.package-section .premium-package-card .package-meta {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	margin-bottom: 16px !important;
}

.package-section .premium-package-card .package-meta span {
	display: inline-flex !important;
	align-items: center !important;
	border-radius: 999px !important;
	background: #eaf3ff !important;
	color: #062a61 !important;
	padding: 7px 10px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
}

.package-section .premium-package-card .package-list {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 0 16px !important;
}

.package-section .premium-package-card .package-list li {
	display: flex !important;
	align-items: flex-start !important;
	gap: 9px !important;
	margin-bottom: 10px !important;
	color: #526174 !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}

.package-section .premium-package-card .package-list i {
	color: #ffc107 !important;
	margin-top: 3px !important;
	min-width: 16px !important;
}

.package-section .premium-package-card .package-rules {
	background: #fff8df !important;
	border-left: 4px solid #ffc107 !important;
	border-radius: 14px !important;
	padding: 12px 14px !important;
	font-size: 12px !important;
	line-height: 1.55 !important;
	color: #5b5b5b !important;
	margin-top: auto !important;
	margin-bottom: 16px !important;
}

.package-section .premium-package-card .package-actions {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 10px !important;
	margin-top: 0 !important;
}

.package-section .premium-package-card .package-actions .btn {
	border-radius: 999px !important;
	min-height: 46px !important;
	padding: 10px 12px !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

@media (max-width: 1199px) {
	.package-section .package-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.package-section .package-grid {
		grid-template-columns: 1fr !important;
		gap: 22px !important;
	}

	.package-section .premium-package-card .package-img {
		height: 220px !important;
		min-height: 220px !important;
	}
}

@media (max-width: 420px) {
	.package-section .premium-package-card .package-actions {
		grid-template-columns: 1fr !important;
	}
}

:root {
	--navy: #062a61;
	--navy2: #001b44;
	--blue: #0a4dab;
	--yellow: #ffc107;
	--yellow2: #ffb300;
	--light: #f6f9fd;
	--text: #1b2b43;
	--muted: #66758a;
	--shadow: 0 16px 40px rgba(0, 31, 80, .12);
	--radius: 22px
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	font-family: 'Poppins', Arial, sans-serif;
	color: var(--text);
	background: #fff;
	overflow-x: hidden
}

p {
	text-align: justify;
	line-height: 1.8;
	color: #526174
}

.script {
	font-family: 'Allura', cursive
}

.text-yellow {
	color: var(--yellow)
}

.section {
	padding: 86px 0
}

.section-soft {
	background: linear-gradient(180deg, #f9fbff, #eef7ff)
}

.section-title {
	font-weight: 800;
	color: var(--navy2);
	letter-spacing: -.04em
}

.eyebrow {
	color: #3f8ed8;
	text-transform: uppercase;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em
}

.btn-vgoo {
	border: 0;
	border-radius: 14px;
	padding: 13px 24px;
	background: var(--yellow);
	color: #102b4e;
	font-weight: 800;
	box-shadow: 0 10px 22px rgba(255, 193, 7, .34);
	position: relative;
	overflow: hidden
}

.btn-vgoo:hover {
	background: var(--yellow2);
	transform: translateY(-2px);
	color: #001b44
}

.btn-outline-vgoo {
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 14px;
	padding: 12px 22px;
	color: #fff;
	font-weight: 700;
	background: rgba(255, 255, 255, .06)
}

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

.material-card {
	background: #fff;
	border: 1px solid rgba(8, 43, 103, .08);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	transition: .35s
}

.material-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 24px 55px rgba(0, 31, 80, .18)
}

.top-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	padding: 18px 0;
	transition: .35s
}

.top-nav.scrolled {
	background: rgba(0, 27, 68, .96);
	backdrop-filter: blur(12px);
	padding: 9px 0;
	box-shadow: 0 16px 35px rgba(0, 0, 0, .18)
}

.navbar-brand img {
	width: 145px;
	max-height: 80px;
	object-fit: contain
}

.nav-link {
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	margin: 0 5px;
	position: relative
}

.nav-link:after {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 3px;
	height: 2px;
	background: var(--yellow);
	transform: scaleX(0);
	transition: .25s
}

.nav-link:hover:after,
.nav-link.active:after {
	transform: scaleX(1)
}

.call-pill {
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: 14px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 800;
	padding: 8px 13px;
	display: inline-flex;
	gap: 8px;
	align-items: center
}

.call-pill i {
	background: var(--yellow);
	color: var(--navy);
	border-radius: 50%;
	padding: 6px
}

.hero {
	min-height: 780px;
	background: linear-gradient(90deg, rgba(0, 27, 68, .9) 0%, rgba(0, 40, 95, .65) 42%, rgba(0, 0, 0, .12) 100%), url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=85') center/cover fixed;
	position: relative;
	color: #fff;
	padding-top: 150px
}

.hero:after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 180px;
	background: linear-gradient(0deg, #fff, transparent);
	pointer-events: none
}

.hero-content {
	position: relative;
	z-index: 2
}

.hero-logo-badge {
	display: inline-block;
	background: rgba(0, 27, 68, .78);
	padding: 14px 22px;
	border-radius: 0 0 34px 0;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .2);
	margin-bottom: 20px
}

.hero-logo-badge img {
	width: 170px
}

.hero h1 {
	font-size: clamp(48px, 7vw, 92px);
	font-weight: 900;
	line-height: .93;
	letter-spacing: -.06em
}

.hero h1 span {
	color: var(--yellow)
}

.hero p {
	max-width: 480px;
	color: #fff;
	text-align: left;
	font-weight: 500
}

.floating-search {
	position: relative;
	z-index: 5;
	margin-top: -70px
}

.search-card {
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 20px 65px rgba(0, 27, 68, .18);
	padding: 18px
}

.search-tabs {
	display: flex;
	gap: 12px;
	margin-bottom: 20px;
	flex-wrap: wrap
}

.tab-btn {
	border: 0;
	background: #f0f4fb;
	border-radius: 12px;
	padding: 12px 24px;
	color: var(--navy);
	font-weight: 800
}

.tab-btn.active {
	background: var(--navy);
	color: #fff
}

.form-control,
.form-select {
	border-radius: 12px;
	border: 1px solid #dde6f1;
	padding: 14px
}

.icon-feature {
	text-align: center
}

.icon-round {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	margin: 0 auto 18px;
	background: #fff3c4;
	color: var(--navy);
	font-size: 32px;
	box-shadow: 0 12px 28px rgba(0, 31, 80, .12)
}

.destination-card {
	height: 300px;
	border-radius: 18px;
	overflow: hidden;
	position: relative;
	background: #123;
	box-shadow: var(--shadow)
}

.destination-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s
}

.destination-card:hover img {
	transform: scale(1.08)
}

.destination-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 20, 55, .82), transparent 62%)
}

.destination-card .content {
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 20px;
	color: #fff
}

.destination-card h5 {
	font-weight: 800
}

.dark-service {
	background: linear-gradient(90deg, rgba(0, 27, 68, .98), rgba(0, 48, 103, .88)), url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1800&q=85') center/cover;
	color: #fff
}

.service-step {
	text-align: center;
	position: relative
}

.service-step .icon-round {
	background: var(--yellow);
	color: var(--navy)
}

.package-card {
	overflow: hidden
}

.package-card img {
	height: 205px;
	width: 100%;
	object-fit: cover;
	border-radius: 18px 18px 0 0
}

.package-card .badge {
	background: #fff;
	color: var(--navy);
	box-shadow: 0 5px 12px rgba(0, 0, 0, .08);
	border-radius: 20px
}

.price {
	font-size: 1.2rem;
	color: var(--navy);
	font-weight: 900
}

.partner-strip img,
.partner-name {
	filter: grayscale(.2);
	font-weight: 800;
	color: #48627f;
	font-size: 1.25rem
}

.footer-cta {
	background: linear-gradient(90deg, rgba(0, 27, 68, .96), rgba(0, 58, 116, .82)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85') center/cover;
	color: #fff
}

.site-footer {
	background: #031b40;
	color: #dbe8ff;
	padding: 70px 0 25px
}

.site-footer p {
	text-align: justify;
	color: #b9c7db
}

.site-footer a {
	color: #dbe8ff;
	text-decoration: none;
	display: block;
	margin: 8px 0;
	font-size: 14px
}

.site-footer a:hover {
	color: var(--yellow)
}

.footer-logo {
	width: 190px
}

.whatsapp-float,
.call-float {
	position: fixed;
	right: 22px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	z-index: 999;
	display: grid;
	place-items: center;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 14px 35px rgba(0, 0, 0, .25)
}

.whatsapp-float {
	bottom: 88px;
	background: #25d366
}

.call-float {
	bottom: 24px;
	background: var(--yellow);
	color: var(--navy)
}

.page-hero {
	min-height: 420px;
	background: linear-gradient(90deg, rgba(0, 27, 68, .9), rgba(0, 27, 68, .48)), url('https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?auto=format&fit=crop&w=1800&q=85') center/cover;
	display: flex;
	align-items: center;
	color: #fff;
	padding-top: 110px
}

.page-hero h1 {
	font-weight: 900;
	font-size: 54px
}

.navbar-toggler {
	border-color: rgba(255, 255, 255, .4)
}

.navbar-toggler-icon {
	filter: invert(1)
}

@media(max-width:991px) {
	.top-nav {
		background: rgba(0, 27, 68, .98);
		padding: 10px 0
	}

	.hero {
		min-height: 720px;
		padding-top: 120px;
		background-attachment: scroll
	}

	.navbar-collapse {
		background: rgba(0, 27, 68, .98);
		border-radius: 18px;
		padding: 15px
	}

	.floating-search {
		margin-top: -35px
	}

	.hero-logo-badge img {
		width: 130px
	}

	.navbar-brand img {
		width: 120px
	}

	.section {
		padding: 60px 0
	}
}

@media(max-width:575px) {
	.hero h1 {
		font-size: 48px
	}

	.search-card {
		padding: 14px
	}

	.destination-card {
		height: 250px
	}

	.page-hero h1 {
		font-size: 38px
	}
}

/* Final logo, partner slider and footer polish */
.navbar-brand img,
.hero-logo-badge img,
.footer-logo {
	background: transparent !important;
	filter: brightness(0) invert(1);
	object-fit: contain
}

.navbar-brand img {
	width: 128px;
	max-height: 70px
}

.footer-logo {
	width: 185px;
	max-height: 150px
}

.hero-logo-badge {
	background: rgba(0, 27, 68, .58) !important
}

.hero-logo-badge img {
	max-height: 135px
}

.trusted-partners-section {
	overflow: hidden
}

.partner-swiper {
	padding: 10px 8px 42px
}

.partner-logo {
	height: 78px;
	border-radius: 18px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 1.35rem;
	box-shadow: 0 12px 28px rgba(0, 31, 80, .08);
	border: 1px solid rgba(8, 43, 103, .08);
	letter-spacing: -.03em
}

.partner-logo span {
	background: #e5252a;
	color: #fff;
	border-radius: 50%;
	padding: 2px 4px;
	margin: 0 2px;
	font-size: .72em
}

.partner-logo.indigo {
	color: #263f8f
}

.partner-logo.airindia {
	color: #dc1f26
}

.partner-logo.makemytrip {
	color: #244f9e
}

.partner-logo.goibibo {
	color: #f58220
}

.partner-logo.yatra {
	color: #e21b2d
}

.partner-logo.easemytrip {
	color: #2b93d1
}

.partner-logo.akasa {
	color: #5d2e86
}

.partner-logo.booking {
	color: #003b95
}

.partner-pagination .swiper-pagination-bullet-active {
	background: var(--yellow)
}

.footer-social {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fff;
	margin: 0 5px !important;
	text-decoration: none !important
}

.footer-social.facebook i {
	color: #1877f2
}

.footer-social.instagram i {
	color: #e4405f
}

.footer-social.youtube i {
	color: #ff0000
}

.footer-social.linkedin i {
	color: #0a66c2
}

.footer-social.whatsapp i {
	color: #25d366
}

.footer-copy {
	text-align: center !important;
	color: #b9c7db !important;
	margin: 0 auto !important;
	display: block !important
}

.site-footer .footer-copy-wrap {
	text-align: center !important
}

/* User requested common sticky navbar, footer word logo and dropdown polish */
.sticky-vgoo-navbar {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1050;
	background: rgba(0, 27, 68, .38);
	backdrop-filter: blur(10px)
}

.sticky-vgoo-navbar.scrolled {
	background: rgba(0, 27, 68, .98) !important;
	box-shadow: 0 14px 35px rgba(0, 0, 0, .24)
}

.navbar-brand img {
	background: transparent !important;
	filter: none !important;
	width: 136px;
	max-height: 78px;
	object-fit: contain
}

.site-footer .footer-logo {
	background: transparent !important;
	filter: none !important;
	width: 155px;
	max-height: 120px;
	object-fit: contain
}

.hero-logo-badge {
	display: none !important
}

.hero {
	padding-top: 160px
}

.vgoo-dropdown {
	border: 0;
	border-radius: 16px;
	padding: 10px;
	box-shadow: 0 20px 55px rgba(0, 27, 68, .22);
	background: #fff;
	min-width: 240px
}

.services-dropdown-menu {
	max-height: 430px;
	overflow-y: auto;
	min-width: 330px
}

.vgoo-dropdown .dropdown-item {
	border-radius: 10px;
	font-size: 13px;
	font-weight: 700;
	color: #092a61;
	padding: 10px 12px
}

.vgoo-dropdown .dropdown-item:hover {
	background: #fff3cd;
	color: #001b44
}

@media(min-width:992px) {
	.navbar .dropdown:hover>.dropdown-menu {
		display: block;
		margin-top: 0
	}
}

.footer-word-logo {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: .85
}

.footer-word-main {
	font-size: 64px;
	font-weight: 900;
	letter-spacing: -.08em;
	color: #fff
}

.footer-word-main::after {
	content: "";
	display: inline-block;
	width: 34px;
	height: 34px;
	background: var(--yellow);
	clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
	margin-left: 8px;
	transform: rotate(18deg)
}

.footer-word-sub {
	font-family: 'Allura', cursive;
	font-size: 54px;
	color: var(--yellow);
	margin-left: 56px
}

.footer-word-logo small {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #dbe8ff;
	margin-top: 8px
}

.footer-link-grid {
	columns: 2;
	column-gap: 22px
}

.footer-policy-links a {
	display: inline-block !important;
	margin: 0 12px !important
}

.footer-social-row .footer-social {
	display: inline-flex !important
}

.footer-follow {
	color: #dbe8ff
}

.footer-social {
	transition: .25s
}

.footer-social:hover {
	transform: translateY(-3px)
}

.footer-social.facebook {
	background: #fff
}

.footer-social.instagram {
	background: #fff
}

.footer-social.youtube {
	background: #fff
}

.footer-social.linkedin {
	background: #fff
}

.footer-social.whatsapp {
	background: #fff
}

.footer-social.facebook i {
	color: #1877f2 !important
}

.footer-social.instagram i {
	color: #e4405f !important
}

.footer-social.youtube i {
	color: #ff0000 !important
}

.footer-social.linkedin i {
	color: #0a66c2 !important
}

.footer-social.whatsapp i {
	color: #25d366 !important
}

.footer-copy-wrap {
	text-align: center !important
}

.footer-copy {
	text-align: center !important;
	margin: 0 auto !important
}

.site-footer a {
	break-inside: avoid
}

.nav-link.active-js:after {
	transform: scaleX(1)
}

@media(max-width:991px) {
	.sticky-vgoo-navbar {
		background: rgba(0, 27, 68, .98)
	}

	.services-dropdown-menu {
		max-height: 300px
	}

	.footer-link-grid {
		columns: 1
	}

	.footer-word-logo {
		align-items: center;
		text-align: center
	}

	.hero {
		padding-top: 130px
	}
}

/* Final footer matching user reference */
.navbar-brand img {
	width: 150px !important;
	max-height: 82px !important;
	object-fit: contain !important;
	background: transparent !important;
	filter: none !important
}

.footer-cta {
	padding: 42px 0 !important;
	background: linear-gradient(90deg, rgba(0, 27, 68, .96), rgba(0, 61, 126, .82)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85') center/cover !important;
	color: #fff !important
}

.footer-cta-logo {
	width: 260px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	background: transparent !important;
	display: block
}

.footer-cta-title {
	font-size: clamp(32px, 3.5vw, 48px);
	line-height: 1.12;
	font-weight: 900;
	color: #fff;
	margin: 0;
	letter-spacing: -.05em
}

.footer-cta-title span {
	display: block;
	font-family: 'Allura', cursive;
	font-size: 48px;
	color: var(--yellow);
	font-weight: 400;
	letter-spacing: 0;
	margin: 2px 0 0
}

.footer-subscribe-form {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	max-width: 390px
}

.footer-subscribe-form .form-control {
	height: 56px;
	border-radius: 15px;
	padding: 0 18px
}

.footer-subscribe-form .btn {
	height: 56px;
	border-radius: 15px;
	padding: 0 24px;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap
}

.footer-follow {
	font-weight: 600
}

.footer-social {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff !important;
	margin: 0 6px !important;
	text-decoration: none !important;
	vertical-align: middle;
	transition: .25s
}

.footer-social:hover {
	transform: translateY(-3px)
}

.footer-social.facebook i {
	color: #1877f2 !important
}

.footer-social.instagram i {
	color: #e4405f !important
}

.footer-social.youtube i {
	color: #ff0000 !important
}

.footer-social.linkedin i {
	color: #0a66c2 !important
}

.footer-social.whatsapp i {
	color: #25d366 !important
}

.site-footer {
	background: #031b40 !important;
	padding: 58px 0 24px !important;
	color: #dbe8ff !important
}

.site-footer .footer-logo {
	width: 185px !important;
	max-height: 155px !important;
	background: transparent !important;
	filter: brightness(0) invert(1) !important;
	object-fit: contain !important
}

.site-footer p {
	text-align: justify !important;
	line-height: 1.75 !important;
	color: #dbe8ff !important
}

.site-footer a {
	color: #fff !important;
	font-size: 15px;
	margin: 9px 0 !important;
	display: block !important
}

.site-footer a:hover {
	color: var(--yellow) !important
}

.footer-copy-wrap {
	text-align: center !important
}

.footer-copy {
	text-align: center !important;
	margin: 0 auto !important;
	color: #dbe8ff !important;
	display: block !important
}

.hero-logo-badge {
	display: none !important
}

.sticky-vgoo-navbar {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1050;
	background: rgba(0, 27, 68, .38) !important;
	backdrop-filter: blur(12px) !important
}

.sticky-vgoo-navbar.scrolled {
	background: rgba(0, 27, 68, .98) !important;
	box-shadow: 0 14px 35px rgba(0, 0, 0, .24) !important
}

.services-dropdown-menu {
	max-height: 430px;
	overflow-y: auto;
	min-width: 330px
}

.vgoo-dropdown {
	border: 0 !important;
	border-radius: 16px !important;
	padding: 10px !important;
	box-shadow: 0 20px 55px rgba(0, 27, 68, .22) !important
}

.vgoo-dropdown .dropdown-item {
	border-radius: 10px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #092a61 !important;
	padding: 10px 12px !important
}

.vgoo-dropdown .dropdown-item:hover {
	background: #fff3cd !important;
	color: #001b44 !important
}

@media(max-width:991px) {
	.sticky-vgoo-navbar {
		background: rgba(0, 27, 68, .98) !important
	}

	.footer-cta {
		text-align: center
	}

	.footer-cta-logo {
		margin: 0 auto
	}

	.footer-subscribe-form {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.footer-cta-title span {
		font-size: 42px
	}

	.footer-social-row {
		text-align: center
	}

	.site-footer .footer-logo {
		display: block;
		margin-left: auto;
		margin-right: auto
	}

	.site-footer p {
		text-align: center !important
	}
}

@media(max-width:575px) {
	.footer-subscribe-form {
		flex-direction: column
	}

	.footer-subscribe-form .btn,
	.footer-subscribe-form .form-control {
		width: 100%
	}

	.footer-cta-logo {
		width: 220px
	}

	.navbar-brand img {
		width: 125px !important
	}
}

/* Updated navbar stamp logo and premium page upgrades */
.navbar-brand {
	display: flex;
	align-items: center;
	padding: 0 !important;
	margin-right: 34px
}

.navbar-stamp-logo {
	width: 86px !important;
	height: 86px !important;
	max-height: 86px !important;
	object-fit: contain !important;
	background: transparent !important;
	filter: none !important;
	display: block
}

.top-nav {
	padding: 7px 0 !important
}

.sticky-vgoo-navbar.scrolled .navbar-stamp-logo {
	width: 72px !important;
	height: 72px !important;
	max-height: 72px !important
}

.nav-link {
	font-size: 14px !important
}

.call-pill {
	margin-left: 14px
}

.page-hero {
	position: relative;
	overflow: hidden
}

.flight-premium-hero,
.hotels-premium-hero,
.gallery-premium-hero {
	min-height: 560px
}

.flight-premium-hero {
	background: linear-gradient(90deg, rgba(0, 27, 68, .95), rgba(5, 55, 116, .62)), url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1900&q=85') center/cover
}

.hotels-premium-hero {
	background: linear-gradient(90deg, rgba(0, 27, 68, .95), rgba(5, 55, 116, .55)), url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1900&q=85') center/cover
}

.gallery-premium-hero {
	background: linear-gradient(90deg, rgba(0, 27, 68, .93), rgba(5, 55, 116, .50)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1900&q=85') center/cover
}

.flight-glass-card {
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 28px;
	background: rgba(255, 255, 255, .12);
	backdrop-filter: blur(16px);
	padding: 38px;
	color: #fff;
	box-shadow: 0 28px 70px rgba(0, 0, 0, .25)
}

.flight-glass-card i {
	font-size: 76px;
	color: var(--yellow);
	margin-bottom: 20px
}

.premium-info-card {
	border-radius: 26px;
	background: #fff;
	padding: 34px 28px;
	box-shadow: 0 20px 55px rgba(0, 31, 80, .12);
	border: 1px solid rgba(8, 43, 103, .08);
	transition: .35s
}

.premium-info-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 30px 70px rgba(0, 31, 80, .18)
}

.premium-info-card h3 {
	font-size: 1.25rem;
	font-weight: 900;
	color: var(--navy2)
}

.premium-info-card p {
	text-align: center
}

.ticket-panel {
	background: #fff;
	border-radius: 30px;
	padding: 42px;
	box-shadow: var(--shadow);
	position: relative;
	overflow: hidden
}

.ticket-panel:before {
	content: "";
	position: absolute;
	right: -80px;
	top: -80px;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .25)
}

.ticket-badge {
	display: inline-block;
	border-radius: 999px;
	background: var(--yellow);
	padding: 8px 16px;
	font-weight: 900;
	color: var(--navy);
	margin-bottom: 15px
}

.mini-stat {
	background: #f5f9ff;
	border-radius: 18px;
	padding: 18px;
	border: 1px solid #e1ebf8
}

.mini-stat strong {
	display: block;
	color: var(--navy);
	font-weight: 900
}

.mini-stat span {
	font-size: 13px;
	color: var(--muted)
}

.airline-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px
}

.airline-grid div {
	background: #fff;
	border-radius: 22px;
	padding: 26px;
	text-align: center;
	font-weight: 900;
	color: var(--navy);
	box-shadow: var(--shadow);
	font-size: 1.2rem
}

.timeline-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px
}

.timeline-step {
	background: #fff;
	border-radius: 24px;
	padding: 28px;
	text-align: center;
	box-shadow: var(--shadow);
	border: 1px solid rgba(8, 43, 103, .08)
}

.timeline-step span {
	display: inline-grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--navy);
	color: var(--yellow);
	font-weight: 900;
	margin-bottom: 14px
}

.timeline-step h5 {
	font-weight: 900;
	color: var(--navy2)
}

.timeline-step p {
	text-align: center;
	font-size: 14px
}

.stay-card {
	position: relative;
	border-radius: 28px;
	overflow: hidden;
	height: 390px;
	box-shadow: 0 24px 55px rgba(0, 31, 80, .18);
	background: var(--navy)
}

.stay-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .55s
}

.stay-card:hover img {
	transform: scale(1.08)
}

.stay-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 27, 68, .92), rgba(0, 27, 68, .05) 60%)
}

.stay-card div {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	z-index: 2;
	color: #fff
}

.stay-card h5 {
	font-weight: 900
}

.stay-card p {
	color: #e8f1ff;
	text-align: left;
	font-size: 14px;
	margin: 0
}

.hotel-collage {
	position: relative;
	min-height: 520px
}

.hotel-collage img {
	position: absolute;
	object-fit: cover;
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(0, 31, 80, .22);
	border: 8px solid #fff
}

.hotel-collage .main {
	left: 0;
	top: 30px;
	width: 78%;
	height: 420px
}

.hotel-collage .small {
	width: 42%;
	height: 210px
}

.hotel-collage .one {
	right: 0;
	top: 0
}

.hotel-collage .two {
	right: 30px;
	bottom: 20px
}

.amenity-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px
}

.amenity-list span {
	border-radius: 999px;
	background: #fff;
	padding: 12px 16px;
	font-weight: 800;
	color: var(--navy);
	box-shadow: 0 12px 25px rgba(0, 31, 80, .08)
}

.amenity-list i {
	color: var(--yellow2)
}

.gallery-filter button {
	border: 0;
	border-radius: 999px;
	background: #eef5ff;
	color: var(--navy);
	font-weight: 900;
	padding: 12px 20px;
	margin: 5px
}

.gallery-filter button.active,
.gallery-filter button:hover {
	background: var(--yellow);
	color: var(--navy)
}

.vgoo-masonry {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 210px;
	gap: 18px
}

.gallery-tile {
	position: relative;
	border-radius: 26px;
	overflow: hidden;
	background: var(--navy);
	box-shadow: 0 20px 50px rgba(0, 31, 80, .15)
}

.gallery-tile.wide {
	grid-column: span 2
}

.gallery-tile.tall {
	grid-row: span 2
}

.gallery-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .55s
}

.gallery-tile:hover img {
	transform: scale(1.08)
}

.gallery-tile:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 27, 68, .92), rgba(0, 27, 68, .05) 65%)
}

.gallery-tile div {
	position: absolute;
	z-index: 2;
	left: 22px;
	right: 22px;
	bottom: 20px;
	color: #fff
}

.gallery-tile span {
	display: inline-block;
	background: var(--yellow);
	color: var(--navy);
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 8px
}

.gallery-tile h5 {
	font-weight: 900;
	margin: 0
}

@media(max-width:991px) {
	.navbar-stamp-logo {
		width: 70px !important;
		height: 70px !important
	}

	.top-nav {
		padding: 8px 0 !important
	}

	.timeline-row {
		grid-template-columns: repeat(2, 1fr)
	}

	.vgoo-masonry {
		grid-template-columns: repeat(2, 1fr)
	}

	.gallery-tile.wide {
		grid-column: span 2
	}

	.hotel-collage {
		min-height: 430px
	}

	.flight-premium-hero,
	.hotels-premium-hero,
	.gallery-premium-hero {
		min-height: 500px
	}
}

@media(max-width:575px) {
	.navbar-stamp-logo {
		width: 58px !important;
		height: 58px !important
	}

	.timeline-row,
	.airline-grid {
		grid-template-columns: 1fr
	}

	.vgoo-masonry {
		grid-template-columns: 1fr;
		grid-auto-rows: 250px
	}

	.gallery-tile.wide,
	.gallery-tile.tall {
		grid-column: span 1;
		grid-row: span 1
	}

	.hotel-collage {
		min-height: auto
	}

	.hotel-collage img {
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		width: 100% !important;
		height: 240px !important;
		margin-bottom: 16px
	}

	.stay-card {
		height: 320px
	}
}


/* Requested premium updates: about, contact, services */
.about-premium-hero {
	background: linear-gradient(90deg, rgba(0, 27, 68, .95), rgba(0, 55, 120, .50)), url('https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1900&q=85') center/cover;
	min-height: 540px
}

.contact-premium-hero {
	background: linear-gradient(90deg, rgba(0, 27, 68, .95), rgba(0, 55, 120, .52)), url('https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=1900&q=85') center/cover;
	min-height: 500px
}

.services-premium-hero {
	background: linear-gradient(90deg, rgba(0, 27, 68, .95), rgba(0, 55, 120, .55)), url('https://images.unsplash.com/photo-1519055548599-6d4d129508c4?auto=format&fit=crop&w=1900&q=85') center/cover;
	min-height: 520px
}

.about-photo-stack {
	position: relative;
	min-height: 520px
}

.about-main-img {
	width: 88%;
	height: 470px;
	object-fit: cover;
	border-radius: 32px;
	box-shadow: 0 30px 80px rgba(0, 31, 80, .22);
	border: 10px solid #fff
}

.about-exp-card {
	position: absolute;
	right: 10px;
	bottom: 25px;
	background: var(--yellow);
	color: var(--navy);
	border-radius: 26px;
	padding: 24px 28px;
	box-shadow: 0 20px 45px rgba(0, 31, 80, .18);
	display: flex;
	align-items: center;
	gap: 14px
}

.about-exp-card strong {
	font-size: 54px;
	line-height: 1;
	font-weight: 900
}

.about-exp-card span {
	font-weight: 900;
	line-height: 1.2
}

.premium-mini-card,
.about-value-card,
.contact-info-card,
.contact-form-card,
.map-card,
.service-premium-card {
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 58px rgba(0, 31, 80, .12);
	border: 1px solid rgba(8, 43, 103, .08)
}

.premium-mini-card {
	padding: 24px;
	height: 100%
}

.premium-mini-card i {
	font-size: 34px;
	color: var(--yellow2);
	margin-bottom: 14px
}

.premium-mini-card h6 {
	font-weight: 900;
	color: var(--navy2)
}

.premium-mini-card p {
	text-align: left;
	font-size: 14px;
	margin: 0
}

.about-value-card {
	padding: 38px 30px;
	text-align: center;
	height: 100%;
	transition: .35s
}

.about-value-card:hover {
	transform: translateY(-8px)
}

.about-value-card.featured {
	background: linear-gradient(145deg, var(--navy), #073d86);
	color: #fff
}

.about-value-card i {
	width: 76px;
	height: 76px;
	display: grid;
	place-items: center;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: #fff3c4;
	color: var(--navy);
	font-size: 30px
}

.about-value-card h3 {
	font-weight: 900
}

.about-value-card p {
	text-align: center;
	margin: 0
}

.about-value-card.featured p {
	color: #e9f2ff
}

.journey-timeline {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px
}

.journey-timeline div {
	background: #fff;
	border-radius: 24px;
	padding: 26px;
	box-shadow: var(--shadow);
	border: 1px solid rgba(8, 43, 103, .08)
}

.journey-timeline span {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	background: var(--yellow);
	color: var(--navy);
	border-radius: 50%;
	font-weight: 900;
	margin-bottom: 12px
}

.journey-timeline h5 {
	font-weight: 900;
	color: var(--navy2)
}

.journey-timeline p {
	text-align: left;
	font-size: 14px;
	margin: 0
}

.counter-card {
	border: 1px solid rgba(255, 255, 255, .18);
	background: rgba(255, 255, 255, .08);
	border-radius: 24px;
	padding: 30px
}

.counter-card strong {
	display: block;
	font-size: 46px;
	font-weight: 900;
	color: var(--yellow)
}

.counter-card span {
	color: #fff;
	font-weight: 700
}

.contact-info-card {
	height: 100%;
	padding: 30px;
	text-align: center;
	transition: .35s
}

.contact-info-card:hover {
	transform: translateY(-8px)
}

.contact-info-card i {
	font-size: 38px;
	color: var(--yellow2);
	margin-bottom: 18px
}

.contact-info-card h4 {
	font-weight: 900;
	color: var(--navy2)
}

.contact-info-card a {
	display: block;
	color: var(--navy);
	font-weight: 800;
	text-decoration: none;
	margin: 5px 0
}

.contact-info-card p {
	text-align: center;
	margin: 0
}

.map-card {
	overflow: hidden;
	height: 100%;
	min-height: 520px
}

.map-card iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	min-height: 520px
}

.contact-form-card {
	padding: 36px
}

.service-premium-card {
	display: block;
	text-decoration: none;
	color: var(--text);
	padding: 34px 28px;
	height: 100%;
	position: relative;
	overflow: hidden;
	transition: .35s
}

.service-premium-card:before {
	content: "";
	position: absolute;
	right: -55px;
	top: -55px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .18);
	transition: .35s
}

.service-premium-card:hover {
	transform: translateY(-8px);
	color: var(--text)
}

.service-premium-card:hover:before {
	transform: scale(1.45)
}

.service-icon {
	width: 74px;
	height: 74px;
	border-radius: 22px;
	background: linear-gradient(145deg, var(--navy), #074a99);
	display: grid;
	place-items: center;
	color: var(--yellow);
	font-size: 30px;
	margin-bottom: 22px;
	box-shadow: 0 16px 34px rgba(0, 31, 80, .18)
}

.service-premium-card h4 {
	font-size: 1.15rem;
	font-weight: 900;
	color: var(--navy2)
}

.service-premium-card p {
	text-align: left;
	font-size: 14px;
	margin-bottom: 18px
}

.service-premium-card span {
	font-weight: 900;
	color: var(--navy)
}

.service-premium-card span i {
	color: var(--yellow2);
	margin-left: 6px
}

@media(max-width:991px) {
	.about-photo-stack {
		min-height: auto
	}

	.about-main-img {
		width: 100%;
		height: 350px
	}

	.about-exp-card {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: -55px;
		margin-left: 25px;
		width: max-content
	}

	.journey-timeline {
		grid-template-columns: 1fr
	}

	.map-card,
	.map-card iframe {
		min-height: 360px
	}
}

@media(max-width:575px) {
	.about-exp-card strong {
		font-size: 42px
	}

	.contact-form-card {
		padding: 24px
	}

	.service-premium-card {
		padding: 28px 22px
	}
}


/* ===== VGOO requested global corrections: favicon, one-line navbar, white dropdown arrows, exact reference footer ===== */
.vgoo-main-navbar .container-fluid {
	max-width: 1480px;
}

.vgoo-main-navbar .navbar-brand {
	margin-right: 18px !important;
	flex: 0 0 auto;
}

.vgoo-main-navbar .navbar-stamp-logo {
	width: 76px !important;
	height: 76px !important;
	max-height: 76px !important;
}

.vgoo-nav-one-line {
	gap: 0;
	white-space: nowrap;
}

.vgoo-nav-one-line .nav-link {
	white-space: nowrap !important;
	font-size: 13px !important;
	margin: 0 3px !important;
	padding-left: 7px !important;
	padding-right: 7px !important;
	color: #fff !important;
}

.vgoo-main-navbar .dropdown-toggle::after {
	border-top-color: #fff !important;
	vertical-align: .16em;
	margin-left: 6px;
}

.vgoo-main-navbar .call-pill {
	white-space: nowrap;
	flex: 0 0 auto;
	font-size: 11px !important;
	padding: 7px 10px !important;
}

@media (min-width:992px) and (max-width:1250px) {
	.vgoo-nav-one-line .nav-link {
		font-size: 11.2px !important;
		margin: 0 1px !important;
		padding-left: 4px !important;
		padding-right: 4px !important
	}

	.vgoo-main-navbar .navbar-stamp-logo {
		width: 62px !important;
		height: 62px !important
	}

	.vgoo-main-navbar .call-pill {
		font-size: 10px !important;
		padding: 6px 8px !important
	}
}

@media (max-width:991px) {
	.vgoo-nav-one-line {
		white-space: normal
	}

	.vgoo-nav-one-line .nav-link {
		white-space: normal !important;
		font-size: 14px !important
	}

	.vgoo-main-navbar .dropdown-toggle::after {
		border-top-color: #fff !important
	}

	.vgoo-main-navbar .navbar-stamp-logo {
		width: 64px !important;
		height: 64px !important
	}
}

.vgoo-reference-footer-top {
	padding: 48px 0 !important;
	background: linear-gradient(90deg, rgba(2, 27, 63, .88), rgba(0, 48, 95, .64)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85') center/cover !important;
	color: #fff !important;
}

.vgoo-reference-footer-top .footer-cta-logo {
	width: 245px !important;
	max-height: 130px !important;
	object-fit: contain !important;
	background: transparent !important;
	filter: none !important;
}

.vgoo-reference-footer-top .footer-cta-title {
	font-size: clamp(24px, 3.1vw, 40px) !important;
	line-height: 1.05 !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	color: #fff !important;
}

.vgoo-reference-footer-top .footer-cta-title span {
	display: inline !important;
	font-family: 'Allura', cursive !important;
	font-size: clamp(42px, 5vw, 70px) !important;
	color: var(--yellow) !important;
	font-weight: 400 !important;
	line-height: .8 !important;
}

.vgoo-reference-footer-top .subscribe-title {
	font-size: 13px !important;
	font-weight: 800 !important;
	color: #fff !important;
	margin-bottom: 10px !important;
}

.vgoo-reference-footer-top .footer-subscribe-form {
	display: flex !important;
	gap: 0 !important;
	max-width: 405px !important;
	background: #fff !important;
	border-radius: 4px !important;
	padding: 0 !important;
	overflow: hidden !important;
}

.vgoo-reference-footer-top .footer-subscribe-form .form-control {
	height: 48px !important;
	border: 0 !important;
	border-radius: 0 !important;
	font-size: 12px !important;
	box-shadow: none !important;
}

.vgoo-reference-footer-top .footer-subscribe-form .btn {
	height: 48px !important;
	border-radius: 0 !important;
	padding: 0 20px !important;
	font-size: 12px !important;
	box-shadow: none !important;
}

.vgoo-reference-footer-top .footer-follow {
	font-size: 12px !important;
	font-weight: 700 !important;
	color: #fff !important;
}

.vgoo-reference-footer-top .footer-social {
	width: 22px !important;
	height: 22px !important;
	margin: 0 4px !important;
	background: rgba(255, 255, 255, .12) !important;
	border: 1px solid rgba(255, 255, 255, .22) !important;
	font-size: 10px !important;
}

.vgoo-reference-footer-bottom {
	background: #031b40 !important;
	color: #dbe8ff !important;
	padding: 42px 0 12px !important;
}

.vgoo-reference-footer-bottom .footer-heading {
	color: #fff !important;
	font-weight: 900 !important;
	font-size: 12px !important;
	letter-spacing: .03em !important;
	margin-bottom: 18px !important;
	text-transform: uppercase !important;
}

.vgoo-reference-footer-bottom p {
	font-size: 13px !important;
	line-height: 1.8 !important;
	color: #d5e2f4 !important;
	text-align: left !important;
	margin-bottom: 0 !important;
}

.vgoo-reference-footer-bottom a {
	font-size: 13px !important;
	color: #dce9f8 !important;
	text-decoration: none !important;
	margin: 8px 0 !important;
	display: block !important;
}

.vgoo-reference-footer-bottom a:hover {
	color: var(--yellow) !important;
}

.vgoo-reference-footer-bottom .exact-footer-links {
	columns: 2 !important;
	column-gap: 54px !important;
}

.vgoo-reference-footer-bottom .footer-copy-wrap {
	border-top: 1px solid rgba(255, 255, 255, .08) !important;
	margin-top: 28px !important;
	padding-top: 12px !important;
	text-align: center !important;
}

.vgoo-reference-footer-bottom .footer-copy {
	color: #b8c7dc !important;
	text-align: center !important;
	font-size: 12px !important;
}

@media(max-width:991px) {
	.vgoo-reference-footer-top {
		text-align: center !important
	}

	.vgoo-reference-footer-top .footer-cta-logo {
		margin: 0 auto !important
	}

	.vgoo-reference-footer-bottom {
		text-align: center !important
	}

	.vgoo-reference-footer-bottom p {
		text-align: center !important
	}

	.vgoo-reference-footer-bottom .exact-footer-links {
		columns: 1 !important
	}

	.vgoo-reference-footer-top .footer-subscribe-form {
		margin-left: auto !important;
		margin-right: auto !important
	}
}


/* ===== Final requested corrections: visible white dropdown arrows + aeroplane footer logo ===== */
.vgoo-main-navbar .nav-item.dropdown>.nav-link {
	display: flex !important;
	align-items: center !important;
	gap: 4px !important;
	white-space: nowrap !important;
	color: #fff !important;
}

.vgoo-main-navbar .dropdown-toggle::after {
	display: none !important;
}

.vgoo-main-navbar .nav-arrow-white {
	color: #fff !important;
	font-size: 11px !important;
	line-height: 1 !important;
	opacity: 1 !important;
}

.vgoo-nav-one-line,
.vgoo-nav-one-line .nav-link {
	white-space: nowrap !important;
}

.vgoo-reference-footer-top .footer-airplane-logo {
	width: 245px !important;
	height: auto !important;
	max-height: 135px !important;
	object-fit: contain !important;
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	mix-blend-mode: screen;
}

@media(max-width:991px) {

	.vgoo-nav-one-line,
	.vgoo-nav-one-line .nav-link {
		white-space: normal !important;
	}

	.vgoo-reference-footer-top .footer-airplane-logo {
		margin: 0 auto !important;
	}
}

/* Home page corrections */
.vgoo-booking-tabs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px
}

.vgoo-booking-tabs .tab-btn {
	white-space: nowrap;
	text-align: center;
	padding: 13px 16px
}

.destination-mini-swiper {
	position: relative;
	padding: 0 54px 0 0;
	overflow: hidden
}

.destination-mini-swiper .swiper-slide {
	height: auto
}

.destination-mini-swiper .destination-card {
	border: 4px solid var(--yellow);
	box-shadow: 0 18px 45px rgba(0, 31, 80, .16)
}

.destination-next {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--yellow);
	color: var(--navy);
	display: grid;
	place-items: center;
	box-shadow: 0 12px 25px rgba(0, 31, 80, .25);
	cursor: pointer
}

.destination-next:hover {
	background: var(--yellow2)
}

.vgoo-home-features-last {
	background: #fff;
	padding: 70px 0 80px
}

@media(max-width:991px) {
	.vgoo-booking-tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.destination-mini-swiper {
		margin-top: 28px;
		padding-right: 46px
	}
}

@media(max-width:575px) {
	.vgoo-booking-tabs {
		grid-template-columns: 1fr
	}

	.vgoo-booking-tabs .tab-btn {
		text-align: left
	}

	.destination-mini-swiper {
		padding-right: 0;
		padding-bottom: 60px
	}

	.destination-next {
		right: 50%;
		top: auto;
		bottom: 4px;
		transform: translateX(50%)
	}
}


/* ===== Working home page booking + domestic/international tour finder ===== */
.search-card {
	position: relative;
}

.vgoo-booking-tabs .tab-btn {
	cursor: pointer;
	transition: .25s;
}

.vgoo-booking-tabs .tab-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(0, 31, 80, .12)
}

.tour-finder-section {
	background: linear-gradient(180deg, #fff, #f3f8ff);
	padding-top: 72px;
	padding-bottom: 82px;
}

.tour-search-box {
	display: flex;
	gap: 12px;
	background: #fff;
	border: 1px solid rgba(8, 43, 103, .08);
	border-radius: 18px;
	padding: 12px;
	box-shadow: var(--shadow)
}

.tour-search-box .form-control {
	border: 0;
	background: #f6f9fd;
	box-shadow: none;
	min-height: 52px;
}

.tour-search-box .btn {
	white-space: nowrap;
	min-width: 132px;
}

.tour-search-message {
	min-height: 24px;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 700;
	color: var(--navy)
}

.tour-package-swiper {
	position: relative;
	padding: 12px 62px 18px 62px;
	overflow: hidden;
}

.tour-mini-card {
	height: 360px;
	border: 4px solid var(--yellow);
	border-radius: 22px;
	overflow: hidden;
	position: relative;
	background: #001b44;
	box-shadow: 0 20px 48px rgba(0, 31, 80, .18);
}

.tour-mini-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .55s;
}

.tour-mini-card:hover img {
	transform: scale(1.08);
}

.tour-mini-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 22, 60, .92) 0%, rgba(0, 22, 60, .55) 38%, rgba(0, 0, 0, .08) 100%)
}

.tour-mini-card span,
.tour-mini-card h5,
.tour-mini-card p,
.tour-mini-card .tour-card-btn {
	position: absolute;
	z-index: 2;
	left: 20px;
	right: 20px;
}

.tour-mini-card span {
	top: 18px;
	width: max-content;
	max-width: calc(100% - 40px);
	background: rgba(255, 193, 7, .96);
	color: #062a61;
	border-radius: 999px;
	padding: 6px 11px;
	font-size: 12px;
	font-weight: 900;
}

.tour-mini-card h5 {
	bottom: 83px;
	color: #fff;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.18;
	margin: 0;
}

.tour-mini-card p {
	bottom: 47px;
	color: #e9f2ff !important;
	text-align: left !important;
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
}

.tour-card-btn {
	bottom: 17px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: max-content;
	text-decoration: none;
	background: #fff;
	color: var(--navy) !important;
	border-radius: 999px;
	padding: 7px 14px;
	font-size: 12px;
	font-weight: 900;
}

.tour-card-btn:hover {
	background: var(--yellow);
	color: var(--navy) !important;
}

.tour-slider-next,
.tour-slider-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--yellow);
	color: var(--navy);
	display: grid;
	place-items: center;
	box-shadow: 0 14px 32px rgba(0, 31, 80, .28);
	cursor: pointer;
}

.tour-slider-next {
	right: 6px;
}

.tour-slider-prev {
	left: 6px;
}

.tour-slider-next:hover,
.tour-slider-prev:hover {
	background: var(--yellow2);
}

.tour-card-slide.is-hidden {
	display: none !important;
}

.vgoo-reference-footer-top .footer-airplane-logo,
.vgoo-reference-footer-top .footer-cta-logo {
	mix-blend-mode: normal !important;
	width: 270px !important;
	max-height: 150px !important;
	object-fit: contain !important;
	background: transparent !important;
}

@media(max-width:991px) {
	.tour-search-box {
		flex-direction: column
	}

	.tour-search-box .btn {
		width: 100%
	}

	.tour-package-swiper {
		padding: 10px 54px 18px 54px
	}

	.tour-mini-card {
		height: 330px
	}
}

@media(max-width:575px) {
	.tour-package-swiper {
		padding: 8px 0 68px 0
	}

	.tour-slider-next {
		right: calc(50% - 56px);
		top: auto;
		bottom: 0;
		transform: none
	}

	.tour-slider-prev {
		left: calc(50% - 56px);
		top: auto;
		bottom: 0;
		transform: none
	}

	.tour-mini-card {
		height: 310px
	}

	.tour-search-box {
		padding: 10px
	}
}

/* ===== Home Services mini slider section, between dark services and handpicked packages ===== */
.home-services-slider-section {
	background: #fff;
	padding-top: 78px;
	padding-bottom: 78px;
	overflow: hidden;
}

.service-reverse-swiper {
	position: relative;
	overflow: hidden;
	padding: 10px 58px 18px;
}

.service-reverse-swiper .swiper-slide {
	height: auto;
}

.home-service-card {
	position: relative;
	display: block;
	height: 330px;
	border-radius: 24px;
	overflow: hidden;
	text-decoration: none;
	background: #031b40;
	box-shadow: 0 18px 45px rgba(0, 31, 80, .16);
	border: 3px solid rgba(255, 193, 7, .92);
}

.home-service-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .55s ease;
}

.home-service-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(2, 22, 57, .95) 0%, rgba(2, 22, 57, .58) 45%, rgba(2, 22, 57, .04) 100%);
}

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

.home-service-icon {
	position: absolute;
	z-index: 2;
	top: 18px;
	left: 18px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--yellow);
	color: var(--navy);
	font-size: 24px;
	box-shadow: 0 12px 25px rgba(0, 31, 80, .22);
}

.home-service-card div {
	position: absolute;
	z-index: 2;
	left: 20px;
	right: 20px;
	bottom: 20px;
}

.home-service-card h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.18;
	margin: 0 0 8px;
}

.home-service-card p {
	color: #e8f1ff !important;
	text-align: left !important;
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
}

.service-reverse-prev,
.service-reverse-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--yellow);
	color: var(--navy);
	display: grid;
	place-items: center;
	box-shadow: 0 14px 32px rgba(0, 31, 80, .25);
	cursor: pointer;
}

.service-reverse-prev {
	left: 5px;
}

.service-reverse-next {
	right: 5px;
}

.service-reverse-prev:hover,
.service-reverse-next:hover {
	background: var(--yellow2);
}

@media(max-width:991px) {
	.service-reverse-swiper {
		padding: 10px 54px 18px
	}

	.home-service-card {
		height: 310px
	}
}

@media(max-width:575px) {
	.service-reverse-swiper {
		padding: 8px 0 68px
	}

	.service-reverse-prev {
		left: calc(50% - 56px);
		top: auto;
		bottom: 0;
		transform: none
	}

	.service-reverse-next {
		right: calc(50% - 56px);
		top: auto;
		bottom: 0;
		transform: none
	}

	.home-service-card {
		height: 300px
	}
}


/* ===== Footer logo and social media icon clarity correction ===== */
.vgoo-reference-footer-top .footer-airplane-logo,
.vgoo-reference-footer-top .footer-cta-logo {
	width: 300px !important;
	max-width: 100% !important;
	max-height: 190px !important;
	object-fit: contain !important;
	object-position: center !important;
	filter: none !important;
	background: transparent !important;
	mix-blend-mode: normal !important;
}

.vgoo-reference-footer-top .footer-follow {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	flex-wrap: wrap !important;
}

.vgoo-reference-footer-top .footer-social {
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	border-radius: 50% !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 3px !important;
	font-size: 18px !important;
	line-height: 1 !important;
	border: 2px solid rgba(255, 255, 255, .45) !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .22) !important;
	opacity: 1 !important;
}

.vgoo-reference-footer-top .footer-social i {
	font-size: 18px !important;
	line-height: 1 !important;
	color: #fff !important;
}

.vgoo-reference-footer-top .footer-social.facebook {
	background: #1877F2 !important;
}

.vgoo-reference-footer-top .footer-social.instagram {
	background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4) !important;
}

.vgoo-reference-footer-top .footer-social.whatsapp {
	background: #25D366 !important;
}

.vgoo-reference-footer-top .footer-social.youtube {
	background: #FF0000 !important;
}

.vgoo-reference-footer-top .footer-social:hover {
	transform: translateY(-4px) scale(1.05) !important;
}

@media(max-width:991px) {

	.vgoo-reference-footer-top .footer-airplane-logo,
	.vgoo-reference-footer-top .footer-cta-logo {
		width: 260px !important;
		margin: 0 auto !important;
	}

	.vgoo-reference-footer-top .footer-follow {
		justify-content: center !important;
	}
}


/* Pinterest Gallery Page */
.pinterest-gallery-section {
	background: #f7fbff;
}

.pinterest-gallery-grid {
	column-count: 4;
	column-gap: 22px;
}

.pinterest-gallery-card {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 0 22px;
	border: 0;
	padding: 0;
	border-radius: 24px;
	overflow: hidden;
	background: #071f46;
	box-shadow: 0 18px 45px rgba(5, 26, 58, .14);
	cursor: pointer;
	break-inside: avoid;
	transition: transform .3s ease, box-shadow .3s ease;
}

.pinterest-gallery-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 24px 65px rgba(5, 26, 58, .22);
}

.pinterest-gallery-card img {
	width: 100%;
	height: 300px;
	display: block;
	object-fit: cover;
	transition: transform .45s ease;
}

.pinterest-gallery-card.tall img {
	height: 430px;
}

.pinterest-gallery-card.wide img {
	height: 250px;
}

.pinterest-gallery-card:hover img {
	transform: scale(1.08);
}

.gallery-card-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 26, 63, .85) 100%);
}

.gallery-card-content {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	color: #fff;
	text-align: left;
	z-index: 2;
}

.gallery-card-content small {
	display: block;
	color: #ffc400;
	font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .6px;
	margin-bottom: 4px;
}

.gallery-card-content strong {
	display: block;
	font-size: 21px;
	line-height: 1.15;
	font-weight: 900;
}

.gallery-zoom-icon {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #ffc400;
	color: #062552;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	opacity: 0;
	transform: scale(.8);
	transition: .3s ease;
}

.pinterest-gallery-card:hover .gallery-zoom-icon {
	opacity: 1;
	transform: scale(1);
}

.vgoo-gallery-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 15, 38, .94);
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 55px 90px;
}

.vgoo-gallery-lightbox.active {
	display: flex;
}

.vgoo-gallery-lightbox img {
	max-width: 100%;
	max-height: 88vh;
	width: auto;
	height: auto;
	border-radius: 16px;
	box-shadow: 0 25px 80px rgba(0, 0, 0, .55);
	object-fit: contain;
}

.gallery-lightbox-close {
	position: absolute;
	top: 24px;
	right: 30px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .35);
	background: #ffc400;
	color: #062552;
	font-size: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.gallery-lightbox-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 62px;
	height: 62px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .35);
	background: #ffc400;
	color: #062552;
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	transition: .25s ease;
}

.gallery-lightbox-arrow:hover,
.gallery-lightbox-close:hover {
	background: #fff;
	transform: translateY(-50%) scale(1.06);
}

.gallery-lightbox-close:hover {
	transform: scale(1.06);
}

.gallery-lightbox-prev {
	left: 24px;
}

.gallery-lightbox-next {
	right: 24px;
}

.gallery-lightbox-caption {
	position: absolute;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
	color: #fff;
	background: rgba(0, 0, 0, .42);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 30px;
	padding: 10px 22px;
	font-weight: 800;
	text-align: center;
}

@media(max-width:1199px) {
	.pinterest-gallery-grid {
		column-count: 3;
	}

	.pinterest-gallery-card img {
		height: 270px
	}

	.pinterest-gallery-card.tall img {
		height: 380px
	}
}

@media(max-width:767px) {
	.pinterest-gallery-grid {
		column-count: 2;
		column-gap: 14px
	}

	.pinterest-gallery-card {
		border-radius: 18px;
		margin-bottom: 14px
	}

	.pinterest-gallery-card img,
	.pinterest-gallery-card.wide img {
		height: 210px
	}

	.pinterest-gallery-card.tall img {
		height: 290px
	}

	.vgoo-gallery-lightbox {
		padding: 45px 18px
	}

	.gallery-lightbox-arrow {
		width: 46px;
		height: 46px;
		font-size: 18px
	}

	.gallery-lightbox-prev {
		left: 10px
	}

	.gallery-lightbox-next {
		right: 10px
	}

	.gallery-lightbox-close {
		top: 14px;
		right: 14px;
		width: 46px;
		height: 46px
	}

	.gallery-lightbox-caption {
		bottom: 12px;
		font-size: 13px;
		max-width: 90%;
	}
}

@media(max-width:480px) {
	.pinterest-gallery-grid {
		column-count: 1
	}

	.pinterest-gallery-card img,
	.pinterest-gallery-card.wide img,
	.pinterest-gallery-card.tall img {
		height: 300px
	}
}


/* Premium service detail pages */
.service-detail-hero {
	position: relative;
	min-height: 470px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden
}

.service-detail-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(3, 26, 60, .92), rgba(3, 26, 60, .55), rgba(255, 193, 7, .22));
}

.service-detail-hero .container {
	position: relative;
	z-index: 2
}

.service-detail-hero h1 {
	font-size: clamp(34px, 5vw, 70px);
	font-weight: 900;
	line-height: 1.05
}

.service-detail-hero p {
	font-size: 18px;
	max-width: 720px
}

.hero-service-icon {
	width: 92px;
	height: 92px;
	border-radius: 28px;
	background: #ffc107;
	color: #082956;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 42px;
	box-shadow: 0 20px 45px rgba(255, 193, 7, .35);
	margin-bottom: 22px;
	animation: vgooFloat 3s ease-in-out infinite
}

.service-info-card {
	background: #fff;
	border-radius: 30px;
	padding: 34px;
	box-shadow: 0 24px 70px rgba(7, 32, 70, .12);
	border: 1px solid rgba(255, 193, 7, .34);
	height: 100%;
	transition: .35s
}

.service-info-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 28px 80px rgba(7, 32, 70, .18)
}

.service-info-card h3 {
	font-weight: 900;
	color: #082956;
	margin-bottom: 18px
}

.service-points {
	padding: 0;
	margin: 0;
	list-style: none
}

.service-points li {
	display: flex;
	gap: 13px;
	margin-bottom: 14px;
	color: #44546a;
	line-height: 1.65
}

.service-points li i {
	color: #ffc107;
	background: #082956;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	margin-top: 1px
}

.service-photo-frame {
	position: relative;
	border-radius: 34px;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(7, 32, 70, .22);
	border: 8px solid #ffc107
}

.service-photo-frame img {
	width: 100%;
	height: 460px;
	object-fit: cover;
	transition: transform .7s
}

.service-photo-frame:hover img {
	transform: scale(1.08)
}

.service-photo-frame:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(3, 26, 60, .45), transparent 55%)
}

.nearby-section {
	background: radial-gradient(circle at top left, rgba(255, 193, 7, .18), transparent 34%), linear-gradient(180deg, #f6fbff, #fff)
}

.nearby-round-card {
	text-align: center;
	padding: 20px;
	border-radius: 32px;
	transition: .35s
}

.nearby-round-img {
	width: 210px;
	height: 210px;
	border-radius: 50%;
	object-fit: cover;
	border: 8px solid #ffc107;
	box-shadow: 0 18px 50px rgba(7, 32, 70, .18);
	transition: .45s
}

.nearby-round-card:hover {
	transform: translateY(-10px)
}

.nearby-round-card:hover .nearby-round-img {
	transform: rotate(3deg) scale(1.06)
}

.nearby-round-card h4 {
	font-weight: 900;
	color: #082956;
	margin-top: 18px
}

.service-cta-panel {
	background: linear-gradient(135deg, #082956, #063c84);
	color: #fff;
	border-radius: 34px;
	padding: 38px;
	box-shadow: 0 30px 70px rgba(7, 32, 70, .2);
	position: relative;
	overflow: hidden
}

.service-cta-panel:after {
	content: "✈";
	position: absolute;
	right: 34px;
	bottom: -18px;
	font-size: 120px;
	color: rgba(255, 193, 7, .18);
	transform: rotate(-18deg)
}

@keyframes vgooFloat {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}
}

.service-page-grid .service-premium-card {
	min-height: 270px
}

.service-page-grid .service-premium-card.active-detail {
	border-color: #ffc107;
	box-shadow: 0 20px 60px rgba(255, 193, 7, .25)
}

@media(max-width:767px) {
	.service-detail-hero {
		min-height: 390px
	}

	.service-photo-frame img {
		height: 300px
	}

	.nearby-round-img {
		width: 170px;
		height: 170px
	}
}


/* Reduced premium services update */
.vgoo-dropdown .dropdown-item.active-service {
	background: #fff1bd;
	color: #062653;
	font-weight: 800;
	border-radius: 10px;
}

.reduced-services-hero {
	position: relative;
	min-height: 430px;
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, rgba(4, 32, 75, .90), rgba(4, 32, 75, .55)), var(--service-bg) center/cover no-repeat;
	color: #fff;
	overflow: hidden;
}

.reduced-services-hero:after {
	content: "";
	position: absolute;
	right: -80px;
	bottom: -90px;
	width: 280px;
	height: 280px;
	background: #ffc107;
	border-radius: 50%;
	opacity: .16;
	animation: vgooPulse 5s infinite alternate;
}

.reduced-services-hero h1 {
	font-size: clamp(38px, 5vw, 72px);
	font-weight: 900;
	letter-spacing: -2px;
}

.reduced-services-hero p {
	font-size: 18px;
	max-width: 760px;
	color: rgba(255, 255, 255, .9) !important;
}

.service-hero-icon {
	width: 92px;
	height: 92px;
	border-radius: 26px;
	background: #ffc107;
	color: #062653;
	display: grid;
	place-items: center;
	font-size: 42px;
	box-shadow: 0 25px 60px rgba(255, 193, 7, .25);
	margin-bottom: 22px;
	transform: rotate(-6deg);
}

@keyframes vgooPulse {
	from {
		transform: scale(.9)
	}

	to {
		transform: scale(1.08)
	}
}

.premium-service-card {
	height: 100%;
	border: 0;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(6, 38, 83, .10);
	overflow: hidden;
	transition: .35s;
}

.premium-service-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 70px rgba(6, 38, 83, .18)
}

.premium-service-card img {
	width: 100%;
	height: 235px;
	object-fit: cover;
}

.premium-service-card .card-body {
	padding: 26px;
}

.service-feature-icon {
	width: 56px;
	height: 56px;
	border-radius: 18px;
	background: #ffc107;
	color: #062653;
	display: grid;
	place-items: center;
	font-size: 24px;
	margin-bottom: 14px;
}

.service-process {
	background: linear-gradient(135deg, #062653, #0b4384);
	border-radius: 32px;
	padding: 45px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.service-process:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(255, 193, 7, .28), transparent 42%);
}

.process-step {
	position: relative;
	background: rgba(255, 255, 255, .09);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 24px;
	padding: 24px;
	height: 100%;
	backdrop-filter: blur(8px);
}

.process-step span {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #ffc107;
	color: #062653;
	font-weight: 900;
	display: inline-grid;
	place-items: center;
	margin-bottom: 12px;
}

.round-nearby-card {
	text-align: center;
	transition: .35s;
}

.round-nearby-card:hover {
	transform: translateY(-8px)
}

.round-nearby-card img {
	width: 165px;
	height: 165px;
	border-radius: 50%;
	object-fit: cover;
	border: 7px solid #ffc107;
	box-shadow: 0 16px 38px rgba(6, 38, 83, .18);
}

.round-nearby-card h5 {
	margin-top: 16px;
	font-weight: 800;
	color: #062653;
}

.services-main-grid .service-premium-card.active-service-card {
	border: 2px solid #ffc107;
	box-shadow: 0 20px 55px rgba(255, 193, 7, .25);
}

@media(max-width:767px) {
	.reduced-services-hero {
		min-height: 360px
	}

	.service-process {
		padding: 28px
	}

	.round-nearby-card img {
		width: 135px;
		height: 135px
	}
}


/* Redesigned unique service subpages - user requested premium, different layouts, active state, image-safe display */
.vgoo-service-body main {
	overflow: hidden;
	background: #fff
}

.top-nav .dropdown-menu .dropdown-item.active-service {
	background: #fff0bd !important;
	color: #031b40 !important;
	box-shadow: inset 4px 0 0 #ffc107
}

.svc-hero {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: center;
	color: #fff;
	padding-top: 110px;
	background-position: center;
	background-size: cover;
	isolation: isolate
}

.svc-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(3, 27, 64, .95), rgba(3, 27, 64, .68), rgba(255, 193, 7, .12))
}

.svc-hero:after {
	content: "";
	position: absolute;
	right: -90px;
	bottom: -110px;
	width: 320px;
	height: 320px;
	border: 42px solid rgba(255, 193, 7, .18);
	border-radius: 50%;
	animation: svcSpin 16s linear infinite
}

.svc-hero h1 {
	font-size: clamp(38px, 6vw, 78px);
	font-weight: 900;
	max-width: 900px;
	line-height: 1.02;
	letter-spacing: -2.5px
}

.svc-hero p {
	max-width: 780px;
	font-size: 18px;
	color: rgba(255, 255, 255, .92) !important;
	text-align: left !important
}

.svc-kicker,
.svc-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: 900;
	font-size: 13px;
	color: #ffc107;
	margin-bottom: 13px
}

.svc-kicker:before,
.svc-label:before {
	content: "";
	width: 34px;
	height: 3px;
	border-radius: 999px;
	background: #ffc107
}

.svc-heading {
	font-size: clamp(30px, 4vw, 52px);
	font-weight: 900;
	line-height: 1.08;
	color: #031b40;
	letter-spacing: -1.5px;
	margin-bottom: 18px
}

.highlight-swipe,
.highlight-center {
	position: relative;
	display: inline-block
}

.highlight-swipe:after,
.highlight-center:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 12px;
	background: rgba(255, 193, 7, .42);
	z-index: -1;
	border-radius: 999px;
	animation: highlightGrow 1.4s ease both
}

.highlight-center:after {
	left: 50%;
	transform: translateX(-50%);
	width: 78%
}

.svc-holiday {
	background-image: url('https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1900&q=85')
}

.svc-temple {
	background-image: url('https://images.unsplash.com/photo-1582510003544-4d00b7f74220?auto=format&fit=crop&w=1900&q=85')
}

.svc-flight {
	background-image: url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1900&q=85')
}

.svc-hotel {
	background-image: url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1900&q=85')
}

.svc-support {
	background-image: url('https://images.unsplash.com/photo-1556745757-8d76bdb6984b?auto=format&fit=crop&w=1900&q=85')
}

.svc-services {
	background-image: url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1900&q=85')
}

.svc-soft {
	background: radial-gradient(circle at 8% 8%, rgba(255, 193, 7, .18), transparent 28%), linear-gradient(180deg, #f6fbff, #fff)
}

.svc-navy-pattern {
	background: radial-gradient(circle at top right, rgba(255, 193, 7, .24), transparent 38%), linear-gradient(135deg, #031b40, #063d83)
}

.svc-img-contain {
	background: linear-gradient(135deg, #eef5ff, #fff);
	border: 8px solid #ffc107;
	border-radius: 34px;
	box-shadow: 0 25px 75px rgba(3, 27, 64, .16);
	height: 420px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden
}

.svc-img-contain img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 24px;
	transition: .6s
}

.svc-img-contain:hover img {
	transform: scale(1.04)
}

.svc-bullet-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-top: 25px
}

.svc-bullet-grid span {
	background: #fff;
	border: 1px solid #e5eef9;
	border-radius: 18px;
	padding: 16px 14px;
	font-weight: 800;
	color: #031b40;
	box-shadow: 0 14px 35px rgba(3, 27, 64, .08)
}

.svc-bullet-grid i {
	color: #ffc107;
	margin-right: 8px
}

.svc-polaroid-stack {
	position: relative;
	min-height: 460px
}

.svc-polaroid-stack img {
	position: absolute;
	width: 56%;
	height: 270px;
	object-fit: contain;
	background: #fff;
	border: 12px solid #fff;
	border-bottom-width: 42px;
	border-radius: 18px;
	box-shadow: 0 28px 65px rgba(3, 27, 64, .20);
	animation: svcFloat 4s ease-in-out infinite
}

.svc-polaroid-stack img:nth-child(1) {
	left: 4%;
	top: 30px;
	transform: rotate(-8deg)
}

.svc-polaroid-stack img:nth-child(2) {
	right: 4%;
	top: 0;
	transform: rotate(7deg);
	animation-delay: .4s
}

.svc-polaroid-stack img:nth-child(3) {
	left: 24%;
	bottom: 0;
	transform: rotate(2deg);
	animation-delay: .8s
}

.svc-mood-card,
.fare-card,
.support-box {
	height: 100%;
	background: #fff;
	border-radius: 28px;
	padding: 34px;
	box-shadow: 0 22px 60px rgba(3, 27, 64, .10);
	border: 1px solid rgba(255, 193, 7, .35);
	text-align: center;
	transition: .35s
}

.svc-mood-card:hover,
.fare-card:hover,
.support-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 30px 75px rgba(3, 27, 64, .18)
}

.svc-mood-card i,
.fare-card i,
.support-box i {
	width: 76px;
	height: 76px;
	border-radius: 24px;
	background: #ffc107;
	color: #031b40;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	margin-bottom: 20px
}

.svc-mood-card h4,
.fare-card h4,
.support-box h4 {
	font-weight: 900;
	color: #031b40
}

.svc-mood-card p,
.fare-card p,
.support-box p {
	text-align: center !important
}

.svc-steps-vertical {
	display: grid;
	gap: 18px
}

.svc-steps-vertical div {
	display: flex;
	align-items: center;
	gap: 18px;
	background: #fff;
	border-radius: 22px;
	padding: 20px;
	box-shadow: 0 18px 45px rgba(3, 27, 64, .09);
	border-left: 6px solid #ffc107
}

.svc-steps-vertical b {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #031b40;
	color: #ffc107
}

.seva-info-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px
}

.seva-info-grid div {
	padding: 20px;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 45px rgba(3, 27, 64, .10);
	border-bottom: 5px solid #ffc107
}

.seva-info-grid i {
	font-size: 28px;
	color: #ffc107;
	margin-bottom: 10px
}

.seva-info-grid b,
.seva-info-grid span {
	display: block
}

.seva-info-grid b {
	color: #031b40
}

.temple-timeline {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px
}

.temple-timeline div {
	background: rgba(255, 255, 255, .10);
	border: 1px solid rgba(255, 255, 255, .18);
	backdrop-filter: blur(10px);
	border-radius: 28px;
	padding: 26px;
	color: #fff
}

.temple-timeline b {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #ffc107;
	color: #031b40;
	display: grid;
	place-items: center;
	font-size: 22px;
	margin-bottom: 15px
}

.temple-timeline h5 {
	font-weight: 900
}

.nearby-orbit-card {
	text-align: center;
	position: relative;
	padding: 24px
}

.nearby-orbit-card:before {
	content: "";
	position: absolute;
	inset: 26px;
	border: 2px dashed #ffc107;
	border-radius: 50%;
	animation: svcSpin 18s linear infinite
}

.nearby-orbit-card img {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	object-fit: contain;
	background: #fff;
	border: 9px solid #ffc107;
	box-shadow: 0 18px 50px rgba(3, 27, 64, .16);
	padding: 5px
}

.nearby-orbit-card h4 {
	font-weight: 900;
	color: #031b40;
	margin-top: 18px
}

.flight-ticket-shell {
	background: #fff;
	border-radius: 36px;
	padding: 38px;
	box-shadow: 0 30px 80px rgba(3, 27, 64, .14);
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 30px;
	align-items: center;
	border: 1px solid rgba(255, 193, 7, .4)
}

.ticket-right {
	background: linear-gradient(135deg, #031b40, #06448e);
	color: #fff;
	border-radius: 28px;
	padding: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	position: relative;
	overflow: hidden
}

.ticket-right:before {
	content: "";
	position: absolute;
	inset: 18px;
	border: 2px dashed rgba(255, 255, 255, .25);
	border-radius: 22px
}

.ticket-right>* {
	position: relative
}

.ticket-right i {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #ffc107;
	color: #031b40;
	font-size: 30px;
	animation: svcFloat 3s ease-in-out infinite
}

.ticket-right small {
	display: block;
	color: #ffc107;
	font-weight: 900
}

.ticket-right b {
	font-size: 20px
}

.route-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 14px
}

.route-pills span {
	background: #031b40;
	color: #fff;
	border-radius: 999px;
	padding: 13px 18px;
	font-weight: 800;
	box-shadow: 0 12px 28px rgba(3, 27, 64, .14)
}

.hotel-category-board {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 30px;
	align-items: center
}

.hotel-tiles {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px
}

.hotel-tiles div {
	min-height: 150px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 22px 60px rgba(3, 27, 64, .10);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
	border: 1px solid rgba(255, 193, 7, .32);
	transition: .3s
}

.hotel-tiles div:hover {
	transform: rotate(-2deg) scale(1.03)
}

.hotel-tiles i {
	font-size: 38px;
	color: #ffc107
}

.hotel-tiles b {
	font-size: 20px;
	color: #031b40
}

.stay-card {
	height: 100%;
	background: #fff;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 22px 60px rgba(3, 27, 64, .11);
	transition: .35s
}

.stay-card:hover {
	transform: translateY(-8px)
}

.stay-card img {
	width: 100%;
	height: 210px;
	object-fit: contain;
	background: #eef5ff;
	padding: 8px
}

.stay-card h4 {
	font-weight: 900;
	color: #031b40;
	padding: 22px 24px 0
}

.stay-card p {
	padding: 0 24px 24px
}

.svc-wave-panel {
	border-radius: 36px;
	background: linear-gradient(135deg, #031b40, #0754a6);
	color: #fff;
	text-align: center;
	padding: 50px 25px;
	position: relative;
	overflow: hidden
}

.svc-wave-panel:before {
	content: "";
	position: absolute;
	left: -10%;
	right: -10%;
	bottom: -42px;
	height: 110px;
	background: rgba(255, 193, 7, .18);
	border-radius: 50% 50% 0 0;
	animation: waveMove 5s ease-in-out infinite alternate
}

.svc-wave-panel>* {
	position: relative
}

.support-dashboard {
	background: linear-gradient(135deg, #031b40, #06468f);
	color: #fff;
	border-radius: 36px;
	padding: 42px;
	box-shadow: 0 30px 80px rgba(3, 27, 64, .2);
	position: relative;
	overflow: hidden
}

.support-dashboard:after {
	content: "24/7";
	position: absolute;
	right: 26px;
	top: 0;
	font-size: 130px;
	font-weight: 900;
	color: rgba(255, 255, 255, .05)
}

.support-live {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	padding: 8px 14px;
	color: #ffc107;
	font-weight: 900;
	margin-bottom: 16px
}

.support-live span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #28d17c;
	box-shadow: 0 0 0 0 rgba(40, 209, 124, .8);
	animation: pulseDot 1.4s infinite
}

.support-accordion-list {
	display: grid;
	gap: 16px
}

.support-accordion-list div {
	background: #fff;
	border-radius: 24px;
	padding: 22px;
	border-left: 6px solid #ffc107;
	box-shadow: 0 18px 45px rgba(3, 27, 64, .08)
}

.support-accordion-list b,
.support-accordion-list span {
	display: block
}

.support-accordion-list b {
	color: #031b40;
	font-size: 20px
}

.contact-channel-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px
}

.contact-channel-row a {
	background: #031b40;
	color: #fff;
	text-decoration: none;
	border-radius: 28px;
	padding: 26px;
	text-align: center;
	transition: .35s
}

.contact-channel-row a:hover {
	background: #ffc107;
	color: #031b40;
	transform: translateY(-8px)
}

.contact-channel-row i {
	font-size: 38px;
	margin-bottom: 12px
}

.contact-channel-row b,
.contact-channel-row span {
	display: block
}

.service-index-card {
	height: 100%;
	display: block;
	text-decoration: none;
	background: #fff;
	border-radius: 32px;
	padding: 34px;
	color: #031b40;
	box-shadow: 0 22px 60px rgba(3, 27, 64, .10);
	border: 1px solid rgba(255, 193, 7, .36);
	transition: .35s;
	position: relative;
	overflow: hidden
}

.service-index-card:after {
	content: "";
	position: absolute;
	right: -45px;
	top: -45px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .18);
	transition: .35s
}

.service-index-card:hover {
	transform: translateY(-10px);
	color: #031b40
}

.service-index-card:hover:after {
	transform: scale(1.8)
}

.service-index-icon {
	width: 78px;
	height: 78px;
	border-radius: 24px;
	background: #ffc107;
	color: #031b40;
	display: grid;
	place-items: center;
	font-size: 34px;
	margin-bottom: 20px
}

.service-index-card h3 {
	font-weight: 900
}

.service-index-card p {
	text-align: left !important;
	color: #52647a
}

.service-index-card span {
	font-weight: 900;
	color: #06468f
}

@keyframes highlightGrow {
	from {
		clip-path: inset(0 100% 0 0)
	}

	to {
		clip-path: inset(0 0 0 0)
	}
}

@keyframes svcFloat {

	0%,
	100% {
		translate: 0 0
	}

	50% {
		translate: 0 -12px
	}
}

@keyframes svcSpin {
	to {
		transform: rotate(360deg)
	}
}

@keyframes waveMove {
	from {
		transform: translateX(-4%)
	}

	to {
		transform: translateX(4%)
	}
}

@keyframes pulseDot {
	to {
		box-shadow: 0 0 0 13px rgba(40, 209, 124, 0)
	}
}

@media(max-width:991px) {
	.svc-hero {
		min-height: 470px
	}

	.svc-polaroid-stack {
		min-height: 650px
	}

	.svc-polaroid-stack img {
		position: relative;
		display: block;
		width: 92%;
		height: 220px;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		margin: 12px auto
	}

	.temple-timeline,
	.contact-channel-row {
		grid-template-columns: 1fr 1fr
	}

	.flight-ticket-shell,
	.hotel-category-board {
		grid-template-columns: 1fr
	}

	.svc-img-contain {
		height: 340px
	}

	.site-footer {
		margin-top: 0 !important
	}
}

@media(max-width:575px) {
	.svc-hero {
		min-height: 430px;
		padding-top: 130px
	}

	.svc-bullet-grid,
	.seva-info-grid,
	.temple-timeline,
	.contact-channel-row,
	.hotel-tiles {
		grid-template-columns: 1fr
	}

	.svc-heading {
		font-size: 30px
	}

	.nearby-orbit-card img {
		width: 170px;
		height: 170px
	}

	.ticket-right {
		flex-direction: column;
		text-align: center
	}

	.footer-cta-logo {
		width: 240px !important
	}
}


/* User requested service page visibility/design correction */
.support-dashboard-clean {
	background: linear-gradient(135deg, #031b40 0%, #074a98 100%) !important;
	border: 1px solid rgba(255, 193, 7, .42);
}

.support-title-white {
	color: #fff !important;
	display: block !important;
	max-width: 820px;
	position: relative;
	z-index: 2;
	text-shadow: 0 4px 18px rgba(0, 0, 0, .28);
}

.support-title-white:after {
	background: rgba(255, 193, 7, .55) !important;
	z-index: -1 !important;
	height: 14px !important;
	bottom: 6px !important;
}

.support-lead {
	color: rgba(255, 255, 255, .88) !important;
	font-size: 17px;
	max-width: 760px;
	margin: 0 0 28px !important;
	text-align: left !important;
	position: relative;
	z-index: 2;
}

.support-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #ffc107;
	color: #031b40;
	border-radius: 999px;
	padding: 10px 18px;
	font-weight: 900;
	letter-spacing: .08em;
	margin-bottom: 18px;
	box-shadow: 0 14px 28px rgba(255, 193, 7, .25);
}

.support-badge i {
	font-size: 18px;
}

.support-clean-card {
	border: 2px solid rgba(255, 193, 7, .55) !important;
	position: relative;
	overflow: hidden;
}

.support-clean-card:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: #ffc107;
}

.support-dashboard-clean:after {
	color: rgba(255, 255, 255, .06) !important;
	right: 32px !important;
	top: 16px !important;
}

.support-live span {
	animation: none !important;
	box-shadow: none !important;
}

.temple-route-section {
	background: radial-gradient(circle at 15% 15%, rgba(255, 193, 7, .18), transparent 30%), linear-gradient(180deg, #fff, #f6fbff);
	overflow: hidden;
}

.temple-place-card {
	height: 100%;
	background: #fff;
	border-radius: 34px;
	overflow: hidden;
	box-shadow: 0 24px 70px rgba(3, 27, 64, .14);
	border: 1px solid rgba(255, 193, 7, .42);
	transition: .45s;
	position: relative;
}

.temple-place-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 34px 90px rgba(3, 27, 64, .22);
}

.temple-place-card.featured {
	border: 3px solid #ffc107;
}

.temple-place-img {
	height: 240px;
	background: #eef5ff;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.temple-place-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 24px;
	transition: .55s;
	background: #fff;
}

.temple-place-card:hover img {
	transform: scale(1.06);
}

.temple-place-info {
	padding: 24px;
	text-align: left;
}

.temple-place-info span {
	display: inline-flex;
	background: #fff0bd;
	color: #031b40;
	border-radius: 999px;
	padding: 7px 13px;
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-bottom: 12px;
}

.temple-place-info h4 {
	font-weight: 900;
	color: #031b40;
	font-size: 28px;
	margin-bottom: 8px;
}

.temple-place-info p {
	text-align: left !important;
	color: #52647a !important;
	margin-bottom: 0 !important;
}

.temple-route-section .svc-heading {
	color: #031b40 !important;
}

@media(max-width:575px) {
	.temple-place-img {
		height: 210px
	}

	.support-dashboard-clean {
		padding: 28px !important
	}

	.support-title-white {
		font-size: 30px !important
	}
}

/* Final readability fix requested: make all dark service-section text clearly white */
.svc-navy-pattern,
.svc-navy-pattern *:not(.btn):not(.btn-vgoo):not(.text-warning):not(i),
.service-process,
.service-process *:not(.btn):not(.btn-vgoo):not(i),
.support-dashboard,
.support-dashboard *:not(.support-clean-card):not(.support-clean-card *):not(.btn):not(.btn-vgoo):not(i),
.support-dashboard-clean,
.support-dashboard-clean *:not(.support-clean-card):not(.support-clean-card *):not(.btn):not(.btn-vgoo):not(i) {
	color: #ffffff !important;
}

.svc-navy-pattern p,
.svc-navy-pattern .temple-timeline p,
.svc-navy-pattern .temple-timeline h5,
.service-process p,
.process-step p,
.support-dashboard p,
.support-dashboard h1,
.support-dashboard h2,
.support-dashboard h3,
.support-dashboard .support-title-white,
.support-dashboard-clean p,
.support-dashboard-clean h1,
.support-dashboard-clean h2,
.support-dashboard-clean h3 {
	color: #ffffff !important;
	opacity: 1 !important;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .22);
}

.svc-navy-pattern .temple-timeline div,
.service-process .process-step {
	background: rgba(255, 255, 255, .14) !important;
	border: 1px solid rgba(255, 255, 255, .28) !important;
}

.support-dashboard-clean .support-lead,
.support-dashboard .support-lead {
	color: #f4f8ff !important;
}

.support-clean-card h1,
.support-clean-card h2,
.support-clean-card h3,
.support-clean-card h4,
.support-clean-card h5,
.support-clean-card b {
	color: #031b40 !important;
	text-shadow: none !important;
}

.support-clean-card p,
.support-clean-card span {
	color: #526174 !important;
	text-shadow: none !important;
}


/* Premium Tour Package Pages */
.tour-package-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(3, 32, 79, .95), rgba(5, 73, 140, .88)), url('https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
	color: #fff;
	padding: 150px 0 74px;
}

.tour-kicker {
	display: none !important;
}

.tour-package-hero:before {
	content: "";
	position: absolute;
	inset: auto -10% -55% auto;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: rgba(255, 190, 0, .18);
	filter: blur(6px);
}

.tour-package-hero .container {
	position: relative;
	z-index: 2
}

.tour-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 190, 0, .16);
	border: 1px solid rgba(255, 190, 0, .55);
	padding: 9px 18px;
	border-radius: 999px;
	color: #ffc107;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: 13px
}

.tour-package-hero h1 {
	font-size: clamp(38px, 6vw, 72px);
	font-weight: 900;
	line-height: 1.02;
	margin: 20px 0
}

.tour-package-hero p {
	max-width: 820px;
	color: #eaf3ff;
	font-size: 18px;
	line-height: 1.8
}

.tour-hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 28px
}

.tour-hero-stat {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .18);
	backdrop-filter: blur(12px);
	border-radius: 22px;
	padding: 16px 22px;
	min-width: 160px
}

.tour-hero-stat b {
	display: block;
	color: #fff;
	font-size: 28px
}

.tour-hero-stat span {
	color: #d9e7ff;
	font-weight: 600
}

.package-section {
	padding: 80px 0;
	background: #f7fbff
}

.tour-category-tabs {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 36px
}

.tour-category-tabs a {
	padding: 13px 20px;
	border-radius: 999px;
	border: 2px solid #073064;
	color: #073064;
	font-weight: 800;
	text-decoration: none;
	background: #fff
}

.tour-category-tabs a.active,
.tour-category-tabs a:hover {
	background: #ffc107;
	border-color: #ffc107;
	color: #06265b;
	box-shadow: 0 12px 25px rgba(255, 193, 7, .28)
}

.package-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px
}

.premium-package-card {
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 18px 55px rgba(6, 31, 73, .12);
	border: 1px solid rgba(6, 31, 73, .08);
	position: relative;
	transition: .35s ease;
	height: 100%;
	display: flex;
	flex-direction: column
}

.premium-package-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 28px 70px rgba(6, 31, 73, .2)
}

.package-img {
	height: 245px;
	background: linear-gradient(135deg, #eaf4ff, #fff8df);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-bottom: 5px solid #ffc107
}

.package-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block
}

.package-badge {
	position: absolute;
	top: 18px;
	left: 18px;
	background: #ffc107;
	color: #06265b;
	border-radius: 999px;
	padding: 9px 14px;
	font-weight: 900;
	font-size: 12px;
	box-shadow: 0 12px 25px rgba(0, 0, 0, .15)
}

.package-body {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex: 1
}

.package-body h3 {
	font-size: 22px;
	font-weight: 900;
	color: #06265b;
	margin-bottom: 8px
}

.package-price {
	font-size: 25px;
	font-weight: 900;
	color: #073d86;
	margin: 10px 0
}

.package-price small {
	font-size: 12px;
	color: #6d7890;
	font-weight: 700
}

.package-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 12px 0
}

.package-meta span {
	background: #eef5ff;
	color: #073064;
	padding: 8px 10px;
	border-radius: 12px;
	font-weight: 700;
	font-size: 12px
}

.package-list {
	margin: 14px 0 0;
	padding: 0;
	list-style: none
}

.package-list li {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
	color: #526176;
	line-height: 1.55
}

.package-list i {
	color: #ffc107;
	margin-top: 4px
}

.package-rules {
	background: #fff8dc;
	border-left: 4px solid #ffc107;
	border-radius: 16px;
	padding: 13px 14px;
	margin-top: auto;
	color: #5b5b4a;
	font-size: 13px;
	line-height: 1.55
}

.package-actions {
	display: flex;
	gap: 10px;
	margin-top: 18px
}

.package-actions .btn {
	border-radius: 999px;
	font-weight: 800;
	padding: 11px 16px
}

.tour-info-band {
	background: #06265b;
	color: #fff;
	padding: 70px 0;
	position: relative;
	overflow: hidden
}

.tour-info-band:before {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	border: 60px solid rgba(255, 193, 7, .14);
	border-radius: 50%;
	right: -80px;
	top: -120px
}

.tour-info-card {
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 28px;
	padding: 28px;
	height: 100%;
	backdrop-filter: blur(8px)
}

.tour-info-card i {
	width: 56px;
	height: 56px;
	background: #ffc107;
	color: #06265b;
	border-radius: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 16px
}

.tour-info-card h4 {
	color: #fff;
	font-weight: 900
}

.tour-info-card p {
	color: #dce9ff;
	margin: 0
}

.nav-link.active-package,
.vgoo-dropdown .dropdown-item.active {
	color: #06265b !important;
	background: #fff3c4 !important;
	font-weight: 900
}

.package-card-animate {
	animation: pkgFloat 6s ease-in-out infinite
}

.premium-package-card:nth-child(2n) {
	animation-delay: .7s
}

.premium-package-card:nth-child(3n) {
	animation-delay: 1.2s
}

@keyframes pkgFloat {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-5px)
	}
}

@media(max-width:991px) {
	.package-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.tour-package-hero {
		padding: 125px 0 64px
	}
}

@media(max-width:575px) {
	.package-grid {
		grid-template-columns: 1fr
	}

	.package-actions {
		flex-direction: column
	}

	.tour-hero-stat {
		min-width: 130px
	}

	.package-img {
		height: 220px
	}
}


/* Tour package page corrections */
.vgoo-main-navbar .nav-link.active,
.vgoo-main-navbar .nav-item.dropdown .nav-link.active {
	color: #ffffff !important;
	border-bottom: 3px solid #ffc107;
	font-weight: 800;
}

.vgoo-dropdown .dropdown-item.active,
.vgoo-dropdown .dropdown-item:active {
	background: #fff3cd !important;
	color: #08285c !important;
	font-weight: 800;
	border-radius: 10px;
}

.package-section .package-grid {
	margin-top: 18px;
}

.package-section .section-title {
	margin-bottom: 14px;
}

/* Destination detail pages */
.destination-card-link {
	display: block;
	text-decoration: none;
	color: inherit
}

.destination-card-link:hover .destination-card {
	transform: translateY(-8px) scale(1.01);
	box-shadow: 0 22px 45px rgba(0, 34, 83, .22)
}

.destination-hero {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #082754;
	color: #fff
}

.destination-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(2, 25, 59, .95), rgba(2, 25, 59, .65), rgba(2, 25, 59, .25));
	z-index: 1
}

.destination-hero img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0
}

.destination-hero .container {
	position: relative;
	z-index: 2
}

.destination-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 193, 7, .16);
	border: 1px solid rgba(255, 193, 7, .55);
	color: #ffc107;
	border-radius: 999px;
	padding: 10px 18px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: .82rem
}

.destination-title {
	font-size: clamp(2.6rem, 6vw, 5.5rem);
	font-weight: 900;
	line-height: .98;
	margin: 18px 0
}

.destination-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px
}

.destination-meta span {
	background: rgba(255, 255, 255, .14);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 14px;
	padding: 12px 16px;
	font-weight: 700
}

.destination-section {
	padding: 90px 0
}

.highlight-title {
	position: relative;
	display: inline-block
}

.highlight-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 100%;
	height: 14px;
	background: rgba(255, 193, 7, .55);
	z-index: -1;
	border-radius: 20px;
	animation: highlightSweep 2.8s ease-in-out infinite alternate
}

@keyframes highlightSweep {
	from {
		transform: scaleX(.55);
		transform-origin: left
	}

	to {
		transform: scaleX(1);
		transform-origin: left
	}
}

.info-glass {
	background: rgba(255, 255, 255, .86);
	border: 1px solid rgba(7, 39, 82, .12);
	border-radius: 28px;
	box-shadow: 0 18px 48px rgba(0, 34, 83, .12);
	padding: 30px;
	height: 100%;
	transition: .35s
}

.info-glass:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 60px rgba(0, 34, 83, .18)
}

.info-glass i {
	width: 58px;
	height: 58px;
	border-radius: 18px;
	background: #ffc107;
	color: #082754;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 18px
}

.place-timeline {
	position: relative
}

.place-timeline:before {
	content: "";
	position: absolute;
	left: 28px;
	top: 8px;
	bottom: 8px;
	width: 4px;
	background: linear-gradient(#ffc107, #082754);
	border-radius: 8px
}

.place-step {
	position: relative;
	padding-left: 82px;
	margin-bottom: 26px
}

.place-step .dot {
	position: absolute;
	left: 0;
	top: 0;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #ffc107;
	color: #082754;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	border: 7px solid #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12)
}

.nearby-card {
	background: #fff;
	border-radius: 28px;
	padding: 14px;
	text-align: center;
	box-shadow: 0 18px 45px rgba(0, 34, 83, .1);
	transition: .35s;
	height: 100%
}

.nearby-card:hover {
	transform: translateY(-12px) rotate(-1deg)
}

.nearby-card img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	border-radius: 24px
}

.nearby-card h5 {
	font-weight: 900;
	margin: 18px 0 6px;
	color: #082754
}

.seva-card {
	background: linear-gradient(135deg, #082754, #0d4e9c);
	color: #fff;
	border-radius: 28px;
	padding: 28px;
	height: 100%;
	position: relative;
	overflow: hidden
}

.seva-card:after {
	content: "";
	position: absolute;
	right: -40px;
	bottom: -40px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .16)
}

.seva-card h5 {
	color: #ffc107;
	font-weight: 900
}

.destination-cta {
	background: linear-gradient(135deg, #ffc107, #ffb300);
	border-radius: 36px;
	padding: 48px;
	box-shadow: 0 24px 70px rgba(255, 193, 7, .25)
}

@media(max-width:768px) {
	.destination-hero {
		min-height: 460px
	}

	.destination-section {
		padding: 58px 0
	}

	.place-step {
		padding-left: 70px
	}

	.nearby-card img {
		height: 160px
	}
}


/* ===== VGOO global typography + navbar phone update ===== */
:root {
	--heading-font: 'Poppins', Arial, sans-serif;
	--body-font: 'Poppins', Arial, sans-serif;
}

.call-pill-two {
	padding: 7px 12px !important;
	gap: 9px !important;
	line-height: 1.15 !important;
	min-width: 145px;
	justify-content: flex-start;
}

.call-pill-two i {
	font-size: 14px !important;
	flex: 0 0 auto;
}

.call-pill-two b {
	font-weight: 700 !important;
	font-size: 12px;
}

.call-pill-two small {
	font-weight: 600 !important;
	font-size: 11px;
	color: #fff;
	letter-spacing: .01em;
}

@media(max-width:991px) {
	.call-pill-two {
		display: inline-flex;
		margin-top: 10px;
	}
}

/* Softer, premium headings across the full website */
h1,
.h1,
.page-hero h1,
.hero h1,
.destination-title,
.tour-package-hero h1,
.svc-heading {
	font-family: var(--heading-font) !important;
	font-weight: 700 !important;
	letter-spacing: -.025em !important;
	line-height: 1.12 !important;
}

h2,
.h2,
.section-title,
.highlight-title {
	font-family: var(--heading-font) !important;
	font-weight: 600 !important;
	letter-spacing: -.018em !important;
	line-height: 1.22 !important;
}

h3,
.h3,
h4,
.h4 {
	font-family: var(--heading-font) !important;
	font-weight: 600 !important;
	letter-spacing: -.012em !important;
}

h5,
.h5,
.destination-card h5,
.nearby-card h5,
.package-body h3,
.package-card h5,
.premium-package-card h5,
.seva-card h5 {
	font-family: var(--heading-font) !important;
	font-weight: 500 !important;
	letter-spacing: -.005em !important;
}

.section-title,
.highlight-title,
.svc-heading,
.destination-title,
.tour-package-hero h1,
.page-hero h1 {
	position: relative;
}

.section-title::after,
.highlight-title::after {
	content: "";
	display: block;
	width: 72px;
	height: 4px;
	margin-top: 12px;
	border-radius: 999px;
	background: linear-gradient(90deg, #ffc107, #0a4dab);
	box-shadow: 0 8px 18px rgba(255, 193, 7, .25);
}

.text-center .section-title::after,
.text-center.highlight-title::after,
.section-title.text-center::after {
	margin-left: auto;
	margin-right: auto;
}

.page-hero h1,
.hero h1,
.destination-title,
.tour-package-hero h1 {
	text-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

p {
	font-weight: 400 !important;
}

.fw-bold {
	font-weight: 600 !important;
}

.fw-bolder {
	font-weight: 700 !important;
}


/* Final update: stylish headings and services as card page, no Services dropdown */
:root {
	--vgoo-navy: #052653;
	--vgoo-blue: #074b98;
	--vgoo-gold: #ffc107;
}

.navbar .nav-link.active,
.navbar .nav-link.active-js {
	color: #fff !important;
	position: relative;
}

.navbar .nav-link.active:after,
.navbar .nav-link.active-js:after {
	content: "";
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: -8px;
	height: 3px;
	border-radius: 999px;
	background: var(--vgoo-gold);
	box-shadow: 0 7px 18px rgba(255, 193, 7, .55);
}

body h1,
.destination-title,
.svc-hero h1,
.page-hero h1 {
	font-family: 'Playfair Display', 'DM Serif Display', serif !important;
	font-weight: 600 !important;
	letter-spacing: -.8px !important;
	line-height: 1.08 !important;
}

body h2,
.section-title,
.svc-heading,
.stylish-section-heading {
	font-family: 'DM Serif Display', 'Playfair Display', serif !important;
	font-weight: 500 !important;
	letter-spacing: -.35px !important;
	line-height: 1.12 !important;
}

body h3 {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600 !important;
}

body h5,
body h6 {
	font-weight: 500 !important;
}

.stylish-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--vgoo-gold);
	font-weight: 700;
	letter-spacing: .16em;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.stylish-eyebrow:before,
.stylish-eyebrow:after {
	content: "";
	width: 38px;
	height: 2px;
	background: var(--vgoo-gold);
	border-radius: 10px;
}

.stylish-eyebrow.dark {
	color: #2f80ed;
}

.stylish-eyebrow.dark:before,
.stylish-eyebrow.dark:after {
	background: var(--vgoo-gold);
}

.stylish-main-heading {
	font-size: clamp(42px, 6vw, 76px);
	color: #fff;
	text-shadow: 0 16px 40px rgba(0, 0, 0, .25);
}

.stylish-section-heading {
	font-size: clamp(34px, 4vw, 54px);
	color: #052653;
	position: relative;
	display: inline-block;
}

.stylish-section-heading:after {
	content: "";
	position: absolute;
	left: 12%;
	right: 12%;
	bottom: -10px;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, var(--vgoo-gold), transparent);
	opacity: .8;
}

.services-page-hero {
	min-height: 440px;
	display: flex;
	align-items: center;
	text-align: center;
	background: linear-gradient(135deg, rgba(5, 38, 83, .92), rgba(7, 75, 152, .82)), url('https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1800&q=85') center/cover no-repeat;
	color: #fff;
	padding: 130px 0 80px;
	position: relative;
	overflow: hidden;
}

.services-page-hero:after {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	right: -120px;
	bottom: -120px;
	background: rgba(255, 193, 7, .18);
	filter: blur(2px);
	animation: svcFloat 5s ease-in-out infinite;
}

.services-page-hero p {
	max-width: 760px;
	margin: 18px auto 0;
	color: rgba(255, 255, 255, .88);
	font-size: 18px;
	text-align: center !important;
}

.service-card-section {
	background: linear-gradient(180deg, #f6fbff, #fff);
}

.service-card-premium {
	height: 100%;
	display: block;
	text-decoration: none;
	color: #052653;
	background: #fff;
	border-radius: 32px;
	overflow: hidden;
	border: 1px solid rgba(255, 193, 7, .45);
	box-shadow: 0 22px 60px rgba(5, 38, 83, .11);
	transition: .35s;
	position: relative;
}

.service-card-premium:hover {
	transform: translateY(-12px);
	color: #052653;
	box-shadow: 0 34px 80px rgba(5, 38, 83, .19);
}

.service-card-premium:before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 32px;
	padding: 2px;
	background: linear-gradient(135deg, var(--vgoo-gold), transparent, var(--vgoo-blue));
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: .75;
	pointer-events: none;
}

.service-card-img {
	height: 230px;
	background: #eef6ff;
	overflow: hidden;
}

.service-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .55s;
}

.service-card-premium:hover .service-card-img img {
	transform: scale(1.08);
}

.service-card-body {
	padding: 0 28px 30px;
	position: relative;
}

.service-card-icon {
	width: 72px;
	height: 72px;
	border-radius: 22px;
	background: var(--vgoo-gold);
	color: #052653;
	display: grid;
	place-items: center;
	font-size: 30px;
	margin-top: -36px;
	margin-bottom: 20px;
	box-shadow: 0 18px 35px rgba(255, 193, 7, .35);
	position: relative;
	z-index: 2;
}

.service-card-body h3 {
	font-size: 22px;
	margin-bottom: 12px;
	color: #052653;
}

.service-card-body p {
	color: #566983;
	text-align: left !important;
	min-height: 72px;
}

.service-card-body b {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #074b98;
	font-weight: 700 !important;
}

.service-benefit-band {
	background: #052653;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.service-benefit-band:before {
	content: "";
	position: absolute;
	inset: auto -10% -80px -10%;
	height: 150px;
	background: rgba(255, 193, 7, .16);
	border-radius: 50% 50% 0 0;
}

.service-benefit-band .container {
	position: relative;
}

.service-benefit-band .col-md-4>div {
	height: 100%;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 28px;
	padding: 34px 25px;
	backdrop-filter: blur(10px);
	transition: .35s;
}

.service-benefit-band .col-md-4>div:hover {
	transform: translateY(-8px);
	background: rgba(255, 255, 255, .13);
}

.service-benefit-band i {
	width: 72px;
	height: 72px;
	border-radius: 22px;
	background: var(--vgoo-gold);
	color: #052653;
	display: grid;
	place-items: center;
	font-size: 30px;
	margin: 0 auto 18px;
}

.service-benefit-band h5 {
	color: #fff !important;
	font-size: 22px;
}

.service-benefit-band p {
	color: rgba(255, 255, 255, .82);
	text-align: center !important;
	margin: 0;
}

@media(max-width:991px) {

	.navbar .nav-link.active:after,
	.navbar .nav-link.active-js:after {
		display: none
	}

	.service-card-img {
		height: 210px
	}

	.services-page-hero {
		padding-top: 110px
	}
}


/* Final footer and active-menu corrections */
.vgoo-main-navbar .nav-link.active,
.vgoo-main-navbar .nav-link.active-js,
.vgoo-main-navbar .nav-link.active-package {
	border-bottom: 0 !important;
	box-shadow: none !important;
}

.vgoo-main-navbar .nav-link.active::after,
.vgoo-main-navbar .nav-link.active-js::after,
.vgoo-main-navbar .nav-link.active-package::after {
	content: "" !important;
	position: absolute !important;
	left: 10px !important;
	right: 10px !important;
	bottom: -7px !important;
	height: 3px !important;
	border-radius: 999px !important;
	background: #ffc107 !important;
	transform: scaleX(1) !important;
	box-shadow: 0 7px 18px rgba(255, 193, 7, .48) !important;
}

.footer-airplane-logo {
	max-height: 150px !important;
	width: auto !important;
	object-fit: contain !important;
}

.site-footer .footer-links a i.fa-chevron-down,
.footer-links a i.fa-chevron-down,
.site-footer .nav-arrow-white {
	display: none !important;
}

.footer-copy,
.footer-copy-wrap {
	color: #dfeaff !important;
}

/* FINAL: larger clear VGOO footer logo */
.site-footer .footer-cta-logo,
.site-footer .footer-airplane-logo,
.site-footer img.footer-cta-logo.footer-airplane-logo {
	width: 310px !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain !important;
	display: block !important;
	filter: none !important;
	image-rendering: auto !important;
}

.site-footer .col-lg-4:first-child,
.site-footer .footer-brand-col {
	min-width: 280px !important;
}

@media(max-width:991px) {

	.site-footer .footer-cta-logo,
	.site-footer .footer-airplane-logo,
	.site-footer img.footer-cta-logo.footer-airplane-logo {
		width: 270px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media(max-width:575px) {

	.site-footer .footer-cta-logo,
	.site-footer .footer-airplane-logo,
	.site-footer img.footer-cta-logo.footer-airplane-logo {
		width: 240px !important;
	}
}

/* Final requested footer phone + logo color clarity */
.footer-phone-list {
	display: grid;
	gap: 6px;
	margin: 6px 0 10px;
}

.footer-phone-list a {
	display: flex !important;
	align-items: center;
	margin: 0 !important;
	font-weight: 700;
	color: #dbe8ff !important;
}

.footer-phone-list a:hover {
	color: var(--yellow) !important;
}

.site-footer .footer-cta-logo,
.site-footer .footer-airplane-logo,
.footer-cta-logo.footer-airplane-logo {
	width: 285px !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain !important;
	filter: none !important;
}

.footer-cta .footer-cta-logo,
.vgoo-reference-footer-top .footer-cta-logo {
	width: 260px !important;
	max-width: 100% !important;
	height: auto !important;
	filter: none !important;
	object-fit: contain !important;
}

@media(max-width:768px) {

	.site-footer .footer-cta-logo,
	.site-footer .footer-airplane-logo,
	.footer-cta-logo.footer-airplane-logo,
	.footer-cta .footer-cta-logo {
		width: 220px !important;
	}
}

/* Final footer phone correction: keep only 2 numbers in one line */
.footer-phone-line {
	white-space: nowrap;
	display: inline-flex !important;
	align-items: center;
	gap: 2px;
}

@media (max-width: 576px) {
	.footer-phone-line {
		white-space: normal;
		line-height: 1.7;
	}
}

/* FINAL LOGO VISIBILITY UPDATE: larger header + footer logos across all pages */
.top-nav,
.top-nav.sticky-vgoo-navbar {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	min-height: 96px !important;
}

.top-nav.scrolled,
.top-nav.sticky-vgoo-navbar.scrolled {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	min-height: 82px !important;
}

.navbar-brand img,
.navbar-brand .navbar-stamp-logo {
	width: 172px !important;
	max-width: 172px !important;
	max-height: 104px !important;
	height: auto !important;
	object-fit: contain !important;
	filter: none !important;
	image-rendering: auto !important;
}

.site-footer .footer-cta-logo,
.site-footer .footer-airplane-logo,
.site-footer img.footer-cta-logo.footer-airplane-logo {
	width: 390px !important;
	max-width: 100% !important;
	min-width: 310px !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain !important;
	filter: none !important;
	image-rendering: auto !important;
	display: block !important;
	margin-bottom: 18px !important;
}

.site-footer .col-lg-4:first-child,
.site-footer .footer-brand-col {
	min-width: 360px !important;
}

@media(max-width:991px) {

	.top-nav,
	.top-nav.sticky-vgoo-navbar {
		min-height: 86px !important;
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}

	.navbar-brand img,
	.navbar-brand .navbar-stamp-logo {
		width: 142px !important;
		max-width: 142px !important;
		max-height: 88px !important;
	}

	.site-footer .footer-cta-logo,
	.site-footer .footer-airplane-logo,
	.site-footer img.footer-cta-logo.footer-airplane-logo {
		width: 330px !important;
		min-width: 0 !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media(max-width:575px) {

	.navbar-brand img,
	.navbar-brand .navbar-stamp-logo {
		width: 126px !important;
		max-width: 126px !important;
		max-height: 78px !important;
	}

	.site-footer .footer-cta-logo,
	.site-footer .footer-airplane-logo,
	.site-footer img.footer-cta-logo.footer-airplane-logo {
		width: 285px !important;
		min-width: 0 !important;
	}
}

/* FINAL HEADER LOGO + NAV TEXT FIX - applied across all pages */
.top-nav,
.vgoo-main-navbar,
.navbar {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.top-nav .container,
.vgoo-main-navbar .container,
.navbar .container {
	min-height: 116px !important;
	display: flex !important;
	align-items: center !important;
}

.navbar-brand {
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
}

.navbar-brand img,
.navbar-brand .navbar-stamp-logo {
	width: auto !important;
	height: 108px !important;
	max-height: 108px !important;
	max-width: 180px !important;
	object-fit: contain !important;
	display: block !important;
	filter: none !important;
	background: transparent !important;
}

.navbar-nav .nav-link,
.top-nav .nav-link,
.vgoo-main-navbar .nav-link {
	font-size: 15.5px !important;
	font-weight: 500 !important;
	letter-spacing: .1px !important;
	line-height: 1.2 !important;
	margin: 0 6px !important;
	white-space: nowrap !important;
}

.navbar-nav .nav-link.active,
.top-nav .nav-link.active,
.vgoo-main-navbar .nav-link.active,
.navbar-nav .nav-link.active-js,
.vgoo-main-navbar .nav-link.active-js {
	font-weight: 500 !important;
}

.call-pill {
	font-size: 12.5px !important;
	font-weight: 600 !important;
}

@media(max-width:1199px) {

	.navbar-brand img,
	.navbar-brand .navbar-stamp-logo {
		height: 96px !important;
		max-height: 96px !important;
		max-width: 160px !important;
	}

	.navbar-nav .nav-link,
	.top-nav .nav-link,
	.vgoo-main-navbar .nav-link {
		font-size: 14px !important;
		margin: 0 4px !important;
	}
}

@media(max-width:991px) {

	.top-nav .container,
	.vgoo-main-navbar .container,
	.navbar .container {
		min-height: 88px !important;
	}

	.navbar-brand img,
	.navbar-brand .navbar-stamp-logo {
		height: 82px !important;
		max-height: 82px !important;
		max-width: 142px !important;
	}

	.navbar-nav .nav-link,
	.top-nav .nav-link,
	.vgoo-main-navbar .nav-link {
		font-size: 15px !important;
		padding: 10px 12px !important;
	}
}


/* Footer column correction: Quick Links + Facilities */
.footer-balanced-cols {
	row-gap: 28px;
}

.footer-link-list {
	display: flex !important;
	flex-direction: column;
	gap: 10px;
	columns: auto !important;
	column-gap: 0 !important;
}

.footer-link-list a {
	display: block !important;
	margin: 0 !important;
	break-inside: auto !important;
}

.vgoo-reference-footer-bottom .footer-heading {
	margin-bottom: 18px;
}

.vgoo-reference-footer-bottom .col-lg-3 {
	min-width: 0;
}

@media(max-width:991px) {
	.footer-balanced-cols {
		text-align: left
	}

	.footer-link-list {
		gap: 8px
	}
}

/* About page premium gallery slider and blue hover effects */
.about-gallery-showcase {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
}

.about-gallery-showcase:before {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	right: -120px;
	top: 30px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 190, 10, .28), rgba(255, 190, 10, 0) 68%);
	animation: vgooFloatGlow 5s ease-in-out infinite alternate;
}

.about-gallery-title {
	position: relative;
	display: inline-block;
}

.about-gallery-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 120px;
	height: 4px;
	border-radius: 10px;
	background: linear-gradient(90deg, var(--yellow), #0b5ed7);
	animation: vgooUnderline 2.2s ease-in-out infinite alternate;
}

.about-gallery-lead {
	max-width: 720px;
	color: #51627d;
	font-size: 17px;
	line-height: 1.8;
	margin-top: 20px;
}

.aboutGallerySwiper {
	padding: 18px 8px 76px;
}

.about-gallery-card {
	height: 330px;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	border: 4px solid var(--yellow);
	box-shadow: 0 22px 50px rgba(4, 30, 72, .16);
	isolation: isolate;
	transform: translateY(0);
	transition: all .45s ease;
}

.about-gallery-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .65s ease, filter .45s ease;
}

.about-gallery-card:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(3, 24, 58, 0) 32%, rgba(3, 24, 58, .9) 100%);
	z-index: 1;
	transition: .35s ease;
}

.about-gallery-card span {
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 22px;
	color: #fff;
	z-index: 2;
	transition: .35s ease;
}

.about-gallery-card small {
	display: inline-block;
	color: var(--yellow);
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 700;
	margin-bottom: 6px;
}

.about-gallery-card strong {
	display: block;
	font-size: 24px;
	line-height: 1.15;
	font-weight: 600;
}

.about-gallery-card:hover {
	transform: translateY(-14px) scale(1.02);
	border-color: #0d6efd;
	box-shadow: 0 28px 60px rgba(13, 110, 253, .25);
}

.about-gallery-card:hover img {
	transform: scale(1.12);
	filter: saturate(1.18) contrast(1.08);
}

.about-gallery-card:hover:before {
	background: linear-gradient(180deg, rgba(13, 110, 253, .05) 20%, rgba(6, 53, 128, .95) 100%);
}

.about-gallery-card:hover span {
	transform: translateY(-8px);
}

.about-gallery-controls {
	position: absolute;
	left: 50%;
	bottom: 12px;
	transform: translateX(-50%);
	display: flex;
	gap: 14px;
	z-index: 5;
}

.about-gallery-controls button {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 0;
	background: var(--yellow);
	color: #062556;
	box-shadow: 0 14px 35px rgba(255, 190, 10, .35);
	transition: .3s ease;
}

.about-gallery-controls button:hover {
	background: #0d6efd;
	color: #fff;
	transform: translateY(-4px);
}

.about-gallery-more {
	border-radius: 999px;
	padding: 14px 26px;
}

.about-hover-blue-section {
	position: relative;
	background: #fff;
	overflow: hidden;
}

.about-hover-blue-section:before {
	content: "";
	position: absolute;
	inset: 80px auto auto -90px;
	width: 220px;
	height: 220px;
	border: 2px dashed var(--yellow);
	border-radius: 50%;
	opacity: .35;
	animation: vgooRotate 16s linear infinite;
}

.about-blue-hover-card {
	min-height: 255px;
	padding: 34px 26px;
	border-radius: 28px;
	background: #fff;
	border: 1px solid rgba(7, 39, 88, .11);
	box-shadow: 0 20px 45px rgba(8, 35, 75, .08);
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: all .45s ease;
}

.about-blue-hover-card:before {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 0;
	background: linear-gradient(135deg, #063b88, #0d6efd);
	transition: height .45s ease;
	z-index: 0;
}

.about-blue-hover-card>* {
	position: relative;
	z-index: 1;
}

.about-blue-hover-card i {
	width: 76px;
	height: 76px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 22px;
	background: var(--yellow);
	color: #062556;
	font-size: 30px;
	margin-bottom: 22px;
	transition: .4s ease;
}

.about-blue-hover-card h5 {
	font-weight: 600;
	color: #082858;
	margin-bottom: 12px;
	transition: .4s ease;
}

.about-blue-hover-card p {
	color: #5d6d86;
	line-height: 1.75;
	margin: 0;
	transition: .4s ease;
}

.about-blue-hover-card:hover {
	transform: translateY(-14px);
	border-color: #0d6efd;
	box-shadow: 0 28px 65px rgba(13, 110, 253, .24);
}

.about-blue-hover-card:hover:before {
	height: 100%;
}

.about-blue-hover-card:hover i {
	background: #fff;
	color: #0d6efd;
	transform: rotate(-8deg) scale(1.08);
}

.about-blue-hover-card:hover h5,
.about-blue-hover-card:hover p {
	color: #fff;
}

@keyframes vgooUnderline {
	from {
		width: 70px;
	}

	to {
		width: 160px;
	}
}

@keyframes vgooFloatGlow {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(35px);
	}
}

@keyframes vgooRotate {
	to {
		transform: rotate(360deg);
	}
}

@media(max-width:767px) {
	.about-gallery-card {
		height: 280px;
		border-radius: 22px;
	}

	.about-gallery-card strong {
		font-size: 21px;
	}
}

/* === FINAL FIX: Header must NOT shrink while scrolling + equal footer columns === */
.top-nav,
.top-nav.sticky-vgoo-navbar,
.top-nav.scrolled,
.top-nav.sticky-vgoo-navbar.scrolled {
	min-height: 100px !important;
	height: 100px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	display: flex !important;
	align-items: center !important;
	background: rgba(0, 27, 68, .98) !important;
	transition: none !important;
}

.top-nav .navbar,
.top-nav .container {
	min-height: 100px !important;
	height: 100px !important;
	display: flex !important;
	align-items: center !important;
}

.navbar-brand,
.navbar-brand.logo,
.top-nav .navbar-brand {
	width: 165px !important;
	height: 96px !important;
	padding: 0 !important;
	margin-right: 38px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: visible !important;
}

.navbar-brand img,
.navbar-brand .navbar-stamp-logo,
.top-nav .navbar-brand img {
	width: 158px !important;
	max-width: 158px !important;
	height: 92px !important;
	max-height: 92px !important;
	object-fit: contain !important;
	display: block !important;
	filter: none !important;
	transition: none !important;
}

.top-nav.scrolled .navbar-brand img,
.top-nav.sticky-vgoo-navbar.scrolled .navbar-brand img,
body.scrolled .navbar-brand img,
.navbar-shrink .navbar-brand img {
	width: 158px !important;
	max-width: 158px !important;
	height: 92px !important;
	max-height: 92px !important;
}

.navbar-nav .nav-link,
.top-nav .nav-link {
	font-size: 16px !important;
	font-weight: 500 !important;
	letter-spacing: .15px !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active-js {
	font-weight: 500 !important;
}

@media(max-width:991px) {

	.top-nav,
	.top-nav.sticky-vgoo-navbar,
	.top-nav.scrolled,
	.top-nav.sticky-vgoo-navbar.scrolled {
		min-height: 88px !important;
		height: auto !important;
		padding: 8px 0 !important;
	}

	.top-nav .navbar,
	.top-nav .container {
		min-height: 72px !important;
		height: auto !important;
	}

	.navbar-brand,
	.top-nav .navbar-brand {
		width: 135px !important;
		height: 78px !important;
		margin-right: 12px !important;
	}

	.navbar-brand img,
	.top-nav .navbar-brand img {
		width: 130px !important;
		max-width: 130px !important;
		height: 74px !important;
		max-height: 74px !important;
	}
}

.site-footer.vgoo-reference-footer-bottom {
	padding: 68px 0 24px !important;
}

.site-footer .footer-balanced-cols {
	display: grid !important;
	grid-template-columns: 1.15fr .8fr .9fr 1.45fr !important;
	gap: clamp(34px, 4vw, 76px) !important;
	align-items: start !important;
}

.site-footer .footer-balanced-cols>[class*="col-"] {
	width: auto !important;
	max-width: none !important;
	flex: initial !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.site-footer .footer-heading {
	margin-bottom: 20px !important;
	color: #fff !important;
	font-weight: 700 !important;
	letter-spacing: .03em !important;
}

.site-footer .footer-link-list a,
.site-footer a {
	margin: 0 0 12px 0 !important;
	line-height: 1.4 !important;
}

.site-footer p {
	margin-bottom: 0 !important;
	line-height: 1.75 !important;
}

.site-footer .footer-phone-line {
	white-space: nowrap !important;
	display: flex !important;
	align-items: center !important;
	gap: 4px !important;
}

.site-footer .footer-copy-wrap {
	margin-top: 32px !important;
	padding-top: 18px !important;
	border-top: 1px solid rgba(255, 255, 255, .12) !important;
}

@media(max-width:991px) {
	.site-footer .footer-balanced-cols {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 34px !important;
	}
}

@media(max-width:575px) {
	.site-footer .footer-balanced-cols {
		grid-template-columns: 1fr !important;
		gap: 28px !important;
	}

	.site-footer .footer-phone-line {
		white-space: normal !important;
	}
}

/* FINAL FOOTER EQUAL COLUMN SPACING FIX */
.site-footer.vgoo-reference-footer-bottom .container {
	max-width: 1320px !important;
}

.site-footer .footer-balanced-cols {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	column-gap: 64px !important;
	row-gap: 36px !important;
	align-items: start !important;
}

.site-footer .footer-balanced-cols>div {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.site-footer .footer-balanced-cols>div:first-child {
	padding-right: 0 !important;
}

.site-footer .footer-heading {
	margin-bottom: 20px !important;
}

.site-footer .footer-link-list,
.site-footer .footer-phone-list {
	margin-top: 0 !important;
}

.site-footer .footer-link-list a {
	margin-bottom: 12px !important;
}

.site-footer p {
	max-width: 100% !important;
}

@media(max-width:1199px) {
	.site-footer .footer-balanced-cols {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		column-gap: 56px !important;
		row-gap: 38px !important;
	}
}

@media(max-width:575px) {
	.site-footer .footer-balanced-cols {
		grid-template-columns: 1fr !important;
		gap: 28px !important;
	}
}

/* FINAL PROPER FOOTER 4 COLUMN ALIGNMENT - CENTERED WITH SIDE SPACE */
.site-footer.vgoo-reference-footer-bottom {
	padding: 68px 0 26px !important;
}

.site-footer.vgoo-reference-footer-bottom .container {
	max-width: 1200px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 28px !important;
	padding-right: 28px !important;
}

.site-footer .footer-balanced-cols {
	display: grid !important;
	grid-template-columns: 1.25fr 1fr 1fr 1.25fr !important;
	column-gap: 48px !important;
	row-gap: 34px !important;
	align-items: flex-start !important;
	justify-content: center !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.site-footer .footer-balanced-cols>[class*="col-"],
.site-footer .footer-balanced-cols>div {
	width: 100% !important;
	max-width: 100% !important;
	flex: unset !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
}

.site-footer .footer-heading {
	margin: 0 0 20px 0 !important;
	min-height: 24px !important;
	color: #ffffff !important;
	font-weight: 700 !important;
}

.site-footer .footer-link-list,
.site-footer .footer-phone-list {
	margin: 0 !important;
	padding: 0 !important;
}

.site-footer .footer-link-list a,
.site-footer .footer-phone-list a {
	margin: 0 0 12px 0 !important;
	line-height: 1.45 !important;
}

.site-footer p {
	margin: 0 !important;
	max-width: 300px !important;
	line-height: 1.75 !important;
}

.site-footer .footer-phone-line {
	white-space: nowrap !important;
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
}

.site-footer .footer-copy-wrap {
	margin-top: 34px !important;
	padding-top: 18px !important;
}

@media(max-width:1199px) {
	.site-footer.vgoo-reference-footer-bottom .container {
		max-width: 960px !important;
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	.site-footer .footer-balanced-cols {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		column-gap: 60px !important;
		row-gap: 38px !important;
	}

	.site-footer p {
		max-width: 100% !important;
	}
}

@media(max-width:575px) {
	.site-footer.vgoo-reference-footer-bottom .container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.site-footer .footer-balanced-cols {
		grid-template-columns: 1fr !important;
		gap: 30px !important;
	}

	.site-footer .footer-phone-line {
		white-space: normal !important;
	}
}

/* === FINAL HEADER LARGE LOGO NO-SHRINK FIX ===
   Header increased slightly so logo is clear. Scrolling must not reduce size. */
.top-nav,
.top-nav.sticky-vgoo-navbar,
.top-nav.scrolled,
.top-nav.sticky-vgoo-navbar.scrolled,
.vgoo-main-navbar,
.vgoo-main-navbar.scrolled,
.navbar,
.navbar.scrolled,
.navbar-shrink {
	min-height: 112px !important;
	height: 112px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	display: flex !important;
	align-items: center !important;
	background: rgba(0, 27, 68, .98) !important;
	transition: none !important;
}

.top-nav .container,
.vgoo-main-navbar .container,
.navbar .container,
.top-nav .navbar {
	min-height: 112px !important;
	height: 112px !important;
	display: flex !important;
	align-items: center !important;
}

.navbar-brand,
.top-nav .navbar-brand,
.vgoo-main-navbar .navbar-brand {
	width: 190px !important;
	height: 108px !important;
	padding: 0 !important;
	margin-right: 34px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: visible !important;
	flex: 0 0 190px !important;
}

.navbar-brand img,
.navbar-brand .navbar-stamp-logo,
.top-nav .navbar-brand img,
.vgoo-main-navbar .navbar-brand img,
.top-nav.scrolled .navbar-brand img,
.top-nav.sticky-vgoo-navbar.scrolled .navbar-brand img,
.vgoo-main-navbar.scrolled .navbar-brand img,
.navbar.scrolled .navbar-brand img,
body.scrolled .navbar-brand img,
.navbar-shrink .navbar-brand img {
	width: 185px !important;
	max-width: 185px !important;
	height: 104px !important;
	max-height: 104px !important;
	object-fit: contain !important;
	display: block !important;
	filter: none !important;
	background: transparent !important;
	transition: none !important;
}

.navbar-nav .nav-link,
.top-nav .nav-link,
.vgoo-main-navbar .nav-link {
	font-size: 16px !important;
	font-weight: 500 !important;
	white-space: nowrap !important;
}

@media(max-width:1199px) {

	.navbar-brand,
	.top-nav .navbar-brand,
	.vgoo-main-navbar .navbar-brand {
		width: 165px !important;
		flex-basis: 165px !important;
		height: 100px !important;
		margin-right: 18px !important;
	}

	.navbar-brand img,
	.navbar-brand .navbar-stamp-logo,
	.top-nav .navbar-brand img,
	.vgoo-main-navbar .navbar-brand img,
	.top-nav.scrolled .navbar-brand img {
		width: 160px !important;
		max-width: 160px !important;
		height: 94px !important;
		max-height: 94px !important;
	}

	.navbar-nav .nav-link,
	.top-nav .nav-link,
	.vgoo-main-navbar .nav-link {
		font-size: 14.5px !important;
		margin: 0 3px !important;
	}
}

@media(max-width:991px) {

	.top-nav,
	.top-nav.sticky-vgoo-navbar,
	.top-nav.scrolled,
	.top-nav.sticky-vgoo-navbar.scrolled,
	.vgoo-main-navbar,
	.navbar,
	.navbar-shrink {
		min-height: 92px !important;
		height: auto !important;
		padding: 7px 0 !important;
	}

	.top-nav .container,
	.vgoo-main-navbar .container,
	.navbar .container,
	.top-nav .navbar {
		min-height: 78px !important;
		height: auto !important;
	}

	.navbar-brand,
	.top-nav .navbar-brand,
	.vgoo-main-navbar .navbar-brand {
		width: 145px !important;
		flex-basis: 145px !important;
		height: 84px !important;
		margin-right: 12px !important;
	}

	.navbar-brand img,
	.navbar-brand .navbar-stamp-logo,
	.top-nav .navbar-brand img,
	.vgoo-main-navbar .navbar-brand img,
	.top-nav.scrolled .navbar-brand img {
		width: 140px !important;
		max-width: 140px !important;
		height: 80px !important;
		max-height: 80px !important;
	}
}

/* === FINAL COMPACT SPACING + ABOUT TEXT + FOOTER LINKS FIX === */
/* Reduce extra space between sections throughout website */
.section {
	padding-top: 52px !important;
	padding-bottom: 52px !important;
}

.section-soft {
	padding-top: 52px !important;
	padding-bottom: 52px !important;
}

.py-5 {
	padding-top: 42px !important;
	padding-bottom: 42px !important;
}

.mb-5 {
	margin-bottom: 28px !important;
}

.mb-4 {
	margin-bottom: 20px !important;
}

.mt-5 {
	margin-top: 28px !important;
}

.mt-4 {
	margin-top: 20px !important;
}

.row.g-4 {
	--bs-gutter-y: 1.25rem !important;
}

.row.g-5 {
	--bs-gutter-y: 1.75rem !important;
}

/* Fix paragraph word gaps and alignment in cards, especially About page */
.material-card p,
.premium-mini-card p,
.about-value-card p,
.about-blue-hover-card p,
.icon-feature p,
.service-step p,
.package-card p,
.footer-cta p,
.site-footer p,
.card p {
	text-align: left !important;
	word-spacing: normal !important;
	letter-spacing: 0 !important;
	line-height: 1.55 !important;
}

.about-blue-hover-card {
	padding: 28px 24px !important;
	min-height: 285px !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
}

.about-blue-hover-card i {
	margin-bottom: 18px !important;
}

.about-blue-hover-card h5 {
	margin-bottom: 12px !important;
	font-weight: 500 !important;
}

.about-blue-hover-card p {
	margin-bottom: 0 !important;
	color: #5d6c82 !important;
}

.about-blue-hover-card:hover p,
.about-blue-hover-card:hover h5 {
	color: #ffffff !important;
}

/* Footer: keep 4 columns aligned but reduce excessive link spacing */
.site-footer.vgoo-reference-footer-bottom {
	padding-top: 46px !important;
	padding-bottom: 20px !important;
}

.site-footer .footer-balanced-cols {
	display: grid !important;
	grid-template-columns: 1.35fr 1fr 1fr 1.35fr !important;
	gap: 44px !important;
	align-items: start !important;
}

.site-footer .footer-heading {
	margin-bottom: 12px !important;
	min-height: auto !important;
}

.site-footer .footer-link-list a,
.site-footer .footer-phone-list a,
.site-footer a {
	margin-top: 0 !important;
	margin-bottom: 6px !important;
	line-height: 1.32 !important;
}

.site-footer .footer-link-list,
.site-footer .footer-phone-list {
	display: flex !important;
	flex-direction: column !important;
	gap: 4px !important;
}

.site-footer p {
	line-height: 1.55 !important;
	margin-top: 0 !important;
}

.site-footer .footer-copy-wrap {
	margin-top: 22px !important;
	padding-top: 14px !important;
}

/* Compact feature/cards section spacing */
.about-hover-blue-section,
.about-gallery-showcase,
.vgoo-home-features-last,
.home-services-slider-section {
	padding-top: 46px !important;
	padding-bottom: 46px !important;
}

@media(max-width:991px) {

	.section,
	.section-soft {
		padding-top: 42px !important;
		padding-bottom: 42px !important;
	}

	.site-footer .footer-balanced-cols {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 30px !important;
	}
}

@media(max-width:575px) {

	.section,
	.section-soft {
		padding-top: 34px !important;
		padding-bottom: 34px !important;
	}

	.site-footer .footer-balanced-cols {
		grid-template-columns: 1fr !important;
		gap: 22px !important;
	}

	.about-blue-hover-card {
		min-height: auto !important;
	}
}


/* === Final home Popular Destinations alignment + smaller search button === */
.popular-destination-section .row {
	align-items: center !important;
}

.popular-destination-section .popular-destination-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: center;
}

.popular-destination-section .popular-destination-copy p {
	margin: 14px 0 18px;
	line-height: 1.65;
}

.popular-destination-section .popular-destination-copy .btn {
	width: max-content;
}

.floating-search .search-card .col-md-auto {
	align-items: end !important;
}

.floating-search .search-card .col-md-auto .btn-vgoo {
	height: 58px !important;
	min-height: 58px !important;
	width: 172px !important;
	padding: 10px 18px !important;
	border-radius: 14px !important;
	font-size: 15px !important;
	line-height: 1.1 !important;
	align-self: end;
}

@media(max-width:991px) {
	.popular-destination-section .popular-destination-copy {
		text-align: left;
		margin-bottom: 26px;
	}

	.floating-search .search-card .col-md-auto .btn-vgoo {
		width: 100% !important;
		height: 54px !important;
		min-height: 54px !important;
	}
}

/* === Final About page card color correction ===
   Mission, Vision & Values cards stay white by default.
   Blue color appears only while hovering each card. */
.about-value-card,
.about-value-card.featured {
	background: #ffffff !important;
	color: #1b2a41 !important;
	border: 1px solid rgba(8, 43, 103, .08) !important;
	box-shadow: 0 22px 58px rgba(0, 31, 80, .12) !important;
}

.about-value-card h3,
.about-value-card.featured h3 {
	color: #1b2a41 !important;
}

.about-value-card p,
.about-value-card.featured p {
	color: #5d6c82 !important;
	text-align: left !important;
	line-height: 1.55 !important;
}

.about-value-card:hover,
.about-value-card.featured:hover {
	background: linear-gradient(145deg, var(--navy), #073d86) !important;
	color: #ffffff !important;
	transform: translateY(-8px);
	border-color: rgba(13, 110, 253, .35) !important;
	box-shadow: 0 28px 65px rgba(13, 110, 253, .24) !important;
}

.about-value-card:hover h3,
.about-value-card:hover p,
.about-value-card.featured:hover h3,
.about-value-card.featured:hover p {
	color: #ffffff !important;
}

.about-value-card:hover i,
.about-value-card.featured:hover i {
	background: #fff3c4 !important;
	color: var(--navy) !important;
}


/* ChatGPT alignment fixes only - no layout changes */
.card p,
.service-card p,
.package-card p,
.feature-card p,
.why-choose-card p,
.destination-card p,
.tour-card p {
	text-align: left !important;
	text-justify: auto !important;
	hyphens: none !important;
	margin-left: 0;
	margin-right: 0;
}

.card h3,
.card h4,
.service-card h3,
.package-card h3,
.feature-card h3 {
	text-align: center;
}

.service-card,
.feature-card,
.why-choose-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service-card p,
.feature-card p,
.why-choose-card p {
	width: 100%;
}

/* ===== Requested update: highlighted header phone + animated attractive service/feature sections ===== */
.vgoo-main-navbar .call-pill-two,
.top-nav .call-pill-two {
	min-width: 170px !important;
	padding: 9px 14px !important;
	border: 1.5px solid rgba(255, 255, 255, .55) !important;
	background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04)) !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .18), inset 0 0 0 1px rgba(255, 255, 255, .06) !important;
}

.vgoo-main-navbar .call-pill-two i,
.top-nav .call-pill-two i {
	width: 34px !important;
	height: 34px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 16px !important;
	padding: 0 !important;
	animation: vgooPhonePulse 1.8s ease-in-out infinite;
}

.vgoo-main-navbar .call-pill-two b,
.top-nav .call-pill-two b {
	font-size: 13px !important;
	font-weight: 800 !important;
	color: #fff !important;
}

.vgoo-main-navbar .call-pill-two small,
.top-nav .call-pill-two small {
	display: block !important;
	font-size: 14px !important;
	line-height: 1.12 !important;
	font-weight: 900 !important;
	color: #ffc107 !important;
	text-shadow: 0 2px 8px rgba(0, 0, 0, .32) !important;
	letter-spacing: .02em !important;
}

.vgoo-main-navbar .call-pill-two:hover,
.top-nav .call-pill-two:hover {
	transform: translateY(-2px) !important;
	border-color: #ffc107 !important;
	box-shadow: 0 16px 34px rgba(255, 193, 7, .22) !important;
}

@keyframes vgooPhonePulse {

	0%,
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 193, 7, .45)
	}

	50% {
		transform: scale(1.08);
		box-shadow: 0 0 0 9px rgba(255, 193, 7, 0)
	}
}

.dark-service {
	position: relative !important;
	overflow: hidden !important;
}

.dark-service:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 20%, rgba(255, 193, 7, .16), transparent 26%), radial-gradient(circle at 78% 45%, rgba(255, 255, 255, .08), transparent 28%);
	pointer-events: none;
}

.dark-service .container {
	position: relative;
	z-index: 1;
}

.dark-service .service-step {
	padding: 18px 12px !important;
	border-radius: 22px !important;
	transition: transform .35s ease, background .35s ease, box-shadow .35s ease !important;
}

.dark-service .service-step:hover {
	transform: translateY(-10px) !important;
	background: rgba(255, 255, 255, .08) !important;
	box-shadow: 0 18px 45px rgba(0, 0, 0, .18) !important;
}

.dark-service .service-step .icon-round {
	position: relative !important;
	transition: transform .35s ease, box-shadow .35s ease !important;
	animation: vgooIconFloat 3.2s ease-in-out infinite;
}

.dark-service .service-step:hover .icon-round {
	transform: scale(1.08) rotate(4deg) !important;
	box-shadow: 0 16px 35px rgba(255, 193, 7, .34) !important;
}

.dark-service .service-step h6 {
	min-height: 44px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-bottom: 8px !important;
	line-height: 1.2 !important;
}

.dark-service .service-step p {
	text-align: center !important;
	margin: 0 auto !important;
	max-width: 210px !important;
	line-height: 1.45 !important;
}

@keyframes vgooIconFloat {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-7px)
	}
}

.vgoo-home-features-last {
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
	position: relative !important;
	overflow: hidden !important;
}

.vgoo-home-features-last .icon-feature {
	height: 100% !important;
	padding: 24px 16px !important;
	border-radius: 24px !important;
	background: #fff !important;
	border: 1px solid rgba(8, 43, 103, .08) !important;
	box-shadow: 0 14px 36px rgba(0, 31, 80, .08) !important;
	transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease !important;
}

.vgoo-home-features-last .icon-feature:hover {
	transform: translateY(-10px) !important;
	border-color: rgba(255, 193, 7, .55) !important;
	box-shadow: 0 24px 55px rgba(0, 31, 80, .16) !important;
}

.vgoo-home-features-last .icon-feature .icon-round {
	transition: transform .35s ease, background .35s ease, color .35s ease !important;
	animation: vgooFeatureGlow 2.8s ease-in-out infinite;
}

.vgoo-home-features-last .icon-feature:hover .icon-round {
	background: #ffc107 !important;
	color: #062a61 !important;
	transform: scale(1.08) rotate(-4deg) !important;
}

.vgoo-home-features-last .icon-feature h6 {
	margin-bottom: 8px !important;
	line-height: 1.25 !important;
}

.vgoo-home-features-last .icon-feature p {
	text-align: center !important;
	margin: 0 !important;
	line-height: 1.45 !important;
}

@keyframes vgooFeatureGlow {

	0%,
	100% {
		box-shadow: 0 12px 28px rgba(0, 31, 80, .12)
	}

	50% {
		box-shadow: 0 18px 38px rgba(255, 193, 7, .28)
	}
}

@media(max-width:991px) {

	.vgoo-main-navbar .call-pill-two,
	.top-nav .call-pill-two {
		min-width: 160px !important;
	}

	.vgoo-main-navbar .call-pill-two small,
	.top-nav .call-pill-two small {
		font-size: 13px !important;
	}
}


/* VGOO requested premium updates */
.vgoo-travel-card-icon {
	width: 86px;
	height: 86px;
	object-fit: contain;
	filter: drop-shadow(0 12px 24px rgba(0, 31, 80, .22));
	animation: vgooFloatIcon 3s ease-in-out infinite;
	background: rgba(255, 255, 255, .92);
	border-radius: 22px;
	padding: 9px
}

.vgoo-tab-icon {
	width: 24px;
	height: 24px;
	object-fit: contain;
	margin-right: 8px;
	border-radius: 6px
}

.call-pill-two {
	min-width: auto !important;
	padding: 10px 16px !important;
	border-radius: 999px !important
}

.call-pill-two span {
	font-size: 14px !important;
	font-weight: 900 !important;
	color: #fff !important;
	line-height: 1 !important
}

.call-pill-two small,
.call-pill-two b {
	display: none !important
}

.counter-card {
	position: relative;
	overflow: hidden;
	min-height: 155px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .05)) !important;
	backdrop-filter: blur(12px);
	transition: .45s;
	box-shadow: 0 22px 45px rgba(0, 0, 0, .18)
}

.counter-card:before {
	content: "";
	position: absolute;
	inset: -60%;
	background: linear-gradient(120deg, transparent, rgba(255, 193, 7, .20), transparent);
	transform: translateX(-55%) rotate(15deg);
	transition: .7s
}

.counter-card:hover {
	transform: translateY(-12px) scale(1.02);
	border-color: rgba(255, 193, 7, .55) !important
}

.counter-card:hover:before {
	transform: translateX(55%) rotate(15deg)
}

.counter-card strong {
	animation: vgooPulse 2.2s infinite
}

.dark-service {
	background: linear-gradient(120deg, #001b44, #063878, #001b44) !important;
	position: relative;
	overflow: hidden
}

.dark-service:after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 20%, rgba(255, 193, 7, .18), transparent 30%), radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .12), transparent 30%);
	pointer-events: none
}

.dark-service .container {
	position: relative;
	z-index: 2
}

.about-value-card,
.premium-mini-card,
.service-premium-card,
.tour-mini-card,
.package-card {
	animation: vgooSoftRise .8s both
}

.flight-glass-card {
	display: none !important
}

.flight-premium-hero .col-lg-5 {
	display: none !important
}

.flight-premium-hero .col-lg-7 {
	width: 100% !important
}

.package-hero-new {
	min-height: 570px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	padding-top: 130px;
	color: #fff
}

.package-hero-new h1 {
	font-size: clamp(42px, 6vw, 78px);
	font-weight: 900;
	letter-spacing: -.05em
}

.package-hero-new p {
	max-width: 760px;
	color: #edf6ff;
	text-align: left;
	font-size: 18px
}

.nearby-box,
.vgoo-detail-card {
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 58px rgba(0, 31, 80, .12);
	border: 1px solid rgba(8, 43, 103, .08);
	padding: 28px;
	height: 100%;
	transition: .35s
}

.nearby-box {
	border-left: 6px solid var(--yellow);
	margin-top: 22px
}

.vgoo-detail-card:hover {
	transform: translateY(-9px);
	box-shadow: 0 28px 70px rgba(0, 31, 80, .18)
}

.vgoo-detail-card h4 {
	font-weight: 900;
	color: var(--navy2)
}

.vgoo-detail-card p,
.nearby-box p {
	text-align: left;
	margin: 0
}

.package-side-img,
.gallery-mini-img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 30px;
	box-shadow: 0 24px 60px rgba(0, 31, 80, .20);
	transition: .5s
}

.package-side-img:hover,
.gallery-mini-img:hover {
	transform: scale(1.03)
}

.gallery-mini-img {
	height: 260px
}

.input-group-text {
	font-weight: 900;
	color: var(--navy);
	background: #fff3c4;
	border-color: #e8eef7
}

@keyframes vgooFloatIcon {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}
}

@keyframes vgooPulse {

	0%,
	100% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.04)
	}
}

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

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

@media(max-width:991px) {
	.call-pill-two {
		margin-top: 12px
	}

	.package-hero-new {
		min-height: 470px;
		padding-top: 115px
	}

	.dark-service .counter-card {
		min-height: 135px
	}
}

/* VGOO update 2 premium refinements */
.call-pill-dual {
	white-space: nowrap;
	gap: 8px;
	padding: 11px 16px;
	font-size: 14px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .18)
}

.call-pill-dual span {
	letter-spacing: .2px;
	font-weight: 800
}

.package-actions .btn-vgoo,
.tour-card-btn {
	text-transform: none !important
}

.detail-hero-v2 {
	min-height: 560px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden
}

.detail-hero-v2:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 85% 20%, rgba(255, 193, 7, .35), transparent 25%), linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .25));
	animation: vgooHeroGlow 7s ease-in-out infinite alternate
}

.detail-hero-content {
	position: relative;
	max-width: 820px;
	color: #fff
}

.detail-hero-content h1 {
	font-size: clamp(38px, 6vw, 82px);
	font-weight: 900;
	line-height: 1.02;
	margin: 18px 0
}

.detail-hero-content p {
	font-size: 19px;
	max-width: 760px;
	color: rgba(255, 255, 255, .92)
}

.detail-hero-actions {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 28px
}

.floating-overlap {
	margin-top: -70px;
	position: relative;
	z-index: 3;
	padding-top: 0
}

.shine-info-card {
	height: 100%;
	background: rgba(255, 255, 255, .96);
	border-radius: 28px;
	padding: 30px;
	text-align: center;
	box-shadow: 0 24px 60px rgba(0, 29, 73, .16);
	border: 1px solid rgba(255, 255, 255, .8);
	transition: .35s
}

.shine-info-card:hover {
	transform: translateY(-12px) scale(1.02);
	box-shadow: 0 30px 80px rgba(0, 29, 73, .24)
}

.shine-info-card i {
	font-size: 34px;
	color: #ffc107;
	margin-bottom: 15px
}

.shine-info-card b {
	display: block;
	font-size: 28px;
	color: #082b58
}

.shine-info-card span {
	color: #63718a;
	font-weight: 600
}

.detail-main-img {
	width: 100%;
	height: 470px;
	object-fit: cover;
	border-radius: 34px;
	box-shadow: 0 30px 80px rgba(0, 35, 84, .22);
	transition: .5s
}

.detail-main-img:hover {
	transform: scale(1.025) rotate(.4deg)
}

.gradient-list-box,
.nearby-premium {
	background: linear-gradient(135deg, #ffffff, #f3f8ff);
	border: 1px solid rgba(4, 51, 104, .08);
	border-radius: 24px;
	padding: 24px;
	margin-top: 18px;
	box-shadow: 0 18px 45px rgba(0, 28, 74, .08)
}

.gradient-list-box h5,
.nearby-premium h3 {
	font-weight: 900;
	color: #0a3769
}

.premium-lift {
	transition: .35s;
	position: relative;
	overflow: hidden
}

.premium-lift:after {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .18);
	right: -40px;
	top: -40px
}

.premium-lift:hover {
	transform: translateY(-10px);
	box-shadow: 0 24px 60px rgba(0, 29, 73, .15)
}

.premium-package-card {
	transition: .4s
}

.premium-package-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 30px 75px rgba(0, 35, 84, .22)
}

.package-img img,
.gallery-mini-img {
	transition: .45s
}

.premium-package-card:hover .package-img img,
.gallery-mini-img:hover {
	transform: scale(1.06)
}

@keyframes vgooHeroGlow {
	from {
		filter: saturate(1)
	}

	to {
		filter: saturate(1.18) brightness(1.05)
	}
}

@media(max-width:991px) {
	.call-pill-dual {
		margin-top: 12px;
		display: inline-flex
	}

	.floating-overlap {
		margin-top: 0;
		padding-top: 60px
	}

	.detail-hero-v2 {
		min-height: 480px
	}

	.detail-main-img {
		height: 330px
	}
}

/* VGOO upgraded image-focused package pages */
.vgoo-package-hero {
	min-height: 68vh;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
	overflow: hidden
}

.vgoo-package-hero:after {
	content: "";
	position: absolute;
	inset: auto -80px -120px auto;
	width: 360px;
	height: 360px;
	background: #ffc107;
	border-radius: 50%;
	filter: blur(20px);
	opacity: .28
}

.vgoo-package-hero .container {
	position: relative;
	z-index: 2
}

.vgoo-package-hero h1 {
	font-size: clamp(36px, 6vw, 72px);
	font-weight: 900;
	max-width: 900px;
	line-height: 1.02
}

.vgoo-package-hero p {
	max-width: 650px;
	font-size: 18px;
	opacity: .95
}

.hero-pills {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 20px
}

.hero-pills span {
	background: rgba(255, 255, 255, .16);
	border: 1px solid rgba(255, 255, 255, .28);
	backdrop-filter: blur(8px);
	padding: 10px 16px;
	border-radius: 999px;
	font-weight: 700
}

.image-mosaic {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px
}

.mosaic-card {
	height: 260px;
	border-radius: 28px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 22px 55px rgba(0, 25, 70, .16)
}

.mosaic-card:nth-child(1),
.mosaic-card:nth-child(6) {
	grid-row: span 2;
	height: 538px
}

.mosaic-card img,
.place-img-tile img,
.wide-photo-strip img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .55s
}

.mosaic-card:hover img,
.place-img-tile:hover img,
.wide-photo-strip img:hover {
	transform: scale(1.08)
}

.mosaic-card span {
	position: absolute;
	left: 18px;
	bottom: 18px;
	background: rgba(255, 255, 255, .92);
	color: #06315f;
	padding: 9px 15px;
	border-radius: 999px;
	font-weight: 800
}

.glass-info-box,
.cta-panel {
	background: linear-gradient(145deg, #fff, #f4f9ff);
	border: 1px solid #dbe8f7;
	border-radius: 30px;
	padding: 34px;
	box-shadow: 0 20px 50px rgba(0, 34, 80, .10)
}

.mini-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 20px
}

.mini-list span {
	background: #fff;
	border-radius: 16px;
	padding: 13px;
	font-weight: 700;
	color: #07396c;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .06)
}

.place-image-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px
}

.place-img-tile {
	height: 210px;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 16px 40px rgba(0, 0, 0, .12)
}

.place-img-tile b {
	position: absolute;
	left: 14px;
	bottom: 14px;
	background: #ffc107;
	color: #052b55;
	padding: 8px 14px;
	border-radius: 999px
}

.img-service-card {
	text-align: center;
	min-height: 220px
}

.img-service-card i {
	font-size: 42px;
	color: #ffc107;
	background: #07396c;
	width: 82px;
	height: 82px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	margin-bottom: 18px
}

.wide-photo-strip {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 14px;
	height: 330px
}

.wide-photo-strip img {
	border-radius: 28px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, .14);
	overflow: hidden
}

.upgraded-package-page .section {
	overflow: hidden
}

@media(max-width:991px) {
	.image-mosaic {
		grid-template-columns: 1fr 1fr
	}

	.mosaic-card,
	.mosaic-card:nth-child(1),
	.mosaic-card:nth-child(6) {
		height: 240px;
		grid-row: auto
	}

	.wide-photo-strip {
		height: auto;
		grid-template-columns: 1fr
	}

	.wide-photo-strip img {
		height: 230px
	}

	.vgoo-package-hero {
		min-height: 58vh
	}
}

@media(max-width:575px) {

	.image-mosaic,
	.place-image-grid,
	.mini-list {
		grid-template-columns: 1fr
	}

	.vgoo-package-hero h1 {
		font-size: 36px
	}

	.glass-info-box,
	.cta-panel {
		padding: 22px
	}
}

/* Final user requested package redesign */
.temple-hero-motion:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 30%, rgba(255, 193, 7, .28), transparent 28%), radial-gradient(circle at 85% 70%, rgba(255, 255, 255, .18), transparent 25%);
	animation: vgooGlow 6s ease-in-out infinite alternate
}

.temple-split-section {
	background: linear-gradient(180deg, #fff, #f6fbff)
}

.temple-big-image {
	height: 520px;
	border-radius: 38px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 30px 75px rgba(2, 33, 75, .18);
	transform: rotate(-1deg)
}

.temple-big-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .7s
}

.temple-big-image:hover img {
	transform: scale(1.08)
}

.temple-big-image span {
	position: absolute;
	left: 22px;
	bottom: 22px;
	background: #ffc107;
	color: #062e5c;
	border-radius: 999px;
	padding: 11px 18px;
	font-weight: 900
}

.temple-content-card {
	background: #fff;
	border-radius: 34px;
	padding: 38px;
	border: 1px solid #dbe8f7;
	box-shadow: 0 25px 60px rgba(0, 38, 90, .10)
}

.seva-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-top: 22px
}

.seva-grid div {
	background: linear-gradient(145deg, #f5f9ff, #fff);
	border: 1px solid #e2ecf8;
	border-radius: 20px;
	padding: 16px;
	display: flex;
	gap: 10px;
	align-items: center;
	min-height: 74px;
	transition: .35s
}

.seva-grid div:hover {
	transform: translateY(-7px);
	box-shadow: 0 18px 35px rgba(0, 40, 90, .12)
}

.seva-grid i {
	color: #ffc107;
	background: #06315f;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.nearest-image-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px
}

.nearest-card {
	height: 260px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 22px 52px rgba(2, 31, 70, .15)
}

.nearest-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .65s
}

.nearest-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent, rgba(2, 22, 55, .82))
}

.nearest-card:hover img {
	transform: scale(1.12) rotate(1deg)
}

.nearest-card div {
	position: absolute;
	z-index: 2;
	left: 18px;
	right: 18px;
	bottom: 18px;
	color: #fff
}

.nearest-card span {
	display: block;
	font-weight: 900;
	font-size: 20px
}

.nearest-card small {
	background: #ffc107;
	color: #062e5c;
	padding: 6px 10px;
	border-radius: 999px;
	font-weight: 800
}

.temple-photo-row {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr;
	gap: 15px;
	align-items: stretch
}

.temple-photo-row img {
	height: 260px;
	width: 100%;
	object-fit: cover;
	border-radius: 28px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .12);
	transition: .45s
}

.temple-photo-row img:nth-child(1),
.temple-photo-row img:nth-child(5) {
	height: 330px
}

.temple-photo-row img:hover {
	transform: translateY(-10px) scale(1.03)
}

.stay-card p {
	display: none !important
}

.stay-card h5 {
	margin-bottom: 0 !important;
	font-size: 22px !important;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .35)
}

.airline-logo-card {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 12px
}

.airline-logo-card i {
	background: #ffc107;
	color: #06315f;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.image-mosaic {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px
}

.mosaic-card {
	height: 260px;
	border-radius: 28px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 22px 55px rgba(0, 25, 70, .16)
}

.mosaic-card:nth-child(1),
.mosaic-card:nth-child(6) {
	grid-row: span 2;
	height: 538px
}

.mosaic-card img,
.place-img-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .55s
}

.mosaic-card:hover img,
.place-img-tile:hover img {
	transform: scale(1.08)
}

.mosaic-card span,
.place-img-tile b {
	position: absolute;
	left: 18px;
	bottom: 18px;
	background: #fff;
	color: #06315f;
	padding: 9px 15px;
	border-radius: 999px;
	font-weight: 900
}

.glass-info-box,
.cta-panel {
	background: linear-gradient(145deg, #fff, #f4f9ff);
	border: 1px solid #dbe8f7;
	border-radius: 30px;
	padding: 34px;
	box-shadow: 0 20px 50px rgba(0, 34, 80, .10)
}

.place-image-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px
}

.place-img-tile {
	height: 220px;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 16px 40px rgba(0, 0, 0, .12)
}

@keyframes vgooGlow {
	from {
		opacity: .55;
		transform: scale(1)
	}

	to {
		opacity: 1;
		transform: scale(1.04)
	}
}

@media(max-width:991px) {

	.nearest-image-grid,
	.temple-photo-row {
		grid-template-columns: repeat(2, 1fr)
	}

	.temple-big-image {
		height: 380px
	}

	.image-mosaic {
		grid-template-columns: 1fr 1fr
	}

	.mosaic-card,
	.mosaic-card:nth-child(1),
	.mosaic-card:nth-child(6) {
		height: 240px;
		grid-row: auto
	}
}

@media(max-width:575px) {

	.nearest-image-grid,
	.temple-photo-row,
	.seva-grid,
	.image-mosaic,
	.place-image-grid {
		grid-template-columns: 1fr
	}

	.temple-content-card {
		padding: 24px
	}

	.temple-photo-row img,
	.temple-photo-row img:nth-child(1),
	.temple-photo-row img:nth-child(5) {
		height: 230px
	}
}


/* Services dropdown and service pages upgrade */
.service-menu-vgoo .dropdown-toggle::after {
	display: none !important;
}

.service-dropdown-menu {
	min-width: 310px;
	padding: 14px;
	border-radius: 0 0 22px 22px;
	border: 0;
	box-shadow: 0 22px 55px rgba(0, 20, 60, .18);
}

.service-dropdown-menu .dropdown-item {
	border-radius: 13px;
	font-weight: 800;
	color: #062a58;
	padding: 12px 14px;
}

.service-dropdown-menu .dropdown-item:hover {
	background: #ffc107;
	color: #062a58;
	transform: translateX(4px);
}

.service-dropdown-menu .dropdown-divider {
	opacity: .12;
	margin: 8px 0;
}

@media (min-width:992px) {
	.service-menu-vgoo:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}

	.service-menu-vgoo:hover>.nav-link {
		color: #ffc107 !important;
	}
}

.service-page-logo-mark {
	height: 86px;
	width: auto;
	margin-bottom: 14px;
	filter: drop-shadow(0 16px 22px rgba(0, 0, 0, .18));
}

.service-offered-card .service-card-name-only {
	min-height: 185px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.service-offered-card .service-card-name-only p {
	display: none !important;
}

.service-offered-card h3 {
	font-size: 1.25rem;
	margin: 0;
}

.service-offered-card b {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #ffc107;
	color: #062a58;
	padding: 11px 18px;
	border-radius: 999px;
}

.service-mini-cta {
	padding-top: 20px;
}

.mini-cta-box {
	background: linear-gradient(135deg, #052653, #074486);
	color: #fff;
	border-radius: 34px;
	padding: 42px;
	text-align: center;
	box-shadow: 0 24px 70px rgba(5, 38, 83, .22);
}

.mini-cta-box h2 {
	font-family: 'DM Serif Display', serif;
	font-size: clamp(28px, 4vw, 48px);
	margin-bottom: 20px;
}

.upgraded-services-hero {
	position: relative;
	overflow: hidden;
}

.upgraded-services-hero:after {
	content: "";
	position: absolute;
	right: -90px;
	top: -90px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .25);
	animation: floatGlow 4s ease-in-out infinite alternate;
}

.svc-detail-hero-new {
	min-height: 62vh;
	background: linear-gradient(90deg, rgba(5, 38, 83, .82), rgba(5, 38, 83, .35)), var(--svc-bg) center/cover no-repeat;
	display: flex;
	align-items: center;
	padding: 95px 0 70px;
}

.svc-detail-hero-card {
	max-width: 670px;
	background: rgba(255, 255, 255, .93);
	border-radius: 34px;
	padding: 38px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .24);
}

.svc-detail-logo {
	height: 62px;
	width: auto;
	margin-bottom: 12px;
}

.svc-icon-round {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffc107;
	color: #052653;
	font-size: 28px;
	margin-bottom: 14px;
}

.svc-detail-hero-card h1 {
	font-family: 'DM Serif Display', serif;
	color: #052653;
	font-size: clamp(34px, 5vw, 62px);
}

.svc-detail-hero-card p {
	font-size: 1.08rem;
	color: #4f6079;
}

.svc-large-image {
	border-radius: 34px;
	overflow: hidden;
	box-shadow: 0 30px 70px rgba(5, 38, 83, .18);
}

.svc-large-image img {
	width: 100%;
	height: 430px;
	object-fit: cover;
	transition: .6s;
}

.svc-large-image:hover img {
	transform: scale(1.08);
}

.related-service-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.related-service-pill {
	background: #fff;
	color: #052653;
	text-decoration: none;
	font-weight: 800;
	border-radius: 999px;
	padding: 14px 22px;
	box-shadow: 0 16px 40px rgba(5, 38, 83, .1);
	transition: .3s;
}

.related-service-pill i {
	color: #ffc107;
	margin-right: 8px;
}

.related-service-pill:hover {
	background: #ffc107;
	color: #052653;
	transform: translateY(-6px);
}

.related-service-pill:hover i {
	color: #052653;
}

@keyframes floatGlow {
	from {
		transform: translateY(0) scale(1)
	}

	to {
		transform: translateY(30px) scale(1.08)
	}
}


/* Final navbar service menu + phone fit fixes */
.vgoo-main-navbar .container-fluid {
	max-width: 100% !important;
	padding-left: 18px !important;
	padding-right: 18px !important;
	overflow: visible !important
}

.vgoo-nav-one-line {
	gap: 0 !important;
	flex-shrink: 1 !important;
	min-width: 0 !important
}

.vgoo-main-navbar .nav-link {
	margin: 0 2px !important;
	padding-left: 7px !important;
	padding-right: 7px !important;
	white-space: nowrap !important
}

.service-menu-vgoo .nav-link:after {
	display: none !important
}

.call-pill-dual {
	white-space: nowrap !important;
	flex-shrink: 0 !important;
	max-width: none !important;
	min-width: max-content !important;
	padding: 8px 10px !important;
	font-size: 12px !important;
	line-height: 1 !important;
	margin-left: 8px !important;
	border-radius: 16px !important
}

.call-pill-dual i {
	width: 34px !important;
	height: 34px !important;
	display: inline-grid !important;
	place-items: center !important;
	padding: 0 !important;
	flex: 0 0 34px !important;
	font-size: 15px !important
}

.call-pill-dual span {
	display: inline-block !important;
	white-space: nowrap !important;
	letter-spacing: 0 !important
}

.navbar-brand {
	margin-right: 18px !important;
	flex-shrink: 0 !important
}

.navbar-stamp-logo {
	width: 78px !important;
	height: 78px !important;
	max-height: 78px !important
}

.sticky-vgoo-navbar.scrolled .navbar-stamp-logo {
	width: 66px !important;
	height: 66px !important;
	max-height: 66px !important
}

@media (max-width:1280px) {
	.vgoo-main-navbar .nav-link {
		font-size: 12.5px !important;
		padding-left: 5px !important;
		padding-right: 5px !important
	}

	.call-pill-dual {
		font-size: 11.5px !important;
		padding: 7px 8px !important;
		margin-left: 6px !important
	}

	.call-pill-dual i {
		width: 31px !important;
		height: 31px !important;
		flex-basis: 31px !important
	}

	.navbar-stamp-logo {
		width: 70px !important;
		height: 70px !important;
		max-height: 70px !important
	}

	.navbar-brand {
		margin-right: 10px !important
	}
}

@media (max-width:1120px) {
	.navbar-expand-lg .navbar-toggler {
		display: block
	}

	.navbar-expand-lg .navbar-collapse {
		display: none !important
	}

	.navbar-expand-lg .navbar-collapse.show {
		display: block !important
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: column !important;
		align-items: flex-start !important
	}

	.call-pill-dual {
		margin-top: 12px !important;
		display: inline-flex !important
	}
}


/* Domestic / International package visual story redesign */
.visual-package-story {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #f7fbff 0%, #eef5ff 55%, #fff 100%)
}

.visual-package-story:before {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: rgba(255, 190, 0, .16);
	top: -120px;
	left: -120px;
	animation: vgooFloat 7s ease-in-out infinite
}

.visual-package-story:after {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: rgba(0, 64, 128, .10);
	right: -160px;
	bottom: -160px;
	animation: vgooFloat 9s ease-in-out infinite reverse
}

.story-card-wrap {
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, .74);
	border: 1px solid rgba(10, 50, 100, .10);
	border-radius: 34px;
	padding: 26px;
	box-shadow: 0 25px 70px rgba(7, 37, 82, .13);
	backdrop-filter: blur(12px)
}

.story-main-img {
	height: 430px;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 22px 45px rgba(0, 35, 80, .20);
	position: relative
}

.story-main-img img,
.story-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s ease
}

.story-main-img:hover img,
.story-thumb:hover img {
	transform: scale(1.09)
}

.story-main-img span {
	position: absolute;
	left: 22px;
	bottom: 22px;
	background: rgba(255, 255, 255, .92);
	color: #062a5d;
	padding: 12px 20px;
	border-radius: 999px;
	font-weight: 900;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .16)
}

.story-content h2 {
	font-family: 'DM Serif Display', 'Playfair Display', serif;
	color: #062a5d;
	font-size: clamp(30px, 4vw, 52px);
	line-height: 1.05;
	margin-bottom: 16px
}

.story-content p {
	color: #53647d;
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 20px
}

.story-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 24px 0
}

.story-points span {
	background: #fff;
	border-radius: 18px;
	padding: 14px 16px;
	font-weight: 800;
	color: #0a3269;
	box-shadow: 0 12px 28px rgba(12, 55, 105, .08);
	border: 1px solid rgba(13, 70, 130, .08)
}

.story-points i {
	color: #ffc20a;
	margin-right: 8px
}

.story-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 24px;
	position: relative;
	z-index: 2
}

.story-thumb {
	height: 170px;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 18px 36px rgba(6, 34, 80, .15)
}

.story-thumb b {
	position: absolute;
	left: 14px;
	bottom: 14px;
	background: rgba(2, 22, 55, .74);
	color: #fff;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 14px
}

.partner-logo-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(150px, 1fr));
	gap: 18px;
	padding: 10px 4px 20px;
	overflow: visible;
	align-items: center
}

.partner-logo-card {
	width: 100%;
	min-width: 0;
	height: 86px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid rgba(10, 44, 95, .08);
	box-shadow: 0 16px 36px rgba(4, 34, 80, .10);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	font-weight: 900;
	letter-spacing: -1px;
	transition: .35s ease
}

.partner-logo-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 22px 42px rgba(4, 34, 80, .18)
}

.partner-logo-card.goibibo {
	color: #f37021
}

.partner-logo-card.yatra {
	color: #d7202f
}

.partner-logo-card.emt {
	color: #1f9bd7
}

.partner-logo-card.akasa {
	color: #5b2a86
}

.partner-logo-card.booking {
	color: #003580
}

.partner-logo-card.indigo {
	color: #1b3584
}

.partner-logo-card.airindia {
	color: #b21f31
}

.partner-logo-card.emirates {
	color: #c7922b
}

@keyframes vgooFloat {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(28px)
	}
}

@media(max-width:991px) {
	.story-main-img {
		height: 310px
	}

	.story-points {
		grid-template-columns: 1fr
	}

	.story-thumbs {
		grid-template-columns: repeat(2, 1fr)
	}

	.story-thumb {
		height: 145px
	}
}

@media(max-width:767px) {
	.partner-logo-strip {
		grid-template-columns: repeat(2, minmax(130px, 1fr));
		gap: 14px
	}

	.partner-logo-card {
		height: 78px;
		font-size: 20px
	}
}

@media(max-width:575px) {
	.story-card-wrap {
		padding: 16px;
		border-radius: 24px
	}

	.story-thumbs {
		grid-template-columns: 1fr
	}

	.story-thumb {
		height: 190px
	}

	.partner-logo-strip {
		grid-template-columns: 1fr 1fr
	}

	.partner-logo-card {
		min-width: 0
	}
}


/* VGOO package split gallery update */
.package-split-gallery {
	background: linear-gradient(180deg, #fff 0%, #f4f8ff 100%);
	overflow: hidden
}

.split-intro {
	max-width: 680px;
	color: #5d6d86
}

.split-gallery-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px
}

.split-gallery-card {
	position: relative;
	min-height: 260px;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(6, 31, 74, .16);
	transform: translateY(0);
	transition: .45s ease;
	background: #06204a
}

.split-gallery-card:first-child {
	grid-column: span 2;
	min-height: 360px
}

.split-gallery-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: .65s ease
}

.split-gallery-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 35%, rgba(2, 20, 55, .78));
}

.split-gallery-card span {
	position: absolute;
	left: 22px;
	bottom: 20px;
	z-index: 2;
	background: #fff;
	color: #06204a;
	border-radius: 999px;
	padding: 11px 20px;
	font-weight: 800;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15)
}

.split-gallery-card:hover {
	transform: translateY(-10px)
}

.split-gallery-card:hover img {
	transform: scale(1.1)
}

.package-quick-plan-section {
	background: #eef5ff
}

.quick-plan-panel {
	border-radius: 34px;
	background: linear-gradient(135deg, #fff, #f8fbff);
	box-shadow: 0 22px 60px rgba(6, 31, 74, .13);
	padding: 42px;
	display: grid;
	grid-template-columns: 1.1fr 1.3fr auto;
	align-items: center;
	gap: 25px;
	border: 1px solid rgba(6, 31, 74, .08)
}

.quick-plan-panel h2 {
	font-family: Georgia, serif;
	color: #06204a;
	font-size: 38px;
	margin-bottom: 10px
}

.quick-plan-panel p {
	color: #5d6d86;
	margin: 0
}

.quick-plan-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px
}

.quick-plan-box {
	background: #fff;
	border-radius: 18px;
	padding: 16px 18px;
	box-shadow: 0 10px 25px rgba(6, 31, 74, .08);
	display: flex;
	gap: 12px;
	align-items: center;
	color: #06204a
}

.quick-plan-box i {
	color: #f9b500;
	font-size: 19px
}

.quick-plan-box b {
	font-weight: 800
}

@media(max-width:991px) {
	.split-gallery-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.split-gallery-card:first-child {
		grid-column: span 2
	}

	.quick-plan-panel {
		grid-template-columns: 1fr
	}

	.quick-plan-grid {
		grid-template-columns: 1fr 1fr
	}
}

@media(max-width:575px) {
	.split-gallery-grid {
		grid-template-columns: 1fr
	}

	.split-gallery-card:first-child {
		grid-column: span 1;
		min-height: 280px
	}

	.quick-plan-grid {
		grid-template-columns: 1fr
	}

	.quick-plan-panel {
		padding: 28px
	}

	.quick-plan-panel h2 {
		font-size: 30px
	}
}


/* User update: destination package details + nearest quick plan */
.destination-package-info {
	background: linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
	overflow: hidden;
	position: relative
}

.destination-package-info:before {
	content: "";
	position: absolute;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: rgba(255, 190, 18, .18);
	left: -90px;
	top: 40px;
	animation: vgooFloat 7s ease-in-out infinite
}

.destination-main-photo {
	position: relative;
	border-radius: 34px;
	overflow: hidden;
	box-shadow: 0 28px 70px rgba(3, 31, 70, .18);
	min-height: 430px;
	animation: vgooSoftUp 1.2s ease both
}

.destination-main-photo img {
	width: 100%;
	height: 430px;
	object-fit: cover;
	transition: transform .7s ease
}

.destination-main-photo:hover img {
	transform: scale(1.08)
}

.destination-main-photo span {
	position: absolute;
	left: 28px;
	bottom: 26px;
	background: #fff;
	color: #082b5f;
	border-radius: 999px;
	padding: 14px 24px;
	font-weight: 900;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .18)
}

.destination-lead {
	font-size: 1.05rem;
	line-height: 1.9;
	color: #5a6a83;
	margin-bottom: 18px
}

.package-check-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px
}

.package-check-list li {
	background: #fff;
	border: 1px solid #e5edf8;
	border-radius: 18px;
	padding: 14px 16px;
	font-weight: 800;
	color: #082b5f;
	box-shadow: 0 10px 30px rgba(3, 31, 70, .07);
	transition: .35s ease
}

.package-check-list li:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 40px rgba(3, 31, 70, .14)
}

.package-check-list i {
	color: #ffbc13;
	margin-right: 10px
}

.quick-nearest-plan {
	position: relative;
	overflow: hidden
}

.vgoo-near-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px
}

.vgoo-near-card {
	position: relative;
	border-radius: 26px;
	overflow: hidden;
	min-height: 260px;
	box-shadow: 0 20px 55px rgba(3, 31, 70, .16);
	background: #082b5f;
	animation: vgooSoftUp 1s ease both
}

.vgoo-near-card img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	transition: transform .7s ease;
	filter: saturate(1.08)
}

.vgoo-near-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(4, 24, 57, .82) 100%)
}

.vgoo-near-card h5 {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	z-index: 2;
	margin: 0;
	background: #fff;
	color: #082b5f;
	border-radius: 999px;
	padding: 12px 16px;
	text-align: center;
	font-weight: 900;
	font-size: 1rem
}

.vgoo-near-card:hover img {
	transform: scale(1.12)
}

.vgoo-near-card:hover {
	transform: translateY(-8px)
}

@keyframes vgooSoftUp {
	from {
		opacity: 0;
		transform: translateY(28px)
	}

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

@keyframes vgooFloat {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-24px)
	}
}

@media(max-width:991px) {
	.vgoo-near-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.destination-main-photo,
	.destination-main-photo img {
		min-height: 330px;
		height: 330px
	}

	.package-check-list {
		grid-template-columns: 1fr
	}
}

@media(max-width:575px) {
	.vgoo-near-grid {
		grid-template-columns: 1fr
	}

	.vgoo-near-card,
	.vgoo-near-card img {
		min-height: 230px;
		height: 230px
	}
}

.about-photo-stack .about-main-img {
	box-shadow: 0 26px 70px rgba(3, 31, 70, .16)
}


/* About page mini cards alignment fix */
.about-intro-section .row.g-3.mt-3 {
	align-items: stretch !important;
}

.about-intro-section .row.g-3.mt-3>[class*="col-"] {
	display: flex !important;
}

.about-intro-section .premium-mini-card {
	width: 100% !important;
	min-height: 188px !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	padding: 30px 28px !important;
	border-radius: 26px !important;
	box-shadow: 0 18px 46px rgba(0, 31, 80, .10) !important;
}

.about-intro-section .premium-mini-card i {
	display: none !important;
}

.about-intro-section .premium-mini-card h6 {
	font-size: 18px !important;
	margin-bottom: 10px !important;
}

.about-intro-section .premium-mini-card p {
	font-size: 15px !important;
	line-height: 1.65 !important;
	margin: 0 !important;
}

@media(max-width:575px) {
	.about-intro-section .premium-mini-card {
		min-height: auto !important;
	}
}


/* Temple detail information sections added */
.temple-info-seva-section {
	background: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
}

.temple-info-lead {
	max-width: 920px;
	margin: 0 auto;
	color: #59687d;
	font-size: 1.04rem;
	line-height: 1.85;
}

.temple-info-box {
	background: #f8fbff;
	border: 1px solid #dbe9f8;
	border-radius: 24px;
	padding: 30px;
	box-shadow: 0 18px 50px rgba(0, 31, 84, .08);
}

.temple-info-box h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	color: #08214a;
	margin-bottom: 18px;
}

.temple-info-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 13px;
}

.temple-info-box li {
	position: relative;
	padding-left: 30px;
	color: #26364d;
	font-weight: 600;
	line-height: 1.55;
}

.temple-info-box li:before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffc107;
	color: #08214a;
	text-align: center;
	font-size: .78rem;
	font-weight: 900;
	line-height: 20px;
}


/* Package detail readability + section order polish */
.vgoo-package-hero {
	min-height: 64vh;
	padding: 150px 0 90px;
	align-items: center;
	isolation: isolate;
}

.vgoo-package-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(2, 18, 45, .94) 0%, rgba(2, 18, 45, .78) 42%, rgba(2, 18, 45, .48) 72%, rgba(2, 18, 45, .34) 100%);
	z-index: 1;
}

.vgoo-package-hero:after {
	z-index: 1;
}

.vgoo-package-hero .container {
	position: relative;
	z-index: 3;
}

.vgoo-package-hero h1 {
	color: #fff !important;
	text-shadow: 0 4px 18px rgba(0, 0, 0, .65);
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.08;
	margin: 12px 0 14px;
	max-width: 880px;
	overflow: visible;
}

.vgoo-package-hero p {
	color: #f4f8ff !important;
	opacity: 1 !important;
	text-shadow: 0 3px 12px rgba(0, 0, 0, .62);
	font-weight: 600;
	max-width: 760px;
}

.vgoo-package-hero .hero-pills span {
	color: #fff !important;
	background: rgba(255, 255, 255, .20);
	border-color: rgba(255, 255, 255, .48);
	box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
}

.vgoo-package-hero .btn-vgoo {
	box-shadow: 0 12px 26px rgba(0, 0, 0, .28);
}

.temple-info-seva-section+.nearest-destination-section {
	padding-top: 65px;
}

@media(max-width:575px) {
	.vgoo-package-hero {
		padding: 120px 0 58px;
		min-height: 58vh;
	}

	.vgoo-package-hero h1 {
		font-size: 32px;
		line-height: 1.12;
	}

	.vgoo-package-hero p {
		font-size: 15px;
		line-height: 1.7;
	}
}

/* Final corrections: contact number layout, proper flight icon, compact explore-card spacing */
.call-pill-dual span {
	white-space: nowrap;
}

.vgoo-booking-tabs .tab-btn i {
	font-size: 15px;
	vertical-align: middle;
}

.tour-mini-card h5 {
	bottom: 64px !important;
}

.tour-mini-card p {
	bottom: 43px !important;
	line-height: 1.25 !important;
}

.tour-card-btn {
	bottom: 16px !important;
}

@media(max-width:575px) {
	.tour-mini-card h5 {
		bottom: 62px !important;
		font-size: 19px !important
	}

	.tour-card-btn {
		bottom: 14px !important
	}
}

/* VGOO clickable header/footer contact fixes */
.call-pill-dual {
	cursor: default !important;
}

.call-pill-dual span a {
	display: inline !important;
	color: #fff !important;
	text-decoration: none !important;
	margin: 0 !important;
	font: inherit !important;
	line-height: 1 !important;
}

.call-pill-dual span a:hover {
	color: var(--yellow) !important;
}

.call-pill-dual span b {
	color: #fff;
	opacity: .85;
	margin: 0 2px;
}

.site-footer .footer-contact-row {
	display: flex !important;
	align-items: flex-start !important;
	gap: 8px !important;
	margin: 8px 0 !important;
	color: #dbe8ff !important;
	text-align: left !important;
	line-height: 1.65 !important;
}

.site-footer .footer-contact-row i {
	width: 16px !important;
	min-width: 16px !important;
	margin-top: 4px !important;
	text-align: center !important;
}

.site-footer .footer-contact-row span {
	display: block !important;
	flex: 1 !important;
	min-width: 0 !important;
}

.site-footer .footer-contact-row a {
	display: inline !important;
	margin: 0 !important;
	color: #dbe8ff !important;
	text-decoration: none !important;
	font-size: 14px !important;
}

.site-footer .footer-contact-row a:hover {
	color: var(--yellow) !important;
}

.site-footer .footer-address-line {
	margin: 8px 0 !important;
	text-align: left !important;
	color: #dbe8ff !important;
}

.site-footer .footer-email-line {
	display: flex !important;
}


/* VGOO final contact/click fixes */
.call-pill a,
.footer-phone-line a,
.footer-email-line,
.contact-info-card a {
	position: relative;
	z-index: 5;
	pointer-events: auto !important;
	text-decoration: none !important;
}

.call-pill a:hover,
.footer-phone-line a:hover,
.footer-email-line:hover,
.contact-info-card a:hover {
	color: #ffc107 !important;
}

.footer-address-line {
	display: flex !important;
	align-items: flex-start !important;
	gap: 9px !important;
}

.footer-address-line i {
	flex: 0 0 18px !important;
	margin-top: 4px !important;
}

.footer-address-line span {
	display: block !important;
	line-height: 1.55 !important;
}

.contact-form-card .input-group {
	flex-wrap: nowrap !important;
	width: 100% !important;
}

.contact-form-card .input-group-text {
	flex: 0 0 50px !important;
	min-width: 50px !important;
	justify-content: center !important;
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.contact-form-card .vgoo-phone-input {
	min-width: 0 !important;
	width: 1% !important;
	flex: 1 1 auto !important;
	font-size: 15px !important;
	padding-left: 12px !important;
	padding-right: 10px !important;
}

.contact-form-card .vgoo-phone-input::placeholder {
	font-size: 15px !important;
	opacity: .72 !important;
}

@media(max-width:575px) {
	.contact-form-card .input-group-text {
		flex-basis: 48px !important;
		min-width: 48px !important
	}

	.contact-form-card .vgoo-phone-input {
		font-size: 14px !important
	}

	.contact-form-card .vgoo-phone-input::placeholder {
		font-size: 14px !important
	}
}


/* Contact page attractive equal form and map update */
.contact-split-section {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #f9fbff 0%, #eef7ff 100%) !important;
}

.contact-split-section:before {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .18);
	right: -150px;
	top: 40px;
	filter: blur(2px);
}

.contact-split-section:after {
	content: "";
	position: absolute;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: rgba(6, 72, 145, .10);
	left: -90px;
	bottom: 30px;
}

.contact-split-section .container {
	position: relative;
	z-index: 2;
}

.contact-lead {
	max-width: 760px;
	text-align: center !important;
	color: #5d6f86;
	margin-bottom: 0;
}

.contact-equal-row {
	align-items: stretch !important;
}

.contact-equal-row>[class*="col-"] {
	display: flex;
}

.contact-equal-box {
	width: 100%;
	min-height: 560px;
	height: 100%;
}

.map-card.contact-equal-box {
	overflow: hidden;
	padding: 10px;
	background: #fff;
	border: 1px solid rgba(255, 193, 7, .35);
	box-shadow: 0 28px 75px rgba(3, 27, 64, .14);
}

.map-card.contact-equal-box iframe {
	width: 100% !important;
	height: 100% !important;
	min-height: 540px !important;
	border: 0;
	border-radius: 22px;
	display: block;
}

.contact-form-card.contact-equal-box {
	padding: 38px;
	background: linear-gradient(145deg, #ffffff 0%, #f7fbff 100%);
	border: 1px solid rgba(255, 193, 7, .35);
	box-shadow: 0 28px 75px rgba(3, 27, 64, .14);
	position: relative;
	overflow: hidden;
}

.contact-form-card.contact-equal-box:before {
	content: "";
	position: absolute;
	right: -55px;
	top: -55px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .22);
}

.contact-form-card.contact-equal-box>* {
	position: relative;
	z-index: 1;
}

.contact-form-card.contact-equal-box .section-title {
	font-size: clamp(28px, 3vw, 38px);
	margin-bottom: 8px;
}

.contact-form-subtitle {
	text-align: left !important;
	color: #65758c;
	margin-bottom: 22px;
}

.contact-form-card.contact-equal-box .form-control,
.contact-form-card.contact-equal-box .form-select,
.contact-form-card.contact-equal-box .input-group-text {
	border-radius: 15px;
	border: 1px solid #dbe8f5;
	background: #fff;
	box-shadow: 0 8px 22px rgba(3, 27, 64, .04);
}

.contact-form-card.contact-equal-box textarea.form-control {
	min-height: 135px;
	resize: none;
}

.contact-form-card.contact-equal-box .btn-vgoo {
	padding: 15px 24px;
	border-radius: 16px;
	font-size: 16px;
}

.contact-info-card {
	border-bottom: 5px solid var(--yellow) !important;
}

.contact-info-card a {
	display: block !important;
	color: var(--navy) !important;
	font-weight: 800;
	margin: 6px 0 !important;
}

.contact-info-card p {
	text-align: center !important;
	margin: 0;
	color: #526174;
}

@media(max-width:991px) {
	.contact-equal-box {
		min-height: auto
	}

	.map-card.contact-equal-box iframe {
		min-height: 420px !important
	}

	.contact-form-card.contact-equal-box {
		padding: 28px
	}
}

@media(max-width:575px) {
	.contact-form-card.contact-equal-box {
		padding: 22px
	}

	.map-card.contact-equal-box iframe {
		min-height: 360px !important
	}

	.contact-lead {
		font-size: 14px
	}
}

/* Header logo/contact + services dropdown final adjustment */
.navbar-brand {
	display: flex !important;
	align-items: center !important;
	min-width: 86px;
}

.navbar-brand .header-white-logo,
.navbar-brand img.header-white-logo {
	width: 82px !important;
	height: 74px !important;
	max-height: 74px !important;
	object-fit: contain !important;
	background: #fff !important;
	border-radius: 10px !important;
	padding: 4px !important;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .18) !important;
}

.call-pill-dual {
	font-weight: 500 !important;
	white-space: nowrap;
	min-width: auto !important;
}

.call-pill-dual a {
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 500 !important;
}

.call-pill-dual a:hover {
	color: #ffc107 !important;
}

.call-pill-dual .phone-separator {
	font-weight: 500 !important;
	color: #ffc107 !important;
	margin: 0 2px;
}

.services-dropdown-menu {
	min-width: 330px !important;
	padding: 12px !important;
	border-radius: 18px !important;
}

.services-dropdown-menu .dropdown-item {
	display: flex !important;
	align-items: center !important;
	gap: 4px !important;
	white-space: normal !important;
	line-height: 1.35 !important;
}

@media(min-width:992px) {
	.service-menu-vgoo:hover>.dropdown-menu {
		display: block;
		margin-top: 0;
	}
}

@media(max-width:991px) {

	.navbar-brand .header-white-logo,
	.navbar-brand img.header-white-logo {
		width: 72px !important;
		height: 66px !important;
		max-height: 66px !important;
	}

	.call-pill-dual {
		white-space: normal;
		align-items: flex-start;
	}

	.services-dropdown-menu {
		min-width: 100% !important;
		max-height: 330px !important;
		overflow-y: auto;
	}
}

.services-page-hero.upgraded-services-hero {
	background: linear-gradient(135deg, rgba(5, 38, 83, .94), rgba(7, 75, 152, .78)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85') center/cover no-repeat !important;
}

.service-card-premium.service-offered-card {
	isolation: isolate;
}

.service-card-premium.service-offered-card:after {
	content: "";
	position: absolute;
	right: -50px;
	bottom: -50px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .18);
	z-index: -1;
	transition: .35s;
}

.service-card-premium.service-offered-card:hover:after {
	transform: scale(1.7);
}


/* VGOO final header/service fixes */
.top-nav .container-fluid {
	max-width: 100%;
}

.vgoo-main-navbar .navbar-brand {
	flex: 0 0 auto;
}

.header-white-logo.navbar-stamp-logo {
	width: 82px !important;
	height: 82px !important;
	max-height: 82px !important;
	object-fit: contain !important;
	transform: none !important;
	transition: none !important;
}

.sticky-vgoo-navbar.scrolled .header-white-logo.navbar-stamp-logo,
.top-nav.scrolled .header-white-logo.navbar-stamp-logo,
.navbar.scrolled .header-white-logo.navbar-stamp-logo {
	width: 82px !important;
	height: 82px !important;
	max-height: 82px !important;
	transform: none !important;
}

.vgoo-nav-one-line {
	gap: 2px !important;
	white-space: nowrap;
}

.vgoo-nav-one-line .nav-link {
	font-size: 15.5px !important;
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.call-pill-dual {
	flex: 0 0 auto;
	min-width: 0 !important;
	max-width: 360px !important;
	padding: 9px 14px !important;
	border-radius: 18px !important;
	gap: 9px !important;
	white-space: nowrap !important;
	overflow: visible !important;
}

.call-pill-dual i {
	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	font-size: 17px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.call-pill-dual span {
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px !important;
	font-size: 13.5px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

.call-pill-dual a {
	font-size: 13.5px !important;
	font-weight: 600 !important;
	white-space: nowrap !important;
	text-decoration: none !important;
}

.phone-separator {
	font-weight: 500 !important;
	opacity: .9;
}

.services-dropdown-menu .dropdown-item {
	padding: 13px 20px !important;
	font-weight: 700 !important;
}

.services-dropdown-menu .dropdown-item i {
	display: none !important;
}

@media (max-width:1399px) {
	.vgoo-nav-one-line .nav-link {
		font-size: 14px !important;
		padding-left: 6px !important;
		padding-right: 6px !important
	}

	.call-pill-dual {
		max-width: 315px !important;
		padding: 8px 11px !important
	}

	.call-pill-dual a,
	.call-pill-dual span {
		font-size: 12.5px !important
	}

	.header-white-logo.navbar-stamp-logo {
		width: 74px !important;
		height: 74px !important;
		max-height: 74px !important
	}
}

@media (max-width:1199px) {
	.top-nav .container-fluid {
		padding-left: 16px !important;
		padding-right: 16px !important
	}

	.call-pill-dual {
		margin-top: 12px !important;
		width: max-content !important;
		max-width: 100% !important
	}

	.vgoo-nav-one-line {
		white-space: normal !important
	}

	.header-white-logo.navbar-stamp-logo {
		width: 70px !important;
		height: 70px !important;
		max-height: 70px !important
	}
}

.vgoo-service-body .svc-detail-hero-new {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: center;
	padding: 130px 0 80px;
	background: linear-gradient(135deg, #052653 0%, #073b76 48%, #ffc107 150%);
	overflow: hidden;
}

.vgoo-service-body .svc-detail-hero-new:before {
	content: "";
	position: absolute;
	inset: auto -8% -35% auto;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .18);
	filter: blur(2px);
}

.vgoo-service-body .svc-detail-hero-new:after {
	content: "";
	position: absolute;
	inset: 90px 8% auto auto;
	width: 180px;
	height: 180px;
	border: 22px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
}

.vgoo-service-body .svc-detail-hero-card {
	position: relative;
	z-index: 2;
	max-width: 760px;
	margin: 0;
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	color: #fff !important;
	text-align: left !important;
}

.vgoo-service-body .svc-detail-hero-card h1 {
	color: #fff !important;
	font-size: clamp(40px, 6vw, 76px) !important;
	line-height: 1.02 !important;
	margin-bottom: 18px !important;
}

.vgoo-service-body .svc-detail-hero-card p {
	color: rgba(255, 255, 255, .88) !important;
	max-width: 680px;
	font-size: 1.15rem !important;
	line-height: 1.8 !important;
}

.vgoo-service-body .svc-detail-hero-card .btn-vgoo {
	margin-top: 12px;
	box-shadow: 0 18px 35px rgba(0, 0, 0, .22);
}

.vgoo-service-body .svc-icon-round,
.vgoo-service-body .service-hero-icon {
	display: none !important;
}

.svc-large-image {
	border-radius: 28px !important;
}

.svc-heading {
	color: #052653;
}


/* Final user fixes: fixed header logo size + redesigned home services section */
.top-nav .navbar-brand,
.sticky-vgoo-navbar .navbar-brand {
	display: flex !important;
	align-items: center !important;
	min-width: 98px !important;
	height: 96px !important;
	margin-right: 22px !important;
	overflow: visible !important;
}

.top-nav .navbar-brand img.header-white-logo.navbar-stamp-logo,
.sticky-vgoo-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
.top-nav.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
.sticky-vgoo-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
.navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo {
	width: 94px !important;
	height: 94px !important;
	max-width: 94px !important;
	max-height: 94px !important;
	min-width: 94px !important;
	min-height: 94px !important;
	object-fit: contain !important;
	transform: none !important;
	transition: none !important;
	animation: none !important;
	filter: none !important;
}

.top-nav.scrolled .navbar-brand,
.sticky-vgoo-navbar.scrolled .navbar-brand {
	height: 96px !important;
	min-width: 98px !important;
}

@media(max-width:1399px) {

	.top-nav .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.top-nav.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo {
		width: 94px !important;
		height: 94px !important;
		max-width: 94px !important;
		max-height: 94px !important;
	}
}

@media(max-width:991px) {

	.top-nav .navbar-brand,
	.sticky-vgoo-navbar .navbar-brand {
		height: 78px !important;
		min-width: 78px !important
	}

	.top-nav .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.top-nav.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo {
		width: 74px !important;
		height: 74px !important;
		max-width: 74px !important;
		max-height: 74px !important;
		min-width: 74px !important;
		min-height: 74px !important;
	}
}

.home-services-unique-section {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 46%, #fff8df 100%);
}

.home-services-unique-section:before {
	content: "";
	position: absolute;
	right: -120px;
	top: 40px;
	width: 330px;
	height: 330px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .22);
	filter: blur(4px);
}

.home-services-unique-section:after {
	content: "";
	position: absolute;
	left: -90px;
	bottom: -100px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: rgba(6, 42, 97, .10);
}

.home-services-unique-section .container {
	position: relative;
	z-index: 2;
}

.service-intro-panel {
	background: #fff;
	border-radius: 34px;
	padding: 38px;
	box-shadow: 0 24px 65px rgba(4, 35, 83, .12);
	border: 1px solid rgba(6, 42, 97, .08);
	position: sticky;
	top: 125px;
}

.service-intro-panel .section-title {
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1;
}

.service-intro-panel p {
	text-align: left;
	margin: 18px 0 26px;
	color: #526174;
}

.home-service-unique-grid {
	display: grid;
	grid-template-columns: 1.15fr 1fr 1fr;
	grid-auto-rows: 250px;
	gap: 20px;
}

.service-unique-card {
	position: relative;
	display: block;
	border-radius: 28px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 22px 55px rgba(3, 31, 74, .16);
	background: #062a61;
	isolation: isolate;
}

.service-unique-card-large {
	grid-row: span 2;
}

.service-unique-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .65s ease;
}

.service-unique-card:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 20, 55, .06), rgba(0, 22, 58, .88));
	z-index: 1;
}

.service-unique-card:after {
	content: "";
	position: absolute;
	right: -40px;
	top: -40px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .92);
	z-index: 1;
	transition: .45s ease;
}

.service-unique-content {
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 20px;
	z-index: 2;
}

.service-unique-content span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #ffc107;
	color: #062a61;
	font-weight: 900;
	margin-bottom: 12px;
	box-shadow: 0 10px 25px rgba(255, 193, 7, .35);
}

.service-unique-content h5 {
	font-weight: 900;
	margin-bottom: 8px;
	color: #fff;
	font-size: 20px;
}

.service-unique-content p {
	color: rgba(255, 255, 255, .88);
	text-align: left;
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
}

.service-unique-card:hover {
	color: #fff;
	transform: translateY(-8px);
}

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

.service-unique-card:hover:after {
	transform: scale(1.28);
	background: #fff;
}

@media(max-width:991px) {
	.service-intro-panel {
		position: relative;
		top: auto
	}

	.home-service-unique-grid {
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: 230px
	}

	.service-unique-card-large {
		grid-row: span 1;
	}
}

@media(max-width:575px) {
	.home-service-unique-grid {
		grid-template-columns: 1fr;
		grid-auto-rows: 245px
	}

	.service-intro-panel {
		padding: 26px;
		border-radius: 26px
	}

	.service-unique-card {
		border-radius: 24px
	}
}

/* === FINAL ABSOLUTE HEADER LOGO SIZE LOCK ===
   Keep VGOO header logo exactly same size before and after scrolling. */
html body nav.top-nav,
html body nav.top-nav.sticky-vgoo-navbar,
html body nav.top-nav.vgoo-main-navbar,
html body nav.top-nav.scrolled,
html body nav.top-nav.sticky-vgoo-navbar.scrolled,
html body nav.top-nav.vgoo-main-navbar.scrolled {
	min-height: 110px !important;
	height: 110px !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	transition: none !important;
	transform: none !important;
}

html body nav.top-nav>.container,
html body nav.top-nav .container,
html body nav.top-nav .navbar {
	min-height: 110px !important;
	height: 110px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	display: flex !important;
	align-items: center !important;
	transition: none !important;
	transform: none !important;
}

html body nav.top-nav .navbar-brand,
html body nav.top-nav.scrolled .navbar-brand,
html body nav.top-nav.sticky-vgoo-navbar.scrolled .navbar-brand,
html body nav.top-nav.vgoo-main-navbar.scrolled .navbar-brand {
	width: 118px !important;
	min-width: 118px !important;
	max-width: 118px !important;
	flex: 0 0 118px !important;
	height: 96px !important;
	min-height: 96px !important;
	max-height: 96px !important;
	padding: 0 !important;
	margin-right: 34px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
	transition: none !important;
	transform: none !important;
}

html body nav.top-nav .navbar-brand img,
html body nav.top-nav .navbar-brand .navbar-stamp-logo,
html body nav.top-nav.scrolled .navbar-brand img,
html body nav.top-nav.sticky-vgoo-navbar.scrolled .navbar-brand img,
html body nav.top-nav.vgoo-main-navbar.scrolled .navbar-brand img,
html body body.scrolled nav.top-nav .navbar-brand img,
html body .navbar-shrink .navbar-brand img {
	width: 92px !important;
	min-width: 92px !important;
	max-width: 92px !important;
	height: 92px !important;
	min-height: 92px !important;
	max-height: 92px !important;
	object-fit: contain !important;
	display: block !important;
	filter: none !important;
	background: transparent !important;
	transition: none !important;
	transform: none !important;
	zoom: 1 !important;
}

@media(max-width:991px) {

	html body nav.top-nav,
	html body nav.top-nav.sticky-vgoo-navbar,
	html body nav.top-nav.vgoo-main-navbar,
	html body nav.top-nav.scrolled,
	html body nav.top-nav.sticky-vgoo-navbar.scrolled,
	html body nav.top-nav.vgoo-main-navbar.scrolled {
		height: auto !important;
		min-height: 92px !important;
		padding: 7px 0 !important;
	}

	html body nav.top-nav .container {
		height: auto !important;
		min-height: 78px !important;
	}

	html body nav.top-nav .navbar-brand {
		width: 112px !important;
		min-width: 112px !important;
		max-width: 112px !important;
		flex: 0 0 112px !important;
		height: 84px !important;
		max-height: 84px !important;
		margin-right: 12px !important;
	}

	html body nav.top-nav .navbar-brand img {
		width: 80px !important;
		min-width: 80px !important;
		max-width: 80px !important;
		height: 80px !important;
		min-height: 80px !important;
		max-height: 80px !important;
	}
}

/* =========================================================
   FINAL HEADER LOGO POSITION + SIZE FIX
   Logo moved slightly right near Home menu, kept large and
   locked to the same size while scrolling on every page.
   ========================================================= */
.top-nav.sticky-vgoo-navbar,
.top-nav.scrolled,
.top-nav.sticky-vgoo-navbar.scrolled,
.vgoo-main-navbar,
.vgoo-main-navbar.scrolled {
	min-height: 112px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	overflow: visible !important;
}

.top-nav .container-fluid,
.vgoo-main-navbar .container-fluid {
	min-height: 96px !important;
	display: flex !important;
	align-items: center !important;
	overflow: visible !important;
}

.top-nav .navbar-brand,
.sticky-vgoo-navbar .navbar-brand,
.vgoo-main-navbar .navbar-brand,
.top-nav.scrolled .navbar-brand,
.sticky-vgoo-navbar.scrolled .navbar-brand,
.vgoo-main-navbar.scrolled .navbar-brand {
	width: 150px !important;
	min-width: 150px !important;
	flex: 0 0 150px !important;
	height: 100px !important;
	min-height: 100px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-left: clamp(42px, 5vw, 92px) !important;
	margin-right: 28px !important;
	padding: 0 !important;
	overflow: visible !important;
	transform: none !important;
	transition: none !important;
}

.top-nav .navbar-brand img.header-white-logo.navbar-stamp-logo,
.sticky-vgoo-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
.vgoo-main-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
.top-nav.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
.sticky-vgoo-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
.vgoo-main-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
.navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
body.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
.navbar-shrink .navbar-brand img.header-white-logo.navbar-stamp-logo {
	width: 136px !important;
	min-width: 136px !important;
	max-width: 136px !important;
	height: 96px !important;
	min-height: 96px !important;
	max-height: 96px !important;
	object-fit: contain !important;
	object-position: center !important;
	display: block !important;
	transform: none !important;
	transition: none !important;
	animation: none !important;
	filter: none !important;
}

@media (max-width:1399px) {

	.top-nav .navbar-brand,
	.sticky-vgoo-navbar .navbar-brand,
	.vgoo-main-navbar .navbar-brand,
	.top-nav.scrolled .navbar-brand,
	.sticky-vgoo-navbar.scrolled .navbar-brand,
	.vgoo-main-navbar.scrolled .navbar-brand {
		margin-left: 34px !important;
		margin-right: 16px !important;
		width: 130px !important;
		min-width: 130px !important;
		flex-basis: 130px !important;
		height: 94px !important;
		min-height: 94px !important;
	}

	.top-nav .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.vgoo-main-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.top-nav.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.vgoo-main-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo {
		width: 122px !important;
		min-width: 122px !important;
		max-width: 122px !important;
		height: 88px !important;
		min-height: 88px !important;
		max-height: 88px !important;
	}
}

@media (max-width:1199px) {

	.top-nav .navbar-brand,
	.sticky-vgoo-navbar .navbar-brand,
	.vgoo-main-navbar .navbar-brand,
	.top-nav.scrolled .navbar-brand,
	.sticky-vgoo-navbar.scrolled .navbar-brand,
	.vgoo-main-navbar.scrolled .navbar-brand {
		margin-left: 14px !important;
		margin-right: 12px !important;
		width: 108px !important;
		min-width: 108px !important;
		flex-basis: 108px !important;
		height: 86px !important;
		min-height: 86px !important;
	}

	.top-nav .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.vgoo-main-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.top-nav.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.vgoo-main-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo {
		width: 100px !important;
		min-width: 100px !important;
		max-width: 100px !important;
		height: 80px !important;
		min-height: 80px !important;
		max-height: 80px !important;
	}
}

@media (max-width:991px) {

	.top-nav.sticky-vgoo-navbar,
	.top-nav.scrolled,
	.top-nav.sticky-vgoo-navbar.scrolled,
	.vgoo-main-navbar,
	.vgoo-main-navbar.scrolled {
		min-height: 90px !important;
	}

	.top-nav .navbar-brand,
	.sticky-vgoo-navbar .navbar-brand,
	.vgoo-main-navbar .navbar-brand,
	.top-nav.scrolled .navbar-brand,
	.sticky-vgoo-navbar.scrolled .navbar-brand,
	.vgoo-main-navbar.scrolled .navbar-brand {
		margin-left: 8px !important;
		margin-right: 10px !important;
		width: 92px !important;
		min-width: 92px !important;
		flex-basis: 92px !important;
		height: 78px !important;
		min-height: 78px !important;
	}

	.top-nav .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.vgoo-main-navbar .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.top-nav.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.sticky-vgoo-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo,
	.vgoo-main-navbar.scrolled .navbar-brand img.header-white-logo.navbar-stamp-logo {
		width: 84px !important;
		min-width: 84px !important;
		max-width: 84px !important;
		height: 72px !important;
		min-height: 72px !important;
		max-height: 72px !important;
	}
}

/* ==========================================================
   FINAL FIX: Tour package pages alternate image/info layout
   - Replaces 3-column package cards with unique split rows
   - Image left + details right, then reversed on next package
   - Reduces section-to-section spacing on package pages
   ========================================================== */
body:has(.tour-package-hero) .package-section {
	padding: 42px 0 36px !important;
	background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%) !important;
}

body:has(.tour-package-hero) .package-section .text-center.mb-4 {
	margin-bottom: 20px !important;
}

body:has(.tour-package-hero) .package-section .section-title {
	margin-bottom: 8px !important;
}

body:has(.tour-package-hero) .package-section .package-grid {
	display: flex !important;
	flex-direction: column !important;
	gap: 26px !important;
	margin-top: 8px !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card {
	width: 100% !important;
	min-height: 330px !important;
	display: grid !important;
	grid-template-columns: 42% 58% !important;
	align-items: stretch !important;
	border-radius: 30px !important;
	overflow: hidden !important;
	background: #fff !important;
	box-shadow: 0 18px 45px rgba(6, 31, 73, .12) !important;
	border: 1px solid rgba(6, 31, 73, .08) !important;
	animation: none !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) {
	grid-template-columns: 58% 42% !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-img {
	grid-column: 2 !important;
	grid-row: 1 !important;
	border-right: 0 !important;
	border-left: 6px solid #ffc107 !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-body {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card:hover {
	transform: translateY(-6px) !important;
	box-shadow: 0 26px 65px rgba(6, 31, 73, .18) !important;
}

body:has(.tour-package-hero) .package-section .package-img {
	height: 100% !important;
	min-height: 330px !important;
	border-bottom: 0 !important;
	border-right: 6px solid #ffc107 !important;
	background: #eaf4ff !important;
}

body:has(.tour-package-hero) .package-section .package-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

body:has(.tour-package-hero) .package-section .package-body {
	padding: 28px 34px !important;
	justify-content: center !important;
}

body:has(.tour-package-hero) .package-section .package-body h3 {
	font-size: 30px !important;
	line-height: 1.15 !important;
	margin-bottom: 10px !important;
}

body:has(.tour-package-hero) .package-section .package-price {
	margin: 6px 0 12px !important;
	font-size: 28px !important;
}

body:has(.tour-package-hero) .package-section .package-meta {
	margin: 8px 0 12px !important;
}

body:has(.tour-package-hero) .package-section .package-list {
	margin: 8px 0 0 !important;
}

body:has(.tour-package-hero) .package-section .package-list li {
	margin-bottom: 8px !important;
}

body:has(.tour-package-hero) .package-section .package-rules {
	margin-top: 10px !important;
}

body:has(.tour-package-hero) .package-section .package-actions {
	margin-top: 14px !important;
}

body:has(.tour-package-hero) .tour-info-band,
body:has(.tour-package-hero) .package-quick-plan-section,
body:has(.tour-package-hero) .package-split-gallery {
	padding-top: 42px !important;
	padding-bottom: 42px !important;
}

body:has(.tour-package-hero) section+section {
	margin-top: 0 !important;
}

@media(max-width:991px) {

	body:has(.tour-package-hero) .package-section .premium-package-card,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) {
		grid-template-columns: 1fr !important;
	}

	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-img,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-body {
		grid-column: auto !important;
		grid-row: auto !important;
	}

	body:has(.tour-package-hero) .package-section .package-img,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-img {
		min-height: 250px !important;
		height: 250px !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-bottom: 5px solid #ffc107 !important;
	}

	body:has(.tour-package-hero) .package-section .package-body {
		padding: 24px !important;
	}

	body:has(.tour-package-hero) .package-section .package-body h3 {
		font-size: 24px !important;
	}
}

@media(max-width:575px) {
	body:has(.tour-package-hero) .package-section {
		padding: 30px 0 !important;
	}

	body:has(.tour-package-hero) .package-section .package-grid {
		gap: 18px !important;
	}

	body:has(.tour-package-hero) .package-section .package-body {
		padding: 20px !important;
	}
}

/* ==========================================================
   FINAL CORRECTION: Equal split package cards + badge on image
   ========================================================== */
body:has(.tour-package-hero) .package-section {
	padding: 28px 0 28px !important;
}

body:has(.tour-package-hero) .package-section .package-grid {
	gap: 22px !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card,
body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) {
	display: grid !important;
	grid-template-columns: 50% 50% !important;
	height: 390px !important;
	min-height: 390px !important;
	max-height: 390px !important;
	align-items: stretch !important;
	position: relative !important;
	overflow: hidden !important;
}

body:has(.tour-package-hero) .package-section .package-img,
body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-img {
	height: 390px !important;
	min-height: 390px !important;
	max-height: 390px !important;
	width: 100% !important;
	position: relative !important;
	overflow: hidden !important;
	border-bottom: 0 !important;
}

body:has(.tour-package-hero) .package-section .package-img {
	grid-column: 1 !important;
	grid-row: 1 !important;
	border-right: 6px solid #ffc107 !important;
	border-left: 0 !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-img {
	grid-column: 2 !important;
	grid-row: 1 !important;
	border-left: 6px solid #ffc107 !important;
	border-right: 0 !important;
}

body:has(.tour-package-hero) .package-section .package-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
}

body:has(.tour-package-hero) .package-section .package-body {
	grid-column: 2 !important;
	grid-row: 1 !important;
	height: 390px !important;
	min-height: 390px !important;
	max-height: 390px !important;
	padding: 24px 30px !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	overflow: hidden !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-body {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

body:has(.tour-package-hero) .package-section .package-badge {
	position: absolute !important;
	top: 20px !important;
	left: 20px !important;
	z-index: 5 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	max-width: calc(50% - 40px) !important;
	white-space: nowrap !important;
	background: #ffc107 !important;
	color: #06265b !important;
	border-radius: 999px !important;
	padding: 10px 18px !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .18) !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-badge {
	left: calc(50% + 20px) !important;
}

body:has(.tour-package-hero) .package-section .package-body h3 {
	font-size: 28px !important;
	margin-bottom: 8px !important;
}

body:has(.tour-package-hero) .package-section .package-price {
	font-size: 27px !important;
	margin: 5px 0 10px !important;
}

body:has(.tour-package-hero) .package-section .package-meta {
	margin: 6px 0 10px !important;
}

body:has(.tour-package-hero) .package-section .package-list li {
	margin-bottom: 6px !important;
	line-height: 1.45 !important;
}

body:has(.tour-package-hero) .package-section .package-rules {
	margin-top: 8px !important;
	padding: 10px 12px !important;
}

body:has(.tour-package-hero) .package-section .package-actions {
	margin-top: 12px !important;
}

body:has(.tour-package-hero) .tour-info-band,
body:has(.tour-package-hero) .package-quick-plan-section,
body:has(.tour-package-hero) .package-split-gallery {
	padding-top: 32px !important;
	padding-bottom: 32px !important;
}

@media(max-width:991px) {

	body:has(.tour-package-hero) .package-section .premium-package-card,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) {
		grid-template-columns: 1fr !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
	}

	body:has(.tour-package-hero) .package-section .package-img,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-img {
		grid-column: 1 !important;
		grid-row: 1 !important;
		height: 260px !important;
		min-height: 260px !important;
		max-height: 260px !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-bottom: 5px solid #ffc107 !important;
	}

	body:has(.tour-package-hero) .package-section .package-body,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-body {
		grid-column: 1 !important;
		grid-row: 2 !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
	}

	body:has(.tour-package-hero) .package-section .package-badge,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-badge {
		left: 18px !important;
		max-width: calc(100% - 36px) !important;
	}
}

/* ==========================================================
   FINAL FIX: Package detail/sub pages alignment + compact spacing
   Applies to all View Details package pages
   ========================================================== */
html,
body {
	overflow-x: hidden !important;
}

.premium-detail-page.upgraded-package-page .section,
.premium-detail-page.destination-redesign-page .section {
	padding-top: 52px !important;
	padding-bottom: 52px !important;
}

.premium-detail-page.upgraded-package-page .section-soft,
.premium-detail-page.destination-redesign-page .section-soft {
	background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%) !important;
}

.vgoo-package-hero {
	min-height: 440px !important;
	padding: 135px 0 70px !important;
	display: flex !important;
	align-items: center !important;
	background-size: cover !important;
	background-position: center !important;
}

.vgoo-package-hero .container {
	max-width: 1180px !important;
}

.vgoo-package-hero h1 {
	max-width: 850px !important;
	line-height: 1.05 !important;
	margin-bottom: 14px !important;
}

.vgoo-package-hero p {
	max-width: 720px !important;
	margin-bottom: 14px !important;
}

.destination-package-info .row {
	--bs-gutter-x: 36px !important;
	--bs-gutter-y: 28px !important;
	align-items: center !important;
}

.destination-package-info .col-lg-6 {
	display: flex !important;
	flex-direction: column !important;
}

.destination-main-photo {
	width: 100% !important;
	height: 430px !important;
	border-radius: 34px !important;
	overflow: hidden !important;
	position: relative !important;
	box-shadow: 0 24px 65px rgba(6, 31, 73, .18) !important;
	background: #eaf4ff !important;
}

.destination-main-photo img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
}

.destination-main-photo span {
	position: absolute !important;
	left: 22px !important;
	bottom: 22px !important;
	background: #ffc107 !important;
	color: #06265b !important;
	padding: 10px 18px !important;
	border-radius: 999px !important;
	font-weight: 900 !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .18) !important;
}

.destination-package-info .section-title,
.destination-package-info h2 {
	margin-bottom: 12px !important;
	line-height: 1.15 !important;
}

.destination-lead {
	font-size: 17px !important;
	line-height: 1.75 !important;
	margin-bottom: 18px !important;
	max-width: 680px !important;
}

.package-check-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 12px !important;
	padding: 0 !important;
	margin: 18px 0 !important;
}

.package-check-list li {
	list-style: none !important;
	background: #f3f8ff !important;
	border: 1px solid rgba(6, 31, 73, .08) !important;
	border-radius: 16px !important;
	padding: 12px 14px !important;
	font-weight: 700 !important;
	color: #17345f !important;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	min-height: 52px !important;
}

.package-check-list li i {
	color: #ffc107 !important;
	flex: 0 0 auto !important;
}

.quick-nearest-plan .text-center.mb-4 {
	margin-bottom: 22px !important;
}

.vgoo-near-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 20px !important;
}

.vgoo-near-card {
	height: 100% !important;
	border-radius: 24px !important;
	overflow: hidden !important;
	background: #fff !important;
	box-shadow: 0 18px 45px rgba(6, 31, 73, .11) !important;
	border: 1px solid rgba(6, 31, 73, .08) !important;
}

.vgoo-near-card img {
	width: 100% !important;
	height: 190px !important;
	object-fit: cover !important;
	display: block !important;
}

.vgoo-near-card h5 {
	min-height: 60px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 12px !important;
	font-weight: 900 !important;
	color: #06265b !important;
}

.cta-panel {
	max-width: 1050px !important;
	margin: 0 auto !important;
	padding: 38px 32px !important;
	border-radius: 30px !important;
	background: #fff !important;
	border: 1px solid rgba(6, 31, 73, .08) !important;
	box-shadow: 0 18px 45px rgba(6, 31, 73, .10) !important;
}

.cta-panel h2 {
	margin-bottom: 10px !important;
	line-height: 1.15 !important;
}

.cta-panel p {
	max-width: 720px !important;
	margin: 0 auto 18px !important;
	line-height: 1.65 !important;
	text-align: center !important;
}

.cta-panel .btn {
	min-width: 190px !important;
}

/* keep package list rows equal and prevent clipping */
body:has(.tour-package-hero) .package-section .premium-package-card,
body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) {
	max-width: 100% !important;
	height: 420px !important;
	min-height: 420px !important;
	max-height: 420px !important;
}

body:has(.tour-package-hero) .package-section .package-img,
body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-img,
body:has(.tour-package-hero) .package-section .package-body,
body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-body {
	height: 420px !important;
	min-height: 420px !important;
	max-height: 420px !important;
}

body:has(.tour-package-hero) .package-section .package-body {
	padding: 24px 34px !important;
	overflow: hidden !important;
}

body:has(.tour-package-hero) .package-section .package-list li span,
body:has(.tour-package-hero) .package-section .package-rules {
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

body:has(.tour-package-hero) .package-section .package-actions .btn {
	min-width: 0 !important;
	flex: 1 1 0 !important;
	white-space: nowrap !important;
}

@media(max-width:991px) {
	.vgoo-package-hero {
		min-height: 390px !important;
		padding: 120px 0 55px !important;
	}

	.destination-main-photo {
		height: 330px !important;
	}

	.package-check-list {
		grid-template-columns: 1fr !important;
	}

	.vgoo-near-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body:has(.tour-package-hero) .package-section .premium-package-card,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) {
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
	}

	body:has(.tour-package-hero) .package-section .package-img,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-img {
		height: 270px !important;
		min-height: 270px !important;
		max-height: 270px !important;
	}

	body:has(.tour-package-hero) .package-section .package-body,
	body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-body {
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
	}
}

@media(max-width:575px) {

	.premium-detail-page.upgraded-package-page .section,
	.premium-detail-page.destination-redesign-page .section {
		padding-top: 34px !important;
		padding-bottom: 34px !important;
	}

	.destination-main-photo {
		height: 260px !important;
		border-radius: 24px !important;
	}

	.vgoo-near-grid {
		grid-template-columns: 1fr !important;
	}

	.vgoo-near-card img {
		height: 210px !important;
	}

	.cta-panel {
		padding: 28px 18px !important;
		border-radius: 22px !important;
	}
}


/* ==========================================================
   FINAL PACKAGE DETAIL PAGE FIX - cream CTA, aligned info,
   full-correct images, compact spacing across all subpages
   ========================================================== */
.premium-detail-page.upgraded-package-page,
.premium-detail-page.destination-redesign-page,
.premium-detail-page.temple-redesign-page {
	background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%) !important;
}

.premium-detail-page.upgraded-package-page .section,
.premium-detail-page.destination-redesign-page .section,
.premium-detail-page.temple-redesign-page .section {
	padding-top: 42px !important;
	padding-bottom: 42px !important;
}

.vgoo-package-hero {
	min-height: 455px !important;
	padding: 135px 0 62px !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.vgoo-package-hero h1 {
	font-size: clamp(34px, 4.6vw, 64px) !important;
}

.destination-package-info .row,
.temple-split-section .row {
	align-items: stretch !important;
}

.destination-package-info .col-lg-6,
.temple-split-section .col-lg-6 {
	display: flex !important;
}

.destination-main-photo,
.temple-big-image {
	width: 100% !important;
	height: 460px !important;
	min-height: 460px !important;
	border-radius: 34px !important;
	transform: none !important;
	background: #fff7e3 !important;
	border: 1px solid rgba(255, 193, 7, .35) !important;
	box-shadow: 0 24px 62px rgba(6, 31, 73, .14) !important;
}

.destination-main-photo img,
.temple-big-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center !important;
	display: block !important;
}

.destination-main-photo span,
.temple-big-image span {
	background: #ffc107 !important;
	color: #06265b !important;
	left: 22px !important;
	bottom: 22px !important;
	max-width: calc(100% - 44px) !important;
	white-space: normal !important;
	text-align: center !important;
	line-height: 1.25 !important;
	padding: 11px 20px !important;
	border-radius: 999px !important;
	font-weight: 900 !important;
}

.destination-package-info .col-lg-6:last-child,
.temple-content-card {
	background: linear-gradient(145deg, #fffaf0 0%, #fff6df 100%) !important;
	border: 1px solid rgba(255, 193, 7, .38) !important;
	border-radius: 34px !important;
	padding: 34px !important;
	box-shadow: 0 22px 58px rgba(6, 31, 73, .12) !important;
	justify-content: center !important;
	overflow: hidden !important;
}

.destination-package-info .eyebrow,
.temple-content-card .eyebrow {
	color: #0a4a93 !important;
}

.destination-package-info h2,
.temple-content-card h2 {
	font-size: clamp(28px, 3vw, 42px) !important;
	line-height: 1.15 !important;
}

.destination-lead,
.temple-content-card p,
.temple-info-lead {
	color: #52637b !important;
	line-height: 1.75 !important;
	text-align: left !important;
}

.package-check-list,
.seva-grid {
	margin-top: 18px !important;
	margin-bottom: 18px !important;
}

.package-check-list li,
.seva-grid div,
.temple-info-box li {
	overflow-wrap: anywhere !important;
}

.temple-info-seva-section {
	background: #fffaf0 !important;
	padding-top: 42px !important;
	padding-bottom: 42px !important;
}

.temple-info-box {
	background: linear-gradient(145deg, #fffaf0 0%, #fff6df 100%) !important;
	border: 1px solid rgba(255, 193, 7, .38) !important;
	border-radius: 28px !important;
	height: 100% !important;
}

.nearest-destination-section,
.quick-nearest-plan.section-soft {
	padding-top: 42px !important;
	padding-bottom: 42px !important;
}

.nearest-image-grid,
.vgoo-near-grid {
	align-items: stretch !important;
}

.nearest-card,
.vgoo-near-card {
	height: 260px !important;
	min-height: 260px !important;
}

.nearest-card img,
.vgoo-near-card img {
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
}

.vgoo-near-card h5 {
	position: absolute !important;
	left: 18px !important;
	right: 18px !important;
	bottom: 18px !important;
	z-index: 2 !important;
	background: #ffc107 !important;
	color: #06265b !important;
	border-radius: 999px !important;
	min-height: auto !important;
	padding: 10px 14px !important;
}

.premium-detail-page .cta-panel {
	max-width: 1080px !important;
	margin: 0 auto !important;
	background: linear-gradient(145deg, #fffaf0 0%, #fff4d8 100%) !important;
	border: 1px solid rgba(255, 193, 7, .46) !important;
	border-radius: 32px !important;
	padding: 42px 32px !important;
	box-shadow: 0 20px 52px rgba(6, 31, 73, .11) !important;
}

.premium-detail-page .cta-panel h2 {
	color: #061f49 !important;
	font-size: clamp(28px, 3.2vw, 42px) !important;
	text-align: center !important;
}

.premium-detail-page .cta-panel p {
	color: #52637b !important;
	text-align: center !important;
	max-width: 760px !important;
}

.premium-detail-page .cta-panel .btn {
	min-width: 210px !important;
	height: 56px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

@media(max-width:991px) {
	.vgoo-package-hero {
		min-height: 390px !important;
		padding: 118px 0 48px !important;
	}

	.destination-main-photo,
	.temple-big-image {
		height: 350px !important;
		min-height: 350px !important;
	}

	.destination-package-info .col-lg-6:last-child,
	.temple-content-card {
		padding: 28px !important;
	}

	.nearest-image-grid,
	.vgoo-near-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media(max-width:575px) {

	.premium-detail-page.upgraded-package-page .section,
	.premium-detail-page.destination-redesign-page .section,
	.premium-detail-page.temple-redesign-page .section {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.destination-main-photo,
	.temple-big-image {
		height: 270px !important;
		min-height: 270px !important;
		border-radius: 24px !important;
	}

	.destination-package-info .col-lg-6:last-child,
	.temple-content-card {
		padding: 22px !important;
		border-radius: 24px !important;
	}

	.nearest-image-grid,
	.vgoo-near-grid,
	.package-check-list,
	.seva-grid {
		grid-template-columns: 1fr !important;
	}

	.premium-detail-page .cta-panel {
		padding: 30px 18px !important;
		border-radius: 24px !important;
	}
}


/* VGOO enriched service dropdown detail pages */
.service-rich-hero .svc-detail-hero-card {
	background: linear-gradient(135deg, #fff7df, #fffdf7);
	border: 1px solid rgba(255, 193, 7, .35);
	box-shadow: 0 20px 55px rgba(6, 43, 99, .12)
}

.service-detail-rich {
	padding-top: 55px;
	padding-bottom: 40px
}

.service-rich-top {
	min-height: 520px
}

.svc-rich-image {
	height: 100%;
	min-height: 520px;
	border-radius: 32px;
	overflow: hidden;
	box-shadow: 0 28px 70px rgba(6, 43, 99, .14);
	border: 6px solid #fff
}

.svc-rich-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.svc-rich-content {
	height: 100%;
	min-height: 520px;
	background: #fff7df;
	border: 1px solid rgba(255, 193, 7, .45);
	border-radius: 32px;
	padding: 42px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 24px 60px rgba(6, 43, 99, .10)
}

.svc-rich-content h2 {
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 800;
	color: #062b63;
	margin: 8px 0 16px
}

.svc-rich-content p {
	font-size: 18px;
	line-height: 1.85;
	color: #516078;
	margin-bottom: 26px
}

.svc-info-card {
	background: #fff;
	border: 1px solid rgba(6, 43, 99, .08);
	border-radius: 18px;
	padding: 15px 16px;
	height: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 700;
	color: #0b2d5f;
	box-shadow: 0 12px 30px rgba(6, 43, 99, .06)
}

.svc-info-card i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ffc107;
	color: #062b63;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 30px
}

.service-cream-section {
	background: #fff8e8;
	padding-top: 55px;
	padding-bottom: 55px
}

.svc-step {
	height: 100%;
	background: #fff;
	border: 1px solid rgba(6, 43, 99, .08);
	border-radius: 24px;
	padding: 28px 22px;
	box-shadow: 0 16px 40px rgba(6, 43, 99, .08)
}

.svc-step b {
	display: inline-flex;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	align-items: center;
	justify-content: center;
	background: #062b63;
	color: #ffc107;
	font-size: 18px;
	margin-bottom: 16px
}

.svc-step p {
	margin: 0;
	color: #516078;
	font-weight: 600;
	line-height: 1.65
}

.service-detail-lists {
	padding-top: 55px;
	padding-bottom: 45px
}

.svc-list-panel {
	height: 100%;
	background: #fffdf6;
	border: 1px solid rgba(255, 193, 7, .38);
	border-radius: 30px;
	padding: 34px;
	box-shadow: 0 18px 50px rgba(6, 43, 99, .09)
}

.svc-list-panel h3 {
	font-size: 26px;
	font-weight: 800;
	color: #062b63;
	margin-bottom: 24px;
	display: flex;
	gap: 12px;
	align-items: center
}

.svc-list-panel h3 i {
	color: #ffc107
}

.svc-list-panel ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 16px
}

.svc-list-panel li {
	font-size: 17px;
	font-weight: 600;
	color: #35445b;
	line-height: 1.55;
	display: flex;
	gap: 12px
}

.svc-list-panel li i {
	color: #ffc107;
	margin-top: 4px
}

.related-services-rich {
	padding-top: 50px;
	padding-bottom: 50px
}

.service-cream-cta {
	background: #fff7df !important;
	border: 1px solid rgba(255, 193, 7, .4) !important
}

.service-cream-cta p {
	max-width: 740px;
	margin: 0 auto 22px;
	color: #516078;
	font-size: 18px
}

.service-overview-card {
	background: #fffdf6;
	border: 1px solid rgba(255, 193, 7, .35);
	border-radius: 28px;
	padding: 34px;
	box-shadow: 0 18px 50px rgba(6, 43, 99, .09);
	transition: .3s
}

.service-overview-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 26px 70px rgba(6, 43, 99, .13)
}

.service-overview-icon {
	width: 66px;
	height: 66px;
	border-radius: 20px;
	background: #ffc107;
	color: #062b63;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	margin-bottom: 20px
}

.service-overview-card h3 {
	font-size: 24px;
	color: #062b63;
	font-weight: 800;
	margin-bottom: 14px
}

.service-overview-card p {
	color: #516078;
	line-height: 1.7
}

.service-overview-card a {
	font-weight: 800;
	color: #062b63;
	text-decoration: none
}

.service-overview-card a i {
	margin-left: 8px;
	color: #ffc107
}

@media(max-width:991px) {

	.service-rich-top,
	.svc-rich-image,
	.svc-rich-content {
		min-height: auto
	}

	.svc-rich-image {
		height: 360px
	}

	.svc-rich-content {
		padding: 28px
	}

	.service-detail-rich,
	.service-cream-section,
	.service-detail-lists {
		padding-top: 38px;
		padding-bottom: 34px
	}
}

@media(max-width:575px) {
	.svc-rich-image {
		height: 280px;
		border-radius: 22px
	}

	.svc-rich-content,
	.svc-list-panel {
		border-radius: 22px;
		padding: 24px
	}

	.svc-rich-content p {
		font-size: 16px
	}

	.svc-list-panel h3 {
		font-size: 22px
	}

	.svc-list-panel li {
		font-size: 15px
	}
}


/* =====================================================
   INTERNATIONAL PACKAGES - FINAL CARD LAYOUT LIKE SCREENSHOT
   Requirement: 3 cards in one row, image on top, content below.
   Paste this at the END of assets/css/style.css
   ===================================================== */
.package-section {
	padding: 80px 0 !important;
	background: linear-gradient(180deg, #f6fbff 0%, #ffffff 100%) !important;
}

.package-section .package-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 30px !important;
	align-items: stretch !important;
}

.package-section .premium-package-card {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: 100% !important;
	position: relative !important;
	overflow: hidden !important;
	background: #fff !important;
	border-radius: 0 !important;
	border: 0 !important;
	box-shadow: 0 18px 48px rgba(0, 31, 80, .13) !important;
	transition: all .35s ease !important;
}

.package-section .premium-package-card:hover {
	transform: translateY(-8px) !important;
	box-shadow: 0 28px 70px rgba(0, 31, 80, .20) !important;
}

.package-section .premium-package-card .package-img {
	order: 1 !important;
	width: 100% !important;
	height: 230px !important;
	min-height: 230px !important;
	overflow: hidden !important;
	border-radius: 0 !important;
	margin: 0 !important;
	border-bottom: 5px solid #ffc107 !important;
}

.package-section .premium-package-card .package-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
	border-radius: 0 !important;
	transition: transform .45s ease !important;
}

.package-section .premium-package-card:hover .package-img img {
	transform: scale(1.06) !important;
}

.package-section .premium-package-card .package-badge {
	position: absolute !important;
	top: 16px !important;
	left: 18px !important;
	z-index: 6 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: #ffc107 !important;
	color: #062a61 !important;
	border-radius: 999px !important;
	padding: 9px 17px !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .20) !important;
}

.package-section .premium-package-card .package-body {
	order: 2 !important;
	width: 100% !important;
	padding: 26px 24px 24px !important;
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
	background: #fff !important;
}

.package-section .premium-package-card .package-body h3 {
	font-size: 22px !important;
	line-height: 1.25 !important;
	font-weight: 800 !important;
	color: #062a61 !important;
	margin: 0 0 18px !important;
}

.package-section .premium-package-card .package-price {
	font-size: 27px !important;
	line-height: 1.1 !important;
	font-weight: 900 !important;
	color: #073b84 !important;
	margin-bottom: 22px !important;
}

.package-section .premium-package-card .package-price small {
	font-size: 12px !important;
	color: #6b7890 !important;
	font-weight: 800 !important;
}

.package-section .premium-package-card .package-meta {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin-bottom: 22px !important;
}

.package-section .premium-package-card .package-meta span {
	display: inline-flex !important;
	align-items: center !important;
	gap: 5px !important;
	background: #eef5ff !important;
	color: #062a61 !important;
	border-radius: 10px !important;
	padding: 8px 10px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
}

.package-section .premium-package-card .package-list {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 0 18px !important;
}

.package-section .premium-package-card .package-list li {
	display: flex !important;
	align-items: flex-start !important;
	gap: 10px !important;
	margin-bottom: 12px !important;
	color: #5c6d85 !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
}

.package-section .premium-package-card .package-list i {
	color: #ffc107 !important;
	min-width: 18px !important;
	margin-top: 4px !important;
}

.package-section .premium-package-card .package-list b {
	color: #4b5d75 !important;
	font-weight: 900 !important;
}

.package-section .premium-package-card .package-rules {
	background: #fff8dc !important;
	border-left: 4px solid #ffc107 !important;
	border-radius: 14px !important;
	padding: 12px 14px !important;
	font-size: 13px !important;
	line-height: 1.55 !important;
	color: #5f5a45 !important;
	margin-top: auto !important;
	margin-bottom: 14px !important;
}

.package-section .premium-package-card .package-actions {
	display: flex !important;
	gap: 10px !important;
	width: 100% !important;
	margin-top: 0 !important;
}

.package-section .premium-package-card .package-actions .btn {
	min-height: 48px !important;
	border-radius: 22px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-weight: 900 !important;
	font-size: 14px !important;
	padding: 10px 14px !important;
}

.package-section .premium-package-card .package-actions .btn-vgoo {
	background: #ffc107 !important;
	color: #062a61 !important;
	border: 1px solid #ffc107 !important;
	box-shadow: none !important;
}

.package-section .premium-package-card .package-actions .btn-outline-primary {
	background: #fff !important;
	color: #0d6efd !important;
	border: 1px solid #0d6efd !important;
}

@media(max-width:1199px) {
	.package-section .package-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media(max-width:767px) {
	.package-section {
		padding: 55px 0 !important;
	}

	.package-section .package-grid {
		grid-template-columns: 1fr !important;
		gap: 24px !important;
	}

	.package-section .premium-package-card .package-img {
		height: 220px !important;
		min-height: 220px !important;
	}

	.package-section .premium-package-card .package-actions {
		flex-direction: column !important;
	}
}


/* =====================================================
   FINAL TOUR PACKAGE FIXES - added by ChatGPT
   1) Domestic/International/Temple package list cards:
      3 cards per row, image top, content bottom, equal card width/height
   2) Package detail pages:
      left image card and right details card same height/width alignment
   ===================================================== */

/* Package listing pages */
body:has(.tour-package-hero) .package-section {
	padding: 70px 0 50px !important;
	background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%) !important;
}

body:has(.tour-package-hero) .package-section .package-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 30px !important;
	align-items: stretch !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card,
body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) {
	width: 100% !important;
	height: 100% !important;
	min-height: 760px !important;
	max-height: none !important;
	display: flex !important;
	flex-direction: column !important;
	position: relative !important;
	overflow: hidden !important;
	border-radius: 26px !important;
	background: #fff !important;
	border: 1px solid rgba(6, 43, 99, .10) !important;
	box-shadow: 0 18px 46px rgba(6, 43, 99, .13) !important;
	transform: none !important;
}

body:has(.tour-package-hero) .package-section .premium-package-card:hover {
	transform: translateY(-8px) !important;
	box-shadow: 0 28px 66px rgba(6, 43, 99, .20) !important;
}

body:has(.tour-package-hero) .package-section .package-img,
body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-img {
	order: 1 !important;
	grid-column: auto !important;
	grid-row: auto !important;
	width: 100% !important;
	height: 230px !important;
	min-height: 230px !important;
	max-height: 230px !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 5px solid #ffc107 !important;
	border-radius: 26px 26px 0 0 !important;
	overflow: hidden !important;
	background: #eaf4ff !important;
}

body:has(.tour-package-hero) .package-section .package-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
	border-radius: 26px 26px 0 0 !important;
}

body:has(.tour-package-hero) .package-section .package-badge,
body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-badge {
	position: absolute !important;
	top: 16px !important;
	left: 18px !important;
	right: auto !important;
	max-width: calc(100% - 36px) !important;
	z-index: 5 !important;
	white-space: nowrap !important;
	background: #ffc107 !important;
	color: #062a61 !important;
	border-radius: 999px !important;
	padding: 9px 17px !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .18) !important;
}

body:has(.tour-package-hero) .package-section .package-body,
body:has(.tour-package-hero) .package-section .premium-package-card:nth-child(even) .package-body {
	order: 2 !important;
	grid-column: auto !important;
	grid-row: auto !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	flex: 1 1 auto !important;
	padding: 25px 24px 24px !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	overflow: visible !important;
}

body:has(.tour-package-hero) .package-section .package-body h3 {
	font-size: 24px !important;
	line-height: 1.25 !important;
	min-height: 60px !important;
	margin: 0 0 10px !important;
	color: #062a61 !important;
	font-weight: 900 !important;
}

body:has(.tour-package-hero) .package-section .package-price {
	font-size: 27px !important;
	margin: 0 0 15px !important;
	color: #08418f !important;
}

body:has(.tour-package-hero) .package-section .package-meta {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 9px !important;
	margin: 0 0 16px !important;
}

body:has(.tour-package-hero) .package-section .package-meta span {
	background: #eaf3ff !important;
	color: #062a61 !important;
	border-radius: 999px !important;
	padding: 7px 10px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
}

body:has(.tour-package-hero) .package-section .package-list {
	margin: 0 0 14px !important;
	padding: 0 !important;
	list-style: none !important;
}

body:has(.tour-package-hero) .package-section .package-list li {
	display: flex !important;
	align-items: flex-start !important;
	gap: 9px !important;
	margin-bottom: 10px !important;
	line-height: 1.55 !important;
	font-size: 14px !important;
	color: #526174 !important;
}

body:has(.tour-package-hero) .package-section .package-list li span,
body:has(.tour-package-hero) .package-section .package-rules {
	display: block !important;
	-webkit-line-clamp: unset !important;
	-webkit-box-orient: unset !important;
	overflow: visible !important;
}

body:has(.tour-package-hero) .package-section .package-list i {
	color: #ffc107 !important;
	min-width: 16px !important;
	margin-top: 3px !important;
}

body:has(.tour-package-hero) .package-section .package-rules {
	margin-top: auto !important;
	margin-bottom: 16px !important;
	background: #fff8df !important;
	border-left: 4px solid #ffc107 !important;
	border-radius: 14px !important;
	padding: 12px 14px !important;
	font-size: 12px !important;
	line-height: 1.55 !important;
	color: #5b5b5b !important;
}

body:has(.tour-package-hero) .package-section .package-actions {
	margin-top: 0 !important;
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 10px !important;
}

body:has(.tour-package-hero) .package-section .package-actions .btn {
	min-height: 46px !important;
	border-radius: 999px !important;
	padding: 10px 12px !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	white-space: nowrap !important;
}

@media(max-width:1199px) {
	body:has(.tour-package-hero) .package-section .package-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media(max-width:767px) {
	body:has(.tour-package-hero) .package-section .package-grid {
		grid-template-columns: 1fr !important;
		gap: 22px !important;
	}

	body:has(.tour-package-hero) .package-section .premium-package-card {
		min-height: 0 !important;
	}

	body:has(.tour-package-hero) .package-section .package-img {
		height: 220px !important;
		min-height: 220px !important;
		max-height: 220px !important;
	}

	body:has(.tour-package-hero) .package-section .package-body h3 {
		min-height: 0 !important;
	}
}

@media(max-width:420px) {
	body:has(.tour-package-hero) .package-section .package-actions {
		grid-template-columns: 1fr !important;
	}
}

/* Detail page equal left/right alignment */
.destination-package-info .row,
.temple-split-section .row,
.service-detail-rich .service-rich-top {
	align-items: stretch !important;
}

.destination-package-info .row>[class*="col-"],
.temple-split-section .row>[class*="col-"],
.service-detail-rich .service-rich-top>[class*="col-"] {
	display: flex !important;
}

.destination-package-info .destination-main-photo,
.destination-package-info .row>[class*="col-"]:last-child,
.temple-split-section .temple-big-image,
.temple-split-section .temple-content-card,
.service-detail-rich .svc-rich-image,
.service-detail-rich .svc-rich-content {
	width: 100% !important;
	height: auto !important;
	min-height: 560px !important;
	max-height: none !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
}

.destination-package-info .destination-main-photo img,
.temple-split-section .temple-big-image img,
.service-detail-rich .svc-rich-image img {
	width: 100% !important;
	height: 100% !important;
	min-height: 560px !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
}

.package-check-list,
.seva-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 14px !important;
	align-items: stretch !important;
}

.package-check-list li,
.seva-grid div,
.temple-info-box,
.svc-info-card {
	height: 100% !important;
	min-height: 104px !important;
	display: flex !important;
	align-items: center !important;
}

@media(max-width:991px) {

	.destination-package-info .destination-main-photo,
	.destination-package-info .row>[class*="col-"]:last-child,
	.temple-split-section .temple-big-image,
	.temple-split-section .temple-content-card,
	.service-detail-rich .svc-rich-image,
	.service-detail-rich .svc-rich-content {
		min-height: auto !important;
	}

	.destination-package-info .destination-main-photo,
	.temple-split-section .temple-big-image,
	.service-detail-rich .svc-rich-image {
		height: 360px !important;
		min-height: 360px !important;
	}

	.destination-package-info .destination-main-photo img,
	.temple-split-section .temple-big-image img,
	.service-detail-rich .svc-rich-image img {
		min-height: 360px !important;
	}
}

@media(max-width:575px) {

	.package-check-list,
	.seva-grid {
		grid-template-columns: 1fr !important;
	}

	.destination-package-info .destination-main-photo,
	.temple-split-section .temple-big-image,
	.service-detail-rich .svc-rich-image {
		height: 280px !important;
		min-height: 280px !important;
	}

	.destination-package-info .destination-main-photo img,
	.temple-split-section .temple-big-image img,
	.service-detail-rich .svc-rich-image img {
		min-height: 280px !important;
	}
}

/* ===== International Packages: zigzag image + information layout ===== */
.vgoo-zigzag-package-section {
	background: linear-gradient(180deg, #f7fbff 0%, #eef7ff 100%) !important;
	padding: 80px 0 !important;
}

.vgoo-zigzag-list {
	display: flex !important;
	flex-direction: column !important;
	gap: 34px !important;
}

.vgoo-zigzag-package {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	align-items: stretch !important;
	gap: 0 !important;
	border-radius: 30px !important;
	overflow: hidden !important;
	background: #fff !important;
	box-shadow: 0 24px 70px rgba(0, 31, 80, .14) !important;
	border: 1px solid rgba(255, 193, 7, .55) !important;
}

.vgoo-zigzag-package.vgoo-zigzag-reverse .vgoo-zigzag-img-card {
	order: 2 !important;
}

.vgoo-zigzag-package.vgoo-zigzag-reverse .vgoo-zigzag-info-card {
	order: 1 !important;
}

.vgoo-zigzag-img-card,
.vgoo-zigzag-info-card {
	min-height: 520px !important;
	width: 100% !important;
}

.vgoo-zigzag-img-card {
	position: relative !important;
	background: #062a61 !important;
	overflow: hidden !important;
}

.vgoo-zigzag-img-card img {
	width: 100% !important;
	height: 100% !important;
	min-height: 520px !important;
	object-fit: cover !important;
	display: block !important;
	transition: .45s ease !important;
}

.vgoo-zigzag-package:hover .vgoo-zigzag-img-card img {
	transform: scale(1.05) !important;
}

.vgoo-zigzag-badge {
	position: absolute !important;
	top: 24px !important;
	left: 24px !important;
	z-index: 2 !important;
	background: var(--yellow) !important;
	color: #062a61 !important;
	padding: 12px 22px !important;
	border-radius: 999px !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	box-shadow: 0 12px 26px rgba(0, 0, 0, .18) !important;
}

.vgoo-zigzag-info-card {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	padding: 38px 42px !important;
	background: linear-gradient(135deg, #fff 0%, #fff8e3 100%) !important;
}

.vgoo-zigzag-kicker {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	width: max-content !important;
	max-width: 100% !important;
	background: #eaf3ff !important;
	color: #084484 !important;
	border-radius: 999px !important;
	padding: 8px 14px !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	margin-bottom: 16px !important;
}

.vgoo-zigzag-kicker i {
	color: var(--yellow2) !important;
}

.vgoo-zigzag-info-card h3 {
	color: #062a61 !important;
	font-size: clamp(28px, 3vw, 42px) !important;
	line-height: 1.12 !important;
	font-weight: 900 !important;
	margin: 0 0 14px !important;
}

.vgoo-zigzag-price {
	color: #084484 !important;
	font-size: 32px !important;
	font-weight: 900 !important;
	margin-bottom: 16px !important;
}

.vgoo-zigzag-price small {
	font-size: 13px !important;
	color: #66758a !important;
	font-weight: 800 !important;
}

.vgoo-zigzag-summary {
	text-align: left !important;
	color: #526174 !important;
	line-height: 1.75 !important;
	margin: 18px 0 16px !important;
	font-size: 15px !important;
}

.vgoo-zigzag-info-card .package-meta {
	display: flex !important;
	gap: 12px !important;
	flex-wrap: wrap !important;
	margin-bottom: 0 !important;
}

.vgoo-zigzag-info-card .package-meta span {
	background: #eaf3ff !important;
	color: #062a61 !important;
	border-radius: 999px !important;
	padding: 9px 13px !important;
	font-size: 13px !important;
	font-weight: 900 !important;
}

.vgoo-zigzag-info-card .package-list {
	margin: 0 0 16px !important;
	padding: 0 !important;
	list-style: none !important;
}

.vgoo-zigzag-info-card .package-list li {
	display: flex !important;
	gap: 12px !important;
	align-items: flex-start !important;
	margin-bottom: 10px !important;
	color: #526174 !important;
	line-height: 1.55 !important;
}

.vgoo-zigzag-info-card .package-list i {
	color: var(--yellow2) !important;
	margin-top: 4px !important;
}

.vgoo-zigzag-info-card .package-rules {
	background: #fff8dc !important;
	border-left: 4px solid var(--yellow) !important;
	border-radius: 14px !important;
	padding: 14px 16px !important;
	color: #526174 !important;
	font-size: 13px !important;
	margin-bottom: 18px !important;
}

.vgoo-zigzag-info-card .package-actions {
	display: flex !important;
	gap: 12px !important;
	margin-top: auto !important;
}

.vgoo-zigzag-info-card .package-actions .btn {
	min-height: 50px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 16px !important;
	font-weight: 900 !important;
}

@media(max-width:991px) {
	.vgoo-zigzag-package {
		grid-template-columns: 1fr !important;
	}

	.vgoo-zigzag-package.vgoo-zigzag-reverse .vgoo-zigzag-img-card,
	.vgoo-zigzag-package.vgoo-zigzag-reverse .vgoo-zigzag-info-card {
		order: initial !important;
	}

	.vgoo-zigzag-img-card,
	.vgoo-zigzag-info-card {
		min-height: auto !important;
	}

	.vgoo-zigzag-img-card img {
		height: 320px !important;
		min-height: 320px !important;
	}

	.vgoo-zigzag-info-card {
		padding: 28px 24px !important;
	}
}

@media(max-width:575px) {
	.vgoo-zigzag-package-section {
		padding: 56px 0 !important;
	}

	.vgoo-zigzag-info-card .package-actions {
		flex-direction: column !important;
	}

	.vgoo-zigzag-img-card img {
		height: 260px !important;
		min-height: 260px !important;
	}
}

/* ===== FINAL PACKAGE DETAIL PAGE FIX: IMAGE LEFT / INFORMATION RIGHT, SAME SIZE ===== */
.destination-package-info {
	padding-top: 80px !important;
	padding-bottom: 70px !important;
	background: #f5f9ff !important;
}

.destination-package-info .container {
	max-width: 1150px !important;
}

.destination-package-info .vgoo-detail-zigzag-row,
.destination-package-info .row {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 28px !important;
	align-items: stretch !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.destination-package-info .vgoo-detail-half,
.destination-package-info .row>[class*="col-"] {
	width: 100% !important;
	max-width: 100% !important;
	flex: unset !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	display: flex !important;
}

.destination-package-info .destination-main-photo,
.destination-package-info .vgoo-detail-info-card {
	width: 100% !important;
	height: 540px !important;
	min-height: 540px !important;
	max-height: 540px !important;
	border-radius: 30px !important;
	overflow: hidden !important;
	box-shadow: 0 22px 55px rgba(0, 31, 80, .14) !important;
	border: 1px solid rgba(255, 193, 7, .65) !important;
}

.destination-package-info .destination-main-photo {
	position: relative !important;
	background: #001b44 !important;
	padding: 0 !important;
}

.destination-package-info .destination-main-photo img {
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
}

.destination-package-info .destination-main-photo span {
	position: absolute !important;
	left: 24px !important;
	bottom: 24px !important;
	z-index: 3 !important;
	background: var(--yellow) !important;
	color: var(--navy) !important;
	border-radius: 999px !important;
	padding: 12px 24px !important;
	font-weight: 900 !important;
	box-shadow: 0 12px 26px rgba(0, 0, 0, .18) !important;
}

.destination-package-info .vgoo-detail-info-card {
	background: linear-gradient(145deg, #fff9e8, #ffffff) !important;
	padding: 38px 34px !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
}

.destination-package-info .vgoo-detail-info-card .section-title,
.destination-package-info .vgoo-detail-info-card h2 {
	font-size: clamp(30px, 3vw, 42px) !important;
	line-height: 1.12 !important;
	margin-bottom: 16px !important;
}

.destination-package-info .destination-lead {
	font-size: 17px !important;
	line-height: 1.75 !important;
	color: #53657d !important;
	margin-bottom: 22px !important;
	text-align: left !important;
}

.destination-package-info .package-check-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 14px !important;
	margin: 0 0 18px !important;
	padding: 0 !important;
	list-style: none !important;
}

.destination-package-info .package-check-list li {
	min-height: 88px !important;
	height: auto !important;
	background: #f4f8ff !important;
	border: 1px solid #dbe7f5 !important;
	border-radius: 18px !important;
	padding: 15px 16px !important;
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	font-weight: 800 !important;
	color: #142b4d !important;
}

.destination-package-info .package-check-list li i {
	color: var(--yellow2) !important;
	flex: 0 0 auto !important;
}

.destination-package-info .vgoo-detail-info-card .btn {
	align-self: flex-start !important;
	min-width: 210px !important;
}

.vgoo-detail-small-note {
	margin-top: 28px !important;
	background: #fff !important;
	border-left: 6px solid var(--yellow) !important;
	border-radius: 18px !important;
	padding: 18px 24px !important;
	box-shadow: 0 16px 38px rgba(0, 31, 80, .09) !important;
	color: #53657d !important;
	font-weight: 600 !important;
	line-height: 1.7 !important;
}

@media(max-width:991px) {

	.destination-package-info .vgoo-detail-zigzag-row,
	.destination-package-info .row {
		grid-template-columns: 1fr !important;
	}

	.destination-package-info .destination-main-photo,
	.destination-package-info .vgoo-detail-info-card {
		height: auto !important;
		min-height: auto !important;
		max-height: none !important;
	}

	.destination-package-info .destination-main-photo {
		height: 380px !important;
		min-height: 380px !important;
	}
}

@media(max-width:575px) {
	.destination-package-info .destination-main-photo {
		height: 290px !important;
		min-height: 290px !important;
	}

	.destination-package-info .vgoo-detail-info-card {
		padding: 24px 20px !important;
		border-radius: 22px !important;
	}

	.destination-package-info .package-check-list {
		grid-template-columns: 1fr !important;
	}

	.destination-package-info .package-check-list li {
		min-height: 70px !important;
	}
}

/* =========================================================
   FINAL PACKAGE DETAIL PAGE UNIFORM FIX
   User request: left image card + right information card,
   both same height/width, and lower nearby images rounded.
   ========================================================= */
@media (min-width: 992px) {
	.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		gap: 30px !important;
		align-items: stretch !important;
	}

	.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row>[class*="col-"] {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 auto !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		display: flex !important;
		align-items: stretch !important;
	}

	.premium-detail-page .destination-main-photo,
	.premium-detail-page .vgoo-detail-info-card {
		width: 100% !important;
		height: 560px !important;
		min-height: 560px !important;
		max-height: 560px !important;
		border-radius: 32px !important;
		overflow: hidden !important;
	}

	.premium-detail-page .destination-main-photo {
		border: 2px solid var(--yellow) !important;
		box-shadow: 0 24px 58px rgba(0, 31, 80, .16) !important;
	}

	.premium-detail-page .destination-main-photo img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		display: block !important;
	}

	.premium-detail-page .vgoo-detail-info-card {
		padding: 34px 34px 28px !important;
		border: 2px solid var(--yellow) !important;
		background: linear-gradient(135deg, #fffdf8, #fff7df) !important;
		box-shadow: 0 24px 58px rgba(0, 31, 80, .13) !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: flex-start !important;
	}

	.premium-detail-page .vgoo-detail-info-card .section-title {
		font-size: clamp(30px, 2.6vw, 42px) !important;
		line-height: 1.05 !important;
		margin-bottom: 14px !important;
	}

	.premium-detail-page .destination-lead {
		font-size: 16px !important;
		line-height: 1.65 !important;
		margin-bottom: 20px !important;
	}

	.premium-detail-page .package-check-list {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 14px !important;
		margin: 0 0 18px !important;
		padding: 0 !important;
	}

	.premium-detail-page .package-check-list li {
		min-height: 78px !important;
		height: 78px !important;
		padding: 16px 16px !important;
		border-radius: 18px !important;
		display: flex !important;
		align-items: center !important;
		gap: 12px !important;
		font-size: 15px !important;
		line-height: 1.35 !important;
		background: #f4f8ff !important;
		border: 1px solid #dce8f7 !important;
	}

	.premium-detail-page .vgoo-detail-info-card .btn-vgoo {
		margin-top: auto !important;
		width: max-content !important;
		min-width: 210px !important;
		justify-content: center !important;
	}
}

/* mobile/tablet: stack cleanly without overlap */
@media (max-width: 991px) {
	.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row {
		display: block !important;
	}

	.premium-detail-page .destination-main-photo,
	.premium-detail-page .vgoo-detail-info-card {
		width: 100% !important;
		min-height: auto !important;
		height: auto !important;
		border-radius: 26px !important;
	}

	.premium-detail-page .destination-main-photo img {
		height: 360px !important;
		object-fit: cover !important;
	}

	.premium-detail-page .vgoo-detail-info-card {
		padding: 26px 22px !important;
	}

	.premium-detail-page .package-check-list {
		grid-template-columns: 1fr !important;
	}
}

/* Lower nearest-place image section: round/circular uniform image cards */
.premium-detail-page .quick-nearest-plan .vgoo-near-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 28px !important;
	align-items: start !important;
}

.premium-detail-page .quick-nearest-plan .vgoo-near-card {
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-start !important;
	overflow: visible !important;
	text-align: center !important;
}

.premium-detail-page .quick-nearest-plan .vgoo-near-card img {
	width: 230px !important;
	height: 230px !important;
	max-width: 100% !important;
	aspect-ratio: 1/1 !important;
	object-fit: cover !important;
	border-radius: 50% !important;
	display: block !important;
	border: 5px solid var(--yellow) !important;
	box-shadow: 0 22px 45px rgba(0, 31, 80, .18) !important;
}

.premium-detail-page .quick-nearest-plan .vgoo-near-card h5 {
	position: static !important;
	margin: -28px auto 0 !important;
	width: max-content !important;
	min-width: 150px !important;
	max-width: 90% !important;
	border-radius: 999px !important;
	padding: 12px 26px !important;
	background: var(--yellow) !important;
	color: var(--navy) !important;
	font-weight: 900 !important;
	font-size: 16px !important;
	line-height: 1 !important;
	box-shadow: 0 12px 25px rgba(0, 31, 80, .16) !important;
	z-index: 2 !important;
}

@media (max-width: 991px) {
	.premium-detail-page .quick-nearest-plan .vgoo-near-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.premium-detail-page .quick-nearest-plan .vgoo-near-card img {
		width: 210px !important;
		height: 210px !important;
	}
}

@media (max-width: 575px) {
	.premium-detail-page .quick-nearest-plan .vgoo-near-grid {
		grid-template-columns: 1fr !important;
	}
}


/* =========================================================
   FINAL INTERNATIONAL PACKAGE + DETAIL PAGE FIX
   1) International package page buttons show View Details.
   2) Detail pages: left image card and right info card are
      equal width + equal height on desktop, compact and aligned.
   3) Lower nearby-place images remain perfect round shape.
   Paste this at the END of assets/css/style.css
   ========================================================= */

/* International package listing cards button alignment */
.international-packages-page .package-actions,
.package-section .package-actions {
	display: flex !important;
	gap: 10px !important;
	align-items: center !important;
	margin-top: auto !important;
}

.package-section .package-actions .btn {
	min-height: 48px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 999px !important;
	font-weight: 900 !important;
}

/* Desktop detail page equal cards */
@media (min-width: 992px) {
	.premium-detail-page .destination-package-info {
		padding-top: 42px !important;
		padding-bottom: 42px !important;
	}

	.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 30px !important;
		align-items: stretch !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row>[class*="col-"] {
		width: 100% !important;
		max-width: 100% !important;
		flex: unset !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		display: flex !important;
		align-items: stretch !important;
	}

	.premium-detail-page .destination-main-photo,
	.premium-detail-page .vgoo-detail-info-card {
		width: 100% !important;
		height: 520px !important;
		min-height: 520px !important;
		max-height: 520px !important;
		border-radius: 30px !important;
		overflow: hidden !important;
		border: 2px solid var(--yellow) !important;
		box-shadow: 0 24px 58px rgba(0, 31, 80, .14) !important;
	}

	.premium-detail-page .destination-main-photo {
		position: relative !important;
		background: #031b40 !important;
	}

	.premium-detail-page .destination-main-photo img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		display: block !important;
	}

	.premium-detail-page .destination-main-photo span {
		position: absolute !important;
		left: 28px !important;
		bottom: 24px !important;
		z-index: 2 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		min-width: 170px !important;
		min-height: 46px !important;
		padding: 10px 24px !important;
		border-radius: 999px !important;
		background: var(--yellow) !important;
		color: var(--navy) !important;
		font-weight: 900 !important;
		box-shadow: 0 12px 25px rgba(0, 0, 0, .18) !important;
	}

	.premium-detail-page .vgoo-detail-info-card {
		padding: 30px 34px !important;
		background: linear-gradient(135deg, #fffdf8, #fff7df) !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: flex-start !important;
	}

	.premium-detail-page .vgoo-detail-info-card .eyebrow {
		margin-bottom: 6px !important;
	}

	.premium-detail-page .vgoo-detail-info-card .section-title {
		font-size: clamp(27px, 2.35vw, 38px) !important;
		line-height: 1.08 !important;
		margin: 0 0 10px !important;
	}

	.premium-detail-page .destination-lead {
		font-size: 15px !important;
		line-height: 1.55 !important;
		margin: 0 0 18px !important;
	}

	.premium-detail-page .package-check-list {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
		margin: 0 0 16px !important;
		padding: 0 !important;
		list-style: none !important;
	}

	.premium-detail-page .package-check-list li {
		height: 68px !important;
		min-height: 68px !important;
		padding: 12px 14px !important;
		border-radius: 16px !important;
		background: #f4f8ff !important;
		border: 1px solid #dce8f7 !important;
		display: flex !important;
		align-items: center !important;
		gap: 10px !important;
		font-size: 14px !important;
		line-height: 1.25 !important;
		font-weight: 900 !important;
		color: #142b4d !important;
	}

	.premium-detail-page .package-check-list li i {
		color: var(--yellow2) !important;
		flex: 0 0 auto !important;
	}

	.premium-detail-page .vgoo-detail-info-card .btn-vgoo {
		margin-top: auto !important;
		width: 210px !important;
		min-width: 210px !important;
		height: 48px !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		border-radius: 14px !important;
		font-weight: 900 !important;
		align-self: flex-start !important;
	}

	.premium-detail-page .vgoo-detail-small-note {
		margin-top: 24px !important;
		border-left: 6px solid var(--yellow) !important;
		border-radius: 18px !important;
		background: #fff !important;
		padding: 18px 24px !important;
		box-shadow: 0 16px 38px rgba(0, 31, 80, .09) !important;
	}
}

/* Tablet/mobile stack cleanly */
@media (max-width: 991px) {
	.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row {
		display: block !important;
	}

	.premium-detail-page .destination-main-photo,
	.premium-detail-page .vgoo-detail-info-card {
		width: 100% !important;
		height: auto !important;
		min-height: auto !important;
		max-height: none !important;
		border-radius: 26px !important;
	}

	.premium-detail-page .destination-main-photo {
		height: 360px !important;
	}

	.premium-detail-page .destination-main-photo img {
		height: 100% !important;
		object-fit: cover !important;
	}

	.premium-detail-page .vgoo-detail-info-card {
		margin-top: 20px !important;
		padding: 26px 22px !important;
	}

	.premium-detail-page .package-check-list {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}

	.premium-detail-page .package-check-list li {
		min-height: 64px !important;
	}
}

/* Lower nearest-place images: round and same size */
.premium-detail-page .quick-nearest-plan .vgoo-near-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 28px !important;
	align-items: start !important;
}

.premium-detail-page .quick-nearest-plan .vgoo-near-card {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	text-align: center !important;
	overflow: visible !important;
}

.premium-detail-page .quick-nearest-plan .vgoo-near-card img {
	width: 230px !important;
	height: 230px !important;
	aspect-ratio: 1/1 !important;
	object-fit: cover !important;
	border-radius: 50% !important;
	border: 5px solid var(--yellow) !important;
	box-shadow: 0 22px 45px rgba(0, 31, 80, .18) !important;
	display: block !important;
}

.premium-detail-page .quick-nearest-plan .vgoo-near-card h5 {
	position: relative !important;
	z-index: 2 !important;
	margin: -28px auto 0 !important;
	min-width: 150px !important;
	max-width: 90% !important;
	padding: 12px 24px !important;
	border-radius: 999px !important;
	background: var(--yellow) !important;
	color: var(--navy) !important;
	font-weight: 900 !important;
	font-size: 16px !important;
	line-height: 1 !important;
	box-shadow: 0 12px 25px rgba(0, 31, 80, .16) !important;
}

@media (max-width: 991px) {
	.premium-detail-page .quick-nearest-plan .vgoo-near-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.premium-detail-page .quick-nearest-plan .vgoo-near-card img {
		width: 210px !important;
		height: 210px !important;
	}
}

@media (max-width: 575px) {
	.premium-detail-page .quick-nearest-plan .vgoo-near-grid {
		grid-template-columns: 1fr !important;
	}

	.premium-detail-page .destination-main-photo {
		height: 300px !important;
	}
}

/* ===== FINAL FIX: Tour package detail page equal image + information cards ===== */
@media (min-width: 992px) {
	.premium-detail-page .destination-package-info {
		padding-top: 58px !important;
		padding-bottom: 58px !important;
		overflow: visible !important;
	}

	.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 30px !important;
		align-items: stretch !important;
	}

	.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row>[class*="col-"] {
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		display: flex !important;
		align-items: stretch !important;
	}

	.premium-detail-page .destination-main-photo,
	.premium-detail-page .vgoo-detail-info-card {
		width: 100% !important;
		height: 100% !important;
		min-height: 560px !important;
		max-height: none !important;
		border-radius: 30px !important;
		border: 2px solid var(--yellow) !important;
		box-shadow: 0 24px 58px rgba(0, 31, 80, .14) !important;
	}

	.premium-detail-page .destination-main-photo {
		position: relative !important;
		overflow: hidden !important;
		background: #031b40 !important;
	}

	.premium-detail-page .destination-main-photo img {
		width: 100% !important;
		height: 100% !important;
		min-height: 560px !important;
		object-fit: cover !important;
		display: block !important;
	}

	.premium-detail-page .vgoo-detail-info-card {
		overflow: visible !important;
		padding: 34px 34px !important;
		background: linear-gradient(135deg, #fffdf8, #fff7df) !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: flex-start !important;
	}

	.premium-detail-page .vgoo-detail-info-card .section-title {
		font-size: clamp(28px, 2.25vw, 38px) !important;
		line-height: 1.08 !important;
		margin-bottom: 12px !important;
	}

	.premium-detail-page .destination-lead {
		font-size: 15.5px !important;
		line-height: 1.62 !important;
		margin-bottom: 18px !important;
	}

	.premium-detail-page .package-check-list {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
		padding: 0 !important;
		margin: 0 0 18px !important;
		list-style: none !important;
	}

	.premium-detail-page .package-check-list li {
		min-height: 72px !important;
		height: auto !important;
		padding: 14px 16px !important;
		border-radius: 16px !important;
		background: #f4f8ff !important;
		border: 1px solid #dce8f7 !important;
		display: flex !important;
		align-items: center !important;
		gap: 10px !important;
		font-size: 14px !important;
		line-height: 1.25 !important;
		font-weight: 900 !important;
		color: #142b4d !important;
	}

	.premium-detail-page .vgoo-detail-info-card .btn-vgoo {
		margin-top: auto !important;
		width: 210px !important;
		height: 50px !important;
		min-height: 50px !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		border-radius: 14px !important;
		align-self: flex-start !important;
		position: relative !important;
		bottom: auto !important;
	}
}

@media (max-width: 991px) {
	.premium-detail-page .destination-package-info {
		padding-top: 42px !important;
	}

	.premium-detail-page .destination-main-photo {
		height: 360px !important;
		min-height: 360px !important;
	}

	.premium-detail-page .destination-main-photo img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}

	.premium-detail-page .vgoo-detail-info-card {
		margin-top: 22px !important;
		height: auto !important;
		min-height: auto !important;
		padding: 26px 22px !important;
	}
}

/* Keep nearest-place images fully round and uniform */
.premium-detail-page .quick-nearest-plan .vgoo-near-card img {
	border-radius: 50% !important;
	width: 230px !important;
	height: 230px !important;
	object-fit: cover !important;
}


/* =========================================================
   USER FINAL CORRECTION - TOUR PACKAGE DETAIL UNIFORMITY
   1. Listing-page package buttons show View Details.
   2. Detail page has only one right-side information card.
   3. Left image card and right information card are equal width and height.
   4. Nearby/downside image section is perfectly round and uniform.
   ========================================================= */

/* Listing page card button text is changed in HTML. This keeps card buttons aligned. */
.package-actions {
	display: flex !important;
	gap: 10px !important;
	align-items: center !important;
	margin-top: auto !important;
}

.package-actions .btn {
	min-height: 46px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 999px !important;
	font-weight: 900 !important;
	line-height: 1.1 !important;
}

/* Main detail section: remove any old nested/double card look */
.premium-detail-page .vgoo-final-detail-section,
.premium-detail-page .destination-package-info {
	padding: 58px 0 !important;
	background: #f5f9ff !important;
	overflow: visible !important;
}

.premium-detail-page .vgoo-final-detail-section .container,
.premium-detail-page .destination-package-info .container {
	max-width: 1140px !important;
}

.premium-detail-page .vgoo-final-detail-row,
.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 30px !important;
	align-items: stretch !important;
	margin: 0 !important;
}

.premium-detail-page .vgoo-final-detail-col,
.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row>[class*="col-"] {
	width: 100% !important;
	max-width: 100% !important;
	flex: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	align-items: stretch !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

.premium-detail-page .vgoo-final-image-card,
.premium-detail-page .vgoo-final-info-card,
.premium-detail-page .destination-main-photo,
.premium-detail-page .vgoo-detail-info-card {
	width: 100% !important;
	height: 545px !important;
	min-height: 545px !important;
	max-height: 545px !important;
	border-radius: 28px !important;
	border: 2px solid var(--yellow) !important;
	outline: 0 !important;
	box-shadow: 0 22px 52px rgba(0, 31, 80, .13) !important;
	margin: 0 !important;
}

.premium-detail-page .vgoo-final-image-card,
.premium-detail-page .destination-main-photo {
	position: relative !important;
	overflow: hidden !important;
	padding: 0 !important;
	background: #031b40 !important;
}

.premium-detail-page .vgoo-final-image-card img,
.premium-detail-page .destination-main-photo img {
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
}

.premium-detail-page .vgoo-final-image-card span,
.premium-detail-page .destination-main-photo span {
	position: absolute !important;
	left: 24px !important;
	bottom: 22px !important;
	z-index: 3 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 46px !important;
	padding: 10px 26px !important;
	border-radius: 999px !important;
	background: var(--yellow) !important;
	color: var(--navy) !important;
	font-weight: 900 !important;
	box-shadow: 0 12px 25px rgba(0, 0, 0, .18) !important;
}

.premium-detail-page .vgoo-final-info-card,
.premium-detail-page .vgoo-detail-info-card {
	overflow: hidden !important;
	padding: 34px 34px 28px !important;
	background: linear-gradient(135deg, #fffdf8, #fff7df) !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
}

.premium-detail-page .vgoo-final-info-card::before,
.premium-detail-page .vgoo-final-info-card::after,
.premium-detail-page .vgoo-detail-info-card::before,
.premium-detail-page .vgoo-detail-info-card::after {
	display: none !important;
	content: none !important;
}

.premium-detail-page .vgoo-detail-info-card .eyebrow {
	margin-bottom: 6px !important;
	letter-spacing: .08em !important;
}

.premium-detail-page .vgoo-detail-info-card .section-title,
.premium-detail-page .vgoo-detail-info-card h2 {
	font-size: clamp(28px, 2.35vw, 38px) !important;
	line-height: 1.08 !important;
	margin: 0 0 10px !important;
	letter-spacing: -.04em !important;
}

.premium-detail-page .destination-lead {
	font-size: 15.5px !important;
	line-height: 1.58 !important;
	text-align: left !important;
	margin: 0 0 18px !important;
	color: #53657d !important;
}

.premium-detail-page .package-check-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 12px !important;
	margin: 0 0 16px !important;
	padding: 0 !important;
	list-style: none !important;
}

.premium-detail-page .package-check-list li {
	min-height: 68px !important;
	height: 68px !important;
	border-radius: 16px !important;
	padding: 12px 14px !important;
	background: #f4f8ff !important;
	border: 1px solid #dce8f7 !important;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	font-size: 14px !important;
	line-height: 1.25 !important;
	font-weight: 900 !important;
	color: #142b4d !important;
}

.premium-detail-page .package-check-list li i {
	color: var(--yellow2) !important;
	flex: 0 0 auto !important;
}

.premium-detail-page .vgoo-detail-info-card .btn-vgoo {
	margin-top: auto !important;
	width: 210px !important;
	min-width: 210px !important;
	height: 48px !important;
	min-height: 48px !important;
	padding: 0 22px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	align-self: flex-start !important;
	border-radius: 999px !important;
	font-weight: 900 !important;
	position: static !important;
	transform: none !important;
}

.premium-detail-page .vgoo-detail-small-note {
	margin-top: 26px !important;
	border: 0 !important;
	border-left: 6px solid var(--yellow) !important;
	border-radius: 18px !important;
	box-shadow: 0 16px 38px rgba(0, 31, 80, .09) !important;
}

/* Downside / nearest places: circle image style, same size for all */
.premium-detail-page .quick-nearest-plan .vgoo-near-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 24px !important;
	align-items: start !important;
}

.premium-detail-page .quick-nearest-plan .vgoo-near-card {
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	text-align: center !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

.premium-detail-page .quick-nearest-plan .vgoo-near-card img {
	width: 220px !important;
	height: 220px !important;
	max-width: 100% !important;
	border-radius: 50% !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
	margin: 0 auto !important;
	border: 5px solid var(--yellow) !important;
	box-shadow: 0 18px 42px rgba(0, 31, 80, .16) !important;
}

.premium-detail-page .quick-nearest-plan .vgoo-near-card h5 {
	position: static !important;
	transform: none !important;
	width: max-content !important;
	max-width: 90% !important;
	margin: -24px auto 0 !important;
	padding: 10px 28px !important;
	border-radius: 999px !important;
	background: var(--yellow) !important;
	color: var(--navy) !important;
	font-weight: 900 !important;
	box-shadow: 0 12px 25px rgba(0, 31, 80, .16) !important;
}

@media (max-width:991px) {

	.premium-detail-page .vgoo-final-detail-row,
	.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row {
		grid-template-columns: 1fr !important;
	}

	.premium-detail-page .vgoo-final-image-card,
	.premium-detail-page .destination-main-photo {
		height: 360px !important;
		min-height: 360px !important;
		max-height: 360px !important;
	}

	.premium-detail-page .vgoo-final-info-card,
	.premium-detail-page .vgoo-detail-info-card {
		height: auto !important;
		min-height: auto !important;
		max-height: none !important;
		padding: 26px 22px !important;
	}

	.premium-detail-page .quick-nearest-plan .vgoo-near-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width:575px) {
	.premium-detail-page .package-check-list {
		grid-template-columns: 1fr !important;
	}

	.premium-detail-page .package-check-list li {
		height: auto !important;
		min-height: 60px !important;
	}

	.premium-detail-page .quick-nearest-plan .vgoo-near-grid {
		grid-template-columns: 1fr !important;
	}

	.premium-detail-page .quick-nearest-plan .vgoo-near-card img {
		width: 210px !important;
		height: 210px !important;
	}
}


/* =========================================================
   FINAL USER FIX - TOUR DETAILS + NEAREST PLACE CIRCLES
   Applies without body class, so it works on every package detail page.
   ========================================================= */
.destination-package-info {
	padding: 58px 0 !important;
	background: #f5f9ff !important;
	overflow: visible !important;
}

.destination-package-info .container {
	max-width: 1140px !important;
}

.destination-package-info .vgoo-detail-zigzag-row,
.vgoo-final-detail-row {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 30px !important;
	align-items: stretch !important;
	margin: 0 !important;
}

.destination-package-info .vgoo-detail-zigzag-row>[class*="col-"],
.vgoo-final-detail-col {
	width: 100% !important;
	max-width: 100% !important;
	flex: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	align-items: stretch !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.destination-main-photo,
.vgoo-detail-info-card,
.vgoo-final-image-card,
.vgoo-final-info-card {
	width: 100% !important;
	height: 545px !important;
	min-height: 545px !important;
	max-height: 545px !important;
	border-radius: 28px !important;
	border: 2px solid var(--yellow) !important;
	box-shadow: 0 22px 52px rgba(0, 31, 80, .13) !important;
	margin: 0 !important;
	outline: 0 !important;
}

.destination-main-photo,
.vgoo-final-image-card {
	overflow: hidden !important;
	position: relative !important;
	padding: 0 !important;
	background: #031b40 !important;
}

.destination-main-photo img,
.vgoo-final-image-card img {
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
}

.destination-main-photo span,
.vgoo-final-image-card span {
	position: absolute !important;
	left: 24px !important;
	bottom: 22px !important;
	z-index: 3 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 46px !important;
	padding: 10px 26px !important;
	border-radius: 999px !important;
	background: var(--yellow) !important;
	color: var(--navy) !important;
	font-weight: 900 !important;
	box-shadow: 0 12px 25px rgba(0, 0, 0, .18) !important;
}

.vgoo-detail-info-card,
.vgoo-final-info-card {
	padding: 34px 34px 28px !important;
	background: linear-gradient(135deg, #fffdf8, #fff7df) !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	overflow: hidden !important;
}

.vgoo-detail-info-card::before,
.vgoo-detail-info-card::after,
.vgoo-final-info-card::before,
.vgoo-final-info-card::after {
	display: none !important;
	content: none !important;
}

.vgoo-detail-info-card .section-title,
.vgoo-detail-info-card h2 {
	font-size: clamp(28px, 2.35vw, 38px) !important;
	line-height: 1.08 !important;
	margin: 0 0 10px !important;
	letter-spacing: -.04em !important;
}

.destination-lead {
	font-size: 15.5px !important;
	line-height: 1.58 !important;
	text-align: left !important;
	margin: 0 0 18px !important;
	color: #53657d !important;
}

.package-check-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 12px !important;
	margin: 0 0 16px !important;
	padding: 0 !important;
	list-style: none !important;
}

.package-check-list li {
	min-height: 68px !important;
	height: 68px !important;
	border-radius: 16px !important;
	padding: 12px 14px !important;
	background: #f4f8ff !important;
	border: 1px solid #dce8f7 !important;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	font-size: 14px !important;
	line-height: 1.25 !important;
	font-weight: 900 !important;
	color: #142b4d !important;
	box-shadow: none !important;
	transform: none !important;
}

.package-check-list li i {
	color: var(--yellow2) !important;
	flex: 0 0 auto !important;
	margin: 0 !important;
}

.vgoo-detail-info-card .btn-vgoo,
.vgoo-final-info-card .btn-vgoo {
	margin-top: auto !important;
	width: 210px !important;
	min-width: 210px !important;
	height: 48px !important;
	min-height: 48px !important;
	padding: 0 22px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	align-self: flex-start !important;
	border-radius: 999px !important;
	font-weight: 900 !important;
	position: static !important;
	transform: none !important;
}

.vgoo-detail-small-note {
	margin-top: 26px !important;
	border: 0 !important;
	border-left: 6px solid var(--yellow) !important;
	border-radius: 18px !important;
	box-shadow: 0 16px 38px rgba(0, 31, 80, .09) !important;
}

/* Nearest places: remove the dark square/gradient completely, keep only round image + label */
.quick-nearest-plan .vgoo-near-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 24px !important;
	align-items: start !important;
}

.quick-nearest-plan .vgoo-near-card,
.quick-nearest-plan .nearest-card {
	position: relative !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	text-align: center !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	animation: none !important;
	transform: none !important;
}

.quick-nearest-plan .vgoo-near-card::before,
.quick-nearest-plan .vgoo-near-card::after,
.quick-nearest-plan .nearest-card::before,
.quick-nearest-plan .nearest-card::after {
	display: none !important;
	content: none !important;
	background: none !important;
}

.quick-nearest-plan .vgoo-near-card img,
.quick-nearest-plan .nearest-card img {
	width: 220px !important;
	height: 220px !important;
	min-height: 220px !important;
	max-width: 100% !important;
	border-radius: 50% !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
	margin: 0 auto !important;
	border: 6px solid var(--yellow) !important;
	box-shadow: 0 18px 42px rgba(0, 31, 80, .16) !important;
	filter: none !important;
}

.quick-nearest-plan .vgoo-near-card:hover img,
.quick-nearest-plan .nearest-card:hover img {
	transform: none !important;
}

.quick-nearest-plan .vgoo-near-card h5,
.quick-nearest-plan .nearest-card h5 {
	position: relative !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
	z-index: 4 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	max-width: 90% !important;
	min-height: 44px !important;
	margin: -24px auto 0 !important;
	padding: 10px 28px !important;
	border-radius: 999px !important;
	background: var(--yellow) !important;
	color: var(--navy) !important;
	font-weight: 900 !important;
	box-shadow: 0 12px 25px rgba(0, 31, 80, .16) !important;
}

@media (max-width:991px) {

	.destination-package-info .vgoo-detail-zigzag-row,
	.vgoo-final-detail-row {
		grid-template-columns: 1fr !important;
	}

	.destination-main-photo,
	.vgoo-final-image-card {
		height: 360px !important;
		min-height: 360px !important;
		max-height: 360px !important;
	}

	.vgoo-detail-info-card,
	.vgoo-final-info-card {
		height: auto !important;
		min-height: auto !important;
		max-height: none !important;
		padding: 26px 22px !important;
	}

	.quick-nearest-plan .vgoo-near-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width:575px) {
	.package-check-list {
		grid-template-columns: 1fr !important;
	}

	.package-check-list li {
		height: auto !important;
		min-height: 60px !important;
	}

	.quick-nearest-plan .vgoo-near-grid {
		grid-template-columns: 1fr !important;
	}

	.quick-nearest-plan .vgoo-near-card img,
	.quick-nearest-plan .nearest-card img {
		width: 210px !important;
		height: 210px !important;
		min-height: 210px !important;
	}
}

/* === VGOO SERVICE DROPDOWN PAGE CORRECTIONS - 03 JUL 2026 ===
   Applied to all 5 service dropdown pages. */

/* 1) Remove yellow border/box line from every service page hero content block */
.vgoo-service-body .service-rich-hero .svc-detail-hero-card,
.vgoo-service-body .svc-detail-hero-new .svc-detail-hero-card {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

.vgoo-service-body .service-rich-hero .svc-detail-hero-card:before,
.vgoo-service-body .service-rich-hero .svc-detail-hero-card:after,
.vgoo-service-body .svc-detail-hero-new .svc-detail-hero-card:before,
.vgoo-service-body .svc-detail-hero-new .svc-detail-hero-card:after {
	border: 0 !important;
	outline: 0 !important;
}

/* 2 & 3) Show the blue heading first, then the yellow label below it */
.vgoo-service-body .service-cream-section .text-center.mb-4,
.vgoo-service-body .related-services-rich .text-center.mb-4 {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
}

.vgoo-service-body .service-cream-section .text-center.mb-4 .svc-heading,
.vgoo-service-body .related-services-rich .text-center.mb-4 .svc-heading {
	order: 1 !important;
	margin-bottom: 0 !important;
}

.vgoo-service-body .service-cream-section .text-center.mb-4 .svc-label,
.vgoo-service-body .related-services-rich .text-center.mb-4 .svc-label {
	order: 2 !important;
	margin-bottom: 20px !important;
}

.vgoo-service-body .service-cream-section .text-center.mb-4 .svc-label:before,
.vgoo-service-body .related-services-rich .text-center.mb-4 .svc-label:before {
	width: 34px !important;
	height: 3px !important;
	background: #ffc107 !important;
}

/* 4) Make service cards interactive: hover changes cards to VGOO blue */
.vgoo-service-body .svc-step,
.vgoo-service-body .svc-info-card,
.vgoo-service-body .svc-list-panel,
.vgoo-service-body .service-overview-card {
	transition: all .35s ease !important;
}

.vgoo-service-body .svc-step:hover,
.vgoo-service-body .svc-info-card:hover,
.vgoo-service-body .svc-list-panel:hover,
.vgoo-service-body .service-overview-card:hover {
	background: #062b63 !important;
	border-color: #062b63 !important;
	color: #fff !important;
	transform: translateY(-8px) !important;
	box-shadow: 0 28px 75px rgba(6, 43, 99, .28) !important;
}

.vgoo-service-body .svc-step:hover p,
.vgoo-service-body .svc-info-card:hover span,
.vgoo-service-body .svc-list-panel:hover h3,
.vgoo-service-body .svc-list-panel:hover li,
.vgoo-service-body .service-overview-card:hover h3,
.vgoo-service-body .service-overview-card:hover p,
.vgoo-service-body .service-overview-card:hover a {
	color: #fff !important;
}

.vgoo-service-body .svc-step:hover b,
.vgoo-service-body .svc-info-card:hover i,
.vgoo-service-body .svc-list-panel:hover h3 i,
.vgoo-service-body .svc-list-panel:hover li i,
.vgoo-service-body .service-overview-card:hover .service-overview-icon {
	background: #ffc107 !important;
	color: #062b63 !important;
}

/* 5) Ready-to-book CTA box turns yellow on hover */
.vgoo-service-body .mini-cta-box.service-cream-cta {
	transition: all .35s ease !important;
}

.vgoo-service-body .mini-cta-box.service-cream-cta:hover {
	background: #ffc107 !important;
	border-color: #ffc107 !important;
	transform: translateY(-6px) !important;
	box-shadow: 0 30px 80px rgba(255, 193, 7, .35) !important;
}

.vgoo-service-body .mini-cta-box.service-cream-cta:hover h2,
.vgoo-service-body .mini-cta-box.service-cream-cta:hover p {
	color: #062b63 !important;
}

.vgoo-service-body .mini-cta-box.service-cream-cta:hover .btn-vgoo {
	background: #062b63 !important;
	color: #fff !important;
	box-shadow: 0 14px 30px rgba(6, 43, 99, .26) !important;
}


/* VGOO final premium animation update */
html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

.tour-package-hero {
	position: relative;
	overflow: hidden;
}

.tour-package-hero:after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 75% 35%, rgba(255, 193, 7, .22), transparent 28%), linear-gradient(120deg, transparent 0 45%, rgba(255, 255, 255, .10) 50%, transparent 56%);
	animation: vgooHeroLight 6s ease-in-out infinite;
	pointer-events: none;
}

@keyframes vgooHeroLight {

	0%,
	100% {
		transform: translateX(-10%);
		opacity: .45
	}

	50% {
		transform: translateX(12%);
		opacity: .9
	}
}

.premium-package-card,
.tour-info-card,
.service-card,
.feature-card,
.footer-cta-box {
	transition: transform .45s ease, box-shadow .45s ease, background .45s ease, color .45s ease;
	will-change: transform;
}

.premium-package-card:hover,
.tour-info-card:hover,
.service-card:hover,
.feature-card:hover {
	transform: translateY(-12px) scale(1.025);
	box-shadow: 0 28px 60px rgba(6, 43, 99, .22) !important;
}

.premium-package-card .package-img img {
	transition: transform .8s ease, filter .8s ease;
}

.premium-package-card:hover .package-img img {
	transform: scale(1.13) rotate(.8deg);
	filter: saturate(1.16) contrast(1.06);
}

.lightning-card {
	position: relative;
	overflow: hidden;
}

.lightning-card:before {
	content: "";
	position: absolute;
	top: -60%;
	left: -80%;
	width: 55%;
	height: 220%;
	background: linear-gradient(115deg, transparent, rgba(255, 255, 255, .72), rgba(255, 193, 7, .55), transparent);
	transform: rotate(18deg);
	transition: .7s;
	z-index: 5;
	pointer-events: none;
}

.lightning-card:hover:before {
	left: 130%;
}

.ai-temple-section {
	background: linear-gradient(180deg, #fff8e6 0%, #f5f9ff 100%);
	position: relative;
	overflow: hidden;
}

.ai-temple-section:before {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .18);
	filter: blur(8px);
	right: -160px;
	top: -140px;
	animation: vgooZoomPulse 5s infinite alternate;
}

.ai-flip-card {
	height: 390px;
	perspective: 1200px;
	border-radius: 28px;
}

.ai-flip-inner {
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	transition: transform .9s cubic-bezier(.2, .8, .2, 1);
}

.ai-flip-card:hover .ai-flip-inner {
	transform: rotateY(180deg) scale(1.02);
}

.ai-flip-front,
.ai-flip-back {
	position: absolute;
	inset: 0;
	border-radius: 28px;
	backface-visibility: hidden;
	overflow: hidden;
	box-shadow: 0 25px 65px rgba(6, 43, 99, .18);
}

.ai-flip-front {
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px;
	color: #fff;
	isolation: isolate;
}

.ai-flip-front:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(6, 43, 99, .05), rgba(6, 43, 99, .86));
	z-index: -1;
}

.ai-flip-front span {
	display: inline-flex;
	width: max-content;
	background: #ffc107;
	color: #062b63;
	padding: 8px 14px;
	border-radius: 999px;
	font-weight: 800;
	margin-bottom: 12px;
}

.ai-flip-front h3 {
	font-size: 30px;
	font-weight: 900;
	margin: 0;
	text-shadow: 0 4px 18px rgba(0, 0, 0, .35);
}

.ai-flip-back {
	transform: rotateY(180deg);
	background: linear-gradient(145deg, #062b63, #0c5aa6);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 32px;
}

.ai-flip-back i {
	font-size: 48px;
	color: #ffc107;
	margin-bottom: 18px;
	animation: vgooZoomPulse 1.8s infinite alternate;
}

.ai-flip-back h4 {
	font-weight: 900;
	font-size: 25px;
	margin-bottom: 10px;
}

.ai-flip-back p {
	color: rgba(255, 255, 255, .86);
}

.ai-flip-back a {
	display: inline-flex;
	margin-top: 10px;
	background: #ffc107;
	color: #062b63;
	text-decoration: none;
	font-weight: 900;
	padding: 11px 22px;
	border-radius: 999px;
}

.ai-zoom-card {
	animation: vgooSoftFloat 4.5s ease-in-out infinite;
}

.ai-pulse-card {
	animation: vgooZoomPulse 3.5s ease-in-out infinite alternate;
}

@keyframes vgooSoftFloat {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-12px)
	}
}

@keyframes vgooZoomPulse {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.045)
	}
}

@media(max-width:767px) {
	.ai-flip-card {
		height: 340px
	}

	.ai-flip-front h3 {
		font-size: 24px
	}
}


/* VGOO Tour Package Redesign - unique layouts and premium animations */
.tour-inspire-section {
	background: #f7f2e8;
	position: relative;
	overflow: hidden
}

.tour-inspire-section:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 10% 20%, rgba(255, 193, 7, .28), transparent 28%), radial-gradient(circle at 90% 70%, rgba(6, 43, 99, .12), transparent 32%);
	pointer-events: none
}

.tour-inspire-wrap {
	position: relative;
	z-index: 2
}

.tour-modern-hero-grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 32px;
	align-items: center
}

.tour-modern-copy h2 {
	font-family: 'Playfair Display', serif;
	font-size: clamp(34px, 5vw, 72px);
	line-height: .95;
	color: #062B63
}

.tour-modern-copy p {
	color: #53657a;
	max-width: 620px
}

.tour-plan-card {
	background: #fff;
	border-radius: 24px;
	padding: 24px;
	box-shadow: 0 28px 70px rgba(6, 43, 99, .16);
	border: 1px solid rgba(6, 43, 99, .08)
}

.tour-plan-card input,
.tour-plan-card select {
	border: 0;
	border-bottom: 1px solid #dbe2ea;
	border-radius: 0;
	padding: 13px 2px
}

.tour-showcase-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 38px
}

.tour-show-card {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	min-height: 250px;
	box-shadow: 0 22px 45px rgba(6, 43, 99, .18);
	transform-style: preserve-3d;
	transition: .55s ease
}

.tour-show-card:hover {
	transform: translateY(-12px) scale(1.03) rotateX(3deg)
}

.tour-show-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	transition: 1s
}

.tour-show-card:hover img {
	transform: scale(1.16)
}

.tour-show-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, .72))
}

.tour-show-card .cap {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 16px;
	z-index: 2;
	color: #fff
}

.tour-show-card .cap b {
	display: block;
	font-size: 20px
}

.unique-add-section {
	position: relative;
	overflow: hidden
}

.unique-add-section:before {
	content: "";
	position: absolute;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .22);
	filter: blur(30px);
	right: -80px;
	top: -80px
}

.ua-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	position: relative;
	z-index: 2
}

.ua-card {
	background: #fff;
	border-radius: 28px;
	padding: 14px;
	box-shadow: 0 24px 60px rgba(6, 43, 99, .12);
	border: 1px solid rgba(6, 43, 99, .08);
	transition: .45s ease;
	position: relative;
	overflow: hidden
}

.ua-card:before {
	content: "";
	position: absolute;
	top: -120%;
	left: -60%;
	width: 80%;
	height: 300%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .75), transparent);
	transform: rotate(25deg);
	transition: .75s
}

.ua-card:hover:before {
	left: 130%
}

.ua-card:hover {
	transform: translateY(-12px) scale(1.025);
	background: #062B63;
	color: #fff
}

.ua-img {
	height: 190px;
	border-radius: 22px;
	overflow: hidden
}

.ua-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .75s
}

.ua-card:hover img {
	transform: scale(1.18)
}

.ua-card h5 {
	margin: 15px 6px 6px;
	font-weight: 800;
	color: #062B63
}

.ua-card:hover h5,
.ua-card:hover p {
	color: #fff
}

.ua-card p {
	font-size: 14px;
	color: #66758a;
	margin: 0 6px 10px
}

.ua-card.flip {
	perspective: 1000px;
	padding: 0;
	background: transparent;
	box-shadow: none;
	border: 0;
	min-height: 285px
}

.ua-flip-inner {
	position: relative;
	width: 100%;
	height: 285px;
	transition: transform .75s;
	transform-style: preserve-3d
}

.ua-card.flip:hover .ua-flip-inner {
	transform: rotateY(180deg)
}

.ua-front,
.ua-back {
	position: absolute;
	inset: 0;
	backface-visibility: hidden;
	border-radius: 26px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(6, 43, 99, .14);
	background: #fff
}

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

.ua-front h5 {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 14px;
	background: #ffc107;
	border-radius: 999px;
	text-align: center;
	padding: 10px;
	color: #062B63
}

.ua-back {
	transform: rotateY(180deg);
	padding: 28px;
	background: linear-gradient(135deg, #062B63, #134f8e);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.ua-back h5 {
	color: #ffc107
}

.ua-mosaic {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	gap: 24px;
	align-items: center
}

.ua-mosaic-photos {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px
}

.ua-mosaic-photos img {
	height: 210px;
	width: 100%;
	object-fit: cover;
	border-radius: 26px;
	box-shadow: 0 18px 45px rgba(6, 43, 99, .16);
	transition: .45s
}

.ua-mosaic-photos img:nth-child(2) {
	transform: translateY(40px)
}

.ua-mosaic-photos img:hover {
	transform: translateY(-8px) scale(1.04)
}

.ua-story {
	background: #fff;
	border-radius: 30px;
	padding: 34px;
	box-shadow: 0 24px 60px rgba(6, 43, 99, .12)
}

.lightning-hover {
	position: relative;
	overflow: hidden
}

.lightning-hover:after {
	content: "";
	position: absolute;
	inset: -60%;
	background: conic-gradient(from 180deg, transparent, rgba(255, 193, 7, .55), transparent, rgba(255, 255, 255, .75), transparent);
	opacity: 0;
	animation: vgooSpin 5s linear infinite
}

.lightning-hover:hover:after {
	opacity: .75
}

.lightning-hover>* {
	position: relative;
	z-index: 2
}

@keyframes vgooSpin {
	to {
		transform: rotate(360deg)
	}
}

.zoom-pulse {
	animation: vgooZoom 4s ease-in-out infinite
}

@keyframes vgooZoom {

	0%,
	100% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.035)
	}
}

@media(max-width:991px) {

	.tour-modern-hero-grid,
	.ua-mosaic {
		grid-template-columns: 1fr
	}

	.tour-showcase-strip,
	.ua-grid {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media(max-width:575px) {

	.tour-showcase-strip,
	.ua-grid,
	.ua-mosaic-photos {
		grid-template-columns: 1fr
	}

	.tour-show-card {
		min-height: 220px
	}
}


/* Temple package special offer redesign */
.temple-offer-section {
	position: relative;
	overflow: hidden;
	padding: 90px 0;
	background: #061f46;
	isolation: isolate;
}

.temple-offer-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 12% 20%, rgba(255, 193, 7, .45), transparent 28%),
		linear-gradient(135deg, rgba(3, 22, 50, .96), rgba(5, 37, 80, .92)),
		url('../images/user-assets/tirumala.jpg') center/cover no-repeat;
	filter: saturate(1.05);
	z-index: -2;
}

.temple-offer-bg:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .18));
	z-index: -1;
}

.temple-offer-subtitle {
	max-width: 760px;
	margin: 12px auto 0;
	color: rgba(255, 255, 255, .82);
	font-weight: 500;
}

.temple-poster-card {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: 34px;
	align-items: center;
	padding: 34px;
	border-radius: 34px;
	background: linear-gradient(135deg, #ffc107 0 36%, #050505 36% 100%);
	box-shadow: 0 28px 70px rgba(0, 0, 0, .35);
	position: relative;
	overflow: hidden;
}

.temple-poster-card:before {
	content: "";
	position: absolute;
	inset: 14px;
	border: 1px dashed rgba(255, 255, 255, .35);
	border-radius: 28px;
	pointer-events: none;
}

.poster-left {
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 20px;
}

.poster-badge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	background: #fff;
	color: #062b63;
	border-radius: 999px;
	padding: 10px 16px;
	font-weight: 800;
	margin-bottom: 18px;
	box-shadow: 0 12px 25px rgba(0, 0, 0, .16);
}

.poster-left h3 {
	font-size: clamp(2.2rem, 5vw, 5.2rem);
	line-height: .92;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -2px;
	margin-bottom: 18px;
	text-shadow: 0 8px 20px rgba(0, 0, 0, .22);
}

.poster-left p {
	max-width: 520px;
	color: rgba(255, 255, 255, .83);
	font-weight: 500;
}

.poster-discount {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	flex-wrap: wrap;
	margin: 22px 0;
	color: #fff;
}

.poster-discount span {
	font-size: 1.6rem;
	font-weight: 900
}

.poster-discount strong {
	font-size: 4.5rem;
	line-height: .8;
	color: #050505;
	text-shadow: 0 2px 0 rgba(255, 255, 255, .35)
}

.poster-discount em {
	font-style: normal;
	font-weight: 800;
	color: #fff;
}

.poster-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #050505;
	color: #fff !important;
	border-radius: 6px;
	padding: 14px 28px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .5px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
}

.poster-btn:hover {
	background: #062b63;
	color: #ffc107 !important;
	transform: translateY(-3px);
}

.poster-collage {
	min-height: 420px;
	position: relative;
	perspective: 1000px;
}

.poster-collage img {
	position: absolute;
	object-fit: cover;
	border: 10px solid #fff;
	box-shadow: 0 22px 45px rgba(0, 0, 0, .38);
	transition: transform .55s ease, filter .55s ease;
}

.collage-main {
	width: 72%;
	height: 62%;
	left: 10%;
	top: 4%;
	transform: rotate(-1deg);
}

.collage-small {
	width: 38%;
	height: 31%;
}

.collage-a {
	left: 0;
	bottom: 8%;
	transform: rotate(7deg)
}

.collage-b {
	right: 7%;
	bottom: 3%;
	transform: rotate(-6deg)
}

.collage-c {
	right: 0;
	top: 18%;
	transform: rotate(5deg)
}

.poster-collage:hover .collage-main {
	transform: rotate(0) scale(1.04)
}

.poster-collage:hover .collage-a {
	transform: rotate(1deg) translateY(-8px) scale(1.06)
}

.poster-collage:hover .collage-b {
	transform: rotate(-1deg) translateY(-8px) scale(1.06)
}

.poster-collage:hover .collage-c {
	transform: rotate(0) translateY(-8px) scale(1.06)
}

.temple-addons-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.temple-addon-card {
	height: 260px;
	border-radius: 26px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: flex-end;
	text-decoration: none;
	box-shadow: 0 22px 45px rgba(0, 0, 0, .26);
	transform-style: preserve-3d;
	transition: transform .55s ease, box-shadow .55s ease;
}

.temple-addon-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s ease, filter .55s ease;
}

.temple-addon-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 15%, rgba(0, 0, 0, .83));
}

.temple-addon-card div {
	position: relative;
	z-index: 2;
	padding: 24px;
	color: #fff;
}

.temple-addon-card h4 {
	font-weight: 900;
	font-size: 1.35rem;
	margin: 0 0 8px
}

.temple-addon-card span {
	display: inline-block;
	background: #ffc107;
	color: #062b63;
	padding: 8px 14px;
	border-radius: 999px;
	font-weight: 900;
	font-size: .86rem;
}

.temple-addon-card:hover {
	transform: translateY(-12px) rotateX(5deg) rotateY(-5deg);
	box-shadow: 0 30px 70px rgba(255, 193, 7, .28);
}

.temple-addon-card:hover img {
	transform: scale(1.14);
	filter: saturate(1.25) contrast(1.08);
}

.lightning-zone:before {
	content: "";
	position: absolute;
	inset: -120%;
	background: linear-gradient(115deg, transparent 43%, rgba(255, 255, 255, .25) 48%, rgba(255, 193, 7, .78) 50%, rgba(255, 255, 255, .26) 52%, transparent 57%);
	transform: translateX(-70%) rotate(8deg);
	opacity: 0;
	z-index: 4;
	pointer-events: none;
}

.lightning-zone:hover:before {
	animation: templeLightning .8s ease both;
	opacity: 1;
}

@keyframes templeLightning {
	0% {
		transform: translateX(-75%) rotate(8deg);
		opacity: 0
	}

	20% {
		opacity: 1
	}

	100% {
		transform: translateX(75%) rotate(8deg);
		opacity: 0
	}
}

@media (max-width:991px) {
	.temple-poster-card {
		grid-template-columns: 1fr
	}

	.poster-collage {
		min-height: 350px
	}

	.temple-addons-grid {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width:575px) {
	.temple-offer-section {
		padding: 60px 0
	}

	.temple-poster-card {
		padding: 18px;
		border-radius: 24px
	}

	.poster-left {
		padding: 10px
	}

	.poster-left h3 {
		font-size: 2.3rem
	}

	.poster-discount strong {
		font-size: 3.3rem
	}

	.poster-collage {
		min-height: 300px
	}

	.temple-addons-grid {
		grid-template-columns: 1fr
	}

	.temple-addon-card {
		height: 230px
	}
}

/* Temple tour package: image-only premium collage layout */
.image-only-temple-section {
	padding: 90px 0;
	background: radial-gradient(circle at 10% 10%, rgba(255, 193, 7, .20), transparent 28%), linear-gradient(135deg, #061a33, #07101d 62%, #0b0b0b);
	overflow: hidden;
}

.image-only-temple-section .temple-offer-bg {
	opacity: .32;
}

.temple-image-only-layout {
	position: relative;
	width: min(1040px, 100%);
	min-height: 560px;
	margin: auto;
	border-radius: 34px;
	background: linear-gradient(135deg, rgba(255, 193, 7, .14), rgba(255, 255, 255, .06));
	box-shadow: 0 35px 100px rgba(0, 0, 0, .45), inset 0 0 0 1px rgba(255, 255, 255, .18);
	overflow: hidden;
	isolation: isolate;
}

.temple-image-only-layout:after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 50%, transparent 30%, rgba(0, 0, 0, .36)), linear-gradient(120deg, rgba(255, 193, 7, .24), transparent 42%, rgba(255, 255, 255, .10));
	pointer-events: none;
	z-index: 1;
}

.temple-image-only-layout:hover {
	box-shadow: 0 40px 115px rgba(255, 193, 7, .24), 0 35px 100px rgba(0, 0, 0, .48);
}

.temple-image-frame {
	position: absolute;
	background: #fff;
	padding: 12px;
	border-radius: 4px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .44);
	transition: transform .7s ease, box-shadow .7s ease, filter .7s ease;
	z-index: 2;
}

.temple-image-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: saturate(1.08) contrast(1.05);
}

.temple-main-frame {
	width: 49%;
	height: 340px;
	left: 31%;
	top: 68px;
	transform: rotate(-1.5deg);
	padding: 14px;
}

.temple-frame-a {
	width: 26%;
	height: 190px;
	left: 10%;
	top: 110px;
	transform: rotate(-8deg);
}

.temple-frame-b {
	width: 27%;
	height: 180px;
	right: 8%;
	top: 132px;
	transform: rotate(7deg);
}

.temple-frame-c {
	width: 29%;
	height: 175px;
	right: 14%;
	bottom: 66px;
	transform: rotate(-7deg);
}

.temple-frame-d {
	width: 25%;
	height: 160px;
	left: 22%;
	bottom: 76px;
	transform: rotate(7deg);
}

.temple-image-only-layout:hover .temple-main-frame {
	transform: translateY(-10px) scale(1.035) rotate(0deg);
	box-shadow: 0 30px 80px rgba(255, 193, 7, .28), 0 24px 60px rgba(0, 0, 0, .44);
}

.temple-image-only-layout:hover .temple-frame-a {
	transform: translate(-8px, -8px) scale(1.04) rotate(-10deg);
}

.temple-image-only-layout:hover .temple-frame-b {
	transform: translate(8px, -8px) scale(1.04) rotate(9deg);
}

.temple-image-only-layout:hover .temple-frame-c {
	transform: translate(9px, 8px) scale(1.04) rotate(-9deg);
}

.temple-image-only-layout:hover .temple-frame-d {
	transform: translate(-8px, 8px) scale(1.04) rotate(9deg);
}

.temple-image-only-layout.lightning-zone:before {
	content: "";
	position: absolute;
	inset: -80%;
	background: linear-gradient(115deg, transparent 43%, rgba(255, 255, 255, .16) 47%, rgba(255, 193, 7, .85) 50%, rgba(255, 255, 255, .30) 53%, transparent 58%);
	transform: translateX(-70%) rotate(12deg);
	opacity: 0;
	z-index: 8;
	pointer-events: none;
}

.temple-image-only-layout.lightning-zone:hover:before {
	animation: templeImageFlash .9s ease both;
	opacity: 1;
}

@keyframes templeImageFlash {
	0% {
		transform: translateX(-78%) rotate(12deg);
		opacity: 0
	}

	18% {
		opacity: 1
	}

	100% {
		transform: translateX(78%) rotate(12deg);
		opacity: 0
	}
}

@media (max-width:991px) {
	.temple-image-only-layout {
		min-height: 500px
	}

	.temple-main-frame {
		width: 56%;
		left: 24%;
		height: 300px
	}

	.temple-frame-a {
		left: 4%;
		width: 30%
	}

	.temple-frame-b {
		right: 3%;
		width: 31%
	}

	.temple-frame-c {
		right: 8%;
		width: 34%
	}

	.temple-frame-d {
		left: 15%;
		width: 30%
	}
}

@media (max-width:575px) {
	.image-only-temple-section {
		padding: 55px 0
	}

	.temple-image-only-layout {
		min-height: 640px;
		border-radius: 24px
	}

	.temple-image-frame {
		padding: 8px
	}

	.temple-main-frame {
		width: 84%;
		height: 245px;
		left: 8%;
		top: 35px
	}

	.temple-frame-a {
		width: 54%;
		height: 140px;
		left: 5%;
		top: 300px
	}

	.temple-frame-b {
		width: 54%;
		height: 140px;
		right: 5%;
		top: 405px
	}

	.temple-frame-c {
		width: 54%;
		height: 135px;
		left: 5%;
		bottom: 35px
	}

	.temple-frame-d {
		width: 46%;
		height: 128px;
		right: 6%;
		bottom: 85px
	}
}


/* =========================================================
   FINAL PACKAGE DETAIL CARD - compact attractive layout
   Requested: make the big package section smaller like the
   provided travel-card reference, with glow / lightning hover.
   ========================================================= */
.premium-detail-page .destination-package-info.vgoo-final-detail-section,
.premium-detail-page .destination-package-info {
	padding: 42px 0 !important;
	background: linear-gradient(180deg, #f5f9ff 0%, #eef6ff 100%) !important;
}

.premium-detail-page .destination-package-info .container,
.premium-detail-page .vgoo-final-detail-section .container {
	max-width: 1040px !important;
}

.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row,
.premium-detail-page .vgoo-final-detail-row {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 0 !important;
	align-items: stretch !important;
	border: 1.5px solid rgba(255, 193, 7, .85) !important;
	border-radius: 26px !important;
	overflow: hidden !important;
	background: #fffdf5 !important;
	box-shadow: 0 18px 45px rgba(6, 43, 99, .13) !important;
	position: relative !important;
	isolation: isolate !important;
}

.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row::before,
.premium-detail-page .vgoo-final-detail-row::before {
	content: "" !important;
	position: absolute !important;
	inset: -80px !important;
	background: linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, .72) 49%, transparent 56%);
	transform: translateX(-90%) rotate(8deg) !important;
	opacity: 0 !important;
	z-index: 4 !important;
	pointer-events: none !important;
}

.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row:hover::before,
.premium-detail-page .vgoo-final-detail-row:hover::before {
	opacity: 1 !important;
	animation: vgooLightningSweep .95s ease forwards !important;
}

@keyframes vgooLightningSweep {
	to {
		transform: translateX(90%) rotate(8deg);
		opacity: 0;
	}
}

.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row:hover,
.premium-detail-page .vgoo-final-detail-row:hover {
	transform: translateY(-5px) !important;
	box-shadow: 0 24px 70px rgba(255, 193, 7, .22), 0 22px 56px rgba(6, 43, 99, .18) !important;
	transition: .35s ease !important;
}

.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row>[class*="col-"],
.premium-detail-page .vgoo-final-detail-col {
	display: flex !important;
	min-width: 0 !important;
}

.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row>[class*="col-"]:first-child,
.premium-detail-page .vgoo-final-detail-col:first-child {
	order: 2 !important;
}

.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row>[class*="col-"]:nth-child(2),
.premium-detail-page .vgoo-final-detail-col:nth-child(2) {
	order: 1 !important;
}

.premium-detail-page .destination-main-photo,
.premium-detail-page .vgoo-final-image-card,
.premium-detail-page .vgoo-detail-info-card,
.premium-detail-page .vgoo-final-info-card {
	height: 330px !important;
	min-height: 330px !important;
	max-height: 330px !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
}

.premium-detail-page .destination-main-photo,
.premium-detail-page .vgoo-final-image-card {
	background: #063066 !important;
}

.premium-detail-page .destination-main-photo::after,
.premium-detail-page .vgoo-final-image-card::after {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background: linear-gradient(90deg, rgba(6, 43, 99, .22), transparent 38%, rgba(255, 193, 7, .06)) !important;
	pointer-events: none !important;
}

.premium-detail-page .destination-main-photo img,
.premium-detail-page .vgoo-final-image-card img {
	height: 100% !important;
	width: 100% !important;
	object-fit: cover !important;
	transition: transform .55s ease, filter .55s ease !important;
}

.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row:hover .destination-main-photo img,
.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row:hover .vgoo-final-image-card img {
	transform: scale(1.08) !important;
	filter: saturate(1.14) contrast(1.04) !important;
}

.premium-detail-page .destination-main-photo span,
.premium-detail-page .vgoo-final-image-card span {
	left: 22px !important;
	bottom: 20px !important;
	min-height: 38px !important;
	padding: 8px 20px !important;
	font-size: 13px !important;
	border-radius: 999px !important;
	background: #ffc107 !important;
	color: #062b63 !important;
}

.premium-detail-page .vgoo-detail-info-card,
.premium-detail-page .vgoo-final-info-card {
	padding: 30px 34px !important;
	justify-content: center !important;
	background: linear-gradient(135deg, #fffaf0 0%, #fffdf8 65%, #eef6ff 100%) !important;
}

.premium-detail-page .vgoo-detail-info-card .eyebrow {
	width: max-content !important;
	max-width: 100% !important;
	padding: 8px 16px !important;
	border-radius: 999px !important;
	background: #eaf3ff !important;
	color: #063066 !important;
	font-size: 12px !important;
	margin-bottom: 12px !important;
}

.premium-detail-page .vgoo-detail-info-card .section-title,
.premium-detail-page .vgoo-detail-info-card h2 {
	font-size: clamp(27px, 3vw, 42px) !important;
	line-height: 1.08 !important;
	margin: 0 0 12px !important;
	color: #062b63 !important;
}

.premium-detail-page .destination-lead {
	font-size: 14.5px !important;
	line-height: 1.65 !important;
	margin-bottom: 14px !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

.premium-detail-page .package-check-list {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 8px !important;
	margin-bottom: 14px !important;
}

.premium-detail-page .package-check-list li {
	min-height: 38px !important;
	height: auto !important;
	padding: 8px 10px !important;
	border-radius: 999px !important;
	font-size: 11.5px !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	background: #eef6ff !important;
}

.premium-detail-page .vgoo-detail-info-card .btn-vgoo {
	width: auto !important;
	min-width: 165px !important;
	height: 42px !important;
	min-height: 42px !important;
	font-size: 13px !important;
	margin-top: 2px !important;
}

.premium-detail-page .vgoo-detail-small-note {
	max-width: 1040px !important;
	margin: 18px auto 0 !important;
	padding: 14px 18px !important;
	font-size: 13.5px !important;
	border-left: 5px solid #ffc107 !important;
}

@media (max-width: 991.98px) {

	.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row,
	.premium-detail-page .vgoo-final-detail-row {
		grid-template-columns: 1fr !important;
	}

	.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row>[class*="col-"]:first-child,
	.premium-detail-page .vgoo-final-detail-col:first-child {
		order: 1 !important;
	}

	.premium-detail-page .destination-package-info .vgoo-detail-zigzag-row>[class*="col-"]:nth-child(2),
	.premium-detail-page .vgoo-final-detail-col:nth-child(2) {
		order: 2 !important;
	}

	.premium-detail-page .destination-main-photo,
	.premium-detail-page .vgoo-final-image-card {
		height: 230px !important;
		min-height: 230px !important;
		max-height: 230px !important;
	}

	.premium-detail-page .vgoo-detail-info-card,
	.premium-detail-page .vgoo-final-info-card {
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		padding: 24px 20px !important;
	}

	.premium-detail-page .package-check-list {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 575.98px) {
	.premium-detail-page .package-check-list {
		grid-template-columns: 1fr !important;
	}

	.premium-detail-page .destination-main-photo,
	.premium-detail-page .vgoo-final-image-card {
		height: 210px !important;
		min-height: 210px !important;
	}
}


/* ===== VGOO UNIQUE SERVICE PAGES - NO REPEATED LAYOUTS ===== */
.svc-unique {
	overflow: hidden;
	background: #fffdf7
}

.svc-unique .svc-label {
	display: inline-flex;
	letter-spacing: .11em;
	font-size: .78rem;
	font-weight: 800;
	color: #ffc107;
	background: rgba(6, 43, 99, .08);
	padding: 8px 14px;
	border-radius: 999px;
	margin-bottom: 14px
}

.svc-unique h1 {
	font-weight: 900;
	font-size: clamp(2.2rem, 5vw, 4.8rem);
	line-height: 1.02;
	color: #fff
}

.svc-unique h2,
.svc-unique h3,
.svc-unique h4 {
	color: #062b63;
	font-weight: 900
}

.svc-unique p {
	color: #445;
	line-height: 1.75
}

.svc-hero-diagonal,
.svc-hero-mandala,
.flight-hero,
.hotel-hero,
.support-hero,
.services-overview-hero {
	position: relative;
	padding: 130px 0 90px;
	background: linear-gradient(135deg, #062b63 0%, #0b3d82 55%, #071a36 100%);
	isolation: isolate
}

.svc-hero-diagonal:before,
.flight-hero:before,
.hotel-hero:before,
.support-hero:before,
.services-overview-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 25%, rgba(255, 193, 7, .35), transparent 28%), linear-gradient(120deg, transparent 0 45%, rgba(255, 255, 255, .08) 45% 47%, transparent 47%);
	z-index: -1
}

.svc-hero-diagonal p,
.svc-hero-mandala p,
.flight-hero p,
.hotel-hero p,
.support-hero p,
.services-overview-hero p {
	color: #fff;
	font-size: 1.08rem;
	max-width: 680px
}

.holiday-polaroid {
	background: #fff;
	padding: 14px;
	border-radius: 28px;
	transform: rotate(-3deg);
	box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
	animation: floaty 5s ease-in-out infinite
}

.holiday-polaroid img {
	width: 100%;
	height: 310px;
	object-fit: cover;
	border-radius: 22px
}

.holiday-polaroid span {
	display: block;
	text-align: center;
	color: #062b63;
	font-weight: 800;
	padding: 12px
}

.builder-panel,
.flight-control,
.hotel-checklist {
	background: #fff;
	border-radius: 30px;
	padding: 34px;
	box-shadow: 0 20px 50px rgba(6, 43, 99, .12);
	height: 100%;
	border: 1px solid rgba(6, 43, 99, .08)
}

.builder-chip-wrap {
	display: flex;
	gap: 10px;
	flex-wrap: wrap
}

.builder-chip-wrap span,
.flow-pills span {
	background: #062b63;
	color: #fff;
	border-radius: 999px;
	padding: 10px 15px;
	font-weight: 700
}

.builder-card,
.route-card,
.support-channel {
	position: relative;
	background: #fff;
	border-radius: 26px;
	padding: 28px;
	min-height: 210px;
	box-shadow: 0 18px 45px rgba(6, 43, 99, .12);
	border: 1px solid rgba(6, 43, 99, .08);
	transition: .35s
}

.builder-card i,
.route-card i,
.support-channel i,
.stay-card i {
	font-size: 2.2rem;
	color: #ffc107;
	margin-bottom: 16px
}

.lightning-card:after {
	content: "";
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	background: linear-gradient(120deg, transparent, rgba(255, 193, 7, .8), transparent);
	opacity: 0;
	z-index: -1;
	transition: .35s
}

.lightning-card:hover {
	transform: translateY(-10px);
	background: #062b63
}

.lightning-card:hover h4,
.lightning-card:hover h3,
.lightning-card:hover p {
	color: #fff
}

.lightning-card:hover:after {
	opacity: 1;
	filter: blur(10px)
}

.mosaic-grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr 1fr;
	grid-auto-rows: 170px;
	gap: 16px
}

.mosaic-tile {
	position: relative;
	border-radius: 26px;
	overflow: hidden;
	box-shadow: 0 20px 45px rgba(0, 0, 0, .14)
}

.mosaic-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s
}

.mosaic-tile b {
	position: absolute;
	left: 18px;
	bottom: 16px;
	color: #fff;
	background: rgba(6, 43, 99, .78);
	padding: 8px 14px;
	border-radius: 999px
}

.mosaic-tile:hover img {
	transform: scale(1.12)
}

.mosaic-tile.tall {
	grid-row: span 2
}

.mosaic-tile.wide {
	grid-column: span 2
}

.svc-hero-mandala {
	background: linear-gradient(135deg, #3b2200, #8a5200 45%, #062b63)
}

.svc-hero-mandala:before {
	content: "ॐ";
	position: absolute;
	right: 7%;
	top: 10%;
	font-size: 18rem;
	color: rgba(255, 193, 7, .08);
	font-weight: 900
}

.temple-orbit {
	position: relative;
	max-width: 440px;
	margin: auto
}

.temple-orbit img {
	width: 100%;
	height: 390px;
	object-fit: cover;
	border-radius: 50% 50% 28px 28px;
	border: 10px solid rgba(255, 255, 255, .25);
	box-shadow: 0 30px 80px rgba(0, 0, 0, .25)
}

.orbit-dot {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #ffc107;
	color: #062b63;
	font-size: 1.7rem;
	box-shadow: 0 0 35px rgba(255, 193, 7, .8);
	animation: pulseGlow 2.4s infinite
}

.dot-a {
	top: 5%;
	left: -5%
}

.dot-b {
	right: -3%;
	top: 38%
}

.dot-c {
	left: 12%;
	bottom: -3%
}

.timeline-wrap {
	position: relative;
	max-width: 980px;
	margin: auto
}

.timeline-wrap:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 3px;
	background: #ffc107
}

.timeline-item {
	width: 48%;
	background: #fff;
	border-radius: 26px;
	padding: 26px;
	box-shadow: 0 18px 45px rgba(6, 43, 99, .12);
	margin-bottom: 24px
}

.timeline-item:nth-child(even) {
	margin-left: auto
}

.timeline-item span {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	background: #062b63;
	color: #ffc107;
	border-radius: 50%;
	font-weight: 900
}

.temple-glow {
	background: #fff7df
}

.temple-glow-card {
	text-align: center;
	border-radius: 30px;
	padding: 32px;
	background: #062b63;
	color: #fff;
	box-shadow: 0 25px 55px rgba(6, 43, 99, .2);
	transition: .35s
}

.temple-glow-card h3,
.temple-glow-card p {
	color: #fff
}

.temple-glow-card i {
	font-size: 2.5rem;
	color: #ffc107;
	margin-bottom: 18px
}

.temple-glow-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 0 38px rgba(255, 193, 7, .75)
}

.boarding-pass-card {
	position: relative;
	background: #fff;
	border-radius: 34px;
	padding: 38px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .22)
}

.boarding-pass-card b {
	font-size: 3rem;
	color: #062b63
}

.boarding-pass-card i {
	font-size: 3rem;
	color: #ffc107;
	animation: planeMove 2.8s ease-in-out infinite
}

.boarding-pass-card hr {
	position: absolute;
	left: 35px;
	right: 35px;
	bottom: 65px;
	border-top: 2px dashed #9aa
}

.boarding-pass-card p {
	position: absolute;
	bottom: 20px;
	left: 38px;
	color: #062b63;
	font-weight: 800
}

.flight-control ul {
	padding-left: 18px;
	color: #062b63;
	font-weight: 700
}

.route-card {
	background: linear-gradient(180deg, #fff, #f4f8ff)
}

.sky-strip-box,
.lane-box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	background: #062b63;
	border-radius: 30px;
	padding: 22px;
	box-shadow: 0 20px 50px rgba(6, 43, 99, .18)
}

.sky-strip-box span,
.lane-box div {
	background: rgba(255, 255, 255, .09);
	color: #fff;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
	font-weight: 900
}

.sky-strip-box i {
	color: #ffc107;
	margin-right: 8px
}

.hotel-hero {
	background: linear-gradient(135deg, #062b63, #112b4a 60%, #5a3b00)
}

.hotel-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px
}

.hotel-gallery img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 26px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .18);
	transition: .35s
}

.hotel-gallery img:first-child {
	grid-row: span 2;
	height: 376px
}

.hotel-gallery img:hover {
	transform: translateY(-8px) scale(1.02)
}

.stay-card {
	text-align: center;
	background: #fff;
	border-radius: 28px;
	padding: 30px;
	min-height: 230px;
	box-shadow: 0 18px 45px rgba(6, 43, 99, .12);
	transition: .35s;
	border: 1px solid rgba(6, 43, 99, .08)
}

.stay-card:hover,
.stay-card.featured {
	background: #062b63;
	transform: translateY(-10px)
}

.stay-card:hover h4,
.stay-card:hover p,
.stay-card.featured h4,
.stay-card.featured p {
	color: #fff
}

.process-photo img {
	width: 100%;
	height: 410px;
	object-fit: cover;
	border-radius: 36px;
	box-shadow: 0 24px 60px rgba(6, 43, 99, .16)
}

.hotel-check {
	display: flex;
	align-items: center;
	gap: 14px;
	background: #fff7df;
	border-radius: 18px;
	padding: 16px;
	margin-top: 12px;
	font-weight: 800;
	color: #062b63
}

.hotel-check i {
	color: #ffc107
}

.support-hero {
	background: radial-gradient(circle at 75% 35%, #1260ba, #062b63 48%, #031225)
}

.support-radar {
	position: relative;
	width: 360px;
	height: 360px;
	margin: auto;
	display: grid;
	place-items: center
}

.radar-circle {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: #ffc107;
	color: #062b63;
	display: grid;
	place-items: center;
	font-size: 4rem;
	box-shadow: 0 0 50px rgba(255, 193, 7, .8);
	z-index: 2
}

.pulse {
	position: absolute;
	border: 2px solid rgba(255, 193, 7, .55);
	border-radius: 50%;
	animation: radar 3s linear infinite
}

.p1 {
	width: 210px;
	height: 210px
}

.p2 {
	width: 280px;
	height: 280px;
	animation-delay: .7s
}

.p3 {
	width: 350px;
	height: 350px;
	animation-delay: 1.4s
}

.support-command {
	background: #f4f8ff
}

.lane-box div b,
.lane-box div span {
	display: block
}

.lane-box div span {
	color: #ffc107;
	font-size: .9rem;
	margin-top: 4px
}

.services-overview-hero {
	padding: 130px 0 80px
}

.services-hero-card {
	max-width: 780px;
	background: rgba(255, 255, 255, .12);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, .2);
	padding: 44px;
	border-radius: 34px
}

.service-map-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px
}

.service-map-card {
	min-height: 260px;
	text-decoration: none;
	border-radius: 30px;
	padding: 26px;
	color: #fff;
	background: #062b63;
	box-shadow: 0 18px 45px rgba(6, 43, 99, .16);
	transition: .35s;
	position: relative;
	overflow: hidden
}

.service-map-card:before {
	content: "";
	position: absolute;
	inset: auto -30% -40% -30%;
	height: 55%;
	background: rgba(255, 193, 7, .25);
	transform: rotate(-8deg);
	transition: .35s
}

.service-map-card i {
	font-size: 2.4rem;
	color: #ffc107;
	margin-bottom: 18px;
	position: relative
}

.service-map-card h3,
.service-map-card p {
	color: #fff;
	position: relative
}

.service-map-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 0 35px rgba(255, 193, 7, .65)
}

.service-map-card:hover:before {
	height: 85%
}

.service-flow-band {
	background: #fff7df
}

.flow-pills {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: flex-end
}

.svc-unique-cta .mini-cta-box h2 {
	color: #062b63 !important
}

@keyframes floaty {

	0%,
	100% {
		transform: translateY(0) rotate(-3deg)
	}

	50% {
		transform: translateY(-14px) rotate(1deg)
	}
}

@keyframes pulseGlow {

	0%,
	100% {
		transform: scale(1);
		box-shadow: 0 0 20px rgba(255, 193, 7, .5)
	}

	50% {
		transform: scale(1.08);
		box-shadow: 0 0 45px rgba(255, 193, 7, 1)
	}
}

@keyframes planeMove {

	0%,
	100% {
		transform: translateX(-4px)
	}

	50% {
		transform: translateX(12px)
	}
}

@keyframes radar {
	0% {
		transform: scale(.65);
		opacity: .9
	}

	100% {
		transform: scale(1.1);
		opacity: 0
	}
}

@media(max-width:991px) {

	.svc-hero-diagonal,
	.svc-hero-mandala,
	.flight-hero,
	.hotel-hero,
	.support-hero,
	.services-overview-hero {
		padding: 105px 0 70px
	}

	.mosaic-grid,
	.service-map-grid {
		grid-template-columns: 1fr 1fr
	}

	.timeline-wrap:before {
		left: 18px
	}

	.timeline-item,
	.timeline-item:nth-child(even) {
		width: 100%;
		margin-left: 0;
		padding-left: 58px
	}

	.sky-strip-box,
	.lane-box {
		grid-template-columns: 1fr 1fr
	}

	.flow-pills {
		justify-content: flex-start
	}

	.hotel-gallery img:first-child {
		height: 280px
	}

	.support-radar {
		width: 280px;
		height: 280px
	}

	.p3 {
		width: 270px;
		height: 270px
	}
}

@media(max-width:575px) {
	.svc-unique h1 {
		font-size: 2.25rem
	}

	.mosaic-grid,
	.service-map-grid,
	.sky-strip-box,
	.lane-box {
		grid-template-columns: 1fr
	}

	.mosaic-tile,
	.mosaic-tile.tall,
	.mosaic-tile.wide {
		grid-column: auto;
		grid-row: auto;
		height: 210px
	}

	.boarding-pass-card {
		display: block;
		text-align: center
	}

	.boarding-pass-card hr,
	.boarding-pass-card p {
		position: static
	}

	.hotel-gallery {
		grid-template-columns: 1fr
	}

	.hotel-gallery img,
	.hotel-gallery img:first-child {
		height: 230px
	}

	.temple-orbit img {
		height: 300px
	}

	.orbit-dot {
		width: 54px;
		height: 54px
	}

	.support-radar {
		width: 240px;
		height: 240px
	}

	.p1 {
		width: 160px;
		height: 160px
	}

	.p2 {
		width: 210px;
		height: 210px
	}

	.p3 {
		width: 240px;
		height: 240px
	}
}

/* Temple pilgrimage page - professional replacement section */
.temple-journey-pro {
	position: relative;
	background: linear-gradient(180deg, #f7fbff 0%, #ffffff 56%, #fff8e4 100%);
	overflow: hidden;
}

.temple-journey-pro:before {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	right: -130px;
	top: 35px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 193, 7, .24), rgba(255, 193, 7, 0) 68%);
}

.temple-journey-pro:after {
	content: "";
	position: absolute;
	width: 240px;
	height: 240px;
	left: -90px;
	bottom: 25px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(6, 43, 99, .10), rgba(6, 43, 99, 0) 70%);
}

.temple-journey-pro .container {
	position: relative;
	z-index: 2;
}

.temple-lead {
	font-size: 1.05rem;
	margin-bottom: 24px;
}

.temple-note-box {
	display: flex;
	gap: 16px;
	align-items: center;
	background: #fff;
	border: 1px solid rgba(6, 43, 99, .08);
	border-radius: 24px;
	padding: 20px;
	box-shadow: 0 18px 45px rgba(6, 43, 99, .10);
	border-left: 6px solid #ffc107;
}

.temple-note-box i {
	width: 58px;
	height: 58px;
	border-radius: 18px;
	display: grid;
	place-items: center;
	background: #062b63;
	color: #ffc107;
	font-size: 1.6rem;
	flex: 0 0 auto;
}

.temple-note-box b {
	display: block;
	color: #062b63;
	font-weight: 900;
	margin-bottom: 4px;
}

.temple-note-box span {
	display: block;
	color: #56606f;
	font-size: .95rem;
	line-height: 1.55;
}

.darshan-process-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.darshan-step {
	position: relative;
	background: #fff;
	border: 1px solid rgba(6, 43, 99, .08);
	border-radius: 28px;
	padding: 28px 24px 26px;
	min-height: 245px;
	box-shadow: 0 20px 55px rgba(6, 43, 99, .11);
	overflow: hidden;
	transition: .35s ease;
}

.darshan-step:before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 5px;
	background: linear-gradient(90deg, #ffc107, #062b63);
}

.darshan-step span {
	position: absolute;
	right: 18px;
	top: 16px;
	font-size: 2.9rem;
	font-weight: 900;
	color: rgba(6, 43, 99, .08);
	line-height: 1;
}

.darshan-step i {
	width: 62px;
	height: 62px;
	border-radius: 20px;
	display: grid;
	place-items: center;
	background: #fff6d7;
	color: #062b63;
	font-size: 1.65rem;
	margin-bottom: 18px;
	box-shadow: inset 0 0 0 1px rgba(255, 193, 7, .45);
}

.darshan-step h4 {
	font-weight: 900;
	color: #062b63;
	margin-bottom: 10px;
}

.darshan-step p {
	margin: 0;
	color: #4f5f72;
	line-height: 1.65;
}

.darshan-step:hover {
	transform: translateY(-10px);
	background: #062b63;
	box-shadow: 0 0 38px rgba(255, 193, 7, .45), 0 28px 65px rgba(6, 43, 99, .22);
}

.darshan-step:hover h4,
.darshan-step:hover p {
	color: #fff !important;
}

.darshan-step:hover i {
	background: #ffc107;
	color: #062b63;
}

.darshan-step:hover span {
	color: rgba(255, 255, 255, .14);
}

.featured-step {
	transform: translateY(18px);
}

@media(max-width:991px) {
	.featured-step {
		transform: none
	}

	.darshan-process-grid {
		grid-template-columns: 1fr 1fr
	}
}

@media(max-width:575px) {
	.darshan-process-grid {
		grid-template-columns: 1fr
	}

	.temple-note-box {
		align-items: flex-start
	}

	.darshan-step {
		min-height: auto
	}
}

/* Final flight page alignment + animation fixes requested */
.flight-page .flight-hero {
	min-height: 520px;
	display: flex;
	align-items: center;
	padding: 95px 0 80px !important;
	overflow: hidden;
}

.flight-page .flight-hero .row {
	min-height: 340px;
	align-items: center !important;
}

.flight-page .flight-hero h1 {
	max-width: 560px;
	letter-spacing: -1px;
}

.flight-page .flight-hero p {
	max-width: 620px;
	text-align: left !important;
}

.flight-page .boarding-pass-card {
	max-width: 560px;
	width: 100%;
	margin: 0 auto;
	min-height: 150px;
	padding: 30px 36px 58px;
	border-radius: 30px;
	align-items: center;
	transform: translateY(0);
	animation: ticketFloat 4.5s ease-in-out infinite;
	overflow: hidden;
}

.flight-page .boarding-pass-card:before {
	content: "";
	position: absolute;
	inset: -80px auto -80px -35%;
	width: 34%;
	background: linear-gradient(90deg, transparent, rgba(255, 193, 7, .42), transparent);
	transform: skewX(-18deg);
	animation: ticketShine 3.8s ease-in-out infinite;
}

.flight-page .boarding-pass-card b {
	font-size: clamp(2rem, 4vw, 3.1rem);
	line-height: 1;
	white-space: nowrap;
}

.flight-page .boarding-pass-card small {
	font-weight: 700;
	color: #4c5d70;
}

.flight-page .boarding-pass-card p {
	left: 38px;
	right: 38px;
	bottom: 14px;
	margin: 0;
	text-align: center !important;
	max-width: none;
	color: #062b63 !important;
}

.flight-page .boarding-pass-card hr {
	bottom: 52px;
	opacity: .55;
}

.flight-page .flight-dashboard {
	padding-top: 50px !important;
	padding-bottom: 48px !important;
}

.flight-page .flight-dashboard .row.align-items-stretch {
	align-items: stretch !important;
}

.flight-page .flight-control,
.flight-page .route-card {
	min-height: 220px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	border-radius: 24px;
	overflow: hidden;
}

.flight-page .flight-control {
	padding: 32px 34px;
}

.flight-page .flight-control p,
.flight-page .route-card p {
	text-align: left !important;
	word-spacing: normal !important;
}

.flight-page .route-card {
	padding: 28px 28px 24px;
	isolation: isolate;
	animation: softLift 5s ease-in-out infinite;
}

.flight-page .route-card:nth-child(2n) {
	animation-delay: .7s;
}

.flight-page .route-card:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 193, 7, .16), transparent 42%, rgba(6, 43, 99, .08));
	opacity: 0;
	transition: .35s;
	z-index: -1;
}

.flight-page .route-card:hover {
	transform: translateY(-9px) rotate(.7deg);
	box-shadow: 0 24px 60px rgba(6, 43, 99, .18), 0 0 22px rgba(255, 193, 7, .35);
	border-color: rgba(255, 193, 7, .65);
}

.flight-page .route-card:hover:before {
	opacity: 1;
}

.flight-page .route-card i {
	transition: .35s;
}

.flight-page .route-card:hover i {
	transform: scale(1.12) rotate(-8deg);
	filter: drop-shadow(0 0 10px rgba(255, 193, 7, .7));
}

.flight-page .sky-strip {
	padding-top: 18px !important;
	padding-bottom: 34px !important;
}

.flight-page .sky-strip-box {
	max-width: 1120px;
	margin: 0 auto;
	padding: 16px;
	border-radius: 28px;
	position: relative;
	overflow: hidden;
}

.flight-page .sky-strip-box:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25%;
	width: 18%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .22), transparent);
	transform: skewX(-20deg);
	animation: stripSweep 4s linear infinite;
}

.flight-page .sky-strip-box span {
	min-height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border-radius: 18px;
	transition: .35s;
	position: relative;
}

.flight-page .sky-strip-box span:hover {
	background: #ffc107;
	color: #062b63;
	transform: translateY(-5px) scale(1.02);
}

.flight-page .sky-strip-box span:hover i {
	color: #062b63;
	animation: iconBounce .65s ease;
}

@keyframes ticketFloat {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}
}

@keyframes ticketShine {
	0% {
		left: -45%;
		opacity: 0
	}

	35% {
		opacity: 1
	}

	70%,
	100% {
		left: 120%;
		opacity: 0
	}
}

@keyframes softLift {

	0%,
	100% {
		translate: 0 0
	}

	50% {
		translate: 0 -5px
	}
}

@keyframes stripSweep {
	0% {
		left: -30%
	}

	100% {
		left: 120%
	}
}

@keyframes iconBounce {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-6px)
	}
}

@media(max-width:991px) {
	.flight-page .flight-hero {
		padding: 80px 0 65px !important;
		min-height: auto;
		text-align: center;
	}

	.flight-page .flight-hero p {
		margin-left: auto;
		margin-right: auto;
		text-align: center !important;
	}

	.flight-page .boarding-pass-card {
		margin-top: 20px;
	}
}

@media(max-width:575px) {
	.flight-page .boarding-pass-card {
		padding: 26px 20px 28px;
		display: grid;
		gap: 10px;
		min-height: auto;
	}

	.flight-page .boarding-pass-card hr {
		display: none;
	}

	.flight-page .boarding-pass-card b {
		white-space: normal;
	}

	.flight-page .sky-strip-box {
		grid-template-columns: 1fr 1fr !important;
	}
}

/* Latest requested fixes: flight hero ticket redesign, compact CTA, footer contact alignment */
.flight-page .flight-hero {
	min-height: 500px !important;
	padding: 75px 0 70px !important;
}

.flight-page .flight-hero .row {
	align-items: center !important;
	row-gap: 30px;
}

.flight-page .boarding-pass-card {
	max-width: 560px !important;
	min-height: 190px !important;
	padding: 30px 36px 36px !important;
	border-radius: 34px !important;
	background: linear-gradient(135deg, #ffffff 0%, #fff8dc 48%, #e9f3ff 100%) !important;
	border: 2px solid rgba(255, 193, 7, .8) !important;
	box-shadow: 0 24px 70px rgba(6, 43, 99, .26), 0 0 0 8px rgba(255, 193, 7, .08) !important;
	display: grid !important;
	grid-template-columns: 1fr 70px 1fr !important;
	gap: 14px !important;
	align-items: center !important;
	justify-items: center !important;
	overflow: hidden !important;
}

.flight-page .boarding-pass-card:after {
	content: "";
	position: absolute;
	left: 36px;
	right: 36px;
	top: 50%;
	border-top: 3px dashed rgba(6, 43, 99, .22);
	z-index: 0;
}

.flight-page .boarding-pass-card:before {
	width: 42% !important;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .9), rgba(255, 193, 7, .45), transparent) !important;
	z-index: 3 !important;
}

.flight-page .boarding-pass-card div,
.flight-page .boarding-pass-card i {
	position: relative;
	z-index: 2;
}

.flight-page .boarding-pass-card div {
	width: 100%;
	background: #fff;
	border: 1px solid rgba(6, 43, 99, .12);
	border-radius: 22px;
	padding: 14px 12px;
	text-align: center;
	box-shadow: 0 12px 28px rgba(6, 43, 99, .10);
}

.flight-page .boarding-pass-card small {
	display: block;
	font-size: .72rem;
	letter-spacing: .12em;
	color: #667085 !important;
}

.flight-page .boarding-pass-card b {
	font-size: clamp(1.85rem, 3.3vw, 2.65rem) !important;
	color: #062b63 !important;
	letter-spacing: .02em;
}

.flight-page .boarding-pass-card i {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #ffc107;
	color: #062b63 !important;
	font-size: 2.15rem !important;
	box-shadow: 0 0 22px rgba(255, 193, 7, .7);
	transform: rotate(8deg);
}

.flight-page .boarding-pass-card hr {
	display: none !important;
}

.flight-page .boarding-pass-card p {
	grid-column: 1/-1;
	position: relative !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	margin: 8px 0 0 !important;
	width: auto;
	background: #062b63;
	color: #fff !important;
	border-radius: 999px;
	padding: 9px 20px;
	font-size: .92rem;
	letter-spacing: .01em;
	box-shadow: 0 10px 24px rgba(6, 43, 99, .22);
}

.flight-page .service-mini-cta {
	padding-top: 28px !important;
	padding-bottom: 48px !important;
}

.flight-page .service-mini-cta .mini-cta-box,
.flight-page .service-cream-cta {
	max-width: 900px !important;
	margin: 0 auto !important;
	padding: 34px 44px !important;
	border-radius: 24px !important;
	min-height: auto !important;
}

.flight-page .service-mini-cta h2 {
	font-size: clamp(1.65rem, 3.4vw, 3rem) !important;
	margin-bottom: 14px !important;
	line-height: 1.14 !important;
}

.flight-page .service-mini-cta p {
	max-width: 640px !important;
	margin: 0 auto 20px !important;
	line-height: 1.55 !important;
	text-align: center !important;
}

.flight-page .sky-strip-box {
	transform: translateY(-8px);
	animation: stripPulse 4.5s ease-in-out infinite;
}

.flight-page .sky-strip-box span {
	background: linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .06)) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15);
}

@keyframes stripPulse {

	0%,
	100% {
		box-shadow: 0 20px 50px rgba(6, 43, 99, .18)
	}

	50% {
		box-shadow: 0 26px 65px rgba(6, 43, 99, .26), 0 0 26px rgba(255, 193, 7, .18)
	}
}

.site-footer .footer-contact-row,
.site-footer p.footer-contact-row,
.site-footer .footer-address-line {
	display: grid !important;
	grid-template-columns: 22px minmax(0, 1fr) !important;
	column-gap: 10px !important;
	align-items: start !important;
	margin: 10px 0 !important;
	line-height: 1.55 !important;
}

.site-footer .footer-contact-row i,
.site-footer .footer-address-line i {
	width: 22px !important;
	min-width: 22px !important;
	margin-top: 3px !important;
	text-align: center !important;
	line-height: 1.2 !important;
}

.site-footer .footer-contact-row span,
.site-footer .footer-address-line span {
	display: block !important;
	padding-left: 0 !important;
	text-align: left !important;
}

@media(max-width:991px) {
	.flight-page .boarding-pass-card {
		max-width: 520px !important;
		margin: 22px auto 0 !important;
	}

	.flight-page .service-mini-cta .mini-cta-box {
		padding: 30px 24px !important;
	}
}

@media(max-width:575px) {
	.flight-page .boarding-pass-card {
		grid-template-columns: 1fr !important;
		padding: 24px 18px !important;
	}

	.flight-page .boarding-pass-card:after {
		display: none;
	}

	.flight-page .boarding-pass-card p {
		font-size: .82rem;
		padding: 8px 14px;
	}
}

/* Final user requested cleanup: remove flight process strip, compact service CTAs, align footer icons, hover-only stay boxes */
.flight-page .sky-strip,
.flight-page .sky-strip-box {
	display: none !important;
}

/* make service dropdown page CTA cards smaller and cleaner */
.svc-unique-cta {
	padding-top: 24px !important;
	padding-bottom: 42px !important;
}

.svc-unique-cta .mini-cta-box,
.svc-unique-cta .service-cream-cta {
	max-width: 760px !important;
	padding: 26px 34px !important;
	border-radius: 22px !important;
	min-height: auto !important;
	box-shadow: 0 18px 38px rgba(6, 43, 99, .12) !important;
}

.svc-unique-cta .mini-cta-box h2 {
	font-size: clamp(1.6rem, 3vw, 2.55rem) !important;
	line-height: 1.12 !important;
	margin-bottom: 12px !important;
	text-align: center !important;
}

.svc-unique-cta .mini-cta-box p {
	max-width: 560px !important;
	margin: 0 auto 18px !important;
	font-size: 1rem !important;
	line-height: 1.55 !important;
	text-align: center !important;
}

.svc-unique-cta .btn {
	padding: 12px 24px !important;
	border-radius: 12px !important;
}

/* footer contact icon and text exact alignment */
.site-footer .footer-contact-row,
.site-footer p.footer-contact-row,
.site-footer .footer-address-line,
.site-footer .footer-phone-line,
.site-footer .footer-email-line,
.site-footer .footer-web-line {
	display: flex !important;
	align-items: flex-start !important;
	gap: 12px !important;
	width: 100% !important;
	margin: 9px 0 !important;
	line-height: 1.5 !important;
}

.site-footer .footer-contact-row i,
.site-footer .footer-address-line i,
.site-footer .footer-phone-line i,
.site-footer .footer-email-line i,
.site-footer .footer-web-line i {
	flex: 0 0 20px !important;
	width: 20px !important;
	min-width: 20px !important;
	margin-top: 4px !important;
	text-align: center !important;
	color: #ffc107 !important;
}

.site-footer .footer-contact-row span,
.site-footer .footer-address-line span,
.site-footer .footer-phone-line span,
.site-footer .footer-email-line span,
.site-footer .footer-web-line span {
	display: block !important;
	flex: 1 1 auto !important;
	text-align: left !important;
	padding-left: 0 !important;
}

.site-footer .footer-contact-row a {
	line-height: 1.5 !important;
}

/* hotel/stay section: equal compact boxes; color changes only on cursor hover */
.stay-categories .row {
	align-items: stretch !important;
}

.stay-categories .col-lg-3 {
	display: flex !important;
}

.stay-card,
.stay-card.featured {
	width: 100% !important;
	min-height: 190px !important;
	padding: 24px 20px !important;
	border-radius: 24px !important;
	background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%) !important;
	color: #062b63 !important;
	border: 1px solid rgba(6, 43, 99, .10) !important;
	box-shadow: 0 14px 34px rgba(6, 43, 99, .10) !important;
	transform: none !important;
	transition: transform .35s ease, background .35s ease, box-shadow .35s ease, border-color .35s ease !important;
	overflow: hidden !important;
	position: relative !important;
}

.stay-card:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% -20%, rgba(255, 193, 7, .35), transparent 42%);
	opacity: 0;
	transition: .35s;
	pointer-events: none;
}

.stay-card i,
.stay-card.featured i {
	color: #ffc107 !important;
	transition: .35s;
	position: relative;
	z-index: 1;
}

.stay-card h4,
.stay-card p,
.stay-card.featured h4,
.stay-card.featured p {
	color: #062b63 !important;
	position: relative;
	z-index: 1;
	transition: .35s;
}

.stay-card:hover,
.stay-card.featured:hover {
	background: #062b63 !important;
	border-color: #ffc107 !important;
	transform: translateY(-10px) scale(1.03) !important;
	box-shadow: 0 20px 45px rgba(6, 43, 99, .24), 0 0 28px rgba(255, 193, 7, .35) !important;
}

.stay-card:hover:before {
	opacity: 1;
}

.stay-card:hover h4,
.stay-card:hover p,
.stay-card.featured:hover h4,
.stay-card.featured:hover p {
	color: #fff !important;
}

.stay-card:hover i,
.stay-card.featured:hover i {
	transform: translateY(-6px) rotate(-6deg) scale(1.12);
	filter: drop-shadow(0 0 10px rgba(255, 193, 7, .8));
}

@media(max-width:575px) {

	.svc-unique-cta .mini-cta-box,
	.svc-unique-cta .service-cream-cta {
		max-width: 92% !important;
		padding: 24px 18px !important;
	}

	.stay-card,
	.stay-card.featured {
		min-height: 165px !important;
	}
}


/* ===== FINAL USER FIX: compact centered service CTA + footer contact alignment ===== */
.svc-unique-cta {
	padding-top: 18px !important;
	padding-bottom: 28px !important;
}

.svc-unique-cta .container {
	display: flex !important;
	justify-content: center !important;
}

.svc-unique-cta .mini-cta-box,
.svc-unique-cta .service-cream-cta {
	width: 72% !important;
	max-width: 920px !important;
	min-height: 0 !important;
	padding: 20px 28px 22px !important;
	margin: 0 auto !important;
	border-radius: 18px !important;
	text-align: center !important;
	box-shadow: 0 12px 30px rgba(6, 43, 99, .12) !important;
}

.svc-unique-cta .mini-cta-box h2,
.svc-unique-cta .service-cream-cta h2 {
	font-size: clamp(1.45rem, 2.35vw, 2.25rem) !important;
	line-height: 1.05 !important;
	margin: 0 0 8px !important;
	white-space: nowrap !important;
	text-align: center !important;
}

.svc-unique-cta .mini-cta-box p,
.svc-unique-cta .service-cream-cta p {
	max-width: none !important;
	width: 100% !important;
	margin: 0 auto 12px !important;
	font-size: .96rem !important;
	line-height: 1.35 !important;
	text-align: center !important;
	white-space: nowrap !important;
}

.svc-unique-cta .mini-cta-box .btn,
.svc-unique-cta .service-cream-cta .btn {
	padding: 9px 22px !important;
	border-radius: 11px !important;
	font-size: .92rem !important;
}

/* match compact CTA on flight page too */
.flight-page .service-mini-cta {
	padding-top: 18px !important;
	padding-bottom: 28px !important;
}

.flight-page .service-mini-cta .container {
	display: flex !important;
	justify-content: center !important;
}

.flight-page .service-mini-cta .mini-cta-box,
.flight-page .service-cream-cta {
	width: 72% !important;
	max-width: 920px !important;
	padding: 20px 28px 22px !important;
	border-radius: 18px !important;
	min-height: 0 !important;
	margin: 0 auto !important;
}

.flight-page .service-mini-cta h2 {
	font-size: clamp(1.45rem, 2.35vw, 2.25rem) !important;
	line-height: 1.05 !important;
	margin: 0 0 8px !important;
	white-space: nowrap !important;
	text-align: center !important;
}

.flight-page .service-mini-cta p {
	max-width: none !important;
	width: 100% !important;
	margin: 0 auto 12px !important;
	font-size: .96rem !important;
	line-height: 1.35 !important;
	text-align: center !important;
	white-space: nowrap !important;
}

.flight-page .service-mini-cta .btn {
	padding: 9px 22px !important;
	border-radius: 11px !important;
	font-size: .92rem !important;
}

/* footer: icon and text aligned cleanly on all pages */
.site-footer .footer-phone-list {
	margin: 0 !important;
}

.site-footer .footer-contact-row,
.site-footer p.footer-contact-row,
.site-footer a.footer-contact-row,
.site-footer .footer-address-line,
.site-footer .footer-phone-line,
.site-footer .footer-email-line,
.site-footer .footer-web-line {
	display: grid !important;
	grid-template-columns: 22px minmax(0, 1fr) !important;
	column-gap: 10px !important;
	align-items: flex-start !important;
	margin: 8px 0 !important;
	padding: 0 !important;
	line-height: 1.5 !important;
	text-align: left !important;
	color: #dbe8ff !important;
}

.site-footer .footer-contact-row i,
.site-footer .footer-address-line i,
.site-footer .footer-phone-line i,
.site-footer .footer-email-line i,
.site-footer .footer-web-line i {
	grid-column: 1 !important;
	width: 22px !important;
	min-width: 22px !important;
	height: 22px !important;
	line-height: 22px !important;
	margin: 1px 0 0 !important;
	text-align: center !important;
	color: #ffc107 !important;
}

.site-footer .footer-contact-row span,
.site-footer .footer-address-line span,
.site-footer .footer-phone-line span,
.site-footer .footer-email-line span,
.site-footer .footer-web-line span {
	grid-column: 2 !important;
	display: block !important;
	text-align: left !important;
	padding: 0 !important;
	margin: 0 !important;
}

.site-footer .footer-contact-row a {
	display: inline !important;
	margin: 0 !important;
	line-height: inherit !important;
	color: #fff !important;
}

.site-footer .footer-address-line br {
	display: block !important;
}

@media(max-width:991px) {

	.svc-unique-cta .mini-cta-box,
	.svc-unique-cta .service-cream-cta,
	.flight-page .service-mini-cta .mini-cta-box,
	.flight-page .service-cream-cta {
		width: 88% !important;
		padding: 19px 18px !important;
	}

	.svc-unique-cta .mini-cta-box h2,
	.svc-unique-cta .service-cream-cta h2,
	.flight-page .service-mini-cta h2 {
		white-space: normal !important;
	}

	.svc-unique-cta .mini-cta-box p,
	.svc-unique-cta .service-cream-cta p,
	.flight-page .service-mini-cta p {
		white-space: normal !important;
	}
}

@media(max-width:575px) {

	.svc-unique-cta .mini-cta-box,
	.svc-unique-cta .service-cream-cta,
	.flight-page .service-mini-cta .mini-cta-box,
	.flight-page .service-cream-cta {
		width: 94% !important;
		padding: 18px 14px !important;
		border-radius: 16px !important;
	}
}


/* Final fix: Custom Holiday image/text equal alignment */
.custom-mosaic .row {
	align-items: center !important;
}

.custom-mosaic .col-lg-4 {
	min-height: 356px;
	display: flex !important;
	align-items: center !important;
}

.custom-mosaic .mosaic-text-block {
	max-width: 380px;
}

.custom-mosaic .mosaic-text-block h2 {
	margin-bottom: 16px;
	line-height: 1.12;
}

.custom-mosaic .mosaic-text-block p {
	margin-bottom: 0;
	line-height: 1.72;
	text-align: justify;
}

.custom-mosaic .mosaic-grid {
	align-items: stretch;
}

@media(max-width:991px) {
	.custom-mosaic .col-lg-4 {
		min-height: auto;
		display: block !important;
	}

	.custom-mosaic .mosaic-text-block {
		max-width: 100%;
		text-align: center;
		margin: 0 auto 18px;
	}

	.custom-mosaic .mosaic-text-block p {
		text-align: center;
	}
}


/* ===== Latest requested fixes: compact form, live app links, swapped holiday section ===== */
.plan-card-compact {
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	padding: 26px 28px !important;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.plan-card-compact .eyebrow {
	margin-bottom: 6px;
}

.plan-card-compact .form-control,
.plan-card-compact select.form-control {
	width: 100%;
	min-height: 42px;
	line-height: 1.25;
	background: #fff;
}

.plan-card-compact .row {
	align-items: center;
}

.tour-submit-btn {
	width: auto !important;
	min-width: 190px;
	align-self: center;
	padding: 12px 38px !important;
	border-radius: 16px !important;
	box-shadow: 0 14px 28px rgba(255, 193, 7, .28);
}

.tour-submit-btn:hover {
	transform: translateY(-4px) scale(1.02);
}

.app-action-box {
	align-items: stretch;
}

.lane-box.app-action-box .app-action-item {
	background: rgba(255, 255, 255, .09);
	color: #fff;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
	font-weight: 900;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 96px;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, .08);
	position: relative;
	overflow: hidden;
	transition: transform .35s ease, background .35s ease, box-shadow .35s ease;
}

.lane-box.app-action-box .app-action-item:before {
	content: "";
	position: absolute;
	inset: -80% -40%;
	background: linear-gradient(110deg, transparent, rgba(255, 193, 7, .45), transparent);
	transform: translateX(-90%) rotate(18deg);
	transition: .7s ease;
}

.lane-box.app-action-box .app-action-item:hover:before {
	transform: translateX(90%) rotate(18deg);
}

.lane-box.app-action-box .app-action-item:hover {
	transform: translateY(-8px) scale(1.03);
	background: #ffc107;
	color: #062b63;
	box-shadow: 0 18px 38px rgba(255, 193, 7, .35);
}

.lane-box.app-action-box .app-action-item i {
	color: #ffc107;
	font-size: 22px;
	position: relative;
	z-index: 2;
	transition: .35s ease;
}

.lane-box.app-action-box .app-action-item:hover i {
	color: #062b63;
	transform: rotate(-8deg) scale(1.12);
}

.lane-box.app-action-box .app-action-item b,
.lane-box.app-action-box .app-action-item span {
	position: relative;
	z-index: 2;
	display: block;
}

.lane-box.app-action-box .app-action-item span {
	color: #ffc107;
	font-size: .9rem;
	margin-top: 0;
}

.lane-box.app-action-box .app-action-item:hover span {
	color: #062b63;
}

.custom-mosaic .row.flex-lg-row-reverse {
	align-items: center !important;
}

.custom-mosaic .row.flex-lg-row-reverse .col-lg-4 {
	min-height: 356px;
	display: flex !important;
	align-items: center !important;
}

.custom-mosaic .row.flex-lg-row-reverse .mosaic-text-block {
	max-width: 390px;
	margin-left: auto;
}

.custom-mosaic .row.flex-lg-row-reverse .mosaic-text-block h2 {
	margin-bottom: 16px;
	line-height: 1.12;
}

.custom-mosaic .row.flex-lg-row-reverse .mosaic-text-block p {
	margin-bottom: 0;
	line-height: 1.72;
	text-align: right;
}

.custom-mosaic .mosaic-tile {
	transition: transform .4s ease, box-shadow .4s ease;
}

.custom-mosaic .mosaic-tile:hover {
	transform: translateY(-8px);
	box-shadow: 0 24px 55px rgba(6, 43, 99, .22);
}

@media(max-width:991px) {
	.tour-modern-hero-grid {
		grid-template-columns: 1fr !important;
	}

	.plan-card-compact {
		max-width: 100%;
	}

	.custom-mosaic .row.flex-lg-row-reverse .col-lg-4 {
		min-height: auto;
		display: block !important;
	}

	.custom-mosaic .row.flex-lg-row-reverse .mosaic-text-block {
		max-width: 100%;
		text-align: center !important;
		margin: 18px auto 0;
	}

	.custom-mosaic .row.flex-lg-row-reverse .mosaic-text-block p {
		text-align: center;
	}
}

@media(max-width:575px) {
	.tour-submit-btn {
		width: 100% !important;
		min-width: 0;
	}

	.lane-box.app-action-box .app-action-item {
		min-height: 86px;
	}
}


/* Final: International packages same clean card layout */
.international-packages-page .vgoo-zigzag-package-section {
	display: none !important;
}

.international-packages-page .international-card-packages {
	background: #f7fbff !important;
	padding: 70px 0 !important;
}

.international-packages-page .international-package-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 28px !important;
	align-items: stretch !important;
}

.international-packages-page .international-clean-card {
	border-radius: 0 !important;
	box-shadow: 0 18px 45px rgba(6, 31, 73, .12) !important;
	background: #fff !important;
	border: 0 !important;
	overflow: hidden !important;
	min-height: 620px !important;
}

.international-packages-page .international-clean-card .package-img {
	height: 210px !important;
	border-bottom: 5px solid #ffc107 !important;
	background: #eaf4ff !important;
}

.international-packages-page .international-clean-card .package-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	transition: .45s ease !important;
}

.international-packages-page .international-clean-card:hover .package-img img {
	transform: scale(1.08) !important;
}

.international-packages-page .international-clean-card .package-body {
	padding: 28px 24px !important;
}

.international-packages-page .international-clean-card .package-body h3 {
	font-size: 24px !important;
	line-height: 1.18 !important;
	color: #06265b !important;
	min-height: 58px !important;
}

.international-packages-page .international-clean-card .package-price {
	font-size: 29px !important;
	color: #073d86 !important;
	margin: 16px 0 !important;
}

.international-packages-page .international-clean-card .package-list li {
	font-size: 15px !important;
	line-height: 1.45 !important;
}

.international-packages-page .international-clean-card .package-rules {
	margin-top: auto !important;
}

@media(max-width:991px) {
	.international-packages-page .international-package-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important
	}

	.international-packages-page .international-clean-card {
		min-height: unset !important
	}
}

@media(max-width:575px) {
	.international-packages-page .international-package-grid {
		grid-template-columns: 1fr !important
	}

	.international-packages-page .international-clean-card .package-img {
		height: 230px !important
	}
}

.route-card {
	position: relative;
	height: 100%;
	padding: 34px 30px;
	border-radius: 24px;
	background: #fff;
	border: 1px solid rgba(255, 193, 7, .45);
	box-shadow: 0 18px 45px rgba(3, 27, 64, .10);
	text-align: left;
	transition: all .35s ease;
}

.route-card i {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #ffc107;
	color: #062B63;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 16px;
}

.route-card h4 {
	margin: 0 0 12px 0;
	color: #062B63;
	font-weight: 700;
	line-height: 1.2;
}

.route-card p {
	margin: 0;
	text-align: left !important;
	line-height: 1.65;
	word-spacing: normal !important;
	color: #5d6475;
}

.route-card:hover {
	transform: translateY(-8px);
}