/* ========== Single Hung Windows Page Styles ========== */

@import url('template-double-hung-windows.css');

/* Keep the same layout system as the standard windows detail pages */
.page-windows.page-single-hung-windows .elementor-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ========== Hero Section ========== */
.single-hung-hero-section {
    min-height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-hung-hero-section .elementor-container {
    width: 100%;
    max-width: 1140px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-single-hung-windows .hero-content-wrapper {
    max-width: 920px;
}

.page-single-hung-windows .hero-title {
    max-width: 820px;
    margin-bottom: 24px;
}

.page-single-hung-windows .hero-description {
    max-width: 860px;
    font-size: 18px;
    line-height: 1.85;
}

@media (max-width: 991px) {
    .page-single-hung-windows .hero-title {
        font-size: 42px;
    }

    .page-single-hung-windows .hero-description {
        font-size: 16px;
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .single-hung-hero-section {
        min-height: auto;
        padding: 120px 0 80px;
    }

    .page-single-hung-windows .hero-title {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .page-single-hung-windows .hero-description {
        font-size: 14px;
        line-height: 1.75;
    }
}
