/* =========================================================
UAE EXPRESS VISA
Filtered CSS for:
1) Hero + Press Coverage
2) At a Glance

This keeps the current desktop/mobile UI behaviour from the
supplied full stylesheet, including the small global rules
these two sections depend on.
========================================================= */

/* =========================
GLOBAL DEPENDENCIES
========================= */

:root {
	--uev-teal: #0f706d;
	--uev-bright: #24bec0;
	--uev-lime: #D5CC2E;
	--uev-ink: #181818;
	--uev-line: #dadada;
	--uev-pale: #dff3f3;
	--uev-max: 1300px;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.uev-page {
	font-family: Manrope, Arial, sans-serif;
	color: var(--uev-ink);
	font-size: 16px;
	line-height: 1.48;
}

.uev-page a {
	color: #0879cb;
	text-decoration: none;
}

.uev-container {
	width: min(var(--uev-max), calc(100% - 56px));
	margin-inline: auto;
}

/* =========================================================
HERO — BASE RULES STILL USED BY THE CURRENT V2 UI
========================================================= */

.uev-breadcrumb {
	font-size: 12px;
	color: #8c8c8c;
	margin-bottom: 32px;
}

.uev-breadcrumb a {
	color: #222;
}

.uev-hero {
	background: #fff;
}

.uev-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 400px;
	min-height: 625px;
	gap: 38px;
}

.uev-hero h1 {
	font-size: 48px;
	line-height: 1.05;
	margin: 0 0 14px;
	letter-spacing: -1.8px;
	font-weight: 800;
}

.uev-hero-copy h2 {
	margin: 0 0 10px;
	padding-left: 0 !important;
}

.uev-hero-actions {
	border-top: 1px solid var(--uev-line);
	display: flex;
	align-items: center;
	gap: 35px;
	padding-top: 24px;
}

.uev-verified {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 12px;
	color: #777;
}

.uev-verified img {
	border-radius: 50%;
	object-fit: cover;
}


/* =========================================================
HERO V2 — CURRENT UI
========================================================= */

.uev-hero-v2 .uev-hero-grid {
	grid-template-columns: minmax(0, 1fr) 360px;
	grid-template-rows: auto 1fr;
	gap: 30px 75px;
	min-height: 615px;
	position: relative;
	overflow: hidden;
}

.uev-hero-v2 .uev-breadcrumb {
	grid-column: 1 / -1;
	position: static;
	margin: 20px 0 0;
	font-size: 12px;
	text-align: left;
}

.uev-hero-v2 .uev-hero-copy {
	grid-column: 1;
	grid-row: 2;
	min-width: 0;
	padding-top: 0;
	padding-bottom: 40px;
}

.uev-hero-v2 h1 {
	line-height: 1.15;
	letter-spacing: -.8px;
	margin-bottom: 5px;
}

.uev-hero-v2 .uev-updated {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--uev-ink);
	font-weight: 400;
}

.uev-hero-v2 .uev-updated img {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}

.uev-hero-v2 .uev-hero-visual {
	grid-column: 2;
	grid-row: 2;
	position: relative;
	display: block;
	align-self: stretch;
	overflow: hidden;
	margin-top: 1rem;
}

.uev-hero-v2 .uev-hero-visual img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	border: 0;
	border-radius: 0;
	background: none;
	object-fit: contain;
}

.uev-hero-v2 .uev-hero-trust {
	border-top: 1px solid var(--uev-line);
	padding-top: 22px;
	margin-top: 22px;
}

.uev-hero-v2 .uev-trust-desktop {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	background: #f6f6f6;
	border: 1px solid #eee;
	border-radius: 32px;
	padding: 12px 18px;
	font-size: 16px;
}

.uev-hero-v2 .uev-review-brand {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.uev-hero-v2 .uev-review-brand img {
	object-fit: contain;
	flex-shrink: 0;
}

.uev-hero-v2 .uev-trust-mobile {
	display: none;
}

.uev-hero-v2 .uev-hero-actions {
	margin-top: 22px;
	padding-top: 22px;
	gap: 0;
}

.uev-hero-v2 .uev-verified {
	font-size: 12px;
	text-align: left;
}

.uev-hero-v2 .uev-verified > img {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
}

.uev-hero-v2 .uev-reviewer-name {
	color: var(--uev-teal);
	font-weight: 700;
	text-decoration: underline;
}


/* =========================================================
PRESS COVERAGE — PART OF THE HERO
========================================================= */

.press-coverage {
	width: 100%;
	background: #ffffff;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-top: -80px;
	position: relative;
	z-index: 10;
}

.press-coverage__wrapper {
	width: 100%;
	max-width: 1300px;
	min-height: 96px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 38px;
	overflow: hidden;
}

.press-coverage__label {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-width: 112px;
	padding: 10px 14px;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0;
	text-align: center;
	color: #828282;
	white-space: nowrap;
}

.press-coverage__dot {
	flex: 0 0 auto;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #27bdbe;
}

.press-coverage__logos {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	white-space: nowrap;
}

.press-logo {
	display: block;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	object-fit: contain;
	filter: grayscale(100%);
}

.press-coverage__link {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0;
	text-align: center;
	color: #0f6464;
	text-decoration: none;
	white-space: nowrap;
}

.press-coverage__link:hover {
	text-decoration: underline;
}


/* =========================================================
AT A GLANCE
========================================================= */

.uev-glance {
	background: var(--uev-teal);
	color: #fff;
	padding: 70px 0 76px;
	margin-top: 76px;
}

.uev-kicker {
	color: #27c5c8;
	font-size: 18px;
	font-weight: 800;
	margin: 0;
}

.uev-glance h2 {
	color: #25c2c5;
	font-size: 70px;
	line-height: 1;
	margin: 0 0 48px;
	letter-spacing: -2px;
	font-weight: 800;
}

.uev-glance-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 70px;
}

