﻿#main-body-content {
    color: #707070;
}

@media screen and (min-width: 1280px) {
    .top-container {
        margin: 0 auto;
        width: 1280px;
    }
}

#media screen and (max-width: 1279px) and (min-width: 769px) {
    .top-container

{
    margin: 0 auto;
    width: 100%;
}

}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;
}

.col-md-6 {
    flex: 1 1 45%;
}

.hero h1 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.product-options label {
    display: block;
    margin-bottom: 0.5rem;
}

.btn-primary {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #0072ce;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.section-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.icon-box {
    background-color: #f4f4f4;
    padding: 1rem;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
}



.spf-left, .spf-right, .bottom-left, .bottom-right {
    padding: 1.5rem;
}


    .spf-left h2 {
        font-size: 1.75rem;
        line-height: 1;
        padding-top: 4.0rem;
        margin-bottom: 1rem;
    }

.product-options label {
    display: contents;
}

.spf-left p {
    line-height: 1.3;
    margin-bottom: .5rem;
}

.spf-right h3 {
    font-size: 1rem;
    margin-bottom: 0;
}

.product-options input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    padding-top: 1px;
    vertical-align: middle;
}

.btn-started, .btn-estimate {
    display: inline-block;
    margin-top: 1rem;
    background: #ffb700;
    color: #fff;
    font-weight: bold;
    padding: 0.25rem 1.5rem;
    text-decoration: none;
    border-radius: 5px;
    width: 50%;
    text-align: center;
}

a.btn-started:hover {
    background-color: orange;
    color: #000;
}

.btn-estimate {
    background: #003366;
}

.product-grid {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

    .product-grid a {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #000;
    }

    .product-grid img {
        width: 100%;
        border-radius: 4px;
        margin-bottom: 0.25rem;
    }

.spf-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
}

.bottom-container h3 {
    color: #0E406A;
}

.bottom-left, .bottom-right {
    flex: 1 1 45%;
}

.spf-bottom ul {
    list-style: none;
    padding-left: 0;
}

    .spf-bottom ul li::before {
        content: "» ";
        color: #f90;
        margin-right: 0.5rem;
    }

.spf-right-image-header {
    width: 100%;
    height: 6vw;
    max-height: 73px !important;
    background-size: contain;
    background-position: center;
    background-image: url(/images/default-source/outdoor-awning/spf-photogrid_header.png);
}

@media screen and (max-width: 768px) {
    .row {
        flex-direction: column;
    }

    .col-md-6 {
        flex: 1 1 100%;
    }

    .section-icons {
        grid-template-columns: 1fr;
    }

    .spf-left h2 {
        font-size: 2rem;
        line-height: 1.2;
        padding-top: 0 !important;
        margin-bottom: 1rem;
        color: #707070;
    }

    .btn-started, .btn-estimate {
        display: inline-block;
        margin-top: 1rem;
        background: #ffb700;
        color: #fff;
        font-weight: bold;
        padding: 0.5rem 1.5rem !important;
        text-decoration: none;
        border-radius: 5px;
        width: 100% !important;
        text-align: center;
    }

    .spf-bottom, .product-grid {
        flex-direction: column;
        grid-template-columns: 1fr;
        display: flex;
    }

    .bottom-left, .bottom-right {
        flex: 1 1 100%;
    }

    .spf-right-image-header {
        width: 100%;
        height: 10rem;
        min-height: 42vw;
        max-height: 14rem !important;
        background-image: url(/images/default-source/outdoor-awning/spf-photogrid_header-mobile.png);
        background-size: cover;
        background-position: center;
    }
}
