/**
 * Egyptiva Luxury Travel Design System
 * Traveler + Elementor Pro — gold, Nile blue, sand, and quiet shadows.
 *
 * Also paste this file into Elementor → Site Settings → Custom CSS
 * if you prefer not to activate the child theme yet.
 */

:root {
	--eg-gold: #bd9d5a;
	--eg-gold-soft: #ddc17a;
	--eg-gold-deep: #8b6e32;
	--eg-nile: #1c335d;
	--eg-nile-mid: #233d68;
	--eg-nile-deep: #13264b;
	--eg-nile-ink: #0d1c39;
	--eg-nile-mist: #e8edf4;
	--eg-sand: #efe8d8;
	--eg-ivory: #f3f3ee;
	--eg-ink: #2c2f33;
	--eg-stone: #6b6560;
	--eg-line: rgba(19, 38, 75, 0.12);
	--eg-shadow: 0 18px 50px rgba(13, 28, 57, 0.12);
	--eg-shadow-hover: 0 26px 60px rgba(13, 28, 57, 0.18);
	--eg-radius: 18px;
	--eg-font-display: "Cormorant Garamond", "Times New Roman", serif;
	--eg-font-body: "Outfit", "Helvetica Neue", Arial, sans-serif;
}

html {
	scroll-behavior: smooth;
}

body,
.st-service-layout,
.elementor-widget-text-editor,
.modern-search-result {
	font-family: var(--eg-font-body);
	color: var(--eg-ink);
	background-color: var(--eg-ivory);
}

h1, h2, h3, h4, h5,
.st-heading-section,
.services-item .title,
.st-banner-search-form .title,
.elementor-heading-title {
	font-family: var(--eg-font-display);
	letter-spacing: 0.01em;
	color: var(--eg-nile-deep);
}

/* -------------------------------------------------------------------------
   Tour cards — grid & list
   ------------------------------------------------------------------------- */
.services-item.item-elementor .item.service-border {
	border: 1px solid var(--eg-line) !important;
	border-radius: var(--eg-radius) !important;
	background: #fff;
	box-shadow: var(--eg-shadow);
	overflow: hidden;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.services-item.item-elementor .item.service-border:hover {
	transform: translateY(-6px);
	box-shadow: var(--eg-shadow-hover);
}

.services-item .featured-image {
	position: relative;
	overflow: hidden;
}

.services-item .featured-image img.st-hover-grow,
.services-item .featured-image img.image-feature,
.services-item .featured-image img.img-responsive {
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
	object-fit: cover;
}

.services-item.item-elementor:hover .featured-image img {
	transform: scale(1.08);
}

.services-item .st-tag-feature-sale .featured,
.services-item .service-tag.bestseller .featured {
	background: linear-gradient(135deg, var(--eg-gold), var(--eg-gold-deep));
	color: #fff;
	border-radius: 999px;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px 12px;
	box-shadow: 0 6px 16px rgba(141, 109, 44, 0.28);
}

.services-item .service-add-wishlist {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 8px 20px rgba(8, 39, 52, 0.16);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--eg-nile);
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.services-item .service-add-wishlist:hover,
.services-item .service-add-wishlist.added {
	background: var(--eg-nile);
	color: var(--eg-gold);
	transform: scale(1.06);
}

.services-item .content-item .title,
.services-item .content-item .title a {
	font-family: var(--eg-font-display);
	font-size: 1.35rem;
	line-height: 1.25;
	color: var(--eg-nile-deep) !important;
}

.services-item .sub-title,
.services-item .st-address {
	color: var(--eg-stone);
	font-size: 13px;
	letter-spacing: 0.02em;
}

.services-item .reviews {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--eg-sand);
	border-radius: 999px;
	padding: 4px 10px;
	margin: 8px 0 12px;
}

.services-item .reviews .rate {
	font-weight: 600;
	color: var(--eg-nile);
}

.services-item .reviews i,
.services-item .reviews .stt-icon-star1 {
	color: var(--eg-gold-deep);
}

.services-item .price-wrapper-tour .price,
.services-item .price-wrapper .price {
	color: var(--eg-nile) !important;
	font-weight: 600;
}

.services-item .section-footer .unit {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--eg-nile-mist);
	color: var(--eg-nile);
	border-radius: 999px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 500;
}

.services-item .price-wrapper-tour {
	position: relative;
}

.egyptiva-card-wa {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 3;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #25d366;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 20px rgba(37, 211, 102, 0.35);
	transition: transform 0.25s ease;
}

.egyptiva-card-wa:hover {
	transform: scale(1.08);
	color: #fff !important;
}

.egyptiva-card-cta {
	display: flex;
	gap: 8px;
	margin-top: 12px;
}

.egyptiva-card-cta a {
	flex: 1;
	text-align: center;
	border-radius: 999px;
	padding: 9px 12px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none !important;
}

.egyptiva-btn-gold {
	background: linear-gradient(135deg, var(--eg-gold), var(--eg-gold-deep));
	color: #fff !important;
}

.egyptiva-btn-nile {
	background: var(--eg-nile);
	color: #fff !important;
}

.egyptiva-btn-ghost {
	border: 1px solid var(--eg-nile);
	color: var(--eg-nile) !important;
	background: transparent;
}

/* List view */
.services-item.list .item {
	align-items: stretch;
}

.services-item.list .content-item-right .btn,
.services-item.list .btn-book {
	background: var(--eg-nile) !important;
	border-color: var(--eg-nile) !important;
	border-radius: 999px !important;
	padding: 10px 22px !important;
}

/* -------------------------------------------------------------------------
   Single tour: sticky booking, itinerary accordion
   ------------------------------------------------------------------------- */
.st-form-booking-contact,
.form-book-wrapper,
.widgets .form-book-wrapper,
.fixed-on-mobile,
.st-form-booking {
	border-radius: 20px !important;
	border: 1px solid var(--eg-line) !important;
	box-shadow: var(--eg-shadow) !important;
	background: #fff !important;
}

@media (min-width: 992px) {
	.st-tour-booking-form,
	.form-book-wrapper.sticky,
	.widgets .form-book-wrapper {
		position: sticky;
		top: 100px;
	}
}

.st-heading-section,
h2.st-heading-section {
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 22px;
}

.st-heading-section::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 72px;
	height: 2px;
	background: linear-gradient(90deg, var(--eg-gold), transparent);
}

.st-program.style1 .accordion-button,
.st-faq .accordion-button,
.elementor-accordion-item .elementor-tab-title {
	font-family: var(--eg-font-display);
	font-size: 1.2rem;
	background: var(--eg-ivory) !important;
	color: var(--eg-nile-deep) !important;
	border-radius: 12px !important;
	box-shadow: none !important;
}

.st-program.style1 .accordion-button:not(.collapsed),
.elementor-accordion-item .elementor-tab-title.elementor-active {
	background: var(--eg-nile) !important;
	color: var(--eg-gold-soft) !important;
}

.st-include,
.st-exclude,
.egyptiva-inc-exc {
	background: #fff;
	border-radius: 16px;
	padding: 22px;
	border: 1px solid var(--eg-line);
}

.st-include ul li::marker,
.egyptiva-inc-exc.includes li::marker {
	color: var(--eg-gold-deep);
}

/* Buttons */
.btn-primary,
.btn.btn-primary,
.search-form-wrapper .btn,
.st-button-search-tours,
.elementor-button {
	background: var(--eg-nile) !important;
	border-color: var(--eg-nile) !important;
	border-radius: 999px !important;
	font-family: var(--eg-font-body);
	font-weight: 600;
	letter-spacing: 0.04em;
	box-shadow: 0 10px 24px rgba(14, 58, 79, 0.18);
}

.btn-primary:hover,
.elementor-button:hover {
	background: var(--eg-nile-deep) !important;
	border-color: var(--eg-gold) !important;
}

.egyptiva-sticky-wa {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 9998;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	box-shadow: 0 12px 28px rgba(37, 211, 102, 0.4);
}

.egyptiva-sticky-wa:hover {
	color: #fff;
	transform: translateY(-2px);
}

/* Search / archive polish */
.st-banner-search-form,
.search-form-wrapper {
	backdrop-filter: blur(8px);
}

.modern-search-result.service-tour {
	gap: 24px;
}

/* Elementor luxury helpers — add these CSS classes in Elementor Advanced tab */
.eg-gold-line {
	height: 2px;
	width: 80px;
	background: linear-gradient(90deg, var(--eg-gold), transparent);
}

.eg-sand-section {
	background: var(--eg-sand) !important;
}

.eg-nile-section {
	background: var(--eg-nile-deep) !important;
	color: #fff !important;
}

.eg-nile-section h2,
.eg-nile-section h3,
.eg-nile-section p {
	color: #fff !important;
}

.eg-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 14px;
	border-radius: 999px;
	background: var(--eg-sand);
	color: var(--eg-nile);
	font-size: 13px;
}

/* Price badge over card image */
.services-item .price-wrapper,
.services-item .featured-image .price {
	position: relative;
	z-index: 2;
}

.services-item .featured-image .price-wrapper,
.services-item .st-price-item {
	background: rgba(8, 39, 52, 0.88);
	color: var(--eg-gold-soft);
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 13px;
	font-weight: 600;
}

/* Duration icon chip */
.services-item .service-time,
.services-item .duration {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--eg-nile);
	font-size: 12px;
	letter-spacing: 0.03em;
}

/* List-view luxury row */
.service-list-wrapper .services-item.list .item.service-border {
	display: flex;
	border-radius: var(--eg-radius);
}

.service-list-wrapper .services-item.list .featured-image {
	min-width: 38%;
}

