:root {
	--efm-primary: #6C2B8A;
	--efm-primary-hover: #5A2474;
	--efm-accent: #8B3FB0;
	--efm-secondary: #1A1228;
	--efm-dark: #0F0A18;
	--efm-text: #2A2433;
	--efm-muted: #6B6475;
	--efm-light: #F7F5F9;
	--efm-white: #FFFFFF;
	--efm-border: #E8E4EE;
	--efm-radius: 6px;
	--efm-container: 1200px;
	--efm-font-display: "Manrope", system-ui, sans-serif;
	--efm-font-body: "DM Sans", system-ui, sans-serif;
	--efm-shadow: 0 8px 30px rgba(26, 18, 40, 0.08);
	--efm-header-h: 92px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--efm-font-body);
	font-size: 16px;
	line-height: 1.7;
	color: var(--efm-text);
	background: var(--efm-white);
	-webkit-font-smoothing: antialiased;
}

body.elementor-page .site-content,
.elementor-page .site-main {
	max-width: none;
	padding: var(--efm-header-h) 0 0;
	margin: 0;
}

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

a {
	color: var(--efm-primary);
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
	color: var(--efm-primary-hover);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--efm-font-display);
	line-height: 1.2;
	color: var(--efm-secondary);
	margin: 0 0 0.6em;
}

p {
	margin: 0 0 1em;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* ——— Theme chrome (used when not Elementor Canvas) ——— */
.efm-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 99999;
	padding: 12px 20px;
	background: var(--efm-primary);
	color: #fff;
}

.efm-skip-link:focus {
	left: 16px;
	top: 16px;
}

.efm-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10050;
	background: #fff;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--efm-border);
	box-shadow: 0 1px 0 rgba(15, 10, 24, 0.04);
	overflow: hidden;
}

/* Elementor header wrapper — solid bar, no transparent gap */
.efm-elementor-hf--header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10050;
	background: #fff;
	box-shadow: 0 1px 0 rgba(15, 10, 24, 0.06);
	overflow: hidden;
}

.efm-elementor-hf--header .elementor,
.efm-elementor-hf--header .elementor-section,
.efm-elementor-hf--header .elementor-container,
.efm-elementor-hf--header .elementor-column,
.efm-elementor-hf--header .elementor-widget-wrap,
.efm-elementor-hf--header .elementor-widget,
.efm-elementor-hf--header .elementor-widget-html {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
	background: transparent !important;
}

.efm-elementor-hf--header .e-con,
.efm-elementor-hf--header .e-con-inner {
	flex-wrap: nowrap !important;
	align-items: center !important;
}

.efm-elementor-hf--header .efm-header {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	width: 100%;
	box-shadow: none;
}

/* Elementor header nav: keep all items on one line */
.efm-elementor-hf--header .elementor-widget-nav-menu,
.efm-elementor-hf--header .elementor-widget-navigation-menu,
.efm-elementor-hf--header .elementor-nav-menu--main {
	width: auto !important;
	max-width: none !important;
	flex: 1 1 auto !important;
	min-width: 0 !important;
	overflow: visible !important;
}

@media (min-width: 1025px) {
	.efm-elementor-hf--header .elementor-nav-menu--main,
	.efm-elementor-hf--header .elementor-nav-menu,
	.efm-elementor-hf--header .elementor-nav-menu--layout-horizontal,
	.efm-elementor-hf--header .elementor-nav-menu--dropdown-tablet .elementor-nav-menu,
	.efm-elementor-hf--header nav:not(.efm-lang),
	.efm-elementor-hf--header .hfe-nav-menu__layout-horizontal,
	.efm-elementor-hf--header .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 0 !important;
		white-space: nowrap !important;
		width: max-content !important;
		max-width: 100% !important;
	}

	.efm-elementor-hf--header .elementor-nav-menu > li,
	.efm-elementor-hf--header .elementor-nav-menu--main .menu-item {
		display: inline-flex !important;
		float: none !important;
		flex: 0 0 auto !important;
		width: auto !important;
		white-space: nowrap !important;
	}
}

.efm-elementor-hf--header .elementor-nav-menu a,
.efm-elementor-hf--header .elementor-item {
	white-space: nowrap !important;
	padding: 6px 8px !important;
	font-size: 0.84rem !important;
	font-weight: 600 !important;
	line-height: 1.15 !important;
}

.efm-elementor-hf--header .elementor-widget-button .elementor-button {
	white-space: nowrap !important;
	padding: 9px 12px !important;
	font-size: 0.78rem !important;
}

.efm-elementor-hf--header .elementor-widget-image img {
	max-height: 44px !important;
	width: auto !important;
}

@media (min-width: 1280px) {
	.efm-elementor-hf--header .elementor-nav-menu a,
	.efm-elementor-hf--header .elementor-item {
		padding: 8px 11px !important;
		font-size: 0.92rem !important;
	}

	.efm-elementor-hf--header .elementor-widget-button .elementor-button {
		padding: 10px 14px !important;
		font-size: 0.84rem !important;
	}
}

@media (max-width: 1180px) and (min-width: 1024px) {
	.efm-elementor-hf--header .elementor-nav-menu a,
	.efm-elementor-hf--header .elementor-item {
		padding: 6px 5px !important;
		font-size: 0.76rem !important;
	}

	.efm-elementor-hf--header .elementor-widget-button .elementor-button {
		padding: 8px 10px !important;
		font-size: 0.72rem !important;
	}

	.efm-elementor-hf--header .elementor-widget-image img {
		max-height: 40px !important;
	}
}

/* Keep clear of WP admin bar when logged in */
body.admin-bar .efm-header,
body.admin-bar .efm-elementor-hf--header {
	top: 32px;
}

/* Inner header inside Elementor wrapper is relative — do NOT shift it again */
body.admin-bar .efm-elementor-hf--header .efm-header {
	top: auto;
}

@media screen and (max-width: 782px) {
	body.admin-bar .efm-header,
	body.admin-bar .efm-elementor-hf--header {
		top: 46px;
	}

	body.admin-bar .efm-elementor-hf--header .efm-header {
		top: auto;
	}
}

@media screen and (max-width: 600px) {
	/* WP admin bar is not fixed on very small screens while scrolling */
	body.admin-bar .efm-header,
	body.admin-bar .efm-elementor-hf--header {
		top: 0;
	}
}

/* Offset page content under fixed header */
.site-content {
	padding-top: var(--efm-header-h);
}

.efm-header__inner {
	max-width: min(100%, 1320px);
	margin: 0 auto;
	padding: 0 20px;
	min-height: var(--efm-header-h);
	max-height: var(--efm-header-h);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.efm-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--efm-secondary);
	font-family: var(--efm-font-display);
	font-weight: 800;
	font-size: 1.25rem;
	letter-spacing: -0.02em;
	flex-shrink: 0;
	line-height: 0;
	max-height: 64px;
}

.efm-logo span {
	color: var(--efm-primary);
}

.efm-logo img,
.efm-logo .custom-logo,
.efm-header .custom-logo,
.efm-elementor-hf--header .custom-logo {
	height: 52px !important;
	width: auto !important;
	max-height: 52px !important;
	max-width: 180px !important;
	object-fit: contain !important;
}

.efm-logo .custom-logo-link {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.efm-nav {
	display: none;
	flex: 1 1 auto;
	min-width: 0;
}

.efm-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 0;
}

.efm-nav li {
	flex-shrink: 0;
	white-space: nowrap;
}

.efm-nav a {
	display: block;
	padding: 10px 10px;
	color: var(--efm-text);
	font-size: 0.92rem;
	font-weight: 600;
	border-radius: 4px;
	white-space: nowrap;
	line-height: 1.2;
}

.efm-nav a:hover,
.efm-nav .current-menu-item > a {
	color: var(--efm-primary);
}

.efm-header__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.efm-phone {
	display: none;
	align-items: center;
	gap: 6px;
	color: var(--efm-secondary);
	font-weight: 600;
	font-size: 0.8rem;
	white-space: nowrap;
}

.efm-phone svg {
	width: 16px;
	height: 16px;
	fill: var(--efm-primary);
	flex-shrink: 0;
}

/* Always show phone in Customizer preview */
.wp-customizer .efm-phone,
.customize-preview .efm-phone,
body.customize-previewing .efm-phone {
	display: inline-flex !important;
}

.efm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: var(--efm-radius);
	font-family: var(--efm-font-display);
	font-weight: 600;
	font-size: 0.9rem;
	border: 2px solid transparent;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	line-height: 1.2;
}

.efm-btn:hover {
	transform: translateY(-1px);
}

.efm-btn--primary {
	background: var(--efm-primary);
	color: #fff;
	border-color: var(--efm-primary);
}

.efm-btn--primary:hover {
	background: var(--efm-primary-hover);
	color: #fff;
	border-color: var(--efm-primary-hover);
}

.efm-btn--outline {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.85);
}

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

.efm-btn--outline-dark {
	background: transparent;
	color: var(--efm-primary);
	border-color: var(--efm-primary);
}

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

.efm-btn--white {
	background: #fff;
	color: var(--efm-primary);
	border-color: #fff;
}

.efm-btn--white:hover {
	background: var(--efm-light);
	color: var(--efm-primary);
}

.efm-header__cta-desktop {
	display: none;
}

.efm-menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: none;
	border-radius: 12px;
	background: var(--efm-primary) !important;
	color: #fff !important;
	box-shadow: 0 6px 16px rgba(108, 43, 138, 0.28);
	cursor: pointer;
	padding: 0;
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.efm-menu-toggle:hover,
.efm-menu-toggle:focus-visible {
	background: var(--efm-primary-hover) !important;
	box-shadow: 0 8px 18px rgba(90, 36, 116, 0.34);
	outline: none;
}

