.hr-eventz-slider-section {
    position: relative;
    width: 100%;
    height: 750px; 
    overflow: hidden;
    background-color: #000;
}

.hr-eventz-swiper {
    width: 100%;
    height: 100%;
}

.eventz-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end; 
    padding-bottom: 80px; 
    color: #fff;
    position: relative;
    z-index: 1;
}

/* Base empty overlay for desktop (transparent) */
.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent;
}

.slide-content-container {
    position: relative;
    z-index: 2; /* Keeps text above any overlay */
}

.hero-banner-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-text-content {
    position: absolute;
    left: 0;
    max-width: 675px;
    z-index: 2;
    top: 45%;
}

.hr-sub-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
}

.red-underline {
    position: relative;
    display: inline-block;
    font-family: var(--font-03);
    font-size: 18px;
}
.hero-text-content p {
    font-size: 18px;
}

.hr-title {
    font-family: var(--font-03);
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 20px;
}

.presale-chat {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: var(--font-03);
}

.hr-desc { font-size: 16px; opacity: 0.8; margin-bottom: 25px; }
.hr-btns-wrap { margin-bottom: 30px; }
.btn-main { background-color: var(--gold); color: #000; padding: 12px 25px; text-transform: uppercase; font-size: 12px; font-weight: 600; border-radius: 4px; display: inline-block; }

.eventz-swiper-pagination-fraction {
    position: absolute;
    bottom: 110px;
    right: 50px; 
    left: auto;
    width: auto;
    z-index: 10;
    color: #fff;
    display: flex;
    align-items: baseline;
    font-weight: 300;
    font-family: var(--font-03);
}

.eventz-swiper-pagination-fraction .swiper-pagination-current {
    font-size: 56px;
    line-height: 1;
    position: relative;
    margin-right: 25px;
}

.eventz-swiper-pagination-fraction .swiper-pagination-total {
    font-size: 24px;
    opacity: 0.7;
    margin-left: 10px;
}

.swiper-button-next.eventz-nav-btn { right: 15px; }
.swiper-button-prev.eventz-nav-btn { left: 20px; }
.eventz-nav-btn {
    background: var(--color-1);
    color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 50%;
}
.eventz-nav-btn:hover {
    color: var(--color-1) !important;
    background: #fff;
}
.eventz-nav-btn:after { font-size: 16px; }

/* ==========================================================================
   Responsive Media Queries
   ========================================================================== */

@media (max-width: 991px) {
    .eventz-slide { padding-bottom: 60px; }
    .hr-title { font-size: 36px; }
    .hero-text-content { top: 35%; }
}

@media (max-width: 767px) {
    .hr-eventz-slider-section {
        height: 80vh; 
        min-height: 500px;
    }
    .eventz-slide {
        padding-bottom: 40px;
        align-items: center; 
    }
    .hero-text-content {
        top: auto; 
        left: 50%;
        transform: translateX(-50%); 
        width: 90%; 
        text-align: center;
    }
    .hr-title {
        font-size: 32px;
        padding-bottom: 15px;
    }
    .hero-text-content p { font-size: 16px; }
    .hr-btns-wrap {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }
    .eventz-swiper-pagination-fraction {
        bottom: 30px;
        right: 30px;
    }
    .eventz-swiper-pagination-fraction .swiper-pagination-current {
        font-size: 40px;
        margin-right: 15px;
    }
    .eventz-swiper-pagination-fraction .swiper-pagination-total { font-size: 18px; }
}

/* --- MOBILE SPECIFIC OVERHAUL --- */
@media (max-width: 576px) {
    .hr-eventz-slider-section {
        height: 85vh; 
        min-height: 600px;
    }
    
    .eventz-slide {
        background-size: cover !important; /* Forces image to fill immersive view */
        background-position: center center !important; 
        background-color: #000 !important; 
        display: flex;
        flex-direction: column;
        justify-content: flex-end; /* Pushes content cleanly to the bottom */
        padding-bottom: 40px;
    }

    /* Elegant dark gradient overlay to make text pop against the image */
    .slide-overlay {
        background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 45%, rgba(0,0,0,0) 100%);
    }

    .slide-content-container {
        height: auto !important; 
        display: flex;
        align-items: flex-end; 
    }

    .hero-banner-content-wrapper {
        height: auto !important;
        width: 100%;
    }

    .hero-text-content {
        position: relative;
        top: 225px;
        left: auto;
        transform: none;
        width: 100%;
        padding: 20px 15px;
        text-align: center;
        background: #0000007a;
    }

    .red-underline {
        font-size: 14px;
        margin-bottom: 10px;
        letter-spacing: 3px;
    }

    .hr-title {
        font-size: 28px; 
        padding-bottom: 15px;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    
    .hero-text-content p {
        font-size: 16px; 
        margin-bottom: 25px;
        color: #E0E0E0;
        line-height: 1.5;
    }

    /* Centered, tap-friendly button */
    .btn-sale.presale-chat {
        display: inline-block;
        width: auto;
        min-width: 200px;
        padding: 14px 30px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 5px;
    }

    .eventz-swiper-pagination-fraction { display: none; }

    /* Centered Arrows for easy tapping */
    .swiper-button-next.eventz-nav-btn, 
    .swiper-button-prev.eventz-nav-btn {
        top: 40%; /* Places arrows comfortably above the text area */
        width: 35px !important;
        height: 35px !important;
    }
    .swiper-button-prev.eventz-nav-btn { left: 10px; }
    .swiper-button-next.eventz-nav-btn { right: 10px; }
}