/* Sticky booking gold header */
.form-book-wrapper .st-price-origin,
.form-book-wrapper .price {
	color: var(--eg-gold-deep) !important;
	font-family: var(--eg-font-display);
	font-size: 2rem;
}

/* Itinerary accordion body */
.st-program .accordion-body,
.st-program .accordion-collapse {
	background: var(--eg-ivory);
	border-radius: 0 0 12px 12px;
	padding: 8px 4px 16px;
}

/* Elementor tour-archive helpers */
.eg-card-grid .elementor-widget-container {
	border-radius: var(--eg-radius);
}

.eg-cta-gold .elementor-button {
	background: linear-gradient(135deg, var(--eg-gold), var(--eg-gold-deep)) !important;
	border-color: var(--eg-gold-deep) !important;
	color: #fff !important;
}

/* Image overlay chips: duration + from-price */
.services-item .featured-image .egyptiva-chip-row,
.services-item .thumb-header .egyptiva-chip-row {
	position: absolute;
	left: 12px;
	bottom: 12px;
	z-index: 4;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.egyptiva-chip {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.egyptiva-chip-duration {
	background: rgba(251, 248, 243, 0.92);
	color: var(--eg-nile);
}

.egyptiva-chip-price {
	background: rgba(8, 39, 52, 0.9);
	color: var(--eg-gold-soft);
}

.egyptiva-chip-private {
	background: linear-gradient(135deg, var(--eg-gold), var(--eg-gold-deep));
	color: #fff;
}

/* Numbered itinerary rhythm */
.st-program .accordion-item,
.st-program-list .item {
	border-left: 2px solid var(--eg-gold-soft);
	padding-left: 14px;
	margin-left: 6px;
}

.st-include--info .info__content li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 8px;
	color: var(--eg-ink);
}

.st-include--info .info__title,
.info__title {
	font-family: var(--eg-font-display);
	color: var(--eg-nile-deep);
}

/* Duration chip on the card image (Traveler hover-zoom layouts) */
.services-item .featured-image .service-time,
.services-item .featured-image .duration,
.egyptiva-duration-badge {
	position: absolute;
	left: 14px;
	bottom: 14px;
	z-index: 3;
	background: rgba(8, 39, 52, 0.9);
	color: var(--eg-gold-soft);
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/* Numbered itinerary accordion — add class egyptiva-itinerary in Elementor */
.egyptiva-itinerary .elementor-accordion-item,
.st-program.style1 .accordion-item {
	border: 0;
	margin-bottom: 10px;
}

.egyptiva-itinerary .elementor-accordion-item .elementor-tab-title,
.st-program.style1 .accordion-button {
	padding-left: 56px !important;
}

.egyptiva-itinerary .elementor-accordion-item {
	counter-increment: egyptiva-step;
}

.egyptiva-itinerary .elementor-accordion-item .elementor-tab-title::before {
	content: counter(egyptiva-step, decimal-leading-zero);
	position: absolute;
	left: 16px;
	font-family: var(--eg-font-display);
	color: var(--eg-gold-deep);
	font-size: 1.1rem;
}

/* Sticky enquire bar on single tour (mobile) */
@media (max-width: 767px) {
	.form-book-wrapper {
		position: sticky;
		bottom: 0;
		z-index: 20;
		margin-bottom: 0 !important;
	}
}

/* Elementor Advanced-tab helpers */
.eg-card-radius .elementor-widget-container,
.eg-card-radius .elementor-image img {
	border-radius: var(--eg-radius);
	overflow: hidden;
}

.eg-gold-frame {
	border: 1px solid var(--eg-gold);
	box-shadow: var(--eg-shadow);
}

.eg-display {
	font-family: var(--eg-font-display) !important;
}

/* -------------------------------------------------------------------------
   Luxury homepage
   ------------------------------------------------------------------------- */
.home .st-page-header,
.home .entry-header,
.home .page-title,
.home h1.entry-title,
body.home #st-content-wrapper > .st-blog,
body.page-template-front-page .breadcrumb {
	display: none !important;
}

body.home #st-content-wrapper,
body.home .egyptiva-front,
body.home .egyptiva-home {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.egyptiva-home,
.egyptiva-elementor-home {
	margin: 0;
}

.eg-hero {
	position: relative;
	min-height: 92vh;
	background-color: #082734;
	display: flex;
	align-items: flex-end;
	color: #fbf8f3;
	overflow: hidden;
}

.eg-hero__media,
.eg-hero__video,
.eg-hero__iframe,
.eg-hero__fallback {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eg-hero__iframe {
	border: 0;
	pointer-events: none;
	transform: scale(1.25);
	transform-origin: center center;
}

.eg-hero__fallback {
	background: #082734 center/cover no-repeat;
}

.eg-hero__veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 39, 52, 0.25) 0%, rgba(8, 39, 52, 0.72) 70%, #082734 100%);
}

.eg-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 920px;
	padding: 0 8vw 90px;
}

.eg-kicker {
	font-family: var(--eg-font-body);
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-size: 12px;
	color: var(--eg-gold-soft);
	margin-bottom: 16px;
}

.eg-kicker--nile {
	color: var(--eg-gold-deep);
}

.eg-hero h1,
.eg-cta-band h2 {
	font-family: var(--eg-font-display);
	font-weight: 600;
	line-height: 1.12;
	color: #fbf8f3;
}

.egyptiva-home h2 {
	font-family: var(--eg-font-display);
	font-weight: 600;
	line-height: 1.2;
	color: var(--eg-nile-deep);
}

.eg-hero h1 {
	font-size: clamp(2.4rem, 5vw, 4.6rem);
	margin: 0 0 18px;
}

.eg-lead,
.eg-intro {
	font-size: 1.08rem;
	line-height: 1.7;
	max-width: 680px;
	color: rgba(251, 248, 243, 0.88);
}

.eg-intro {
	color: var(--eg-stone);
	margin-bottom: 36px;
}

.eg-hero__cta,
.eg-about__copy .eg-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.eg-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	border-radius: 999px;
	border: 0;
	cursor: pointer;
	font-family: var(--eg-font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.eg-btn:hover {
	transform: translateY(-2px);
}

.eg-btn--gold {
	background: linear-gradient(135deg, var(--eg-gold), var(--eg-gold-deep));
	color: #fff !important;
	box-shadow: 0 12px 28px rgba(141, 109, 44, 0.35);
}

.eg-btn--ghost {
	border: 1px solid rgba(251, 248, 243, 0.55);
	color: #fff !important;
}

.eg-btn--nile {
	background: var(--eg-nile);
	color: #fff !important;
}

.eg-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	list-style: none;
	padding: 0;
	margin: 32px 0 0;
	font-size: 13px;
	letter-spacing: 0.04em;
	color: var(--eg-gold-soft);
}

.eg-section {
	padding: 90px 0;
	background: var(--eg-ivory);
}

.eg-wrap {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.egyptiva-home h2 {
	color: var(--eg-nile-deep);
	font-size: clamp(2rem, 3.4vw, 3.1rem);
	margin: 0 0 14px;
}

.eg-dest-grid,
.eg-tour-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.eg-dest-card,
.eg-tour-card {
	display: block;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: var(--eg-shadow);
	text-decoration: none !important;
	color: inherit;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.eg-dest-card:hover,
.eg-tour-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--eg-shadow-hover);
}

.eg-dest-card__img,
.eg-tour-card__img {
	display: block;
	height: 220px;
	background-color: #16485f;
	background-size: cover;
	background-position: center;
	position: relative;
}

.eg-dest-card__body,
.eg-tour-card__body {
	display: block;
	padding: 18px 20px 22px;
}

.eg-dest-card strong,
.eg-tour-card h3 {
	display: block;
	font-family: var(--eg-font-display);
	font-size: 1.45rem;
	color: var(--eg-nile-deep);
	margin: 0 0 6px;
}

.eg-dest-card em,
.eg-tour-card p {
	font-style: normal;
	color: var(--eg-stone);
	font-size: 14px;
}

.eg-about {
	background: var(--eg-sand);
}

.eg-about__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 48px;
	align-items: center;
}

.eg-about__image {
	min-height: 460px;
	border-radius: 24px;
	background-color: #0e3a4f;
	background-size: cover;
	background-position: center;
	box-shadow: var(--eg-shadow);
}

body.home header#header {
	position: relative;
	z-index: 30;
	background: var(--eg-nile-deep);
}

.egyptiva-front {
	background: var(--eg-ivory);
}

.eg-checks {
	list-style: none;
	padding: 0;
	margin: 22px 0 0;
}

.eg-checks li {
	position: relative;
	padding: 8px 0 8px 28px;
	color: var(--eg-ink);
}

.eg-checks li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--eg-gold);
}

.eg-tour-card__img {
	height: 200px;
}

.eg-tour-card__img .eg-chip {
	position: absolute;
	left: 12px;
	bottom: 12px;
}

.eg-tour-card__img .eg-chip--dark {
	left: auto;
	right: 12px;
}