.efm-menu-toggle[aria-expanded="true"] {
	background: var(--efm-secondary) !important;
	box-shadow: 0 6px 16px rgba(15, 10, 24, 0.25);
}

.efm-menu-toggle__icon {
	display: block;
	width: 22px;
	height: 22px;
	color: #fff !important;
	flex-shrink: 0;
	pointer-events: none;
}

.efm-menu-toggle__icon path {
	stroke: #fff !important;
}

.efm-menu-toggle__icon--close {
	display: none;
}

.efm-menu-toggle[aria-expanded="true"] .efm-menu-toggle__icon--open {
	display: none;
}

.efm-menu-toggle[aria-expanded="true"] .efm-menu-toggle__icon--close {
	display: block;
}

.efm-mobile-nav {
	display: none;
	border-top: 1px solid var(--efm-border);
	background: #fff;
	padding: 8px 20px 22px;
}

.efm-mobile-nav.is-open {
	display: block;
}

.efm-mobile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.efm-mobile-nav ul a {
	display: block;
	padding: 14px 0;
	border-bottom: 1px solid var(--efm-border);
	color: var(--efm-text);
	font-weight: 600;
	font-size: 1.02rem;
}

.efm-mobile-nav ul li:last-child a {
	border-bottom: 0;
}

.efm-mobile-nav__cta {
	margin-top: 18px;
}

.efm-mobile-nav__cta .efm-btn {
	width: 100%;
	justify-content: center;
	padding: 14px 18px;
}

.efm-footer {
	background: var(--efm-dark);
	color: rgba(255, 255, 255, 0.78);
	padding: 64px 0 0;
}

.efm-footer a {
	color: rgba(255, 255, 255, 0.78);
}

.efm-footer a:hover {
	color: #fff;
}

.efm-footer__inner {
	max-width: var(--efm-container);
	margin: 0 auto;
	padding: 0 24px 48px;
	display: grid;
	gap: 28px;
	grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
}

.efm-footer__logo {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.efm-footer__logo img,
.efm-footer .efm-logo img,
.elementor-widget-html .efm-footer__logo img,
.elementor-location-footer .efm-footer__logo img {
	height: 68px !important;
	width: auto !important;
	max-width: 260px !important;
	max-height: 68px !important;
	object-fit: contain !important;
	filter: brightness(0) invert(1);
}

.efm-footer__logo span {
	color: #fff;
	font-size: 1.5rem;
}

.efm-footer__brand p {
	margin-top: 16px;
	font-size: 0.95rem;
	line-height: 1.65;
	max-width: 340px;
	color: rgba(255, 255, 255, 0.68);
}

.efm-footer__title,
.efm-footer h3.efm-footer__title,
.elementor-kit-envisionfm .efm-footer h3.efm-footer__title,
.elementor-page .efm-footer h3.efm-footer__title {
	color: #fff !important;
	font-size: 0.95rem !important;
	margin: 0 0 18px !important;
	font-weight: 700 !important;
	letter-spacing: 0.02em;
}

.efm-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.efm-footer__links.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.efm-framework__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.efm-framework__item {
	background: #fff;
	border: 1px solid rgba(15, 10, 24, 0.08);
	padding: 18px 14px;
	text-align: center;
	font-weight: 700;
	font-size: 0.92rem;
	letter-spacing: 0.02em;
}

/* Operating standards */
.efm-standards {
	background: #fff;
}

.efm-standards__intro {
	max-width: 44rem;
	margin-bottom: 36px;
}

.efm-standards__intro h2 {
	margin-bottom: 14px;
}

.efm-standards__intro p {
	margin: 0;
	color: var(--efm-muted);
	font-size: 1.05rem;
	line-height: 1.7;
}

.efm-standards__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	border-top: 1px solid rgba(108, 43, 138, 0.14);
}

.efm-standards__item {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	column-gap: 16px;
	row-gap: 4px;
	align-items: start;
	padding: 22px 0;
	border-bottom: 1px solid rgba(108, 43, 138, 0.12);
}

.efm-standards__index {
	grid-row: 1 / span 2;
	align-self: center;
	font-family: var(--efm-font-display);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	color: var(--efm-primary);
	min-width: 1.8rem;
}

.efm-standards__code {
	font-family: var(--efm-font-display);
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--efm-secondary);
	line-height: 1.2;
}

.efm-standards__label {
	grid-column: 2;
	color: var(--efm-muted);
	font-size: 0.9rem;
	line-height: 1.45;
}

.efm-standards__note {
	margin: 22px 0 0;
	color: var(--efm-muted);
	font-size: 0.88rem;
	line-height: 1.55;
	max-width: 46rem;
}

@media (min-width: 768px) {
	.efm-standards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border-top: 0;
		gap: 0;
		border-left: 1px solid rgba(108, 43, 138, 0.12);
	}

	.efm-standards__item {
		padding: 24px 22px;
		border-bottom: 1px solid rgba(108, 43, 138, 0.12);
		border-right: 1px solid rgba(108, 43, 138, 0.12);
		min-height: 118px;
		transition: background 0.3s ease;
	}

	.efm-standards__item:hover {
		background: rgba(108, 43, 138, 0.035);
	}

	.efm-standards__item:hover .efm-standards__code {
		color: var(--efm-primary);
	}
}

@media (min-width: 1100px) {
	.efm-standards__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.efm-standards__item {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
		row-gap: 10px;
		padding: 28px 22px;
		min-height: 168px;
	}

	.efm-standards__index {
		grid-row: auto;
		margin-bottom: 8px;
	}

	.efm-standards__label {
		grid-column: auto;
	}
}

/* Sustainability / Vision 2030 */
.efm-sustain {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(900px 360px at 8% 0%, rgba(108, 43, 138, 0.09), transparent 55%),
		radial-gradient(700px 280px at 100% 100%, rgba(26, 18, 40, 0.05), transparent 50%),
		linear-gradient(180deg, #f8f6fa 0%, #ffffff 100%);
}

.efm-sustain__layout {
	display: grid;
	gap: 36px;
}

.efm-sustain__intro {
	max-width: 40rem;
}

.efm-sustain__intro h2 {
	margin-bottom: 14px;
}

.efm-sustain__intro p {
	margin: 0;
	color: var(--efm-muted);
	font-size: 1.05rem;
	line-height: 1.7;
}

.efm-sustain__pillars {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	border-top: 1px solid rgba(108, 43, 138, 0.16);
}

.efm-sustain__pillar {
	position: relative;
	padding: 28px 0 28px 4px;
	border-bottom: 1px solid rgba(108, 43, 138, 0.14);
	transition: transform 0.35s ease, opacity 0.35s ease;
}

.efm-sustain__index {
	display: block;
	font-family: var(--efm-font-display);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	color: var(--efm-primary);
	margin-bottom: 12px;
}

.efm-sustain__pillar h3 {
	margin: 0 0 10px;
	font-family: var(--efm-font-display);
	font-size: clamp(1.05rem, 1.5vw, 1.25rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--efm-secondary);
	line-height: 1.25;
}

.efm-sustain__pillar p {
	margin: 0;
	color: var(--efm-muted);
	font-size: 0.95rem;
	line-height: 1.6;
}

@media (min-width: 900px) {
	.efm-sustain__layout {
		gap: 48px;
	}

	.efm-sustain__pillars {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		border-top: 0;
		border-left: 1px solid rgba(108, 43, 138, 0.14);
	}

	.efm-sustain__pillar {
		padding: 8px 24px 8px 28px;
		border-bottom: 0;
		border-right: 1px solid rgba(108, 43, 138, 0.14);
		min-height: 220px;
	}

	.efm-sustain__pillar::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 2px;
		height: 0;
		background: var(--efm-primary);
		transition: height 0.35s ease;
	}

	.efm-sustain__pillar:hover::before,
	.efm-sustain__pillar:focus-within::before {
		height: 100%;
	}

	.efm-sustain__pillar:hover h3,
	.efm-sustain__pillar:focus-within h3 {
		color: var(--efm-primary);
	}
}

.efm-founder-quote {
	margin: 20px 0;
	padding: 16px 18px;
	border-left: 3px solid #6c2b8a;
	font-style: italic;
	color: rgba(15, 10, 24, 0.78);
}

.efm-founder-message p {
	margin: 0 0 14px;
	line-height: 1.7;
}

@media (max-width: 980px) {
	.efm-framework__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.efm-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.efm-framework__grid,
	.efm-footer__inner {
		grid-template-columns: 1fr;
	}
}

.efm-form-success {
	background: #e8f6ee;
	border: 1px solid #b7e0c5;
	padding: 14px 16px;
	margin-bottom: 20px;
	border-radius: 8px;
}

.efm-form__row {
	margin-bottom: 14px;
}

.efm-form__row label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.efm-form__row input,
.efm-form__row select,
.efm-form__row textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1.5px solid #cfc8d8;
	border-radius: 8px;
	background: #fff;
	color: var(--efm-text);
}

.efm-form__note {
	font-size: 0.85rem;
	color: rgba(15, 10, 24, 0.6);
}

.efm-framework__grid--5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (min-width: 1025px) {
	.elementor-widget-navigation-menu ul.hfe-nav-menu,
	.ehf-header ul.hfe-nav-menu,
	.elementor-189 ul.hfe-nav-menu,
	.elementor-1616 ul.hfe-nav-menu {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: center !important;
		white-space: nowrap !important;
		width: auto !important;
		max-width: none !important;
	}

	.elementor-widget-navigation-menu ul.hfe-nav-menu > li {
		display: inline-flex !important;
		align-items: center !important;
		float: none !important;
		flex: 0 0 auto !important;
		width: auto !important;
		white-space: nowrap !important;
	}
}

