body:not(.elementor-editor-active) .ho-testimonial-carousel {
	--ho-carousel-gap: 24px;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: var(--ho-carousel-gap) !important;
	overflow-x: auto;
	overflow-y: visible;
	scroll-behavior: smooth;
	scroll-padding-inline: 1px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

body:not(.elementor-editor-active) .ho-testimonial-carousel::-webkit-scrollbar {
	display: none;
}

body:not(.elementor-editor-active) .ho-testimonial-carousel {
	scrollbar-width: none;
}

body:not(.elementor-editor-active) .ho-testimonial-carousel > .e-con,
body:not(.elementor-editor-active) .ho-testimonial-carousel > .elementor-element {
	flex: 0 0 calc((100% - (var(--ho-carousel-gap) * 2)) / 3) !important;
	max-width: calc((100% - (var(--ho-carousel-gap) * 2)) / 3) !important;
	min-width: 0;
	scroll-snap-align: start;
}

.ho-testimonial-carousel-controls {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 22px;
}

.ho-testimonial-carousel-controls[hidden] {
	display: none !important;
}

.ho-testimonial-carousel-button {
	align-items: center;
	appearance: none;
	background: #ffffff;
	border: 1px solid rgba(44, 44, 42, 0.16);
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(44, 44, 42, 0.08);
	color: var(--ho-text, #2c2c2a);
	cursor: pointer;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	padding: 0;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
	width: 42px;
}

.ho-testimonial-carousel-button:hover,
.ho-testimonial-carousel-button:focus-visible {
	background: var(--ho-green, #7a9472);
	border-color: var(--ho-green, #7a9472);
	color: #ffffff;
	outline: none;
}

.ho-testimonial-carousel-button:active {
	transform: translateY(1px);
}

.ho-testimonial-carousel-button:disabled {
	cursor: default;
	opacity: 0.42;
	pointer-events: none;
}

.ho-testimonial-carousel-button svg {
	display: block;
	height: 18px;
	width: 18px;
}

.ho-testimonial-carousel-dots {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
}

.ho-testimonial-carousel-dot {
	appearance: none;
	background: rgba(44, 44, 42, 0.2);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 8px;
	padding: 0;
	transition: background-color 160ms ease, width 160ms ease;
	width: 8px;
}

.ho-testimonial-carousel-dot.is-active {
	background: var(--ho-green, #7a9472);
	width: 22px;
}

@media (max-width: 1024px) {
	body:not(.elementor-editor-active) .ho-testimonial-carousel > .e-con,
	body:not(.elementor-editor-active) .ho-testimonial-carousel > .elementor-element {
		flex-basis: calc((100% - var(--ho-carousel-gap)) / 2) !important;
		max-width: calc((100% - var(--ho-carousel-gap)) / 2) !important;
	}
}

@media (max-width: 767px) {
	body:not(.elementor-editor-active) .ho-testimonial-carousel {
		--ho-carousel-gap: 16px;
		flex-direction: row !important;
		row-gap: 0 !important;
	}

	body:not(.elementor-editor-active) .ho-testimonial-carousel > .e-con,
	body:not(.elementor-editor-active) .ho-testimonial-carousel > .elementor-element {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.ho-testimonial-carousel-controls {
		margin-top: 18px;
	}
}
