﻿/* Furnace, AC & Water Heater Hero Section */
.furnace-hero-section {
    position: relative;
    width: 100%;
    min-height: 500px;
}

.furnace-hero-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.furnace-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: linear-gradient(to right, rgba(30, 58, 113, 0.92) 0%, rgba(30, 58, 113, 0.80) 50%, transparent 80%);
    display: flex;
    align-items: center;
}

.furnace-hero-content {
    width: 100%;
    max-width: 1148px;
    margin: 0 auto;
    padding: 60px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.furnace-hero-text {
    flex: 1;
    color: #FFFFFF;
    max-width: 750px;
}

.furnace-breadcrumb {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 100%;
    color: #FFFFFF;
}

.furnace-hero-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

/* System End of Life Section */
.system-end-life-section {
    background-color: #FFFFFF;
    padding: 60px 20px 0px 20px;
}

.furnace-section-title-center {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #2B2B2B;
    margin-bottom: 20px;
    text-align: center;
    line-height: 36px;
    letter-spacing: 0%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.furnace-section-title-center-2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #2B2B2B;
    margin-bottom: 20px;
    text-align: center;
    line-height: 36px;
    letter-spacing: 0%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.furnace-section-description-center {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #505357;
    text-align: center;
    max-width: 910px;
    margin: 0 auto;
}

/* We Sell and Install Section */
.we-sell-install-section {
    background-color: #FFFFFF;
    padding: 20px 20px 40px 20px;
}

.installation-options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 0px;
}

.installation-option-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 22px 2px #2B2B2B1F;
    height: 311px;
}

    .installation-option-item h3 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 22px;
        font-weight: 600;
        color: #2B2B2B;
        line-height: 100%;
        margin: 32px 11px 32px 11px;        
    }

.installation-option-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 0;
}

    .installation-option-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Start Process Banner */
.start-process-banner {
    background-color: #FFFFFF;
    padding: 0px 20px 60px 20px;
}

.start-process-wrapper {
    overflow: hidden;
}

.start-process-header {
    background-color: #1E3A71;
    padding: 14.42px 20px 14.42px 20px;
    text-align: center;
}

    .start-process-header h2 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 26px;
        margin: 0;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 100%;
    }

.start-process-options-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    background-color: #0072CE;
}

.start-process-option-box {
    padding: 16px 40px 20px 40px;
    text-align: center;
    border-right: 2px solid #1E3575;
    color: #FFFFFF;
}

.start-process-option-box:last-child {
    border-right: none;
}

.start-process-option-box-2 {
    padding: 16px 40px 20px 40px;
    text-align: center;
    border-bottom: 2px solid #1E3575;
    color: #FFFFFF;
}

    .start-process-option-box-2:last-child {
        border-bottom: none;
    }

    .start-process-option-box-2 .btn-secondary:hover {
        background-color: #FFFFFF;
        color: #1E3575;
        border-color: #1E3575;
    }

.start-process-option-prompt {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: center;
    color: #FFFFFF;
}

.start-process-option-box .btn-primary {
    border-radius: 999px; /* pill */
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: 14px 40px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
    min-width: 240px;
    display: inline-block;
    background-color: transparent;
}

    .start-process-option-box .btn-primary:hover {
        background-color: #1E3575;
        color: #FFFFFF;
        border-color: #1E3575;
    }

.start-process-option-box .btn-secondary {
    border-radius: 999px; /* pill */
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: 14px 40px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
    min-width: 240px;
    display: inline-block;
    background-color: transparent;
}

    .start-process-option-box .btn-secondary:hover {
        background-color: #FFFFFF;
        color: #1E3575;
        border-color: #1E3575;
    }

.start-process-option-box-2 .btn-primary {
    border-radius: 999px; /* pill */
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: 14px 40px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
    min-width: 240px;
    display: inline-block;
    background-color: transparent;
}

    .start-process-option-box-2 .btn-primary:hover {
        background-color: #1E3575;
        color: #FFFFFF;
        border-color: #1E3575;
    }

.start-process-option-box-2 .btn-secondary {
    border-radius: 999px; /* pill */
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: 14px 40px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
    min-width: 240px;
    display: inline-block;
    background-color: transparent;
}

/* What to Expect Section */
.what-to-expect-section {
    background-color: #F6F6F6;
    padding: 60px 20px;
}

.section-title-left{
    margin-bottom: 0;
}

.what-to-expect-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
/*    gap: 60px;*/
    align-items: start;
}

.what-to-expect-image img {
    max-width: 490px;
    width: 100%;
    height: auto;
}

.what-to-expect-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.expect-item {
    background-color: #FFFFFF;
    padding: 24px;
    max-width: 545px;
}

    .expect-item h3 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 22px;
        font-weight: 600;
        color: #2B2B2B;
        margin-bottom: 12px;
        line-height: 100%;
    }

    .expect-item p {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        color: #505357;
        margin: 0;
    }

/* Why Homeowners Section */
.why-homeowners-section {
    background-color: #FFFFFF;
    padding: 60px 20px;
}

.why-homeowners-content {
    display: grid;
    grid-template-columns: 1fr 365px;
    gap: 20px 60px;
    align-items: start;
    justify-items: left;
}