.elementor-widget-navigation-menu ul.hfe-nav-menu::before,
.elementor-widget-navigation-menu ul.hfe-nav-menu::after,
.ehf-header ul.hfe-nav-menu::before,
.ehf-header ul.hfe-nav-menu::after {
	content: none !important;
	display: none !important;
}

@media (max-width: 1024px) {
	.efm-elementor-hf--header .hfe-nav-menu__layout-horizontal,
	.efm-elementor-hf--header .hfe-nav-menu__layout-horizontal .hfe-nav-menu,
	.elementor-widget-navigation-menu ul.hfe-nav-menu,
	.ehf-header ul.hfe-nav-menu,
	.elementor-189 ul.hfe-nav-menu,
	.elementor-1616 ul.hfe-nav-menu {
		display: flex !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		white-space: normal !important;
		width: 100% !important;
		max-width: 100% !important;
		gap: 0 !important;
	}

	.elementor-widget-navigation-menu ul.hfe-nav-menu > li,
	.ehf-header ul.hfe-nav-menu > li,
	.elementor-189 ul.hfe-nav-menu > li,
	.elementor-1616 ul.hfe-nav-menu > li,
	.hfe-nav-menu > li.efm-menu-lang {
		display: block !important;
		width: 100% !important;
		flex: 0 0 auto !important;
		white-space: normal !important;
		text-align: inherit;
	}

	html[dir="rtl"] .elementor-widget-navigation-menu ul.hfe-nav-menu > li,
	html[dir="rtl"] .elementor-1616 ul.hfe-nav-menu > li,
	html[lang="ar"] .elementor-1616 ul.hfe-nav-menu > li {
		text-align: right;
	}

	.efm-elementor-hf--header .hfe-active-menu + .hfe-nav-menu__layout-horizontal {
		width: 100% !important;
		left: 0 !important;
		right: 0 !important;
	}
}

.efm-lang {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.efm-lang a {
	color: rgba(15, 10, 24, 0.55);
	text-decoration: none;
}

.efm-lang--pills {
	gap: 8px;
}

.efm-lang__pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	border-radius: 999px;
	background: #f3f3f5;
	border: 1px solid rgba(15, 10, 24, 0.06);
	color: #1a1a1a !important;
	font-weight: 700;
	font-size: 0.95rem;
	line-height: 1;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.efm-lang--single .efm-lang__pill,
.efm-lang__pill:hover,
.efm-lang__pill.is-active {
	background: #fff;
	border-color: rgba(108, 43, 138, 0.35);
	box-shadow: 0 1px 4px rgba(15, 10, 24, 0.08);
	color: #6c2b8a !important;
}

.efm-lang__flag-circle {
	display: inline-flex;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	box-shadow:
		inset 0 1px 1px rgba(255, 255, 255, 0.45),
		0 1px 2px rgba(0, 0, 0, 0.18);
	background: #ddd;
}

.efm-lang__flag-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.efm-lang__code {
	padding-inline-end: 0;
	letter-spacing: 0;
	font-size: 0.92rem;
	font-weight: 700;
	white-space: nowrap;
}

.efm-menu-lang {
	display: inline-flex !important;
	align-items: center !important;
	list-style: none;
	margin: 0;
	margin-inline-start: 0.35rem;
	padding: 0 !important;
	float: none !important;
	flex: 0 0 auto !important;
	width: auto !important;
	white-space: nowrap !important;
	position: relative;
}

.efm-menu-lang::before,
.efm-menu-lang::after {
	display: none !important;
}

@media (min-width: 1025px) {
	.hfe-nav-menu > li.efm-menu-lang,
	.elementor-nav-menu > li.efm-menu-lang {
		display: inline-flex !important;
		align-items: center !important;
		flex: 0 0 auto !important;
		width: auto !important;
	}
}

@media (max-width: 1024px) {
	.hfe-nav-menu > li.efm-menu-lang,
	.elementor-nav-menu > li.efm-menu-lang {
		display: block !important;
		width: 100% !important;
		flex: 0 0 auto !important;
	}
}

.efm-menu-lang > .efm-lang,
.efm-menu-lang nav.efm-lang {
	display: inline-flex !important;
	flex-wrap: nowrap !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	justify-content: flex-start !important;
}

.elementor-nav-menu .efm-menu-lang,
.elementor-nav-menu .efm-menu-lang > .efm-lang,
.hfe-nav-menu .efm-menu-lang,
.hfe-nav-menu .efm-menu-lang > .efm-lang {
	display: inline-flex;
	align-items: center;
}

.elementor-nav-menu .efm-menu-lang a.efm-lang__pill,
.hfe-nav-menu .efm-menu-lang a.efm-lang__pill {
	padding: 7px 16px;
	gap: 0;
	font-size: 0.88rem;
}

.efm-lang__flag-circle {
	display: none !important;
}

.hfe-nav-menu .efm-lang__flag-circle,
.elementor-nav-menu .efm-lang__flag-circle {
	width: 18px;
	height: 18px;
}

.hfe-nav-menu .efm-lang--pills {
	gap: 6px;
}

/* Hide leftover Elementor header-actions switcher if CSS-only fallback needed */
.efm-header-lang,
.efm-header-actions-row > .elementor-widget-shortcode {
	display: none !important;
}

.efm-hero__actions {
	flex-wrap: wrap;
}

@media (max-width: 980px) {
	.efm-framework__grid--5 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.efm-footer__links li + li {
	margin-top: 10px;
}

/* Native Elementor footer widgets (not HTML dump) */
.efm-elementor-hf--footer .efm-footer__links a,
.efm-elementor-hf--footer .elementor-icon-list-text,
.efm-elementor-hf--footer .elementor-icon-list-text a {
	color: rgba(255, 255, 255, 0.78);
}

.efm-elementor-hf--footer .efm-footer__links a:hover,
.efm-elementor-hf--footer .elementor-icon-list-text a:hover {
	color: #fff;
}

.efm-elementor-hf--footer .elementor-heading-title {
	color: #fff;
}

.efm-elementor-hf--footer .elementor-widget-text-editor,
.efm-elementor-hf--footer .elementor-widget-text-editor p {
	color: rgba(255, 255, 255, 0.72);
}

.efm-elementor-hf--footer .elementor-social-icon {
	background-color: rgba(255, 255, 255, 0.12);
	color: #fff;
}

html[dir="rtl"] .efm-elementor-hf--footer .elementor-widget-social-icons .elementor-widget-container,
html[lang="ar"] .efm-elementor-hf--footer .elementor-widget-social-icons .elementor-widget-container {
	text-align: right;
}

html[dir="rtl"] .efm-elementor-hf--footer .elementor-widget-social-icons .elementor-social-icons-wrapper,
html[lang="ar"] .efm-elementor-hf--footer .elementor-widget-social-icons .elementor-social-icons-wrapper {
	justify-content: start;
	text-align: right;
	width: 100%;
}

.efm-elementor-hf--footer .elementor-button {
	background-color: #6c2b8a;
	border-radius: 8px;
}

.efm-elementor-hf--footer .elementor-widget-image img {
	filter: brightness(0) invert(1);
}

.efm-footer__contact li {
	display: block;
	margin-bottom: 12px;
	font-size: 0.92rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.72);
}

.efm-footer__cta {
	margin-top: 18px;
	display: inline-flex;
}

.efm-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 18px 24px;
	text-align: center;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.55);
}

.efm-social {
	display: flex;
	gap: 12px;
	margin-top: 22px;
}

.efm-social a {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.efm-social a:hover {
	background: var(--efm-primary);
	border-color: var(--efm-primary);
	color: #fff;
}

.efm-social a i {
	font-size: 15px;
	line-height: 1;
}

/* ——— Landing sections (theme fallback + Elementor helpers) ——— */
.efm-section {
	padding: 88px 0;
}

.efm-section--tight {
	padding: 56px 0;
}

.efm-container {
	max-width: var(--efm-container);
	margin: 0 auto;
	padding: 0 24px;
}

.efm-section__head {
	margin-bottom: 40px;
}

.efm-section__head h2 {
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	margin-bottom: 12px;
}

.efm-section__head--center {
	text-align: center;
}

.efm-section__head--center .efm-section-intro {
	margin-left: auto;
	margin-right: auto;
}

#why .efm-section__head {
	text-align: center;
}

