/* Home Page Styles - Green's Windows */
/* ================================== */

@media (min-width: 993px) {
    .hero-banner {
        margin-top: 0;
        min-height: auto !important;
        height: auto !important;
    }

    .hero-slider,
    .hero-slide,
    .hero-slide.active {
        min-height: auto !important;
        height: auto !important;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .hero-slide-image {
        width: 100%;
        height: auto;
        object-fit: unset;
    }
}

.hero-banner {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: #ffffff;
}

.hero-slider,
.hero-slide,
.hero-slide.active {
    position: relative !important;
    width: 100%;
    height: auto !important;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.hero-slide-image {
    display: block;
    width: 100%;
    height: auto;
}

.work-grid .mix {
    display: block !important;
    opacity: 1 !important;
}

.hero-center-logo {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(64vw, 1040px);
    z-index: 2;
    pointer-events: none;
}

.center-logo-img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.38)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.18));
}

@media (max-width: 991px) {
    .hero-banner {
        margin-top: 0;
        height: auto !important;
        min-height: 0 !important;
    }

    .hero-center-logo {
        top: 42%;
        width: min(78vw, 500px);
    }
}
