﻿.explore-parts-section{
   justify-content: space-between;
}

.top{
    margin-top: 50px;
}

.center{
    text-align: center;
}

.service-cover{
    background-image: linear-gradient(0deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.25) 99%), url("../siteart/services.jpg");
}


/*----  REVIEWS PAGES ----*/

.reviews-section{
    h2{
        text-align: center;
    }
}

.reviews-grid{
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.review-item{
    background-color: #fafbfd;
    padding: 30px;

    p{
        margin-bottom: 25px;
    }
    span{
        font-size: 14px;
    }
}

.rates{
    color: #DB4E0F;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;

    b{
        font-size: 26px;
        color: #000;
    }
}

.view-more{
    text-align: center;

    .button-container{
        justify-content: center;
        margin-top: 50px;
    }
}


select.fieldbox{
    border: 1px solid #8B8B8B25 !important;
    width: 50%;
    padding: 10px 10px;
    border-radius: 5px;
    box-sizing: content-box;
    color: #00000097;
}


/*----  ENGINE REPAIR ----*/
.engine-repair-page{

    h2{
        margin-bottom: 10px;
    }

    .flexy{
        gap: 50px;
        align-items: center;
    }
    .col-2-lrg{
        width: 60%;
    }

    .col-2-sml{
        width: 40%;
        img{
            width: 100%;
        }
    }
}

.bullets{
    ul{
        margin-left: 50px;
        list-style-type: none;

    }

    li{
        margin-bottom: 21px;

        span{
            margin-right: 5px;
        }
    }
}

.blurb-engine-repair{
    background-color: #fafbfd;

    h2{
        font-size: 32px;
    }

    .flexy{
        gap: 30px;
    }

    .col-3{
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 250px;
        padding: 25px;

        h3{
            font-size: 24px;
        }
    }
}


/*----  TRANSMISSION REPAIR ----*/
.transmission-repair-bullets{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    list-style-type: none;
    margin-left: 0px !important;

    li{
        background-color: #fafbfd;
        padding: 25px;
    }
}


.contact-map{
    box-sizing: border-box;
}



/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1604px) {

}

@media only screen and (max-width:1434px) {

}


@media only screen and (max-width: 1328px) {

}

@media only screen and (max-width: 1210px) {

}


@media only screen and (max-width: 1170px) {


}

@media only screen and (max-width: 1000px){
    .engine-repair-page{
        .flexy{
            align-items: flex-start;
        }
    }

}


/*----------    MOBILE MENU    ----------*/
@media only screen and (max-width: 900px) {
h2{
    font-size: 36px;
}
    .reviews-grid{
        grid-template-columns: 1fr;
    }

    .search-input {
        width: 100%;
        box-sizing: border-box;
    }

    .category-search input {
        width: inherit;
        box-sizing: border-box;
    }

    .home-cover{
        padding: 100px 50px;
    }

    .category-search{
        top: 70px;
    }
}


@media only screen and (max-width: 875px){
    .engine-repair-page{
        .flexy{
            flex-direction: column;
        }

        .col-2-lrg{
            width: inherit;
        }

        .col-2-sml{
            width: inherit;
        }
    }
}

@media only screen and (max-width: 750px) {



    .transmission-repair-bullets{
        grid-template-columns: 1fr 1fr;
    }

}

@media only screen and (max-width: 600px){
    .button-container{
        flex-direction: column;
        align-items: center;
    }

    .view-more{

        .button-container{
            margin-top: 25px;
        }
        
    }
}

@media only screen and (max-width: 500px) {

    h1{
        font-size: 36px;
        line-height: 36px;

        span{
            font-size: 18px;
        }
    }

    h2{
        font-size: 28px;
    }

    select.fieldbox{
        width: inherit;
    }	

    .transmission-repair-bullets{
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 405px){

}

@media only screen and (max-width: 375px) {
    h1{
        font-size: 28px;
        line-height: 28px;

        span{
            font-size: 18px;
        }
    }

    h2{
        font-size: 21px;
    }
	
}


@media only screen and (max-width: 1200px) {

}



@media only screen and (max-width: 767px) {

}
