.carousel-wrap {
    margin: 0 auto;
    width: 90%;
    padding: 0px 24px;
}

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    display: block;
    text-align: center;
    padding: 10px;
}

.category-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.category-info {
    text-align: center;
}

.category-item {
    padding: 10px;
    display: flex;
    align-items: center;
    text-align: center;
}

.category-name {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    white-space: nowrap;
    margin: 0px;
}

.bubble-image {
    border-radius: 50%;
    max-width: none !important;
    height: 150px;
    width: 150px;
}

.owl-prev,
.owl-next {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    font-size: 24px;
}

.owl-prev i,
.owl-next i {
    font-size: 30px;
}

.owl-carousel .owl-nav button[class*='owl-'] {
    margin: 0;
    display: inline-block;
    cursor: pointer;
    height: auto;
    width: 30px;
    padding: 3px !important;
    font-size: 20px !important;
    border-radius: 50px;
    background: linear-gradient(106.22deg, #238CFC 11.43%, #7000FE 61.27%) !important;
    color: white !important;
}

.owl-carousel .owl-nav .owl-prev {
    left: -50px !important;
}

.owl-carousel .owl-nav .owl-next {
    right: -50px !important;
}

/* Small phones (portrait) */
@media (max-width: 480px) {

    .carousel-wrap {
        padding: 10px 0px;
    }

    .category-name {
        font-size: 12px;
    }

    .bubble-image {
        height: 80px;
        width: 80px;
    }
}

@media (max-width: 990px) {
    .category-flex {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 20px;
        overflow: scroll;
    }
}