.uev-glance-grid article {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 15px;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.uev-glance-grid h3 {
	font-size: 14px;
	margin: 0;
	position: relative;
	padding-left: 16px;
}

.uev-glance-grid h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	border: 2px solid var(--uev-lime);
	border-radius: 50%;
}

.uev-glance-grid p {
	margin: 0;
	font-size: 14px;
}

.uev-glance-grid span {
	display: inline-block;
	color: #0b6562;
	background: #26c2c4;
	border-radius: 4px;
	padding: 4px 10px;
	margin-top: 8px;
	font-size: 14px;
}


/* =========================================================
RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
	.press-coverage {
		overflow: hidden;
	}

	.press-coverage__wrapper {
		min-height: 88px;
		padding: 18px 24px;
		justify-content: flex-start;
		gap: 30px;
		overflow-x: auto;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.press-coverage__wrapper::-webkit-scrollbar {
		display: none;
	}

	.press-coverage__logos {
		flex: 0 0 auto;
		justify-content: flex-start;
		gap: 34px;
	}

	.press-coverage__label,
	.press-coverage__link,
	.press-logo {
		flex-shrink: 0;
	}
}

@media (min-width: 1101px) {
	.press-coverage__wrapper,
	.press-coverage__logos {
		flex-wrap: nowrap;
	}

	.press-coverage__label,
	.press-logo,
	.press-coverage__link {
		flex-shrink: 0;
	}
}

@media (max-width: 991px) {
	.uev-hero h1 {
		font-size: 40px;
	}
}

@media (max-width: 900px) {
	.uev-container {
		width: calc(100% - 28px);
	}

	/* Hero V2 */
	.uev-hero-v2 .uev-hero-grid {
		display: flex;
		flex-direction: column;
		gap: 0;
		width: 100%;
		min-height: 0;
		overflow: hidden;
	}

	.uev-hero-v2 .uev-breadcrumb {
		order: 0;
		margin: 14px 20px 18px;
		font-size: 10px;
	}

	.uev-hero-v2 .uev-hero-visual {
		order: 1;
		flex: none;
		width: min(100%, 379px);
		height: 350px;
		margin: 0 auto;
		padding: 0;
		align-self: center;
	}

	.uev-hero-v2 .uev-hero-visual picture {
		position: static;
		width: 100%;
	}

	.uev-hero-v2 .uev-hero-copy {
		order: 2;
		position: relative;
		z-index: 1;
		width: 100%;
		margin-top: -18px;
		padding: 24px 20px 28px;
		border-radius: 34px 34px 0 0;
		background: #fff;
		text-align: center;
	}

	.uev-hero-v2 h1 {
		line-height: 1.35;
	}

	.uev-hero-v2 .uev-updated {
		justify-content: center;
		color: var(--uev-teal);
		font-size: 13px;
	}

	.uev-hero-v2 .uev-trust-desktop {
		display: none;
	}

	.uev-hero-v2 .uev-trust-mobile {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		padding: 12px 14px;
		border-radius: 32px;
		background: #f6f6f6;
		font-size: 12px;
	}

	.uev-hero-v2 .uev-trust-mobile img {
		flex-shrink: 0;
		object-fit: contain;
	}

	.uev-hero-v2 .uev-trust-mobile > span {
		min-width: 0;
	}

	/* These are the final computed mobile values from the current full CSS. */
	.uev-hero-v2 .uev-hero-actions {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
	}

	/* At a Glance */
	.uev-glance {
		margin-top: 70px;
		padding: 60px 0;
	}

	.uev-kicker {
		font-size: 20px;
	}

	.uev-glance h2 {
		font-size: 64px;
		margin-bottom: 25px;
	}

	.uev-glance-grid {
		grid-template-columns: 1fr;
	}

	.uev-glance-grid article {
		display: block;
		padding: 21px 0;
	}

	.uev-glance-grid h3 {
		margin-bottom: 16px;
	}

	.uev-glance-grid p {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.uev-hero h1 {
		font-size: 32px;
	}
	
	.uev-hero-copy h2 {
		font-size: 26px !important;
		margin: 0 0 10px !important;
	}
}

