.car_search_widgets{
    background: #eff5f9;
    padding: 2rem 0;
}
.car_search_widgets_small{}
.car_search_widgets_small .car_search_forms{
    padding: 15px 0;
}

.car_search_widgets_small .car_search_fields_bottom{
    padding: 0 1rem;
    padding-top: 1.2rem;
}
.car_search_widgets_small .car_search_buttons .car_search_btn{
    background: white;
    opacity: 1;
}
.quick_header{
    background: rgb(202 30 15);
    height: 60px;
}

.quick_header .container-fluid{
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding-right: 0;
}
.vehicle_steps{}
.vehicle_steps ul{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}
.vehicle_steps ul li:last-child{border:none}
.vehicle_steps ul li{
    display: flex;
    height: 100%;
    border-radius: 0;
    padding: 0rem 2rem;
    justify-content: center;
    width: 33%;
    position: relative;
}
.vehicle_steps ul li a{
    padding: 0 2rem;
    color: inherit;
    display: flex;
    align-items: center;
    border-radius: 6px;
    height: 100%;
    justify-content: center;
    width: 100%;
    text-align: center;
    height: 50px;
    margin: auto;
    position: relative;
    font-size: .9rem;
    background: #ccd1d3;
    color: #717171a6;
}

.campaign_site .vehicle_steps ul li a.active{color:white;}
.vehicle_steps ul li a.active,.vehicle_steps ul li a.success{background: #4ccf64;color:white;}
.quick_header .logo{
    display: flex;
    align-items: center;
}

.vehicle_steps ul li a i{
    position: absolute;
    right: 20px;
}
.vehicle_lists{
    padding: 0;
    padding-top: 2rem;
}
.vehicle_heading{padding-bottom: 2rem;display: flex;justify-content: space-between;align-items: center;}
.vehicle_heading_count{
    font-size: .9rem;
    font-weight: 450;
}
.vehicle_count{}
.vehicle_filters{
    /* border: 1px solid #dedede; */
    border-radius: 6px;
    height: auto;
    flex: 0 0 auto;
    width: 25%;
}
.vehicle_filter_heads{
    padding: 1rem;
    border-bottom: 1px solid #dedede;
    margin-bottom: .5rem;
    background: #eff5f9;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    justify-content: space-between;
}
.vehicle_filter_heads span{
    font-size: 1.1rem;
    font-weight: 600;
}
.vehicle_filters_colons{
    padding: 0 1rem;
}
.vehicle_filters_col{margin-bottom: 1rem;}
.vehicle_col_title{
    font-size: .9rem;
    font-weight: 600;
    padding: .5rem 0;
}
.vehicle_col_body{

}
.vehicle_body{
    display: flex;
    padding: 0;
    align-items: flex-start;
    width: 100%;
}
.vehicle_col_body .form-group{
    padding: .25rem 0;
}
.checkbox_label{
    display: flex;
    align-items: center;
}
.checkbox_label input{
    position: absolute;
    visibility: hidden;
    width: 0px;
    height: 0px;
}
.filter_checkbox{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: transparent;
    border: 1px solid rgb(147, 157, 154);
    border-radius: 4px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 4px;
    position: relative;
}
.checkbox_label .filter_label{
    font-size: .875rem;
    display: flex;
    flex: 1 1 0%;
    color: rgb(64 71 70);
    cursor: pointer;
    line-height: 24px;
    transition-duration: 0.15s;
}
.vehicle_datas{}

.filter_checkbox:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    background-color: transparent;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    transition: color 0.2s ease 0s, border-color ease 0s, width ease 0s, height ease 0s, background-color ease 0s;
}
.vehicle_datas{
    width: 100%;
    padding: 0 1.5rem;
    flex: 0 0 auto;
    width: 75%;
}
.vehicle_list_data{
    border: 1px solid #eceaea;
    border-radius: 6px;
    display: flex;
    padding: 2.5rem 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    box-shadow: rgb(51 50 50 / 8%) 0px 0px 4px 1px, rgba(0, 0, 0, 0.1) 0px 3px 1px -2px;
    color: #353535;
}
.vehicle_data_img a{display:flex;}
.vehicle_data_img{
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vehicle_data_img img{
    max-width: 100% !important;
    height: 137px;
    object-fit: contain;
}
.vehicle_data_info{
    width: auto;
    padding: 0 1.8rem;
    display: flex;
    padding-left: 1.5rem;
}
.vehicle_data_name{
    font-weight: 650;
    font-size: 1.4rem;
    margin-bottom: .2rem;
}
.vehicle_data_name_old{
    font-size: .8rem;
    margin-bottom: .5rem;
}
.vehicle_data_properties{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.vehicle_data_property{
    width: 50%;
    padding: .5rem 0;
    font-size: .825rem;
}
.vehicle_data_property i{
    font-size: .876rem;
}

.vehicle_data_prices{
    flex: 0 0 auto;
}
.vehicle_data_info_start{}
.vehicle_data_total_price{font-weight:600;font-size: 1.3rem;text-align: right;}

.vehicle_data_daily_price{
    font-size: .8rem;
    margin-top: .25rem;
}
.vehicle_data_submit{}
.vehicle_data_submit a:hover{
    background: #37a020;
    transition:.5s all  ease;
}
.vehicle_data_submit a{
    background: #43c127;
    color: white;
    border-radius: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: .7rem;
    font-size: .875rem;
    font-weight: 450;
    text-align: center;
    justify-content: center;
    margin-top: 1rem;
    /* background: #df1c0c; */
    transition: .5s all ease;
}
.vehicle_data_submit i{margin-left:.25rem}
.vehicle_quick_filters{display: flex;}
.vehicle_quick_btn{}
.vehicle_quick_btn button:hover{
    background: #312b37;
    color: white;
    transition: .5s all ease;

}

.vehicle_quick_btn button{
    border: none;
    color: #312b37;
    border-radius: 6px;
    padding: .75rem .9rem;
    font-size: .8rem;
    font-weight: 450;
    background: #eff5f9;
    margin-right: .5rem;

    transition: .5s all ease;
}
.vehicle_quick_btn button.active{
    background: #312b37;
    color: white;
}

.vehicle_quick_campaign{margin-left:.3rem}
.vehicle_quick_campaign button{
    border: none;
    color: #312b37;
    border-radius: 6px;
    padding: .75rem .9rem;
    font-size: .8rem;
    font-weight: 450;
    background: #eff5f9;
}

.vehicle_quick_campaign i{}

.vehicle_steps ul li:last-child{
    padding-right: 0;
}

.vehicle_list_data{display: none}
.vehicle_list_data.show{display: flex;flex-direction: column;}


.checkbox_label input:checked ~ span.filter_checkbox{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: transparent;
    border: 1px solid rgb(45, 196, 77);
    border-radius: 4px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 4px;
    position: relative;
}

.checkbox_label input:checked ~ span.filter_checkbox::before {
    width: 100%;
    height: 100%;
    background-color: rgb(45, 196, 77);
    content: "\f00c";
    font-family:"Font Awesome 5 Pro";
    font-weight:350;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 13px;
    text-align: center;
}

.vehicle_spinner{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgb(255 255 255 / 88%);
    display: none;
    justify-content: center;
    align-items: center;
}
.vehicle_spinner.active{display: flex}
.vehicle_spinner.active2{display: flex;position:fixed !important;}

.vehicle_lists .container{position:relative}

.vehicle_timedown{}
.vehicle_timedown_title{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.vehicle_timedown .modal-dialog{
    max-width: 600px;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vehicle_timedown .modal-header{}
.vehicle_timedown .modal-body,.vehicle_timedown .modal-content{height: 100%;min-height: 400px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.vehicle_timedown .modal-body p {
    font-size: .9rem;
    margin-bottom: 1rem;
    text-align: center;
}
.vehicle_timedown_btn{}
.vehicle_timedown_btn a{
    background: #4bc250;
    padding: .7rem 1.2rem;
    border-radius: 6px;
    margin-top: 1rem;
    display: flex;
    font-size: .875rem;
    font-weight: 500;
    color: white;
}
.help_text{
    text-align: center;
    margin-top: 1rem;
}
.help_text a{
    font-weight: 600;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.25rem;
    color: #424141;
}
.help_text a i{
    transform: rotate(125deg);
    margin-right: .25rem;
}
.disabledLink{}
.vehicle_error{
    display: flex;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    background: transparent;
    margin: 2rem 0;
    border: 1px solid #dededea1;
    padding: 2.5rem 0;
}
.vehicle_error h3{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.vehicle_error span{
    font-size: .875rem;
}
.vehicle_error i{
    color: #ec9631;
    font-size: 3rem;
    margin-bottom: 1rem;
    background: white;
    border-radius: 100%;
}
.vehicle_modal_img{}
.vehicle_modal_img img{
    height: 200px;
    width: 100%;
}

.vehicle_timedown_btn button[data-action=yes]{
    background: #4bc250;
    padding: .7rem 1.2rem;
    border-radius: 6px;
    margin-top: 1rem;
    display: flex;
    border:none;
    font-size: .875rem;
    font-weight: 500;
    color: white;
    margin-right: 1rem;
}

.vehicle_timedown_btn button[data-action=no]{
    background: #393f3a;
    padding: .7rem 1.2rem;
    border-radius: 6px;
    margin-top: 1rem;
    border:none;
    display: flex;
    font-size: .875rem;
    font-weight: 500;
    color: white;
}
#vehicle_products .vehicle_timedown_btn{
    display: flex;
}
#vehicle_products p{margin-top: 1rem;width: 80%;font-weight: 450;}

@media(max-width: 768px){
    .car_search_summary_date{display:none}
    .car_search_summary_start{
        line-height: 1.1rem;
        flex-direction: column;
        text-overflow: clip;
        width: 70%;
        font-weight: 400 !important;
        font-size: .85rem !important;
    }
    [car-search-detail-btn] .chevron_icon:before{
        font-weight: 600 !important;
    }
    .car_search_summary_btn button span{display:none}
    .car_search_summary_btn button{
        background: none !important;
        color: #312b37 !important;
        padding: 0 !important;
        border-radius: 0 !important;
    }
    .car_search_summary_btn{
        width: auto;
        padding: 0 .5rem;
    }
    .car_search_summary_wrapper{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        width: 100%;
    }
    .car_search_list{
        padding-top: 72px !important;
    }
    .car_search_summary{
        flex-direction: column;
        padding: 1rem .2rem !important;
    }
    .car_search_summary_date_mobile{display: flex !important;justify-content: flex-start !important;width: 100%;margin-top: 1rem !important;}
    .main_header{height: 72px !important;border-bottom: 1px solid #dad8d8;box-shadow: none !important;}
    .vehicle_filters[data-mobile] span.close{display: block !important;}

    .vehicle_filters[data-mobile]  .vehicle_filter_heads{margin-bottom:0}
    .main_header > .container{flex-direction: row;padding-top: 1rem;padding-bottom: 1rem;}
    .vehicle_filters[data-mobile='false'] .vehicle_filters_colons{display: none}
    .vehicle_filters[data-mobile='true'] .vehicle_filters_colons{display: block}


}
.car_search_widgets_small{
    padding-top: 80px !important;
    background: #eff5f9;
}
.vehicle_filter_heads span.close{display: none}

.vehicle_data_total_price_row{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.vehicle_data_old_total_price{
    text-decoration: line-through;
    font-size: .6rem;
    margin-bottom: 0.2rem;
}

/* Discount Badge Styles */
.discount-badge {
    position: absolute;
    top: -5px;
    right: -11px;
    background: linear-gradient(135deg, #43bc27, #43c226);
    color: white;
    padding: .5rem 1rem;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgb(66 192 40);
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    min-width: 6rem;
    animation: pulse-discount 2s infinite;
}

.discount-percentage {
    font-weight: 700;
    font-size: .8rem;
    line-height: 1;
    margin-bottom: 2px;
}

.discount-text {
    font-size: .6rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

@keyframes pulse-discount {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(66, 192, 40, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 16px rgba(66, 192, 40, 0.4);
    }
}

/* Ensure vehicle card has relative positioning for badge */
.vehicle_list_data {
    position: relative;
}

.vueperslides__parallax-wrapper{min-height:361px}

.vueperslides__bullet .default{
    box-shadow:0 0 1px #0000003b, 0 0 3px #00000029 !important;
}

.vueperslides__arrows{display:none}

.vueperslide, .vueperslide__image{border-radius:16px}
.vehicle_api_loading{}
.vehicle_api_loading h3{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 550;
    padding: 0;
    line-height: normal;
}
.vehicle_api_loading span{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: .5rem 0;
    margin-bottom: 2rem;
}
.lottie_preload{}
.vehicle_api_loading lottie-player{
    height: 150px !important;
    margin: auto;
}
.price_filter_group{
    display: flex;
}
.price_filter_group input{
    border: 1px solid #eee;
    font-size: .82rem;
    padding: .5rem .6rem;
    border-radius: 5px;
    width: 50%;
}
.price_filter_group input:first-child{
    margin-right: .5rem;
}
.filter_send{
    border: none;
    background: #36a020;
    color: white;
    border-radius: 3px;
    padding: .5rem .8rem;
    margin-left: .5rem;
}
.filter_send:hover{}
.car_search_summary{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem;
    border-bottom: 1px solid #eee;
}
.car_search_summary_wrapper{display:flex;justify-content:space-between;align-content:center;width:100%}
.car_search_summary_start{
    display: flex;
    align-items: center;
    font-size: .875rem;
    font-weight: 450;
}
.car_search_summary_locations{}
.car_search_divider{
    display: none;
    width: 2px;
    height: 100%;
    background: #eee;
    border-right: 1px solid #eee;
    margin: 0 .5rem;
    position: relative;
}
.car_search_divider:before{
    content:'';
}
.car_search_summary_date{
    border-left: 1px solid #c8c7c7;
    padding-left: .5rem;
    margin-left: .5rem;
}
.car_search_summary_btn{}
.car_search_summary_btn button{background: #312b37;color: white;border: none;padding: .5rem 1rem;border-radius: 6px;font-size: .85rem;display: flex;justify-content: center;align-items: center;font-weight: 400;}
.car_search_list{
    padding-bottom: .5rem;
    padding-top: 0;
}
.car_search_list .container{
    max-width: 1140px;
    width: auto;
}
.car_search_summary_btn button i{margin-left:.25rem}
.car_search_list[car-search-open="false"] .car_search_wrapper{display:none}
.car_search_list[car-search-open="true"] .car_search_wrapper{}
.car_search_list[car-search-open] .car_search_wrapper{
    width: 100%;
    /* padding: 0 2rem; */
    max-width: 100%;
}
.car_search_list[car-search-open] .car_search_wrapper .car_search_buttons{display:none}
.car_search_list[car-search-open] > .container{
    border: 1px solid #eee;
    background: #eff5f9;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
}

.car_search_list[car-search-open] .car_search_forms{background:transparent;min-height: inherit;padding: 1rem 0;}

.car_search_list[car-search-open] .car_search_fields{
    padding: 0 2rem;
}
[car-search-detail-btn] .chevron_icon:before{
    content: '\f040';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: .875rem;
    width: .875rem;
    height: .875rem;
}
.car_search_list[car-search-open='true'] [car-search-detail-btn] .chevron_icon:before{
    content: '\f040';
}
.car_search_summary_date_mobile{display: none;border-left: aliceblue;font-size: .85rem;font-weight: 400;}

.account_reservation_boxes .vehicle_data_info_start{width:100%}

.vehicle_list_data_start{
    display: flex;
}
.vehicle_list_data_end{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 2rem;
}
.vehicle_list_location{
    background: #78788d;
    padding: .5rem .8rem;
    border-radius: 6px;
    font-size: .8rem;
    font-weight: 450;
    color: white;
}
.vehicle_list_location i{}
.vehicle_list_location span{}
.vehicle_list_address{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.vehicle_list_address i{
    margin-right: .5rem;
    margin-left: .5rem;
}
.vehicle_list_address_wrapper{
    display: flex;
    background: #eff5f9;
    border-radius: 6px;
    padding: .5rem;
    width: 66%;
    align-items: center;
    /* color: white; */
}
.vehicle_list_address span{
    font-size: .8rem;
    text-wrap: initial;
    font-weight: 450;
    display: inline-block;
    text-align: center;
    line-height: normal;
}

@media(max-width: 768px){
    .vehicle_list_data_start{flex-direction: column}
    .vehicle_list_data_end{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding: 0 !important;
        margin-top: 1rem;
    }
    .vehicle_list_address{}
    .vehicle_list_address_wrapper{width:100%;margin-top:1rem;}
}
