.mutamayzoun-testimonials {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: 7rem 1.25rem;
	background: var(--mutamayzoun-navy);
	color: #fff;
}

.mutamayzoun-testimonials__ornament {
	position: absolute;
	inset-inline-start: -7rem;
	top: -6rem;
	width: 22rem;
	height: 22rem;
	transform: rotate(45deg);
	border: 1px solid rgba(213, 179, 111, .18);
	z-index: -1;
}

.mutamayzoun-testimonials__inner {
	position: relative;
	width: min(100%, 80rem);
	margin-inline: auto;
}

.mutamayzoun-testimonials__heading {
	max-width: 48rem;
	margin-inline: auto;
	text-align: center;
}

.mutamayzoun-testimonials__heading p {
	margin: 0 0 1.25rem;
	color: var(--mutamayzoun-gold-light);
	font-size: .875rem;
	font-weight: 800;
}

.mutamayzoun-testimonials__heading h2 {
	margin: 0;
	font-family: var(--iketch-font-heading), Tajawal, system-ui, sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	line-height: 1.55;
}

.mutamayzoun-testimonials__heading div {
	margin-top: 1.25rem;
	color: #cbd5e1;
	font-size: 1.05rem;
	line-height: 2;
}

.mutamayzoun-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	margin-top: 3.5rem;
}

.mutamayzoun-testimonial-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 19rem;
	padding: 2rem;
	border-inline-start: 3px solid var(--mutamayzoun-gold);
	background: #fff;
	color: var(--mutamayzoun-navy);
	box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, .18);
	transition: transform .25s ease, box-shadow .25s ease;
}

.mutamayzoun-testimonial-card:hover {
	transform: translateY(-.35rem);
	box-shadow: 0 2rem 4rem rgba(0, 0, 0, .24);
}

.mutamayzoun-testimonial-card__topline {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.mutamayzoun-testimonial-card__quote {
	color: var(--mutamayzoun-gold);
	font-family: Georgia, serif;
	font-size: 4.5rem;
	font-weight: 700;
	line-height: .7;
}

.mutamayzoun-testimonial-card__stars {
	color: var(--mutamayzoun-gold);
	font-size: .9rem;
	letter-spacing: .15em;
	white-space: nowrap;
}

.mutamayzoun-testimonial-card blockquote {
	flex: 1;
	margin: 1.25rem 0 2rem;
	font-family: var(--iketch-font-heading), Tajawal, system-ui, sans-serif;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 2;
	text-align: start;
}

.mutamayzoun-testimonial-card blockquote p {
	margin: 0;
}

.mutamayzoun-testimonial-card__client {
	display: flex;
	align-items: center;
	gap: .85rem;
	padding-top: 1.25rem;
	border-top: 1px solid #e2e8f0;
}

.mutamayzoun-testimonial-card__client img,
.mutamayzoun-testimonial-card__avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 3rem;
	width: 3rem;
	height: 3rem;
	border-radius: 999px;
	background: var(--mutamayzoun-navy);
	color: var(--mutamayzoun-gold-light);
	font-size: 1.25rem;
	font-weight: 800;
	object-fit: cover;
}

.mutamayzoun-testimonial-card__client strong,
.mutamayzoun-testimonial-card__client span {
	display: block;
}

.mutamayzoun-testimonial-card__client strong {
	font-size: 1rem;
	font-weight: 800;
}

.mutamayzoun-testimonial-card__client div span {
	margin-top: .25rem;
	color: #64748b;
	font-size: .875rem;
}

@media (max-width: 900px) {
	.mutamayzoun-testimonials__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.mutamayzoun-testimonials {
		padding-block: 5rem;
	}

	.mutamayzoun-testimonials__grid {
		grid-template-columns: 1fr;
		margin-top: 2.5rem;
	}

	.mutamayzoun-testimonial-card {
		min-height: 0;
	}
}
