/* Mobile Responsive Fixes for Slider Section */
/* Fix slider_men image and play button visibility on mobile devices */

@media (max-width: 768px) {

    /* Fix slider_men image visibility on mobile */
    .bi-slider-section-4 .slider_men {
        display: block !important;
        position: absolute !important;
        bottom: 0 !important;
        right: 0 !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .bi-slider-section-4 .slider_men img {
        height: auto !important;
        max-height: 400px !important;
        width: auto !important;
        max-width: 100% !important;
        object-fit: contain !important;
    }

    /* Fix watch video button visibility on mobile - position at bottom center, below slider_men */
    .bi-slider-watch-video {
        display: flex !important;
        position: absolute !important;
        bottom: 30px !important;
        left: 38% !important;
        transform: translateX(-50%) !important;
        z-index: 10 !important;
        margin-top: 0 !important;
    }

    .bi-slider-watch-video .inner-text h4 {
        font-size: 14px !important;
    }

    /* Adjust hero section height for mobile - increased to fit both elements */
    .bi-slider-section-4 {
        height: 700px !important;
        min-height: 700px !important;
    }

    /* Ensure parent container allows absolute positioning */
    .bi-main-slider-item-4 {
        height: 100% !important;
    }
}

@media (max-width: 576px) {

    /* Smaller mobile devices - reduce image height further */
    .bi-slider-section-4 .slider_men img {
        max-height: 460px !important;
        margin-bottom: -20px !important;
    }

    .bi-slider-section-4 {
        height: 620px !important;
    }
}