.eg-chip {
	display: inline-flex;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.eg-chip--gold {
	background: linear-gradient(135deg, var(--eg-gold), var(--eg-gold-deep));
	color: #fff;
}

.eg-chip--dark {
	background: rgba(8, 39, 52, 0.9);
	color: var(--eg-gold-soft);
}

.eg-tour-card__meta {
	display: inline-block;
	margin-top: 10px;
	color: var(--eg-nile);
	font-weight: 600;
}

.eg-cta-band {
	background: var(--eg-nile-deep);
	padding: 90px 0;
	text-align: center;
}

.eg-cta-band h2 {
	color: #fff;
	max-width: 720px;
	margin: 0 auto 28px;
}

@media (max-width: 991px) {
	.eg-dest-grid,
	.eg-tour-grid,
	.eg-about__grid {
		grid-template-columns: 1fr;
	}

	.eg-hero {
		min-height: 80vh;
		align-items: center;
	}

	.eg-hero__inner {
		padding: 120px 24px 60px;
	}

	.eg-about__image {
		min-height: 280px;
	}

	.eg-footer__grid,
	.eg-topbar__inner {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
}

/* -------------------------------------------------------------------------
   Header top bar, menu CTA, social, footer
   ------------------------------------------------------------------------- */
#topbar,
header#header #topbar,
.header #topbar {
	display: none !important;
}

.eg-topbar {
	background: var(--eg-nile-ink);
	color: var(--eg-gold-soft);
	font-size: 12px;
	letter-spacing: 0.04em;
	border-bottom: 1px solid rgba(189, 157, 90, 0.22);
}

.eg-topbar__inner {
	width: min(1240px, calc(100% - 40px));
	margin: 0 auto;
	min-height: 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.eg-topbar__left {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.eg-topbar a {
	color: var(--eg-gold-soft) !important;
	text-decoration: none !important;
}

.eg-topbar a:hover {
	color: #fff !important;
}

.eg-social {
	display: flex;
	align-items: center;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.eg-social a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid rgba(198, 161, 91, 0.35);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--eg-gold-soft) !important;
	transition: background 0.25s ease, color 0.25s ease;
}

.eg-social a:hover {
	background: var(--eg-gold);
	color: #fff !important;
	border-color: var(--eg-gold);
}

.eg-social--top a {
	width: 30px;
	height: 30px;
	font-size: 13px;
}

header.header,
.header.header-sticky-menu,
header#header,
#header .header {
	background: var(--eg-nile-deep) !important;
	border-bottom: 1px solid rgba(189, 157, 90, 0.22);
	gap: 16px;
}

header#header .logo img,
header#header .header-left img {
	max-height: 58px;
	width: auto;
}

header#header .header-right .dropdown-currency,
header#header .header-right .st-list,
header#header .header-login,
header#header .header-right .form-extra-field {
	display: none !important;
}

header#header .header-left {
	flex: 1 1 auto !important;
	min-width: 0;
	max-width: none !important;
}

header#header #st-main-menu {
	flex: 1 1 auto;
	width: auto;
	max-width: none;
}

#st-main-menu .main-menu > li > a,
header.header .header__center a,
header#header .header #main-menu > li.menu-item > a,
body.home header#header .header #main-menu > li.menu-item > a,
body.home header#header .header-right a,
body.home header#header .header-right .form-control {
	color: var(--eg-ivory) !important;
	font-family: var(--eg-font-body);
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 10px 12px !important;
	font-size: 12px;
	position: relative;
}

#st-main-menu .main-menu,
header#header .header #main-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 6px 4px;
	width: 100%;
}

#st-main-menu .main-menu > li,
header#header .header #main-menu > li {
	margin: 0 4px !important;
	padding: 0 !important;
}

#st-main-menu .main-menu .menu-item-has-children > ul,
header#header .header #main-menu .menu-item-has-children > ul,
header#header .header #main-menu .sub-menu {
	background: var(--eg-nile-ink) !important;
	border: 1px solid rgba(189, 157, 90, 0.28);
	min-width: 260px;
	padding: 12px 0;
	z-index: 40;
	box-shadow: var(--eg-shadow);
}

#st-main-menu .main-menu .sub-menu a,
header#header .header #main-menu .sub-menu a {
	color: #fbf8f3 !important;
	padding: 8px 16px;
	display: block;
	white-space: normal;
}

#st-main-menu .main-menu .sub-menu a:hover,
header#header .header #main-menu .sub-menu a:hover {
	color: var(--eg-gold-soft) !important;
}

.page #st-content-wrapper,
.page .st-blog,
.page-template-default #st-content-wrapper {
	background: var(--eg-ivory);
}

.page #st-content-wrapper .st-blog,
.page .entry-content,
.page .st-description,
.page #st-content-wrapper .container {
	max-width: 1100px;
}

.page .entry-content h2,
.page .st-blog h2,
.page .entry-content h3 {
	font-family: var(--eg-font-display);
	color: var(--eg-nile);
}

#st-main-menu .main-menu > li > a:hover,
#st-main-menu .main-menu > .current-menu-item > a {
	color: var(--eg-gold-soft) !important;
}

.eg-menu-cta {
	list-style: none;
	margin-left: 8px;
}

.eg-menu-cta .eg-btn {
	padding: 10px 18px;
	font-size: 12px;
}

.egyptiva-main-footer,
#main-footer.egyptiva-main-footer {
	background:
		radial-gradient(1200px 400px at 10% -10%, rgba(189, 157, 90, 0.16), transparent 50%),
		var(--eg-nile-ink) !important;
	color: #e8edf4;
	padding: 0;
	border-top: 1px solid rgba(189, 157, 90, 0.28);
}

.eg-footer {
	width: min(1240px, calc(100% - 40px));
	margin: 0 auto;
	padding: 72px 0 28px;
}

.eg-footer__intro {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 48px;
	align-items: center;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(189, 157, 90, 0.18);
}

.eg-footer__invite {
	background: rgba(189, 157, 90, 0.08);
	border: 1px solid rgba(189, 157, 90, 0.28);
	border-radius: 20px;
	padding: 28px 30px;
}

.eg-footer__invite h3 {
	font-family: var(--eg-font-display);
	color: #fff !important;
	font-size: 1.7rem;
	margin: 8px 0 18px;
}

.eg-footer__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

.eg-footer__logo {
	font-family: var(--eg-font-display);
	font-size: 2rem;
	color: var(--eg-gold-soft) !important;
	text-decoration: none !important;
	display: inline-block;
	margin-bottom: 16px;
}

.eg-footer__logo img {
	display: block;
	height: 72px;
	width: auto;
	max-width: 240px;
	background: var(--eg-ivory);
	border-radius: 12px;
	padding: 8px 12px;
}

.eg-footer h4 {
	font-family: var(--eg-font-display);
	color: var(--eg-gold-soft);
	margin: 0 0 16px;
	font-size: 1.35rem;
}

.eg-footer p,
.eg-footer a {
	color: rgba(232, 237, 244, 0.82) !important;
	text-decoration: none !important;
}

.eg-footer a:hover {
	color: var(--eg-gold-soft) !important;
}

.eg-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.eg-footer__menu li {
	margin: 0 0 10px;
}

.eg-footer__base {
	margin-top: 40px;
	padding-top: 18px;
	border-top: 1px solid rgba(189, 157, 90, 0.18);
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.eg-footer__legal {
	color: var(--eg-gold-soft) !important;
}

.eg-social--footer {
	margin-top: 18px;
}

.eg-topbar__mark,
.eg-topbar__locale {
	color: var(--eg-gold-soft);
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 11px;
}

.eg-topbar__right {
	display: flex;
	align-items: center;
	gap: 16px;
}

#st-main-menu .main-menu > li > a:hover::after,
#st-main-menu .main-menu > .current-menu-item > a::after,
header#header .header #main-menu > li.menu-item > a:hover::after,
header#header .header #main-menu > .current-menu-item > a::after {
	content: "";
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 4px;
	height: 1px;
	background: var(--eg-gold);
}

.eg-menu-cta .eg-btn {
	padding: 11px 20px;
	font-size: 11px;
	box-shadow: 0 8px 20px rgba(189, 157, 90, 0.28);
}

.eg-btn--ghost-ink {
	border: 1px solid rgba(19, 38, 75, 0.28);
	color: var(--eg-nile-deep) !important;
	background: transparent;
}

.st-header-link a[href*="become-local-expert"],
.menu-item a[href*="become-local-expert"],
li.st-header-link a[href*="become-local"] {
	display: none !important;
}

.egyptiva-page .eg-page-hero {
	background: var(--eg-nile-deep);
	color: var(--eg-ivory);
	padding: 72px 0 48px;
}

.egyptiva-page .eg-page-hero h1 {
	font-family: var(--eg-font-display);
	color: var(--eg-ivory);
	font-size: clamp(2rem, 4vw, 3.4rem);
	margin: 0;
}

.egyptiva-page .eg-page-body {
	max-width: 860px;
}

.egyptiva-page .entry-content p,
.egyptiva-page .entry-content li {
	color: #4b4540;
	line-height: 1.8;
}

.egyptiva-page .entry-content h2,
.egyptiva-page .entry-content h3 {
	font-family: var(--eg-font-display);
	color: var(--eg-nile-deep);
}

.egyptiva-page--atelier .eg-page-hero,
.egyptiva-page--atelier .eg-section {
	display: none;
}

.eg-contact-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin: 32px 0;
}

.eg-contact-card {
	background: #fff;
	border: 1px solid var(--eg-line);
	border-radius: 18px;
	padding: 22px;
	box-shadow: var(--eg-shadow);
}

.eg-contact-card span {
	display: block;
	color: var(--eg-gold-deep);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 8px;
}

.eg-contact-card strong {
	display: block;
	font-family: var(--eg-font-display);
	font-size: 1.4rem;
	color: var(--eg-nile-deep);
	margin-bottom: 8px;
}

.eg-fineprint {
	font-size: 14px;
	color: var(--eg-stone);
}

.eg-step-grid,
.eg-style-grid,
.eg-voice-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 28px;
}

.eg-step,
.eg-style,
.eg-voice {
	background: #fff;
	border: 1px solid var(--eg-line);
	border-radius: 18px;
	padding: 26px 24px;
	box-shadow: var(--eg-shadow);
}

