.section {
    text-align: center;
    padding: 20px;
    background: #8B0016; /* deep red background */
}

.section img {
    max-width: 100%;
    border-radius: 10px;
}

.owl-carousel .item img {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.owl-nav button {
    position: absolute;
    top: 40%;
    background: rgba(0,0,0,0.6) !important;
    color: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.owl-nav .owl-prev {
    left: -50px;
}

.owl-nav .owl-next {
    right: -50px;
}