@media (max-width: 600px) {
	.press-coverage {
		overflow: visible;
		margin-top: 0;
	}

	.press-coverage__wrapper {
		min-height: auto;
		padding: 28px 26px 46px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0;
		overflow: visible;
	}

	.press-coverage__label {
		min-width: auto;
		margin-bottom: 27px;
		padding: 9px 14px;
		gap: 11px;
		font-size: 14px;
	}

	.press-coverage__dot {
		width: 16px;
		height: 16px;
	}

	.press-coverage__logos {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: center;
		justify-items: center;
		column-gap: 18px;
		row-gap: 29px;
		white-space: normal;
	}

	.press-logo {
		flex: none;
		max-width: 100%;
		object-fit: contain;
	}

	.press-logo--rak {
		height: 48px;
	}

	.press-logo--gulf-news {
		height: 26px;
	}

	.press-logo--khaleej-times {
		height: 25px;
	}

	.press-logo--time-out {
		height: 46px;
	}

	.press-logo--wikipedia {
		height: 45px;
	}

	.press-logo--nomad {
		height: 45px;
	}

	.press-coverage__link {
		margin-top: 43px;
		font-size: 16px;
		line-height: 120%;
	}
}

@media (max-width: 380px) {
	.press-coverage__wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}

	.press-coverage__logos {
		column-gap: 10px;
	}

	.press-logo--rak {
		height: 42px;
	}

	.press-logo--gulf-news,
	.press-logo--khaleej-times {
		height: 22px;
	}

	.press-logo--time-out,
	.press-logo--wikipedia,
	.press-logo--nomad {
		height: 40px;
	}
}

/* =========================================================
CONTENT INTRO + SECTIONS 01–04
Added from the supplied full UAE Express stylesheet.
Scoped to:
- byline
- #visa-basics
- #cost
- #refund
- #steps
========================================================= */


/* =========================
AUTHOR / REVIEWER BYLINE
========================= */

.uev-byline.uev-byline-v2 {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 0 0 24px;
	border-bottom: 1px solid var(--uev-line);
	font-size: 12px;
	line-height: 1.5;
	color: #777;
}

.uev-byline-v2 .uev-byline-portraits {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	max-width: none;
	border-radius: 50%;
}

.uev-byline-v2 .uev-byline-author {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	min-width: 0;
}

.uev-byline-v2 a {
	color: var(--uev-teal);
	font-weight: 600;
	text-decoration: underline;
}

.uev-byline.uev-byline-v2 span:last-child {
	margin-left: 0;
}

.uev-byline-v2 .uev-reading-time {
	display: inline-block;
	padding: 1px 7px;
	border-radius: 12px;
	background: var(--uev-lime);
	color: var(--uev-teal);
	font-size: 12px;
	line-height: 1.4;
	white-space: nowrap;
}

.uev-byline-v2 .uev-byline-reviewer {
	border-left: 1px solid var(--uev-line);
	padding-left: 20px;
	margin-left: 8px;
	min-width: 0;
}


/* =========================
SHARED SECTION RULES
ONLY 01–04
========================= */

#visa-basics,
#cost,
#refund,
#steps, .uev-section {
	padding-top: 88px;
}

#visa-basics .uev-number,
#cost .uev-number,
#refund .uev-number,
#steps .uev-number,
#reviews .uev-number{
	display: block;
	color: var(--uev-teal);
	font-weight: 800;
	font-size: 13px;
	margin-bottom: 10px;
}

#visa-basics > h2,
#cost > h2,
#refund > h2,
#steps > h2,
#reviews > h2,
#processing > h2,
#data > h2{
	color: var(--uev-teal);
	font-size: 36px;
	line-height: 1.15;
	letter-spacing: -.8px;
	margin: 0 0 30px;
	font-weight: 700;
	padding-left: 0;
}

#visa-basics p,
#cost p,
#refund p,
#steps p {
	margin: 0 0 17px;
}


/* =========================
SECTION 01 — VISA BASICS
========================= */

#visa-basics .uev-read-more {
	color: var(--uev-teal) !important;
}

#visa-basics .uev-split-copy {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 35px;
	margin-top: 32px;
}

#visa-basics .uev-split-copy h3 {
	font-size: 16px;
	margin: 0;
	font-weight: 600;
}


/* =========================
SECTION 02 — COST
========================= */

#cost > h2 small {
	font-size: 11px;
	background: #f4f4f4;
	padding: 6px 12px;
	border-radius: 14px;
	vertical-align: middle;
	white-space: nowrap;
}

#cost .uev-price-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid var(--uev-line);
	margin: 22px 0 24px;
}

#cost .uev-price-grid article {
	position: relative;
	padding: 26px 20px;
	border-right: 1px solid var(--uev-line);
}

#cost .uev-price-grid article:last-child {
	border: 0;
}

#cost .uev-price-grid b {
	color: var(--uev-teal);
	font-size: 11px;
}

#cost .uev-price-grid strong {
	display: block;
	color: var(--uev-teal);
	font-size: 24px;
	margin: 10px 0;
}

#cost .uev-price-grid strong small {
	font-size: 10px;
}

#cost .uev-price-grid h3 {
	font-size: 12px;
	margin: 0 0 18px;
	font-weight: 600;
}

#cost .uev-price-grid ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#cost .uev-price-grid li {
	font-size: 14px;
	padding: 7px 0;
	border-top: 1px solid var(--uev-line);
}

