﻿body {
}
.empire-reviews article {
    display: block;
    margin-bottom: 2em;
    padding-bottom: 1.2em;
    border-bottom: 1px solid #ccc;
}

    .empire-reviews article:last-of-type {
        border: 0 none;
        margin-bottom: 0;
    }

.empire-reviews h4 {
    font-weight: 700;
}

.empire-reviews a {
    font-weight: 700;
}

.solid-gray-line {
    border-bottom: 1px solid #999;
}


.hero-image2 {
    background-size: cover;
    background-position: 15%;
    border-radius: 0;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: space-around;
    gap: 0;
    padding: 0;
}

    .hero-image2 .floors-easy {
        height: 335px;
        width: 300px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.98);
        margin: 30px 0;
        position: relative;
    }

    .hero-image2 .floors-easy .corner-triangle {
        position: absolute;
        width: 63px;
        height: 63px;
    }

    .hero-image2 .floors-easy .top-left {
        top: -5px;
        left: -5px;
    }

    .hero-image2 .floors-easy .bottom-right {
        bottom: -5px;
        right: -5px;
        transform: rotate(180deg);
    }

        .hero-image2 .floors-easy .header-ctn {
            border-bottom: 5px solid #005DB9;
            margin: 15px 5px 0;
        }

            .hero-image2 .floors-easy .header-ctn h2 {
                font-size: 30px;
                font-weight: 600;
                line-height: 48px;
                text-align: left;
                font-family: var(--font-poppins);
                color: var(--color-black);
                margin: 30px 0 20px 15px;
            }

            .hero-image2 .floors-easy .header-ctn sup {
                font-size: .6em;
            }

        .hero-image2 .floors-easy .better-at-home {
            text-align: center;
            margin-top: 20px;
            position: relative;
        }

        .hero-image2 .floors-easy .better-at-home h1 {
            font-size: 36px;
            font-family: var(--font-poppins);
            font-weight: 600;
            color: var(--color-black);
        }

        .hero-image2 .floors-easy .better-at-home span {
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            position: absolute;
            top: 5px;
        }

.reviews-section-container {
    border-bottom: 1px solid #999;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 50px;
}

    .reviews-section-container p {
        color: var(--color-black);
        font-family: var(--font-poppins) ;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
    }

    .reviews-section-container sup {
        font-size: .6em;
    }

.Reviews-Section {
    margin-bottom: 80px;
}

