/* Hyundai Emdad Mobile Services */
.hems-root,
.hems-root * {
	box-sizing: border-box;
}

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

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

.hems-section {
	position: relative;
	width: 100%;
	padding: 16px 0;
	overflow: hidden;
	background: #071525;
}

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

.hems-root.has-glow .hems-section::before {
	width: 460px;
	height: 460px;
	top: -320px;
	right: 10%;
	background: radial-gradient(circle, rgba(47,145,255,.14), transparent 70%);
}

.hems-root.has-glow .hems-section::after {
	width: 420px;
	height: 420px;
	left: 4%;
	bottom: -310px;
	background: radial-gradient(circle, rgba(47,145,255,.09), transparent 72%);
}

.hems-inner {
	position: relative;
	z-index: 2;
	width: calc(100% - 40px);
	max-width: 1480px;
	margin: 0 auto;
	padding: 48px 28px 44px;
	border: 1px solid rgba(47,145,255,.22);
	border-radius: 22px;
	background: #081829;
	overflow: hidden;
}

.hems-inner::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(135deg, rgba(255,255,255,.025), transparent 35%),
		radial-gradient(circle at 50% 0, rgba(47,145,255,.08), transparent 42%);
}

.hems-heading {
	position: relative;
	z-index: 2;
	margin-bottom: 28px;
	text-align: center;
}

.hems-eyebrow {
	margin-bottom: 7px;
	color: #2f91ff;
	font-size: 13px;
	font-weight: 700;
}

.hems-title {
	margin: 0;
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.45;
}

.hems-description {
	max-width: 760px;
	margin: 10px auto 0;
	color: #9fb0c8;
	font-size: 14px;
	line-height: 1.9;
}

.hems-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.hems-card {
	position: relative;
	min-width: 0;
	min-height: 190px;
	padding: 24px 20px 22px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	border: 1px solid rgba(255,255,255,.07);
	border-radius: 14px;
	background: #0b1b2e;
	text-align: center;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
	transition:
		transform .3s cubic-bezier(.2,.8,.2,1),
		background .3s ease,
		border-color .3s ease,
		box-shadow .3s ease;
}

.hems-card:hover {
	z-index: 3;
	background: #0e2542;
	border-color: #2f91ff;
	transform: translateY(-6px);
	box-shadow:
		0 20px 42px rgba(0,0,0,.3),
		0 0 0 1px rgba(47,145,255,.05);
}

.hems-icon {
	position: relative;
	width: 66px;
	height: 66px;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(47,145,255,.18);
	border-radius: 14px;
	background: rgba(47,145,255,.08);
	color: #64adff;
	transition:
		color .3s ease,
		background .3s ease,
		transform .3s ease,
		box-shadow .3s ease;
}

.hems-icon::after {
	content: "";
	position: absolute;
	inset: 7px;
	border: 1px dashed rgba(100,173,255,.18);
	border-radius: calc(14px - 5px);
	transition: transform .45s ease;
}

.hems-card:hover .hems-icon {
	color: #fff;
	background: rgba(47,145,255,.18);
	transform: translateY(-3px);
	box-shadow: 0 0 28px rgba(47,145,255,.18);
}

.hems-card:hover .hems-icon::after {
	transform: rotate(20deg);
}

.hems-icon i {
	position: relative;
	z-index: 1;
	font-size: 31px;
}

.hems-icon svg {
	position: relative;
	z-index: 1;
	width: 31px;
	height: 31px;
	fill: currentColor;
}

.hems-card__title {
	position: relative;
	z-index: 2;
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.55;
}

.hems-card__description {
	position: relative;
	z-index: 2;
	color: #9dacbf;
	font-size: 12px;
	line-height: 1.85;
}

.hems-card__arrow {
	position: absolute;
	left: 14px;
	bottom: 10px;
	z-index: 2;
	color: #2f91ff;
	font-size: 19px;
	opacity: 0;
	transform: translateX(8px);
	transition: opacity .25s ease, transform .25s ease;
}

.hems-card:hover .hems-card__arrow {
	opacity: 1;
	transform: translateX(0);
}

.hems-card__glow {
	position: absolute;
	width: 120px;
	height: 220%;
	top: -60%;
	right: -150px;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.055), transparent);
	transform: rotate(22deg);
	transition: right .65s ease;
	pointer-events: none;
}

.hems-card:hover .hems-card__glow {
	right: calc(100% + 80px);
}

.hems-footer {
	position: relative;
	z-index: 2;
	margin-top: 28px;
	text-align: center;
}

.hems-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 12px 20px;
	border: 1px solid rgba(47,145,255,.28);
	border-radius: 12px;
	background: rgba(47,145,255,.10);
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	transition:
		transform .22s ease,
		background .22s ease,
		border-color .22s ease,
		box-shadow .22s ease;
}

.hems-button:hover {
	color: #fff;
	background: #1677f2;
	border-color: #1677f2;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(22,119,242,.28);
}

.hems-button__icon {
	display: inline-flex;
}

.hems-button__icon i {
	font-size: 13px;
}

.hems-button__icon svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

@media (max-width: 1024px) {
	.hems-inner {
		width: calc(100% - 28px);
		padding: 40px 20px 36px;
	}

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

	.hems-title {
		font-size: 27px;
	}

	.hems-card {
		min-height: 180px;
	}
}

@media (max-width: 767px) {
	.hems-section {
		padding: 10px 0;
	}

	.hems-inner {
		width: calc(100% - 16px);
		padding: 32px 12px 28px;
		border-radius: 16px;
	}

	.hems-heading {
		margin-bottom: 22px;
	}

	.hems-title {
		font-size: 23px;
	}

	.hems-description {
		font-size: 13px;
	}

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

	.hems-card {
		min-height: 165px;
		padding: 20px 12px 18px;
		gap: 9px;
	}

	.hems-icon {
		width: 58px;
		height: 58px;
	}

	.hems-icon i {
		font-size: 27px;
	}

	.hems-icon svg {
		width: 27px;
		height: 27px;
	}

	.hems-card__title {
		font-size: 13px;
	}

	.hems-card__description {
		font-size: 10.5px;
		line-height: 1.75;
	}

	.hems-card:hover {
		transform: translateY(-3px);
	}

	.hems-card__arrow {
		display: none;
	}
}

@media (max-width: 420px) {
	.hems-grid {
		grid-template-columns: 1fr;
	}

	.hems-card {
		min-height: 155px;
	}
}

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