.efm-eyebrow {
	display: inline-block;
	color: var(--efm-primary);
	font-weight: 700;
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

html[dir="rtl"] .efm-eyebrow,
html[lang="ar"] .efm-eyebrow {
	text-transform: none;
	letter-spacing: 0.02em;
}

html[dir="rtl"] .eael-entry-title,
html[dir="rtl"] .eael-entry-content,
html[dir="rtl"] .eael-grid-post-excerpt,
html[lang="ar"] .eael-entry-title,
html[lang="ar"] .eael-entry-content,
html[lang="ar"] .eael-grid-post-excerpt {
	text-align: right;
}

html[dir="rtl"] .elementor-1416 .elementor-heading-title,
html[dir="rtl"] .elementor-1416 .elementor-widget-text-editor,
html[dir="rtl"] .elementor-1416 .elementor-field-label,
html[dir="rtl"] .elementor-1416 .elementor-icon-list-item,
html[lang="ar"] .elementor-1416 .elementor-heading-title,
html[lang="ar"] .elementor-1416 .elementor-widget-text-editor,
html[lang="ar"] .elementor-1416 .elementor-field-label,
html[lang="ar"] .elementor-1416 .elementor-icon-list-item {
	text-align: right;
}

html[dir="rtl"] .elementor-1416 .elementor-icon-list-items,
html[lang="ar"] .elementor-1416 .elementor-icon-list-items {
	text-align: right;
}

html[dir="rtl"] .elementor-1416 .e-form__buttons,
html[lang="ar"] .elementor-1416 .e-form__buttons {
	justify-content: flex-start;
	text-align: right;
}

/* Hero */
.efm-hero {
	position: relative;
	min-height: min(88vh, 820px);
	display: flex;
	align-items: flex-end;
	color: #fff;
	overflow: hidden;
}

.efm-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.efm-hero__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

.efm-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, rgba(10, 6, 18, 0.78) 0%, rgba(15, 10, 24, 0.55) 48%, rgba(108, 43, 138, 0.28) 100%);
	z-index: 1;
}

.efm-hero__content {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 80px 0 130px;
}

