@media screen and (min-width: 1600px) {
    .container-xxl {
        max-width: 1560px !important;
    }

    .container-xxxxl {
        max-width: 1980px !important;
    }
}

.rs-header-two .header-wrapper {
    background: #d9593c !important;
}
.rs-header-top.rs-header-top-two {
    background: #864031 !important;
}

.main-menu ul li.active > a {
    color: #000000 !important;
}

.img-wrapper {
    position: relative;
    z-index: 1; /* Lowest layer */
}

.img-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
}

.img-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    z-index: 2; /* Overlay above image */
}

/* IMPORTANT: Your text must be above BOTH */
.rs-banner-stroke-text,
.banner-text {
    position: relative;
    z-index: 10 !important; /* Forces text above overlay */
}

.banner-text { position: relative; z-index: 10; }



.bg-custom-1 {
    background-color: #282931 !important;
}

.left-arrow-prev, .left-arrow-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    color: white; /* Icon color */
}

.left-arrow-prev { left: 10px; }
.left-arrow-next { right: 10px; }

.left-arrow-prev i, .left-arrow-next i {
    font-size: 40px; /* Adjust size */
}


.custom-swiper-prev,
.custom-swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
}

.custom-swiper-prev {
    left: -40px; /* adjust distance from swiper */
}

.custom-swiper-next {
    right: -40px; /* adjust distance from swiper */
}



.start-25 {
    left:25% !important
}

.start-35 {
    left:35% !important
}

.start-40 {
    left:40% !important
}

.rs-banner-five .rs-banner-stroke-text-2 {
    position: absolute;
    top: 250px;
    transform: rotate(-90deg);
    z-index: 2;
    inset-inline-end: -190px;
}
@media only screen and (max-width: 1600px) {
    .rs-banner-five .rs-banner-stroke-text-2 {
        inset-inline-end: -130px;
    }
}
@media only screen and (max-width: 1199px) {
    .rs-banner-five .rs-banner-stroke-text-2 {
        inset-inline-end: -100px;
    }
}
@media only screen and (max-width: 1199px) {
    .rs-banner-five .rs-banner-stroke-text-2 {
        inset-inline-end: -100px;
    }
}
@media only screen and (max-width: 991px) {
    .rs-banner-five .rs-banner-stroke-text-2 {
        display: none;
    }
}
.rs-banner-five .stroke-text-2 {
    font-size: 160px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    line-height: 0.85;
}
@media only screen and (max-width: 1600px) {
    .rs-banner-five .stroke-text-2 {
        font-size: 150px;
    }
}
@media only screen and (max-width: 1199px) {
    .rs-banner-five .stroke-text-2 {
        font-size: 120px;
    }
}

.rs-header-top.rs-header-top-two .header-top-tag ul li a {
    color: #ffffff; /*rgba(255, 255, 255, 0.8);*/
    font-size: 20px;
    font-weight: 700;
}

.rs-video-two .rs-video-bg-thumb::before {
    background: linear-gradient(180deg, rgba(18, 18, 19, 0) 5%, #121213 100%);
}
