.gc-testimonials__carousel-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.gc-testimonials {
	position: relative;
	padding-bottom: 95px;
}

.arrows {
	display: flex;
	gap: 12px;
}

.arrow-btn {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1.5px solid rgba(255, 255, 255, 0.2);
	background: transparent;
	color: var(--white);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color 0.2s, background 0.2s, transform 0.15s, opacity 0.2s;
}

.arrow-btn:hover:not(:disabled) {
	border-color: var(--orange);
	background: var(--orange);
}

.arrow-btn:active:not(:disabled) {
	transform: scale(0.93);
}

.arrow-btn:disabled {
	opacity: 0.25;
	cursor: default;
}

.arrow-btn svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.stage {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.counter {
	margin-top: 1.25rem;
	font-family: 'Syne', sans-serif;
	font-size: 0.8rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.3);
	letter-spacing: 0.1em;
}

.counter span {
	color: var(--white);
}

@media (max-width: 480px) {
	.arrow-btn {
		width: 44px;
		height: 44px;
	}
}