.eg-step span {
	display: block;
	font-family: var(--eg-font-display);
	font-size: 1.8rem;
	color: var(--eg-gold);
	margin-bottom: 8px;
}

.eg-step h3,
.eg-style strong {
	font-family: var(--eg-font-display);
	font-size: 1.45rem;
	color: var(--eg-nile-deep);
	display: block;
}

.eg-step p,
.eg-style em,
.eg-voice p {
	color: var(--eg-stone);
	font-style: normal;
	margin: 8px 0 0;
}

.eg-style {
	text-decoration: none !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.eg-style:hover {
	transform: translateY(-4px);
	box-shadow: var(--eg-shadow-hover);
}

.eg-styles,
.eg-steps,
.eg-faq-teaser {
	background: var(--eg-ivory);
}

.eg-voices,
.eg-guide {
	background: var(--eg-sand);
}

.eg-voice cite {
	display: block;
	margin-top: 16px;
	color: var(--eg-gold-deep);
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.eg-guide__grid,
.eg-faq-teaser__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
}

.eg-stats {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 16px;
}

.eg-stats li {
	background: #fff;
	border-radius: 16px;
	padding: 18px 20px;
	border: 1px solid var(--eg-line);
}

.eg-stats strong {
	display: block;
	font-family: var(--eg-font-display);
	font-size: 2.4rem;
	color: var(--eg-nile-deep);
	line-height: 1;
}

.eg-stats span {
	color: var(--eg-stone);
	font-size: 14px;
}

.eg-faq-teaser__list details {
	border-bottom: 1px solid var(--eg-line);
	padding: 14px 0;
}

.eg-faq-teaser__list summary {
	font-family: var(--eg-font-display);
	font-size: 1.25rem;
	color: var(--eg-nile-deep);
	cursor: pointer;
}

.eg-faq-teaser__list p {
	color: var(--eg-stone);
	margin: 10px 0 0;
}

.eg-atelier {
	background: var(--eg-ivory);
}

.eg-atelier__hero {
	position: relative;
	min-height: 68vh;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: var(--eg-nile-deep);
}

.eg-atelier__hero-media,
.eg-atelier__hero-veil {
	position: absolute;
	inset: 0;
}

.eg-atelier__hero-media {
	background: center/cover no-repeat;
}

.eg-atelier__hero-veil {
	background: linear-gradient(180deg, rgba(13, 28, 57, 0.15) 0%, rgba(13, 28, 57, 0.82) 100%);
}

.eg-atelier__hero-copy {
	position: relative;
	z-index: 2;
	width: min(920px, calc(100% - 48px));
	margin: 0 auto;
	padding: 140px 0 72px;
	color: var(--eg-ivory);
}

.eg-atelier__hero-copy h1 {
	font-family: var(--eg-font-display);
	font-size: clamp(2.4rem, 5vw, 4.4rem);
	line-height: 1.1;
	color: #fff;
	margin: 0 0 16px;
}

.eg-atelier__studio {
	padding: 72px 0 90px;
}

.eg-atelier__layout {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.4fr 0.8fr;
	gap: 32px;
	align-items: start;
}

.eg-atelier__form,
.eg-atelier__sheet {
	background: #fff;
	border: 1px solid var(--eg-line);
	border-radius: 22px;
	box-shadow: var(--eg-shadow);
	padding: 28px;
}

.eg-atelier__sheet {
	position: sticky;
	top: 110px;
	background: var(--eg-nile-deep);
	color: var(--eg-ivory);
}

.eg-atelier__sheet h2,
.eg-atelier__sheet .eg-kicker {
	color: var(--eg-gold-soft) !important;
}

.eg-atelier__sheet h2 {
	color: #fff !important;
	margin: 0 0 20px;
}

.eg-atelier__steps {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.eg-atelier__steps li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--eg-sand);
	color: var(--eg-stone);
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.eg-atelier__steps li.is-active {
	background: var(--eg-nile-deep);
	color: var(--eg-gold-soft);
}

.eg-atelier__steps span {
	font-family: var(--eg-font-display);
	font-size: 1rem;
}

.eg-atelier__panel {
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
	display: none;
}

.eg-atelier__panel.is-active {
	display: block;
}

.eg-atelier__panel legend {
	font-family: var(--eg-font-display);
	font-size: 2rem;
	color: var(--eg-nile-deep);
	margin-bottom: 8px;
	float: none;
	width: 100%;
}

.eg-atelier__hint {
	color: var(--eg-stone);
	margin: 0 0 18px;
}

.eg-atelier__choices {
	display: grid;
	gap: 12px;
	margin-bottom: 22px;
}

.eg-atelier__choices--party {
	grid-template-columns: 1fr 1fr;
}

.eg-atelier__choices--places {
	grid-template-columns: repeat(3, 1fr);
}

.eg-atelier__choices--notes {
	grid-template-columns: repeat(4, 1fr);
}

.eg-choice {
	display: block;
	padding: 16px 16px 18px;
	border: 1px solid var(--eg-line);
	border-radius: 16px;
	cursor: pointer;
	background: var(--eg-ivory);
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.eg-choice input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.eg-choice strong {
	display: block;
	font-family: var(--eg-font-display);
	font-size: 1.25rem;
	color: var(--eg-nile-deep);
}

.eg-choice em {
	display: block;
	font-style: normal;
	color: var(--eg-stone);
	font-size: 13px;
	margin-top: 4px;
}

.eg-choice:has(input:checked),
.eg-choice.is-on {
	border-color: var(--eg-gold);
	background: #fff8ea;
	box-shadow: 0 0 0 1px var(--eg-gold);
}

.eg-choice--pill {
	text-align: center;
	padding: 10px 8px;
}

.eg-atelier__fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-bottom: 22px;
}

.eg-atelier__fields label,
.eg-atelier__span {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 13px;
	color: var(--eg-nile);
	font-weight: 600;
}

.eg-atelier__span {
	grid-column: 1 / -1;
}

.eg-atelier__fields input,
.eg-atelier__fields textarea {
	border: 1px solid var(--eg-line);
	border-radius: 12px;
	padding: 12px 14px;
	font: 400 15px var(--eg-font-body);
	color: var(--eg-ink);
	background: var(--eg-ivory);
}

.eg-atelier__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.eg-atelier__summary {
	margin: 0;
}

.eg-atelier__summary div {
	padding: 10px 0;
	border-bottom: 1px solid rgba(189, 157, 90, 0.18);
}

.eg-atelier__summary dt {
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--eg-gold-soft);
}

.eg-atelier__summary dd {
	margin: 4px 0 0;
	color: #fff;
	font-family: var(--eg-font-display);
	font-size: 1.25rem;
}

.eg-atelier__promise {
	margin-top: 22px;
	font-size: 13px;
	color: rgba(232, 237, 244, 0.78) !important;
}

@media (max-width: 991px) {
	.eg-footer__intro,
	.eg-footer__grid,
	.eg-atelier__layout,
	.eg-guide__grid,
	.eg-faq-teaser__grid,
	.eg-contact-cards,
	.eg-step-grid,
	.eg-style-grid,
	.eg-voice-grid,
	.eg-atelier__choices--party,
	.eg-atelier__choices--places,
	.eg-atelier__choices--notes,
	.eg-atelier__fields {
		grid-template-columns: 1fr;
	}

	.eg-atelier__sheet {
		position: static;
	}

	.eg-atelier__hero {
		min-height: 58vh;
	}
}

/* -------------------------------------------------------------------------
   Custom company header
   ------------------------------------------------------------------------- */
body.egyptiva-chrome header#header,
body.egyptiva-chrome #header {
	display: none !important;
}

.eg-header {
	position: sticky;
	top: 0;
	z-index: 10050;
	background: linear-gradient(180deg, #0a162c 0%, var(--eg-nile-deep) 100%);
	border-bottom: 1px solid rgba(189, 157, 90, 0.22);
	transition: min-height 0.3s ease, box-shadow 0.3s ease;
	overflow: visible;
}

.eg-header.is-compact {
	box-shadow: 0 18px 40px rgba(10, 22, 44, 0.28);
}

.eg-header__goldline {
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--eg-gold), var(--eg-gold-soft), var(--eg-gold), transparent);
}

.eg-chrome,
.eg-header,
.eg-header__inner,
.eg-nav,
.eg-menu {
	overflow: visible;
}

.eg-header__inner {
	width: min(1320px, calc(100% - 40px));
	margin: 0 auto;
	min-height: 96px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 20px;
	transition: min-height 0.3s ease;
}

.eg-header.is-compact .eg-header__inner {
	min-height: 72px;
}

.eg-header__logo {
	display: flex;
	align-items: center;
	background: rgba(243, 243, 238, 0.96);
	border-radius: 0;
	padding: 8px 18px 7px;
	flex: 0 0 auto;
	border: 1px solid rgba(189, 157, 90, 0.55);
	box-shadow: 0 0 0 4px rgba(10, 22, 44, 0.18), 0 16px 36px rgba(8, 16, 32, 0.28);
}

.eg-header__logo img {
	display: block;
	max-height: 52px;
	max-width: 210px;
	width: auto;
	transition: max-height 0.3s ease;
}

.eg-header.is-compact .eg-header__logo img {
	max-height: 42px;
}

.eg-nav {
	display: flex;
	align-items: center;
	gap: 18px;
}

.eg-nav--left {
	justify-content: flex-start;
}

.eg-nav--right {
	justify-content: flex-end;
}

.eg-nav-mobile-only {
	display: none;
}

.eg-header__logo {
	justify-self: center;
}

