/**
 * About Us — dpfp-dieselpump
 */
.about_page .yk_about_us {
	--about-ink: #282828;
	--about-muted: #666;
	--about-line: #ececec;
	--about-bg: #f4f6f8;
	--about-card: #fff;
	--about-accent: var(--xy-skin-primary, #55b4d4);
	--about-accent-dark: var(--xy-skin-accent, #2a9bb8);
	background: var(--about-bg);
	padding: 8px 0 56px;
	color: var(--about-muted);
	font-size: 15px;
	line-height: 1.75;
}

.about_page .yk_about_us .bx_container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
}

.about_page .yk_about_us img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.about_page .yk_about_us .col-lg-3,
.about_page .yk_about_us .col-lg-4,
.about_page .yk_about_us .col-sm-6 {
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
}

/* Section headings */
.about_page .about_section {
	padding: 36px 0 12px;
}

.about_page .about_section_head {
	text-align: center;
	margin: 0 0 28px;
}

.about_page .about_section_head h2 {
	margin: 0;
	padding: 0 0 14px;
	font-size: 26px;
	font-weight: 700;
	color: var(--about-ink);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 1.3;
	display: inline-block;
	position: relative;
}

.about_page .about_section_head h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 48px;
	height: 3px;
	margin-left: -24px;
	background: linear-gradient(90deg, var(--about-ink) 0%, var(--about-accent) 100%);
	border-radius: 2px;
}

/* Company profile */
.about_page .yk_company {
	padding-top: 12px;
}

.about_page .company_item {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 24px;
	margin-bottom: 28px;
}

.about_page .company_item:last-child {
	margin-bottom: 0;
}

.about_page .company_item .s-left-item,
.about_page .company_item .s-right-item {
	width: calc(50% - 12px);
	padding: 0;
	box-sizing: border-box;
}

.about_page .company_item .company_img {
	border-radius: 10px;
	overflow: hidden;
	background: var(--about-card);
	border: 1px solid var(--about-line);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.about_page .company_item .company_img img {
	display: block;
	width: 100%;
	min-height: 240px;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.about_page .company_item .company_img:hover img {
	transform: scale(1.03);
}

.about_page .company_item .company_text {
	display: flex;
	align-items: center;
	background: var(--about-card);
	border: 1px solid var(--about-line);
	border-radius: 10px;
	padding: 28px 30px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.about_page .company_item .company_text p {
	margin: 0;
	font-size: 15px;
	line-height: 1.85;
	color: var(--about-muted);
}

.about_page .company_item:nth-child(even) .s-left-item {
	order: 2;
}

.about_page .company_item:nth-child(even) .s-right-item {
	order: 1;
}

/* Why choose us */
.about_page .yk_choose_us {
	background: var(--about-card);
	border: 1px solid var(--about-line);
	border-radius: 12px;
	padding: 36px 20px 28px;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
}

.about_page .yk_choose_us ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
}

.about_page .yk_choose_us ul li {
	width: 25%;
	padding: 0 14px;
	box-sizing: border-box;
	text-align: center;
}

.about_page .yk_choose_us ul li img {
	display: block;
	width: 72px;
	height: 72px;
	max-width: 72px;
	max-height: 72px;
	margin: 0 auto 18px;
	object-fit: contain;
	filter: drop-shadow(0 4px 8px rgba(85, 180, 212, 0.15));
}

.about_page .yk_choose_us .us_item h4 {
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: 700;
	color: var(--about-ink);
	line-height: 1.35;
}

.about_page .yk_choose_us .us_item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: #888;
}

/* Stats band */
.about_page .yk_infomation {
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 48%, #1f2937 100%);
	position: relative;
	padding: 52px 0;
	margin: 40px 0;
	overflow: hidden;
}

.about_page .yk_infomation::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 50%, rgba(85, 180, 212, 0.12) 0%, transparent 55%),
		radial-gradient(circle at 80% 40%, rgba(42, 155, 184, 0.1) 0%, transparent 50%);
	pointer-events: none;
}

.about_page .yk_infomation .bx_container {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.about_page .yk_infomation .col-lg-3,
.about_page .yk_infomation .col-sm-6 {
	flex: 1 1 220px;
	max-width: 25%;
}

.about_page .counter-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	padding: 16px 12px;
	min-height: 88px;
}

.about_page .counter-box .icon img {
	width: 52px;
	height: 52px;
	object-fit: contain;
	opacity: 0.95;
}

