section.testimonial-v2 {
	padding: 6rem 2rem;
}

.testimonial-v2 .container .inner {
	margin: 0;
}

.testimonial-v2_head {
	margin: 0 auto 3.5rem;
	max-width: 920px;
	text-align: center;
}

.testimonial-v2_head .testimonial-title {
	margin: 0 0 2rem;
}

.testimonial-v2-body {
	margin: 0 0 2rem;
}

.testimonial-v2_cols {
	align-items: flex-start; 
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 1rem;
	justify-content: space-between;
}

.testimonial-v2_col {
	flex: 2 1 0;
	min-width: 0;
}

.testimonial-v2_col-stats {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.testimonial-v2_image-wrap {
	border-radius: 14px;
	line-height: 0;
	overflow: hidden;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.testimonial-v2_image-wrap img {
	display: block;
	height: auto;
	transition: transform 0.45s ease;
	width: 100%;
}

.testimonial-v2_col-image:hover .testimonial-v2_image-wrap {
	box-shadow: 0 18px 40px rgba(17, 44, 86, 0.12);
}

.testimonial-v2_col-image:hover .testimonial-v2_image-wrap img {
	transform: scale(1.02);
}

.testimonial-v2_stats-card {
	align-self: flex-start;
	background: linear-gradient(180deg, #cceffb 0%, #81e8ab 100%);
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	padding: 20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin-right: 30px;
}

.testimonial-v2_col-stats:hover .testimonial-v2_stats-card {
	box-shadow: 0 14px 32px rgba(17, 44, 86, 0.1);
	transform: translateY(-2px);
}

.testimonial-v2_stat-value {
	color: #1d4990;
	font-size: clamp(2.25rem, 4vw, 3rem);
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 5px;

}

.testimonial-v2_stat-label {
	color: #1d4990;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 0;
}

.testimonial-v2_logo {
	line-height: 0;
	margin-bottom: 1.5rem;
	max-width: 200px;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.testimonial-v2_logo img {
	display: block;
	height: auto;
	max-height: 48px;
	width: auto;
}

.testimonial-v2_col-quote:hover .testimonial-v2_logo {
	opacity: 0.92;
	transform: translateY(-1px);
}

.testimonial-v2_quote {
	border: 0;
	color: #2d3748;
	font-size: 1.0625rem;
	line-height: 1.55;
	margin: 0 0 1.5rem;
	padding: 0;
}

.testimonial-v2_quote p {
	margin: 0 0 0.75rem;
}

.testimonial-v2_quote p:last-child {
	margin-bottom: 0;
}

.testimonial-v2_attribution {
	margin-bottom: 20px;
}

.testimonial-v2_attribution-name {
	color: #00aeef;
	font-size: 20px;
	font-weight: 400;
}

.testimonial-v2_attribution-role {
	font-size: 20px;
	line-height: 1.45;
}

.testimonial-v2_cta {
	align-items: center;
	color: #0f1728;
	display: inline-flex;
	font-family: var(--v2-font-label), sans-serif;
	font-size: 1rem;
	font-weight: 600;
	gap: 8px;
	margin-top: 1.5rem;
	text-decoration: none;
	transition: color 0.2s ease;
}

.testimonial-v2_cta-icon {
	display: inline-block;
	height: 16px;
	transition: filter 0.2s ease, transform 0.2s ease;
	width: 16px;
}

.testimonial-v2_cta:hover {
	color: #00aeef;
}


@media (max-width: 1080px) {
	.testimonial-v2_cols {
		flex-wrap: wrap;
		gap: 1.5rem;
	}

	.testimonial-v2_col-image {
		flex: 2 1 0;
	}

	.testimonial-v2_col-stats {
		flex: 1 1 0;
	}

	.testimonial-v2_col-quote {
		flex: 1 1 100%;
	}

	.testimonial-v2_stats-card {
		align-self: stretch;
		background: transparent;
		display: flex;
		flex-direction: column;
		gap: 1rem;
		margin-right: 0;
		min-height: 0;
		padding: 0;
		width: 100%;
	}

	.testimonial-v2_stat {
		background: linear-gradient(180deg, #cceffb 0%, #81e8ab 100%);
		border-radius: 14px;
		padding: 1.5rem;
	}

	.testimonial-v2_col-stats:hover .testimonial-v2_stats-card {
		box-shadow: none;
	}
}

@media (max-width: 768px) {
	section.testimonial-v2 {
		padding: 3rem 2rem;
	}

	.testimonial-v2_head {
		margin-bottom: 2rem;
		text-align: center;
	}

	.testimonial-v2-body {
		font-size: 18px;
		line-height: 28px
	}

	.testimonial-v2_cols {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 25px;
	}

	.testimonial-v2_col-image,
	.testimonial-v2_col-stats,
	.testimonial-v2_col-quote {
		flex: 1 1 auto;
		width: 100%;
	}

	.testimonial-v2_image-wrap {
		border-radius: 10px;
	}

	.testimonial-v2_col-image:hover .testimonial-v2_image-wrap,
	.testimonial-v2_col-stats:hover .testimonial-v2_stats-card {
		box-shadow: none;
	}

	.testimonial-v2_stats-card {
		align-self: stretch;
		background: transparent;
		display: flex;
		flex-direction: row;
		gap: 0.5rem;
		margin-right: 0;
		min-height: 0;
		padding: 0;
		width: 100%;
	}

	.testimonial-v2_stat {
		background: linear-gradient(180deg, #cceffb 0%, #81e8ab 100%);
		border-radius: 10px;
		flex: 1 1 0;
		padding: 1rem;
	}

	.testimonial-v2_stat-value {
		font-size: clamp(2rem, 11vw, 3rem);
	}

	.testimonial-v2_stat-label {
		font-size: 18px;
		line-height: 22px;
	}

	.testimonial-v2_logo {
		margin-bottom: 1.25rem;
	}

	.testimonial-v2_quote {
		font-size: 1rem;
		line-height: 1.5;
	}

	.testimonial-v2_attribution-name,
	.testimonial-v2_attribution-role {
		font-size: 18px;
	}
}
