/* Reset basic styles */

.main_heading {
    background-color: #ccc;
    padding: 50px 0;
    text-align: center;
}

.main_heading.no_bg {
    background-color: transparent;
    padding-bottom: 0;
}

.main_heading.no_bg h2 {
    color: #fff;
}

.main_heading h2 {
    position: relative;
}

.main_heading h2::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 150px;
    background-color: #cc0000;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.vehicle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns */
    gap: 40px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 30px;
}

.vehicle-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vehicle-card:hover {}

.vehicle-card img {
    width: 100%;
   
    height: auto;
}

.vehicle-card h2 {
    margin-top: 20px;
    margin-bottom: 0 !important;
    font-size: 24px !important;
    font-weight: bold;
    color: #2C2C2C;
    letter-spacing: 1px;
}

.vehicle-card .price {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    color: #6C6C6C;
}

.vehicle-card .vehicle-details {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #cc0000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.vehicle-card .vehicle-details:hover {
    color: #cc0000;
}

/* RESPONSIVE SETTINGS */
@media (max-width: 992px) {
    .vehicle-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns on tablets */
    }
}

@media (max-width: 600px) {
    .vehicle-grid {
        grid-template-columns: 1fr;
        /* 1 column on mobile */
    }

}

.modal_section {
    background-color: #000;
}

.banner_bottom {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.left_content {
    width: 65%;
}

.left_content h2 {
    border-left: 10px solid #cc0000;
    padding-left: 20px;
    color: #fff !important;
}

.left_content p {
    padding-left: 30px;
    font-weight: bold;
    color: #fff;

}

.right_btns {
    width: 35%;
}

.right_btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-button {
    background-color: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    transition: all 0.6s ease;
}

.main-button:hover {
    background-color: #fff !important;
    color: #000 !important;
}
.modal_section{
    padding-bottom: 1px;
}

.modal_detail {
    display: flex;
    background-color: #302e2f ;
    margin: 40px;
}

.modal_detail .modal_img {
    text-align: center;
}

.modal_detail .modal_img img {
   margin-top: 10%;
    width: 100%;
}

.modal_detail .modal_detail_content {
    color: #fff;
    padding: 28px;
}
.modal_detail .modal_detail_content h4{
    color: #fff;
}
.modal_detail .modal_detail_content p {
  margin-bottom: 15px;
}
.modal_detail .modal_detail_content ul{
    padding-left: 20px;
}
.modal_detail .modal_detail_content ul li{
    margin-bottom: 15px;
}

.modal_detail .modal_img,
.modal_detail .modal_detail_content {
    width: 50%;
}
.modal_detail_content_a {
    color: #fff;
    border-bottom: 2px solid #cc0000;
    margin-left: 18px;
}

@media (max-width: 1100px) {
    .modal_detail {

        flex-direction: column;
    }

    .modal_detail .modal_img,
    .modal_detail .modal_detail_content {
        width: 100%;
    }

    .banner_bottom {

        flex-direction: column;
        align-items: start;
    }

    .left_content {
        width: 100%;
    }

    .right_btns {
        width: 100%;
    }
    .highlights_section .highlights_row{
        flex-direction: column;
    }
    .specifications-list li{
        width: 100% !important;
    }
    .highlights_detail,.highlights_img{
        width: 100% !important;
    }
}


.all_imgs .half_width {
    max-width: 80%;
    margin: 0 auto;
}

.slider-nav .slick-arrow {
    display: none !important;
}

.slider-nav .slick-slide {
    padding: 10px 5px 0 5px;
}

section.all_imgs {
    padding-bottom: 30px;
}



/* Form Title */
.form-container h2 {
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

/* Form Groups */
.form-group {
    margin-bottom: 15px;
}

/* Labels */
.form-group label {
    display: block;
    margin-bottom: 6px;
    color: #555;
    font-size: 14px;
}

/* Inputs */
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Checkbox Group */
.checkbox-group {
    display: flex;
    align-items: center;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 10px;
}

/* Submit Button */
button[type="submit"] {
    width: 100%;
    background-color: #007bff;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
    background-color: #0056b3;
}

.imgg img {
    width: 100%;
    height: 100%;
}


.engine_detail .modal_detail {
    margin: 0;
    background-color: #000;
}

.engine_detail .right_btns {
    width: 100%;
}

.engine_detail .modal_detail_content {
    padding: 40px 100px;
    text-align: center;
}

.engine_detail .modal_detail_content h3 {
    color: #fff;
}

.detail_slider_section {
    background-color: #000;
}


.detail_slider .slick-slide {
    padding: 20px 10px;
}

.detail_card img {
    padding-bottom: 10px !important;
}

.detail_card span,
.detail_card h4,
.detail_card p {
    color: #fff !important;
}

.detail_slider ul.slick-dots {
    display: none !important;
}

.detail_slider_section .main_heading p {
    color: #fff;
}

.highlights_section .highlights_row {
    display: flex;
    align-items: center;
}

.highlights_img {
    width: 50%;
    height: 100%;
}

.highlights_detail {
    width: 50%;
    padding: 20px;
    align-self: center;
}

.specifications-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
}

.specifications-list li {
    margin-bottom: 20px;
    font-size: 16px;
    width: 50%;
}

.specifications-list li strong {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}

section.form-container #callbackForm {
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: none;
    margin-bottom: 0;
}
 
section.form-container #callbackForm .form-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr) !important;
}

.form-container {
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 8px;
   
    width: 100%;
    max-width: 100%;
    
}
 
.form-container{
    margin-bottom: 0;
 
}