﻿@media (max-width: 767px) {
    .vehicle-mobile-view {
        display: block !important;
    }
    .vehicle-web-view, .vehicle-category-btn {
        display: none !important;
    }

    .vehicle-left-side {
       width:100% !important;
    }

    .vehicle-parent-section {
        width: 100% !important;
        background-color: white !important;
    }
    .vehicle-comp-card {
        border-radius  : 20px !important;
        background-color: white !important;
        box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.1), 2px 1px 8px 3px rgba(0, 0, 0, 0.1);
    }
    .vehicles-text {
        font-size: 30px !important;
        font-weight: bold;
    }
        .vehicles-text .spntext-vehicle-compare {
            color: red;
            line-height: 56px;
        }
    .vehicles-section {
        place-items: center;
        margin-bottom: 100px;
        box-sizing: border-box;
        padding: 0;
        margin-top: 30px;
        margin-bottom:0px !important;
    }
    .comp-text-box {
        padding: 15px !important;
    }
    

}

/* Hide web steps on mobile, show on desktop */
@media (min-width: 768px) {
    .vehicle-web-view{
        padding-top:25px;
    }
    .vehicle-web-view, .vehicle-category-btn {
        display: block !important;
    }
    .vehicle-mobile-view {
        display: none !important;
    }
    .vehicles-text {
        font-size: 40px !important;
        font-weight: bold;
    }

        .vehicles-text .spntext-vehicle-compare {
            color: red;
            line-height: 56px;
        }
    .vehicles-section {
        height: 100%;
        width: 100%;
        display: grid;
        place-items: center;
        margin-bottom: 100px;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        flex-direction: column;
        padding-bottom: 2em;
        margin-bottom: 1em;
    }
    .vehicle-parent-section {
        width: 85%;
        margin: auto;
        background-color: #F3EDE6;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.5rem;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding: 20px;
    }

    .heroSlider-vehicles {
        padding: 20px;
        margin-bottom: 1.5rem !important;
    }

    .responsive_slider_vehicles {
        width: 100%;
        margin: 0 auto;
    }

    .vehicle-left-side {
        width: 45% !important;
    }

    .vehicle-right-side {
        width: 50%;
        text-align: center;
    }
}

 
.hide-vehicles{
    display:none !important;
}



.vehicle-sub-text {
    font-size: 18px !important;
}

.vehicle-category-btn {
    width: 150px;
    height: 52px;
    border: 1px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 20px !important;
}

.vehicles-section .gap-2 {
    gap: 2rem !important;
}

.vehicle-category-btn.active {
    background-color: red !important;
    color: white !important;
}
 


.vehicle-comp-img {
    max-width: 100%;
    height: auto;
}
.vehicle-comp-card {
    height: 100%;
    width: 325px;
    width: 90%;
    text-align: center;
    padding: 1%;
    margin: 20px;
    background-color: white !important;
    border-radius: 5px;
}

    .vehicle-comp-card:hover {
        box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.1),2px 1px 8px 3px rgba(0,0,0,0.1);
    }
.vehicle-comp-text-box{
    padding:16px 8px !important;
}
    .vehicle-comp-text-box > h3 {
        font-size: 30px;
        font-weight: 600;
    }

    .vehicle-comp-text-box > h5 {
        font-size: 14px;
        color: #475467 !important;
    }
.spn-vehile-name {
    font-size: 14px;
    color : #475467;
    font-weight: 400;
}
.vehicle-comp-description {
    color: #475467;
    font-size: 14px;
    /*width: 280px;*/ /*fixed 8ft truck section text issue*/
    height: 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
}
.vehicle-start-from {
    color: #6b7280;
    font-size: 16px;
}
.vehicle-price {
    font-weight: bold;
    font-size: 28px;
    color:red !important;
    margin-left:10px !important;
}


.vehicle-comp-ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 15px;
}

    .vehicle-comp-ul > li {
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 1em;
        width: 100%;
        margin-left: -11px;
        font-size: 14px;
    }

        .vehicle-comp-ul > li > svg {
            margin-right: 10px;
        }
.vehicle-sub-description {
    color: #475467;
    font-weight: 500;
    font-size: 14px;
}
/* Custom Arrow For Truck Page */
.prev-vehicle {
    color: #999;
    position: absolute;
    top: 38%;
    left: -2em;
    font-size: 1.5em;
}

    .prev-vehicle :hover {
        cursor: pointer;
        color: black;
    }

.next-vehicle {
    color: #999;
    position: absolute;
    top: 38%;
    right: -2em;
    font-size: 1.5em;
}

    .next-vehicle :hover {
        cursor: pointer;
        color: black;
    }

.heroSlider-vehicles .prev-vehicle, .heroSlider-vehicles .next-vehicle {
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.heroSlider-vehicles .fa-chevron-circle-right:before {
    content: "\f138";
    color: #6B7280;
    transition: color 0.3s ease;
}

.heroSlider-vehicles .fa-chevron-circle-right:hover:before {
    color: #f0632f;
}

.heroSlider-vehicles .fa-chevron-circle-left:before {
    content: "\f137";
    color: #6B7280;
    transition: color 0.3s ease;
}

.heroSlider-vehicles .fa-chevron-circle-left:hover:before {
    color: #f0632f;
}

.heroSlider-vehicles.prev-vehicle {
    left: -20px;
}

.heroSlider-vehicles.next-vehicle {
    right: -20px;
}

@media (max-width: 768px) {
    .heroSlider-vehicles .prev-vehicle,
    .heroSlider-vehicles .next-vehicle {
        position: static;
        transform: none;
        margin: 0 10px;
    }
    .slider-nav-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
}