.why-homeowners-text h2 {
    margin-bottom: 20px;
}

.why-homeowners-text-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
}

.why-homeowners-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.why-homeowners-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

    .why-homeowners-item .checkmark {
        color: #1E3575;
        font-size: 24px;
        font-weight: 700;
        flex-shrink: 0;
        line-height: 1;
        margin-top: 8px;
    }

    .why-homeowners-item p {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        color: #505357;
        margin: 0;
    }

.why-homeowners-cta {
    display: flex;
    align-items: flex-end;
}

    .why-homeowners-cta .start-process-options-grid {
        grid-template-columns: 1fr;
    }

.why-homeowners-cta-2 {
    display: flex;
    align-items: flex-end;
}

    .why-homeowners-cta-2 .start-process-options-grid {
        grid-template-columns: 1fr;
    }

/* Mobile Responsive */
@media only screen and (max-width: 768px) {
    .furnace-hero-section {
        min-height: auto;
        display: flex;
        flex-direction: column;
    }

    .furnace-hero-image {
        min-height: 300px;
        height: 300px;
        object-position: center center;
        position: relative;
    }

    .furnace-hero-overlay {
        position: relative;
        background: none;
        height: auto;
        padding: 40px 25px 0px 16px;
    }

    .furnace-hero-content {
        flex-direction: column;
        padding: 0;
        gap: 0;
        position: relative;
    }

    .furnace-hero-text {
        max-width: 100%;
        color: #2B2B2B;
    }

    .furnace-breadcrumb {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 130%;
        color: #73767B;
        margin-bottom:10px;
        max-width: 275px;
    }

    .furnace-hero-title {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 32px;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: 0%;
        color: #2B2B2B;
        margin-bottom: 0;
        max-width: 310px;
    }

    .system-end-life-section {
        padding: 20px 16px 0px 16px;
    }

    .furnace-section-title-center {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 22px;
        font-weight: 600;
        line-height: 32px;
        text-align: left;
        margin-bottom: 10px;
        padding-right: 45px;
    }

    .furnace-section-title-center-2 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        margin-bottom: 10px;
    }

    .furnace-section-description-center {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        max-width: 335px;
        margin:initial;
    }

    .we-sell-install-section {
        padding: 40px 16px 40px 16px;
    }

    .installation-options-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 30px;
    }

    .installation-option-item {
        align-items: flex-start;
        text-align: left;
    }

        .installation-option-item h3 {
            font-family: 'Open Sans', Arial, sans-serif;
            font-size: 20px;
            font-weight: 600;
            line-height: 100%;
            max-width:335px;
        }

    .start-process-banner {
        padding: 40px 16px;
    }

    .start-process-wrapper {
        max-width: 100%;
    }

    .start-process-header h2 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 28px;
        padding: 0 0;
    }

    .start-process-options-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .start-process-option-box {
        padding: 16px 24px 20px 24px;
        border-right: none;
        border-bottom: 2px solid #1E3575;
    }

        .start-process-option-box:last-child {
            padding-top: 20px;
            border-bottom: none;
        }

    .start-process-option-prompt {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .start-process-option-box .btn-primary,
    .start-process-option-box .btn-secondary {
        width: 100%;
        max-width: 272px;
    }

    .what-to-expect-section {
        padding: 40px 16px 0px 16px;
    }

    .what-to-expect-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .what-to-expect-image {
        order: 2;
        max-width: 100%;
    }

    .what-to-expect-content {
        order: 1;
        gap: 24px;
    }

    .expect-item {
        padding: 20px;
    }

        .expect-item h3 {
            font-family: 'Open Sans', Arial, sans-serif;
            font-size: 20px;
            font-weight: 600;
            line-height: 100%;
        }

        .expect-item p {
            font-family: 'Open Sans', Arial, sans-serif;
            font-size: 16px;
            line-height: 26px;
            max-width: 290px;
        }

    .why-homeowners-section {
        padding: 40px 16px 125px 16px;
    }

    .why-homeowners-content {
        grid-template-columns: 1fr;
        gap: 40px;
        justify-items: center;
    }

    .why-homeowners-text h2 {
        font-size:18px;
        margin-bottom: 30px;
    }

    .why-homeowners-text-title
{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
}

    .why-homeowners-list {
        gap: 16px;
        max-width:355px;
    }

    .why-homeowners-item p {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 16px;
        line-height: 26px;
    }

    .why-homeowners-cta {
        margin-bottom: 80px;
    }

    .peace-mind-section {
        padding: 40px 16px 40px 16px;
    }

    .peace-mind-content {
        flex-direction: column;
        align-items: start;
        text-align: left;
        gap: 24px;
        position: relative;
        overflow: visible;
    }

    .peace-mind-badge {
        width: 150.04px;
        height: 150px;
        position: absolute;
        top: -115px;
        left: 20%;
        transform: translateX(-50%);
    }

    .peace-mind-text h2 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 28px;
        margin-top: 60px;
        max-width:360px;
    }

    .peace-mind-text p {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 16px;
        padding-right: 0px;
    }
}
