.stats-img { height: 100%; border-radius: 30px; overflow: hidden; }
.stats-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.stats-list { gap: 32px; }
.stats-box { min-height: 236px; padding: 32px; font-size: 16px; border-radius: 20px; }
.stats-box h3 { font-size: 80px; margin-bottom: 16px; margin-bottom: auto; }
.stats-box h4 { font-size: 20px; margin-bottom: 0; }
.stats-box p { margin-top: 8px; }
.custom-slider-navigation-holder { margin-top: 24px; }
.stats-item:nth-child(1) .stats-box { background: var(--nhc-yellow); color:#4B4B4B; }
.stats-item:nth-child(2) .stats-box { background: var(--nhc-green); color: var(--nhc-white); }
.stats-item:nth-child(3) .stats-box { background: var(--nhc-pink); color: var(--nhc-white); }
.blob-shape.stats-blob-shape-1 { inset:auto; top: 290px; left: -290px; }
.blob-shape.stats-blob-shape-1 span { transform: rotate(45deg); }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
 .stats-box h3 { font-size: 64px; }
 }
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
 .stats-img { height: auto; padding-bottom: 73.5%; }
.stats-list { gap: 0; }
.stats-box { min-height: auto; }
.stats-box h3 { font-size: 48px; }
 }
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
 .stats-img { padding-bottom: 67.5%; border-radius: 10px; }
.stats-box { padding: 24px; border-radius: 10px; margin-bottom: 8px; }
.stats-box h3 { font-size: 32px; }
.blob-shape.stats-blob-shape-1 { top: 180px; left: -200px; }
 }
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) {
 }
