    .search-select-box
    {
        height: 24px;
        font-size: 11px;
        line-height: 1.5;
        background-color: #fff;    
        border: 1px solid #ced4da;        
        max-width: 150px;
        padding: 0px;
    }
    .search-input-box
    {
        height: 24px;
        font-size: 11px;
        line-height: 1.5;
        background-color: #fff;    
        border: 1px solid #ced4da;        
        max-width: 150px;
        padding: 0 5px;
    }    
    .range-select-box
    {
        float: left;
        width: 70px;
    }
    #mileage-select-box-from, #mileage-select-box-to, #price-select-box-from, #price-select-box-to
    {
        width: 100px;
    }
    .range-separator
    {
        width: 10px;
        text-align: center;
        float: left;
        font-size: 12px;
        margin: 0px;
    }
    
    .chk-search-lbl 
    {
        font-weight: normal;
        margin-left: 18px;
        text-indent: -18px;
    }
    
    .chk-search-input 
    {
        width: 13px;
        height: 13px;
        padding: 0;
        margin:0;
        vertical-align: bottom;
        position: relative;
        top: -1px;
        *overflow: hidden;
    }    
    .table-responsive .table td:nth-child(2)
    {
        max-width: 130px;
    }
    .table-responsive .table td:nth-child(4)
    {
        max-width: 180px;
    }    
    .table-responsive .table td:nth-child(5)
    {
        max-width: 200px;
    }
    .make_list img
    {
        max-width: 24px !important;
        float: left;
    }
    .listrap 
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
        cursor: default;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .listrap li 
    {
        margin: 0;
        padding: 3px 0px;
    }

    .listrap strong 
    {
        margin-left: 10px;
    }

    .listrap .listrap-img
    {
        display: inline-block;
        width: 32px;
        margin-right: 10px;
    }    
    .listrap .listrap-img > img
    {
        width: 32px;  
    }
    ul.listrap li
    {
        font-size: 12px;
    }
    
    ul.listrap li  a
    {
        color: #2d2c2c;
    }   
    ul.listrap li  a:hover
    {
        color: #94262d;
    } 
    .widget_heading_home
    { 
        margin: 0px;
        padding: 7px 20px 7px;
        background-color: #94262d;        
    }
    .widget_heading_home h5
    {
        margin: 0px;
        color: #ffffff;
        font-size: 16px;
        line-height: 20px;
    }
    .featured_title, .best_deals_title
    {
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.08);        
    }
    .featured_title::after, .best_deals_title::after
    {
        position: absolute;
        content: "";
        background-color: #fc5f00;
        height: 4px;
        width: 70px;
        bottom: -1px;
        left: 0;        
    }
    .featured_title_all, .best_deals_title_all
    {
        font-size: 22px;
        line-height: 22px;
        font-weight: bold;
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.08);          
    }
    .featured_title_all::after, .best_deals_title_all::after
    {
        position: absolute;
        content: "";
        background-color: #fc5f00;
        height: 4px;
        width: 70px;
        bottom: -1px;
        left: 0;        
    }    
    .featured_view_all, .best_deals_view_all
    {
        font-size: 12px;
    }
    .navbar-default .navbar-nav > li > a:hover
    {
        color: #fff;
        background-color: #ffd700;
    }
    .search-results
    {
        padding: 20px 0 80px;
    }
    .sidebar_widget_home
    {
        padding: 0px;
    } 
    .model_alpha_title
    {
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.08);          
    }
    .model_alpha_title::after
    {
        position: absolute;
        content: "";
        background-color: #fc5f00;
        height: 4px;
        width: 30px;
        bottom: -1px;
        left: 0;        
    }
    .breadcrumb {
        padding: 8px 15px;
        margin-bottom: 0px;    
        background-color: #fff;    
    } 
    .vehicle_listing_detail_head .price_info p {
        font-size: 22px;
        font-weight: 500;
        color: #fa2837;  
        margin: 0px;
        padding: 10px;    
    }
    .vehicle_listing_detail_head h4 {
        font-size: 22px;
        font-weight: 500;
        margin: 0px;
        padding: 10px;
    }
    .vehicle_listing_detail_head {
        /*background: rgba(0,0,0,0.1);*/
        margin: 0 0 10px;
    }
    .breadcrumb>li+li:before {
        content: "\00bb";
    }
    .home-listing-page
    {
        overflow: hidden;
        padding: 80px 0;    
    }
    .listing-page {
        padding: 20px 0 80px;
    }
    .old-price {
        font-size: 12px;    
        font-weight: 900;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;        
    }
    .vehicle-status {
        font-size: 12px;    
        font-weight: 400;
        margin: 0 auto;
    }
    .list-price, .old-price
    {
        display: inline-block !important;
    }
    .listing_images_slider .slick-arrow::after
    {
        font-size: 48px;
        color: #fff;                
    }
    .listing_images_slider .slick-arrow
    {
        background: rgba(0,0,0,0.1) !important;
    }    
    .slick-arrow
    {        
        outline: none !important;
        z-index: 9;
    }
    .navbar-toggle
    {
        border-color: #fff !important;
    }
    .navbar-default .navbar-toggle .icon-bar
    {        
        background: #fff none repeat scroll 0 0;
        fill: #fff;
    }
    .custom-listing
    {
        height: 105px;
    }
    .btn-reset {
        color: #333;
        background-color: #fff;
        border: 1px solid #ccc;        
    }
    .btn-reset:hover, .btn-reset:active, .btn-reset:visited, .btn-reset:focus {
        color: #000!important;
        background-color: #f1f1f1!important
    }
    .btn-reset, .btn-search {
        line-height: 20px;        
    }
    h2.link-answers
    {
        color: #fc5f00;
        font-size: 30px;
        line-height: 30px;        
    }
    .custom-page-title h2 
    {
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }  
    .custom-page-title h2::after 
    {
        position: absolute;
        content: "";
        background-color: #fc5f00;
        height: 3px;
        width: 90px;
        bottom: -1px;
        left: 0;
    }    
    span.inner {
        color: #000000;
    }
    span.outer {
        color: #ff0000;
        text-decoration: line-through;
    }
    
    .mobile_header_widgets {
        display: none;
    }
 
    @media (max-width:767px) {
        .mobile_header_widgets {
            text-align:right;
            display: block;
        } 
        .mobile_header_widgets a {
            color:#555;
        }
        .col-md-2, .col-md-10 {
            padding-right: 10px;
            padding-left: 10px;
        }         
        .modal-content {
            max-height: 630px;
        }        
    } 
   
    .fa-whatsapp
    {        
        color: #25d366 !important;
    }
    .facebook_icon
    {
        color: #4c6ef5 !important;
    }
    .twitter_icon
    {
        color: #15aabf !important;
    }
    button.btn-dealer-signup:focus
    {
        outline: none;
    }
    .btn-warning 
    {        
        background-color: #ffc107;
        border-color: #ffc107; 
    }

    /* Contact Page Specific Styles */
