.panel-testimonial { background: #fff; }
.panel-testimonial .container { }
.panel-testimonial .row { display: flex; align-items: center; }
.testimonial-image-col { padding: 0 17px 0 22px; }
.testimonial-image-wrapper { position: relative; width: 100%; }
.testimonial-image { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 10px; background: #d9d9d9; }
.testimonial-content-col { padding: 0 18px; position: relative; }
.testimonial-content-wrapper { position: relative; padding: 88px 0 0 0; font-family: "neue-haas-grotesk-display", sans-serif; }
.quote-mark { position: absolute; width: 72px; height: 72px; color: #080808; opacity: 0.3; }
.quote-mark-open { top: -10px; left: -7px; }
.quote-mark-close { bottom: -11px; right: 30px; }
.quote-mark svg { width: 100%; height: 100%; }
.testimonial-quote p { font-size: 20px; font-weight: 500; line-height: 32px; letter-spacing: 0.6px; color: #080808; margin: 0 0 36px 0; max-width:568px; }
.testimonial-author { margin-bottom: 18px; }
.author-name { font-size: 18px; font-weight: 600; line-height: 26px; letter-spacing: 0.54px; color: #252c32; margin: 0 0 1px 0; }
.author-position { font-size: 14px; font-weight: 400; line-height: 20px; color: #6b7280; margin: 0; }
.testimonial-logo img { max-height: 50px; width: auto; display: block; }

/* Responsive adjustments */
@media (max-width: 991px) {
	.testimonial-image-wrapper {
		height: 350px;
		margin-bottom: 40px;
	}
	
	.testimonial-quote {
		margin: 50px 0 30px;
	}
	
	.testimonial-quote p {
		font-size: 18px;
		line-height: 28px;
	}
	
	.quote-mark {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 767px) {
	.testimonial-image-wrapper {
		height: 300px;
		margin-bottom: 30px;
	}
	
	.testimonial-content-wrapper {
		padding: 30px 0;
	}
	
	.testimonial-quote {
		margin: 40px 0 25px;
		padding: 0 10px;
	}
	
	.testimonial-quote p {
		font-size: 16px;
		line-height: 26px;
	}
	
	.author-name {
		font-size: 16px;
		line-height: 24px;
	}
	
	.author-position {
		font-size: 13px;
		line-height: 18px;
	}
	
	.testimonial-author {
		padding: 0 10px;
	}
	
	.testimonial-logo {
		padding: 0 10px;
		margin-bottom: 30px;
	}
	
	.testimonial-logo img {
		max-height: 40px;
	}
	
	.quote-mark {
		width: 50px;
		height: 50px;
	}
}

