.home_slider_new {
    /* background-color: #861c1c;  */
  
    /* height: 100vh; */
    padding-bottom: 100px;

}

.home_slider_new_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 150px);
}

.home_slider_new_col_01 {
    /* background-color: #cf1818; */
    width: 52.5%;
    margin-top: auto;
    height: calc(100% - 50px);
}

.home_slider_new_col_02 {
    /* background-color: #18cf27; */
    width: 23%;
    height: calc(100% - 50px);
}

.home_slider_new_col_03 {
    /* background-color: #6d18cf; */
    width: 20%;
}

/* Swiper Slider Styles */
.slider-col-01,
.slider-col-02,
.slider-col-03 {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-col-01 .swiper-slide,
.slider-col-03 .swiper-slide,
.home_slider_new_col_02 .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-content {
    width: 100%;
    height: 100%;
    /* padding: 20px; */
    /* text-align: center; */
}

.slide-content  img { width: 100%; height: 100%; object-fit: cover;}
/* Shared Pagination Styles */
.shared-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 20px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 10;
}

.shared-pagination .pagination-btn,
.shared-pagination .rrmc-og-carousel-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
    background: #000;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    position: relative;
    outline: none;
    overflow: visible;
}

.shared-pagination .pagination-btn:hover,
.shared-pagination .rrmc-og-carousel-bullet:hover {
    opacity: 0.7;
}

.shared-pagination .pagination-btn.active,
.shared-pagination .rrmc-og-carousel-bullet.active {
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: relative;
}

/* Active state: white ring + outer black ring */
.shared-pagination .pagination-btn.active::before,
.shared-pagination .rrmc-og-carousel-bullet.active::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    box-sizing: border-box;
    z-index: 0;
}

.shared-pagination .pagination-btn.active::after,
.shared-pagination .rrmc-og-carousel-bullet.active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
   
    box-sizing: border-box;
    z-index: 0;
}

/* Autoplay Progress SVG - Rolls-Royce Style */
.shared-pagination .pagination-progress-svg,
.shared-pagination .rrmc-button-svg-anim {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.shared-pagination .pagination-btn.active .pagination-progress-svg,
.shared-pagination .rrmc-og-carousel-bullet.active .rrmc-button-svg-anim {
    opacity: 1;
    z-index: 2;
}

.shared-pagination .pagination-progress-svg .rrmc-button-svg-anim-path,
.shared-pagination .rrmc-button-svg-anim .rrmc-button-svg-anim-path {
    transition: stroke-dashoffset 0.1s linear;
}

/* Rolls-Royce carousel bullet specific styles */
.shared-pagination .rrmc-og-carousel-bullet {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shared-pagination .rrmc-og-carousel-bullet .rrmc-button-svg-anim-circle {
    opacity: 0;     
}

.shared-pagination .rrmc-og-carousel-bullet.active .rrmc-button-svg-anim-circle {
    opacity: 0;
}

/* Navigation Arrows */
.slider-col-01 .swiper-button-next,
.slider-col-01 .swiper-button-prev,
.slider-col-02 .swiper-button-next,
.slider-col-02 .swiper-button-prev,
.slider-col-03 .swiper-button-next,
.slider-col-03 .swiper-button-prev {
    color: #fff;
    width: 40px;
    height: 40px;
}

.slider-col-01 .swiper-button-next:after,
.slider-col-01 .swiper-button-prev:after,
.slider-col-02 .swiper-button-next:after,
.slider-col-02 .swiper-button-prev:after,
.slider-col-03 .swiper-button-next:after,
.slider-col-03 .swiper-button-prev:after {
    font-size: 20px;
}


.shared-pagination-wrapper .shared-pagination {
    position: unset;

}

.shared-pagination-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.slider-col-03 .swiper-slide,
.home_slider_new_col_02 .swiper-slide {
    align-items: flex-end;
}

.slide-content-inner {
    width: 100%;
    aspect-ratio: 384/823;
}

.slide-content-inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_slider_new_col_02 .slide-content-inner {
    aspect-ratio: 384 / 730;
}

/* GSAP Mouse Follow Effect for home_slider_new_col_03 */
.home_slider_new_col_03 {
    cursor: none;
    height: 500px;
    margin-top: auto;
}

.home_slider_new_col_02 {
    height: 500px;
    margin-top: auto;
}

.home_slider_new_col_02 .slide-content {
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}

.slide_text_top h3,
.slide_text_top h2 {
    font-weight: 600;
   
}
.slide_text_top h3{font-family: "RivieraNights-Light";}
.slide_text_top h2 {  font-family: "RivieraNights-Regular";}

.slide_text_top h3{ margin-bottom: 35px;}


.home_slider_new_col_02 .slide-content,
.home_slider_new_col_03 .slide-content {
    height: 100%;
}

.home_slider_new_col_03 img {
    height: 100%;
}

.custom-mouse-follow {
    position: fixed;
    top: 0;
    left: 0;
    width: 50px;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
    z-index: 9999;
    display: none;
    mix-blend-mode: difference;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.double_dots_slider{ background: #fff;}


@media screen and (max-width: 820px) {

.home_slider_new_col_03{ display: none;}
.home_slider_new_col_02{ width: 45%;}

}


@media screen and (max-width: 700px) {
    .home_slider_new_col_03 { display: none;}
    .home_slider_new_col_01{ width: 100%;}
    .home_slider_new_col_02{ width: 100%;}
    .home_slider_new_wrapper{ height: auto;}
    .home_slider_new_col_02{ height:  auto; padding:5%;}
    .home_slider_new{ padding-bottom: 50px;}
}