.aris-banner-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.aris-banner-wrapper .swiper-wrapper{
    height: 100vh !important;
    min-height: 100vh;
}

.aris-swiper {
    width: 100%;
    height: 100%;
}

.aris-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
    /* background: #000; */
}

.aris-banner-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.aris-banner-image,
.aris-banner-video-container {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.aris-banner-video-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aris-banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aris-banner-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 30px;
    pointer-events: none;
    bottom: 130px;
}

.aris-banner-title {
    color: #FFFFFF;
    font-size: 30px;
    line-height: normal;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); */
}
.black .aris-banner-title {
    color: #000;
}

/* Swiper pagination customization */
.aris-swiper .swiper-pagination-bullet {
    background: #D9D9D9;
    opacity: 1;
    width:  60px;
    height: 2px;
    border-radius: 0;
    margin: 0 !important;
}

.aris-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #6C6B6B;
}

/* Swiper navigation customization */
.aris-swiper .swiper-button-prev,
.aris-swiper .swiper-button-next {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.aris-swiper .swiper-button-prev:after,
.aris-swiper .swiper-button-next:after {
    font-size: 20px;
    font-weight: bold;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets{
    bottom: 100px;
}

.aris-banner-video::-webkit-media-controls-start-playback-button {
    display: none;
}

.aris-banner-video::-webkit-media-controls {
    display: none !important;
}

/* Responsive styles */
@media (max-width: 767px) {
    .aris-banner-content {
        padding: 10px 15px;
        bottom: 100px;
    }
    
    .aris-banner-title {
        font-size: 20px;
    }
    
    .aris-swiper .swiper-button-prev,
    .aris-swiper .swiper-button-next {
        display: none;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets{
            bottom: 70px;
    }
}

/* Fade effect support */
.swiper-fade .swiper-slide {
    transition: opacity 0.8s ease-in-out;
}

/* Ensure slides take full height */
.aris-swiper .swiper-slide {
    min-height: 400px;
}

@media (min-width: 768px) {
    .aris-swiper .swiper-slide {
        min-height: 500px;
    }
}

@media (min-width: 1200px) {
    .aris-swiper .swiper-slide {
        min-height: 600px;
    }
}
