/* Hyundai Emdad Footer */
.hef-root,
.hef-root * {
	box-sizing: border-box;
}

.hef-root {
	position: relative;
	width: 100%;
	font-family: inherit;
}

.hef-root.is-full-bleed {
	width: 100vw;
	max-width: 100vw;
	margin-inline: calc(50% - 50vw);
}

.hef-footer {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #04101f;
	color: #fff;
}

.hef-root.has-glow .hef-footer::before,
.hef-root.has-glow .hef-footer::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.hef-root.has-glow .hef-footer::before {
	width: 520px;
	height: 520px;
	top: -360px;
	right: 8%;
	background: radial-gradient(circle, rgba(47,145,255,.13), transparent 70%);
}

.hef-root.has-glow .hef-footer::after {
	width: 480px;
	height: 480px;
	bottom: -360px;
	left: 4%;
	background: radial-gradient(circle, rgba(47,145,255,.08), transparent 72%);
}

.hef-inner,
.hef-bottom__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
}

.hef-inner {
	padding: 68px 28px 42px;
}

.hef-cta {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0,1fr) auto;
	align-items: center;
	gap: 20px;
	margin-bottom: 46px;
	padding: 22px 26px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 16px;
	background: #0967e8;
	box-shadow: 0 18px 44px rgba(9,103,232,.22);
}

.hef-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, rgba(255,255,255,.09), transparent 35%),
		radial-gradient(circle at 90% 50%, rgba(255,255,255,.11), transparent 32%);
	pointer-events: none;
}

.hef-cta__icon,
.hef-cta__content,
.hef-cta__button {
	position: relative;
	z-index: 1;
}

.hef-cta__icon {
	width: 66px;
	height: 66px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 14px;
	background: rgba(4,16,31,.20);
	color: #fff;
}

.hef-cta__icon i {
	font-size: 31px;
}

.hef-cta__icon svg {
	width: 31px;
	height: 31px;
	fill: currentColor;
}

.hef-cta__title {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.5;
}

.hef-cta__description {
	margin-top: 4px;
	color: #d9eaff;
	font-size: 13px;
	line-height: 1.8;
}

.hef-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 18px;
	border: 1px solid rgba(255,255,255,.20);
	border-radius: 12px;
	background: rgba(4,16,31,.28);
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 800;
	transition: transform .22s ease, background .22s ease;
}

.hef-cta__button:hover {
	color: #fff;
	background: rgba(4,16,31,.46);
	transform: translateY(-2px);
}

.hef-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0,1fr));
	gap: 40px;
}

.hef-column {
	min-width: 0;
}

.hef-column:not(:first-child) {
	padding-right: 26px;
	border-right: 1px solid rgba(255,255,255,.08);
}

.hef-column--brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.hef-logo {
	width: 175px;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.hef-logo img {
	display: block;
	width: 100%;
	max-height: 78px;
	object-fit: contain;
}

.hef-brand {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	direction: ltr;
}

.hef-brand__mark {
	width: 55px;
	display: inline-flex;
	color: #fff;
}

.hef-brand__mark svg {
	width: 100%;
	height: auto;
	display: block;
}

.hef-brand__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-family: Arial, sans-serif;
	font-weight: 900;
	line-height: 1;
}

.hef-brand__title {
	color: #fff;
	font-size: 19px;
	letter-spacing: .3px;
}

.hef-brand__subtitle {
	margin-top: 4px;
	color: #2f91ff;
	font-size: 13px;
}

.hef-about {
	margin-top: 20px;
	color: #a8b5c8;
	font-size: 13px;
	line-height: 2;
}

.hef-column__title {
	position: relative;
	margin: 0 0 21px;
	padding-bottom: 12px;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.5;
}

.hef-column__title::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	border-radius: 20px;
	background: #2f91ff;
	box-shadow: 0 0 12px rgba(47,145,255,.55);
}

.hef-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.hef-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 7px 0;
	color: #9cacc1;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.65;
	transition: color .2s ease, transform .2s ease;
}

.hef-links a:hover {
	color: #2f91ff;
	transform: translateX(-4px);
}

