.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-button {
    display: flex;
    align-items: center;
}

.nav-button-placeholder {
    width: 38px;
    height: 24px;
}

.blogdetails_wrapper .blog-post .recent-post p {
    color: #000;
}

.ice_megamenu .icemenu_wrapper .models_listing {
    width: 100% !important;
}

.ev_megamenu .icemenu_wrapper .models_listing {
    width: 100% !important;
}

.book_modal .modal-dialog .modal-content .modal-body .service_contents .contact_form .submit_btnwrapper {
    margin-top: 0 !important;
}

.book_modal .modal-dialog .modal-content .modal-body .service_contents .contact_form .submit_btnwrapper button {
    max-width: 100% !important;
}

/* .color-options {
    list-style: none;
    padding: 0;
} */

.color-options li {
    border: 1px solid #ccc;
    /* Optional border for visibility */
    transition: transform 0.3s;
}

.color-options li:hover {
    transform: scale(1.2);
    /* Enlarge on hover */
}

.testimonials_customers .gallery_sliderwrapper .testimonial_slider .testimonial-card .testimonial-content .author-info .author-details {
    width: auto !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.testdrivediv {
    margin: 0 !important;
}

.testdrivediv button {
    min-width: 100% !important;
}

.contact_section .contact_wrapper .contact_form .input_roup select {
    width: 100%;
    padding: 1.2rem 2.4rem;
    border: 1px solid #363636;
    font-size: 1.4rem;
    font-weight: 400;
    color: #363636;
    background-color: rgb(241, 241, 241);
}

.contact_section .contact_wrapper .contact_form .input_roup select:focus {
    outline: none;
}


.new_modelimg img {
    width: 100%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        /* Normal size */
    }

    50% {
        transform: scale(1.2);
        /* Zoom in */
    }

    100% {
        transform: scale(1);
        /* Zoom out */
    }
}

.fixed_contactMenu li a img {
    transition: transform 0.5s ease;
    /* Optional initial smooth transition */
}

.fixed_contactMenu li a:hover img {
    animation: pulse 1s ease-in-out infinite;
    /* Pulse with zoom in and out */
}


.empty_variant {
    margin-top: 130px;
}

.not_found {
    padding: 0 !important;
}

.not_found .maintenence_img img {
    width: 100%;
}

.evdetail_page .performence_section .engine_features {
    align-items: start !important;
}

.not_found p {
    margin-top: 0;
    font-size: 2.6rem !important;
}


@media (min-width: 992px) {
    .evdetail_page .car_featurelisting .enquiry_swiperwrapper .feature_outer {
        padding-top: 0 !important;
    }
}

.feedback_form {
    align-items: center !important;
}


.address_boxwrapper .addrees_box_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100.6rem;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
    margin: auto;
    flex-wrap: wrap;
    padding-bottom: 7rem;
}


.address_boxwrapper .addrees_box_list li {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% / 2.1);
}

.locationaddress {
    padding-top: 10rem !important;
}

.about_addressbox li {
    width: calc(100% / 3.3) !important;
}

.center_address:after {
    display: none;
}

.center_address:before {
    display: none;
}

@media (max-width: 992px) {
    .address_boxwrapper .addrees_box_list {
        justify-content: center !important;
    }

    .about_addressbox {
        justify-content: center !important;
    }

    .about_addressbox li {
        width: calc(100% / 2.2) !important;
    }
}

.terms {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-top: 20px;
}

.terms p {
    margin-left: 0 !important;
    margin-top: -3px !important;
    font-size: 14px !important;
    text-align: start !important;
}

.contact_page .get_touchwrapper .contact_formwrapper .location_details .locationdetail_Banner {
    height: 523px;
}