.contact-info-section {
    margin-bottom: 30px;
}

.contact-info-box {
    text-align: center;
    padding: 25px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    transition: transform 0.3s;
    border: 1px solid #f0f0f0;
}

.contact-info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: #ff6b00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
}

.contact-info-box h4 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-info-box p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.btn-whatsapp,
.btn-call,
.btn-email {
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    border: none;
}

.btn-whatsapp {
    background: #25D366;
    color: white;
}

.btn-call {
    background: #ff6b00;
    color: white;
}

.btn-email {
    background: #333;
    color: white;
}

.btn-whatsapp:hover,
.btn-call:hover,
.btn-email:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Map Section */
.map-section h3 {
    color: #333;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
}

.map-section h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: #ff6b00;
}

.quick-contact {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    margin-top: 15px;
}

.quick-contact p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.quick-contact-info p {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.quick-contact-info i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #ff6b00;
}

/* Form validation styles */
.form-control.error {
    border-color: #dc3545;
}

.form-control.valid {
    border-color: #28a745;
}

.form-feedback {
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.form-feedback.error {
    color: #dc3545;
    display: block;
}

.form-feedback.success {
    color: #28a745;
    display: block;
}

/* Loading animation for form submission */
.form-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}

.form-loading:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Responsive contact page */
@media (max-width: 768px) {
    .contact-info-box {
        margin-bottom: 20px;
    }
    
    .contact-form {
        padding: 20px;
    }
    
    .map-container {
        height: 300px;
    }
}