/* home reviews */

#homepage__reviews-section {
    /* background-image: url(/images/home/bgrnd-home-reviews.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 486px;
    padding-left: 7.2%;
    padding-top: 63px;
    display: flex;
    align-items: start;
    justify-content: start;
    padding-bottom: 98px; */
}

#homepage__reviews-section .container {
    max-width: 100%;
    padding: 0;

}

.homepage__reviews-content .heading-flex {
    display: flex;
    gap: 11px;
    justify-content: space-between;
    align-items: start;
    position: relative;
}
.homepage__reviews-content .home-flex-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: end;
}

#homepage__reviews-section .row.align-end {
    justify-content: end;
    margin: 0;
}

.homepage__reviews-content .homepage__reviews-wrapper {
    display: flex;
    justify-content: start;
    padding-right: 0px;
    width: 100%;
}

.homepage__reviews-content {
    width: 524px;
    background: transparent;
    padding: 0;
    margin-left: 10px;
    margin-top: -27px;
}

#home-welcome .welcome-text h3, 
.homepage__reviews-content h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px; 
    color: var(--primary-color);
    padding: 0;
    padding-bottom: 25px;
    text-transform: none;
}
.homepage__reviews-content h3 {
    margin-left: 3px;
    padding-bottom: 30px;
}
.homepage__reviews-content .homepage__reviews-flex-part .customer-rating {
    margin-left: 1px;
}
.homepage__reviews-content p {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 33px;
    padding-right: 11px;
    margin-left: 3px;
}
.homepage__reviews-content .home-review-para-wrapper {
    display: flex;
    gap: 0;
    align-items: start;
}
.homepage__reviews-content .home-reviews-flex-inner .flex-content {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
}
#home-welcome .welcome-text a.btn, 
.homepage__reviews-content .reviews-btn {
    width: 264px;
    height: 55px;
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.64px;
    line-height: unset;
    text-transform: uppercase;
    border: none;
    padding: 16px;
}
.homepage__reviews-content .heading-flex img {
    margin-right: 26px;
    margin-top: -4px;
}
.home-reviews-flex-inner {
    padding-left: 0;
}

.home-reviews-flex-inner .customer-rating {
    justify-content: start;
    margin-bottom: 23px;
}
.home-reviews-flex .customer-name {
    color: var(--primary-color);
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    margin-left: 3px;
    text-transform: capitalize;
}
.home-reviews-flex .customer-name-location-date {
    color: var(--primary-color);
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-transform: capitalize;
    margin-bottom: 2px;
    margin-left: 3px;
}
.home-reviews-flex .reviews-btn:focus,
.reviews-btn-main .reviews-btn:focus,
.homepage__reviews-content .reviews-btn:focus {
    outline: none;
    box-shadow: none;
}
@media screen and (max-width:767px) {
    /* .homepage__reviews-content {
        width: 100%;
        padding: 107px 17px 138px;
        display: flex;
        justify-content: center;
        align-items: start;
        height: 719px;
        background: url(/images/home/home-reviews-mobile.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }
    #homepage__reviews-section .row {
        margin: 0;
    }
    #homepage__reviews-section .container {
        padding: 0;
    } */

    .homepage__reviews-content .heading-flex img.quote {
        top: 47px;
        right: 13px;
    }

    .home-reviews-broder-top-wrapper.mobile-appear {
        display: block;
        min-height: 10px;
        width: 100%;
        background-color: #FFD457;
    }

    .homepage__reviews-content .home-reviews-flex-inner .flex-content {
        flex-direction: column;
        align-items: start;
        gap: 31px;
        padding-right: 5px;
    }

    .homepage__reviews-content .home-reviews-flex-inner .flex-content .reviews-btn-main,
    .homepage__reviews-content .home-reviews-flex-inner .flex-content .reviews-btn-main .reviews-btn{
        width: 100%;
        max-width: 326px;
    }
    #home-welcome .welcome-text a.btn {
        width: 100%;
        max-width: 308px;
    }

    #homepage__reviews-section .row.align-end {
        justify-content: start;
        margin: 0;
    }

    #homepage__reviews-section .homepage__reviews-wrapper {
        flex-direction: column;
        padding: 0;
        justify-content: start;
        align-items: start;
        gap: 30px;
    }
    #homepage__reviews-section .homepage__reviews-image-section, 
    #homepage__reviews-section .homepage__reviews-image-section img {
        width: 100%;
    }
    .homepage__reviews-content {
        width: 100%;
        padding-top: 11px;
    }
    .homepage__reviews-content .home-review-para-wrapper img {
        width: 28px;
    }
    .home-reviews-flex .customer-name,
    .homepage__reviews-content .homepage__reviews-flex-part .customer-rating {
        margin-left: 0;
    }
    .home-reviews-flex-inner .customer-rating {
        margin-bottom: 10px;
    }
    .homepage__reviews-content .home-review-para-wrapper {
        gap: 11px;
    }
    .home-reviews-flex {
        margin-bottom: 0;
        gap: 0;
        flex-direction: column;
        justify-content: end;
        align-items: start;
        padding-left: 0;
    }
    .homepage__reviews-content .heading-flex {
        display: flex;
        flex-wrap: wrap-reverse;
        gap: 0;
        justify-content: space-between;
    }
    .homepage__reviews-content h3 {
        font-size: 30px;
        padding-bottom: 20px;
    }
    .homepage__reviews-content p {
        font-size: 18px;
        line-height: 24px;
        padding-right: 0;
    }
    .homepage__reviews-content .heading-flex img {
        margin-right: 35px;
    }
    .homepage__reviews-content {
        text-align: left;
    }
    .homepage__reviews-content .home-btn {
        margin: auto;
    }
}
/* START OF HOME SERVICING & HOME WELCOME STYLING */