.eg-menu {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.eg-menu > li {
	position: static;
	margin: 0;
}

.eg-menu > li > a {
	display: block;
	color: var(--eg-ivory) !important;
	font-family: var(--eg-font-body);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 14px 16px;
	white-space: nowrap;
	position: relative;
}

.eg-menu > li > a::after {
	content: "";
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 6px;
	height: 1px;
	background: var(--eg-gold);
	transform: scaleX(0);
	transition: transform 0.25s ease;
}

.eg-menu > li:hover > a::after,
.eg-menu > li.is-open > a::after {
	transform: scaleX(1);
}

.eg-menu > li > a:hover,
.eg-menu > .current-menu-item > a,
.eg-has-mega:hover > a {
	color: var(--eg-gold-soft) !important;
}

.eg-mega {
	position: absolute;
	left: 50%;
	top: calc(100% - 2px);
	width: min(1080px, calc(100vw - 48px));
	transform: translateX(-50%);
	display: grid;
	grid-template-columns: 0.7fr 1.3fr;
	gap: 28px;
	padding: 32px;
	background: #0a162c;
	border: 1px solid rgba(189, 157, 90, 0.28);
	box-shadow: 0 28px 70px rgba(8, 16, 32, 0.45);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.22s ease, visibility 0.22s ease;
	z-index: 10060;
}

.eg-has-mega::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 28px;
	display: none;
	z-index: 10059;
}

.eg-has-mega:hover::after,
.eg-has-mega.is-open::after,
.eg-has-mega:focus-within::after {
	display: block;
}

.eg-has-mega:hover > .eg-mega,
.eg-has-mega.is-open > .eg-mega,
.eg-has-mega:focus-within > .eg-mega {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%);
}

.eg-mega__intro h3 {
	font-family: var(--eg-font-display);
	color: #fff !important;
	font-size: 1.7rem;
	margin: 8px 0 16px;
}

.eg-mega__all {
	color: var(--eg-gold-soft) !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 12px;
}

.eg-mega__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
}

.eg-mega__list a {
	display: block;
	padding: 12px 14px;
	text-decoration: none !important;
	border-radius: 12px;
}

.eg-mega__list a:hover {
	background: rgba(189, 157, 90, 0.1);
}

.eg-mega__list strong {
	display: block;
	color: #fff;
	font-size: 15px;
}

.eg-mega__list em {
	display: block;
	font-style: normal;
	color: rgba(232, 237, 244, 0.7);
	font-size: 13px;
	margin-top: 3px;
}

.eg-mega--dest {
	grid-template-columns: 0.55fr 1.45fr;
}

.eg-mega__tiles {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.eg-mega__tiles a {
	min-height: 110px;
	border-radius: 14px;
	background: #13264b center/cover no-repeat;
	display: flex;
	align-items: flex-end;
	padding: 12px;
	text-decoration: none !important;
	position: relative;
	overflow: hidden;
}

.eg-mega__tiles a::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent, rgba(10, 22, 44, 0.82));
}

.eg-mega__tiles span {
	position: relative;
	color: #fff;
	font-family: var(--eg-font-display);
	font-size: 1.15rem;
}

.eg-header__cta {
	white-space: nowrap;
}

.eg-tour-facts {
	background: #fff;
	border: 1px solid var(--eg-line);
	border-radius: 22px;
	padding: 28px 28px 12px;
	margin: 0 0 36px;
	box-shadow: var(--eg-shadow);
}

.eg-tour-facts h2 {
	margin-bottom: 18px;
}

.eg-tour-facts__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}

.eg-tour-facts__grid li {
	padding: 12px 0;
	border-top: 1px solid var(--eg-line);
}

.eg-tour-facts__grid strong {
	display: block;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 11px;
	color: var(--eg-gold-deep);
	margin-bottom: 6px;
}

.eg-tour-facts__grid span {
	color: var(--eg-nile-deep);
	font-size: 14px;
}

.eg-nav-toggle {
	display: none;
	align-items: center;
	gap: 8px;
	background: transparent;
	border: 1px solid rgba(189, 157, 90, 0.35);
	color: var(--eg-gold-soft);
	padding: 8px 12px;
	border-radius: 999px;
	cursor: pointer;
}

.eg-nav-toggle span {
	display: block;
	width: 16px;
	height: 1px;
	background: var(--eg-gold-soft);
	margin: 3px 0;
}

.eg-nav-toggle em {
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.eg-topbar__mark {
	color: var(--eg-gold-soft);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 11px;
}

.eg-faq__group {
	margin: 42px 0;
}

.eg-faq__group h2 {
	margin-bottom: 12px;
}

.eg-faq__item {
	border-bottom: 1px solid var(--eg-line);
	padding: 4px 0;
}

.eg-faq__item summary {
	cursor: pointer;
	padding: 14px 0;
	font-family: var(--eg-font-display);
	font-size: 1.25rem;
	color: var(--eg-nile-deep);
	list-style: none;
}

.eg-faq__item summary::-webkit-details-marker {
	display: none;
}

.eg-faq__item p {
	margin: 0 0 18px;
	max-width: 720px;
}

.eg-faq__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 36px;
}

.eg-contact-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin: 32px 0;
}

.eg-contact-card {
	background: #fff;
	border-radius: 18px;
	padding: 24px;
	box-shadow: var(--eg-shadow);
}

.eg-contact-card span {
	display: block;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 11px;
	color: var(--eg-gold-deep);
	margin-bottom: 8px;
}

.eg-contact-card strong {
	display: block;
	font-family: var(--eg-font-display);
	font-size: 1.4rem;
	color: var(--eg-nile-deep);
	margin-bottom: 8px;
}

@media (max-width: 991px) {
	.eg-nav-toggle {
		display: inline-flex;
	}

	.eg-nav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #0a162c;
		flex-direction: column;
		align-items: stretch;
		padding: 16px 20px 24px;
		border-bottom: 1px solid rgba(189, 157, 90, 0.22);
		max-height: calc(100vh - 90px);
		overflow: auto;
	}

	.eg-header {
		position: sticky;
	}

	.eg-nav.is-open {
		display: flex;
	}

	.eg-menu {
		flex-direction: column;
		align-items: stretch;
	}

	.eg-mega,
	.eg-has-mega:hover > .eg-mega,
	.eg-has-mega:focus-within > .eg-mega {
		position: static;
		width: auto;
		transform: none;
		display: none;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		grid-template-columns: 1fr;
		padding: 8px 0 16px;
		border: 0;
		box-shadow: none;
		background: transparent;
	}

	.eg-has-mega.is-open > .eg-mega {
		display: grid;
	}

	.eg-mega__tiles {
		grid-template-columns: 1fr 1fr;
	}

	.eg-header__cta {
		margin-top: 8px;
		text-align: center;
	}

	.eg-tour-facts__grid {
		grid-template-columns: 1fr 1fr;
	}

	.eg-topbar__mark {
		display: none;
	}

	.eg-contact-cards {
		grid-template-columns: 1fr;
	}

	.eg-header__phone,
	.eg-header__house {
		display: none;
	}

	.eg-header__actions {
		margin-top: 8px;
	}
}

/* -------------------------------------------------------------------------
   Luxury header + homepage 1.8
   ------------------------------------------------------------------------- */
html:not(.eg-reveal-on) [data-aos] {
	opacity: 1;
	transform: none;
}

.eg-header__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	min-width: 180px;
}

.eg-header__house {
	font-size: 10px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--eg-gold-soft);
}

.eg-header__actions {
	display: flex;
	align-items: center;
	gap: 18px;
}

.eg-header__phone {
	color: var(--eg-gold-soft) !important;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-decoration: none !important;
	white-space: nowrap;
}

