/*
 * Testimonials tabs - styling for Elementor Tabs headings.
 */
.testimonial-tabs .e-n-tabs-heading {
	border: 1px solid #06232333;
	border-radius: 12px;
}

.testimonial-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:first-child,
.testimonial-tabs .e-n-tabs-heading .e-n-tab-title:first-child:hover {
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
}

.testimonial-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:last-child,
.testimonial-tabs .e-n-tabs-heading .e-n-tab-title:last-child:hover {
	border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
}

.testimonial-tabs .e-n-tabs-heading .e-n-tab-title {
	flex: 1 1 0;
	width: 0;
	text-align: center;
	border-right: 1px solid #06232333;
}

.testimonial-tabs .e-n-tabs-heading .e-n-tab-title:last-child {
	border-right: 0;
}

.testimonial-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon svg {
	max-width: 118px;
}

.faddom-pagination-bullets .swiper-pagination-bullet {
	border-radius: 4px;
	background-color: #64c1c1;
	opacity: 1;
	transition: width 0.3s ease, background-color 0.3s ease;
}

.faddom-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ffffff;
	width: 24px;
}

