/* =============================================================================
WSM Our Clients — Stylesheet v1.0.0
============================================================================= */

/* ── Wrapper ──────────────────────────────────────────────────────────────── */
.wsm-clients-wrapper {
	position: relative;
	width: 100%;
}

/* ── Swiper overrides ─────────────────────────────────────────────────────── */
.wsm-clients-swiper {
	width: 100%;
	overflow: hidden;
}

.wsm-clients-swiper .swiper-wrapper {
	align-items: stretch;
}

/* ── Slide card ───────────────────────────────────────────────────────────── */
.wsm-client-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 24px;
	height: 100%;
	transition: background-color 250ms ease, box-shadow 250ms ease;
	box-sizing: border-box;
}
.testimonials_slide_review_wrap {
    left: 1.25rem;
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    background-color: #f1edeb;
    opacity: 0;
    position: absolute;
    padding: 1rem;;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.wsm-client-slide:hover .testimonials_slide_review_wrap {
	 opacity: 1;
}
/* ── Link wrapper ─────────────────────────────────────────────────────────── */
.wsm-client-link {
	display: flex;
	flex-direction: column;
	align-items: inherit;
	text-align: inherit;
	width: 100%;
	text-decoration: none;
	color: inherit;
}

/* ── Image / Logo ─────────────────────────────────────────────────────────── */
.wsm-client-image {
	display: inline-flex;
	align-items: center;
	justify-content: center; 
    width: 100%;
	position:relative;
}

.wsm-client-image img {
	display: block;
	width: 100px;
	height: auto;
	object-fit: contain;
	transition: opacity 300ms ease, filter 300ms ease;
}

/* ── Name ─────────────────────────────────────────────────────────────────── */
.wsm-client-name {
	margin: 0 0 8px;
	padding: 0;
}

/* ── Text ─────────────────────────────────────────────────────────────────── */
.wsm-client-text {
	margin: 0;
	padding: 0;
}

/* ── Navigation arrows ────────────────────────────────────────────────────── */
.wsm-swiper-prev,
.wsm-swiper-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: none;
	background: none;
	cursor: pointer;
	transition: color 200ms ease, background-color 200ms ease;
	outline: none;
	padding: 0;
}

.wsm-swiper-prev { left: -22px; }
.wsm-swiper-next { right: -22px; }

.wsm-swiper-prev.swiper-button-disabled,
.wsm-swiper-next.swiper-button-disabled {
	opacity: 0.35;
	pointer-events: none;
}

/* ── Pagination ───────────────────────────────────────────────────────────── */
.wsm-clients-swiper .swiper-pagination {
	position: relative;
	margin-top: 20px;
}

/* ── Scrollbar ────────────────────────────────────────────────────────────── */
.wsm-clients-swiper .swiper-scrollbar {
	border-radius: 4px;
}
/* testimonials card hover state */
.testimonials_slide_wrap:hover .testimonials_slide_review_wrap {
	opacity: 100%;
}
.testimonials_slide_review_footer {
    width: 100%;
}
/* testimonials marquee transition */ 
	.testimonials_wrap .swiper-wrapper {
		transition-timing-function: linear !important;
	} 