/* home reviews */

#homepage__reviews-section {
    background-image: url(/images/home/home-bgrnd-reviews.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 570px;
    display: flex;
    align-items: start;
    justify-content: start;
    padding-block: 94px;
    padding-left: 134px;
}
#homepage__reviews-section .container {
    max-width: 100%;
    padding: 0;
}
@media screen and (min-width: 1700px) {
    #homepage__reviews-section .container {
        max-width: 1650px;
    }
    #homepage__reviews-section {
        padding-left: 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: start;
}

#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;
    align-items: start;
    justify-content: start;
}
#homepage__reviews-section .homepage__reviews-content .customer-rating img {
    width: auto;
}
#homepage__reviews-section .homepage__reviews-content {
    width: 612px;
    height: auto;
    min-height: 331px;
    border-radius: 0;
    background: transparent;
    padding: 0;
    color: var(--white);
    padding: 0;
}

#homepage__reviews-section .homepage__reviews-content h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 36px; 
    text-transform: capitalize;
    padding: 0;
    min-height: 66px;
    margin-bottom: 21px;
    margin-top: 15px;
}
#homepage__reviews-section .homepage__reviews-content .dark-btn {
    max-width: 249px;
    margin-left: 0;
    background: transparent;
}
#homepage__reviews-section .homepage__reviews-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 60px;
    padding-right: 60px;
}
#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;
    gap: 20px;
    padding-right: 58px;
}
#homepage__reviews-section .heading-flex .heading_wrapper {
    padding-top: 0;
}
#homepage__reviews-section .heading-flex img {
    margin-top: 0;
}

.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: 16px;
    font-weight: 600;
    line-height: 21px;
    text-transform: capitalize;
    margin-left: 2px;
    font-family: var(--header-font);
}

.home-reviews-flex .customer-name-location-date {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-transform: capitalize;
    margin-left: 2px;
    margin-bottom: 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: 767px) and (max-width: 992px) {
    #homepage__reviews-section {
        padding-inline: 3%;
        justify-content: center;
    }
    #homepage__reviews-section .homepage__reviews-wrapper {
        justify-content: center;
    }
}
@media screen and (max-width:767px) {
    #homepage__reviews-section {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: end;
        min-height: 820px;
        background-image: unset;
        background: var(--primary-color);
    }
    #homepage__reviews-section .container {
        background-image: url(/images/home/mobile-reviews.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: auto;
        min-height: 820px;
        display: flex;
        justify-content: center;
        align-items: end;
    }
    #homepage__reviews-section .homepage__reviews-content {
        width: 100%;
        min-height: auto;
        padding-inline: 33px;
        padding-bottom: 75px;
    }
    #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 .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 .home-reviews-flex-inner .flex-content {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 34px;
        padding-right: 0;
    }
    .home-reviews-flex .customer-name,
    .home-reviews-flex .customer-name-location-date {
        margin-left: 0;
    }
    #homepage__reviews-section .heading-flex .heading_wrapper {
        padding-top: 4px;
    }
    #homepage__reviews-section .homepage__reviews-content h3 {
        margin-top: 5px;
        font-size: 32px;
        min-height: 68px;
        margin-bottom: 0;
    }
    #homepage__reviews-section .homepage__reviews-content p {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 26px;
        padding-right: 3px;
    }
    #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;
        padding-right: 10px;
    }

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

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

    #homepage__reviews-section .home-btn {
        margin: auto;
    }
    #homepage__reviews-section .homepage__reviews-content .dark-btn {
        margin-left: 0;
        max-width: 305px;
    }
}
@media screen and (max-width: 370px) {
    #homepage__reviews-section .homepage__reviews-content {
        padding-inline: 5%;
    }
    #homepage__reviews-section .heading-flex {
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) and (orientation:landscape) {
    #homepage__reviews-section .homepage__reviews-content {
        width: 75%;
        margin-inline: auto;
    }
}
/* start of home welcome */
#home-welcome {
    padding-bottom: 80px;
}
#home-welcome .container .image_content {
    background-image: url(/images/home/home-welcome-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
}
@media screen and (min-width: 992px) {
    #home-welcome .container {
        max-width: 779px;
        padding: 0;
    }
}