.efm-hero h1,
.efm-hero .efm-hero__title,
.elementor-widget-html .efm-hero h1,
.elementor-widget-html .efm-hero .efm-hero__title,
.elementor .efm-hero h1 {
	color: #ffffff !important;
	font-family: var(--efm-font-display);
	font-size: clamp(2.6rem, 6.2vw, 4.5rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	max-width: 12ch;
	margin: 0 0 18px;
	line-height: 1.05;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.efm-hero h1 span,
.efm-hero .efm-hero__title span,
.elementor-widget-html .efm-hero h1 span {
	color: #c084fc !important;
}

.efm-hero__sub,
.elementor-widget-html .efm-hero__sub {
	font-size: clamp(1.15rem, 2vw, 1.5rem);
	font-weight: 600;
	color: #ffffff !important;
	margin: 0 0 10px;
}

.efm-hero__meta,
.elementor-widget-html .efm-hero__meta {
	color: rgba(255, 255, 255, 0.88) !important;
	margin: 0 0 30px;
	font-size: 1rem;
}

.efm-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 18px;
}

.efm-hero__actions .efm-btn {
	white-space: nowrap;
}

.efm-hero__actions .efm-btn--outline {
	color: #fff;
	border-color: #fff;
}

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

/* Credentials */
.efm-creds {
	background: #fff;
	margin-top: -48px;
	position: relative;
	z-index: 5;
	padding: 0 24px 0;
}

.efm-creds__inner {
	max-width: var(--efm-container);
	margin: 0 auto;
	background: #fff;
	border: 1px solid var(--efm-border);
	border-radius: 10px;
	box-shadow: var(--efm-shadow);
	display: grid;
	grid-template-columns: 1fr;
	overflow: hidden;
}

.efm-cred {
	padding: 20px 22px;
	display: flex;
	gap: 12px;
	align-items: flex-start;
	border-bottom: 1px solid var(--efm-border);
}

.efm-cred:last-child {
	border-bottom: 0;
}

.efm-cred__icon {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: rgba(108, 43, 138, 0.1);
	color: var(--efm-primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.efm-cred__label {
	display: block;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--efm-muted);
	font-weight: 600;
	margin-bottom: 2px;
}

.efm-cred__value {
	font-family: var(--efm-font-display);
	font-weight: 700;
	font-size: 0.88rem;
	color: var(--efm-secondary);
	line-height: 1.35;
}

/* About */
.efm-about__grid {
	display: grid;
	gap: 40px;
}

.efm-about__copy {
	min-width: 0;
	max-width: none;
	width: 100%;
}

.efm-about__copy h2 {
	max-width: 18ch;
}

.efm-about__copy > p,
.efm-about__copy .efm-founder-message,
.efm-about__copy .efm-founder-quote {
	max-width: 42rem;
}

.efm-about__media {
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 3/4;
	max-height: 520px;
	position: relative;
	width: 100%;
}

.efm-about__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

.efm-vmv-section {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(1200px 420px at 12% -10%, rgba(108, 43, 138, 0.10), transparent 60%),
		radial-gradient(900px 360px at 92% 110%, rgba(139, 63, 176, 0.08), transparent 55%),
		linear-gradient(180deg, #f7f5f9 0%, #f3eff7 100%);
}

.efm-vmv-section__head {
	max-width: 42rem;
	margin-bottom: 40px;
}

.efm-vmv {
	display: grid;
	gap: 20px;
}

.efm-vmv__item {
	position: relative;
	padding: 28px 0 28px 22px;
	border: 0;
	border-bottom: 0;
	border-left: 2px solid rgba(108, 43, 138, 0.22);
	min-height: 100%;
}

.efm-vmv__item:last-child {
	border-bottom: 0;
}

.efm-vmv__index {
	display: block;
	font-family: var(--efm-font-display);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	color: var(--efm-primary);
	margin-bottom: 14px;
}

.efm-vmv__item h3 {
	display: block;
	font-family: var(--efm-font-display);
	font-size: clamp(1.35rem, 2vw, 1.7rem);
	font-weight: 800;
	color: var(--efm-secondary);
	margin: 0 0 14px;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.efm-vmv__item p {
	margin: 0;
	color: var(--efm-muted);
	font-size: 1rem;
	line-height: 1.7;
	max-width: 36rem;
}

.efm-vmv__values {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 14px;
}

.efm-vmv__values li {
	position: relative;
	padding: 10px 0 10px 14px;
	border-top: 1px solid rgba(108, 43, 138, 0.14);
	color: var(--efm-secondary);
	font-weight: 600;
	font-size: 0.95rem;
	line-height: 1.35;
}

.efm-vmv__values li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 1px;
	background: var(--efm-primary);
	transform: translateY(-50%);
}

.efm-vmv--compact {
	gap: 18px;
}

.efm-vmv--compact .efm-vmv__item {
	padding: 18px 0 18px 18px;
}

.efm-vmv--compact .efm-vmv__item h3 {
	font-size: 1.15rem;
	margin-bottom: 8px;
}

.efm-vmv--compact .efm-vmv__item p {
	font-size: 0.92rem;
	line-height: 1.55;
}

.efm-vmv--compact .efm-vmv__values {
	grid-template-columns: 1fr;
	gap: 0;
}

.efm-vmv--compact .efm-vmv__values li {
	padding: 8px 0 8px 12px;
	font-size: 0.88rem;
}

@media (min-width: 900px) {
	.efm-vmv {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0;
		align-items: stretch;
	}

	.efm-vmv__item {
		padding: 8px 28px 8px 28px;
		border-left: 1px solid rgba(108, 43, 138, 0.16);
	}

	.efm-vmv__item:first-child {
		padding-left: 0;
		border-left: 0;
	}

	.efm-vmv__item:last-child {
		padding-right: 0;
	}

	.efm-vmv__item p {
		max-width: none;
	}

	.efm-vmv__values {
		grid-template-columns: 1fr;
	}

	.efm-about__grid .efm-vmv {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.efm-about__grid .efm-vmv__item {
		padding: 20px 0 20px 20px;
		border-left: 2px solid rgba(108, 43, 138, 0.22);
	}

	.efm-about__grid .efm-vmv__item:first-child {
		padding-left: 20px;
		border-left: 2px solid rgba(108, 43, 138, 0.22);
	}
}

/* Services */
.efm-tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid var(--efm-border);
	border-radius: 14px;
	padding: 8px;
	gap: 8px;
	margin: 0 0 28px;
	box-shadow: 0 8px 24px rgba(26, 18, 40, 0.05);
}

.efm-tabs--services {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	overscroll-behavior-x: contain;
}

.efm-tabs--services .efm-tabs__btn {
	flex: 0 0 auto;
	width: auto;
	min-width: max-content;
	white-space: nowrap !important;
}

.efm-tabs--services .efm-tabs__btn span {
	display: block;
	max-width: none;
	white-space: nowrap;
	overflow: visible;
	text-overflow: clip;
}

.efm-tabs__btn,
.elementor-widget-html .efm-tabs__btn,
button.efm-tabs__btn {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto;
	min-height: 48px;
	margin: 0 !important;
	border: 1px solid transparent !important;
	background: transparent !important;
	padding: 12px 14px !important;
	border-radius: 10px !important;
	font-family: var(--efm-font-display) !important;
	font-weight: 650 !important;
	font-size: 0.9rem !important;
	color: var(--efm-secondary) !important;
	cursor: pointer;
	line-height: 1.25 !important;
	box-shadow: none !important;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	white-space: nowrap;
	text-align: center !important;
}

.efm-tabs__btn:hover,
.elementor-widget-html .efm-tabs__btn:hover,
button.efm-tabs__btn:hover {
	background: rgba(108, 43, 138, 0.07) !important;
	color: var(--efm-primary) !important;
	border-color: rgba(108, 43, 138, 0.14) !important;
}

.efm-tabs__btn.is-active,
.elementor-widget-html .efm-tabs__btn.is-active,
button.efm-tabs__btn.is-active {
	background: var(--efm-primary) !important;
	color: #ffffff !important;
	border-color: var(--efm-primary) !important;
	box-shadow: 0 8px 18px rgba(108, 43, 138, 0.24) !important;
}

.efm-tabs__btn.is-active:hover,
button.efm-tabs__btn.is-active:hover {
	background: var(--efm-primary-hover) !important;
	color: #ffffff !important;
	border-color: var(--efm-primary-hover) !important;
}

.efm-tabs__btn:focus-visible {
	outline: 2px solid rgba(108, 43, 138, 0.35);
	outline-offset: 2px;
}

.efm-services__panel {
	display: none;
}

.efm-services__panel.is-active,
.efm-services__panel:not([hidden]).is-active {
	display: block;
}

.efm-services__panel[hidden] {
	display: none !important;
}

.efm-services__role {
	margin: 0 0 24px;
	max-width: 760px;
	color: var(--efm-muted);
	font-size: 1rem;
	line-height: 1.65;
}

.efm-services__panel-head {
	margin-bottom: 8px;
}

.efm-services__panel-title {
	margin: 0 0 8px;
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	color: var(--efm-secondary);
	line-height: 1.25;
}

.efm-services__panel-head .efm-services__role {
	margin-bottom: 22px;
}

.efm-services__caps {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.efm-services__cap {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid var(--efm-border);
	border-radius: 12px;
	background: #fff;
	font-size: 0.86rem;
	font-weight: 600;
	color: var(--efm-secondary);
	line-height: 1.3;
	white-space: nowrap;
}

.efm-services__cap-icon {
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid rgba(108, 43, 138, 0.22);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--efm-primary);
}

@media (min-width: 768px) {
	.efm-services__caps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.efm-services__caps {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.efm-services__cap {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		white-space: normal;
		min-height: 96px;
		padding: 14px 10px;
		gap: 8px;
		font-size: 0.78rem;
	}
}

@media (min-width: 768px) {
	.efm-tabs--services {
		display: grid;
		overflow: visible;
		grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
	}

	.efm-tabs--services .efm-tabs__btn {
		width: 100%;
		min-width: 0;
		flex: unset;
		font-size: 0.78rem !important;
		padding: 12px 8px !important;
		min-height: 52px;
		white-space: normal !important;
		line-height: 1.2 !important;
	}

	.efm-tabs--services .efm-tabs__btn span {
		max-width: 100%;
		white-space: normal;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

@media (min-width: 1100px) {
	.efm-tabs--services {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}

	.efm-tabs--services .efm-tabs__btn {
		font-size: 0.8rem !important;
		padding: 14px 8px !important;
		min-height: 58px;
	}
}

.efm-services__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
}

.efm-service-cats {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
}

.efm-service-cats__item {
	display: block;
	padding: 18px 20px;
	border: 1px solid var(--efm-border);
	border-radius: 10px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.efm-service-cats__item:hover {
	border-color: rgba(108, 43, 138, 0.35);
	box-shadow: var(--efm-shadow);
	transform: translateY(-2px);
	color: inherit;
}

.efm-service-cats__item strong {
	display: block;
	font-family: var(--efm-font-display);
	font-size: 1rem;
	color: var(--efm-secondary);
	margin-bottom: 4px;
}

.efm-service-cats__item span {
	display: block;
	font-size: 0.88rem;
	color: var(--efm-muted);
	line-height: 1.45;
}

.efm-service-jump {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 40px;
}

.efm-service-jump a {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border: 1px solid var(--efm-border);
	border-radius: 8px;
	background: #fff;
	color: var(--efm-secondary);
	font-size: 0.82rem;
	font-weight: 600;
	text-decoration: none;
}

.efm-service-jump a:hover {
	border-color: var(--efm-primary);
	color: var(--efm-primary);
}

.efm-service-block {
	margin-bottom: 56px;
	scroll-margin-top: calc(var(--efm-header-h) + 24px);
}

.efm-service-block__head {
	margin-bottom: 22px;
	max-width: 720px;
}

.efm-service-block__head h3 {
	margin: 0 0 8px;
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	color: var(--efm-secondary);
}

.efm-service-block__head p {
	margin: 0;
	color: var(--efm-muted);
}

@media (min-width: 700px) {
	.efm-service-cats {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.efm-service-cats {
		grid-template-columns: repeat(3, 1fr);
	}
}

.efm-service-card {
	border: 1px solid var(--efm-border);
	border-radius: 10px;
	padding: 28px 24px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.efm-service-card:hover {
	border-color: rgba(108, 43, 138, 0.35);
	box-shadow: var(--efm-shadow);
	transform: translateY(-3px);
}

.efm-service-card__icon {
	width: 48px;
	height: 48px;
	color: var(--efm-primary);
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.efm-service-card__icon i {
	font-size: 1.75rem;
	line-height: 1;
}

.efm-service-card h3 {
	font-size: 1.1rem;
	margin-bottom: 10px;
}

.efm-service-card p {
	color: var(--efm-muted);
	font-size: 0.94rem;
	margin-bottom: 16px;
}

.efm-link {
	font-weight: 600;
	font-size: 0.9rem;
	color: var(--efm-primary);
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

/* Digital */
.efm-digital {
	position: relative;
	color: #ffffff !important;
	overflow: hidden;
	padding: 96px 0;
}

.efm-digital__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.efm-digital__bg img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

.efm-digital__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(15, 10, 24, 0.94) 0%, rgba(88, 30, 120, 0.88) 100%);
	z-index: 1;
}

.efm-digital .efm-container {
	position: relative;
	z-index: 2;
}

.efm-digital .efm-eyebrow,
.elementor-widget-html .efm-digital .efm-eyebrow {
	color: #e2c4f5 !important;
}

.efm-digital h2,
.efm-digital .efm-tech-item h3,
.elementor-widget-html .efm-digital h2,
.elementor-widget-html .efm-digital h3,
.elementor .efm-digital h2,
.elementor .efm-digital h3 {
	color: #ffffff !important;
}

.efm-digital p,
.efm-digital p.lead,
.elementor-widget-html .efm-digital p,
.elementor-widget-html .efm-digital p.lead {
	color: rgba(255, 255, 255, 0.9) !important;
	max-width: 52ch;
	margin-bottom: 40px;
}

.efm-tech-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.efm-tech-item {
	text-align: center;
	padding: 12px 8px;
	color: #ffffff !important;
}

.efm-tech-item__icon {
	width: 56px;
	height: 56px;
	margin: 0 auto 12px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
}

.efm-tech-item__icon svg {
	stroke: #ffffff !important;
	color: #ffffff !important;
}

.efm-tech-item h3 {
	color: #ffffff !important;
	font-size: 0.92rem;
	margin: 0;
	font-weight: 600;
}

/* Stats */
.efm-stats {
	position: relative;
	overflow: hidden;
	border-block: 0;
	padding: 72px 0;
	color: #ffffff;
}

.efm-stats__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.efm-stats__bg img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

.efm-stats__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(105deg, rgba(15, 10, 24, 0.88) 0%, rgba(88, 30, 120, 0.78) 55%, rgba(108, 43, 138, 0.72) 100%);
}

.efm-stats .efm-container {
	position: relative;
	z-index: 2;
}

.efm-stats__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
	text-align: center;
}

.efm-stat__num {
	font-family: var(--efm-font-display);
	font-size: clamp(1.9rem, 3.2vw, 2.6rem);
	font-weight: 800;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 8px;
}

.efm-stat__label {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9rem;
	font-weight: 500;
}

/* Why */
.efm-brand {
	color: var(--efm-primary);
}

.efm-why__grid {
	display: grid;
	gap: 32px 28px;
	grid-template-columns: 1fr;
}

.efm-why-card {
	padding: 0;
	border-bottom: 0;
}

.efm-why-card__icon {
	width: 40px;
	height: 40px;
	margin-bottom: 14px;
	color: var(--efm-primary);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.efm-why-card h3,
.elementor-widget-html .efm-why-card h3 {
	color: var(--efm-secondary) !important;
	font-size: 1rem;
	margin-bottom: 8px;
	font-weight: 700;
}

.efm-why-card p {
	margin: 0;
	color: var(--efm-muted);
	font-size: 0.9rem;
	line-height: 1.6;
}

/* Sectors */
.efm-sectors {
	background: #fff;
}

.efm-sectors__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	text-align: center;
}

.efm-sector {
	padding: 22px 12px 18px;
	border: 1px solid var(--efm-border);
	border-radius: 10px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.efm-sector:hover {
	border-color: rgba(108, 43, 138, 0.35);
	box-shadow: var(--efm-shadow);
	transform: translateY(-2px);
}

.efm-sector__icon {
	width: 44px;
	height: 44px;
	margin: 0 auto 12px;
	color: var(--efm-secondary);
	display: flex;
	align-items: center;
	justify-content: center;
}

.efm-sector h3,
.elementor-widget-html .efm-sector h3 {
	font-size: 0.82rem;
	margin: 0;
	font-weight: 600;
	color: var(--efm-secondary) !important;
}

/* CTA band */
.efm-cta-wrap {
	padding: 0 0 72px;
	background: #fff;
}

.efm-cta {
	background: linear-gradient(115deg, #7a35a0 0%, #5a2178 42%, #1a1228 100%);
	color: #ffffff !important;
	padding: 48px 40px;
	border-radius: 16px;
}

.efm-cta__inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
}

.efm-cta h2,
.elementor-widget-html .efm-cta h2,
.elementor .efm-cta h2 {
	color: #ffffff !important;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	margin-bottom: 8px;
}

.efm-cta p,
.elementor-widget-html .efm-cta p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9) !important;
	max-width: 42ch;
}

.efm-cta__actions {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}

.efm-cta__actions .efm-btn {
	width: auto;
	white-space: nowrap;
	flex: 0 0 auto;
}

@media (min-width: 640px) {
	.efm-cta__actions {
		flex-wrap: nowrap;
	}
}

.efm-cta .efm-btn--white {
	background: #fff !important;
	color: var(--efm-primary) !important;
	border-color: #fff !important;
}

.efm-cta .efm-btn--outline {
	background: transparent !important;
	color: #fff !important;
	border: 1.5px solid rgba(255, 255, 255, 0.9) !important;
}

.efm-eyebrow--light {
	color: #e2c4f5 !important;
}

/* Forms — light by default (page forms) */
.efm-form {
	display: grid;
	gap: 12px;
}

.efm-form input,
.efm-form select,
.efm-form textarea {
	width: 100%;
	padding: 14px 16px;
	border-radius: 8px;
	border: 1.5px solid #cfc8d8;
	background: #fff;
	color: var(--efm-text);
	font-family: var(--efm-font-body);
	font-size: 0.95rem;
	box-shadow: inset 0 1px 2px rgba(15, 10, 24, 0.04);
}

.efm-form input:focus,
.efm-form select:focus,
.efm-form textarea:focus {
	outline: none;
	border-color: var(--efm-primary);
	box-shadow: 0 0 0 3px rgba(108, 43, 138, 0.14);
}

.efm-form select {
	appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236C2B8A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 40px;
	cursor: pointer;
}

.efm-form input::placeholder,
.efm-form textarea::placeholder {
	color: var(--efm-muted);
}

.efm-form textarea {
	min-height: 110px;
	resize: vertical;
}

.efm-form button {
	justify-self: start;
}

/* Dark footer / embedded dark forms */
.efm-footer .efm-form input,
.efm-footer .efm-form select,
.efm-footer .efm-form textarea,
.efm-form--dark input,
.efm-form--dark select,
.efm-form--dark textarea {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	box-shadow: none;
}

.efm-footer .efm-form input::placeholder,
.efm-footer .efm-form textarea::placeholder,
.efm-form--dark input::placeholder,
.efm-form--dark textarea::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.efm-footer .efm-form select,
.efm-form--dark select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Elementor helpers */
.elementor-widget-button .elementor-button {
	font-family: var(--efm-font-display);
}

.elementor-kit-envisionfm .elementor-button {
	border-radius: var(--efm-radius);
}

/* Responsive */
@media (min-width: 768px) {
	.efm-creds__inner {
		grid-template-columns: repeat(3, 1fr);
	}

	.efm-cred {
		border-bottom: 0;
		border-right: 1px solid var(--efm-border);
	}

	.efm-cred:nth-child(3n) {
		border-right: 0;
	}

	.efm-cred:nth-child(n + 4) {
		border-top: 1px solid var(--efm-border);
	}

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

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

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

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

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

	.efm-footer__inner {
		grid-template-columns: 1.3fr 1fr 1fr;
	}
}

@media (min-width: 1024px) {
	.efm-nav {
		display: block;
	}

	.efm-menu-toggle {
		display: none;
	}

	.efm-header__cta-desktop {
		display: inline-flex;
		padding: 11px 18px;
		font-size: 0.88rem;
	}

	.efm-phone {
		display: inline-flex;
	}

	.efm-creds__inner {
		grid-template-columns: repeat(5, 1fr);
	}

	.efm-cred {
		border-right: 1px solid var(--efm-border);
		border-top: 0 !important;
	}

	.efm-cred:last-child {
		border-right: 0;
	}

	.efm-about__grid {
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
		align-items: start;
		gap: 48px;
	}

	.efm-about__grid--leadership {
		grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.55fr);
		align-items: center;
		gap: 56px;
	}

	.efm-about__grid--leadership .efm-about__media {
		max-height: 560px;
		aspect-ratio: 4/5;
	}

	.efm-about__grid--leadership .efm-about__copy h2 {
		max-width: none;
		font-size: clamp(1.6rem, 2.2vw, 2.15rem);
		line-height: 1.15;
	}

	.efm-about__grid--leadership .efm-about__copy > p,
	.efm-about__grid--leadership .efm-about__copy .efm-founder-message,
	.efm-about__grid--leadership .efm-about__copy .efm-founder-quote {
		max-width: none;
	}

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

	.efm-tech-grid {
		grid-template-columns: repeat(6, 1fr);
	}

	.efm-stats__grid {
		grid-template-columns: repeat(5, 1fr);
	}

	.efm-why__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 36px 32px;
	}

	.efm-sectors__grid {
		grid-template-columns: repeat(5, 1fr);
		gap: 12px;
	}

	.efm-cta__inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.efm-cta {
		padding: 52px 48px;
	}

	.efm-footer__inner {
		grid-template-columns: 1.6fr 1fr 1fr 1.25fr;
		gap: 40px 28px;
		align-items: start;
	}
}

@media (min-width: 1200px) {
	.efm-phone {
		display: inline-flex;
		font-size: 0.85rem;
	}

	.efm-nav a {
		padding: 10px 15px;
		font-size: 1.05rem;
	}

	.efm-header__inner {
		gap: 16px;
		padding: 0 24px;
	}

	.efm-sectors__grid {
		grid-template-columns: repeat(9, 1fr);
	}
}
/* ——— Inner pages ——— */
.efm-page-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #1a1228 0%, #4a1f6a 55%, #6c2b8a 100%);
	color: #fff;
	padding: 72px 0 64px;
}

.efm-page-hero--photo {
	min-height: 300px;
	display: flex;
	align-items: flex-end;
	padding: 0;
	background: #1a1228;
}

.efm-page-hero__media {
	position: absolute;
	inset: 0;
}

.efm-page-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.efm-page-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, rgba(15, 10, 24, 0.82) 10%, rgba(15, 10, 24, 0.45) 100%);
}

