.athemes-addons-testimonials {
	overflow: hidden;
	padding-top: 35px;
	padding-bottom: 1px;
	max-width: 85%;
	margin: 0 auto;
}

.athemes-addons-testimonials-container {
	position: relative;
}

.testimonials-pagination {
	text-align: center;
	margin-top: 20px;
}

.athemes-addons-testimonials .swiper-slide {
	padding: 30px;
	text-align: center;
	border: 1px solid var(--athemes-addons-border-color, #ddd);
	border-radius: 15px;
	position: relative;
	min-height: 100%;
	transition: border-color 0.2s ease-in-out;
}

.athemes-addons-testimonials .swiper-slide:hover,
.athemes-addons-testimonials .swiper-slide:hover .quote-icon {
	border-color: #767676;
}

.athemes-addons-testimonials .overlay-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-modern"] .review-data > *,
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-side-by-side"] .author-info > *:not(:last-child),
.athemes-addons-testimonials .swiper-slide > *:not(:last-child) {
	margin-bottom: 20px;
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-modern"] .review-data > *:last-child {
	margin-bottom: 40px;
}
.testimonials-pagination .swiper-pagination-bullet {
	margin: 0 7px;
	width: 20px;
	height: 6px;
	border-radius: 5px;
}

.testimonials-pagination .swiper-pagination-bullet-active {
	background-color: #1c1c1c;
}

.athemes-addons-testimonials-container .swiper-button-next,
.athemes-addons-testimonials-container .swiper-button-prev {
	background-image: none !important;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	transition: background-color 0.2s ease-in-out;
}

.athemes-addons-testimonials-container .swiper-button-next:after,
.athemes-addons-testimonials-container .swiper-button-prev:after {
	display: none;
}

.athemes-addons-testimonials-container i,
.athemes-addons-testimonials-container svg {
	fill: #1c1c1c;
	opacity: 1;
	transition: fill 0.2s ease-in-out;
}

.athemes-addons-testimonials .quote-icon {
	position: absolute;
	left: 30px;
	--icon-size: 40px;
	top: calc( ( var(--icon-size) + 30px ) / -2);
	z-index: 11;
	background-color: #fff;
	border: 1px solid var(--athemes-addons-border-color, #ddd);
	border-radius: 50%;
	width: calc(var(--icon-size) + 30px);
	height: calc(var(--icon-size) + 30px);
	transition: border-color 0.2s ease-in-out;
	box-sizing: content-box;
}

.athemes-addons-testimonials .quote-icon svg {
	height: var(--icon-size);
	width: var(--icon-size);
	transform: translatey(15px) rotate(180deg);
	fill: #ccd1d6;
}

.athemes-addons-testimonials .review-date {
	font-size: 14px;
	color: var(--athemes-addons-meta-color, #767676);
}

.athemes-addons-testimonials .author-name {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
}

.athemes-addons-testimonials .author-info {
	display: flex;
	justify-content: center;
	text-align: left;
}

.athemes-addons-testimonials .author-info  .author-image {
	flex: 0 0 70px;
	margin-right: 15px;
}

.athemes-addons-testimonials .author-info  .author-image img {
	border-radius: 50%;
}

.athemes-addons-testimonials .review-rating {
	display: flex;
	justify-content: center;
	gap: 3px;
}

.athemes-addons-testimonials .review-icon {
	position: relative;
}

.athemes-addons-testimonials .review-rating svg {
	fill: #d8e0e3;
}
.athemes-addons-testimonials .review-icon-marked {
	width: var(--icon-marked-width);
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.athemes-addons-testimonials .review-icon-marked svg {
	fill: #f7b731;
}
.athemes-addons-testimonials-thumbs {
	margin: 30px auto 0;
	max-width: 30%;
}
.athemes-addons-testimonials-thumbs .swiper-slide:hover {
	cursor: pointer;
}
.athemes-addons-testimonials-thumbs .swiper-slide {
	text-align: center;
}
.athemes-addons-testimonials-thumbs img {
	height: 80px;
	width: 80px;
	object-fit: cover;
	border-radius: 50%;
}

.athemes-addons-testimonials-thumbs .swiper-slide img {
	transition: all 0.2s ease-in-out;
	border: 2px solid transparent;
}
.athemes-addons-testimonials-thumbs .swiper-slide-thumb-active img {
	border-color: var(--athemes-addons-border-color, #ddd);
}
.aafe-grayscale-effect-yes .athemes-addons-testimonials-thumbs .swiper-slide img {
	filter: grayscale(100%);
}
.aafe-grayscale-effect-yes .athemes-addons-testimonials-thumbs .swiper-slide:hover img,
.aafe-grayscale-effect-yes .athemes-addons-testimonials-thumbs .swiper-slide-thumb-active img {
	filter: grayscale(0%);
}
.athemes-addons-testimonials-thumbs .swiper-thumb-wrapper {
	justify-content: center;
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-side-by-side"] .swiper-slide {
	display: flex;
	align-items: center;
	gap: 30px;
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-side-by-side"] .swiper-slide .author-info {
	display: block;
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-side-by-side"] .author-image {
	margin: -30px 0 -30px -30px;
	position: relative;
	min-height: 400px;
	flex: 0 0 45%;
	overflow: hidden;
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-side-by-side"] .author-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	top: 0;
	left: 0;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-side-by-side"] .swiper-slide .review-rating {
	justify-content: flex-start;
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-side-by-side"] .quote-icon {
	left: auto;
	right: 30px;
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-side-by-side"] .quote-icon svg {
	transform: translatey(15px);
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-modern"] {
	padding-bottom: 120px;
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-modern"] .quote-icon {
	position: static;
	margin-left: auto;
	margin-right: auto;
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-modern"] .author-data {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -40px;
	width: 100%;
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-modern"] .author-image {
	margin: 0 0 20px 0;
}

.athemes-addons-testimonials[data-id="athemes-addons-testimonials-centered"] .author-image img,
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-modern"] .author-image img {
	border-radius: 50%;
	object-fit: cover;
	width: 80px;
	height: 80px;
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-centered"] {
	padding-top: 40px;
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-centered"] .swiper-slide {
	opacity: 0.4;
	transition: all 0.3s ease-in-out;
	transform: scale(0.8);
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-centered"] .swiper-slide-active {
	opacity: 1;
	transform: scale(1);
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-centered"] .swiper-wrapper {
	align-items: center;
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-centered"] .author-image {
	position: absolute;
	top: -40px;
	left: calc(50% - 40px);
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-centered"] .quote-icon {
	display: none;
}
.athemes-addons-testimonials[data-id="athemes-addons-testimonials-centered"] .swiper-slide {
	padding-top: 60px;
}

@media (max-width: 1024px) {
	.athemes-addons-testimonials-thumbs {
		max-width: 60%;
	}
}
@media (max-width: 768px) {
	.athemes-addons-testimonials-thumbs {
		max-width: 100%;
	}
	.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .author-image {
		flex: 0 0 100%;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.athemes-addons-testimonials[data-id=athemes-addons-testimonials-side-by-side] .swiper-slide {
		display: block;
	}
}