/* End custom CSS */

.elementor-25332 .elementor-element.elementor-element-b69633b {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-25332 .elementor-element.elementor-element-0d86f42 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Start custom CSS for container, class: .elementor-element-b69633b */
:root {
	--orange: #eb6226;
	--orange-dark: #d4551c;
	--orange-soft: #fdefe6;
	--orange-border: #f3c4a4;
	--navy: #0f2e4c;
	--navy-deep: #0a2138;
	--cream: #fbf2ea;
	--ink: #1d2733;
	--muted: #55606c;
	--line: #e8e2db;
	--white: #fff;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Manrope", -apple-system, Segoe UI, Arial, sans-serif;
	color: var(--ink);
	background: var(--white);
	line-height: 1.65;
	font-size: 16px;
}

img {
	max-width: 100%;
}

.wrap {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}

section {
	padding: 72px 0;
}

h1, h2, h3 {
	color: var(--navy);
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: -.01em;
}

h1 {
	font-size: clamp(30px, 4.2vw, 36px);
}

h2 {
	font-size: clamp(25px, 3.2vw, 32px);
	margin-bottom: 16px;
}

h3 {
	font-size: 19px;
	font-weight: 700;
}

p {
	margin-bottom: 14px;
}

.lead {
	color: var(--muted);
	max-width: 720px;
}

.badge {
	display: inline-block;
	background: var(--orange);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	padding: 6px 14px;
	border-radius: 999px;
	margin-bottom: 18px;
}

.btn {
	display: inline-block;
	font-weight: 700;
	font-size: 15px;
	border-radius: 8px;
	padding: 14px 26px;
	text-decoration: none;
	transition: .2s;
	cursor: pointer;
	text-align: center;
}

.btn-primary {
	background: var(--orange);
	color: #fff;
	box-shadow: 0 6px 18px rgba(235, 98, 38, .28);
}

.btn-primary:hover {
	background: var(--orange-dark);
}

.btn-outline {
	border: 1.5px solid var(--navy);
	color: var(--navy);
	background: #fff;
}

.btn-outline:hover {
	background: var(--navy);
	color: #fff;
}

.btn-light {
	background: #fff;
	color: var(--navy);
}

.btn-row {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin: 26px 0 14px;
}

.note {
	font-size: 13px;
	color: var(--muted);
}

.grid {
	display: grid;
	gap: 22px;
}

.g2 {
	grid-template-columns: repeat(2, 1fr);
}

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

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

.card {
	background: #fff;
	border: 1px solid var(--orange-border);
	border-radius: 12px;
	padding: 26px;
}

.card .chip {
	display: inline-block;
	background: var(--orange-soft);
	color: var(--orange);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 5px 12px;
	border-radius: 999px;
	margin-bottom: 14px;
}

.card p {
	color: var(--muted);
	font-size: 14.5px;
	margin: 0;
}

.split {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 56px;
	align-items: start;
}

.dark-card {
	background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
	border-radius: 16px;
	padding: 34px;
	color: #e8eef5;
}

.dark-card h3 {
	color: #fff;
	font-size: 15px;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.dark-card ul {
	list-style: none;
}

.dark-card li {
	padding-left: 22px;
	position: relative;
	margin-bottom: 12px;
	font-size: 14.5px;
}

.dark-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--orange);
}

.dark-card .fine {
	border-top: 1px solid rgba(255, 255, 255, .15);
	margin-top: 18px;
	padding-top: 14px;
	font-size: 13.5px;
	color: #b9c7d6;
}

.ask-box {
	background: #fff;
	border: 1.5px solid var(--orange-border);
	border-radius: 14px;
	padding: 30px;
}

.ask-box h3 {
	margin-bottom: 16px;
}

.ask-box ul {
	list-style: none;
}

.ask-box li {
	padding-left: 22px;
	position: relative;
	margin-bottom: 12px;
	font-size: 14.5px;
	color: var(--ink);
}

.ask-box li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--orange);
}

.ask-box .fine {
	font-weight: 700;
	color: var(--navy);
	font-size: 14px;
	margin: 16px 0 0;
	border-top: 1px solid var(--line);
	padding-top: 14px;
}

.cream {
	background: var(--cream);
}

.snapshot {
	background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
	border-radius: 18px;
	padding: 30px;
	color: #fff;
	box-shadow: 0 18px 44px rgba(10, 33, 56, .28);
}

.snapshot h3 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 6px;
}

.snapshot .tag {
	display: inline-block;
	background: var(--orange);
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 999px;
	margin-bottom: 16px;
}

.bar-item {
	margin-bottom: 16px;
}

.bar-item span {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	color: #c7d3df;
	margin-bottom: 6px;
}

.bar {
	height: 7px;
	background: rgba(255, 255, 255, .14);
	border-radius: 99px;
	overflow: hidden;
}

