/* Elog Express about page - isolated to .elog-about-page */
body.page-id-41 .page-wrapper,
body.page-id-41 #main {
	background: #ffffff;
}

body.page-id-41 .page-wrapper {
	padding-top: 0;
}

.elog-about-page {
	--elog-red: #ed1c24;
	--elog-red-dark: #c8101b;
	--elog-navy: #071f43;
	--elog-ink: #17233a;
	--elog-muted: #5c667a;
	--elog-soft: #f5f8fc;
	--elog-soft-red: #fff4f5;
	--elog-line: #e7edf4;
	--elog-shadow: 0 24px 60px rgba(7, 31, 67, 0.12);
	color: var(--elog-ink);
	font-family: inherit;
	position: relative;
	overflow: hidden;
}

.elog-about-page,
.elog-about-page * {
	box-sizing: border-box;
}

.elog-about-page .row {
	max-width: 1340px !important;
}

.elog-about-page .col,
.elog-about-page .columns {
	padding-bottom: 0;
}

.elog-about-page h1,
.elog-about-page h2,
.elog-about-page h3,
.elog-about-page h4,
.elog-about-page h5,
.elog-about-page h6 {
	color: var(--elog-navy);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
	text-transform: uppercase;
}

.elog-about-page p {
	color: var(--elog-muted);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.85;
	margin: 0;
}

.elog-about-kicker p {
	color: var(--elog-red) !important;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.elog-about-hero-section {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 247, 248, 0.82) 100%);
	min-height: 660px;
	padding: 70px 0 112px !important;
}

