/**
 * site/testimonials (v2) — two-column: left (title, description, button), right (vertical Swiper).
 * Background and text colors from core block settings apply to outer section.
 */

.testimonials-v2__inner {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	max-width: 100%;
	margin: 0 auto;
	padding: 64px 0px 40px 5%;
	justify-content: space-between;
}

/* Left column (~40–45%) */
.testimonials-v2__left {
	width: 433px;
}

.testimonials-v2__title {
	margin: 31px 0 28px;
}

.testimonials-v2__description {
	margin: 0 0 48px;
}

.testimonials-v2__description p {
	margin: 0 0 0.75rem;
}

.testimonials-v2__description p:last-child {
	margin-bottom: 0;
}

.testimonials-v2__button {
	display: inline-block;
	font-family: 'Sofia Pro', 'sofia-pro', -apple-system, sans-serif;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.12rem;
	background: #000000;
	color: #ffffff;
	border: none;
	cursor: pointer;
	padding: 12px 24px;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.testimonials-v2__button:hover {
	background-color: #402103;
	color: #ffffff;
}

/* Right column (~55–60%) */
.testimonials-v2__right {
	position: relative;
	min-width: 280px;
	display: flex;
	align-items: stretch;
	width: 70%;
}

.testimonials-v2-swiper {
	width: 100%;
	height: 600px;
	overflow: hidden;
	padding-right: 0!important;
}

.testimonials-v2__desktop-arrows {
	display: flex;
	gap: 14px;
	align-items: center;
	margin: 0 0 32px;
}
.testimonials-v2__arrow.testimonials-v2__next {
	    transform: scaleX(-1);
}

.testimonials-v2__arrow {
	width: 52px;
	height: 52px;
	border: none;
	background: #000000;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
}

.testimonials-v2__arrow:hover {
	opacity: 0.9;
}

.testimonials-v2__arrow svg {
	display: block;
}

.testimonials-v2-swiper .swiper-wrapper {
	align-items: stretch;
}

.testimonials-v2-swiper .swiper-slide {
	height: auto;
	box-sizing: border-box;
}

.testimonials-v2__slide-inner {
	background: #000000;
	color: #ffffff;
	padding: 1.5rem;
	height: 100%;
	display: flex;
	flex-direction: column;
}

/* Video (16:9) */
.testimonials-v2__video {
	position: relative;
	width: 100%;
	height:400px;
	overflow: hidden;
}

.testimonials-v2__video iframe,
.testimonials-v2__video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Quote and description inside slide */
.testimonials-v2__quote {
    font-family: 'Sofia Pro', 'sofia-pro', -apple-system, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 20px;
    color: #ffffff;
}

.testimonials-v2__description-slide {
	font-family: 'Sofia Pro', 'sofia-pro', -apple-system, sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	color: #ffffff;
}

/* Pagination dots — vertical on the right, visible on top of slides */
.testimonials-v2__right .swiper-pagination {
	position: absolute;
	right: 16px;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	display: flex;
	flex-direction: column;
	gap: 0px;
	z-index: 10;
	pointer-events: none;
}

.testimonials-v2__right .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #000;
	opacity: 1;
	margin: 0;
	pointer-events: auto;
}

.testimonials-v2__right .swiper-pagination-bullet-active {
	background: #000;
	border-color: #000;
}

/* Empty state */
.testimonials-v2__right--empty {
	align-items: center;
	justify-content: center;
	min-height: 200px;
}

/* Dots disabled (desktop + mobile) */
.testimonials-v2__right .swiper-pagination {
	display: none;
}

.testimonials-v2__empty {
	font-size: 14px;
	color: inherit;
	opacity: 0.7;
	margin: 0;
}
@media (max-width:1280px) {
	.testimonials-v2__video {
			position: relative;
			width: 100%;
			height: 260px;
			overflow: hidden;
		}
				.testimonials-v2__right {
					width:57%;
				}
}
/* Responsive */
@media (max-width: 1010px) {
	.testimonials-v2__inner {
		flex-direction: column;
			padding: 0;
			width: 100%;
			max-width: 100%;
	}

	.testimonials-v2__left {
		flex: 1 1 auto;
		width: 95%;
		margin: 0 auto 20px;
	}

	.testimonials-v2__right {
		flex: 1 1 auto;
			width: 100%;
			max-width: 100%;
			padding-left: 3%;
	}
    .testimonials-v2-swiper {
        height: 629px;
    }
	.testimonials-v2__video {
		height:265px;
	}
	.testimonials-v2__slide-inner {
		display:block;
	}
	.testimonials-v2__inner {
		margin-bottom:40px;
	}
}

@media (min-width: 1025px).testimonials-v2__inner {
	.testimonials-v2__desktop-arrows {
		display: flex;
	}
}

@media (max-width: 600px) {
	.testimonials-v2__inner {
		 max-width: 100%;
        padding: 0px 0px;
        width: 100%;
	}
	.testimonials-v2__title {
	    margin: 31px 0 15px;
	    font-size: 30px;
	    line-height: 1.3;
	}
	.testimonials-v2__description {
	    margin: 0 0 30px;
	}
	.testimonials-v2__quote {
		font-size:20px!important;
		line-height:1.3!important;
	}
	.testimonials-v2-swiper {
		padding-right: 0 !important;
	}
}