.eg-header--home:not(.is-compact) {
	background: linear-gradient(180deg, #0a162c 0%, var(--eg-nile-deep) 100%);
	border-bottom: 1px solid rgba(189, 157, 90, 0.22);
}

body.home .egyptiva-home .eg-hero {
	margin-top: 0;
	min-height: 88vh;
	padding-top: 0;
}

.eg-hero__flourish {
	display: block;
	width: 88px;
	height: 1px;
	margin: 0 0 22px;
	background: linear-gradient(90deg, var(--eg-gold), transparent);
}

.eg-hero__scroll {
	position: absolute;
	right: 7vw;
	bottom: 36px;
	z-index: 3;
	color: var(--eg-gold-soft) !important;
	font-size: 11px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	text-decoration: none !important;
	writing-mode: vertical-rl;
}

.eg-hero__scroll::after {
	content: "";
	display: block;
	width: 1px;
	height: 42px;
	margin: 10px auto 0;
	background: var(--eg-gold);
	animation: eg-scroll-pulse 1.8s ease-in-out infinite;
}

@keyframes eg-scroll-pulse {
	0%, 100% { transform: scaleY(0.4); opacity: 0.4; }
	50% { transform: scaleY(1); opacity: 1; }
}

.eg-marquee {
	background: var(--eg-nile-deep);
	color: var(--eg-gold-soft);
	overflow: hidden;
	border-top: 1px solid rgba(189, 157, 90, 0.22);
	border-bottom: 1px solid rgba(189, 157, 90, 0.22);
}

.eg-marquee__track {
	display: flex;
	gap: 48px;
	width: max-content;
	padding: 14px 0;
	animation: eg-marquee 32s linear infinite;
	font-size: 12px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.eg-marquee__track span::before {
	content: "◆";
	margin-right: 48px;
	color: var(--eg-gold);
	font-size: 8px;
}

@keyframes eg-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.eg-dest-card {
	transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.eg-dest-card:hover {
	transform: translateY(-8px);
	box-shadow: var(--eg-shadow-hover);
}

.eg-dest-card__img {
	height: 240px;
	transition: transform 0.7s ease;
}

.eg-dest-card:hover .eg-dest-card__img {
	transform: scale(1.06);
}

.eg-dest-card__no {
	position: absolute;
	left: 14px;
	top: 14px;
	font-family: var(--eg-font-display);
	font-size: 1.1rem;
	color: var(--eg-gold-soft);
	letter-spacing: 0.08em;
}

.eg-tour-facts__note {
	font-size: 13px;
	color: var(--eg-stone);
	padding-bottom: 8px;
}

@media (prefers-reduced-motion: reduce) {
	.eg-marquee__track,
	.eg-hero__scroll::after {
		animation: none;
	}
}

body.home .eg-chrome {
	position: sticky;
	top: 0;
	left: auto;
	right: auto;
	z-index: 10050;
}

body.home .eg-chrome.is-stuck {
	position: sticky;
}

body.home .eg-chrome.is-stuck .eg-header,
body.home .eg-header.is-compact,
body.home .eg-header--home:not(.is-compact) {
	background: linear-gradient(180deg, #0a162c 0%, var(--eg-nile-deep) 100%);
	border-bottom: 1px solid rgba(189, 157, 90, 0.22);
}

body.home .eg-topbar {
	background: rgba(10, 22, 44, 0.78);
	border-bottom-color: rgba(189, 157, 90, 0.28);
}

body.home .eg-chrome.is-stuck .eg-topbar {
	display: none;
}

.eg-dest-grid {
	grid-template-columns: 1.35fr 1fr 1fr;
	grid-auto-rows: 250px;
}

.eg-dest-card:first-child {
	grid-row: span 2;
}

.eg-dest-card:first-child .eg-dest-card__img {
	height: 100%;
	min-height: 500px;
}

.eg-dest-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.eg-dest-card__img {
	flex: 1 1 auto;
}

@media (max-width: 991px) {
	.eg-header__inner {
		display: flex;
		grid-template-columns: none;
	}

	.eg-nav--left {
		display: none;
	}

	.eg-nav-mobile-only {
		display: list-item;
	}

	.eg-header__logo {
		justify-self: start;
		margin-right: auto;
	}

	.eg-dest-grid,
	.eg-dest-card:first-child {
		grid-template-columns: 1fr;
		grid-row: auto;
	}

	.eg-dest-card:first-child .eg-dest-card__img {
		min-height: 220px;
	}

	body.home .egyptiva-home .eg-hero {
		margin-top: 0;
		padding-top: 0;
	}

	body.home .eg-chrome {
		position: sticky;
	}
}

/* -------------------------------------------------------------------------
   1.9 — Atelier chrome, AOS, marketplace strip
   ------------------------------------------------------------------------- */
.eg-header__crest {
	justify-self: center;
	position: relative;
	padding: 5px;
	z-index: 2;
}

.eg-header__crest::before,
.eg-header__crest::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.eg-header__crest::before {
	inset: 0;
	border: 1px solid rgba(189, 157, 90, 0.7);
}

.eg-header__crest::after {
	inset: 3px;
	border: 1px solid rgba(221, 193, 122, 0.35);
}

.eg-header__crest .eg-header__logo {
	position: relative;
	z-index: 1;
	background: #f3f3ee;
	border-radius: 0;
	padding: 10px 22px 9px;
	box-shadow: 0 16px 36px rgba(8, 16, 32, 0.28);
}

.eg-header__crest .eg-header__logo img {
	max-height: 72px !important;
	max-width: 280px !important;
}

.eg-header.is-compact .eg-header__crest .eg-header__logo img {
	max-height: 48px;
}

.eg-menu > li > a i {
	font-size: 8px;
	margin-left: 6px;
	opacity: 0.7;
	vertical-align: 1px;
	transition: transform 0.25s ease;
}

.eg-has-mega:hover > a i,
.eg-has-mega:focus-within > a i {
	transform: rotate(180deg);
}

.eg-mega--tours {
	grid-template-columns: 0.72fr 1.05fr 0.85fr;
	width: min(1180px, calc(100vw - 40px));
	padding: 36px;
	background:
		linear-gradient(180deg, rgba(189, 157, 90, 0.08), transparent 28%),
		#081224;
	border: 1px solid rgba(189, 157, 90, 0.38);
	box-shadow: 0 36px 80px rgba(4, 10, 22, 0.55);
}

.eg-mega__note {
	color: rgba(243, 243, 238, 0.68);
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 18px;
	max-width: 260px;
}

.eg-mega__feature {
	min-height: 280px;
	background: #13264b center/cover no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 22px;
	text-decoration: none !important;
	position: relative;
	overflow: hidden;
}

.eg-mega__feature::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 18, 36, 0.05), rgba(8, 18, 36, 0.82));
}

.eg-mega__feature span,
.eg-mega__feature strong,
.eg-mega__feature em {
	position: relative;
	z-index: 1;
}

.eg-mega__feature span {
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 11px;
	color: var(--eg-gold-soft);
	margin-bottom: 8px;
}

.eg-mega__feature strong {
	font-family: var(--eg-font-display);
	font-size: 1.45rem;
	color: #fff;
	line-height: 1.2;
}

.eg-mega__feature em {
	font-style: normal;
	color: var(--eg-gold-soft);
	margin-top: 8px;
	font-size: 13px;
}

.eg-mega__tiles a {
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.eg-mega__tiles a:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 32px rgba(4, 10, 22, 0.4);
}

.eg-btn--shimmer {
	position: relative;
	overflow: hidden;
}

.eg-btn--shimmer::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.28) 48%, transparent 62%);
	transform: translateX(-120%);
	animation: eg-shimmer 4.8s ease-in-out infinite;
}

@keyframes eg-shimmer {
	0%, 55% { transform: translateX(-120%); }
	75%, 100% { transform: translateX(120%); }
}

.eg-hero__corners {
	position: absolute;
	inset: 28px 32px 36px;
	z-index: 2;
	pointer-events: none;
	border: 1px solid rgba(221, 193, 122, 0.22);
}

.eg-hero__corners::before,
.eg-hero__corners::after {
	content: "";
	position: absolute;
	width: 46px;
	height: 46px;
	border: 1px solid var(--eg-gold-soft);
}

.eg-hero__corners::before {
	top: -1px;
	left: -1px;
	border-right: 0;
	border-bottom: 0;
}

.eg-hero__corners::after {
	right: -1px;
	bottom: -1px;
	border-left: 0;
	border-top: 0;
}

.eg-trade {
	background: var(--eg-ivory);
	border-bottom: 1px solid var(--eg-line);
	padding: 28px 0;
}

.eg-trade__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.eg-trade .eg-kicker {
	margin: 0;
}

.eg-trade__marks {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 28px;
	list-style: none;
	margin: 0;
	padding: 0;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 11px;
	color: var(--eg-nile);
}

.eg-trade__marks li {
	position: relative;
}

.eg-trade__marks li + li::before {
	content: "◆";
	position: absolute;
	left: -18px;
	color: var(--eg-gold);
	font-size: 7px;
	top: 2px;
}

.eg-hero [data-aos],
.eg-hero [data-aos].is-in,
.eg-hero [data-aos].aos-animate {
	opacity: 1 !important;
	transform: none !important;
	filter: none !important;
}

.egyptiva-sticky-wa {
	background: var(--eg-nile-deep) !important;
	color: var(--eg-gold-soft) !important;
	box-shadow: 0 14px 30px rgba(10, 22, 44, 0.35);
	border: 1px solid rgba(189, 157, 90, 0.45);
}

.egyptiva-sticky-wa:hover {
	color: #fff !important;
	background: #1c335d !important;
}

/* Hide ad-supported chat widgets that break the house look */
#tidio-chat,
.tidio-chat,
.chaty-widget,
.chaty-i,
.joinchat,
#joinchat,
.ht-ctc,
.ht-ctc-chat,
.njt-wa,
.wac-container,
.floating-wpp,
.fb_dialog,
.fb-customerchat,
#eapps-whatsapp-chat,
.wh-widget-send-button,
[id*="tawkchat"],
iframe[src*="chatplus"],
[class*="electricblaze"],
[id*="electricblaze"],
iframe[src*="electricblaze"],
a[href*="electricblaze.com"],
a[href="#buy"],
#st-login-form,
#st-register-form,
.login-regiter-popup {
	display: none !important;
}

