/**
 * Branded singular shell for Umrah Package + Taxi Service pages.
 */
.utl-hub-singular {
	--utl-shell-max: 1140px;
	--utl-shell-gold: var(--uh-gold, #c89b3c);
	--utl-shell-green: var(--uh-green-dark, #0f5132);
	--utl-shell-ink: var(--uh-ink, #1a1a1a);
	--utl-shell-muted: var(--uh-muted, #5c6b63);
}

/* Hide duplicate theme/entry titles when our shell H1 is present */
.utl-hub-singular .entry-title,
.utl-hub-singular .page-header .entry-title {
	display: none;
}

.utl-shell {
	background:
		radial-gradient(1200px 420px at 10% -10%, rgba(200, 155, 60, 0.28), transparent 55%),
		linear-gradient(135deg, #0b3a26 0%, #0f5132 48%, #163d2b 100%);
	color: #fff;
	padding: 36px 20px 40px;
	margin: 0 0 8px;
}

.utl-shell--taxi {
	background:
		radial-gradient(1000px 380px at 90% -20%, rgba(200, 155, 60, 0.22), transparent 50%),
		linear-gradient(135deg, #10261c 0%, #0f5132 60%, #1a4a35 100%);
}

.utl-shell-inner,
.utl-shell-body,
.utl-shell-cross-inner,
.utl-deals-box {
	max-width: var(--utl-shell-max);
	margin-left: auto;
	margin-right: auto;
}

.utl-shell-crumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 8px;
	font-size: 13px;
	opacity: 0.9;
	margin: 0 0 14px;
}

.utl-shell-crumbs a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.utl-shell-crumbs a:hover {
	border-bottom-color: var(--utl-shell-gold);
	color: var(--utl-shell-gold);
}

.utl-shell-crumbs-sep {
	opacity: 0.55;
}

.utl-shell-kicker {
	margin: 0 0 8px;
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--utl-shell-gold);
	font-weight: 700;
}

.utl-shell-title {
	margin: 0 0 10px;
	font-family: var(--uh-font-display, Georgia, "Playfair Display", serif);
	font-size: clamp(1.75rem, 3.4vw, 2.6rem);
	line-height: 1.15;
	font-weight: 700;
	color: #fff;
}

.utl-shell-sub {
	margin: 0 0 18px;
	max-width: 40rem;
	font-size: 1.02rem;
	line-height: 1.55;
	opacity: 0.92;
}

.utl-shell-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.utl-shell-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 4px;
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.utl-shell-btn--primary {
	background: var(--utl-shell-gold);
	color: #123528;
}

.utl-shell-btn--primary:hover {
	background: #d4ad4f;
	color: #0b2b1c;
}

.utl-shell-btn--ghost {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.45);
}

.utl-shell-btn--ghost:hover {
	border-color: var(--utl-shell-gold);
	color: var(--utl-shell-gold);
}

/* Box Elementor + shortcode content so old copy sits in a clean reading column */
.utl-shell-body {
	padding: 28px 20px 8px;
}

/* —— Intro: white band, text left + dedicated package form right —— */
.utl-intro-form {
	background: #fff;
	padding: 8px 0 28px;
	margin: 0 0 12px;
}

.utl-intro-form__inner {
	max-width: var(--utl-shell-max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 28px 36px;
	align-items: start;
}

.utl-intro-form__copy {
	min-width: 0;
}

/* Kill old dark Elementor boxes so 2nd section reads on white */
.utl-intro-form__copy .elementor-section,
.utl-intro-form__copy .elementor-column-wrap,
.utl-intro-form__copy .elementor-widget-wrap,
.utl-intro-form__copy .e-con,
.utl-intro-form__copy .elementor-element {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border: none !important;
}

.utl-intro-form__copy .elementor-section.elementor-section-boxed > .elementor-container,
.utl-intro-form__copy .elementor-section.elementor-section-full_width > .elementor-container,
.utl-intro-form__copy .e-con {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.utl-intro-form__copy,
.utl-intro-form__copy p,
.utl-intro-form__copy li,
.utl-intro-form__copy .elementor-widget-text-editor,
.utl-intro-form__copy .elementor-widget-text-editor * {
	color: var(--utl-shell-ink, #1a1a1a) !important;
	line-height: 1.7;
}

.utl-intro-form__copy h1,
.utl-intro-form__copy h2,
.utl-intro-form__copy h3 {
	color: var(--utl-shell-green, #0f5132) !important;
	font-family: var(--uh-font-display, Georgia, "Playfair Display", serif);
}

.utl-intro-form__panel {
	position: sticky;
	top: 96px;
	background: #fff;
	border: 1px solid rgba(15, 81, 50, 0.12);
	border-radius: 16px;
	padding: 22px 20px 20px;
	box-shadow: 0 12px 32px rgba(15, 48, 31, 0.07);
	box-sizing: border-box;
}

.utl-intro-form__kicker {
	margin: 0 0 6px;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--utl-shell-gold, #c89b3c);
}

.utl-intro-form__heading {
	margin: 0 0 8px;
	font-family: var(--uh-font-display, Georgia, serif);
	font-size: clamp(1.2rem, 2vw, 1.45rem);
	line-height: 1.25;
	color: var(--utl-shell-green, #0f5132);
}

.utl-intro-form__note {
	margin: 0 0 16px;
	font-size: 0.92rem;
	line-height: 1.5;
	color: var(--utl-shell-muted, #5c6b63);
}

.utl-intro-form__panel .utl-lead-form-wrap {
	max-width: none;
}

.utl-intro-form__panel .utl-lead-form {
	max-width: none;
}

.utl-intro-form__panel .utl-submit-btn {
	width: 100%;
}

@media (max-width: 900px) {
	.utl-intro-form__inner {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.utl-intro-form__panel {
		position: static;
		order: -1; /* form first on mobile for conversion */
	}
}

.utl-hub-singular .utl-shell-body .elementor-section.elementor-section-boxed > .elementor-container,
.utl-hub-singular .utl-shell-body .elementor-section.elementor-section-full_width > .elementor-container,
.utl-hub-singular .utl-shell-body .e-con.e-con-full,
.utl-hub-singular .utl-shell-body .e-con.e-con-boxed {
	max-width: var(--utl-shell-max) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
	padding-left: 0;
	padding-right: 0;
}

.utl-hub-singular .utl-shell-body .elementor-widget-heading .elementor-heading-title,
.utl-hub-singular .utl-shell-body h1,
.utl-hub-singular .utl-shell-body h2,
.utl-hub-singular .utl-shell-body h3 {
	font-family: var(--uh-font-display, Georgia, "Playfair Display", serif);
	color: var(--utl-shell-green);
}

.utl-hub-singular .utl-shell-body p,
.utl-hub-singular .utl-shell-body li {
	color: var(--utl-shell-ink);
	line-height: 1.65;
}

/* Hide duplicate H1 inside old content when shell already shows title */
.utl-hub-singular .utl-shell-body > h1:first-child,
.utl-hub-singular .utl-shell-body .elementor > .elementor-section:first-child .elementor-widget-heading:first-child h1 {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Packages / deals — always boxed, never edge-to-edge */
.utl-deals-box {
	margin: 12px auto 48px;
	padding: 28px 20px 32px;
	background:
		linear-gradient(180deg, rgba(15, 81, 50, 0.04), rgba(200, 155, 60, 0.06)),
		#fff;
	border: 1px solid rgba(15, 81, 50, 0.1);
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(15, 48, 31, 0.06);
	box-sizing: border-box;
	width: calc(100% - 40px);
	max-width: var(--utl-shell-max, 1140px);
}

.utl-deals-box .utl-pc {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

/* Inline package grids on hubs (no append) also sit in a reading column */
.utl-hub-singular .utl-pc {
	max-width: var(--utl-shell-max, 1140px);
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.utl-hub-singular .utl-deals-box .utl-pc {
	padding-left: 0;
	padding-right: 0;
}

/* Force Elementor full-width package widgets into the same box width */
.utl-hub-singular .elementor-widget-shortcode .utl-pc,
.utl-hub-singular .elementor-shortcode .utl-pc {
	width: 100%;
}

.utl-shell-cross {
	padding: 8px 20px 48px;
}

.utl-shell-cross-inner {
	padding: 28px 24px;
	border-radius: 16px;
	background: linear-gradient(135deg, #f7faf8 0%, #fff 55%, #fbf6ea 100%);
	border: 1px solid rgba(15, 81, 50, 0.1);
}

.utl-shell-cross h2 {
	margin: 0 0 14px;
	font-family: var(--uh-font-display, Georgia, serif);
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	color: var(--utl-shell-green);
}

.utl-shell-cross .utl-shell-btn--ghost {
	color: var(--utl-shell-green);
	border-color: rgba(15, 81, 50, 0.28);
}

.utl-shell-cross .utl-shell-btn--ghost:hover {
	border-color: var(--utl-shell-gold);
	color: #8a6a1f;
}

/* Hub shortcodes on taxi pages */
.utl-hub-singular--taxi .utl-hub {
	padding-top: 8px;
}

@media (max-width: 767px) {
	.utl-shell {
		padding: 28px 16px 32px;
	}
	.utl-deals-box {
		width: calc(100% - 24px);
		padding: 20px 14px 24px;
		border-radius: 12px;
	}
}
