/* Nextech Reviews — rotating testimonials */

.nx-reviews {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	background: transparent;
	padding: 20px;
	overflow: hidden;
}

.nx-reviews *,
.nx-reviews *::before,
.nx-reviews *::after {
	box-sizing: border-box;
}

.nx-reviews__title {
	margin: 0 0 28px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffffff;
}

.nx-reviews__card {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
	padding: 8px 0 0;
}

.nx-reviews__quote {
	margin: 0 0 24px;
	padding: 0;
	border: 0;
}

.nx-reviews__text {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.7;
	font-style: italic;
	font-weight: 400;
	color: #ffffff !important;
	transition: opacity 0.35s ease;
}

.nx-reviews__text.is-fading {
	opacity: 0;
}

.nx-reviews__source {
	margin: 0 0 4px;
	font-size: 0.95rem;
	font-weight: 700;
	color: #ffffff !important;
}

.nx-reviews__location {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.75) !important;
}

.nx-reviews__dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 28px;
}

.nx-reviews__dot {
	appearance: none;
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.35);
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.nx-reviews__dot:hover,
.nx-reviews__dot:focus {
	background: rgba(255, 255, 255, 0.7);
	outline: none;
}

.nx-reviews__dot.is-active {
	background: #ffffff;
	transform: scale(1.15);
}

.nx-reviews__data {
	display: none !important;
}

@media (min-width: 768px) {
	.nx-reviews {
		padding: 0;
	}

	.nx-reviews__text {
		font-size: 1.15rem;
	}
}