#home-welcome .container {
    display: flex;
    align-items: start;
    column-gap: 109px;
}
#home-welcome .container img{
    margin-top: 39px;
}
#home-welcome .container h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
#home-welcome .container p {
   font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 25px;
    margin-left: 2px;
    padding-right: 20px;
}
#home-welcome .container .dark-btn {
    max-width: 242px;
    margin-left: 3px;
}

@media screen and (max-width: 767px) {
    #home-welcome {
       order: 5;
        text-align: left;
        padding-block: 86px 48px;
    }
    #home-welcome .container .text_content img{
        width: 90%;
    }
    #home-welcome .container img.mobile-appear{
        margin-top: 0px;
        width: 100%;
        max-width: 283px;
        margin-left: 15px;
    }
    #home-welcome .container p{
        max-width: 304px;
        padding: 0;
        margin-bottom: 0;
        padding-left: 18px;
    }
    #home-welcome .text_content{
        width: 100%;
    }
    #home-welcome .container .dark-btn{
        margin-left: 0;
        margin-top: 38px;
        max-width: 322px;
    }
    #home-welcome .container h3 {
        margin-bottom: 23px;
        margin-top: 19px;
        max-width: 200px;
        padding-left: 18px;
    }
    #home-welcome .container{
        padding-inline: 24px;
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: start;
        text-align: left;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #home-welcome .container {
        column-gap: 40px;
    }
}
@media screen and (max-width: 350px) {
    #home-welcome .container img.mobile-appear{
        margin-left: 0;
    }
    #home-welcome .container p,
    #home-welcome .container h3{
        padding-left: 0;
    }
}
/* end of home welcome */

/* START OF  HOMEPAGE-LOGO-SECTION */

#homepage-logo-section .logos-wrapper img.peugeot{
    height: 63px;
}
#homepage-logo-section .logos-wrapper img.mazda{
    height: 56px;
}
#homepage-logo-section .logos-wrapper img.jeep{
    height: 46px;
}
#homepage-logo-section .logos-wrapper img.fiat{
    height: 50px;
}
#homepage-logo-section .logos-wrapper img.fiat-p{
    height: 57px;
}
#homepage-logo-section .logos-wrapper img.skoda{
    height: 58px;
}
#homepage-logo-section .logos-wrapper img.vw{
    height: 63px;
}
#homepage-logo-section .hr__flex h3{
    min-width: 214px;
}
#homepage-logo-section .logos-wrapper{
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: space-between;
}
#homepage-logo-section {
    padding-block: 45px 86px;
}

@media screen and (min-width:992px) {
    #homepage-logo-section .container {
        max-width: 904px;
        padding: 0;
    }
    #homepage-logo-section .logos-wrapper img.fiat {
        margin-top: -8px;
    }
}
#homepage-logo-section .container {
    padding-top: 49px;
}

@media screen and (max-width:767px) {
    #homepage-logo-section .logos-wrapper img.peugeot{
        height: 51px;
    }
    #homepage-logo-section .logos-wrapper img.mazda{
        height: 46px;
    }
    #homepage-logo-section .logos-wrapper img.jeep{
        height: 38px;
    }
    #homepage-logo-section .logos-wrapper img.fiat{
        height: 42px;
    }
    #homepage-logo-section .logos-wrapper img.fiat-p{
        height: 47px;
    }
    #homepage-logo-section .logos-wrapper img.skoda{
        height: 47px;
    }
    #homepage-logo-section .logos-wrapper img.vw{
        height: 51px;
    }
    #homepage-logo-section .hr__flex hr {
        display: block;
    }
    #homepage-logo-section .hr__flex h3 {
        min-width: 158px;
        font-size: 18px;
    }
    #homepage-logo-section {
        order: 4;
        padding: 30px 0 5px;
    }
    #homepage-logo-section .logos-wrapper img{
        width: auto;
    }
    #homepage-logo-section .container{
       width: 290px;
        margin-inline: auto;
        padding-inline: 0;
        padding-top: 25px
    }
    #homepage-logo-section .logos-wrapper .last{
        grid-column: span 3;
    }
    #homepage-logo-section .logos-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        text-align: center;
        gap: 38px;
        row-gap: 38px;
        row-gap: 29px;
        max-width: 290px;
        justify-content: center;
        margin-inline: auto;
        text-align: center;
    }
}
@media screen and (max-width:330px) {
    #homepage-logo-section .logos-wrapper {
        column-gap: 10px;
        margin-left: auto;
    }
}