.efm-page-hero__content {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 96px 0 52px;
}

/* Keep dark hero / dark band from sticking together */
.efm-page-hero + .efm-digital,
.efm-digital--after-hero {
	margin-top: 56px;
}

.efm-after-hero-gap {
	background: #fff;
	padding: 28px 0 0;
}

.efm-page-hero h1,
.elementor .efm-page-hero h1 {
	color: #ffffff !important;
	font-size: clamp(2rem, 4vw, 3rem);
	margin: 0 0 12px;
	max-width: 18ch;
}

.efm-page-hero .efm-eyebrow {
	color: #e2c4f5 !important;
}

.efm-page-hero__sub {
	margin: 0;
	color: rgba(255, 255, 255, 0.88) !important;
	max-width: 54ch;
	font-size: 1.05rem;
}

.efm-service-hero {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.efm-service-hero__icon {
	width: 64px;
	height: 64px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.efm-service-hero__icon i {
	font-size: 1.85rem;
	line-height: 1;
}

.efm-single-service {
	display: grid;
	gap: 36px;
	grid-template-columns: 1fr;
}

.efm-single-service__full + .efm-single-service__benefits {
	margin-top: 32px;
	padding-top: 28px;
	border-top: 1px solid var(--efm-border);
}

.efm-single-service__full h2,
.efm-single-service__benefits h2 {
	margin-bottom: 14px;
}

.efm-single-service__aside {
	display: grid;
	gap: 18px;
	align-content: start;
}

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

.efm-aside-card h3 {
	margin-bottom: 12px;
	font-size: 1.05rem;
}

.efm-aside-card--cta {
	background: var(--efm-light);
	border-color: transparent;
}

.efm-feature-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.efm-feature-list li {
	position: relative;
	padding: 10px 0 10px 22px;
	border-bottom: 1px solid var(--efm-border);
	color: var(--efm-muted);
	font-size: 0.95rem;
}

.efm-feature-list li:last-child {
	border-bottom: 0;
}

.efm-feature-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--efm-primary);
}

.efm-service-card h3 a {
	color: inherit;
	text-decoration: none;
}

.efm-service-card h3 a:hover {
	color: var(--efm-primary);
}

.efm-info-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
}

.efm-info-grid--compact {
	margin-top: 28px;
}

.efm-info-card {
	border: 1px solid var(--efm-border);
	border-radius: 10px;
	padding: 18px 20px;
	background: #fff;
}

.efm-contact-grid {
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr;
}

.efm-contact-lead {
	margin: 0 0 20px;
	color: var(--efm-muted);
	line-height: 1.65;
	max-width: 42ch;
}

.efm-contact-secondary {
	display: block;
	margin-top: 4px;
	font-size: 0.92rem;
}

.efm-contact-list {
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
}

.efm-contact-list li {
	display: grid;
	gap: 4px;
	padding: 14px 0;
	border-bottom: 1px solid var(--efm-border);
}

.efm-contact-list strong {
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--efm-muted);
}

.efm-contact-form-card {
	border: 1px solid var(--efm-border);
	border-radius: 14px;
	padding: 28px;
	background: #fff;
	box-shadow: var(--efm-shadow);
}

.efm-form--light input,
.efm-form--light select,
.efm-form--light textarea {
	background: #fff;
	border: 1.5px solid #cfc8d8;
	color: var(--efm-text);
	box-shadow: inset 0 1px 2px rgba(15, 10, 24, 0.04);
}

.efm-form--light select {
	background-color: var(--efm-light);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236C2B8A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
}

.efm-form--light input::placeholder,
.efm-form--light textarea::placeholder {
	color: var(--efm-muted);
}

.efm-form-success {
	margin-top: 14px;
	color: #1b7a3d;
	font-weight: 600;
}

.efm-form-error {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 10px;
	background: #fdecec;
	color: #9b1c1c;
	font-weight: 600;
}

.efm-careers-lead {
	margin: 0 0 24px;
	max-width: 720px;
	color: var(--efm-muted);
	font-size: 1.05rem;
	line-height: 1.7;
}

.efm-section--careers {
	padding-top: 40px;
	padding-bottom: 72px;
}