#cost .uev-price-grid li::before {
	content: "-";
	color: var(--uev-lime);
	margin-right: 8px;
}

#cost .uev-price-grid .is-featured {
	background: var(--uev-teal);
	color: #fff;
}

#cost .uev-price-grid .is-featured b {
	color: var(--uev-lime);
}

#cost .uev-price-grid .is-featured strong, #cost .uev-price-grid .is-featured h3 {
	color: #fff;
}

#cost .uev-price-grid .is-featured em {
	position: absolute;
	top: 8px;
	right: 8px;
	background: #94f0eb;
	color: #075450;
	border-radius: 12px;
	padding: 4px 8px;
	font-size: 9px;
	font-style: normal;
}

#cost .uev-note {
	border-left: 3px solid var(--uev-teal);
	background: var(--uev-pale);
	padding: 11px 14px;
	margin-top: 25px;
	font-size: 16px;
}


/* =========================
SECTION 03 — REFUND
========================= */

#refund .uev-icon-copy {
	display: grid;
	grid-template-columns: 166px minmax(0, 1fr);
	align-items: start;
	gap: 35px;
}

#refund .uev-icon-copy img {
	display: block;
	width: 54px;
	height: 54px;
	object-fit: contain;
	margin: 3px 0 0;
}

#refund .uev-icon-copy p {
	margin: 0;
}


/* =========================
SECTION 04 — STEPS
========================= */

#steps .uev-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px 18px;
}

#steps .uev-steps article {
	position: relative;
	box-sizing: border-box;
	min-width: 0;
	min-height: 109px;
	padding: 16px 36px 0 0;
	border-top: 1px solid var(--uev-line, #dadada);
}

#steps .uev-steps article::after {
	content: none;
	display: none;
}

#steps .uev-steps b {
	font-size: 12px;
	color: var(--uev-teal);
	font-weight: 600;
}

#steps .uev-steps h3 {
	font-size: 20px;
	line-height: 1.15;
	margin: 18px 0;
	font-weight: 700;
}

#steps .uev-steps .uev-step-icon {
	position: absolute;
	top: 49px;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	object-fit: contain;
}


/* =========================================================
RESPONSIVE — CONTENT INTRO + SECTIONS 01–04
========================================================= */

@media (max-width: 991px) {
	#visa-basics > h2,
	#cost > h2 {
		font-size: 32px;
	}

	#visa-basics .uev-split-copy h3 {
		font-size: 26px;
	}

	#cost .uev-price-grid h3 {
		font-size: 21px;
	}

	#steps .uev-steps h3 {
		font-size: 21px;
	}
}

@media (max-width: 900px) {
	/* Matches the current full stylesheet: the byline is hidden at tablet width. */
	.uev-byline.uev-byline-v2 {
		display: none;
	}

	#visa-basics,
	#cost,
	#refund,
	#steps {
		padding-top: 78px;
	}

	#visa-basics .uev-number,
	#cost .uev-number,
	#refund .uev-number,
	#steps .uev-number {
		font-size: 11px;
	}

	/* Section 01 */
	#visa-basics .uev-split-copy {
		display: block;
	}

	#visa-basics .uev-split-copy h3 {
		margin: 36px 0;
		font-weight: 700;
	}

	/* Section 02 */
	#cost > h2 small {
		display: block;
		width: max-content;
		margin-top: 10px;
	}

	#cost .uev-price-grid {
		grid-template-columns: 1fr;
	}

	#cost .uev-price-grid article {
		border-right: 0;
		border-bottom: 1px solid var(--uev-line);
		padding: 26px 22px;
	}

	#cost .uev-price-grid article:last-child {
		border-bottom: 0;
	}

	#cost .uev-note {
		display: block;
	}

	/* Section 03 */
	#refund > h2 {
		font-size: 23px;
		margin-bottom: 27px;
	}

	#refund .uev-icon-copy {
		grid-template-columns: minmax(0, 1fr);
		gap: 22px;
	}

	#refund .uev-icon-copy img {
		margin: 0;
	}

	/* Section 04 */
	#steps > h2 {
		font-size: 23px;
		margin-bottom: 27px;
	}

	#steps .uev-steps {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	#steps .uev-steps article {
		min-height: 92px;
		padding: 16px 36px 20px 0;
	}

	#steps .uev-steps h3 {
		margin-top: 14px;
		font-size: 15px;
		width: 85%;
	}

	#steps .uev-steps .uev-step-icon {
		top: 44px;
	}
}

@media (max-width: 767px) {
	/* The later mobile rule in the full stylesheet shows this V2 byline again. */
	.uev-byline.uev-byline-v2 {
		display: grid;
		grid-template-columns: 78px minmax(0, 1fr);
		gap: 10px 12px;
		padding: 20px 0;
		font-size: 14px;
	}

	.uev-byline-v2 .uev-byline-portraits {
		grid-column: 1;
		grid-row: 1;
	}

	.uev-byline-v2 .uev-byline-author {
		grid-column: 2;
	}

	.uev-byline-v2 .uev-byline-reviewer {
		grid-column: 2;
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
	}

	#visa-basics > h2,
	#cost > h2 {
		font-size: 28px;
	}

	#visa-basics .uev-split-copy h3 {
		font-size: 20px;
	}

	#cost .uev-price-grid h3 {
		font-size: 20px;
	}
}

