/**
 * Ethio Shell — inner pages, Elementor legacy blocks, nav dropdowns.
 */

/* ── Desktop nav dropdowns ── */
@media (min-width: 922px) {
	.ee-site-header__nav .ee-nav {
		flex-wrap: nowrap;
		gap: 2px 12px;
	}

	.ee-site-header__nav .ee-nav > li > a {
		font-size: 0.875rem;
		padding: 8px 6px;
		white-space: nowrap;
	}

	.ee-nav > .menu-item-has-children {
		position: relative;
	}

	.ee-nav > .menu-item-has-children > a::after {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 5px;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 5px solid currentColor;
		vertical-align: middle;
		opacity: 0.7;
	}

	.ee-nav .sub-menu {
		position: absolute;
		top: calc(100% + 6px);
		left: 0;
		min-width: 240px;
		margin: 0;
		padding: 6px 0;
		list-style: none;
		background: #101010;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 12px;
		box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
		display: none;
		z-index: 100500;
	}

	.ee-nav > .menu-item-has-children:hover > .sub-menu,
	.ee-nav > .menu-item-has-children:focus-within > .sub-menu {
		display: block;
	}

	.ee-nav .sub-menu a {
		display: block;
		padding: 10px 16px;
		font-size: 0.84rem;
		color: #ccc !important;
		text-decoration: none !important;
		border-bottom: 0;
	}

	.ee-nav .sub-menu a:hover {
		background: rgba(230, 57, 57, 0.12);
		color: #fff !important;
	}
}

@media (min-width: 922px) and (max-width: 1180px) {
	.ee-site-header__nav .ee-nav > li > a {
		font-size: 0.8rem;
		padding-inline: 6px;
	}
}

/* ── Mobile drawer submenu accordion ── */
.ee-nav--mobile .menu-item-has-children > .sub-menu {
	display: none;
	padding-left: 8px;
}

.ee-nav--mobile .menu-item-has-children.is-open > .sub-menu {
	display: block;
}

.ee-nav--mobile .menu-item-has-children > a {
	position: relative;
	padding-right: 52px;
}

.ee-nav--mobile .menu-item-has-children {
	position: relative;
}

.ee-nav--mobile .ee-submenu-toggle {
	position: absolute;
	right: 12px;
	top: 7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 9px;
	background: #171717;
	font-size: 1.2rem;
	color: #fff;
	cursor: pointer;
}

/* ── Inner page shell ── */
/* Backup only — duplicate titles are stripped server-side; hide any stragglers. */
.ee-page--has-hero .ee-prose > .elementor > .elementor-top-section:first-child .elementor-widget-heading h1,
.ee-page--has-hero .ee-prose > h1:first-child,
.ee-page--has-hero .ee-prose-flow > h1:first-child,
.ee-page--has-hero .ee-prose .elementor-widget-heading h1.elementor-heading-title:first-of-type {
	display: none !important;
	height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ee-page--inner {
	padding: 0 20px 56px;
}

.ee-page--inner .ee-prose {
	max-width: 820px;
	margin-inline: auto;
	padding-top: 8px;
}

.ee-booking-panel {
	max-width: 820px;
	margin: 24px auto 32px;
	padding: clamp(22px, 4vw, 36px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	background: #131313;
}

.ee-booking-panel__eyebrow {
	margin: 0 0 8px;
	color: #ff8a8a;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ee-booking-panel h2 {
	margin: 0 0 10px;
	font-size: clamp(1.45rem, 4vw, 2rem);
}

.ee-booking-panel > p:not(.ee-booking-panel__eyebrow) {
	margin: 0;
	color: #c8c8c8;
}

.ee-booking-panel__actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 22px;
}

.ee-booking-panel__actions .ee-contact-btn {
	min-height: 48px;
	justify-content: center;
	text-align: center;
}

@media (max-width: 720px) {
	.ee-booking-panel__actions {
		grid-template-columns: 1fr;
	}
}

/* Embedded city roster inside a page */
.ee-page--inner .ee-city-roster,
.ee-prose .ee-city-roster {
	margin: 32px 0;
	padding: 28px 0 8px;
	border-top: 1px solid var(--ee-border);
}

.ee-page--inner .ee-city-roster .ee-gallery {
	padding-top: 0;
}

/* ── Elementor hero / duplicate logos ── */
.ee-prose .elementor-background-overlay {
	display: none !important;
}

.ee-prose .elementor-section-height-min-height,
.ee-prose .elementor-section.elementor-section-height-min-height {
	min-height: 0 !important;
}

.ee-prose > .elementor > .elementor-top-section:first-child .elementor-widget-image,
.ee-prose .elementor-widget-image img[src*="logo.png"],
.ee-prose .elementor-widget-image img[src*="cropped-cropped-logo"],
.ee-prose .elementor-widget-image img[src*="ethio_escort_main"] {
	display: none !important;
}

/* ── Columns: stack on mobile ── */
.ee-prose .elementor-inner-section .elementor-container,
.ee-prose .elementor-top-section .elementor-container {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 16px !important;
	width: 100% !important;
}

.ee-prose .elementor-col-50,
.ee-prose .elementor-col-33,
.ee-prose .elementor-col-25,
.ee-prose [class*="elementor-col-"] {
	width: 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
}

@media (min-width: 640px) {
	.ee-prose .elementor-col-50 {
		width: calc(50% - 8px) !important;
		flex: 0 0 calc(50% - 8px) !important;
		max-width: calc(50% - 8px) !important;
	}

	.ee-prose .elementor-col-25 {
		width: calc(50% - 8px) !important;
		flex: 0 0 calc(50% - 8px) !important;
		max-width: calc(50% - 8px) !important;
	}
}

@media (min-width: 992px) {
	.ee-prose .elementor-col-33 {
		width: calc(33.333% - 11px) !important;
		flex: 0 0 calc(33.333% - 11px) !important;
		max-width: calc(33.333% - 11px) !important;
	}

	.ee-prose .elementor-col-25 {
		width: calc(25% - 12px) !important;
		flex: 0 0 calc(25% - 12px) !important;
		max-width: calc(25% - 12px) !important;
	}

	.ee-prose .elementor-col-50 {
		width: calc(50% - 8px) !important;
		flex: 0 0 calc(50% - 8px) !important;
		max-width: calc(50% - 8px) !important;
	}
}

/* ── Icon lists (contact blocks) ── */
.ee-prose .elementor-icon-list-items {
	list-style: none !important;
	margin: 0 0 1rem !important;
	padding: 0 !important;
}

.ee-prose .elementor-icon-list-item {
	display: flex !important;
	align-items: flex-start !important;
	gap: 12px !important;
	margin: 0 0 12px !important;
	padding: 0 !important;
}

.ee-prose .elementor-icon-list-icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: var(--ee-red) !important;
}