.efm-careers-apply {
	margin-top: 0;
}

.efm-careers-form-card__intro {
	margin: 0 0 22px;
	color: var(--efm-muted);
	line-height: 1.6;
}

.efm-careers-form__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr;
	margin-bottom: 18px;
}

.efm-field {
	display: grid;
	gap: 6px;
}

.efm-field span {
	font-size: 0.86rem;
	font-weight: 600;
	color: var(--efm-secondary);
}

.efm-field em {
	color: var(--efm-primary);
	font-style: normal;
}

.efm-field small {
	color: var(--efm-muted);
	font-size: 0.8rem;
}

.efm-field--file input[type="file"] {
	padding: 12px;
	background: var(--efm-light);
	border: 1px dashed var(--efm-border);
	border-radius: var(--efm-radius);
	color: var(--efm-text);
	cursor: pointer;
}

.efm-field__label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	color: var(--efm-secondary);
}

.efm-file {
	display: block;
	cursor: pointer;
}

.efm-file__input {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	opacity: 0 !important;
}

.efm-file__ui {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 10px 12px;
	background: var(--efm-light);
	border: 1px dashed var(--efm-border);
	border-radius: var(--efm-radius);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.efm-file:hover .efm-file__ui,
.efm-file:focus-within .efm-file__ui {
	border-color: rgba(108, 43, 138, 0.45);
	box-shadow: 0 0 0 3px rgba(108, 43, 138, 0.08);
}

.efm-file__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 8px 14px;
	border-radius: 6px;
	background: var(--efm-primary);
	color: #fff;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.2;
}

.efm-file__name {
	flex: 1 1 auto;
	min-width: 0;
	color: var(--efm-muted);
	font-size: 0.9rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.efm-file__name.is-selected {
	color: var(--efm-text);
	font-weight: 600;
}

@media (min-width: 700px) {
	.efm-careers-form__grid {
		grid-template-columns: 1fr 1fr;
	}

	.efm-field--full {
		grid-column: 1 / -1;
	}
}

.efm-split {
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr;
	align-items: center;
}

.efm-split__media {
	border-radius: 14px;
	overflow: hidden;
	position: relative;
	min-height: 280px;
}

.efm-split__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

.efm-tech-ops {
	padding-top: 72px;
	padding-bottom: 40px;
}

.efm-split--tech {
	margin-bottom: 48px;
}

.efm-split__copy p {
	color: var(--efm-muted);
	max-width: 52ch;
}

.efm-split__copy p + p {
	margin-top: 0.85em;
}

.efm-tech-cards {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
}

.efm-tech-card {
	border: 1px solid var(--efm-border);
	border-radius: 12px;
	padding: 22px 20px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.efm-tech-card:hover {
	border-color: rgba(108, 43, 138, 0.3);
	box-shadow: var(--efm-shadow);
	transform: translateY(-2px);
}

.efm-tech-card h3 {
	color: var(--efm-primary);
	font-size: 1rem;
	margin-bottom: 8px;
}

.efm-tech-card p {
	margin: 0;
	color: var(--efm-muted);
	font-size: 0.92rem;
	line-height: 1.55;
}

.efm-sector-cards {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
}

.efm-sector-card {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--efm-border);
	border-radius: 16px;
	padding: 0;
	background: #fff;
	box-shadow: 0 10px 30px rgba(26, 18, 40, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.efm-sector-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(26, 18, 40, 0.1);
}

.efm-sector-card__media {
	height: 160px;
	overflow: hidden;
	background: #1a1228;
}

.efm-sector-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.efm-sector-card__body {
	padding: 22px 22px 24px;
}

.efm-sector-card h3 {
	margin: 0 0 8px;
	color: var(--efm-secondary);
	font-size: 1.1rem;
}

.efm-sector-card h3 a {
	color: inherit;
	text-decoration: none;
}

.efm-sector-card p {
	margin: 0;
	color: var(--efm-muted);
	line-height: 1.55;
	font-size: 0.94rem;
}

.efm-framework__item {
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(26, 18, 40, 0.04);
}

.efm-form {
	background: #fff;
	border: 1px solid var(--efm-border);
	border-radius: 16px;
	padding: 28px;
	box-shadow: 0 12px 32px rgba(26, 18, 40, 0.06);
}

.efm-services__panel-head {
	margin-bottom: 18px;
	padding: 18px 20px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid var(--efm-border);
}

@media (min-width: 768px) {
	.efm-sector-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1100px) {
	.efm-sector-cards {
		grid-template-columns: repeat(3, 1fr);
	}
}

.efm-content-narrow {
	max-width: 760px;
}

@media (min-width: 768px) {
	.efm-info-grid {
		grid-template-columns: repeat(2, 1fr);
	}

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

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

@media (min-width: 1024px) {
	.efm-single-service {
		grid-template-columns: 1.5fr 0.85fr;
		gap: 48px;
	}

	.efm-contact-grid {
		grid-template-columns: 1fr 1.05fr;
		gap: 56px;
		align-items: start;
	}

	.efm-split {
		grid-template-columns: 1.1fr 0.9fr;
		gap: 56px;
	}

	.efm-tech-cards {
		grid-template-columns: repeat(3, 1fr);
		gap: 18px;
	}

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

	.efm-sector-cards {
		grid-template-columns: repeat(3, 1fr);
	}
}
/* Projects */
.efm-section-intro {
	color: var(--efm-muted);
	max-width: 58ch;
	margin: 8px 0 0;
}

.efm-projects__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
}

.efm-project-card {
	border: 1px solid var(--efm-border);
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.efm-project-card:hover {
	border-color: rgba(108, 43, 138, 0.3);
	box-shadow: var(--efm-shadow);
	transform: translateY(-3px);
}

.efm-project-card__media {
	display: block;
	aspect-ratio: 16/10;
	overflow: hidden;
	background: var(--efm-light);
	position: relative;
}

.efm-project-card__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

.efm-project-card__body {
	padding: 22px 20px 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.efm-project-card__body h3 {
	margin: 0;
	font-size: 1.15rem;
}

.efm-project-card__body h3 a {
	color: inherit;
	text-decoration: none;
}

.efm-project-card__body h3 a:hover {
	color: var(--efm-primary);
}

.efm-project-card__body > p {
	margin: 0;
	color: var(--efm-muted);
	font-size: 0.94rem;
}

.efm-project-card__meta {
	font-size: 0.85rem !important;
	font-weight: 600;
	color: var(--efm-secondary) !important;
}

.efm-project-card__highlight {
	font-size: 0.88rem !important;
	font-weight: 600;
	color: var(--efm-primary) !important;
}

.efm-project-card__body .efm-link {
	margin-top: auto;
	padding-top: 10px;
}

.efm-project-meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 18px;
	color: rgba(255,255,255,0.85);
	font-size: 0.92rem;
}

.efm-single-project {
	display: grid;
	gap: 36px;
	grid-template-columns: 1fr;
}

.efm-single-project__image {
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 28px;
}

.efm-single-project__image img {
	width: 100%;
	height: auto;
	display: block;
}

.efm-single-project__aside {
	display: grid;
	gap: 18px;
	align-content: start;
}

@media (min-width: 768px) {
	.efm-projects__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.efm-projects__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.efm-single-project {
		grid-template-columns: 1.45fr 0.85fr;
		gap: 48px;
	}
}

/* Experience page — compact portfolio grid (not full-width stacked cards) */
.efm-exp-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: 1fr;
	margin-top: 8px;
}

.efm-exp-caps {
	margin-top: 28px;
	gap: 18px;
}

.efm-exp-caps .efm-why-card {
	text-align: center;
	padding: 28px 22px;
	border: 1px solid var(--efm-border);
	border-radius: 12px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.efm-exp-caps .efm-why-card:hover {
	border-color: rgba(108, 43, 138, 0.28);
	box-shadow: 0 10px 28px rgba(26, 18, 40, 0.06);
	transform: translateY(-2px);
}

.efm-exp-caps .efm-why-card h3 {
	margin: 0 0 10px;
	font-size: 1.08rem;
}

.efm-exp-caps .efm-why-card p {
	max-width: 28ch;
	margin: 0 auto;
	line-height: 1.65;
}

@media (min-width: 768px) {
	.efm-exp-caps {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}

.efm-exp-grid .efm-project-card {
	border-radius: 12px;
	box-shadow: 0 1px 0 rgba(26, 18, 40, 0.04);
}

.efm-exp-grid .efm-project-card__media {
	aspect-ratio: 4 / 3;
}

.efm-exp-grid .efm-project-card__body {
	padding: 18px 18px 20px;
	gap: 6px;
}

.efm-exp-grid .efm-project-card__body h3 {
	font-size: 1.05rem;
	line-height: 1.35;
}

.efm-exp-grid .efm-project-card__body > p:not(.efm-project-card__meta):not(.efm-project-card__highlight) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
	font-size: 0.9rem;
	line-height: 1.55;
}

.efm-exp-grid .efm-project-card__highlight {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}

@media (min-width: 640px) {
	.efm-exp-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
}

@media (min-width: 1100px) {
	.efm-exp-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 26px;
	}

	.efm-exp-grid .efm-project-card__media {
		aspect-ratio: 16 / 11;
	}
}

@media (max-width: 639px) {
	/* Mobile: image beside text for less vertical scroll */
	.efm-exp-grid .efm-project-card {
		display: grid;
		grid-template-columns: 112px 1fr;
		align-items: stretch;
	}

	.efm-exp-grid .efm-project-card__media {
		aspect-ratio: auto;
		min-height: 100%;
		height: 100%;
	}

	.efm-exp-grid .efm-project-card__body {
		padding: 14px 14px 16px;
	}

	.efm-exp-grid .efm-project-card__body > p:not(.efm-project-card__meta):not(.efm-project-card__highlight) {
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}

	.efm-exp-grid .efm-project-card__body .efm-link {
		padding-top: 4px;
	}
}
/* Home projects slider */
.efm-home-projects__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 36px;
}

.efm-home-projects__head .efm-section-intro {
	margin-top: 10px;
}

.efm-home-projects__head .efm-btn {
	display: none;
}

.efm-home-projects__mobile-cta {
	margin-top: 28px;
	text-align: center;
}

.efm-slider {
	position: relative;
}

.efm-slider__viewport {
	overflow: hidden;
}

.efm-slider__track {
	display: flex;
	gap: 20px;
	transition: transform 0.45s ease;
	will-change: transform;
}

.efm-slider__slide {
	flex: 0 0 100%;
	min-width: 0;
}

.efm-slider__slide .efm-project-card {
	height: 100%;
}

/* Side arrows on cards + dots centered below */
.efm-home .efm-slider button.efm-slider__nav,
.efm-slider button.efm-slider__nav {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	position: absolute !important;
	top: 42% !important;
	transform: translateY(-50%) !important;
	z-index: 4;
	width: 36px !important;
	height: 36px !important;
	min-width: 36px !important;
	max-width: 36px !important;
	min-height: 36px !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 50% !important;
	border: 1px solid #d8d0e0 !important;
	background: #fff !important;
	background-color: #fff !important;
	color: #2c2433 !important;
	box-shadow: 0 4px 14px rgba(44, 36, 51, 0.08) !important;
	cursor: pointer;
	line-height: 1 !important;
	font-size: 0 !important;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.efm-home .efm-slider button.efm-slider__nav--prev,
.efm-slider button.efm-slider__nav--prev {
	left: -10px !important;
	right: auto !important;
}

.efm-home .efm-slider button.efm-slider__nav--next,
.efm-slider button.efm-slider__nav--next {
	right: -10px !important;
	left: auto !important;
}

.efm-home .efm-slider button.efm-slider__nav:hover:not(:disabled),
.efm-slider button.efm-slider__nav:hover:not(:disabled) {
	border-color: var(--efm-primary) !important;
	color: var(--efm-primary) !important;
	background: #fff !important;
	background-color: #fff !important;
}

.efm-home .efm-slider button.efm-slider__nav:disabled,
.efm-slider button.efm-slider__nav:disabled {
	opacity: 0.3 !important;
	cursor: default !important;
}

.efm-slider__nav svg {
	display: block !important;
	width: 16px !important;
	height: 16px !important;
	stroke: currentColor !important;
	fill: none !important;
	flex-shrink: 0;
}

.efm-slider__dots {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 28px 0 0 !important;
	padding: 0 !important;
}

.efm-home .efm-slider button.efm-slider__dot,
.efm-slider button.efm-slider__dot {
	display: block !important;
	width: 8px !important;
	height: 8px !important;
	min-width: 8px !important;
	max-width: 8px !important;
	min-height: 8px !important;
	max-height: 8px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: #cfc7d8 !important;
	background-color: #cfc7d8 !important;
	box-shadow: none !important;
	cursor: pointer;
	font-size: 0 !important;
	line-height: 0 !important;
	transition: background 0.2s ease, transform 0.2s ease;
}

.efm-home .efm-slider button.efm-slider__dot.is-active,
.efm-slider button.efm-slider__dot.is-active {
	background: var(--efm-primary) !important;
	background-color: var(--efm-primary) !important;
	width: 8px !important;
	max-width: 8px !important;
	border-radius: 50% !important;
	transform: scale(1.25);
}

@media (min-width: 768px) {
	.efm-slider__slide {
		flex-basis: calc((100% - 20px) / 2);
	}

	.efm-home .efm-slider button.efm-slider__nav--prev,
	.efm-slider button.efm-slider__nav--prev {
		left: -14px !important;
	}

	.efm-home .efm-slider button.efm-slider__nav--next,
	.efm-slider button.efm-slider__nav--next {
		right: -14px !important;
	}
}

@media (min-width: 1024px) {
	.efm-home-projects__head .efm-btn {
		display: inline-flex;
	}

	.efm-home-projects__mobile-cta {
		display: none;
	}

	.efm-slider__slide {
		flex-basis: calc((100% - 40px) / 3);
	}

	.efm-home .efm-slider button.efm-slider__nav--prev,
	.efm-slider button.efm-slider__nav--prev {
		left: -18px !important;
	}

	.efm-home .efm-slider button.efm-slider__nav--next,
	.efm-slider button.efm-slider__nav--next {
		right: -18px !important;
	}
}

/* ——— Insights ——— */
.efm-insights__intro {
	max-width: 720px;
	margin-bottom: 36px;
}

.efm-insights__intro h2 {
	margin-bottom: 12px;
}

.efm-insights__intro p {
	margin: 0;
	color: var(--efm-muted);
	line-height: 1.7;
}

.efm-insight-feature {
	border: 1px solid var(--efm-border);
	border-radius: 14px;
	padding: 28px;
	background: #fff;
	box-shadow: var(--efm-shadow);
	margin-bottom: 36px;
}

.efm-insight-feature__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	margin-bottom: 14px;
}

.efm-insight-feature__label {
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--efm-muted);
	font-weight: 600;
}