/* =========================================================
CONTENT LAYOUT + TABLE OF CONTENTS
Added to support the current grouped TOC UI.
========================================================= */

.uev-content-layout {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 70px;
	padding-top: 85px;
}

.uev-main-content {
	min-width: 0;
}


/* =========================
TABLE OF CONTENTS
========================= */

.uev-toc {
	position: sticky;
	top: 20px;
	align-self: start;
	width: 230px;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	padding: 0 0 18px;
	scrollbar-width: thin;
	scrollbar-color: #d7d7d7 transparent;
}

.uev-toc::-webkit-scrollbar {
	width: 4px;
}

.uev-toc::-webkit-scrollbar-track {
	background: transparent;
}

.uev-toc::-webkit-scrollbar-thumb {
	background: #d7d7d7;
	border-radius: 10px;
}

.uev-toc .h2 {
	margin: 0 0 16px;
	padding: 0;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #1b1b1b;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.uev-toc-group {
	margin: 0 0 9px;
	padding: 0;
}

.uev-toc .uev-toc-toggle {
	width: 100%;
	margin: 0;
	padding: 3px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;

	display: flex;
	align-items: center;
	gap: 10px;

	font-family: Manrope, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 500;
	text-align: left;
	color: #777;

	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.uev-toc-toggle-icon {
	width: 12px;
	height: 12px;
	flex: 0 0 12px;

	background-image: url('../images/uev-toc-plus.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
}

.uev-toc-group.is-open > .uev-toc-toggle .uev-toc-toggle-icon {
	background-image: url('../images/uev-toc-minus.webp');
}

.uev-toc-links {
	display: grid;
	grid-template-rows: 1fr;
	overflow: hidden;
}

.uev-toc-group:not(.is-open) > .uev-toc-links {
	display: none;
}

.uev-toc .uev-toc-links a {
	display: block;
	margin: 0 !important;
	padding: 6px 0 6px 35px !important;

	font-family: Manrope, Arial, sans-serif;
	font-size: 13px !important;
	line-height: 1.3;
	font-weight: 400 !important;
	text-transform: none !important;
	color: #8a8a8a !important;

	text-decoration: none;
	transition: color .18s ease;
}

.uev-toc .uev-toc-links a:hover,
.uev-toc .uev-toc-links a:focus-visible {
	color: #333 !important;
}

.uev-toc .uev-toc-links a.is-active {
	color: #222 !important;
	font-weight: 600 !important;
}

.uev-toc .uev-toc-toggle:focus-visible {
	outline: 2px solid rgba(15, 112, 109, .25);
	outline-offset: 2px;
}


/* =========================
TOC RESPONSIVE
========================= */

@media (max-width: 900px) {
	.uev-content-layout {
		display: block;
		padding-top: 0;
	}

	.uev-toc {
		display: none;
	}
}

/* =========================================================
WORKING INTERACTIONS — VISA BASICS + 6 STEPS
========================================================= */

/* Section 01: Read More */
#visa-basics .uev-read-more {
	display: inline-block;
	padding: 0;
	border: 0;
	background: transparent;
	font: inherit;
	color: var(--uev-teal) !important;
	text-decoration: none;
	cursor: pointer;
}

#visa-basics .uev-read-more:hover,
#visa-basics .uev-read-more:focus-visible {
	text-decoration: underline;
}

#visa-basics .uev-read-more-content {
	margin-top: 22px;
}

#visa-basics .uev-read-more-content[hidden] {
	display: none !important;
}

#visa-basics .uev-read-more-content .uev-source-copy {
	color: #666;
}

#visa-basics .uev-read-more-content .uev-source-copy strong {
	font-weight: 700;
}

/* Section 04: make the existing plus icon a real button without changing UI */
#steps .uev-step-toggle {
	all: unset;
	position: absolute;
	top: 49px;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	box-sizing: border-box;
}

#steps .uev-step-toggle img {
	display: block;
	width: 20px;
	height: 20px;
	max-width: none;
	object-fit: contain;
}

#steps .uev-step-toggle:focus-visible {
	outline: 2px solid rgba(15, 112, 109, .35);
	outline-offset: 3px;
	border-radius: 3px;
}

#steps .uev-step-panel {
	margin-top: 10px;
	padding-top: 12px;
	padding-right: 8px;
	border-top: 1px solid var(--uev-line);
	font-size: 14px;
	line-height: 1.5;
	color: #444;
}

#steps .uev-step-panel[hidden] {
	display: none !important;
}

#steps .uev-step-panel p {
	margin: 0;
}

#steps .uev-step-item.is-open {
	padding-bottom: 18px;
}

@media (max-width: 900px) {
	#visa-basics .uev-read-more-content {
		margin-top: 18px;
	}

	#steps .uev-step-toggle {
		top: 44px;
	}

	#steps .uev-step-panel {
		margin-top: 8px;
		padding-top: 10px;
		font-size: 13px;
	}
}
/* =========================================================
REVIEWS — GOOGLE + TRIPADVISOR
Filtered from the full UAE Express stylesheet for #reviews.
========================================================= */

