/* home reviews */

#homepage__reviews-section {
    background-image: url(/images/home/bgrnd-review-home.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    padding-right: 7.1%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}
#homepage__reviews-section img.positioned-stripe{
    position: absolute;
    height: 100%;
    left: 23.3%;
    top: 0;
}
#homepage__reviews-section .customers-experiences-absolute h3{
    color: var(--white);
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.72px;
    margin-top: -3px;
}
#homepage__reviews-section .customers-experiences-absolute p{
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    line-height: 44px; 
}
#homepage__reviews-section .customers-experiences-absolute{
    position: absolute;
    left: 0;
    top: 120px;
    background-image: url(/images/common/reviews-absolute-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 292px;
    width: 487px;
    padding: 67px 52px 0;
    z-index: 2;
}

#homepage__reviews-section .homepage__reviews-wrapper{
    display: flex;
    align-items: center;
    justify-content: end;
}
#homepage__reviews-section .container {
    max-width: 100%;
    padding: 0;
}

#homepage__reviews-section .heading-flex {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 24px;
}
#homepage__reviews-section .google-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;

}
#homepage__reviews-section .homepage__reviews-content .google-wrap p{
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    padding: 0;
    margin-top: -4px;
}
#homepage__reviews-section .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-section .homepage__reviews-content {
    width: 644px;
    height: auto;
    border-radius: 0;
    background: linear-gradient(232deg, #FFF 63.11%, rgba(255, 255, 255, 0.20) 109.4%);
    padding: 42px 69px 75px 63px;
    color: var(--primary-color);
    margin-bottom: 12px;
    position: relative;
}

#homepage__reviews-section .homepage__reviews-content h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    padding: 0;
    margin-top: 23px;
    color: var(--secondary-color);
}
#homepage__reviews-section .homepage__reviews-content .dark-btn {
    max-width: 226px;
}

#homepage__reviews-section .homepage__reviews-flex-part .customer-rating {
    margin-left: 5px;
}
#homepage__reviews-section .homepage__reviews-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 20px;
    padding-right: 11px;
    padding-left: 1px;
    color: var(--primary-color);
    letter-spacing: -0.2px;
}

#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: end;
    justify-content: space-between;
}

.home-reviews-flex-inner {
    padding-left: 0;
}

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

.home-reviews-flex .customer-name {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-left: 4px;
    text-transform: capitalize;
}

.home-reviews-flex .customer-name-location-date {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    margin-left: 4px;
    margin-top: 2px;
}


.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 (min-width: 992px) and (max-width: 1499px ) {
    #homepage__reviews-section {
        padding-right: 4%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1299px ) {
    #homepage__reviews-section .homepage__reviews-content {
        width: 590px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px ) {
    #homepage__reviews-section .homepage__reviews-content {
        width: 500px;
        padding: 40px 40px 60px 45px;
    }
    #homepage__reviews-section .customers-experiences-absolute {
        width: 380px;
        padding: 67px 35px 0;
    }
    #homepage__reviews-section img.positioned-stripe {
        left: 19%;
    }
    #homepage__reviews-section .homepage__reviews-content p{
        font-size: 19px;
    }
}

