/**
 * Testimonial Media Slider
 * Large (1280px+): Elementor settings — 317×566, max-width 1000px
 * Below 1280px: scaled heights (no fixed 566px)
 */

.testimonial-media-slider {
	width: 100%;
	max-width: var(--tms-max-width, 1000px);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.testimonial-media-slider__swiper {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 36px;
}

.testimonial-media-slider .swiper-slide {
	box-sizing: border-box;
	height: 300px;
	width: auto;
	flex-shrink: 0;
}

.testimonial-media-slider .tms-slide-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
}

.testimonial-media-slider .tms-slide-inner--video {
	position: relative;
}

.testimonial-media-slider .tms-media {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center top;
}

.testimonial-media-slider .tms-video-poster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center top;
	z-index: 2;
	pointer-events: none;
}

.testimonial-media-slider .tms-video-poster.is-hidden {
	display: none;
}

.testimonial-media-slider .tms-video {
	background: #000;
	position: relative;
	z-index: 1;
}

/* Mobile small — 360px */
@media (min-width: 360px) {
	.testimonial-media-slider .swiper-slide {
		height: 320px;
	}
}

/* Mobile large — 640px */
@media (min-width: 640px) {
	.testimonial-media-slider .swiper-slide {
		height: 360px;
	}
}

/* Tablet — 768px */
@media (min-width: 768px) {
	.testimonial-media-slider .swiper-slide {
		height: 400px;
	}
}

/* Tablet wide — 992px */
@media (min-width: 992px) {
	.testimonial-media-slider .swiper-slide {
		height: 440px;
	}
}

/* Laptop — 1024px (2–3 slides, not full 566 yet) */
@media (min-width: 1024px) {
	.testimonial-media-slider .swiper-slide {
		height: 480px;
		width: auto;
		max-width: 300px;
	}
}

/* Desktop — 1280px+ uses widget vars (317×566) */
@media (min-width: 1280px) {
	.testimonial-media-slider .swiper-slide {
		width: var(--tms-slide-width, 317px) !important;
		height: var(--tms-slide-height, 566px);
		max-width: var(--tms-slide-width, 317px);
	}
}

/* Large / wide — 1680px+ */
@media (min-width: 1680px) {
	.testimonial-media-slider {
		max-width: var(--tms-max-width, 1000px);
	}

	.testimonial-media-slider .swiper-slide {
		width: var(--tms-slide-width, 317px) !important;
		height: var(--tms-slide-height, 566px);
	}
}

/* Pagination dots */
.testimonial-media-slider .swiper-pagination {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	margin-top: 0;
	z-index: 10;
}

.testimonial-media-slider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 0;
	background: white;
	opacity: 1;
	margin: 0 10px !important;
}

.testimonial-media-slider .swiper-pagination-bullet-active {
	background: #FA2947;
}

.szoom {
	position: absolute;
	top: -52%;
	right: 11%;
}

@media screen and (max-width: 1024px) {
	.szoom {
		top: -21%;
		right: -15%;
	}
}

@media screen and (max-width: 992px) {
	.szoom {
		top: -21%;
		right: -25%;
	}
}

@media screen and (max-width: 767px) {
	.testimonial-media-slider .swiper-pagination {
		margin-top: 0;
	}

	.szoom {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
}