.uev-reviews {
	background: #f5f5f5;
	border-radius: 45px;
	padding: 60px 30px;
	margin-top: 90px;
	text-align: center;
}

.uev-reviews > p {
	color: var(--uev-teal);
	font-weight: 800;
	margin-bottom: 0;
}

.uev-reviews h2 {
	color: var(--uev-teal);
	font-size: 36px;
	font-weight: 700;
	margin-top: 0;
}

.uev-review-group {
	border-top: 1px solid var(--uev-line);
}

/* Shared Google + Tripadvisor review-group UI */
.uev-tripadvisor-reviews {
	position: relative;
	width: 100%;
	padding: 42px 30px 0;
	background: #f7f7f7;
	border-radius: 0 0 20px 20px;
	box-sizing: border-box;
}

.uev-google-reviews {
	padding: 30px;
}

/* Review heading */
.uev-tripadvisor-reviews .uev-review-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 36px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	color: #252525;
}

.uev-tripadvisor-reviews .uev-ta-dot {
	display: block;
	width: 13px;
	height: 13px;
	flex: 0 0 13px;
	border-radius: 50%;
	background: #35d4a4;
}

.uev-tripadvisor-reviews .uev-ta-rating {
	margin-right: 4px;
}

.uev-tripadvisor-reviews .uev-ta-heading-logo {
	display: block;
	width: 114px;
	height: auto;
	margin-left: 1px;
	object-fit: contain;
}

/* Slider */
.uev-tripadvisor-reviews .uev-ta-slider {
	position: relative !important;
	width: 100%;
	max-width: 830px;
	margin: 0 auto;
}

.uev-tripadvisor-reviews .uev-ta-viewport {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.uev-tripadvisor-reviews .uev-ta-track {
	display: flex;
	gap: 25px;
	transition: transform 0.42s ease;
	will-change: transform;
}

/* Cards */
.uev-tripadvisor-reviews .uev-ta-card {
	position: relative;
	flex: 0 0 calc((100% - 50px) / 3);
	min-width: 0;
	min-height: 215px;
	padding: 15px 20px 16px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 14px;
	text-align: left;
}

/* Author */
.uev-tripadvisor-reviews .uev-ta-author {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

.uev-tripadvisor-reviews .uev-ta-avatar {
	width: 41px;
	height: 41px;
	flex: 0 0 41px;
	border-radius: 50%;
	object-fit: cover;
}

.uev-tripadvisor-reviews .uev-ta-author-info {
	min-width: 0;
}

.uev-tripadvisor-reviews .uev-ta-name {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	color: #202020;
}

.uev-tripadvisor-reviews .uev-ta-meta {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 2px;
	white-space: nowrap;
	font-size: 12px;
	line-height: 1.2;
	color: #929292;
}

.uev-tripadvisor-reviews .uev-ta-meta-logo {
	display: block;
	width: 57px;
	height: 12px;
	object-fit: contain;
}

/* Tripadvisor rating circles */
.uev-tripadvisor-reviews .uev-ta-rating-circles {
	display: flex;
	align-items: center;
	gap: 3px;
	margin-bottom: 8px;
}

.uev-tripadvisor-reviews .uev-ta-rating-circles i {
	display: block;
	width: 13px;
	height: 13px;
	flex: 0 0 13px;
	border-radius: 50%;
	background: #36d5a5;
}

/* Review text */
.uev-tripadvisor-reviews .uev-ta-card p {
	margin: 0 0 4px;
	font-size: 13px;
	line-height: 1.18;
	font-weight: 400;
	color: #222;
}

.uev-tripadvisor-reviews .uev-ta-more {
	display: none;
}

.uev-tripadvisor-reviews .uev-ta-card.is-expanded .uev-ta-more {
	display: inline;
}

.uev-tripadvisor-reviews .uev-ta-card.is-expanded .uev-ta-short {
	display: none;
}

/* Read more */
.uev-tripadvisor-reviews button.uev-ta-read-more {
	all: unset;
	display: inline !important;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0 !important;
	min-width: 0 !important;
	width: auto !important;
	height: auto !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0;
	background: transparent !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	font-family: inherit;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 400;
	color: #1769e0 !important;
	text-decoration: none;
	cursor: pointer;
}

.uev-tripadvisor-reviews button.uev-ta-read-more:hover,
.uev-tripadvisor-reviews button.uev-ta-read-more:focus-visible {
	color: #1769e0 !important;
	text-decoration: underline;
}

/* Carousel arrows */
.uev-tripadvisor-reviews button.uev-ta-arrow {
	all: unset;
	position: absolute !important;
	z-index: 20 !important;
	top: 50% !important;
	width: 30px !important;
	height: 30px !important;
	min-width: 30px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
	appearance: none;
	-webkit-appearance: none;
	transform: translateY(-50%) !important;
	cursor: pointer !important;
}

.uev-tripadvisor-reviews button.uev-ta-arrow img {
	display: block !important;
	width: 30px !important;
	height: 30px !important;
	max-width: none !important;
	margin: 0 !important;
	object-fit: contain;
}

.uev-tripadvisor-reviews button.uev-ta-prev {
	left: -45px;
	right: auto !important;
}

.uev-tripadvisor-reviews button.uev-ta-prev img {
	transform: rotate(180deg) !important;
}

.uev-tripadvisor-reviews button.uev-ta-next {
	right: -45px;
	left: auto !important;
}

.uev-tripadvisor-reviews button.uev-ta-next img {
	transform: none !important;
}

/* Pagination */
.uev-tripadvisor-reviews .uev-ta-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 19px;
}

.uev-tripadvisor-reviews .uev-ta-pagination button {
	all: unset;
	display: block;
	width: 8px !important;
	height: 8px !important;
	min-width: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: #dedede !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.uev-tripadvisor-reviews .uev-ta-pagination button.is-active {
	background: #39c9cb !important;
}

/* View all */
.uev-reviews .uev-ta-view-all {
	width: fit-content;
	min-width: 118px;
	height: 39px;
	margin: 32px auto 0;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	box-sizing: border-box;
	border: 1px solid #d9c500;
	border-radius: 6px;
	background: #fff;
	font-family: inherit;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	color: #161616;
	text-decoration: none;
}

.uev-reviews .uev-ta-view-all:hover {
	color: #161616;
	text-decoration: none;
}

.uev-reviews .uev-ta-view-all img {
	display: block;
	width: 18px;
	height: 17px;
	object-fit: contain;
}

/* Google supplied assets */
.uev-google-card-rating {
	margin: 10px 0 8px;
	display: flex;
	align-items: center;
}

.uev-google-card-rating img {
	display: block;
	width: 78px;
	height: 14px;
	object-fit: contain;
}

.uev-google-meta-logo {
	display: block;
	width: 46px;
	height: 15px;
	object-fit: contain;
}

.uev-google-heading-logo {
	display: block;
	width: 80px;
	height: 25px;
	object-fit: contain;
}

.uev-google-rating-stars-heading {
	display: block;
	width: 13px;
	height: 12px;
	object-fit: contain;
}

/* Reviewer initials when no profile image is available */
.uev-initial-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 41px;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	background: #e7f7f7;
	color: #0f6464;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .03em;
}