.ee-prose .elementor-icon-list-icon i {
	font-size: 1rem;
	color: var(--ee-red) !important;
}

.ee-prose .elementor-icon-list-text {
	color: var(--ee-muted) !important;
	line-height: 1.5;
}

.ee-prose .elementor-icon-list-text a {
	color: #ff7b7b !important;
	text-decoration: none !important;
}

.ee-prose .elementor-icon-list-text p {
	margin: 0 !important;
	display: inline;
}

/* ── Headings tier ── */
.ee-prose h4.elementor-heading-title {
	font-family: var(--ee-font) !important;
	font-size: 0.82rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ee-red) !important;
	margin-top: 1.5rem !important;
}

.ee-prose p.elementor-heading-title {
	font-family: var(--ee-font) !important;
	font-size: 1.1rem !important;
	font-weight: 600 !important;
	color: #fff !important;
	margin: 1rem 0 !important;
}

/* ── Service / massage card images ── */
.ee-prose .elementor-inner-section .elementor-widget-image img,
.ee-prose .elementor-top-section .elementor-widget-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 12px;
	max-height: 240px;
	margin: 0 0 12px;
}

/* ── Buttons with broken wrapper markup ── */
.ee-prose .elementor-button-content-wrapper {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	flex-wrap: wrap;
}

.ee-prose .elementor-button-content-wrapper p {
	display: none !important;
	margin: 0 !important;
}

.ee-prose .elementor-button .ee-cta-ico,
.ee-prose .elementor-button svg {
	width: 20px !important;
	height: 20px !important;
	flex-shrink: 0;
}

/* ── Blog placeholder cards ── */
.ee-blog-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
	color: var(--ee-muted);
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ee-blog-card__placeholder::before {
	content: "Ethio Escort";
	opacity: 0.5;
}

/* ── Homepage legacy: let card sections win ── */
body.ee-home-classic .ee-prose--legacy-home .elementor-top-section {
	background: linear-gradient(165deg, rgba(20, 20, 20, 0.95), rgba(12, 12, 12, 0.88)) !important;
	border: 1px solid rgba(255, 255, 255, 0.07) !important;
	border-radius: 18px !important;
	padding: 22px 18px !important;
	margin: 0 0 18px !important;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

body.ee-home-classic .ee-home__legacy-content {
	padding: 32px 16px 64px;
}

@media (max-width: 767px) {
	body.ee-home-classic .ee-home__roster-block {
		padding: 20px 16px 8px;
	}

	body.ee-home-classic .ee-home__title {
		font-size: clamp(1.45rem, 5.5vw, 1.85rem);
	}

	.ee-page-hero {
		padding: 20px 16px 24px;
	}

	.ee-page-hero__title {
		font-size: clamp(1.5rem, 5vw, 2rem);
	}
}
