/* Heading dùng chung — tiêu đề trên, logo tròn dưới */

.hl-home-services-heading {
	text-align: center;
	padding: 40px 15px 10px;
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.hl-home-services-heading .hl-home-section-heading {
	margin-bottom: 10px;
}

.hl-home-section-heading__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: static;
	padding: 0;
	max-width: 100%;
	text-align: center;
}

.hl-home-section-heading__title {
	position: static !important;
	float: none !important;
	margin: 0 0 6px;
	padding: 0;
	font-size: clamp(32px, 5vw, 40px);
	font-weight: 700;
	line-height: 1.12 !important;
	color: #222;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.hl-home-section-heading__logo-wrap {
	position: relative;
	margin: 22px 0 4px;
	padding: 6px;
}

.hl-home-section-heading__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	padding: 5px;
	box-shadow: 0 8px 24px rgba(11, 2, 132, 0.15);
}

.hl-home-section-heading__logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.hl-home-section-heading .uvc-sub-heading {
	max-width: 920px;
	margin: 18px auto 0;
	line-height: 25px;
	font-size: 16px;
	font-weight: 400;
	color: #444;
}

/* Nền tối — home why */
.hl-home-section-heading--dark .hl-home-section-heading__title {
	color: #fff;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.hl-home-section-heading--dark .hl-home-section-heading__logo-wrap::after {
	border-color: rgba(255, 255, 255, 0.12);
}

.hl-home-section-heading--dark .hl-home-section-heading__logo {
	box-shadow:
		0 10px 28px rgba(0, 0, 0, 0.4),
		0 0 0 4px rgba(255, 255, 255, 0.08);
}

.hl-home-section-heading--dark .uvc-sub-heading {
	color: #fff;
}

@media (max-width: 767px) {
	.hl-home-services-heading {
		padding: 30px 20px 5px;
	}

	.hl-home-section-heading__title {
		font-size: 24px;
		letter-spacing: 0.03em;
	}

	.hl-home-section-heading__logo-wrap {
		margin-top: 18px;
	}

	.hl-home-section-heading__logo {
		width: 100px;
		height: 100px;
		padding: 4px;
	}

	.hl-home-section-heading .uvc-sub-heading {
		font-size: 14px;
		line-height: 23px;
	}
}

@media (max-width: 480px) {
	.hl-home-section-heading__title {
		font-size: 20px;
	}

	.hl-home-section-heading__logo {
		width: 80px;
		height: 80px;
	}
}
