:root {
	--e3-navy: #0b2946;
	--e3-deep: #081f36;
	--e3-cream: #f7f2e8;
	--e3-aqua: #ddf4f2;
	--e3-gold: #e2ae45;
	--e3-line: #ddd8ce;
}

.e3-live-header {
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(11, 41, 70, .12);
}

.e3-live-header .elementor-button,
.e3-live-filter .elementor-button {
	box-shadow: none !important;
}

.e3-live-hero {
	position: relative;
	overflow: hidden;
}

.e3-live-hero::after {
	content: "";
	position: absolute;
	right: -120px;
	top: 115px;
	width: 510px;
	height: 620px;
	background: linear-gradient(145deg, rgba(221,244,242,.25), rgba(173,224,225,.88));
	clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
	pointer-events: none;
}

.e3-live-hero > .e-con-inner,
.e3-live-hero > .elementor-element,
.e3-live-hero-visual {
	position: relative;
	z-index: 1;
}

.e3-live-hero-poster img {
	transform: rotate(3deg);
	box-shadow: 0 32px 65px rgba(11, 41, 70, .24);
	border: 9px solid rgba(255,255,255,.9);
	transition: transform .35s ease;
}

.e3-live-hero-poster img:hover {
	transform: rotate(1deg) translateY(-5px);
}

.e3-live-hero-badge {
	box-shadow: 0 16px 32px rgba(11, 41, 70, .2);
}

.e3-live-benefit-strip {
	position: relative;
	z-index: 4;
}

.e3-live-airline-carousel .swiper-wrapper {
	transition-timing-function: linear !important;
}

.e3-live-airline-carousel img {
	width: 100%;
	height: 56px;
	object-fit: contain;
	filter: grayscale(1);
	opacity: .7;
	transition: filter .25s ease, opacity .25s ease;
}

.e3-live-airline-carousel img:hover {
	filter: none;
	opacity: 1;
}

.e3-live-package-card {
	border: 1px solid var(--e3-line);
	box-shadow: 0 24px 50px rgba(11, 41, 70, .08);
	transition: transform .25s ease, box-shadow .25s ease;
}

.e3-live-package-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 30px 65px rgba(11, 41, 70, .13);
}

.e3-live-package-card.is-filtered-out {
	display: none !important;
}

.e3-live-package-poster {
	background: var(--e3-aqua);
	margin: 0 !important;
}

.e3-live-package-poster img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center 17%;
}

.e3-live-package-card a[aria-busy="true"] {
	pointer-events: none;
	opacity: .72;
}

.e3-live-filter.is-active .elementor-button {
	background: var(--e3-navy) !important;
	border-color: var(--e3-navy) !important;
	color: white !important;
}

.e3-live-flexible-poster img {
	box-shadow: 0 28px 58px rgba(11, 41, 70, .17);
	transform: rotate(-2deg);
	border: 8px solid white;
}

.e3-live-included-card {
	margin: -1px 0 0 -1px;
}

.e3-live-gallery {
	overflow: hidden;
}

.e3-live-gallery-carousel {
	margin: 0 !important;
}

.e3-live-gallery-carousel,
.e3-live-gallery-carousel > .elementor-widget-container,
.e3-live-gallery-carousel .swiper,
.e3-live-gallery-carousel .elementor-image-carousel-wrapper {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow: hidden !important;
}

.e3-live-gallery-carousel .swiper-wrapper {
	transition-timing-function: linear !important;
}

.e3-live-gallery-carousel .swiper-slide {
	padding: 0 2px;
}

.e3-live-gallery-carousel img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 7px;
	border: 1px solid rgba(255,255,255,.18);
}

.e3-live-gallery-row-2 .swiper-wrapper {
	direction: rtl;
}

/* Mobile taps never pause or lock the gallery. Elementor pause settings are
 * disabled in the document and this keeps vertical page scrolling natural. */
.e3-live-gallery-carousel,
.e3-live-gallery-carousel * {
	touch-action: pan-y;
}

.e3-live-diary-posts .elementor-post__card {
	border-radius: 8px !important;
	overflow: hidden;
	box-shadow: 0 20px 42px rgba(11,41,70,.08) !important;
}