.bar i {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #4fa3e3, #7cc1f0);
	border-radius: 99px;
}

.snapshot .mini {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 20px;
}

.snapshot .mini div {
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 10px;
	padding: 12px 14px;
}

.snapshot .mini small {
	display: block;
	font-size: 11px;
	color: #9fb3c6;
	margin-bottom: 2px;
}

.snapshot .mini strong {
	font-size: 13.5px;
}

.tbl {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--line);
	font-size: 14.5px;
}

.tbl th {
	background: var(--navy);
	color: #fff;
	text-align: left;
	padding: 14px 18px;
	font-size: 13px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.tbl td {
	padding: 14px 18px;
	border-top: 1px solid var(--line);
	color: var(--ink);
}

.tbl tr td:first-child {
	font-weight: 700;
	color: var(--navy);
}

.hl {
	color: var(--orange);
	font-weight: 700;
}

.steps {
	counter-reset: s;
	display: grid;
	gap: 14px;
	margin-top: 10px;
}

.step {
	background: #fff;
	border: 1px solid var(--line);
	border-left: 4px solid var(--orange);
	border-radius: 10px;
	padding: 18px 22px;
	display: flex;
	gap: 18px;
	align-items: flex-start;
}

.step::before {
	counter-increment: s;
	content: counter(s, decimal-leading-zero);
	font-weight: 800;
	color: var(--orange);
	font-size: 15px;
	margin-top: 2px;
}

.step b {
	color: var(--navy);
}

.step p {
	margin: 2px 0 0;
	font-size: 14.5px;
	color: var(--muted);
}

.erp-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
	margin-top: 28px;
}

.erp {
	background: #fff;
	border: 1px solid var(--orange-border);
	border-radius: 10px;
	padding: 18px 12px;
	text-align: center;
	font-weight: 700;
	color: var(--navy);
	font-size: 14px;
}

.erp small {
	display: block;
	font-weight: 500;
	color: var(--muted);
	font-size: 12px;
	margin-top: 4px;
}

.phase {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 24px;
}

.phase .ph {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--orange);
	margin-bottom: 8px;
}

.phase h3 {
	font-size: 17px;
	margin-bottom: 8px;
}

.phase p {
	font-size: 14px;
	color: var(--muted);
	margin: 0;
}

.quote-band {
	background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
	color: #fff;
	text-align: center;
	padding: 90px 0;
}

.quote-band blockquote {
	font-size: clamp(19px, 2.4vw, 26px);
	font-weight: 700;
	line-height: 1.5;
	max-width: 880px;
	margin: 0 auto 28px;
}

.quote-band .who {
	color: var(--orange);
	font-weight: 800;
	letter-spacing: .08em;
	font-size: 14px;
}

.quote-band .role {
	color: #9fb3c6;
	font-size: 13px;
	letter-spacing: .06em;
	text-transform: uppercase;
	margin-top: 4px;
}

details {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	margin-bottom: 12px;
	overflow: hidden;
}

details summary {
	cursor: pointer;
	font-weight: 700;
	color: var(--navy);
	padding: 18px 22px;
	list-style: none;
	position: relative;
	padding-right: 48px;
}

details summary::after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--orange);
	font-size: 22px;
	font-weight: 600;
}

details[open] summary::after {
	content: "–";
}

details div {
	padding: 0 22px 18px;
	color: var(--muted);
	font-size: 14.5px;
}

.cta-card {
	background: #fff;
	border: 1.5px solid var(--orange-border);
	border-radius: 18px;
	padding: 56px 40px;
	text-align: center;
	max-width: 860px;
	margin: 0 auto;
}

.cta-card p {
	max-width: 640px;
	margin: 0 auto 14px;
	color: var(--muted);
}

.center {
	text-align: center;
}

.center .lead {
	margin: 0 auto 10px;
}

.sub {
	color: var(--orange);
	font-weight: 800;
	font-size: 13px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.emirate {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 22px;
}

.emirate h3 {
	font-size: 16px;
	margin-bottom: 8px;
}

.emirate p {
	font-size: 13.5px;
	color: var(--muted);
	margin: 0;
}

.check ul {
	list-style: none;
	columns: 2;
	column-gap: 40px;
}

.check li {
	padding-left: 26px;
	position: relative;
	margin-bottom: 12px;
	font-size: 14.5px;
	break-inside: avoid;
}

.check li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--orange);
	font-weight: 800;
}

@media (max-width:960px) {
	.split, .g4, .g3 {
		grid-template-columns: 1fr 1fr;
	}
	
	.erp-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width:640px) {
	section {
		padding: 52px 0;
	}
	
	.split, .g4, .g3, .g2 {
		grid-template-columns: 1fr;
	}
	
	.erp-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.check ul {
		columns: 1;
	}
	
	.btn {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