.elog-about-hero-section::before {
	background: rgba(237, 28, 36, 0.06);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.elog-about-hero-section::after {
	background: var(--elog-red);
	border-radius: 0 100% 0 0;
	bottom: -78px;
	content: "";
	height: 152px;
	left: -8%;
	position: absolute;
	transform: rotate(-3deg);
	width: 68%;
	z-index: 0;
}

.elog-about-hero-row {
	align-items: center;
	min-height: 520px;
	padding-left: 28px !important;
	padding-right: 28px !important;
	position: relative;
	z-index: 2;
}

.elog-about-hero-copy .col-inner {
	max-width: 520px;
	padding: 18px 0 24px;
}

.elog-about-title h1 {
	font-size: 56px;
	max-width: 600px;
}

.elog-about-title h1 span {
	color: var(--elog-red);
	display: inline-block;
}

.elog-about-lead p {
	font-size: 17px;
	max-width: 500px;
	padding-top: 22px;
}

.elog-about-page .button.elog-about-btn {
	align-items: center;
	border-radius: 7px !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	min-height: 48px;
	padding: 0 24px !important;
	text-transform: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.elog-about-page .button.elog-about-btn span {
	align-items: center;
	display: inline-flex;
	gap: 10px;
}

.elog-about-page .button.elog-about-btn span::after {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.elog-about-page .button.elog-about-btn-primary,
.elog-about-page .button.secondary.elog-about-btn-primary {
	background: var(--elog-red) !important;
	border: 1px solid var(--elog-red) !important;
	box-shadow: 0 18px 34px rgba(237, 28, 36, 0.24);
	color: #ffffff !important;
	margin-top: 28px;
}

.elog-about-page .button.elog-about-btn-primary:hover,
.elog-about-page .button.secondary.elog-about-btn-primary:hover {
	background: var(--elog-red-dark) !important;
	border-color: var(--elog-red-dark) !important;
	box-shadow: 0 20px 42px rgba(237, 28, 36, 0.30);
	transform: translateY(-2px);
}

.elog-about-hero-media .col-inner {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 500px;
	position: relative;
}

.elog-about-hero-media .col-inner::before {
	background-image:
		radial-gradient(circle, rgba(237, 28, 36, 0.14) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(245, 248, 252, 0.18));
	background-size: 18px 18px, 100% 100%;
	border-radius: 8px;
	content: "";
	height: 76%;
	position: absolute;
	right: 1%;
	top: 10%;
	width: 84%;
	z-index: 0;
}

.elog-about-hero-image {
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

.elog-about-hero-image img {
	display: block;
	filter: drop-shadow(0 28px 32px rgba(7, 31, 67, 0.16));
	height: auto;
	margin-left: auto;
	max-width: 100%;
}


.elog-about-hero-pins {
	height: 100%;
	inset: 0;
	margin: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.elog-about-hero-pins br,
.elog-about-anchor-wrap br {
	display: none;
}

.elog-about-map-pin {
	align-items: center;
	background: var(--elog-red);
	border: 4px solid #ffffff;
	border-radius: 999px;
	box-shadow: 0 14px 28px rgba(237, 28, 36, 0.24);
	display: flex;
	height: 26px;
	justify-content: center;
	position: absolute;
	width: 26px;
	z-index: 3;
}

.elog-about-map-pin::before {
	background: #ffffff;
	border-radius: 999px;
	content: "";
	height: 6px;
	width: 6px;
}

.elog-about-map-pin.one {
	right: 76%;
	top: 18%;
}

.elog-about-map-pin.two {
	right: 18%;
	top: 12%;
}

.elog-about-map-pin.three {
	right: 6%;
	top: 44%;
}

.elog-about-intro-section {
	background: #ffffff;
	padding: 78px 0 98px !important;
}

.elog-about-intro-row {
	align-items: center;
	gap: 34px 0;
	padding-left: 24px !important;
	padding-right: 24px !important;
}


.elog-about-anchor-col {
	flex-basis: 100%;
	height: 0;
	max-width: 100%;
	overflow: visible;
	padding: 0 !important;
}

.elog-about-anchor-wrap,
.elog-about-anchor-wrap .text,
.elog-about-anchor-wrap p {
	height: 0;
	line-height: 0;
	margin: 0;
}

.elog-about-anchor {
	display: block;
	position: relative;
	top: -96px;
}

.elog-about-intro-image-col .col-inner {
	padding-right: 34px;
}

.elog-about-office-image {
	margin: 0;
	position: relative;
}

.elog-about-office-image::before {
	background: var(--elog-red);
	border-radius: 8px;
	content: "";
	height: 96%;
	left: -16px;
	position: absolute;
	top: 18px;
	width: 96%;
	z-index: 0;
}

.elog-about-office-image img {
	border-radius: 18px;
	box-shadow: var(--elog-shadow);
	display: block;
	height: auto;
	object-fit: cover;
	position: relative;
	width: 100%;
	z-index: 1;
}

.elog-about-intro-copy-col .col-inner {
	padding-left: 28px;
}

.elog-about-section-title h2 {
	font-size: 38px;
	margin-bottom: 22px;
	max-width: 540px;
}

.elog-about-intro-copy p {
	max-width: 600px;
}

.elog-about-check-list ul {
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
}

.elog-about-check-list li {
	align-items: flex-start;
	color: var(--elog-ink);
	display: flex;
	font-size: 15px;
	font-weight: 700;
	gap: 12px;
	line-height: 1.6;
	margin: 0 0 14px;
}

.elog-about-check-list li::before {
	align-items: center;
	background: var(--elog-red);
	border-radius: 999px;
	box-shadow: 0 10px 20px rgba(237, 28, 36, 0.18);
	color: #ffffff;
	content: "\f00c";
	display: inline-flex;
	flex: 0 0 22px;
	font-family: "Font Awesome 6 Free";
	font-size: 11px;
	font-weight: 900;
	height: 22px;
	justify-content: center;
	line-height: 1;
	margin-top: 1px;
	width: 22px;
}

.elog-about-proof-section {
	background: var(--elog-soft);
	padding: 72px 0 !important;
}

.elog-about-proof-row {
	padding-left: 24px !important;
	padding-right: 24px !important;
}

.elog-about-proof-head {
	margin: 0 auto 34px;
	max-width: 720px;
	text-align: center;
}

.elog-about-proof-head h2 {
	font-size: 34px;
	margin-bottom: 14px;
}

.elog-about-proof-card .col-inner {
	background: #ffffff;
	border: 1px solid var(--elog-line);
	border-radius: 8px;
	box-shadow: 0 20px 44px rgba(7, 31, 67, 0.08);
	height: 100%;
	padding: 28px 24px;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.elog-about-proof-card .col-inner:hover {
	border-color: rgba(237, 28, 36, 0.25);
	box-shadow: 0 24px 52px rgba(7, 31, 67, 0.12);
	transform: translateY(-4px);
}

.elog-about-proof-card h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

.elog-about-proof-card p {
	font-size: 15px;
	line-height: 1.7;
}

@media (max-width: 1024px) {
	.elog-about-hero-section {
		min-height: auto;
		padding: 56px 0 90px !important;
	}

	.elog-about-title h1 {
		font-size: 44px;
	}

	.elog-about-hero-media .col-inner {
		min-height: 420px;
	}

	.elog-about-section-title h2 {
		font-size: 34px;
	}

	.elog-about-intro-image-col .col-inner,
	.elog-about-intro-copy-col .col-inner {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 849px) {
	.elog-about-page .row {
		width: 100% !important;
	}

	.elog-about-hero-section {
		padding: 44px 0 72px !important;
	}

	.elog-about-hero-section::after {
		height: 92px;
		left: -16%;
		width: 88%;
	}

	.elog-about-hero-row {
		min-height: 0;
		padding-left: 20px !important;
		padding-right: 20px !important;
		text-align: center;
	}

	.elog-about-hero-copy .col-inner {
		margin: 0 auto;
		max-width: 620px;
		padding: 0 0 28px;
	}

	.elog-about-title h1 {
		font-size: 38px;
		margin: 0 auto;
	}

	.elog-about-lead p {
		font-size: 16px;
		margin: 0 auto;
		padding-top: 18px;
	}

	.elog-about-page .button.elog-about-btn-primary,
	.elog-about-page .button.secondary.elog-about-btn-primary {
		margin-top: 24px;
	}

	.elog-about-hero-media .col-inner {
		min-height: 0;
		padding-top: 8px;
	}

	.elog-about-hero-media .col-inner::before {
		height: 76%;
		right: 4%;
		top: 14%;
		width: 92%;
	}

	
.elog-about-map-pin {
		display: none;
	}

	.elog-about-intro-section,
	.elog-about-proof-section {
		padding: 58px 0 !important;
	}

	.elog-about-intro-row,
	.elog-about-proof-row {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.elog-about-intro-copy-col .col-inner {
		padding-top: 30px;
		text-align: left;
	}

	.elog-about-section-title h2,
	.elog-about-proof-head h2 {
		font-size: 30px;
	}
}

@media (max-width: 549px) {
	.elog-about-page p {
		font-size: 15px;
		line-height: 1.75;
	}

	.elog-about-kicker p {
		font-size: 12px;
		margin-bottom: 12px;
	}

	.elog-about-title h1 {
		font-size: 32px;
		line-height: 1.16;
	}

	.elog-about-section-title h2,
	.elog-about-proof-head h2 {
		font-size: 26px;
		line-height: 1.2;
	}

	.elog-about-page .button.elog-about-btn {
		min-height: 46px;
		padding: 0 20px !important;
		width: 100%;
	}

	.elog-about-office-image::before {
		left: -8px;
		top: 10px;
	}

	.elog-about-office-image img {
		border-radius: 14px;
	}

	.elog-about-check-list li {
		font-size: 14px;
		gap: 10px;
	}

	.elog-about-proof-card .col-inner {
		padding: 24px 20px;
	}
}

/* Elog about reference sections */
.elog-about-values-section {
	background: #ffffff;
	padding: 70px 0 52px !important;
}

.elog-about-values-head-row,
.elog-about-fields-head-row {
	padding-left: 24px !important;
	padding-right: 24px !important;
}

.elog-about-mini-heading,
.elog-about-section-center-title {
	margin: 0 auto 32px;
	max-width: 760px;
	position: relative;
	text-align: center;
}

.elog-about-mini-heading h2 {
	color: var(--elog-red);
	font-size: 18px;
	line-height: 1.25;
}

.elog-about-section-center-title h2 {
	color: var(--elog-navy);
	font-size: 30px;
	line-height: 1.2;
}

.elog-about-section-center-title::after {
	background: var(--elog-red);
	border-radius: 999px;
	bottom: -16px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 48px;
}

.elog-about-values-row {
	padding-left: 24px !important;
	padding-right: 24px !important;
}

.elog-about-value-card .col-inner {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--elog-line);
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(7, 31, 67, 0.08);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-start;
	min-height: 212px;
	padding: 30px 24px 26px;
	text-align: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.elog-about-value-card .col-inner:hover {
	border-color: rgba(237, 28, 36, 0.24);
	box-shadow: 0 22px 52px rgba(7, 31, 67, 0.12);
	transform: translateY(-4px);
}

.elog-about-value-icon {
	align-items: center;
	background: radial-gradient(circle at 50% 50%, #ffffff 0%, #fff4f5 58%, #fde3e6 100%);
	border-radius: 999px;
	box-shadow: 0 16px 32px rgba(237, 28, 36, 0.14);
	color: var(--elog-red);
	display: inline-flex;
	font-size: 34px;
	height: 76px;
	justify-content: center;
	line-height: 1;
	margin: 0 auto 20px;
	width: 76px;
}

.elog-about-value-card h3 {
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: none;
}

.elog-about-value-card p {
	font-size: 14px;
	line-height: 1.65;
	max-width: 190px;
}

.elog-about-stats-section {
	background:
		linear-gradient(90deg, rgba(222, 0, 24, 0.96), rgba(190, 0, 20, 0.94)),
		url("/wp-content/uploads/2026/07/elog-logistics-hero.png") center center / cover no-repeat;
	padding: 46px 0 !important;
}

.elog-about-stats-row {
	align-items: stretch;
	padding-left: 24px !important;
	padding-right: 24px !important;
}

.elog-about-stat-item .col-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-start;
	padding: 12px 16px;
	position: relative;
	text-align: center;
}

.elog-about-stat-icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 26px;
	height: 58px;
	justify-content: center;
	margin: 0 auto 14px;
	width: 58px;
}

.elog-about-stat-item strong {
	color: #ffffff;
	display: block;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
	margin-bottom: 12px;
}

.elog-about-stat-item p {
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.45;
}

.elog-about-fields-section {
	background: #ffffff;
	padding: 70px 0 58px !important;
}

.elog-about-fields-row {
	justify-content: center;
	padding-left: 18px !important;
	padding-right: 18px !important;
}

.elog-about-fields-row > .col.elog-about-field-card {
	flex-basis: 20%;
	max-width: 20%;
}

.elog-about-field-card .col-inner {
	height: 100%;
	padding: 0 8px;
	position: relative;
	text-align: center;
}

.elog-about-field-image {
	margin: 0;
	overflow: hidden;
}

.elog-about-field-image img {
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 0.35s ease, filter 0.35s ease;
	width: 100%;
}

.elog-about-field-card .col-inner:hover .elog-about-field-image img {
	filter: saturate(1.05) contrast(1.04);
	transform: scale(1.035);
}

.elog-about-field-icon {
	align-items: center;
	background: var(--elog-red);
	border: 4px solid #ffffff;
	border-radius: 999px;
	box-shadow: 0 12px 26px rgba(237, 28, 36, 0.26);
	color: #ffffff;
	display: inline-flex;
	font-size: 19px;
	height: 54px;
	justify-content: center;
	line-height: 1;
	margin: -27px auto 14px;
	position: relative;
	width: 54px;
	z-index: 2;
}

.elog-about-field-card h3 {
	font-size: 15px;
	line-height: 1.35;
	margin: 0 auto;
	max-width: 160px;
}

.elog-about-final-cta-section {
	background: #ffffff;
	padding: 24px 0 86px !important;
}

.elog-about-final-cta-row {
	background: var(--elog-red);
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(7, 31, 67, 0.14);
	overflow: hidden;
	padding-left: 0 !important;
	padding-right: 0 !important;
	position: relative;
}

.elog-about-final-cta-row::before {
	background: linear-gradient(115deg, rgba(237, 28, 36, 1) 0%, rgba(237, 28, 36, 1) 50%, rgba(237, 28, 36, 0) 50.2%);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 78%;
	z-index: 1;
}

.elog-about-final-cta-copy,
.elog-about-final-cta-media {
	position: relative;
	z-index: 2;
}

.elog-about-final-cta-copy .col-inner {
	padding: 42px 28px 42px 42px;
}

.elog-about-final-cta-copy h2 {
	color: #ffffff;
	font-size: 28px;
	line-height: 1.22;
	margin-bottom: 12px;
}

.elog-about-final-cta-copy p {
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.7;
	max-width: 520px;
}

.elog-about-page .button.elog-about-cta-btn,
.elog-about-page .button.white.elog-about-cta-btn {
	background: #ffffff !important;
	border: 1px solid #ffffff !important;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
	color: var(--elog-red) !important;
	margin-top: 22px;
}

.elog-about-page .button.elog-about-cta-btn:hover,
.elog-about-page .button.white.elog-about-cta-btn:hover {
	background: var(--elog-navy) !important;
	border-color: var(--elog-navy) !important;
	color: #ffffff !important;
	transform: translateY(-2px);
}

.elog-about-final-cta-media .col-inner {
	height: 100%;
	min-height: 230px;
	position: relative;
}

.elog-about-cta-image,
.elog-about-cta-image .img-inner,
.elog-about-cta-image img {
	height: 100%;
	margin: 0;
	width: 100%;
}

.elog-about-cta-image img {
	display: block;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 1024px) {
	.elog-about-values-section,
	.elog-about-fields-section {
		padding-top: 62px !important;
		padding-bottom: 48px !important;
	}

	.elog-about-fields-row > .col.elog-about-field-card {
		flex-basis: 33.3333%;
		max-width: 33.3333%;
	}

	.elog-about-field-card .col-inner {
		padding-bottom: 24px;
	}

	.elog-about-final-cta-copy h2 {
		font-size: 25px;
	}
}

@media (max-width: 849px) {
	.elog-about-value-card .col-inner {
		min-height: 0;
	}

	.elog-about-stats-section {
		padding: 38px 0 !important;
	}

	.elog-about-stat-item .col-inner {
		padding: 14px 10px 24px;
	}

	.elog-about-stat-item strong {
		font-size: 30px;
	}

	.elog-about-fields-row > .col.elog-about-field-card {
		flex-basis: 50%;
		max-width: 50%;
	}

	.elog-about-final-cta-row {
		margin-left: 20px;
		margin-right: 20px;
	}

	.elog-about-final-cta-row::before {
		background: var(--elog-red);
		width: 100%;
	}

	.elog-about-final-cta-copy .col-inner {
		padding: 34px 26px 10px;
		text-align: center;
	}

	.elog-about-final-cta-copy p {
		margin-left: auto;
		margin-right: auto;
	}

	.elog-about-final-cta-media .col-inner {
		min-height: 210px;
	}
}

@media (max-width: 549px) {
	.elog-about-values-section,
	.elog-about-fields-section {
		padding-top: 48px !important;
		padding-bottom: 34px !important;
	}

	.elog-about-mini-heading,
	.elog-about-section-center-title {
		margin-bottom: 26px;
	}

	.elog-about-mini-heading h2 {
		font-size: 16px;
	}

	.elog-about-section-center-title h2 {
		font-size: 24px;
	}

	.elog-about-value-icon {
		font-size: 30px;
		height: 66px;
		width: 66px;
	}

	.elog-about-stat-item {
		flex-basis: 50%;
		max-width: 50%;
	}

	.elog-about-stat-icon {
		font-size: 22px;
		height: 50px;
		width: 50px;
	}

	.elog-about-stat-item strong {
		font-size: 27px;
	}

	.elog-about-stat-item p {
		font-size: 14px;
	}

	.elog-about-fields-row > .col.elog-about-field-card {
		flex-basis: 100%;
		max-width: 100%;
	}

	.elog-about-field-card .col-inner {
		margin: 0 auto;
		max-width: 310px;
	}

	.elog-about-final-cta-section {
		padding-bottom: 58px !important;
	}

	.elog-about-final-cta-copy .col-inner {
		padding: 30px 22px 6px;
	}

	.elog-about-final-cta-copy h2 {
		font-size: 23px;
	}
}

/* Mobile swipe sliders for about values and fields */
@media (max-width: 849px) {
	.elog-about-values-row,
	.elog-about-fields-row {
		display: flex !important;
		flex-wrap: nowrap !important;
		justify-content: flex-start !important;
		margin-left: auto !important;
		margin-right: auto !important;
		overflow-x: auto;
		overflow-y: hidden;
		padding-left: 20px !important;
		padding-right: 20px !important;
		scroll-padding-left: 20px;
		scroll-padding-right: 20px;
		scroll-snap-type: x mandatory;
		touch-action: pan-x;
		-webkit-overflow-scrolling: touch;
		width: 100% !important;
	}

	.elog-about-values-row::-webkit-scrollbar,
	.elog-about-fields-row::-webkit-scrollbar {
		height: 0;
	}

	.elog-about-values-row,
	.elog-about-fields-row {
		scrollbar-width: none;
	}

	.elog-about-values-row > .col.elog-about-value-card,
	.elog-about-fields-row > .col.elog-about-field-card {
		flex-grow: 0 !important;
		flex-shrink: 0 !important;
		padding-left: 8px !important;
		padding-right: 8px !important;
		scroll-snap-align: center;
		scroll-snap-stop: always;
	}

	.elog-about-values-row > .col.elog-about-value-card {
		flex-basis: 42% !important;
		max-width: 42% !important;
	}

	.elog-about-fields-row > .col.elog-about-field-card {
		flex-basis: 36% !important;
		max-width: 36% !important;
	}

	.elog-about-value-card .col-inner {
		min-height: 218px;
	}

	.elog-about-field-card .col-inner {
		max-width: none;
		padding-bottom: 4px;
	}

	.elog-about-field-image img {
		aspect-ratio: 1 / 1;
	}
}

@media (max-width: 640px) {
	.elog-about-values-row > .col.elog-about-value-card {
		flex-basis: 78% !important;
		max-width: 78% !important;
	}

	.elog-about-fields-row > .col.elog-about-field-card {
		flex-basis: 72% !important;
		max-width: 72% !important;
	}
}

@media (max-width: 549px) {
	.elog-about-values-row,
	.elog-about-fields-row {
		padding-left: 18px !important;
		padding-right: 18px !important;
		scroll-padding-left: 18px;
		scroll-padding-right: 18px;
	}

	.elog-about-values-row > .col.elog-about-value-card {
		flex-basis: 84% !important;
		max-width: 84% !important;
	}

	.elog-about-fields-row > .col.elog-about-field-card {
		flex-basis: 78% !important;
		max-width: 78% !important;
	}

	.elog-about-field-card .col-inner {
		max-width: none;
	}
}

/* Clear section headings and calmer mobile sliders */
.elog-about-mini-heading,
.elog-about-section-center-title {
	margin-bottom: 42px;
	padding-left: 12px;
	padding-right: 12px;
}

.elog-about-mini-heading::after,
.elog-about-section-center-title::after {
	background: var(--elog-red);
	border-radius: 999px;
	bottom: -18px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 54px;
}

.elog-about-mini-heading h2,
.elog-about-section-center-title h2 {
	font-size: 32px;
	font-weight: 900;
	line-height: 1.16;
	margin-bottom: 12px;
}

.elog-about-mini-heading h2 {
	color: var(--elog-red);
}

.elog-about-mini-heading p,
.elog-about-section-center-title p {
	color: var(--elog-muted);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.72;
	margin: 0 auto;
	max-width: 640px;
}

.elog-about-values-section {
	padding-top: 82px !important;
}

.elog-about-fields-section {
	padding-top: 82px !important;
}

@media (max-width: 849px) {
	.elog-about-values-section,
	.elog-about-fields-section {
		padding-top: 58px !important;
	}

	.elog-about-mini-heading,
	.elog-about-section-center-title {
		margin-bottom: 34px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.elog-about-mini-heading h2,
	.elog-about-section-center-title h2 {
		font-size: 27px;
		margin-bottom: 10px;
	}

	.elog-about-mini-heading p,
	.elog-about-section-center-title p {
		font-size: 15px;
		line-height: 1.65;
		max-width: 420px;
	}

	.elog-about-values-row,
	.elog-about-fields-row {
		gap: 16px;
		padding-left: 22px !important;
		padding-right: 22px !important;
		scroll-padding-left: 22px;
		scroll-padding-right: 22px;
	}

	.elog-about-values-row > .col.elog-about-value-card,
	.elog-about-fields-row > .col.elog-about-field-card {
		padding-left: 0 !important;
		padding-right: 0 !important;
		scroll-snap-align: center;
	}

	.elog-about-values-row > .col.elog-about-value-card {
		flex-basis: calc(100% - 44px) !important;
		max-width: calc(100% - 44px) !important;
	}

	.elog-about-fields-row > .col.elog-about-field-card {
		flex-basis: calc(100% - 44px) !important;
		max-width: calc(100% - 44px) !important;
	}

	.elog-about-value-card .col-inner {
		justify-content: center;
		min-height: 236px;
		padding: 34px 24px 30px;
	}

	.elog-about-field-card .col-inner {
		padding-bottom: 8px;
	}

	.elog-about-field-card h3 {
		font-size: 16px;
		max-width: 220px;
	}
}

@media (max-width: 549px) {
	.elog-about-values-section,
	.elog-about-fields-section {
		padding-top: 52px !important;
	}

	.elog-about-mini-heading,
	.elog-about-section-center-title {
		margin-bottom: 32px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.elog-about-mini-heading h2,
	.elog-about-section-center-title h2 {
		font-size: 24px;
	}

	.elog-about-values-row,
	.elog-about-fields-row {
		gap: 14px;
		padding-left: 18px !important;
		padding-right: 18px !important;
		scroll-padding-left: 18px;
		scroll-padding-right: 18px;
	}

	.elog-about-values-row > .col.elog-about-value-card,
	.elog-about-fields-row > .col.elog-about-field-card {
		flex-basis: calc(100% - 36px) !important;
		max-width: calc(100% - 36px) !important;
	}

	.elog-about-value-card .col-inner {
		min-height: 226px;
	}
}

/* Modern autoplay mobile carousel */
.elog-about-carousel-dots {
	display: none;
}

@media (max-width: 849px) {
	.elog-about-values-section,
	.elog-about-fields-section {
		background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
	}

	.elog-about-mobile-carousel {
		cursor: grab;
		overflow-x: auto;
		overflow-y: visible;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
	}

	.elog-about-mobile-carousel:active {
		cursor: grabbing;
	}

	.elog-about-mobile-carousel > .col {
		opacity: 0.58;
		transform: scale(0.94);
		transition: opacity 0.42s ease, transform 0.42s ease, filter 0.42s ease;
	}

	.elog-about-mobile-carousel > .col.is-active {
		filter: none;
		opacity: 1;
		transform: scale(1);
	}

	.elog-about-values-row.elog-about-mobile-carousel {
		padding-bottom: 18px !important;
	}

	.elog-about-fields-row.elog-about-mobile-carousel {
		padding-bottom: 20px !important;
	}

	.elog-about-values-row > .col.elog-about-value-card,
	.elog-about-fields-row > .col.elog-about-field-card {
		flex-basis: calc(100% - 56px) !important;
		max-width: calc(100% - 56px) !important;
		scroll-snap-align: center;
	}

	.elog-about-value-card .col-inner {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 248, 0.72)),
			#ffffff;
		border: 1px solid rgba(237, 28, 36, 0.16);
		box-shadow: 0 22px 54px rgba(7, 31, 67, 0.10);
		min-height: 248px;
	}

	.elog-about-mobile-carousel > .elog-about-value-card.is-active .col-inner {
		border-color: rgba(237, 28, 36, 0.38);
		box-shadow: 0 28px 68px rgba(7, 31, 67, 0.16);
	}

	.elog-about-value-icon {
		box-shadow: 0 18px 40px rgba(237, 28, 36, 0.18);
		height: 82px;
		width: 82px;
	}

	.elog-about-field-card .col-inner {
		background: #ffffff;
		border: 1px solid var(--elog-line);
		border-radius: 8px;
		box-shadow: 0 22px 54px rgba(7, 31, 67, 0.12);
		overflow: hidden;
		padding: 0 0 28px;
	}

	.elog-about-mobile-carousel > .elog-about-field-card.is-active .col-inner {
		border-color: rgba(237, 28, 36, 0.28);
		box-shadow: 0 30px 72px rgba(7, 31, 67, 0.18);
	}

	.elog-about-field-image img {
		aspect-ratio: 4 / 3;
		border-radius: 0;
	}

	.elog-about-field-icon {
		height: 58px;
		margin-top: -29px;
		width: 58px;
	}

	.elog-about-field-card h3 {
		font-size: 17px;
		line-height: 1.42;
		max-width: 240px;
	}

	.elog-about-carousel-dots {
		align-items: center;
		display: flex;
		gap: 8px;
		justify-content: center;
		margin: 0 auto 8px;
		min-height: 18px;
		padding: 0 18px;
	}

	.elog-about-carousel-dots button {
		appearance: none;
		background: rgba(7, 31, 67, 0.16);
		border: 0;
		border-radius: 999px;
		cursor: pointer;
	display: block;
		height: 7px;
		margin: 0;
		padding: 0;
		transition: background-color 0.28s ease, transform 0.28s ease, width 0.28s ease;
		width: 7px;
	}

	.elog-about-carousel-dots button.is-active {
		background: var(--elog-red);
		box-shadow: 0 8px 18px rgba(237, 28, 36, 0.22);
		width: 28px;
	}
}

@media (max-width: 549px) {
	.elog-about-values-row > .col.elog-about-value-card,
	.elog-about-fields-row > .col.elog-about-field-card {
		flex-basis: calc(100% - 42px) !important;
		max-width: calc(100% - 42px) !important;
	}

	.elog-about-value-card .col-inner {
		min-height: 238px;
	}

	.elog-about-field-card h3 {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elog-about-mobile-carousel,
	.elog-about-mobile-carousel > .col,
	.elog-about-carousel-dots button {
		scroll-behavior: auto;
		transition: none;
	}
}

/* Refined compact carousel dots */
@media (max-width: 849px) {
	.elog-about-values-row.elog-about-mobile-carousel,
	.elog-about-fields-row.elog-about-mobile-carousel {
		padding-bottom: 10px !important;
	}

	.elog-about-carousel-dots {
		align-items: center !important;
		display: flex !important;
		gap: 7px !important;
		height: 8px !important;
		justify-content: center !important;
		margin: 4px auto 24px !important;
		min-height: 8px !important;
		padding: 0 !important;
	}

	.elog-about-carousel-dots button {
		appearance: none !important;
		-webkit-appearance: none !important;
		background: rgba(7, 31, 67, 0.18) !important;
		border: 0 !important;
		border-radius: 999px !important;
		box-shadow: none !important;
		cursor: pointer;
		display: block !important;
		flex: 0 0 auto !important;
		font-size: 0 !important;
		height: 6px !important;
		line-height: 0 !important;
		margin: 0 !important;
		min-height: 0 !important;
		min-width: 0 !important;
		overflow: hidden !important;
		padding: 0 !important;
		text-indent: -999px;
		transition: background-color 0.25s ease, box-shadow 0.25s ease, width 0.25s ease !important;
		width: 6px !important;
	}

	.elog-about-carousel-dots button.is-active {
		background: var(--elog-red) !important;
		box-shadow: 0 4px 10px rgba(237, 28, 36, 0.22) !important;
		width: 22px !important;
	}
}

@media (max-width: 549px) {
	.elog-about-carousel-dots {
		margin-bottom: 20px !important;
	}
}
