/* home reviews */

#homepage__reviews-section {
    background-image: url(/images/home/bgrnd-reviews-home.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 513px;
    padding: 65px 40px 73px;
    display: flex;
    align-items: start;
    justify-content: center;
}
#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;
    position: relative;
}
#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-wrapper {
    display: flex;
    justify-content: center;
    padding-right: 0px;
    width: 100%;
}

#homepage__reviews-section .homepage__reviews-content {
    width: 100%;
    max-width: 1137px;
    height: auto;
    border-radius: 10px;
    background: var(--white);
    padding: 53px 69px 53px 50px;
    color: var(--primary-color);
    display: flex;
    gap: 54px;
}

#homepage__reviews-section .homepage__reviews-content h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px; 
    text-transform: capitalize;
    padding: 0;
    padding-top: 2px;
    padding-bottom: 20px;
}

#homepage__reviews-section .homepage__reviews-flex-part .customer-rating {
    margin-left: 5px;
}
#homepage__reviews-section .homepage__reviews-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 26px;
    padding-left: 1px;
}
@media screen and (min-width: 1200px) {
    #homepage__reviews-section .homepage__reviews-content p {
        padding-right: 26px;
    }
}
#homepage__reviews-section .homepage__reviews-content .btn {
    max-width: 231px;
    width: 100%;
    height: 60px;
    padding: 19px;
    border-radius: 2px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
    line-height: unset;
    margin-bottom: 0;
}

#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;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 15px;

}

#homepage__reviews-section .homepage__reviews-content .reviews-btn {
    width: 225px;
    height: 55px;
    border-radius: 5px;
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: unset;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid var(--white);
    padding: 15px;
}

#homepage__reviews-section .heading-flex img{
    margin-right: 15px;
    margin-top: -11px;
}

.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: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-left: 5px;
    text-transform: capitalize;
}

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


.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: 1700px ) {
    #homepage__reviews-section {
        background-position: center right 38%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px ) {
    #homepage__reviews-section {
        padding-right: 5%;
    }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
    #homepage__reviews-section {
        padding-inline: 20px;
    }
    #homepage__reviews-section .homepage__reviews-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        padding: 40px 30px;
    }
    #homepage__reviews-section .homepage__reviews-image-section, 
    #homepage__reviews-section .homepage__reviews-image-section img {
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    #homepage__reviews-section {
        width: 100%;
        padding: 58px 15px 40px;
        display: flex;
        justify-content: center;
        align-items: start;
        height: 860px;
        background: url(/images/home/mob-home-reviews-bgrnd.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #homepage__reviews-section .row {
        margin: 0;
    }

    #homepage-monthly-budget .mobile-appear {
        display: block !important;
        margin: 0 auto;
        margin-top: 9px;
        margin-bottom: 13px;
    }

    #homepage-monthly-budget .mobile-disappear {
        display: none !important;
    }

    #homepage__reviews-section .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-section .home-reviews-flex-inner .flex-content {
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }

    #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: center;
        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 {
        width: 100%;
        padding: 26px 28px 42px 24px;
        max-width: 580px;
        flex-direction: column;
        gap: 24px;
    }
    #homepage__reviews-section .homepage__reviews-content h3 {
        padding-bottom: 10px;
        font-size: 24px;
    }
    #homepage__reviews-section .homepage__reviews-content p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        padding-bottom: 23px;
    }
    .home-reviews-flex .customer-name {
        font-size: 18px;
    }
    .home-reviews-flex .customer-name-location-date {
        font-size: 14px;
    }
    #homepage__reviews-section .homepage__reviews-flex-part .customer-rating,
    .home-reviews-flex .customer-name,
    .home-reviews-flex .customer-name-location-date {
        margin-left: 0;
    }
    #homepage__reviews-section .homepage__reviews-content .btn {
        max-width: 292px;
    }
    #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 {
        display: flex;
        flex-wrap: wrap-reverse;
        gap: 0;
        justify-content: space-between;
    }

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

    #homepage__reviews-section .heading-flex img {
        width: 26px;
        margin-right: 16px;
        margin-top: -2px;
    }

    #homepage__reviews-section .home-btn {
        margin: auto;
    }
}
@media screen and (max-width: 330px) {
    #homepage__reviews-section .homepage__reviews-content {
        padding: 32px 15px 35px;
    }
    #homepage__reviews-section .container {
        max-width: 100%;
    }
    #homepage__reviews-section .homepage__reviews-content h3 {
        font-size: 26px;
    }
    #homepage__reviews-section .homepage__reviews-content p {
        font-size: 16px;
        line-height: 24px;
    }
    #homepage__reviews-section .homepage__reviews-content {
        padding-inline: 10%;
    }
    #homepage__reviews-section {
        padding-inline: 5%;
    }
    #homepage__reviews-section .heading-flex img {
        margin-right: 0;
    }
    .home-reviews-flex .customer-name {
        font-size: 18px;
        line-height: 22px;
    }
    .home-reviews-flex .customer-name-location-date {
        font-size: 15px;
    }
}

