.carousel-controls-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0 15px;
}

.carousel-counter {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding: 8px 15px;
    border-radius: 5px;
    font-family: 'NoyhHeavy';
    width: auto;

}

.carousel-counter .current-slide {
    color: #000;
}

.carousel-buttons {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.carousel-control-prev,
.carousel-control-next {
    position: static !important;
    width: auto !important;
    opacity: 1 !important;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: #EC5F13 !important;
}

