/* Homepage certifications / logos showcase */
.mcb-section-ah3fb5f8i {
	padding: 64px 0 0 !important;
	margin-bottom: 0 !important;
	background: linear-gradient(180deg, #f7fafc 0%, #ffffff 55%, #f4f8fb 100%);
}

.mcb-section-ah3fb5f8i .mcb-column-inner-ob2hp5tyr {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px 48px;
}

.bluetech-certifications {
	text-align: center;
}

.bluetech-certifications__header {
	max-width: 720px;
	margin: 0 auto 40px;
}

.bluetech-certifications__title {
	margin: 0 0 12px;
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	line-height: 1.25;
	font-weight: 600;
	color: #1f3f73;
}

.bluetech-certifications__lead {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #5a6f8f;
}

/* Hide empty Betheme code block if any remain */
.mcb-section-ah3fb5f8i pre.mfn-code:empty {
	display: none !important;
}

/* Filters / leftover slider chrome */
.bluetech-certifications__filters,
#ls-filter-nav,
.bluetech-certifications__logos .slick-arrow,
.bluetech-certifications__logos .slick-dots,
.bluetech-certifications .lshowcase-paginate {
	display: none !important;
}

.bluetech-certifications__logos {
	margin: 0 auto;
	padding: 8px 0 12px;
	overflow: hidden;
}

.bluetech-certifications__viewport {
	overflow: hidden;
	padding: 10px 0 18px;
	mask-image: linear-gradient(
		90deg,
		transparent 0,
		#000 5%,
		#000 95%,
		transparent 100%
	);
	-webkit-mask-image: linear-gradient(
		90deg,
		transparent 0,
		#000 5%,
		#000 95%,
		transparent 100%
	);
}

.bluetech-certifications__track,
.bluetech-certifications__logos .lshowcase-flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 28px;
	width: max-content;
	animation: bluetech-certs-marquee 32s linear infinite;
	will-change: transform;
}

.bluetech-certifications__viewport:hover .bluetech-certifications__track,
.bluetech-certifications__logos:hover .lshowcase-flex {
	animation-play-state: paused;
}

@keyframes bluetech-certs-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.bluetech-certifications__logos .lshowcase-thumb {
	flex: 0 0 auto;
	width: 196px;
	margin: 0 !important;
}

.bluetech-certifications__logos .lshowcase-wrap-responsive {
	height: 100%;
	padding: 22px 18px !important;
	background: #fff;
	border: 1px solid rgba(41, 145, 214, 0.14);
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(31, 63, 115, 0.09);
}

.bluetech-certifications__logos .lshowcase-boxInner {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 128px;
}

.bluetech-certifications__logos .lshowcase-boxInner img {
	width: auto;
	max-width: 100%;
	max-height: 108px;
	height: auto;
	object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
	.bluetech-certifications__track,
	.bluetech-certifications__logos .lshowcase-flex {
		animation: none;
		flex-wrap: wrap;
		justify-content: center;
		width: auto;
		margin: 0 auto;
		gap: 20px;
	}

	.bluetech-certifications__viewport {
		mask-image: none;
		-webkit-mask-image: none;
		padding-bottom: 8px;
	}
}

@media only screen and (max-width: 767px) {
	.mcb-section-ah3fb5f8i {
		padding: 48px 0 0 !important;
	}

	.mcb-section-ah3fb5f8i .mcb-column-inner-ob2hp5tyr {
		padding: 0 20px 36px;
	}

	.bluetech-certifications__header {
		margin-bottom: 28px;
	}

	.bluetech-certifications__logos .lshowcase-thumb {
		width: 160px;
	}

	.bluetech-certifications__logos .lshowcase-wrap-responsive {
		padding: 18px 14px !important;
	}

	.bluetech-certifications__logos .lshowcase-boxInner {
		min-height: 110px;
	}

	.bluetech-certifications__track,
	.bluetech-certifications__logos .lshowcase-flex {
		gap: 18px;
	}
}
