.customer-case-study-slider-component {
	position: relative;
	background: #0E3358;
	padding: 120px 0;
}

.customer-case-study-slider-component::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	background-image: url('/wp-content/uploads/2025/06/Section-Separator-21.svg');
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}

.customer-case-study-slider-component h2 {
	color: #FFF;
	text-align: center;
	max-width: 862px;
	margin: 0 auto;
}

.customer-case-study-slider-component .swiper-container img {
	border-radius: 16px;
	border: 4px solid #1D85ED;
	width: 592px;
	height: auto;
}

.customer-case-study-slider-component h3 {
	color: #FFF;
	font-family: Graphik;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	max-width: 592px;
	margin: 0 auto;
	text-align: left;
	padding-top: 32px;
	padding-bottom: 12px;
}

.customer-case-study-slider-component .read-more-link {
	color: #1D85ED;
	font-family: Graphik;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	max-width: 592px;
	margin: 0 auto;
	text-align: left;
	display: block;
}

.customer-case-study-slider-component .read-more-link::after {
	content: '\f054';
	font-size: 12px !important;
	font: var(--fa-font-solid);
	display: inline-block;
	margin-left: 24px;
	transition: transform 0.3s ease;
}

.customer-case-study-slider-component .read-more-link:hover::after {
	transform: translateX(5px);
}

.customer-case-study-slider-component .swiper-container {
	max-width: 592px;
	margin: 56px auto 0 auto;
	overflow: hidden;
}

.customer-case-study-slider-component .swiper-slide {
	padding: 0 !important;
}

.customer-case-study-slider-component .usec-swiper-pagination {
	position: relative;
	margin-top: 64px;
	display: flex;
	justify-content: center;
}

.customer-case-study-slider-component .swiper-pagination-bullet {
	width: 32px !important;
	height: 8px !important;
	border-radius: 12px;
	background: #D6EBFF;
	opacity: 1;
}

.customer-case-study-slider-component .swiper-pagination-bullet-active {
	background: var(--ui-seobility-regular, #1D85ED) !important;
}

@media (min-width: 768px) and (max-width: 1279px) {
	.customer-case-study-slider-component {
		padding-top: 94px;
		padding-bottom: 98px;
	}

	.customer-case-study-slider-component::before {
		height: 14px;
		background-image: url('/wp-content/uploads/2025/06/Section-Separator-17-3.svg');
	}
}

@media (max-width: 767px) {
	.customer-case-study-slider-component {
		padding-top: 96px;
		padding-bottom: 96px;
	}

	.customer-case-study-slider-component::before {
		height: 16px;
		background-image: url('/wp-content/uploads/2025/06/Section-Separator-5-Mobile-4.svg');
	}

	.customer-case-study-slider-component .swiper-container img {
		border-radius: 12px;
		border: 3px solid #1D85ED;
	}
}
