/**
 * site/mp-testimonials — Meal plans "client love" testimonials.
 * Matches legacy .mp-testimonials design.
 */

.mp-testimonials {
	background: #f1ede8;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.mp-testimonials::before {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    background: #fdfaf6;
    position: absolute;
    top: 0;
    left: 0;
}

.mp-testimonials__script-title {
	color: #41502B;
	font-family: 'California Palms Script', cursive;
	font-size: 80px;
	font-weight: 100;
	line-height: 61px;
	margin: 0;
	text-align: right;
	position: absolute;
	top: -90px;
	right: 32%;
	z-index: 2;
}
.mp-testimonials .swiper-button-next:after, .mp-testimonials .swiper-rtl .swiper-button-prev:after {
	display:none!important;
}
.mp-testimonials .swiper-button-prev:after, .mp-testimonials .swiper-rtl .swiper-button-next:after {
	display:none;
}

.mp-testimonials__arrow {
	width: 27px;
	position: absolute;
	right: -51px;
	top: 30px;
}

.mp-testimonials__slider-wrap {
	max-width: 1190px;
	margin: 0 auto;
	position: relative;
	padding: 0 50px;
}

.mp-testimonials-swiper {
	overflow: hidden;
}

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

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

.mp-testimonials__prev,
.mp-testimonials__next {
	position: absolute;
	top: 49%;
	z-index: 10;
	margin-top: -22px;
	color: #607841;
}

.mp-testimonials__prev {
	left: 0;
}

.mp-testimonials__next {
	right: 0;
}

.mp-testimonials__prev:hover,
.mp-testimonials__next:hover,
.mp-testimonials__prev:focus,
.mp-testimonials__next:focus {
	color: #41502b;
}

.mp-testimonials__prev:focus-visible,
.mp-testimonials__next:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.mp-testimonials__flexy {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1092px;
    margin: 0 auto;
    padding-bottom: 50px;
    gap: 50px;
}

.mp-testimonials__txt {
    padding: 126px 0 0;
    width: 50%;
}

.mp-testimonials__txt h5 {
    text-transform: uppercase;
    font-family: 'IBM Plex Mono';
    font-size: 15px;
    color: #41502B;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 16px;
}

.mp-testimonials__txt h3 {
	margin: 21px auto 0;
	line-height: 37px;
}

.mp-testimonials__txt h6 {
    margin: 14px 0 3px;
    font-family: 'California Palms Script';
    font-weight: 100;
    font-size: 60px;
    color: #41502B;
}

.mp-testimonials__txt h6 strong {
	font-weight: 100;
	font-size: 25px;
}

.mp-testimonials__txt p {
	color: #6f6b66;
	font-size: 14px;
	line-height: 18px;
}

.mp-testimonials__flexy img {
	width: 356px;
	margin: 0 65px 0 0;
	flex-shrink: 0;
	object-fit: cover;
}

.mp-testimonials__video {
	max-width: 46%;
}

.mp-testimonials__video .wp-video {
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.mp-testimonials__script-title {
		right: 13%;
	}

	.mp-testimonials__flexy {
		max-width: 90%;
	}
}

@media (max-width: 767px) {
	.mp-testimonials__script-title {
		right: 13%;
		top: -71px;
		z-index: 2;
	}

	.mp-testimonials__flexy {
		max-width: 90%;
		flex-direction: column-reverse;
	}

	.mp-testimonials__video {
		max-width: 100%;
	}

	.mp-testimonials__flexy img {
		width: 263px;
		margin: 0 auto -46px;
		object-fit: contain;
	}

	.mp-testimonials__txt h5,
	.mp-testimonials__txt h3,
	.mp-testimonials__txt h6,
	.mp-testimonials__txt p {
		text-align: center;
	}

	.mp-testimonials__txt {
		padding: 0;
		text-align: center;
		width: 100%;
	}
}

@media (max-width: 500px) {
	.mp-testimonials__script-title {
		top: -73px;
		right: 18%;
	}
	.mp-testimonials__slider-wrap {
		padding:0 20px;
	}
	.mp-testimonials__flexy {
		max-width:95%;
		gap:30px;
	}
}