/* Tablet */
@media (max-width: 940px) {
	.uev-tripadvisor-reviews .uev-ta-slider {
		max-width: calc(100% - 52px);
	}

	.uev-tripadvisor-reviews .uev-ta-track {
		gap: 16px;
	}

	.uev-tripadvisor-reviews .uev-ta-card {
		flex-basis: calc((100% - 16px) / 2);
		padding-left: 15px;
		padding-right: 15px;
	}

	.uev-tripadvisor-reviews button.uev-ta-prev {
		left: -40px;
	}

	.uev-tripadvisor-reviews button.uev-ta-next {
		right: -40px;
	}
}

@media (max-width: 900px) {
	.uev-reviews {
		border-radius: 35px;
		margin-inline: 0;
		padding: 45px 8px;
		overflow: hidden;
	}

	.uev-reviews h2 {
		font-size: 36px;
		font-weight: 700;
	}
}

@media (max-width: 991px) {
	.uev-reviews h2 {
		font-size: 32px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.uev-reviews h2 {
		font-size: 28px;
	}

	.uev-tripadvisor-reviews {
		padding: 34px 18px 42px;
	}

	.uev-tripadvisor-reviews .uev-review-heading {
		gap: 6px;
		margin-bottom: 26px;
		font-size: 14px;
		text-align: center;
	}

	.uev-tripadvisor-reviews .uev-ta-heading-logo {
		width: 100px;
	}

	.uev-tripadvisor-reviews .uev-ta-slider {
		max-width: calc(100% - 24px);
	}

	.uev-tripadvisor-reviews .uev-ta-track {
		gap: 14px;
	}

	.uev-tripadvisor-reviews .uev-ta-card {
		flex-basis: 100%;
		min-height: 220px;
	}

	.uev-tripadvisor-reviews .uev-ta-name {
		font-size: 15px;
	}

	.uev-tripadvisor-reviews button.uev-ta-prev {
		left: -24px;
	}

	.uev-tripadvisor-reviews button.uev-ta-next {
		right: -24px;
	}

	.uev-reviews .uev-ta-view-all {
		margin-top: 28px;
	}
}
/* =========================================================
SECTION 05 — PROCESSING TIME
Matches the original full UAE Express stylesheet.
========================================================= */

#processing {
	padding-top: 88px;
}

#processing .uev-number {
	display: block;
	color: var(--uev-teal);
	font-weight: 800;
	font-size: 13px;
	margin-bottom: 10px;
}

#processing > h2 {
	color: var(--uev-teal);
	font-size: 36px;
	line-height: 1.15;
	letter-spacing: -0.8px;
	margin: 0 0 30px;
	font-weight: 700;
}

#processing h3 {
	font-size: 28px;
	margin-top: 30px;
	font-weight: 700;
}

#processing p {
	margin: 0 0 17px;
}

