.fine-rafx-testimonials {
	margin: 0 auto;
	padding: 60px 20px;
	text-align: center;
}

.fine-rafx-viewport {
	position: relative;
	overflow: hidden;
	padding: 0 50px;
}

.fine-rafx-track {
	position: relative;
	min-height: 180px;
}

.fine-rafx-slide {
	display: none;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.fine-rafx-slide.active {
	display: block;
	opacity: 1;
}

.fine-rafx-quote {
	font-family: "ivyora-text", sans-serif;
	font-size: 49px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.1em;
	color: #0E564C;
	text-align: center;
	margin: 0 0 30px;
}

.fine-rafx-author {
	font-family: "ivyora-display", sans-serif;
	font-size: 32px;
	font-weight: 400;
	color: #1E1E1E;
	line-height: 38.4px;
	text-align: center;
}

.fine-rafx-prev,
.fine-rafx-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	transition: opacity 0.3s ease;
}

.fine-rafx-prev {
	left: 0;
}

.fine-rafx-next {
	right: 0;
}

.fine-rafx-prev:hover,
.fine-rafx-next:hover {
	opacity: 0.6;
}

.fine-rafx-prev svg,
.fine-rafx-next svg {
	width: 20px;
	height: 20px;
	fill: rgba(237, 237, 237, 0.9);
}

.fine-rafx-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 30px;
}

.fine-rafx-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #000;
	opacity: 0.2;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.fine-rafx-dot.active {
	opacity: 1;
}

@media (max-width: 767px) {
	.fine-rafx-testimonials {
		padding: 40px 15px;
	}

	.fine-rafx-viewport {
		padding: 0 35px;
	}
}

@media (max-width: 480px) {
	.fine-rafx-viewport {
		padding: 0 30px;
	}
}
