.clients-love-section {
    background: #ffffff;
}

.clients-love-heading {
    text-align: center;
    font-family: ProximaNova-Bold;
    margin-bottom: 30px;
}

.clients-love-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 20px;
}

.stat-item {
    display: flex;
    gap: 14px;
    align-items: center;
}

.stat-item strong {
    font-size: 20px;
    display: block;
}

.stat-item span {
    font-size: 14px;
    color: #64748b;
}

.clients-love-rating {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 50px;
	color: #6D6868;
	font-weight: 400;
	font-size: 20px;
	gap: 10px;
	align-items: center;
}



.stars img {
	height: 18px;
}

.testimonial-card {
	background: #f8fbff;
	border-radius: 14px;
	padding: 24px;
	box-shadow: 0px 0px 10px 2px #0000001A;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 20px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-user img {
	height: 50px;
	object-fit: contain;
	width: 84px;
}

.testimonial-user span {
    display: block;
    font-size: 13px;
    color: #64748b;
}
body h2.clients-love-heading.text-2xl.font-bold.text-gray-800.sm\:text-3xl.lg\:text-4xl br {
	display: block !important;
}





@media (max-width: 768px) {

.clients-love-grid {
  display: flex;

}
}


/* Responsive */
/*@media (max-width: 900px) {*/
/*    .clients-love-grid {*/
/*        grid-template-columns: 1fr;*/
/*    }*/

/*    .clients-love-stats {*/
/*        flex-direction: column;*/
/*        gap: 20px;*/
/*    }*/
/*}*/


@media (max-width: 420px) {
    .stat-icon {
        height: 35px;
    }
    .clients-love-rating {
        font-size: 16px;
    }
    .stat-item {
        gap: 10px;
    }
    .stat-item strong {
	font-size: 18px;
    }
}