.about_page .counter-box .counter {
	display: block;
	line-height: 1;
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.about_page .counter-box .title {
	color: rgba(255, 255, 255, 0.82);
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.about_page .counter-box .title p {
	margin: 0;
}

/* Team */
.about_page .yk_team {
	margin-bottom: 8px;
}

.about_page .yk_team .team_items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.about_page .yk_team .team_items > [class*="col-"] {
	margin-bottom: 24px;
}

.about_page .yk_team .team_item {
	height: 100%;
	background: var(--about-card);
	border: 1px solid var(--about-line);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about_page .yk_team .team_item:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.about_page .team_item_img {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #eee;
}

.about_page .yk_team .team_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.about_page .yk_team .team_item:hover img {
	transform: scale(1.06);
}

.about_page .yk_team .team_text {
	min-height: 0;
	height: auto;
	padding: 22px 18px 26px;
	text-align: center;
}

.about_page .yk_team .team_text h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 17px;
	font-weight: 700;
	color: var(--about-ink);
}

.about_page .yk_team .team_text p {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: #888;
}

/* Partners */
.about_page .yk_Partner {
	margin-bottom: 12px;
}

.about_page .yk_Partner .partner_grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.about_page .yk_Partner .partner_grid li {
	flex: 0 1 calc(16.666% - 14px);
	min-width: 120px;
	padding: 14px 16px;
	box-sizing: border-box;
	background: var(--about-card);
	border: 1px solid var(--about-line);
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.about_page .yk_Partner .partner_grid li:hover {
	border-color: var(--about-accent);
	box-shadow: 0 6px 18px rgba(85, 180, 212, 0.12);
}

.about_page .yk_Partner .partner_grid li img {
	max-height: 48px;
	width: auto;
	filter: grayscale(30%);
	opacity: 0.88;
	transition: filter 0.25s ease, opacity 0.25s ease;
}

.about_page .yk_Partner .partner_grid li:hover img {
	filter: grayscale(0%);
	opacity: 1;
}

/* Certificates */
.about_page .yk_certificate {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 24px;
}

.about_page .yk_certificate .cert_grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.about_page .yk_certificate .cert_grid > [class*="col-"] {
	margin-bottom: 24px;
}

.about_page .yk_certificate .cert_card {
	background: var(--about-card);
	border: 1px solid var(--about-line);
	border-radius: 10px;
	padding: 12px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.25s ease;
	height: 100%;
	box-sizing: border-box;
}

.about_page .yk_certificate .cert_card:hover {
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}

.about_page .yk_certificate .cert_card img {
	display: block;
	width: 100%;
	border-radius: 6px;
}

@media screen and (max-width: 991px) {
	.about_page .yk_choose_us ul li {
		width: 50%;
		margin-bottom: 24px;
	}

	.about_page .yk_infomation .col-lg-3,
	.about_page .yk_infomation .col-sm-6 {
		max-width: 50%;
		flex: 1 1 50%;
	}

	.about_page .yk_Partner .partner_grid li {
		flex: 0 1 calc(33.333% - 12px);
	}
}

@media screen and (max-width: 768px) {
	.about_page .about_section {
		padding: 24px 0 8px;
	}

	.about_page .about_section_head h2 {
		font-size: 22px;
	}

	.about_page .company_item {
		display: block;
		margin-bottom: 20px;
	}

	.about_page .company_item .s-left-item,
	.about_page .company_item .s-right-item {
		width: 100%;
	}

	.about_page .company_item:nth-child(even) .s-left-item,
	.about_page .company_item:nth-child(even) .s-right-item {
		order: unset;
	}

	.about_page .company_item .company_img {
		margin-bottom: 16px;
	}

	.about_page .company_item .company_img img {
		min-height: 200px;
	}

	.about_page .company_item .company_text {
		padding: 22px 20px;
	}

	.about_page .yk_choose_us {
		padding: 28px 12px 16px;
	}

	.about_page .yk_choose_us ul li {
		width: 100%;
		padding: 0 8px;
	}

	.about_page .yk_infomation {
		padding: 32px 0;
		margin: 28px 0;
	}

	.about_page .yk_infomation .col-lg-3,
	.about_page .yk_infomation .col-sm-6 {
		max-width: 100%;
		flex: 1 1 100%;
	}

	.about_page .counter-box {
		justify-content: center;
		text-align: center;
		flex-direction: column;
		gap: 10px;
	}

	.about_page .yk_Partner .partner_grid li {
		flex: 0 1 calc(50% - 10px);
		min-width: 0;
	}
}
