.omt-testimonials {
	--omt-testimonial__card-user-img: 26.5px;
	--omt-testimonial__arrow: 35px;
	--omt-testimonial__space-pagination: var(--wp--preset--spacing--space-50);
	padding: var(--wp--preset--spacing--space-60) 0;
}

.omt-testimonials__swiper {
	width: 100%;
	height: 100%;
	margin-bottom: var(--omt-testimonial__space-pagination);
}

.omt-testimonials__wrapper {
	align-items: center;
}

.omt-testimonial {
	display: flex;
	justify-content: center;
}

.omt-testimonial__card {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	width: 840px;
	background-color: var(--wp--preset--color--neutral-10);
	border-radius: var(--wp--custom--border-radius--m);
	padding: var(--wp--preset--spacing--space-40);
}

.omt-testimonial__header {
	display: flex;
	flex-direction: row;
	margin-top: var(--wp--preset--spacing--space-50);
}

.omt-testimonial__user-image {
	margin-right: var(--wp--preset--spacing--space-20, 0.5rem);
}

.omt-testimonial__figure {
	width: 80px;
	height: 80px;
	position: relative;
	background-image: url('./assets/user-solid.svg');
	background-size: 72%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}

.omt-testimonial__image {
	position: absolute;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	object-fit: contain;
	z-index: 5;
	border-radius: 50%;
	left: 4px;
	top: 4px;
}

.omt-testimonial__figure:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #4469A7;
	z-index: 0;
	border-radius: 50%;
}

.omt-testimonial__user-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.omt-testimonial__title {
	font-size: var(--wp--preset--font-size--h-4);
	line-height: var(--wp--preset--font-size--h-4);
	font-weight: bold;
	margin: 0 0 var(--wp--preset--spacing--space-10) 0;
	color: var(--wp--preset--color--primary-50);
}

.omt-testimonial__subtitle {
	font-size: var(--wp--preset--font-size--font-size-s);
	line-height: var(--wp--preset--font-size--button-large);
	margin: 0px;
}

.omt-testimonial__copy p {
	font-size: var(--wp--preset--font-size--h-5);
	line-height: var(--wp--preset--font-size--h-4);
	margin: 0px;
}

.omt-testimonials__pagination {
	position: relative;
	z-index: 5;
}

.omt-testimonials__arrow {
	position: absolute;
	width: var(--omt-testimonial__arrow);
	height: var(--omt-testimonial__arrow);
	top: calc(var(--omt-testimonial__space-pagination) + 40%);
	background-color: var(--wp--preset--color--primary-10, #e2e8f3);
    border-radius: 50%;
}

.omt-testimonials__arrow::before {
	content: '';
	display: block;
	width: var(--wp--preset--font-size--h-5 , 24px);
	height: var(--wp--preset--font-size--h-5 , 24px);
	mask-size: auto;
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: currentColor;
	color: var(--wp--preset--color--primary-50);
}

.omt-testimonials__arrow::after {
	content: '' !important;
}

.omt-testimonials__arrow.omt-testimonials__arrow-next::before {
	mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21.2998 12L3.2998 12" stroke="%234469A7" stroke-width="2"/><path d="M12.2998 21L21.2998 12L12.2998 3" stroke="%234469A7" stroke-width="2"/></svg>');
}

.omt-testimonials__arrow.omt-testimonials__arrow-prev::before {
	mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21.2998 12L3.2998 12" stroke="%234469A7" stroke-width="2"/><path d="M12.2998 21L3.29981 12L12.2998 3" stroke="%234469A7" stroke-width="2"/></svg>');
}

.omt-testimonials__pagination .swiper-pagination-bullet {
	background: var(--wp--preset--color--primary-50);
}

.omt-testimonials__title {
	font-size: var(--wp--preset--font-size--h-2);
	line-height: var(--wp--preset--font-size--h-2);
	margin-bottom: var(--wp--preset--spacing--space-40);
	text-align: center;
}

.omt-testimonials__title-sub {
	text-align: center;
	margin-bottom: var(--wp--preset--spacing--space-40);
}

@media (min-width: 1100px) {
	.omt-testimonials {
		--omt-testimonial__card-user-img: 53px;
		--omt-testimonial__arrow: 48px;
	}

	.omt-testimonial__card {
		padding: var(--wp--preset--spacing--space-50) var(--wp--preset--spacing--space-60);
	}
	.omt-testimonials__arrow::before {
		width: var(--wp--preset--font-size--h-4 ,32px);
		height: var(--wp--preset--font-size--h-4 , 32px);
	}
}
@media (max-width:1200px){
	.omt-testimonials__arrow.omt-testimonials__arrow-next{
		right: 0px;
	}
	.omt-testimonials__arrow.omt-testimonials__arrow-prev{
		left: 0px;
	}
}
@media (max-width:992px) {
	.omt-testimonial__card {
		width: 100%;
	}

	.omt-testimonial__card {
		border-radius: var(--wp--custom--border-radius--s);
		padding: var(--wp--preset--spacing--space-50);
	}
	
}

@media (max-width:767px) {
	.omt-testimonial__figure {
		width: 50px;
		height: 50px;
	}

	.omt-testimonials {
		padding: var(--wp--preset--spacing--space-40) 0;
	}

	.omt-testimonial__card {
		border-radius: var(--wp--custom--border-radius--xs);
	}
}

@media (max-width:575px) {
	.omt-testimonial__header {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: var(--wp--preset--spacing--space-10);
	}

	.omt-testimonial__user-image {
		margin: 0;
	}

	.omt-testimonial__copy p {
		text-align: center;
	}
}