.stats-slider-section {
    max-width: 880px;
     border: 1px solid #E2E4E9;
    border-radius: 16px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 8px 10px -6px #0000001A;
}

.stats-slider {
    position: relative;
    background: #F2F9FD;   
    padding: 0px 60px !important;
    text-align: center;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
    display: flex;
    align-items: center;
    height: 276px;
    padding-bottom: 36px !important;
}

.stats-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    min-height: 210px;
}

.stats-card p {
    font-weight: 500;
    font-size: 20px !important;
    margin-bottom: 0px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #222222 !important;
}

.stats-card p strong {
    display: block;
    padding-top: 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #010852 !important;
}

.stats-card span span {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    display: block;
    padding-top: 12px;
    color: #043A5A !important;
}

.stats-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #D2EEFE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.stats-card__icon::after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(/images/dollar-sign.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.stats-card__label {
    font-size: 18px;
    line-height: 1.4;
    color: #1b2733;
    margin: 0;
}

.stats-card__value {
    font-size: 26px;
    font-weight: 700;
    color: #0b5dac;
    margin: 0;
}

.stats-slider .glide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-slider__arrows .glide__arrow {
    border: none;
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    box-shadow: 0px 10px 15px -3px #0000001A;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stats-slider__arrows .glide__arrow--left {
    left: 8px;
}

.stats-slider__arrows .glide__arrow--right {
    right: 8px;
}

.glide__bullet:hover, .glide__bullet:focus {
    border: none !important;
    background-color: #0989D6 !important;
}

.stats-arrow-icon::before {
    content: '';
    height: 32px;
    width: 25px;
    margin: 0 auto;
    background: url(/images/arrow.svg);
    transform: rotate(0deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.glide__arrow--right .stats-arrow-icon::before {
    transform: rotate(180deg);
}

.stats-slider__bullets {
    display: inline-flex;
    justify-content: center;
    padding: 12px;
    background: #ffffff;
    border-radius: 999px;
}

.stats-slider__bullets .glide__bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #D1D5DB;
    color: transparent !important;
    padding: 0;
    cursor: pointer;
    margin: 0px !important;
    transition: width 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
    box-shadow: none;
}

.stats-slider__bullets .glide__bullet.glide__bullet--active {
    width: 40px;
    height: 12px;
    background: #0989D6;
    border-radius: 999px;
    opacity: 1;
}

.stats-slider-section .glide__bullets {
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    gap: 8px !important;
}

.stats-slider-section .stats-slider__counter {
    position: relative;
    z-index: 2;
    left: 50%;
    display: inline-block;
    transform: translateX(-50%);
    color: #6B7280;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 0px;
    letter-spacing: 0px;
    line-height: 20px;
}

.stats-slider.glide.glide--ltr.glide--carousel.glide--swipeable::before {
    content: "";
    background: #fff;
    height: 35px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

@media (min-width: 767px) {
    .stats-slider__arrows .glide__arrow {
        width: 48px;
        height: 48px;
    }
    .stats-slider__arrows .glide__arrow--left {
        left: 24px;
    }
    .stats-slider__arrows .glide__arrow--right {
        right: 24px;
    }
}

@media (min-width: 575px) {
    .stats-card p strong {
        font-size: 32px;
    }
}
