/** * Document: [ROW TYPE] SCSS * DESC: */
.sliderv1-has-video .slide {
    min-height: auto !important;
    aspect-ratio: 1.7777777778;
}
.sgr-slider.v1 .slide {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    color: white;
}
@media only screen and (min-width: 768px) {
    .sgr-slider.v1 .slide {
        min-height: auto !important;
        aspect-ratio: 1.7777777778;
    }
}
.sgr-slider.v1 .slide .overlayslider {
    position: absolute;
    height: 70%;
    width: 60%;
}
@media only screen and (min-width: 576px) and (max-width: 992px) {
    .sgr-slider.v1 .slide .overlayslider {
        width: 100%;
        height: 80%;
    }
}
@media only screen and (max-width: 576px) {
    .sgr-slider.v1 .slide .overlayslider {
        height: 90%;
        width: 150%;
    }
}
.sgr-slider.v1 .slide .text-area {
    z-index: 10;
    position: absolute;
    padding: 20px;
    font-size: larger;
    width: 35%;
    left: 0;
    bottom: 0;
}
@media only screen and (max-width: 992px) {
    .sgr-slider.v1 .slide .text-area {
        width: 50%;
    }
}
@media only screen and (max-width: 768px) {
    .sgr-slider.v1 .slide .text-area {
        width: 60%;
    }
}
@media only screen and (max-width: 576px) {
    .sgr-slider.v1 .slide .text-area {
        width: 100%;
        position: relative;
    }
}
.sgr-slider.v1 .slide .fluid-container {
    position: relative;
    padding-left: 50px;
}
@media only screen and (max-width: 768px) {
    .sgr-slider.v1 .slide .fluid-container {
        padding-left: 0 !important;
    }
}
.sgr-slider.v1 .slider-video-cont {
    overflow: hidden !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
@media (min-width: 992px) and (max-width: 1100px) {
    .sgr-slider.v1 .slider-video-cont {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .sgr-slider.v1 .slider-video-cont {
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .sgr-slider.v1 .slider-video-cont {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .sgr-slider.v1 .slider-video-cont {
        width: 100%;
    }
}
@media (max-width: 400px) {
    .sgr-slider.v1 .slider-video-cont {
        width: 100%;
    }
}
.sgr-slider.v1 .slider-video-cont .sgr-video-cont {
    height: auto;
}
.sgr-slider.v1 .slick-dots {
    max-width: 1300px;
    bottom: 25px;
    text-align: left;
}
@media (max-width: 576px) {
    .sgr-slider.v1 .slick-dots {
        padding-left: 0 !important;
        text-align: right;
    }
}
.sgr-slider.v1 .slick-dots li {
    width: 100px;
    height: 10px;
}
@media (max-width: 992px) {
    .sgr-slider.v1 .slick-dots li {
        width: 75px;
    }
}
@media (max-width: 576px) {
    .sgr-slider.v1 .slick-dots li {
        width: 50px;
    }
}
.sgr-slider.v1 .slick-dots li.slick-active button {
    background: #693 !important;
    height: 13px !important;
}
.sgr-slider.v1 .slick-dots li button {
    background: black;
    width: 100%;
    border-radius: 20px;
    padding: 0 !important;
    height: 3px;
    transition: 0.6s ease;
    content: "";
}
.sgr-slider.v1 .slick-dots li button:before {
    content: "" !important;
}
/* Mobile-Only Responsive Slider Styles */
/* This CSS only affects mobile devices and preserves desktop layout */
/* Move text area below image on mobile */
@media (max-width: 768px) {
    /* Create mobile image container */
    /* Remove border-right on mobile, add bottom border */
    .sgr-slider.v1 .text-area {
        order: 2 !important;
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
    }
    .sgr-slider.v1 .slide-image-mobile {
        order: 1;
        width: 100%;
        height: 350px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        display: block;
    }
    .sg-inner-slider-container {
        align-self: stretch;
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-items: stretch;
    }
    .sgr-slider.v1 .slider-inner-cont {
        border-right: none !important;
        border-bottom: 10px solid #036;
    }
}
/* Mobile styles - screens smaller than 600px ONLY */
@media (max-width: 576px) {
    /* Mobile slide layout - stack vertically */
    /* Adjust text padding for mobile */
    /* Reposition navigation arrows for mobile */
    /* Move play/pause buttons below content on mobile */
    /* Hide desktop decorative elements on mobile */
    /* Hide the existing mobile image that's in PHP */
    /* Adjust video container for mobile */
    .sgr-slider.v1 .slide {
        display: flex !important;
        flex-direction: column !important;
        min-height: auto !important;
    }
    .sgr-slider.v1 .inner-text {
        padding: 20px 15px 30px 15px !important;
    }
    .sgr-slider.v1 .sg-slider-arrows {
        position: absolute !important;
        top: 10px !important;
        right: 10px !important;
        background: rgba(0, 51, 102, 0.9) !important;
        padding: 8px !important;
        border-radius: 5px;
        z-index: 99;
    }
    .sgr-slider.v1 .playpausebtns {
        order: 3 !important;
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        justify-content: start !important;
        padding: 10px 0;
        margin-top: 10px;
    }
    .sgr-slider.v1 .logo-block {
        display: none !important;
    }
    .sgr-slider.v1 .header-curve {
        display: none !important;
    }
    .sgr-slider.v1 .d-block.d-sm-none.sg-perfectimg.sg-tile {
        display: none !important;
    }
    .sgr-slider.v1 .slider-video-cont {
        order: 1;
        margin-bottom: 0;
    }
    .sgr-slider.v1 .slider-video-cont .ratio {
        height: 250px;
    }
    .sgr-slider.v1 .slide-image-mobile {
        height: 250px;
    }
    .sgr-slider.v1 .inner-text {
        padding: 15px 10px 20px 10px !important;
    }
    .sgr-slider.v1 .sg-slider-arrows {
        padding: 6px !important;
        top: 5px !important;
        right: 5px !important;
    }
}