#processing .uev-fact-list > div {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 35px;
	padding: 18px 0;
	border-bottom: 1px solid var(--uev-line);
}

#processing .uev-fact-list b {
	position: relative;
	padding-left: 22px;
}

#processing .uev-fact-list b::before {
	content: "";
	width: 12px;
	height: 12px;
	background: var(--uev-lime);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 4px;
}

#processing .uev-fact-list p {
	margin: 0;
}

#processing .uev-note {
	border-left: 3px solid var(--uev-teal);
	background: var(--uev-pale);
	padding: 11px 14px;
	margin-top: 25px;
	gap: 14px;
	font-size: 16px;
}

#processing .uev-fact-list {
	margin-bottom: 1rem;
}

@media (max-width: 991px) {
	#processing > h2 {
		font-size: 32px;
	}

	#processing h3 {
		font-size: 26px;
	}
}

@media (max-width: 900px) {
	#processing {
		padding-top: 78px;
	}

	#processing .uev-number {
		font-size: 11px;
	}

	#processing .uev-fact-list > div {
		display: block;
		padding: 20px 0;
	}

	#processing .uev-fact-list b {
		font-size: 14px;
	}

	#processing .uev-fact-list p {
		font-size: 14px;
		margin-top: 14px;
	}

	#processing .uev-note {
		display: block;
	}
}

@media (max-width: 767px) {
	#processing > h2 {
		font-size: 28px;
	}

	#processing h3 {
		font-size: 20px;
	}
}
/* =========================================================
   SECTION 17 — OUR Q1 2026 DATA
   Filtered from the supplied full UAE Express stylesheet.
   Scoped to #data only.
   ========================================================= */

#data {
	padding-top: 88px;
}

#data .uev-number {
	display: block;
	color: var(--uev-teal);
	font-weight: 800;
	font-size: 13px;
	margin-bottom: 10px;
}

#data > h2 {
	color: var(--uev-teal);
	font-size: 36px;
	line-height: 1.15;
	letter-spacing: -0.8px;
	margin: 0 0 30px;
	font-weight: 700;
}

#data h3 {
	font-size: 28px;
	margin-top: 30px;
	font-weight: 700;
}

#data p {
	margin: 0 0 17px;
}

#data .uev-data-table {
	margin: 24px 0;
}

#data .uev-data-table > div {
	display: grid;
	grid-template-columns: 1.4fr 0.9fr 0.9fr;
}

#data .uev-data-table b {
	background: #7fd2dc;
}

#data .uev-data-table span,
#data .uev-data-table b {
	padding: 11px;
	border: 2px solid #fff;
}

#data .uev-data-table span {
	background: #f2f2f2;
}

#data .uev-note {
	border-left: 3px solid var(--uev-teal);
	background: var(--uev-pale);
	padding: 11px 14px;
	margin-top: 25px;
	gap: 14px;
	font-size: 16px;
}

#data .uev-note p {
	margin: 0;
}

#data .uev-accordion {
	border-bottom: 1px solid var(--uev-line);
}

#data .uev-accordion > button {
	width: 100%;
	margin: 0;
	background: none;
	border: 0;
	padding: 19px 0;
	text-align: left;
	font: 700 16px Manrope, Arial, sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	color: inherit;
}

#data .uev-accordion-panel {
	display: none;
	padding: 0 0 18px;
}

#data .uev-accordion.is-open > .uev-accordion-panel {
	display: block;
}

#data .uev-accordion > button > span {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	margin-left: 16px;
	background: url('../images/express-visa-step-message-icon.webp') center / 24px 24px no-repeat;
}

#data .uev-accordion > button > span::after {
	content: none !important;
}

#data .uev-accordion.is-open > button > span {
	background-image: url('../images/express-visa-step-message-minus-icon.webp');
}

#data .body-list {
	margin: 0 0 17px;
	padding-left: 22px;
}

#data .body-list li {
	margin-bottom: 10px;
}

#data .uev-data-source {
	margin: 28px 0 18px;
}

#data .uev-data-source span {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	background: #f4f4f4;
	font-size: 13px;
	line-height: 1.35;
}

@media (max-width: 991px) {
	#data > h2 {
		font-size: 32px;
	}

	#data h3 {
		font-size: 26px;
	}
}

@media (max-width: 900px) {
	#data {
		padding-top: 78px;
	}

	#data .uev-number {
		font-size: 11px;
	}

	#data .uev-data-table {
		overflow: hidden;
	}

	#data .uev-data-table > div {
		display: block;
		white-space: nowrap;
	}

	#data .uev-data-table b,
	#data .uev-data-table span {
		display: block;
		padding: 11px;
		font-size: 11px;
	}

	#data .uev-data-table > div:first-child b:not(:first-child),
	#data .uev-data-table > div:not(:first-child) span:not(:first-child) {
		display: none;
	}

	#data .uev-note {
		display: block;
	}
}

@media (max-width: 767px) {
	#data > h2 {
		font-size: 28px;
	}

	#data h3 {
		font-size: 20px;
	}

	#data .uev-data-table b,
	#data .uev-data-table span {
		font-size: 14px;
	}
}