.hef-link-arrow {
	opacity: 0;
	transform: translateX(6px);
	transition: opacity .2s ease, transform .2s ease;
}

.hef-links a:hover .hef-link-arrow {
	opacity: 1;
	transform: translateX(0);
}

.hef-contacts {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.hef-contact {
	display: flex;
	align-items: center;
	gap: 11px;
	color: inherit;
	text-decoration: none;
}

.hef-contact__icon {
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(47,145,255,.16);
	border-radius: 10px;
	background: rgba(47,145,255,.10);
	color: #5ca8ff;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.hef-contact:hover .hef-contact__icon {
	color: #fff;
	background: #1677f2;
	transform: translateY(-2px);
}

.hef-contact__icon i {
	font-size: 15px;
}

.hef-contact__icon svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.hef-contact__content {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.hef-contact__label {
	color: #76879d;
	font-size: 10px;
}

.hef-contact__value {
	color: #dce5f1;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
	word-break: break-word;
}

.hef-socials-wrap {
	margin-top: 24px;
}

.hef-socials-title {
	margin-bottom: 11px;
	color: #8798ad;
	font-size: 11px;
	font-weight: 700;
}

.hef-socials {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
}

.hef-social {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(47,145,255,.30);
	border-radius: 50%;
	background: rgba(47,145,255,.08);
	color: #77b8ff;
	text-decoration: none;
	transition:
		color .2s ease,
		background .2s ease,
		border-color .2s ease,
		transform .2s ease,
		box-shadow .2s ease;
}

.hef-social:hover {
	color: #fff;
	background: #1677f2;
	border-color: #1677f2;
	transform: translateY(-3px);
	box-shadow: 0 10px 26px rgba(22,119,242,.26);
}

.hef-social i {
	font-size: 17px;
}

.hef-social svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.hef-bottom {
	position: relative;
	z-index: 2;
	border-top: 1px solid rgba(255,255,255,.08);
}

.hef-bottom__inner {
	min-height: 72px;
	padding: 16px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.hef-copyright {
	color: #738399;
	font-size: 11px;
	line-height: 1.8;
}

.hef-back-to-top {
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	background: #1677f2;
	color: #fff;
	font-size: 19px;
	cursor: pointer;
	box-shadow: 0 10px 28px rgba(22,119,242,.28);
	transition: transform .2s ease, box-shadow .2s ease;
}

.hef-back-to-top:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 34px rgba(22,119,242,.36);
}

@media (max-width: 1024px) {
	.hef-inner {
		padding: 56px 20px 36px;
	}

	.hef-grid {
		grid-template-columns: repeat(2, minmax(0,1fr));
		gap: 38px 30px;
	}

	.hef-column:not(:first-child) {
		padding-right: 0;
		border-right: 0;
	}

	.hef-column:nth-child(even) {
		padding-right: 24px;
		border-right: 1px solid rgba(255,255,255,.08);
	}

	.hef-bottom__inner {
		padding-inline: 20px;
	}
}

@media (max-width: 767px) {
	.hef-inner {
		padding: 42px 16px 30px;
	}

	.hef-cta {
		grid-template-columns: auto minmax(0,1fr);
		gap: 14px;
		margin-bottom: 38px;
		padding: 20px 16px;
	}

	.hef-cta__icon {
		width: 56px;
		height: 56px;
	}

	.hef-cta__icon i {
		font-size: 26px;
	}

	.hef-cta__icon svg {
		width: 27px;
		height: 27px;
	}

	.hef-cta__title {
		font-size: 17px;
	}

	.hef-cta__description {
		font-size: 12px;
	}

	.hef-cta__button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.hef-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.hef-column,
	.hef-column:nth-child(even),
	.hef-column:not(:first-child) {
		padding: 0 0 26px;
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,.08);
	}

	.hef-column:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.hef-logo {
		width: 150px;
	}

	.hef-bottom__inner {
		min-height: 90px;
		padding: 18px 16px;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}

	.hef-back-to-top {
		width: 40px;
		height: 40px;
	}
}

.elementor-editor-active .hef-root.is-full-bleed {
	width: 100vw;
	max-width: 100vw;
	margin-inline: calc(50% - 50vw);
}
