/* Section styling */
.logo-stats-section-0116932e {
    background-color: #F8FAFC;
    padding: 56px 0;
    font-family: 'Manrope', sans-serif;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.logo-stats-wrapper-0116932e {
    width: 100%;
}

/* Header centered */
.header-0116932e {
    text-align: center;
    padding: 0 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lbl-0116932e {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #22E6A7;
    margin-bottom: 12px;
}

.title-0116932e {
    font-size: 26px;
    font-weight: 700;
    color: #1F2937;
    margin: 0 0 12px 0;
}

.sub-0116932e {
    font-size: 14px;
    color: #64748B;
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Infinite Auto-scrolling logo carousel */
.logo-carousel-container-0116932e {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 40px;
}

/* Gradients fade effect on both sides */
.logo-carousel-container-0116932e::before,
.logo-carousel-container-0116932e::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 80px;
    z-index: 2;
    pointer-events: none;
    top: 0;
}

.logo-carousel-container-0116932e::before {
    left: 0;
    background: linear-gradient(to right, #F8FAFC 0%, rgba(248, 250, 252, 0) 100%);
}

.logo-carousel-container-0116932e::after {
    right: 0;
    background: linear-gradient(to left, #F8FAFC 0%, rgba(248, 250, 252, 0) 100%);
}

/* Carousel track flex container */
.carousel-track-0116932e {
    display: flex;
    width: max-content;
    animation: scroll-logos-0116932e 28s linear infinite;
    gap: 12px;
}

.carousel-track-0116932e:hover {
    animation-play-state: paused;
}

/* Cards layout */
.logo-card-0116932e {
    width: 140px;
    height: 72px;
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.logo-card-0116932e:hover {
    border-color: #22E6A7;
}

.placeholder-box-0116932e {
    width: 28px;
    height: 28px;
    background-color: #EEF4F8;
    border-radius: 6px;
}

.client-name-0116932e {
    font-size: 11px;
    font-weight: 700;
    color: #94A3B8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Infinite loop keyframes */
@keyframes scroll-logos-0116932e {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Stats section styling */
.stats-row-0116932e {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 0 40px;
    margin-top: 40px;
}

.stat-col-0116932e {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 150px;
}

.stat-number-wrapper-0116932e {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-bottom: 6px;
}

.num-0116932e {
    font-size: 28px;
    font-weight: 700;
    color: #1F2937;
}

.sym-0116932e {
    font-size: 28px;
    font-weight: 700;
    color: #22E6A7;
}

.stat-lbl-0116932e {
    font-size: 12px;
    color: #64748B;
    font-weight: 500;
}

/* Responsive configurations */
@media (max-width: 767px) {
    .stats-row-0116932e {
        flex-direction: column;
        gap: 30px;
    }
    .stat-col-0116932e {
        min-width: auto;
    }
}
