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

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

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

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

.bluetech-certifications__title {
	margin: 0 0 10px;
	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.6;
	color: #5a6f8f;
}

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

.bluetech-certifications__filters {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 auto 32px !important;
	padding: 6px !important;
	list-style: none !important;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(41, 145, 214, 0.18);
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(31, 63, 115, 0.08);
}

.bluetech-certifications__filters li {
	display: inline-flex !important;
	align-items: center;
	margin: 0 !important;
	padding: 9px 18px !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	color: #2a4d85 !important;
	background: transparent !important;
	border-radius: 999px !important;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.bluetech-certifications__filters li:hover {
	color: #1f3f73 !important;
	background: rgba(41, 145, 214, 0.1) !important;
}

.bluetech-certifications__filters li.ls-current-li {
	color: #fff !important;
	background: linear-gradient(135deg, #2991d6 0%, #1f6eb5 100%) !important;
	box-shadow: 0 4px 14px rgba(41, 145, 214, 0.35);
}

.bluetech-certifications__logos {
	margin: 0 auto;
}

.bluetech-certifications__logos .lshowcase-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
}

.bluetech-certifications__logos .lshowcase-thumb {
	flex: 1 1 160px;
	max-width: 200px;
	margin: 0 !important;
}

.bluetech-certifications__logos .lshowcase-wrap-responsive {
	height: 100%;
	padding: 14px !important;
	background: #fff;
	border: 1px solid rgba(41, 145, 214, 0.12);
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(31, 63, 115, 0.08);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.bluetech-certifications__logos .lshowcase-thumb:hover .lshowcase-wrap-responsive {
	transform: translateY(-4px);
	border-color: rgba(41, 145, 214, 0.28);
	box-shadow: 0 16px 36px rgba(31, 63, 115, 0.14);
}

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

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

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

	.bluetech-certifications__filters {
		width: 100%;
		border-radius: 14px;
	}

	.bluetech-certifications__logos .lshowcase-thumb {
		flex: 1 1 calc(50% - 12px);
		max-width: none;
	}
}
