.ats-testimonial-slider {
	--ats-gap: 24px;
	width: 100%;
	background: transparent;
	position: relative;
}

.ats-testimonial-inner {
	width: 100%;
	margin: 0 auto;
}

.ats-testimonial-heading-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
}

.ats-testimonial-heading {
	display: inline-block;
	font-weight: 600;
	line-height: 1.2;
}

.ats-testimonial-quote {
	display: inline-block;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	line-height: .7;
	transform: translateY(-1px);
}

.ats-testimonial-swiper {
	width: 100%;
	overflow: hidden;
}

.ats-testimonial-slide {
	box-sizing: border-box;
	height: auto;
	padding: 0;
}

.ats-testimonial-person {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 20px;
}

.ats-testimonial-photo {
	display: block;
	width: 82px;
	height: 82px;
	flex: 0 0 82px;
	object-fit: cover;
	border-radius: 50%;
}

.ats-testimonial-person-info {
	min-width: 0;
}

.ats-testimonial-name {
	margin: 0 0 5px;
	font-weight: 700;
	line-height: 1.25;
}

.ats-testimonial-designation {
	margin: 0;
	line-height: 1.45;
}

.ats-testimonial-content {
	margin: 0 0 var(--ats-gap);
	line-height: 1.7;
}

.ats-testimonial-content p {
	margin: 0 0 10px;
}

.ats-testimonial-content p:last-child {
	margin-bottom: 0;
}

.ats-testimonial-read-more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none !important;
	font-weight: 600;
	line-height: 1.3;
	transition: opacity .2s ease, transform .2s ease;
}

.ats-testimonial-read-more:hover {
	text-decoration: none !important;
}

.ats-testimonial-read-more span {
	font-size: 1.05em;
	transition: transform .2s ease;
}

.ats-testimonial-read-more:hover span {
	transform: translateX(3px);
}

.ats-testimonial-prev,
.ats-testimonial-next {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	cursor: pointer;
	user-select: none;
	transform: translateY(-50%);
	background: rgba(0,0,0,.04);
	border-radius: 50%;
}

.ats-testimonial-prev {
	left: 0;
}

.ats-testimonial-next {
	right: 0;
}

.ats-testimonial-pagination {
	position: static !important;
	margin-top: 22px;
	text-align: center;
}

.ats-testimonial-pagination .swiper-pagination-bullet {
	margin: 0 4px;
}

@media (max-width: 767px) {
	.ats-testimonial-person {
		gap: 14px;
	}

	.ats-testimonial-photo {
		width: 64px;
		height: 64px;
		flex-basis: 64px;
	}

	.ats-testimonial-prev,
	.ats-testimonial-next {
		width: 32px;
		height: 32px;
	}

	.ats-testimonial-slide {
		padding-right: 0;
	}
}
