.index-gallery {
    padding: 60px 0;
    position: relative;
}

.index-gallery .container {
    max-width: 1140px;
    padding: 0 70px;
    margin: 0 auto;
    position: relative;
}

.index-gallery .gallery_carousel {
    margin: 0;
    padding: 0;
}

/* Navigation buttons positioned outside images */
.index-gallery .owl-nav {
    position: absolute;
    width: calc(100% + 100px);
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}

.index-gallery .owl-nav button.owl-prev,
.index-gallery .owl-nav button.owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ff008c !important;
    border-radius: 50%;
    margin: 0;
    padding: 0 !important;
}

.index-gallery .owl-nav button.owl-prev {
    left: 0;
}

.index-gallery .owl-nav button.owl-next {
    right: 0;
}

.index-gallery .owl-nav button span {
    color: #fff;
    font-size: 24px;
    line-height: 1;
}
