:root {
	--rekhi-eux-primary: var(--primary-color, #ff6b00);
	--rekhi-eux-secondary: var(--secondary-color, #ff9a3c);
	--rekhi-eux-surface: var(--bg-dark-surface, #070707);
	--rekhi-eux-text: var(--text-light-main, #ffffff);
	--rekhi-eux-muted: rgba(255, 255, 255, .70);
	--rekhi-eux-border: rgba(255, 255, 255, .13);
	--rekhi-eux-green: #25d366;
}

html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

body.rekhi-eux-active *,
body.rekhi-eux-active *::before,
body.rekhi-eux-active *::after {
	box-sizing: border-box;
}

body.rekhi-eux-active img,
body.rekhi-eux-active video,
body.rekhi-eux-active iframe,
body.rekhi-eux-active svg {
	max-width: 100%;
}

body.rekhi-eux-active .rekhi-elementor-header-template,
body.rekhi-eux-active .rekhi-eux-header {
	position: sticky !important;
	top: 0 !important;
	right: auto !important;
	left: auto !important;
	z-index: 1000;
	width: 100%;
	color: var(--rekhi-eux-text);
	background:
		radial-gradient(circle at 80% 0, color-mix(in srgb, var(--rekhi-eux-primary) 20%, transparent), transparent 34%),
		rgba(7, 7, 7, .96);
	border-bottom: 1px solid var(--rekhi-eux-border);
	box-shadow: 0 18px 55px rgba(0, 0, 0, .26);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

body.admin-bar.rekhi-eux-active .rekhi-elementor-header-template,
body.admin-bar.rekhi-eux-active .rekhi-eux-header {
	top: 32px !important;
}

body.rekhi-eux-active .site-main {
	padding-top: 0 !important;
}

.rekhi-eux-topbar,
.rekhi-eux-mainbar,
.rekhi-eux-footer-grid,
.rekhi-eux-footer-cta,
.rekhi-eux-footer-bottom,
.rekhi-eux-section,
.rekhi-eux-stats > div,
.rekhi-eux-hero {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.rekhi-eux-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 42px;
	overflow-x: auto;
	scrollbar-width: none;
}

.rekhi-eux-topbar::-webkit-scrollbar {
	display: none;
}

.rekhi-eux-topbar div {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
}

.rekhi-eux-topbar span,
.rekhi-eux-topbar a {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 12px;
	border: 1px solid var(--rekhi-eux-border);
	border-radius: 999px;
	color: rgba(255, 255, 255, .82);
	background: rgba(255, 255, 255, .06);
	font-size: 12px;
	font-weight: 850;
	text-decoration: none;
	white-space: nowrap;
}

.rekhi-eux-topbar .is-whatsapp,
.rekhi-eux-btn.is-whatsapp {
	color: #03170a;
	background: linear-gradient(135deg, var(--rekhi-eux-green), #8df0ad);
	border-color: rgba(37, 211, 102, .55);
}

.rekhi-eux-mainbar {
	display: grid;
	grid-template-columns: minmax(150px, 210px) minmax(240px, 1fr) minmax(340px, auto) auto;
	align-items: center;
	gap: 16px;
	min-height: 78px;
}

.rekhi-eux-logo img {
	width: auto;
	max-height: 62px;
}

.rekhi-eux-text-logo {
	display: inline-flex;
	flex-direction: column;
	color: var(--rekhi-eux-text);
	text-decoration: none;
}

.rekhi-eux-text-logo strong {
	font-size: 18px;
	line-height: 1.05;
}

.rekhi-eux-text-logo span {
	color: var(--rekhi-eux-primary);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.rekhi-eux-search {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	min-width: 0;
	border: 1px solid var(--rekhi-eux-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, .07);
}

.rekhi-eux-search input {
	width: 100%;
	min-width: 0;
	height: 44px;
	border: 0;
	padding: 0 16px;
	color: var(--rekhi-eux-text);
	background: transparent;
	outline: none;
}

.rekhi-eux-search button,
.rekhi-eux-actions .is-primary,
.rekhi-eux-btn.is-primary {
	border: 0;
	color: #080808;
	background: linear-gradient(135deg, var(--rekhi-eux-primary), var(--rekhi-eux-secondary));
	font-weight: 950;
}

.rekhi-eux-search button {
	border-radius: 999px;
	padding: 0 16px;
	cursor: pointer;
}

.rekhi-eux-search-results {
	position: absolute;
	top: calc(100% + 9px);
	right: 0;
	left: 0;
	z-index: 20;
	display: grid;
	gap: 6px;
	padding: 10px;
	border: 1px solid var(--rekhi-eux-border);
	border-radius: 18px;
	background: rgba(7, 7, 7, .97);
	box-shadow: 0 24px 70px rgba(0, 0, 0, .42);
}

.rekhi-eux-search-results[hidden] {
	display: none !important;
}

.rekhi-eux-search-results a,
.rekhi-eux-search-results span {
	display: block;
	padding: 10px;
	border-radius: 12px;
	color: var(--rekhi-eux-text);
	text-decoration: none;
}

.rekhi-eux-search-results a:hover {
	background: rgba(255, 255, 255, .08);
}

.rekhi-eux-nav {
	min-width: 0;
}

.rekhi-eux-menu,
.rekhi-eux-menu ul {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rekhi-eux-menu li {
	position: relative;
	margin: 0;
}

.rekhi-eux-menu a,
.rekhi-eux-actions a,
.rekhi-eux-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid var(--rekhi-eux-border);
	border-radius: 999px;
	color: var(--rekhi-eux-text);
	background: rgba(255, 255, 255, .06);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.rekhi-eux-menu .sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	z-index: 30;
	display: grid;
	min-width: 250px;
	padding: 10px;
	border: 1px solid var(--rekhi-eux-border);
	border-radius: 18px;
	background: rgba(7, 7, 7, .98);
	box-shadow: 0 24px 70px rgba(0, 0, 0, .42);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: .18s ease;
}

.rekhi-eux-menu li:hover > .sub-menu,
.rekhi-eux-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.rekhi-eux-actions {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

.rekhi-eux-menu-toggle {
	display: none;
}

.rekhi-eux-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	align-items: center;
	gap: clamp(24px, 4vw, 58px);
	min-height: clamp(560px, 72vh, 760px);
	padding-block: clamp(70px, 8vw, 126px);
	color: var(--rekhi-eux-text);
}

.rekhi-eux-home-hero,
.rekhi-eux-hero {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .60) 48%, rgba(0, 0, 0, .82)),
		radial-gradient(circle at 78% 22%, color-mix(in srgb, var(--rekhi-eux-primary) 34%, transparent), transparent 34%),
		linear-gradient(135deg, #050505, #15110c 56%, #050505);
}

.rekhi-eux-kicker {
	display: inline-flex;
	margin-bottom: 12px;
	color: var(--rekhi-eux-primary);
	font-size: 12px;
	font-weight: 950;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.rekhi-eux-hero h1,
.rekhi-eux-section-head h2,
.rekhi-eux-cta h2 {
	margin: 0;
	font-size: clamp(36px, 5.8vw, 78px);
	line-height: .98;
	letter-spacing: -.045em;
}

.rekhi-eux-hero p,
.rekhi-eux-section-head p,
.rekhi-eux-cta p,
.rekhi-eux-footer p {
	color: var(--rekhi-eux-muted);
	line-height: 1.72;
}

.rekhi-eux-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.rekhi-eux-hero__panel,
.rekhi-eux-card,
.rekhi-eux-process-grid article,
.rekhi-eux-stats article,
.rekhi-eux-video,
.rekhi-eux-page-hero,
.rekhi-eux-page-intro,
.rekhi-eux-card-row .elementor-column {
	border: 1px solid var(--rekhi-eux-border);
	border-radius: 26px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .04)),
		rgba(8, 8, 8, .72);
	box-shadow: 0 24px 78px rgba(0, 0, 0, .30);
}

.rekhi-eux-hero__panel {
	padding: 26px;
}

.rekhi-eux-hero__panel span,
.rekhi-eux-process-grid span {
	display: inline-flex;
	width: max-content;
	border-radius: 999px;
	padding: 7px 11px;
	color: #080808;
	background: linear-gradient(135deg, var(--rekhi-eux-primary), var(--rekhi-eux-secondary));
	font-size: 11px;
	font-weight: 950;
}

.rekhi-eux-hero__panel strong {
	display: block;
	margin-top: 12px;
	font-size: 28px;
	line-height: 1.08;
}

.rekhi-eux-stats {
	position: relative;
	z-index: 2;
	margin-top: -44px;
}

.rekhi-eux-stats > div,
.rekhi-eux-card-grid,
.rekhi-eux-process-grid,
.rekhi-eux-footer-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.rekhi-eux-stats article {
	padding: 24px;
	color: var(--rekhi-eux-text);
	background: rgba(8, 8, 8, .88);
}

.rekhi-eux-stats strong {
	display: block;
	color: var(--rekhi-eux-primary);
	font-size: clamp(30px, 3vw, 44px);
	line-height: 1;
}

.rekhi-eux-stats span,
.rekhi-eux-card span {
	display: block;
	margin-top: 8px;
	color: var(--rekhi-eux-muted);
}

.rekhi-eux-section,
.rekhi-eux-cta {
	padding-block: clamp(56px, 7vw, 96px);
	color: var(--rekhi-eux-text);
}

.rekhi-eux-section-head {
	max-width: 760px;
	margin-bottom: 28px;
}

.rekhi-eux-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rekhi-eux-card {
	min-height: 178px;
	padding: 24px;
	color: var(--rekhi-eux-text);
	text-decoration: none;
}

.rekhi-eux-card strong,
.rekhi-eux-process-grid strong {
	display: block;
	font-size: 20px;
	line-height: 1.18;
}

.rekhi-eux-process-grid {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.rekhi-eux-process-grid article {
	display: grid;
	gap: 14px;
	padding: 18px;
}

.rekhi-eux-video {
	display: grid;
	min-height: 340px;
	place-items: center;
	padding: 30px;
	color: var(--rekhi-eux-text);
	text-align: center;
}

.rekhi-eux-video strong {
	display: block;
	font-size: 28px;
}

.rekhi-eux-cta,
.rekhi-eux-page-cta {
	width: min(980px, calc(100% - 32px));
	margin-inline: auto;
	text-align: center;
}

.rekhi-eux-footer {
	color: var(--rekhi-eux-text);
	background:
		radial-gradient(circle at 12% 0, color-mix(in srgb, var(--rekhi-eux-primary) 20%, transparent), transparent 34%),
		#050505;
	padding-top: 56px;
}

.rekhi-eux-footer-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	padding: 28px;
	border: 1px solid var(--rekhi-eux-border);
	border-radius: 28px;
	background: rgba(255, 255, 255, .07);
}

.rekhi-eux-footer-grid {
	grid-template-columns: 1.2fr .8fr .8fr 1.2fr;
	padding-block: 42px;
}

.rekhi-eux-footer a {
	display: block;
	margin: 8px 0;
	color: rgba(255, 255, 255, .78);
	text-decoration: none;
}

.rekhi-eux-map iframe {
	display: block;
	width: 100%;
	height: 190px;
	border: 0;
	border-radius: 18px;
	filter: saturate(.85) contrast(1.02);
}

.rekhi-eux-footer-bottom {
	border-top: 1px solid var(--rekhi-eux-border);
	padding: 18px 0 24px;
	color: var(--rekhi-eux-muted);
	font-size: 13px;
}

.rekhi-eux-page-hero,
.rekhi-eux-page-intro,
.rekhi-eux-card-row .elementor-column {
	padding: clamp(22px, 3vw, 34px);
	color: var(--rekhi-eux-text);
}

.rekhi-eux-page-hero {
	width: min(1180px, calc(100% - 32px));
	margin: clamp(28px, 5vw, 64px) auto 18px;
}

.rekhi-eux-page-intro,
.rekhi-eux-card-row {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.rekhi-live-chat__panel[hidden],
.rekhi-live-chat:not(.is-open) .rekhi-live-chat__panel {
	display: none !important;
}

.rekhi-live-chat.is-open .rekhi-live-chat__panel {
	display: grid !important;
}

@media (max-width: 1100px) {
	.rekhi-eux-mainbar {
		grid-template-columns: minmax(140px, 190px) minmax(0, 1fr) auto;
	}

	.rekhi-eux-actions {
		display: none;
	}

	.rekhi-eux-process-grid,
	.rekhi-eux-stats > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	body.admin-bar.rekhi-eux-active .rekhi-elementor-header-template,
	body.admin-bar.rekhi-eux-active .rekhi-eux-header {
		top: 46px !important;
	}

	.rekhi-eux-mainbar {
		grid-template-columns: 1fr auto;
	}

	.rekhi-eux-search {
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100%;
	}

	.rekhi-eux-menu-toggle {
		display: inline-grid;
		width: 44px;
		height: 44px;
		place-content: center;
		gap: 4px;
		border: 1px solid var(--rekhi-eux-border);
		border-radius: 999px;
		background: rgba(255, 255, 255, .07);
		color: var(--rekhi-eux-text);
	}

	.rekhi-eux-menu-toggle span {
		display: block;
		width: 20px;
		height: 2px;
		background: currentColor;
	}

	.rekhi-eux-menu-panel {
		position: fixed;
		top: 132px;
		right: 0;
		left: 0;
		display: none;
		max-height: calc(100vh - 132px);
		overflow: auto;
		padding: 16px;
		background: rgba(7, 7, 7, .98);
	}

	.rekhi-eux-nav.is-open .rekhi-eux-menu-panel {
		display: block;
	}

	.rekhi-eux-menu,
	.rekhi-eux-menu ul {
		display: grid;
		align-items: stretch;
	}

	.rekhi-eux-menu .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.rekhi-eux-hero,
	.rekhi-eux-footer-cta,
	.rekhi-eux-footer-grid {
		grid-template-columns: 1fr;
	}

	.rekhi-eux-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.rekhi-eux-topbar,
	.rekhi-eux-mainbar,
	.rekhi-eux-footer-grid,
	.rekhi-eux-footer-cta,
	.rekhi-eux-footer-bottom,
	.rekhi-eux-section,
	.rekhi-eux-stats > div,
	.rekhi-eux-hero {
		width: min(100% - 22px, 1180px);
	}

	.rekhi-eux-hero {
		min-height: auto;
		padding-block: 54px;
	}

	.rekhi-eux-hero h1 {
		font-size: clamp(36px, 13vw, 54px);
	}

	.rekhi-eux-hero__actions,
	.rekhi-eux-footer-cta {
		align-items: stretch;
		flex-direction: column;
	}

	.rekhi-eux-btn,
	.rekhi-eux-hero__actions a {
		width: 100%;
	}

	.rekhi-eux-stats {
		margin-top: 0;
		padding-top: 12px;
	}

	.rekhi-eux-stats > div,
	.rekhi-eux-card-grid,
	.rekhi-eux-process-grid {
		grid-template-columns: 1fr;
	}
}