.e3-live-diary-posts .elementor-post__thumbnail__link {
	margin: 0 !important;
}

.e3-live-diary-button {
	align-self: center;
}

.e3-live-diary-page-hero h1,
.e3-live-diary-page-cta h2 {
	text-align: center;
}

.e3-live-diary-archive-posts .elementor-pagination {
	margin-top: 42px;
}

.e3-diary-reading-cta {
	box-sizing: border-box;
	margin: 56px 0 24px;
	padding: 34px;
	background: var(--e3-aqua);
	border: 1px solid rgba(11, 41, 70, .13);
	border-radius: 12px;
	color: var(--e3-navy);
}

.e3-diary-reading-cta__eyebrow {
	margin: 0 0 10px;
	color: #a97618;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.8px;
}

.e3-diary-reading-cta h2 {
	margin: 0 0 12px;
	color: var(--e3-navy);
	font-family: Georgia, serif;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 500;
	line-height: 1.12;
}

.e3-diary-reading-cta > p:not(.e3-diary-reading-cta__eyebrow) {
	margin: 0;
	color: #536779;
}

.e3-diary-reading-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	margin-top: 24px;
}

.e3-diary-reading-cta__button,
.e3-diary-reading-cta__back {
	display: inline-block;
	font-weight: 700;
	text-decoration: none !important;
}

.e3-diary-reading-cta__button {
	padding: 14px 22px;
	background: var(--e3-navy);
	border-radius: 8px;
	color: #fff !important;
}

.e3-diary-reading-cta__button:hover {
	background: var(--e3-gold);
	color: var(--e3-navy) !important;
}

.e3-diary-reading-cta__back {
	color: var(--e3-navy) !important;
	border-bottom: 1px solid currentColor;
}

.e3-live-faq-accordion .elementor-tab-title {
	padding: 20px 0 !important;
	font-weight: 700;
}

.e3-live-faq-accordion .elementor-tab-content {
	padding: 0 0 22px !important;
}

.e3-live-booking .woocommerce,
.e3-live-booking form.checkout {
	font-family: Arial, sans-serif;
}

.e3-live-booking .woocommerce-cart-form,
.e3-live-booking .cart_totals,
.e3-live-booking form.checkout,
.e3-live-booking .woocommerce-checkout-review-order {
	background: white;
	border-radius: 8px;
	padding: 22px;
	border: 1px solid rgba(11,41,70,.12);
}

.e3-live-cart .wc-proceed-to-checkout,
.e3-live-cart .checkout-button {
	display: none !important;
}

.e3-live-footer a {
	color: #dce8ef;
	text-decoration: none;
}

.e3-live-footer a:hover {
	color: white;
}

.e3-live-floating-whatsapp {
	position: fixed !important;
	right: 20px !important;
	bottom: 20px !important;
	width: auto !important;
	z-index: 9999 !important;
	filter: drop-shadow(0 15px 30px rgba(8,31,54,.25));
}

@media (max-width: 1024px) {
	.e3-live-hero::after {
		right: -190px;
		top: 46%;
	}

	.e3-live-package-card {
		flex-basis: calc(50% - 13px) !important;
	}
}

@media (max-width: 767px) {
	.e3-live-brand-lockup {
		display: none !important;
	}

	.e3-live-hero::after {
		right: -230px;
		top: 48%;
		height: 520px;
	}

	.e3-live-hero-poster img {
		border-width: 6px;
	}

	.e3-live-hero-badge {
		max-width: 230px !important;
	}

	.e3-live-package-card,
	.e3-live-included-card {
		flex-basis: 100% !important;
	}

	.e3-live-gallery-carousel .swiper-slide {
		width: 78vw !important;
	}

	.e3-live-floating-whatsapp {
		right: 12px !important;
		bottom: 12px !important;
	}

	.e3-diary-reading-cta {
		margin-top: 40px;
		padding: 24px 20px;
	}

	.e3-diary-reading-cta__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.e3-diary-reading-cta__button,
	.e3-diary-reading-cta__back {
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.e3-live-package-card,
	.e3-live-hero-poster img {
		transition: none !important;
	}

	.e3-live-airline-carousel .swiper,
	.e3-live-gallery-carousel .swiper {
		overflow-x: auto !important;
	}
}