#home-servicing {
    background-image: url("/images/home/homepage-servicing.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: start;
    justify-content: start;
    padding-top: 79px;
    padding-left: 7.3%;
    min-height: 486px;
}
#home-servicing .text-content {
    width: 523px;
    border-radius: 5px;
    background: linear-gradient(122deg, #FFF 30.64%, rgba(255, 255, 255, 0.70) 86.4%);
    padding: 53px 59px 45px 56px;
    color: var(--primary-color);
}
#home-servicing .text-content h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 25px; 
    text-transform: capitalize;
    margin-left: 1px;
    margin-bottom: 25px;
}
#home-servicing .text-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px; 
    margin-left: 1px;
    margin-bottom: 30px;
}
#home-servicing .text-content a.btn {
    width: 252px;
    height: 55px;
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: unset;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    padding: 15px;
}

#home-welcome .container {
    display: flex;
    align-items: center;
    gap: 61px;
    padding-top: 63px;
    padding-bottom: 71px;
    max-width: 95%;
    padding-inline: 0;
} 
@media screen and (min-width: 1700px) {
    #home-welcome .container {
        max-width: 1577px;
    } 
}
#home-welcome .welcome-text {
    max-width: 534px;
}
#home-welcome .welcome-text h1 {
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 600;
    line-height: 27px; 
    text-transform: capitalize;
    margin-left: 1px;
    margin-bottom: 7px;
}
#home-welcome .welcome-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; 
    margin-bottom: 41px;
}
#home-welcome .welcome-text p.no-mb {
    margin-bottom: 0;
}
@media screen and (max-width: 1699px) and (min-width: 1300px) {
    #home-welcome .container {
        display: grid;
        grid-template-columns: 35% auto 35%;
    }
    #home-welcome .logo img {
        width: 100%;
    }
    .homepage__reviews-content {
        margin-left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
    .homepage__reviews-content {
        margin: 0;
        width: 100%;
        grid-column: span 2;
    }
}
@media screen and (max-width: 1300px) and (min-width: 929px) {
    #home-welcome .container {
        max-width: 1140px;
        padding-inline: 15px;
    }
}
@media screen and (max-width: 1300px) and (min-width: 767px) {
    #home-welcome .container {
        display: grid;
        grid-template-columns: auto 275px;
        grid-column-gap: 25px;
        grid-row-gap: 40px;
    }
    #home-welcome .logo img {
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    #home-welcome .welcome-text h3 {
        font-size: 24px;
        line-height: 29px;
    }
    .homepage__reviews-content {
        margin: 0 auto;
        max-width: 534px;
    }
}
@media screen and (max-width: 767px) {
    #home-welcome .container {
        flex-direction: column;
        padding-top: 41px;
        padding-bottom: 66px;
        gap: 39px;
        padding-inline: 20px;
        max-width: 100%;
    }
    .homepage__reviews-content .homepage__reviews-flex-part .customer-rating img {
        width: 18px;
    }
    #home-welcome .logo img {
        width: 100%;
        max-width: 232px;
    }
    #home-welcome .welcome-text h1 {
        font-size: 16px;
    }
    #home-welcome .welcome-text h3 {
        padding-right: 19px;
        padding-bottom: 20px;
    }
    #home-welcome .welcome-text p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 28px;
    }
    #home-welcome .welcome-text p.no-mb {
        margin-bottom: 24px;
    }
    #home-servicing {
        min-height: 774px;
        padding: 49px 20px 50px;
    }
    #home-servicing .text-content {
        width: 100%;
        padding: 49px 36px 56px 42px;
    }
    #home-servicing .text-content h3 {
        font-size: 30px;
    }
    #home-servicing .text-content p {
        font-size: 16px;
        line-height: 22px;
    }
    #home-servicing .text-content a.btn {
        width: 100%;
        max-width: 252px;
    }
}
@media screen and (max-width: 330px) {
    .homepage__reviews-content .heading-flex img {
        margin-right: 20px;
    }
}
/* END OF HOME SERVICING STYLING */