#category {
    background-color: #24292f;
    padding: 50px 20px;
    color: white;
    font-family: "Roboto";
    min-height: 400px !important;
    padding-top: 100px !important;
}

.category-title h2 {
    margin-bottom: 20px;
    font-weight: bold;
}

.owl-carousel .item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px; /* Optional: Add rounded corners to images */
}

.slider-indicators {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.slider-indicators .indicator {
    width: 10px;
    height: 10px;
    background-color: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
}

.slider-indicators .indicator.active {
    background-color: #555;
}
