/* home reviews */

#homepage__reviews-section {
    min-height: 441px;
    padding-block: 52px 51px;
    padding-left: 134px;
    display: flex;
    align-items: center;
    justify-content: start;
    background-image: url("/images/home/home-bgrnd-reviews.jpg");
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (min-width: 2000px) {
    #homepage__reviews-section {
        padding-left: 10%;
    }
}
@media screen and (max-width: 1400px) {
    #homepage__reviews-section {
        padding-left: 6.9%;
    }
}
#homepage__reviews-section .container {
    max-width: 100%;
    padding: 0;
}
#homepage__reviews-section .heading-flex {
    display: flex;
    gap: 11px;
    justify-content: space-between;
    align-items: start;
    padding-right: 10px;
}
#homepage__reviews-section .heading_wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
#homepage__reviews-section img.quote {
    margin-top: 0;
}

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

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

#homepage__reviews-section .homepage__reviews-content .customer-rating{
    display: flex;
    margin-bottom: 7px;
    align-items: start;
}
#homepage__reviews-section .homepage__reviews-content {
    width: 633px;
    height: auto;
    padding: 48px 70px 36px 53px;
    color: var(--white);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.80);
    min-height: 337px;
}

#homepage__reviews-section .homepage__reviews-content h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px; 
    text-transform: capitalize;
    padding: 0;
    min-height: 62px;
    margin-top: 11px;
}
#homepage__reviews-section .homepage__reviews-content .dark-btn {
    max-width: 217px;
    border: 1px solid var(--white);
    background: transparent;
    padding: 15px;
    margin-top: 1px;
}
#homepage__reviews-section .homepage__reviews-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 31px;
    padding-left: 1px;
    max-width: 434px;
}
#homepage__reviews-section .home-review-para-wrapper {
    display: flex;
    gap: 0;
    align-items: start;
}

#homepage__reviews-section .home-reviews-flex-inner .flex-content {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    padding-left: 4px;
}
.home-reviews-flex-inner {
    padding-left: 0;
}

.home-reviews-flex-inner .customer-rating {
    justify-content: start;
    margin: 0;
}

.home-reviews-flex .customer-name {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 2px;
    text-transform: capitalize;
    font-family: var(--header-font);
}

.home-reviews-flex .customer-name-location-date {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin-left: 0;
    margin-top: 2px;
    padding-bottom: 8px;
}


.home-reviews-flex .reviews-btn:focus,
.reviews-btn-main .reviews-btn.mobile:focus,
#homepage__reviews-section .homepage__reviews-content .reviews-btn:focus {
    outline: none;
    box-shadow: none;
}
@media screen and (max-width:767px) {
    #homepage__reviews-section {
        width: 100%;
        padding: 52px 23px;
        min-height: 682px;
        background-image: url("/images/home/mobile-bgrnd-home-reviews.jpg");
        align-items: start;
    }
    #homepage__reviews-section .background img {
        width: 100%;
        margin-inline: -1px;
    }
    #homepage__reviews-section .homepage__reviews-content {
        width: 100%;
        padding: 50px 40px 48px 35px;
    }
    #homepage__reviews-section .row {
        margin: 0;
    }
    #homepage__reviews-section .container {
        padding: 0;
    }

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

    #homepage__reviews-section .home-reviews-flex-inner .flex-content {
        flex-direction: column;
        align-items: start;
        gap: 37px;
        padding: 0;
    }
    #homepage__reviews-section .homepage__reviews-content .dark-btn {
        max-width: 252px;
    }
    #homepage__reviews-section .home-reviews-flex-inner .flex-content .reviews-btn-main,
    #homepage__reviews-section .home-reviews-flex-inner .flex-content .reviews-btn-main .reviews-btn{
        width: 100%;
    }
    #homepage__reviews-section .home-reviews-flex-inner .flex-content .reviews-btn-main .reviews-btn {
        margin-left: 5px;
    }

    #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%;
    }

    .home-reviews-flex .customer-name,
    .home-reviews-flex .customer-name-location-date {
        padding: 0;
    }

    #homepage__reviews-section .homepage__reviews-content h3 {
        padding: 0;
        margin: 0;
        margin-left: 2px;
        font-size: 24px;
        min-height: 61px;
    }
    #homepage__reviews-section .homepage__reviews-content p {
        padding-bottom: 22px;
        padding-left: 0;
    }
    #homepage__reviews-section .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-section .heading-flex {
        flex-wrap: wrap-reverse;
        padding-right: 0;
    }

    .homepage__reviews-text-section {
        text-align: left;
    }

    #homepage__reviews-section img.quote {
        width: 38px;
        margin-top: 0;
    }
}
@media screen and (max-width: 370px) {
    #homepage__reviews-section .homepage__reviews-content {
        padding-inline: 6%;
    }
    #homepage__reviews-section {
        padding-inline: 10px;
    }
}
@media screen and (max-width: 767px) and (orientation:landscape) {
    #homepage__reviews-section .homepage__reviews-content {
        width: 75%;
        margin-inline: auto;
    }
}
/* end of home review */
/* start of home welcome */
#home-welcome {
    padding: 54px 0 94px;
}
@media screen and (min-width: 992px) {
    #home-welcome .container {
        max-width: 886px;
        padding: 0;
    }
    #home-welcome .container .text_content {
        max-width: 386px;
    }
    #home-welcome .container h3 {
        margin-top: 11px;
    }
}
#home-welcome .container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    column-gap: 30px;
}
#home-welcome .container h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 17px;
    text-transform: capitalize;
}
#home-welcome .container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 22px;
}
#home-welcome .container .dark-btn {
    max-width: 213px;
    margin-top: 10px;
    margin-left: 1px;
}
@media screen and (max-width: 992px) and (min-width: 767px) {
    #home-welcome .container {
        max-width: 95%;
        padding: 30px 0 40px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    #home-welcome .container .image_content img {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #home-welcome {
        order: 3;
        padding: 30px 23px 55px;
        text-align: center;
    }
    #home-welcome .container {
        flex-direction: column;
        gap: 39pxpx;
        align-items: center;
        justify-content: start;
        padding: 0;
    }
    #home-welcome .container .image_content img {
        width: 100%;
    }
    #home-welcome .container h3 {
        margin-bottom: 15px;
    }
    #home-welcome .container .dark-btn {
        margin-top: 6px;
        margin-bottom: 39px;
    }
    #home-welcome .container p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}
/* end of home welcome */