.hero-slider-69b85e75 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Height Mode: Custom */
.hero-slider-69b85e75.mode-custom {
    height: 80vh; /* Default custom height, updated via Elementor controls */
}
.hero-slider-69b85e75.mode-custom .hero-slider-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero-slider-69b85e75.mode-custom .hero-slider-img {
    height: 100%;
    object-fit: cover;
}

/* Height Mode: Auto (Image sets the height naturally) */
.hero-slider-69b85e75.mode-auto .swiper-slide {
    height: auto; /* Allow image to dictate height */
}
.hero-slider-69b85e75.mode-auto .hero-slider-bg-wrapper {
    position: relative;
    z-index: 1;
    display: block;
}
.hero-slider-69b85e75.mode-auto .hero-slider-img {
    width: 100%;
    height: auto;
    display: block;
}


.hero-slider-69b85e75 .swiper-slide {
    position: relative;
    display: block;
}

.hero-slider-img {
    width: 100%;
    object-position: center;
    display: block;
}

.hero-slider-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none; /* Let clicks pass through overlay */
}

.hero-slider-slide-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: block;
}

/* Content Positioning Wrapper */
.hero-slider-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: flex;
    padding: 20px; /* Base padding to prevent content touching edges */
    pointer-events: none; /* Let clicks pass through to slide link where content is empty */
}

/* Re-enable pointer events for actual content so buttons work */
.hero-slider-slide-content {
    pointer-events: auto; 
    max-width: 800px;
    width: 100%;
}

/* Positioning Classes applied to main slider wrapper */
.hero-slider-69b85e75.pos-center .hero-slider-content-wrapper { align-items: center; justify-content: center; }
.hero-slider-69b85e75.pos-top-left .hero-slider-content-wrapper { align-items: flex-start; justify-content: flex-start; }
.hero-slider-69b85e75.pos-top-center .hero-slider-content-wrapper { align-items: flex-start; justify-content: center; }
.hero-slider-69b85e75.pos-top-right .hero-slider-content-wrapper { align-items: flex-start; justify-content: flex-end; }
.hero-slider-69b85e75.pos-bottom-left .hero-slider-content-wrapper { align-items: flex-end; justify-content: flex-start; }
.hero-slider-69b85e75.pos-bottom-center .hero-slider-content-wrapper { align-items: flex-end; justify-content: center; }
.hero-slider-69b85e75.pos-bottom-right .hero-slider-content-wrapper { align-items: flex-end; justify-content: flex-end; }
.hero-slider-69b85e75.pos-center-left .hero-slider-content-wrapper { align-items: center; justify-content: flex-start; }
.hero-slider-69b85e75.pos-center-right .hero-slider-content-wrapper { align-items: center; justify-content: flex-end; }


.hero-slider-title {
    margin-bottom: 15px;
    font-size: 3rem;
    line-height: 1.2;
}

.hero-slider-desc {
    margin-bottom: 30px;
    font-size: 1.2rem;
}

.hero-slider-button-wrap {
    display: block;
}

.hero-slider-button {
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 4px;
    z-index: 5; /* Ensure button is clickable above slide link */
    position: relative;
}

/* Swiper Navigation Adjustments */
.hero-slider-69b85e75 .swiper-button-next,
.hero-slider-69b85e75 .swiper-button-prev {
    z-index: 10;
}

.hero-slider-69b85e75 .swiper-pagination {
    z-index: 10;
    bottom: 20px;
}

.hero-slider-69b85e75 .swiper-pagination-bullet-active {
    opacity: 1;
}
