/* Custom CSS for Multiple Sliders */
#slides.banner {
    margin-bottom: 0;
    padding-bottom: 0;
}

#start.banner {
    margin-top: 0;
    padding-top: 0;
}

/* Make sure both sliders are visible */
#slides, #start {
    position: relative;
    z-index: 1;
    overflow: visible;
}

#main-slides-mobile {
    display: none;
}
#main-slides{
    display: block;
}

/* Ensure no spacing between sliders */
.banner + .banner {
    margin-top: 0;
}

/* Fix for the navigation arrows in the first slider */
#rev_slider_3_0_wrapper .tp-rightarrow,
#rev_slider_3_0_wrapper .tp-leftarrow {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Make sure arrows are visible on all screen sizes */
@media only screen and (max-width: 1399px) {
    #rev_slider_3_0_wrapper .tp-rightarrow,
    #rev_slider_3_0_wrapper .tp-leftarrow {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* Make arrows more visible on first slider */
#rev_slider_3_0_wrapper .tparrows {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1000;
}

#rev_slider_3_0_wrapper .tp-leftarrow {
    left: 30px !important;
}

#rev_slider_3_0_wrapper .tp-rightarrow {
    right: 30px !important;
}

/* Fix for zeus style arrows - hide the image preview */
#rev_slider_3_0_wrapper .tparrows.zeus .tp-title-wrap {
    display: none !important;
}

/* Zeus style arrows for the first slider, matching the second slider */
#rev_slider_3_0_wrapper .tp-leftarrow.tparrows.zeus,
#rev_slider_3_0_wrapper .tp-rightarrow.tparrows.zeus {
    min-width: 50px;
    min-height: 50px;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 50%;
}

/* Add arrow icons directly */
#rev_slider_3_0_wrapper .tp-leftarrow.tparrows.zeus:before {
    content: "\e824" !important;
    font-family: "revicons" !important;
    font-size: 15px !important;
    color: #fff !important;
    display: block !important;
    line-height: 50px !important;
    text-align: center !important;
}

#rev_slider_3_0_wrapper .tp-rightarrow.tparrows.zeus:before {
    content: "\e825" !important;
    font-family: "revicons" !important;
    font-size: 15px !important;
    color: #fff !important;
    display: block !important;
    line-height: 50px !important;
    text-align: center !important;
}

/* Add hover effects for arrows */
#rev_slider_3_0_wrapper .tp-leftarrow.tparrows.zeus:hover,
#rev_slider_3_0_wrapper .tp-rightarrow.tparrows.zeus:hover {
    background-color: var(--primary-color) !important;
    transform: scale(1.1);
}
