.moraway-testimonial-section {
	position: relative;
	padding: 52px 0;
	background: #61735b;
	overflow: hidden;
}

.moraway-testimonial-wrap {
	width: min(1180px, calc(100% - 96px));
	margin: 0 auto;
	position: relative;
}

.moraway-testimonial-section-heading {
	margin: 0 20px 24px;
	text-align: center;
	color: #fff;
	font-size: clamp(1.85rem, 2.6vw, 3rem);
	line-height: 1;
}

.moraway-testimonial-carousel-shell {
	position: relative;
	width: 100%;
}

.moraway-testimonial-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.moraway-testimonial-track {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 0;
	box-sizing: border-box;
	transition: transform 0.5s ease;
	will-change: transform;
}

.moraway-testimonial-slide {
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0;
}
.moraway-testimonial-card {
	display: grid;
	grid-template-columns: minmax(220px, 0.68fr) minmax(480px, 1fr);
	gap: 20px;
	align-items: center;

	background: #fffefa;
	border: 6px solid #fff;
	border-radius: 24px;
	overflow: hidden;

	min-height: 260px;

	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.moraway-testimonial-image-wrap {
	position: relative;
	min-height: 260px;
	max-height: 260px;
	background: #ddd;
	border-radius: 16px;
	overflow: hidden;
	margin: 0;
}

.moraway-testimonial-image-wrap img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.moraway-testimonial-image-placeholder {
	width: 100%;
	height: 100%;
	min-height: 300px;
	background: linear-gradient(135deg, #d8d2c8 0%, #b8b1a6 100%);
}

.moraway-testimonial-content {
	padding: 28px 44px 28px 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.moraway-testimonial-quote-mark {
	font-size: clamp(3.75rem, 4.3vw, 5.5rem);
	line-height: 0.55;
	font-weight: 700;
	color: #111;
	margin-bottom: 8px;
	font-family: Georgia, serif;
}

.moraway-testimonial-hook,
.moraway-testimonial-quote {
	margin: 0;
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.25;
	font-weight: 500;
	font-style: italic;
	color: #111;
}

.moraway-testimonial-hook {
	margin-bottom: 10px;
	font-weight: 600;
}

.moraway-testimonial-quote p {
	margin: 0;
	font-size: 30px;
}

.moraway-testimonial-author {
	margin-top: 18px;
	font-size: clamp(0.95rem, 1.05vw, 1.15rem);
	font-style: italic;
	color: #555;
}

.moraway-testimonial-stars,
.moraway-testimonial-dots {
	display: none;
}

.moraway-testimonial-arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 999px;
	background: #fffefa;
	color: #07485b;
	font-size: 3.6rem;
	line-height: 0.75;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.moraway-testimonial-arrow.prev {
	left: -76px;
}

.moraway-testimonial-arrow.next {
	right: -76px;
}

.moraway-testimonial-arrow:hover,
.moraway-testimonial-arrow:focus {
	opacity: 0.8;
	outline: none;
}

/* Alt testimonial carousel */

.moraway-testimonial-section--alt {
	background: #61735b;
	padding: 52px 0;
	overflow: hidden;
}

.moraway-testimonial-section--alt .moraway-testimonial-card--no-image {
	display: flex;
	align-items: stretch;
	justify-content: center;
	background: #fffefa;
	border: 6px solid #fff;
	border-radius: 24px;
	overflow: hidden;
	min-height: 275px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.moraway-testimonial-section--alt .moraway-testimonial-content--full {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: 34px 48px 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.moraway-testimonial-section--alt .moraway-testimonial-heading {
	display: none;
}

@media (max-width: 1360px) {
	.moraway-testimonial-wrap {
		width: min(1120px, calc(100% - 120px));
	}

	.moraway-testimonial-arrow.prev {
		left: -58px;
	}

	.moraway-testimonial-arrow.next {
		right: -58px;
	}
}

@media (max-width: 980px) {
	.moraway-testimonial-wrap {
		width: calc(100% - 72px);
	}

	.moraway-testimonial-card {
		grid-template-columns: minmax(240px, 0.85fr) minmax(320px, 1fr);
	}

	.moraway-testimonial-arrow {
		width: 44px;
		height: 44px;
		font-size: 3rem;
	}

	.moraway-testimonial-arrow.prev {
		left: -52px;
	}

	.moraway-testimonial-arrow.next {
		right: -52px;
	}
}

@media (max-width: 820px) {
	.moraway-testimonial-section,
	.moraway-testimonial-section--alt {
		padding: 44px 0;
	}

	.moraway-testimonial-wrap {
		width: calc(100% - 56px);
	}

	.moraway-testimonial-card {
		grid-template-columns: 1fr;
		gap: 0;
		min-height: auto;
	}

	.moraway-testimonial-image-wrap {
		min-height: 210px;
		max-height: 240px;
	}

	.moraway-testimonial-content {
		padding: 24px 24px 28px;
	}

	.moraway-testimonial-section--alt .moraway-testimonial-content--full {
		padding: 30px 26px;
	}

	.moraway-testimonial-arrow {
		width: 40px;
		height: 40px;
		font-size: 2.8rem;
	}

	.moraway-testimonial-arrow.prev {
		left: -46px;
	}

	.moraway-testimonial-arrow.next {
		right: -46px;
	}
}

@media (max-width: 520px) {
	.moraway-testimonial-section,
	.moraway-testimonial-section--alt {
		padding: 38px 0;
	}

	.moraway-testimonial-wrap {
		width: calc(100% - 36px);
	}

	.moraway-testimonial-section-heading {
		margin-bottom: 20px;
	}

	.moraway-testimonial-card,
	.moraway-testimonial-section--alt .moraway-testimonial-card--no-image {
		border-width: 5px;
		border-radius: 20px;
	}

	.moraway-testimonial-image-wrap {
		min-height: 170px;
		max-height: 190px;
	}

	.moraway-testimonial-content,
	.moraway-testimonial-section--alt .moraway-testimonial-content--full {
		padding: 24px 20px 26px;
	}

	.moraway-testimonial-hook,
	.moraway-testimonial-quote {
		font-size: 1rem;
		line-height: 1.25;
	}

	.moraway-testimonial-arrow {
		width: 36px;
		height: 36px;
		font-size: 2.4rem;
	}

	.moraway-testimonial-arrow.prev {
		left: -40px;
	}

	.moraway-testimonial-arrow.next {
		right: -40px;
	}
}