.efm-insight-feature h3 {
	margin: 0 0 12px;
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
	color: var(--efm-secondary);
	line-height: 1.25;
}

.efm-insight-feature__excerpt {
	margin: 0 0 18px;
	color: var(--efm-text);
	font-size: 1.05rem;
	line-height: 1.7;
}

.efm-insight-feature__body p {
	margin: 0 0 12px;
	color: var(--efm-muted);
	line-height: 1.7;
}

.efm-insight-feature__body p:last-child {
	margin-bottom: 0;
}

.efm-insight-stats {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr;
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid var(--efm-border);
}

.efm-insight-stat {
	display: grid;
	gap: 4px;
}

.efm-insight-stat strong {
	color: var(--efm-primary);
	font-size: 1.25rem;
	font-family: var(--efm-font-display);
}

.efm-insight-stat span {
	color: var(--efm-muted);
	font-size: 0.88rem;
	line-height: 1.45;
}

.efm-insight-tag {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--efm-primary);
}

.efm-insights__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
}

.efm-insight-card {
	border: 1px solid var(--efm-border);
	border-radius: 14px;
	padding: 24px;
	background: #fff;
}

.efm-insight-card h3 {
	margin: 10px 0 12px;
	font-size: 1.1rem;
	color: var(--efm-secondary);
	line-height: 1.35;
}

.efm-insight-card > p {
	margin: 0 0 14px;
	color: var(--efm-muted);
	font-size: 0.95rem;
	line-height: 1.65;
}

.efm-insight-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.efm-insight-card li {
	position: relative;
	padding-left: 16px;
	color: var(--efm-text);
	font-size: 0.9rem;
	line-height: 1.5;
}

.efm-insight-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--efm-primary);
}

.efm-insight-topics {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.efm-insight-topic {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border: 1px solid var(--efm-border);
	border-radius: 999px;
	background: #fff;
	color: var(--efm-secondary);
	font-size: 0.9rem;
	font-weight: 600;
}

@media (min-width: 768px) {
	.efm-insight-stats {
		grid-template-columns: repeat(3, 1fr);
	}

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

@media (min-width: 1024px) {
	.efm-insight-feature {
		padding: 36px 40px;
	}

	.efm-insights__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 22px;
	}
}

/* Background / fill images — reliable cover on mobile (overrides global img height:auto) */
.efm-hero__media img,
.efm-digital__bg img,
.efm-stats__bg img,
.efm-about__media img,
.efm-split__media img,
.efm-project-card__media img {
	max-width: none !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center;
}

@media (max-width: 767px) {
	.efm-hero {
		min-height: min(78vh, 640px);
	}

	.efm-hero__media img,
	.efm-digital__bg img {
		/* Prefer upper portion of wide photos on narrow screens */
		object-position: center 28%;
		/* iOS Safari fill-frame */
		min-width: 100%;
		min-height: 100%;
	}

	/* Elementor section / container background images */
	.elementor-section,
	.elementor-column,
	.e-con.e-parent,
	.e-con.e-child {
		background-size: cover !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
	}

	.elementor-background-overlay,
	.elementor-background-slideshow__slide__image,
	.elementor-motion-effects-layer {
		background-size: cover !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
	}
}

/* Floating Call / WhatsApp */
.efm-float {
	position: fixed;
	right: 18px;
	bottom: 22px;
	z-index: 99990;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
}

.efm-float__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: var(--efm-float-bg, #6C2B8A);
	color: #fff !important;
	box-shadow: 0 10px 28px rgba(15, 10, 24, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
	text-decoration: none !important;
}

.efm-float__btn:hover,
.efm-float__btn:focus-visible {
	transform: translateY(-3px) scale(1.04);
	box-shadow: 0 14px 32px rgba(15, 10, 24, 0.34);
	filter: brightness(1.05);
	outline: none;
	color: #fff !important;
}

.efm-float__btn svg {
	display: block;
	width: 22px;
	height: 22px;
}

@media (max-width: 640px) {
	.efm-float {
		right: 14px;
		bottom: 16px;
		gap: 10px;
	}

	.efm-float__btn {
		width: 50px;
		height: 50px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.efm-float__btn {
		transition: none;
	}
}