/* END OF  HOMEPAGE-LOGO-SECTION */
/* START OF HOMEPAGE-GRID-SECTION */

#home_grid_section .flex_inner h3 span{
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    display: block;
}
#home_grid_section .flex_inner h3{
    font-size: 36px;
    font-weight: 600;
    line-height: 33px;
}
#home_grid_section .home_grid_part{
    min-height: 301px;
    border-radius: 10px;
    padding: 35px 33px 20px 42px;
    background: linear-gradient(180deg, #E1251B 0%, #FB5D55 46.15%, #E1251B 100%);
    position: relative;
}
#home_grid_section .home_grid_part:nth-child(2){
    border: 1px solid var(--tertiary-color-v2);
    background: var(--white);
}
#home_grid_section .home_grid_part:nth-child(3){
    background: linear-gradient(189deg, #00AE42 23.97%, #27C964 49.1%, #00AE42 74.23%);
}
#home_grid_section {
    padding: 37px 0 55px;
}
#home_grid_section .home_grid_part:last-child{
    background: #000;
}
#home_grid_section .home_grid_part.dark{
    color: var(--primary-color);
}
#home_grid_section .home_grid_part .absolute{
    position: absolute;
    right: 0;
    top: 0;
}
#home_grid_section .home_grid_part.light{
    color: white;
}
#home_grid_section .home_grid_part p.bold{
    font-weight: 600;
}
#home_grid_section .home_grid_part p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}

#home_grid_section .home_grid_part .flex_inner img{
    margin-top: -10px;
}
#home_grid_section .home_grid_part:first-child .flex_inner img{
    margin-right: -10px;
}
#home_grid_section .home_grid_part .flex_inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    gap: 12px;
    z-index: 1;
    position: relative;
    min-height: 99px;
    align-items: start;
}
#home_grid_section .container{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:32px ;
}
@media screen and (min-width:1700px) {   
    #home_grid_section .container{
        max-width: 1648px;
        padding-inline: 0;
    }
}
#home_grid_section h1{
    margin-bottom: 32px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px; 
}

@media screen and (min-width:1200px) and (max-width:1699px) {
    #home_grid_section .container {
        grid-template-columns: repeat(3,1fr);
    }
}
@media screen and (min-width:768px) and (max-width:1199px) {
    #home_grid_section .home_grid_part{
        padding-left: 30px;
    }
    #home_grid_section .container {
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (max-width:767px) {
    #home_grid_section .container{
        grid-template-columns: 1fr;
        padding-inline: 10px 9px;
        row-gap: 18px;
    }
    #home_grid_section{
        order: 2;
        padding: 23px 0 29px;
    }
    #home_grid_section h1{
        font-size: 18px;
        line-height: 21px;
        max-width: 245px;
        margin-inline: auto;
        margin-bottom: 19px;
    }
    #home_grid_section .flex_inner h3 span{
        font-size: 18px;
    }
    #home_grid_section .flex_inner h3{
        font-size: 32px;
    }
    #home_grid_section .home_grid_part p{
        font-size: 15px;
        margin-bottom: 8px;
        line-height: 20px;
    }
    #home_grid_section .home_grid_part{
        min-height: 262px;
        padding: 28px 39px 20px 28px;
    }
    #home_grid_section .home_grid_part .absolute{
        width: 238px;
    }
    #home_grid_section .home_grid_part .flex_inner{
        min-height: 80px;
    }
    #home_grid_section .home_grid_part:nth-child(3) .flex_inner img {
        width: 66px;
        margin-right: -4px;
        margin-top: -5px;
    }
    #home_grid_section .home_grid_part:nth-child(2) .flex_inner img {
        width: 60px;
        margin-right: -4px;
        margin-top: -5px;
    }
    #home_grid_section .home_grid_part:last-child .flex_inner img {
        width: 66px;
        margin-right: -10px;
        margin-top: -7px;
    }
    #home_grid_section .home_grid_part:first-child .flex_inner img {
        width: 62px;
        margin-right: -2px;
    }
}

@media screen and (max-width:369px) {
    #home_grid_section .home_grid_part {
        padding-inline: 20px;
    }
}