.owl-carousel .item {
    margin: 10px;
}

.owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-carousel .slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 20px;
}

.owl-carousel .slider-caption h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
}

.owl-carousel .slider-caption p {
    margin: 0;
    font-size: 16px;
}

.owl-theme .owl-controls .owl-nav {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.owl-theme .owl-controls .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 24px;
    margin: 0 5px;
    padding: 5px 15px;
    background: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
    background: #333;
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-controls .owl-dots {
    text-align: center;
    margin: 10px 0;
}

.owl-theme .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.owl-theme .owl-controls .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0;
    background: #d6d6d6;
    display: block;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.owl-theme .owl-controls .owl-dots .owl-dot.active span,
.owl-theme .owl-controls .owl-dots .owl-dot:hover span {
    background: #000;
}
