/* =========================================
   IDG Testimonials Section
   ========================================= */

.idg-testimonials {
	background:
		radial-gradient(circle at 20% 18%, rgba(255, 250, 239, 0.58) 0, rgba(255, 250, 239, 0) 36%),
		radial-gradient(circle at 82% 24%, rgba(194, 170, 136, 0.18) 0, rgba(194, 170, 136, 0) 34%),
		linear-gradient(135deg, #efe5d6 0%, #e5d8c8 52%, #dacbb9 100%);
	background-position: center;
	background-size: cover;
	color: #10184a;
}

.idg-testimonials__overlay {
	background:
		linear-gradient(
			115deg,
			rgba(255, 252, 244, 0.24) 0%,
			rgba(255, 252, 244, 0) 36%,
			rgba(122, 98, 70, 0.07) 100%
		),
		radial-gradient(circle at 50% 100%, rgba(121, 98, 70, 0.09) 0, rgba(121, 98, 70, 0) 44%),
		linear-gradient(
			90deg,
			rgba(232, 222, 208, 0.91) 0%,
			rgba(232, 222, 208, 0.85) 48%,
			rgba(232, 222, 208, 0.8) 100%
		);
	padding: clamp(72px, 6.8vw, 92px) 24px;
}

.idg-testimonials__inner {
	align-items: start;
	display: grid;
	gap: clamp(64px, 8vw, 108px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1080px;
}

.idg-testimonials__quote {
	border-left: 2px solid #10184a;
	margin: 0;
	padding-left: clamp(26px, 3vw, 36px);
}

.idg-testimonials__quote blockquote {
	margin: 0;
}

.idg-testimonials__quote p {
	color: #10184a;
	font-size: clamp(21px, 2vw, 27px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.45;
	margin: 0;
}

.idg-testimonials__quote figcaption {
	color: #10184a;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin-top: 26px;
	text-transform: uppercase;
}

@media (max-width: 760px) {
	.idg-testimonials__overlay {
		padding: 64px 20px;
	}

	.idg-testimonials__inner {
		gap: 48px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.idg-testimonials__quote {
		padding-left: 22px;
	}

	.idg-testimonials__quote p {
		font-size: 20px;
	}
}
