/* Home "Tại sao chọn" — Printstyle-style (PC / tablet / mobile) */

.home .widget.halink_home_why {
	margin: 0;
	padding: 0;
}

body.home:has(.hl-home-why-section) {
	overflow-x: clip;
}

.hl-home-why-section.step-by-step-1 {
	position: relative;
	box-sizing: border-box;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	left: auto !important;
	padding: 65px 50px 90px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* Desktop — nội dung tối đa 1340px, căn giữa (nền vẫn full-width) */
.why__home .why__home-content{
	max-width: 1340px;
	width: 100%;
}

.hl-home-why-section .upb_row_bg {
	position: absolute;
	inset: 0;
	width: 100% !important;
	min-width: 100% !important;
	max-width: none !important;
	left: 0 !important;
	margin: 0 !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}

.hl-home-why-section > .wpb_column {
	position: relative;
	z-index: 1;
}

.hl-home-why-section .hl-home-section-heading.hl-home-why-heading {
	margin-bottom: 40px;
}

.hl-home-why-section .vc_step {
	margin-bottom: 30px;
}

.hl-home-why-section .vc_step .step_image img {
	display: block;
	max-width: 100%;
	height: auto;
}

.hl-home-why-section .vc_step .step_box .number {
	font-size: 64px;
	line-height: 1;
}

.hl-home-why-section .content_right .number,
.hl-home-why-section .content_right .step_title {
	color: #ec6d7d;
}

.hl-home-why-section .content_left .number,
.hl-home-why-section .content_left .step_title {
	color: #e6de56;
}

.hl-home-why-section .content_bottom .number,
.hl-home-why-section .content_bottom .step_title {
	color: #f98f6a;
}

.hl-home-why-section .content_top .number,
.hl-home-why-section .content_top .step_title {
	color: #25d8fe;
}

.hl-home-why-section .content_left {
	margin-top: 40px;
}

/* Connector lines (teal) — desktop / tablet */
@media (min-width: 451px) {
	.hl-home-why-section .vc_step.content_right .vc-step-items .step_box .step_number::before {
		left: -120px;
		border-bottom: 1px solid #0b0284;
	}

	.hl-home-why-section .vc_step.content_left .vc-step-items .step_box .step_number::before {
		right: -120px;
		border-bottom: 1px solid #0b0284;
	}

	.hl-home-why-section .vc_step.content_bottom .vc-step-items .step_box .step_number::before {
		top: -120px;
		border-right: 1px solid #0b0284;
	}

	.hl-home-why-section .vc_step.content_top .vc-step-items .step_box .step_title_content::before {
		content: "";
		left: 0;
		right: 0;
		bottom: -60px;
		top: 0;
		display: block;
		position: absolute;
		border-right: 1px solid #0b0284;
		border-top: 1px solid #0b0284;
	}
}

/* Tablet */
@media (max-width: 991px) {
	.hl-home-why-section {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 70px;
	}

	.hl-home-why-section .content_left {
		margin-top: 0;
	}

	.hl-home-why-section .vc_step .step_box .number {
		font-size: 56px;
	}

	.hl-home-why-section .vc_step .step_box .step_title {
		font-size: 30px;
	}

	.hl-home-why-section .vc_step.content_bottom .vc-step-items .step_box {
		margin-top: 40px;
	}
}

/* Mobile — giống printstyle.com.vn */
@media (max-width: 767px) {
	.hl-home-why-section.step-by-step-1 {
		padding: 0;
	}
	
	.hl-home-why-section {
		padding: 45px 24px 60px;
	}

	.hl-home-why-section .hl-home-section-heading.hl-home-why-heading {
		margin-bottom: 32px;
	}

	/* Reset desktop connector lines */
	.hl-home-why-section .vc_step .step_box .step_number::before,
	.hl-home-why-section .vc_step .step_box .step_title_content::before {
		display: none !important;
		content: none !important;
		border: none !important;
	}

	.hl-home-why-section .vc_step {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.hl-home-why-section .vc_step .vc-step-items {
		flex-direction: column;
	}

	.hl-home-why-section .vc_step .step_image {
		display: none !important;
	}

	.hl-home-why-section .vc_step .step_box {
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 100%;
		flex-shrink: 1;
		margin-top: 0 !important;
		padding: 0;
	}

	.hl-home-why-section .vc_step .step_box .step_number {
		position: relative;
		padding: 0 !important;
		margin: 0 0 0 !important;
		min-width: 0;
	}

	/* Teal divider — short line under number */
	.hl-home-why-section .vc_step .step_box .step_number::after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #0b0284;
		margin-top: 10px;
		margin-bottom: 14px;
	}

	.hl-home-why-section .vc_step .step_box .number {
		font-size: 72px;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 0 !important;
		display: block;
	}

	.hl-home-why-section .vc_step .step_box .step_title_content {
		margin-top: 0 !important;
		padding: 0 !important;
		position: static;
		width: 100%;
	}

	.hl-home-why-section .vc_step .step_box .step_title {
		font-size: 28px;
		font-weight: 700;
		line-height: 1.15;
		margin-top: 0 !important;
		margin-bottom: 10px;
	}

	.hl-home-why-section .vc_step .step_box .step_title_content .step_content {
		margin-bottom: 0 !important;
	}

	.hl-home-why-section .vc_step .step_box .step_title_content .content_step {
		font-size: 14px;
		line-height: 23px;
		-webkit-line-clamp: unset;
		display: block;
		overflow: visible;
	}

	/* Spacing between blocks */
	.hl-home-why-section .vc_step.content_right {
		margin-bottom: 48px;
	}

	.hl-home-why-section .vc_step.content_left {
		margin-top: 0 !important;
		margin-bottom: 48px;
	}

	.hl-home-why-section .vc_step.content_bottom {
		margin-bottom: 48px;
	}

	.hl-home-why-section .vc_step.content_top {
		margin-bottom: 0;
	}

	/* 01 — số phải, chữ giữa */
	.hl-home-why-section .vc_step.content_right .vc-step-items .step_box {
		text-align: center;
		align-items: center;
	}

	.hl-home-why-section .vc_step.content_right .vc-step-items .step_box .step_number {
		width: 100%;
		text-align: right;
	}

	.hl-home-why-section .vc_step.content_right .vc-step-items .step_box .step_number::after {
		margin-left: auto;
		margin-right: 0;
	}

	.hl-home-why-section .vc_step.content_right .vc-step-items .step_box .step_title_content {
		text-align: center;
	}

	/* 02 — số trái, chữ giữa */
	.hl-home-why-section .vc_step.content_left .vc-step-items .step_box {
		text-align: center;
		align-items: center;
	}

	.hl-home-why-section .vc_step.content_left .vc-step-items .step_box .step_number {
		width: 100%;
		text-align: left;
	}

	.hl-home-why-section .vc_step.content_left .vc-step-items .step_box .step_number::after {
		margin-left: 0;
		margin-right: auto;
	}

	.hl-home-why-section .vc_step.content_left .vc-step-items .step_box .step_title_content {
		text-align: center;
	}

	/* 03 — tất cả căn phải */
	.hl-home-why-section .vc_step.content_bottom .vc-step-items .step_box {
		text-align: right;
		align-items: flex-end;
	}

	.hl-home-why-section .vc_step.content_bottom .vc-step-items .step_box .step_number {
		width: 100%;
		text-align: right;
	}

	.hl-home-why-section .vc_step.content_bottom .vc-step-items .step_box .step_number::after {
		margin-left: auto;
		margin-right: 0;
	}

	.hl-home-why-section .vc_step.content_bottom .vc-step-items .step_box .step_title_content {
		text-align: right;
	}

	/* 04 — tất cả căn trái */
	.hl-home-why-section .vc_step.content_top .vc-step-items .step_box {
		text-align: left;
		align-items: flex-start;
	}

	.hl-home-why-section .vc_step.content_top .vc-step-items .step_box .step_number {
		width: 100%;
		text-align: left;
		margin-right: 0 !important;
	}

	.hl-home-why-section .vc_step.content_top .vc-step-items .step_box .step_number::after {
		margin-left: 0;
		margin-right: auto;
	}

	.hl-home-why-section .vc_step.content_top .vc-step-items .step_box .step_title_content {
		text-align: left;
		margin-right: 0 !important;
	}
}

@media (max-width: 480px) {
	.hl-home-why-section {
		padding-left: 18px;
		padding-right: 18px;
	}

	.hl-home-why-section .vc_step .step_box .number {
		font-size: 64px;
	}

	.hl-home-why-section .vc_step .step_box .step_title {
		font-size: 24px;
	}
}