.reviews-section-ctn {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.reviews-header {
    font-family: var(--font-poppins);
    font-size: 24px;
    font-weight: 600;
    color: var(--color-black);
    line-height: 30px;
    text-align: center;
}

.reviews-section-ctn .review-ctn {
    display: flex;
    flex-direction: column;
    width: 450px;
    height: auto;
    border: 1px solid #999;
    border-radius: 7px;
    padding: 30px 10px 0;
    margin-bottom: 15px;
}

    .reviews-section-ctn .review-ctn .star-ctn {
        margin-bottom: 10px;
    }

        .reviews-section-ctn .review-ctn .star-ctn span {
            font-size: 150%;
            color: #005DB9;
        }

        .reviews-section-ctn .review-ctn .star-ctn .full-star {
            height: 20px;
            width: 20px;
        }

        .reviews-section-ctn .review-ctn .star-ctn .half-star {
            height: 20px;
            margin-top: .5px;
        }

    .reviews-section-ctn .review-ctn h3 {
        font-family: var(--font-poppins);
        font-weight: 500;
        font-size: 20px;
        line-height: 36px;
        color: var(--color-black);
        text-transform: capitalize;
        margin-bottom: 0;
    }

        .reviews-section-ctn .review-ctn h3 span {
            font-weight: 300;
        }

    .reviews-section-ctn .review-ctn .date-of-review {
        font-family: var(--font-poppins);
        font-size: 14px;
        font-weight: 400;
        color: var(--color-black);
        line-height: 36px;
        margin-bottom: 25px;
    }

    .reviews-section-ctn .review-ctn .review-blurb .review-text {
        font-family: var(--font-poppins);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        color: var(--color-black);
        margin: 0;
        max-height: 72px;
        transition: max-height 0.5s ease;
    }

    .reviews-section-ctn .review-ctn .review-blurb .expanded {
        display: block;
        max-height: none;
    }

    .reviews-section-ctn .review-ctn .review-blurb .read-more {
        color: #005DB9;
        cursor: pointer;
        display: none;
    }

    .reviews-section-ctn .review-ctn .review-image {
        margin: 20px auto 20px;
    }

.reviews-btn {
    display: block;
    width: 280px;
    height: 50px;
    position: relative;
    margin: auto;
    text-align: center;
    background: var(--color-charcoal);
    color: #FFFFFF;
    padding: 15px;
    text-decoration: none;
    border-radius: 7px;
    font-family: var(--font-poppins);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.understanding-empire-container {
    display: flex;
    width: 100%;
    background: #EFEFEF;
    flex-wrap: wrap;
}

    .understanding-empire-container .understanding-image {
        width: 100%;
    }

    .understanding-empire-container .understanding-contents {
        width: 100%;
        color: #313131;
        padding: 20px 0px 20px 4%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

        .understanding-empire-container .understanding-contents h2 {
            max-width: 450px;
            font-size: 30px;
            font-weight: 800;
            line-height: 36px;
            margin: 0px 0px 10px;
            text-transform: uppercase;
        }

        .understanding-empire-container .understanding-contents p {
            max-width: 470px;
            font-size: 18px;
            font-weight: 500;
            line-height: 1.8rem;
        }

        .understanding-empire-container .understanding-contents .how-empire-works-btn {
            height: 50px;
            display: inline-flex;
            width: 230px;
            padding: 12px 55px;
            background: #252525;
            border-radius: 7px;
            font-family: var(--font-poppins);
            font-size: 16px;
            font-weight: 800;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #FFFFFF;
            text-decoration: none;
            margin-top: 15px;
        }

            .understanding-empire-container .understanding-contents .how-empire-works-btn:hover {
                text-decoration: underline;
            }

.brands-container {
    max-width: 1420px;
    margin: 120px 15px 80px;
    border: 2px solid #999;
    position: relative;
}

    .brands-container .heading-ctn {
        margin: -45px 15px 15px;
        text-align: center;
    }

        .brands-container .heading-ctn h2 {
            background: #fff;
            display: inline-block;
            margin: 0 -7px;
            font-weight: 600;
            font-size: 20px;
            color: var(--color-black);
        }

    .brands-container .images-ctn {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
    }

        .brands-container .images-ctn .trusted-img {
            width: 50%;
            padding: 15px;
            margin: 0 0 15px;
        }

.experience-icons-section {
    background: #EFEFEF;
    padding: 0 15px;
}

/*375px*/
@media (min-width:375px) {
    .hero-image2 .floors-easy {
        width: 350px;
    }
}

/*480px*/
@media (min-width:480px) {

    .hero-image2 .floors-easy {
        height: 350px;
        width: 400px;
    }

    .hero-image2 .floors-easy .header-ctn {
        margin: 15px 15px 0;
    }

    .hero-image2 .floors-easy .image-ctn .easy-image {
        width: 260px;
    }
}

/*768px*/
@media (min-width:768px) {
    .hero-image2 .floors-easy {
        height: 360px;
        width: 550px;
    }

    .hero-image2 .floors-easy .corner-triangle {
        width: 82px;
        height: 82px;
    }

    .hero-image2 .floors-easy .header-ctn {
        margin: 30px 40px;
    }

    .hero-image2 .floors-easy .header-ctn h2 {
        font-size: 36px;
        margin: 40px 0 20px 15px;
    }

    .hero-image2 .floors-easy .better-at-home h1 {
        font-size: 56px;
    }

    .hero-image2 .floors-easy .better-at-home span {
        font-size: 28px;
    }

    .experience-icons-section {
        padding:60px 0;
    }

    .reviews-section-container {
        padding: 40px 25px;
    }

    .reviews-section-container p {
        font-size: 21px;
        line-height: 36px;
    }

    .reviews-header {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 70px;
    }

    .reviews-section-ctn .review-ctn {
        height: 500px;
        margin-bottom: 40px;
    }

    .reviews-section-ctn .review-ctn .star-ctn span {
        font-size: 200%;
    }

        .reviews-section-ctn .review-ctn .star-ctn .full-star {
            height: 30px;
            width: 30px;
        }

        .reviews-section-ctn .review-ctn .star-ctn .half-star {
            height: 30px;
            margin-top: 1.5px;
        }

    .reviews-section-ctn .review-ctn h3 {
        font-size: 24px;
    }

    .reviews-section-ctn .review-ctn .date-of-review {
        font-size: 16px;
        margin-bottom: 45px;
    }

    .reviews-section-ctn .review-ctn .review-blurb .review-text {
        font-size: 18px;
        display: block;
        max-height: none;
    }

    .reviews-section-ctn .review-ctn .review-blurb .read-more {
        display: none !important;
    }

    .reviews-section-ctn .review-ctn .review-image {
        margin: auto auto 20px;
    }

    .brands-container .heading-ctn {
        margin: -30px 0 15px;
    }

    .brands-container .heading-ctn h2 {
        padding: 0 40px;
        font-size: 24px;
    }

    .brands-container .images-ctn .trusted-img {
        width: 100%;
    }

}

/*960px*/
@media (min-width:960px) {
    .understanding-empire-container .understanding-image {
        width: 50%;
    }

    .understanding-empire-container .understanding-contents {
        width: 50%;
        text-align: unset;
        align-items: unset;
    }

    .brands-container .heading-ctn h2 {
        font-size: 28px;
    }
}

/*1200px*/
@media (min-width:1200px) {
    .hero-image2 {
        justify-content: space-evenly;
        height: 530px;
    }

    .hero-image2 .floors-easy {
        margin: 0;
    }

    .understanding-empire-container .understanding-contents h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .brands-container .heading-ctn h2 {
        font-size: 36px;
    }
}

/*1500px*/
@media (min-width: 1500px) {
    .brands-container {
        margin: 120px auto 80px;
    }
}

/*1920px*/
@media (min-width: 1920px) {
    .reviews-section-ctn {
        justify-content: space-between;
    }

    .experience-icons-section {
        padding: 60px 150px;
    }
}