@media screen and (min-width:767px) {
    #homepage__reviews-section .homepage__reviews-image-section img {
        display: none;
    }
}
@media screen and (min-width:768px) and (max-width:992px) {
    #homepage__reviews-section{
        align-items: end;
        min-height: 750px;
        padding: 0;
    }
}
@media screen and (max-width:992px) {
    #homepage__reviews-section img.positioned-stripe{
        display: none;
    }
    #homepage__reviews-section .customers-experiences-absolute{
        top: 29px;
    }
    #homepage__reviews-section .homepage__reviews-content{
        width: 100%;
        margin-bottom: 0;
    }
}
@media screen and (max-width:767px) {
    #homepage__reviews-section {
        padding: 0;
        min-height: 940px;
        align-items: end;
        background-image: url(/images/home/bgrnd-review-home-mob.jpg);
        background-position: center top;
    }
    #homepage__reviews-section .row {
        margin: 0;
    }

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

    #homepage__reviews-section .home-reviews-flex-inner .flex-content {
        flex-direction: column;
        align-items: start;
        gap: 52px;
    }

    #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%;
    }
    #homepage__reviews-section .homepage__reviews-content {
        padding: 27px 37px 42px 36px;
        background: linear-gradient(198deg, #FFF 43%, rgba(255, 255, 255, 0.00) 107.62%);
    }
    .home-reviews-flex .customer-name-location-date {
        margin-top: 0;
    }
    .home-reviews-flex .customer-name,
    .home-reviews-flex .customer-name-location-date {
        margin-left: 0px;
    }
    #homepage__reviews-section .google-wrap img{
        width: 107px;
    }
    #homepage__reviews-section .homepage__reviews-content .google-wrap p{
        font-size: 11px;
        letter-spacing: normal;
    }
    #homepage__reviews-section .homepage__reviews-content h3 {
        font-size: 28px;
        margin-top: 9px;
    }
    #homepage__reviews-section .homepage__reviews-flex-part .customer-rating{
        margin-left: 0;
        margin-bottom: 15px;
    }
    #homepage__reviews-section .homepage__reviews-content p {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.32px;
        padding-bottom: 40px;
    }
    #homepage__reviews-section .homepage__reviews-content .dark-btn {
       margin-right: 0;
        width: 100%;
        max-width: 257px;
        height: 64px;
        padding-block: 20px;
    }
    #homepage__reviews-section .home-review-para-wrapper {
        gap: 11px;
    }

    #homepage__reviews-section .home-btn {
        margin: auto;
    }
    #homepage__reviews-section .customers-experiences-absolute p{
        font-size: 18px;
    }
    #homepage__reviews-section .customers-experiences-absolute h3{
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.64px;
        margin-top: 0;
    }
    #homepage__reviews-section .customers-experiences-absolute{
        background-image: url(/images/common/reviews-absolute-bg-mob.png);
        min-height: 210px;
        width: 349px;
        padding: 42px 0 0 30px;
    }
}

@media screen and (max-width:369px) {
    #homepage__reviews-section .customers-experiences-absolute {
        width: 270px;
        padding: 42px 0 0 20px;
    }
    #homepage__reviews-section .customers-experiences-absolute h3 {
        font-size: 27px;
    }
}

@media screen and (max-width:331px) {
    #homepage__reviews-section .heading-flex {
        gap: 0;
        flex-direction: column-reverse;
    }
    #homepage__reviews-section .homepage__reviews-content{
        padding-inline: 20px ;
    }
}
@media screen and (max-width: 767px) and (orientation:landscape) {
    #homepage__reviews-section .homepage__reviews-content {
        width: 75%;
        margin-inline: auto;
    }
}
/* HOMEPAGE-MID-SECTION */

#homepage-mid-section {
  padding-top: 54px;
  padding-bottom: 57px;
}
@media screen and (min-width: 1300px) {
    #homepage-mid-section .container {
        max-width: 1198px;
        padding: 0;
    }
}

#homepage-mid-section .container {
    display: grid;
    grid-template-columns: auto 544px;
    gap: 89px;
}
#homepage-mid-section h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 22px;
    text-transform: none;
    margin-top: 34px;
}
#homepage-mid-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: var(--primary-color);
    margin-bottom: 21px;
    letter-spacing: -0.32px;
}

#homepage-mid-section .image-section{
    margin-top: 32px;
}
#homepage-mid-section .dark-btn {
    width: 243px;
    margin-top: 6px;
}

#homepage-mid-section .grid-section img {
    width: 217px;
}

@media screen and (min-width:768px) and (max-width: 1199px) {
    #homepage-mid-section .container{
        grid-template-columns: 1fr 1fr;
    }
    #homepage-mid-section .image-section img{
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width:992px) {
    #homepage-mid-section .container {
        max-width: 95%;
        padding-inline: 0;
        gap: 30px;
    }
}

@media screen and (max-width:767px) {
    #homepage-mid-section {
        order: 2;
        padding-top: 30px;
        padding-bottom: 64px;
        padding-inline: 21px;
    }
    #homepage-mid-section .container{
        grid-template-columns: 1fr;
        gap: 0;
        text-align: center;
    }
    #homepage-mid-section .image-section{
        display: none;
    }
    #homepage-mid-section .grid-section img {
        width: 166px;
    }
    #homepage-mid-section h3{
        margin-top: 21px;
    }
    #homepage-mid-section .dark-btn {
        margin-top: 16px;
    }
}

@media screen and (max-width:369px) {
    #homepage-mid-section .dark-btn{
        width: 80%;
    }
    #homepage-mid-section {
        padding-inline: 0px;
    }
}