@media (max-width: 1199px) {
	.eg-header__phone {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.eg-btn--shimmer::after {
		animation: none;
	}

	html.eg-reveal-on [data-aos] {
		filter: none;
		transform: translate3d(0, 18px, 0);
		transition: opacity 0.55s ease, transform 0.55s ease;
	}

	html.eg-reveal-on [data-aos].is-in,
	html.eg-reveal-on [data-aos].aos-animate {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 991px) {
	.eg-mega--tours {
		grid-template-columns: 1fr;
		width: auto;
		padding: 8px 0 16px;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.eg-mega__feature {
		min-height: 180px;
	}

	.eg-hero__corners {
		inset: 16px;
	}

	.eg-trade__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.eg-header__crest {
		margin-right: auto;
	}
}

html:not(.eg-reveal-on) [data-aos] {
	opacity: 1;
	transform: none;
}

.eg-dest-card:first-child {
	position: relative;
}

.eg-dest-card:first-child .eg-dest-card__body {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: linear-gradient(180deg, transparent, rgba(10, 22, 44, 0.88));
	color: #f3f3ee;
}

.eg-dest-card:first-child .eg-dest-card__body strong {
	color: #f3f3ee;
	font-size: 2rem;
}

.eg-dest-card:first-child .eg-dest-card__body em {
	color: rgba(243, 243, 238, 0.78);
}

/* -------------------------------------------------------------------------
   2.0 — Visible chrome, mega hover, scroll reveal, card cinema
   ------------------------------------------------------------------------- */
.eg-chrome {
	position: sticky;
	top: 0;
	z-index: 10050;
	overflow: visible;
}

.eg-header {
	position: relative;
}

.eg-header,
.eg-header--home,
.eg-header--home:not(.is-compact),
.eg-header.is-compact,
body.home .eg-header--home:not(.is-compact) {
	background: linear-gradient(180deg, #0a162c 0%, #13264b 100%) !important;
	border-bottom: 1px solid rgba(189, 157, 90, 0.28) !important;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	overflow: visible !important;
}

.eg-header__goldline {
	background: linear-gradient(90deg, transparent, #bd9d5a, #ddc17a, #bd9d5a, transparent);
	background-size: 220% 100%;
	animation: eg-goldflow 7s linear infinite;
}

@keyframes eg-goldflow {
	0% { background-position: 0% 50%; }
	100% { background-position: 220% 50%; }
}

.eg-has-mega.is-open > a,
.eg-has-mega:hover > a {
	color: var(--eg-gold-soft) !important;
}

.eg-has-mega.is-open > a i,
.eg-has-mega:hover > a i {
	transform: rotate(180deg);
}

html.eg-reveal-on [data-aos] {
	opacity: 0;
	transform: translate3d(0, 88px, 0) scale(0.94);
	filter: blur(10px);
	transition:
		opacity 1.05s cubic-bezier(0.16, 1, 0.3, 1),
		transform 1.15s cubic-bezier(0.16, 1, 0.3, 1),
		filter 1.05s cubic-bezier(0.16, 1, 0.3, 1);
	will-change: opacity, transform;
}

html.eg-reveal-on [data-aos="fade-right"] { transform: translate3d(-80px, 24px, 0) rotate(-2deg); }
html.eg-reveal-on [data-aos="fade-left"] { transform: translate3d(80px, 24px, 0) rotate(2deg); }
html.eg-reveal-on [data-aos="zoom-in"] { transform: scale(0.78) translate3d(0, 40px, 0); }
html.eg-reveal-on [data-aos="fade"] { transform: none; filter: blur(14px); }

html.eg-reveal-on [data-aos].is-in,
html.eg-reveal-on [data-aos].aos-animate {
	opacity: 1;
	transform: none;
	filter: none;
}

html.eg-reveal-on .eg-hero [data-aos] {
	opacity: 1 !important;
	transform: none !important;
	filter: none !important;
}

.eg-dest-card,
.eg-tour-card {
	position: relative;
	overflow: hidden;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.55s ease;
}

.eg-dest-card:hover,
.eg-tour-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 28px 60px rgba(10, 22, 44, 0.22);
}

.eg-dest-card::after,
.eg-tour-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	box-shadow: inset 0 0 0 0 rgba(189, 157, 90, 0);
	transition: box-shadow 0.45s ease;
	z-index: 3;
}

.eg-dest-card:hover::after,
.eg-tour-card:hover::after {
	box-shadow: inset 0 0 0 2px rgba(189, 157, 90, 0.75);
}

.eg-dest-card__img {
	overflow: hidden;
}

.eg-dest-card__img::before,
.eg-tour-card__img::before {
	content: "";
	position: absolute;
	inset: -16%;
	background-image: inherit;
	background-size: cover;
	background-position: center;
	transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), filter 0.7s ease;
	z-index: 0;
}

.eg-dest-card__img::after,
.eg-tour-card__img::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(10, 22, 44, 0.08), rgba(10, 22, 44, 0.42)),
		linear-gradient(115deg, transparent 28%, rgba(221, 193, 122, 0.38) 48%, transparent 68%);
	background-size: 100% 100%, 220% 100%;
	background-position: 0 0, -140% 0;
	transition: background-position 0.85s ease, opacity 0.45s ease;
	z-index: 1;
	pointer-events: none;
}

.eg-dest-card:hover .eg-dest-card__img::before,
.eg-tour-card:hover .eg-tour-card__img::before {
	transform: scale(1.22) rotate(2.2deg);
	filter: saturate(1.2) contrast(1.08) brightness(1.04);
}

.eg-dest-card:hover .eg-dest-card__img::after,
.eg-tour-card:hover .eg-tour-card__img::after {
	background-position: 0 0, 140% 0;
}

.eg-dest-card__no,
.eg-tour-card__img .eg-chip,
.eg-dest-card__img > *,
.eg-tour-card__img > * {
	position: relative;
	z-index: 2;
}

.eg-tour-card h3,
.eg-dest-card strong {
	transition: color 0.35s ease;
}

.eg-tour-card:hover h3,
.eg-dest-card:hover strong {
	color: #1c335d;
}

.eg-stats li {
	overflow: hidden;
	position: relative;
}

.eg-stats li::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--eg-gold), transparent);
	transform: scaleX(0);
	transition: transform 0.6s ease;
}

.eg-stats li:hover::after,
.eg-stats strong.is-in + span {
	transform: scaleX(1);
}

.eg-stats strong {
	background: linear-gradient(180deg, #1c335d, #bd9d5a);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.services-item .featured-image {
	overflow: hidden;
}

.services-item .featured-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, transparent 30%, rgba(221, 193, 122, 0.34) 50%, transparent 70%);
	transform: translateX(-130%);
	transition: transform 0.8s ease;
	pointer-events: none;
	z-index: 2;
}

.services-item.item-elementor:hover .featured-image::after {
	transform: translateX(130%);
}

.services-item.item-elementor:hover .featured-image img {
	transform: scale(1.18) rotate(1.6deg);
	filter: saturate(1.18) contrast(1.06);
	transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1), filter 0.7s ease;
}

.eg-kicker {
	position: relative;
}

.eg-section .eg-kicker::after {
	content: "";
	display: block;
	width: 42px;
	height: 1px;
	margin-top: 10px;
	background: linear-gradient(90deg, var(--eg-gold), transparent);
	transform-origin: left;
	animation: eg-kicker-draw 1.4s ease both;
}

@keyframes eg-kicker-draw {
	from { transform: scaleX(0); opacity: 0; }
	to { transform: scaleX(1); opacity: 1; }
}

@media (max-width: 991px) {
	.eg-has-mega::after {
		display: none !important;
	}

	.eg-mega,
	.eg-has-mega:hover > .eg-mega,
	.eg-has-mega.is-open > .eg-mega {
		left: auto;
		transform: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.eg-header__goldline,
	.eg-section .eg-kicker::after {
		animation: none;
	}

	html.eg-reveal-on [data-aos] {
		filter: none;
	}
}

/* -------------------------------------------------------------------------
   2.6 — Inner traditional header, home gallery, films
   ------------------------------------------------------------------------- */
.eg-header--inner .eg-header__inner {
	display: flex;
	grid-template-columns: none;
	align-items: center;
	gap: 10px 18px;
	min-height: 82px;
}

.eg-header--inner .eg-header__crest {
	order: 1;
	justify-self: start;
	padding: 3px;
	margin-right: 8px;
}

.eg-header--inner .eg-header__crest::before,
.eg-header--inner .eg-header__crest::after {
	display: none;
}

.eg-header--inner .eg-header__crest .eg-header__logo,
.eg-header--inner .eg-header__logo {
	justify-self: start;
	padding: 6px 14px 5px;
	box-shadow: 0 8px 20px rgba(8, 16, 32, 0.22);
}

.eg-header--inner .eg-header__logo img,
.eg-header--inner .eg-header__crest .eg-header__logo img {
	max-height: 42px;
	max-width: 168px;
}

.eg-header--inner .eg-nav--left {
	order: 2;
	flex: 0 1 auto;
}

.eg-header--inner .eg-nav--right {
	order: 3;
	margin-left: auto;
}

.eg-header--inner .eg-nav-toggle {
	order: 4;
	margin-left: auto;
}

.eg-header--inner .eg-menu {
	gap: 0;
}

.eg-header--inner .eg-menu > li > a {
	padding: 14px 12px;
	letter-spacing: 0.12em;
}

.eg-header--inner .eg-header__phone {
	display: none;
}

.eg-gallery__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 168px;
	gap: 12px;
	margin-top: 8px;
}

.eg-gallery__shot {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 18px;
	overflow: hidden;
	cursor: zoom-in;
	background: #13264b;
	box-shadow: 0 16px 40px rgba(13, 28, 57, 0.12);
}

.eg-gallery__shot--lead {
	grid-column: span 2;
	grid-row: span 2;
}

.eg-gallery__shot--wide {
	grid-column: span 2;
}

.eg-gallery__shot--tall {
	grid-row: span 2;
}

.eg-gallery__img,
.eg-gallery__veil {
	position: absolute;
	inset: 0;
}

.eg-gallery__img {
	background: #13264b center/cover no-repeat;
	transform: scale(1.04);
	transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
}

.eg-gallery__veil {
	background: linear-gradient(180deg, transparent 35%, rgba(10, 22, 44, 0.78) 100%);
	pointer-events: none;
}

.eg-gallery__shot:hover .eg-gallery__img {
	transform: scale(1.16) rotate(1.2deg);
	filter: saturate(1.18) contrast(1.06);
}

.eg-gallery__meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 16px 18px;
	text-align: left;
	color: #f3f3ee;
}

.eg-gallery__meta em {
	display: block;
	font-style: normal;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 11px;
	color: #ddc17a;
	margin-bottom: 4px;
}