@media screen and (max-width: 369px) {
    .reviews-btn-main .reviews-btn.mobile {
        font-size: 15px;
    }
    .home-reviews-flex .customer-name-location-date {
        padding-bottom: 0;
    }

    #homepage__reviews-section .reviews-btn-main .reviews-btn.mobile {
        width: 216px;
    }
}
/* START OF HOME-WELCOME PAGE STYLING */
@media screen and (min-width: 1300px) {
    #home-welcome-section .container {
        max-width: 1259px;
        padding: 0;
    }
    #home-welcome-section .container .logo {
        margin-right: 21px;
    }
}
#home-welcome-section .container .logo {
    margin-top: 10px;
}
#home-welcome-section .container .tagline {
    margin-left: -2px;
}
#home-welcome-section .container {
    padding-top: 55px;
    padding-bottom: 75px;
    color: var(--primary-color);
}
#home-welcome-section .text-content {
    padding-top: 14px;
    max-width: 405px;
}
#home-welcome-section .content-parent {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
}
#home-welcome-section .text-content h1 {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px; 
    margin-bottom: 15px;
}
#home-welcome-section .text-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 27px;
    margin-top: 21px;
    padding-left: 2px;
    letter-spacing: 0.12px;
}
#home-welcome-section .text-content .btn-div {
    padding-left: 2px;
}
#home-welcome-section .text-content .btn-div a.dark-btn {
    max-width: 230px;
    padding: 22px;
    height: 60px;
    font-size: 16px;
}
@media screen and (max-width: 1299px) {
    #home-welcome-section .container {
        max-width: 95%;
        padding-inline: 0;
    }
    #home-welcome-section .image-content img {
        width: 100%;
    }
}
@media screen and (max-width: 1099px) and (min-width: 768px) {
    #home-welcome-section .content-parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    #home-welcome-section .text-content {
        grid-row-start: 2;
    }
    #home-welcome-section img.logo {
        grid-column: span 2;
        text-align: center;
        margin-inline: auto;
    }
    #home-welcome-section .image-content img {
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    #home-welcome-section .container {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 767px) {
    #home-welcome-section .container .image-content img.mobile-only-appear {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    #home-welcome-section .container {
        padding: 24px 20px 32px;
        max-width: 540px;
    }
    #home-welcome-section .container .logo {
        width: 110px;
        margin: 0;
    }
    #home-welcome-section .container .tagline {
        display: none;
    }
    #home-welcome-section .container .image-content, 
    #home-welcome-section .container .image-content img {
        width: 100%;
    }
    #home-welcome-section .container .image-content img {
        display: none;
    }
    #home-welcome-section .container .image-content img.mobile-only-appear {
        display: block;
    }
    #home-welcome-section .content-parent {
        flex-direction: column;
        row-gap: 14px;
        align-items: center;
        text-align: center;
    }
    #home-welcome-section .text-content {
        padding-top: 0;
    }
    #home-welcome-section .text-content h1 {
        font-size: 22px;
        font-weight: 600;
        line-height: 28px; 
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #home-welcome-section .text-content h1>span {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px; 
    }
    #home-welcome-section .text-content p {
        font-size: 14px;
        line-height: 19px;
        max-width: 303px;
        margin: 20px auto 26px;
    }
    #home-welcome-section .text-content .btn-div {
        padding-left: 0;
        padding-bottom: 17px;
    }
    #home-welcome-section .text-content .btn-div a.dark-btn {
        height: 50px;
        padding: 17px;
    }
}
/* END OF HOME-WELCOME PAGE STYLING */
/* HOMEPAGE-MID-SECTION */

#homepage-mid-section {
    padding-top: 55px;
    padding-bottom: 49px;
    background: #EFEFEF;
}
@media screen and (min-width: 1600px) {
    #homepage-mid-section .container {
        max-width: 1508px;
        padding: 0;
        padding-right: 9px;
    }
}
#homepage-mid-section .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 121px;
}

#homepage-mid-section .section-child {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 79px;
}

#homepage-mid-section .text-content {
    padding: 7px 0 0;
    color: var(--primary-color);
}

#homepage-mid-section .text-content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 25px; 
    text-transform: capitalize;
    color: var(--secondary-color);
}
#homepage-mid-section .text-content p {
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 300;
    line-height: 24px;
    margin-top: 18px;
    margin-left: 0px;
    margin-bottom: 34px;
}
#homepage-mid-section .text-content .btn {
    display: block;
    width: 289px;
    height: 60px;
    font-size: 16px;
    padding-block: 22px;
}

@media screen and (min-width:1400px) and (max-width:1599px) {
    #homepage-mid-section .container{
        gap: 40px;
        max-width: 98%;
    }
    #homepage-mid-section .section-child {
        gap: 30px;
    }
}
@media screen and (min-width:768px) and (max-width:1399px) {
    #homepage-mid-section .container{
        grid-template-columns: 1fr;
        max-width: 720px;
        gap: 60px;
    }
}

@media screen and (max-width:767px) {
    #homepage-mid-section .container{
        grid-template-columns: 1fr;
        gap: 38px;
    }
    #homepage-mid-section .container img.mobile-disappear{
        display: none;
    }
    #homepage-mid-section {
        padding-top: 40px;
        padding-bottom: 48px;
        text-align: center;
    }
    #homepage-mid-section .text-content h3{
        font-size: 22px;
        line-height: 22px;
    }
    #homepage-mid-section .text-content p{
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 20px;
        width: 281px;
        margin-top: 10px;
    }
    #homepage-mid-section .section-child,
    #homepage-mid-section .text-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    #homepage-mid-section .text-content .btn{
        margin-top: 20px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    #homepage-mid-section .container img.mobile-appear{
        display: none !important;
    }
    #homepage-mid-section .container img.mobile-disappear{
        display: block !important;
    }
}

@media screen and (min-width:767px) {
    #homepage-mid-section .container img.mobile-appear{
        display: none;
    }
}

@media screen and (max-width:330px) {
    #homepage-mid-section .text-content .btn,
    #homepage-mid-section .text-content p,
    #homepage-mid-section .container img.mobile-appear{
        width: 100%;
    }
}

/* HOMEPAGE-MID-SECTION */