/* =============================================
   Exclusive With Rise Infraventures – Swiper
   Scoped under .exclusive-rise-wrapper
   to prevent conflict with existing site CSS
   ============================================= */

.exclusive-rise-wrapper {
    padding: 50px 0 30px;
    background: #fff;
}

/* --- Section Heading --- */
.exclusive-rise-wrapper .title h2.hero-title {
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 20px;
    font-family: "Times New Roman", serif;
    color: #000;
}

/* --- Swiper Container --- */
.exclusive-rise-wrapper .swiper.mySwiper4 {
    position: relative;
    padding: 50px 0 60px;
    width: 100%;
}

/* --- Slides --- */
.exclusive-rise-wrapper .swiper-slide {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.exclusive-rise-wrapper .swiper-slide img,
.exclusive-rise-wrapper .swiper-slide picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

/* --- Caption overlay --- */
.exclusive-rise-wrapper .slide-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}

.exclusive-rise-wrapper .slide-caption h3 {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-transform: none;
}

.exclusive-rise-wrapper .slide-caption p {
    margin: 5px 0 0;
    font-size: 15px;
    color: #fff;
}

/* --- Banner Button --- */
.exclusive-rise-wrapper .banner-button {
    background-color: #fff;
    color: #000 !important;
    font-weight: bold;
    padding: 0.6rem 1.4rem;
    border: none;
    border-radius: 5px;
    margin-top: 1rem;
    display: inline-block;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
    font-size: 14px;
}

.exclusive-rise-wrapper .banner-button:hover {
    background-color: #000 !important;
    color: #fff !important;
}

/* --- Nav Buttons (hidden as per original) --- */
.exclusive-rise-wrapper .swiper-button-prev,
.exclusive-rise-wrapper .swiper-button-next {
    position: absolute;
    bottom: 10px;
    top: auto;
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    border-radius: 50%;
    color: #000;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.exclusive-rise-wrapper .swiper-button-prev {
    left: 20px;
}

.exclusive-rise-wrapper .swiper-button-next {
    left: 80px;
}

.exclusive-rise-wrapper .swiper-button-prev::after,
.exclusive-rise-wrapper .swiper-button-next::after {
    font-size: 16px;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .exclusive-rise-wrapper .slide-caption {
        bottom: 10px;
        left: 10px;
        right: 10px;
        text-align: center;
    }

    .exclusive-rise-wrapper .slide-caption h3 {
        font-size: 18px;
    }

    .exclusive-rise-wrapper .slide-caption p {
        font-size: 13px;
    }

    .exclusive-rise-wrapper .banner-button {
        font-size: 12px;
        padding: 0.4rem 1rem;
    }
}