.eg-gallery__meta strong {
	display: block;
	font-family: var(--eg-font-display);
	font-size: 1.15rem;
	line-height: 1.25;
	color: #f3f3ee;
	font-weight: 500;
}

.eg-gallery__shot--lead .eg-gallery__meta strong {
	font-size: 1.7rem;
}

.eg-films {
	background: #0a162c;
}

.eg-films .eg-kicker,
.eg-films .eg-kicker--nile,
.eg-films h2,
.eg-films .eg-intro {
	color: #f3f3ee;
}

.eg-films .eg-kicker--nile {
	color: #ddc17a;
}

.eg-films .eg-kicker::after {
	background: linear-gradient(90deg, #bd9d5a, transparent);
}

.eg-films .eg-intro {
	opacity: 0.78;
}

.eg-films__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.eg-film-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0;
	border: 0;
	border-radius: 22px;
	overflow: hidden;
	background: #13264b;
	color: #f3f3ee;
	text-align: left;
	cursor: pointer;
	box-shadow: 0 22px 50px rgba(8, 16, 32, 0.35);
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.eg-film-card:hover {
	transform: translateY(-8px);
}

.eg-film-card__poster {
	display: block;
	height: 210px;
	background: #13264b center/cover no-repeat;
	transition: transform 1s ease, filter 0.6s ease;
}

.eg-film-card:hover .eg-film-card__poster {
	transform: scale(1.08);
	filter: saturate(1.15);
}

.eg-film-card__play {
	position: absolute;
	top: 78px;
	left: 50%;
	width: 64px;
	height: 64px;
	margin-left: -32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #bd9d5a, #8b6e32);
	color: #fff;
	box-shadow: 0 12px 30px rgba(10, 22, 44, 0.4);
	z-index: 2;
	transition: transform 0.3s ease;
}

.eg-film-card:hover .eg-film-card__play {
	transform: scale(1.08);
}

.eg-film-card__body {
	display: block;
	padding: 20px 22px 22px;
}

.eg-film-card__body em {
	display: block;
	font-style: normal;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 11px;
	color: #ddc17a;
	margin-bottom: 6px;
}

.eg-film-card__body strong {
	display: block;
	font-family: var(--eg-font-display);
	font-size: 1.45rem;
	color: #f3f3ee;
	margin-bottom: 6px;
}

.eg-film-card__body span {
	display: block;
	color: rgba(243, 243, 238, 0.72);
	font-size: 14px;
	line-height: 1.5;
}

.eg-lightbox {
	position: fixed;
	inset: 0;
	z-index: 12000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 32px;
	background: rgba(8, 16, 32, 0.88);
	backdrop-filter: blur(10px);
}

.eg-lightbox.is-open {
	display: flex;
}

body.eg-lightbox-open {
	overflow: hidden;
}

.eg-lightbox__inner {
	position: relative;
	width: min(1100px, 100%);
}

.eg-lightbox__stage {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	background: #0a162c;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.eg-lightbox__stage img {
	display: block;
	width: 100%;
	max-height: 78vh;
	object-fit: contain;
	background: #0a162c;
}

.eg-lightbox__stage iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	background: #000;
}

.eg-lightbox__cap {
	margin: 14px 0 0;
	color: #f3f3ee;
	font-family: var(--eg-font-display);
	font-size: 1.25rem;
}

.eg-lightbox__close {
	position: absolute;
	top: -14px;
	right: -14px;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: #bd9d5a;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
}

@media (max-width: 991px) {
	.eg-header--inner .eg-header__inner {
		display: flex;
	}

	.eg-header--inner .eg-nav--left {
		display: none;
	}

	.eg-header--inner .eg-header__crest {
		margin-right: auto;
	}

	.eg-gallery__grid {
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: 160px;
	}

	.eg-gallery__shot--lead,
	.eg-gallery__shot--wide,
	.eg-gallery__shot--tall {
		grid-column: span 2;
		grid-row: auto;
		min-height: 220px;
	}

	.eg-films__grid {
		grid-template-columns: 1fr;
	}
}

/* -------------------------------------------------------------------------
   2.7 — Speed, cards, headings, GEO FAQs, guide 360
   ------------------------------------------------------------------------- */
.eg-section__head {
	max-width: 720px;
	margin: 0 0 36px;
}

.eg-section__head h2 {
	margin: 0 0 12px;
}

.eg-section__head .eg-intro {
	margin: 0;
}

.eg-step-grid,
.eg-style-grid,
.eg-voice-grid,
.eg-dest-grid,
.eg-tour-grid {
	align-items: stretch;
}

.eg-step,
.eg-style,
.eg-voice,
.eg-dest-card,
.eg-tour-card {
	height: 100%;
}

.eg-tour-card a,
.eg-dest-card {
	min-height: 100%;
}

.eg-tour-card h3,
.eg-dest-card strong,
.eg-style strong {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.5em;
}

.eg-tour-card p,
.eg-dest-card em,
.eg-style em {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.eg-about__grid .eg-orb,
.eg-orb {
	position: relative;
	margin: 0;
	width: min(100%, 420px);
	justify-self: center;
	perspective: 1100px;
}

.eg-orb__halo,
.eg-orb__ring {
	position: absolute;
	inset: 6%;
	border-radius: 50%;
	pointer-events: none;
}

.eg-orb__halo {
	border: 1px solid rgba(189, 157, 90, 0.45);
	box-shadow: 0 0 0 12px rgba(189, 157, 90, 0.08);
	animation: eg-orb-pulse 4.5s ease-in-out infinite;
}

.eg-orb__ring {
	inset: -4%;
	border: 1px dashed rgba(221, 193, 122, 0.55);
	animation: eg-orb-spin 14s linear infinite;
}

.eg-orb__scene {
	display: block;
	width: 78%;
	margin: 11% auto 0;
	aspect-ratio: 1;
	transform-style: preserve-3d;
}

.eg-orb__card {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	animation: eg-orb-360 18s linear infinite;
}

.eg-orb__face {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: #13264b center/cover no-repeat;
	border: 4px solid #ddc17a;
	box-shadow: 0 24px 50px rgba(10, 22, 44, 0.28);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.eg-orb__face--back {
	transform: rotateY(180deg);
}

.eg-orb figcaption {
	margin-top: 22px;
	text-align: center;
}

.eg-orb figcaption em {
	display: block;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 11px;
	font-style: normal;
	color: #8d6d2c;
	margin-bottom: 6px;
}

.eg-orb figcaption strong {
	display: block;
	font-family: var(--eg-font-display);
	font-size: 1.25rem;
	font-weight: 500;
	color: #13264b;
	line-height: 1.35;
}

@keyframes eg-orb-360 {
	from { transform: rotateY(0deg); }
	to { transform: rotateY(360deg); }
}

@keyframes eg-orb-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes eg-orb-pulse {
	0%, 100% { transform: scale(1); opacity: 0.7; }
	50% { transform: scale(1.04); opacity: 1; }
}

.eg-page-guide {
	margin: 48px 0 8px;
	display: flex;
	justify-content: center;
}

.eg-page-faq {
	margin: 56px 0 8px;
	padding: 8px 0 0;
}

.egyptiva-home .eg-page-faq {
	padding: 80px 0 20px;
	background: #fff;
	margin: 0;
}

.eg-page-faq h2 {
	margin: 0 0 22px;
	max-width: 640px;
}

.eg-page-faq__list {
	max-width: 760px;
}

.eg-page-faq__item {
	border-bottom: 1px solid rgba(19, 38, 75, 0.1);
	padding: 4px 0;
}

.eg-page-faq__item summary {
	cursor: pointer;
	padding: 16px 0;
	font-family: var(--eg-font-display);
	font-size: 1.35rem;
	color: #13264b;
	list-style: none;
}

.eg-page-faq__item summary::-webkit-details-marker {
	display: none;
}

.eg-page-faq__item p {
	margin: 0 0 16px;
	color: #4b4540;
	line-height: 1.75;
}

.eg-dest-grid {
	grid-template-columns: repeat(3, 1fr) !important;
	grid-auto-rows: auto !important;
	gap: 22px;
}

.eg-dest-card:first-child {
	grid-row: auto !important;
}

.eg-dest-card:first-child .eg-dest-card__img {
	height: 220px !important;
	min-height: 0 !important;
}

.eg-dest-card:first-child .eg-dest-card__body {
	position: static !important;
	background: #fff !important;
	color: inherit;
}

.eg-dest-card:first-child .eg-dest-card__body strong {
	color: #13264b !important;
	font-size: 1.45rem !important;
}

.eg-dest-card:first-child .eg-dest-card__body em {
	color: #4b4540 !important;
}

.eg-dest-card__img {
	height: 220px;
}

.eg-about__grid {
	align-items: center;
}

html.eg-reveal-on [data-aos] {
	transform: translate3d(0, 96px, 0) scale(0.9) rotateX(10deg);
	filter: blur(12px);
}

html.eg-reveal-on [data-aos="fade-right"] { transform: translate3d(-96px, 20px, 0) rotateY(14deg); }
html.eg-reveal-on [data-aos="fade-left"] { transform: translate3d(96px, 20px, 0) rotateY(-14deg); }
html.eg-reveal-on [data-aos="zoom-in"] { transform: scale(0.72) translate3d(0, 48px, 0); }

@media (prefers-reduced-motion: reduce) {
	.eg-orb__card,
	.eg-orb__ring,
	.eg-orb__halo {
		animation: none;
	}

	html.eg-reveal-on [data-aos] {
		filter: none;
		transform: translate3d(0, 16px, 0);
	}
}
