.flex-layout.testimonial_slider-layout>.pk-row {
	max-width: 1294px;
	padding-block: 0;
}

.flex-layout.testimonial_slider-layout .pk-row-content {
	padding-block: 100px;
}

.flex-layout.testimonial_slider-layout .testimonial_top_content {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 16px;
}

.testimonial_slider-layout .swiper-container {
	overflow: hidden;
}

.testimonial_slider-layout .swiper-slide {
	position: relative;
	height: auto;
}

.flex-layout.testimonial_slider-layout .testimonial_top_content {
	position: relative;
}

.flex-layout.testimonial_slider-layout .testimonial_top_content::before {
	position: absolute;
	content: '';
	top: -20px;
	right: -444px;
	background-image: url('/wp-content/uploads/2026/01/testimonial-shape-2.svg');
	height: 185px;
	width: 1094px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 0;
	pointer-events: none;
}

.flex-layout.testimonial_slider-layout .swiper-slide:not(:first-child) .testimonial_article {
	border-left: none;
}

.flex-layout.testimonial_slider-layout .swiper-slide.swiper-slide-active:not(:first-child) .testimonial_article {
	border-left: 0.5px solid #0071BC;
}

.flex-layout.testimonial_slider-layout .testimonial_top_content .testimonial_nav {
	padding-right: 50px;
}

@media screen and (max-width: 992px) {
	.flex-layout.testimonial_slider-layout .pk-row-content {
		padding-block: 60px;
	}
}

@media screen and (max-width: 767px) {
	.flex-layout.testimonial_slider-layout .pk-row-content {
		padding-block: 40px;
	}

	.testimonial_article .testimonial_image .pk-image {
		aspect-ratio: 1/1;
	}

	.flex-layout.testimonial_slider-layout .testimonial_top_content .testimonial_nav {
		padding-right: 0;
	}

	.flex-layout.testimonial_slider-layout .testimonial_top_content::before {
		right: unset;
		left: -26px;
	}
}