.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 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; 
}

.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; }
}

/* --- EXPERT MOBILE METHOD: SOLID SPLIT DESIGN --- */
@media (max-width: 576px) {
    .hr-eventz-slider-section {
        height: 85vh; 
        min-height: 640px;
    }
    
    .eventz-slide {
        background-size: contain !important; 
        /* Pin photo alignment slightly higher so the main subject remains perfectly inside the top viewport window */
        background-position: center 0% !important; 
        background-color: #000000 !important; 
        display: flex;
        flex-direction: column;
        justify-content: flex-end; 
        /*padding-bottom: 25px !important;*/
    }

    /* Converts the overlay into a clean, solid black canvas block for the lower text half */
    .slide-overlay {
        top: auto;
        bottom: 0;
        height: 52%; 
        background: #000000 !important;
        opacity: 1 !important;
    }

    .slide-content-container {
        height: auto !important; 
        display: flex;
        align-items: flex-end; 
        width: 100%;
    }

    .hero-banner-content-wrapper {
        height: auto !important;
        width: 100%;
    }

    /* Reset the relative top offsets to naturally sit straight within the solid block space */
    .hero-text-content {
        position: relative;
        top: -75px !important; 
        left: auto;
        transform: none;
        width: 100%;
        padding: 10px 5px 0 5px;
        text-align: center;
        background: transparent !important;
    }

    .red-underline {
        font-size: 16px;
        margin-bottom: 8px;
        letter-spacing: 2px;
    }

    .hr-title {
        font-size: 26px; 
        padding-bottom: 12px;
        line-height: 1.3;
        margin-bottom: 3px;
    }
    
    .hero-text-content p {
        font-size: 18px; 
        margin-bottom: 20px;
        color: #D6D6D6;
        line-height: 1.4;
    }

    .btn-sale.presale-chat {
        display: inline-block;
        width: auto;
        min-width: 180px;
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 4px;
    }

    .eventz-swiper-pagination-fraction { display: none; }

    /* Move navigation icons up so they remain perfectly balanced in the center of the photo window */
    .swiper-button-next.eventz-nav-btn, 
    .swiper-button-prev.eventz-nav-btn {
        top: 24% !important; 
        width: 36px !important;
        height: 36px !important;
    }
    .swiper-button-prev.eventz-nav-btn { left: 10px; }
    .swiper-button-next.eventz-nav-btn { right: 10px; }
}