/* Testimonial Carousel - 0b15db4e */
.tc-0b15db4e-wrapper {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}

.tc-0b15db4e-title {
	margin-top: 0;
	margin-bottom: 40px;
}

.tc-0b15db4e-swiper {
	overflow: hidden;
	padding-bottom: 50px;
}

.tc-0b15db4e-card {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	height: 100%;
	box-sizing: border-box;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform, box-shadow;
}

.tc-0b15db4e-card:hover {
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.15);
	transform: translateY(-6px);
}

.tc-0b15db4e-stars {
	display: flex;
	gap: 2px;
	line-height: 1;
}

.tc-0b15db4e-star {
	display: inline-block;
}

.tc-0b15db4e-star--filled {
	color: #f5a623;
}

.tc-0b15db4e-star--empty {
	color: #d0d0d0;
}

.tc-0b15db4e-feedback {
	margin: 0;
	line-height: 1.7;
	flex-grow: 1;
	font-style: italic;
}

.tc-0b15db4e-client {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 8px;
}

.tc-0b15db4e-photo {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.tc-0b15db4e-client-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.tc-0b15db4e-name {
	font-weight: 600;
	line-height: 1.3;
}

.tc-0b15db4e-role {
	font-size: 0.875em;
	line-height: 1.3;
}

/* Navigation Arrows */
.tc-0b15db4e-nav-prev,
.tc-0b15db4e-nav-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #1a1a2e;
	border: 1px solid #e0e0e0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.tc-0b15db4e-nav-prev:hover,
.tc-0b15db4e-nav-next:hover {
	background-color: #1a1a2e;
	color: #ffffff;
	border-color: #1a1a2e;
}

.tc-0b15db4e-nav-prev {
	left: -5px;
}

.tc-0b15db4e-nav-next {
	right: -5px;
}

/* Pagination */
.tc-0b15db4e-pagination {
	text-align: center;
	margin-top: 10px;
}

.tc-0b15db4e-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #d0d0d0;
	opacity: 1;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.tc-0b15db4e-pagination .swiper-pagination-bullet-active {
	background-color: #1a1a2e;
	transform: scale(1.2);
}

/* Responsive */
@media (max-width: 767px) {
	.tc-0b15db4e-nav-prev,
	.tc-0b15db4e-nav-next {
		width: 34px;
		height: 34px;
		font-size: 14px;
	}
}
