/* Certificates Swiper — homepage */
.av-certs {
	margin: 36px 0 28px;
	padding: 28px 20px 36px;
	background: linear-gradient(180deg, #F3F9FE 0%, #EAF4FC 100%);
	border-radius: 20px;
	box-shadow: 0 8px 24px rgba(13, 95, 164, 0.08);
}

.av-certs__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
	padding: 0 8px;
}

.av-certs__title {
	margin: 0 !important;
	color: #13253A !important;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
}

.av-certs__link {
	color: #0D5FA4 !important;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	text-decoration: none !important;
	border: none !important;
}

.av-certs__link:hover {
	color: #0a4a80 !important;
}

.av-certs__swiper {
	position: relative;
	padding: 8px 44px 36px;
	overflow: hidden;
}

.av-certs__slide {
	height: auto;
}

.av-certs__card {
	display: block;
	border: none !important;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 18px rgba(13, 95, 164, 0.12);
	transition: transform .2s ease, box-shadow .2s ease;
	line-height: 0;
}

.av-certs__card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 26px rgba(13, 95, 164, 0.18);
}

.av-certs__card img {
	display: block;
	width: 100%;
	height: 280px;
	object-fit: contain;
	background: #fff;
	padding: 10px;
}

.av-certs__nav {
	width: 36px !important;
	height: 36px !important;
	margin-top: 0 !important;
	top: 50% !important;
	transform: translateY(-60%);
	border-radius: 50%;
	background: #fff !important;
	border: 1.5px solid rgba(66, 138, 220, 0.55);
	color: #0D5FA4 !important;
	box-shadow: 0 4px 12px rgba(13, 95, 164, 0.12);
}

.av-certs__nav::after {
	font-size: 14px !important;
	font-weight: 700;
}

.av-certs__nav--prev {
	left: 4px !important;
}

.av-certs__nav--next {
	right: 4px !important;
}

.av-certs__nav:hover {
	background: #0D5FA4 !important;
	border-color: #0D5FA4;
	color: #fff !important;
}

.av-certs__pagination {
	bottom: 6px !important;
}

.av-certs__pagination .swiper-pagination-bullet {
	background: #0D5FA4;
	opacity: .28;
}

.av-certs__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #0D5FA4;
}

@media (max-width: 768px) {
	.av-certs {
		margin: 24px 0;
		padding: 20px 12px 28px;
		border-radius: 0;
	}

	.av-certs__title {
		font-size: 22px;
	}

	.av-certs__swiper {
		padding: 4px 36px 32px;
	}

	.av-certs__card img {
		height: 240px;
	}
}
