html {
    scroll-behavior: smooth;
}
.form-container-box{
    width:100%;
    height:auto;
    padding:30px;
    /* border: 1px solid black; */
    border-radius: 10px;
    box-shadow: 1px 1px 1px solid grey;
    margin: 50px 0;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px;
}

.color-buttons {
    display: flex;
    gap: 15px;
    margin: 20px 0;
}

.color-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #333;
    cursor: pointer;
    transition: transform 0.2s;
}

.color-button.active {
    border-color: #fff;
}

/* #blue-btn { background: linear-gradient(90deg, #d3011c 45%, #f9f9f9 55%, #f9f9f9 10%);border-color: #0002d7; }
#r3-black-btn { background: #5f7945;background-color: #5f7945; }
#racingBlue-btn { background: #1c429d;border: 2px solid #bdbdbf; }
#metallicGrey-btn { background: 2px solid #bdbdbf;border: 2px solid #bdbdbf; }
#majestyRed-btn { background: #de0022;border: 2px solid #bdbdbf; }
#mattBlack-btn { background: #151515;border: 2px solid #bdbdbf; }
*/
.exp_360_color_details {
    margin: 15px 0;
}

.vahan-name {
    color: #666;
    font-size: 14px;
}

.exp_360_exShowroom {
    margin: 10px 0;
}

.exp_360_price {
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0;
}

.exp_360_disclaimer {
    font-size: 12px;
    color: #666;
    margin: 10px 0;
}

.state-list {
    padding: 8px;
    margin: 10px 0;
    width: 200px;
}
.exp_360_color_details {
    font-size: 20px;
    font-weight: 600;
    /* font-family: "Montserrat"; */
    margin-bottom: 20px;
}
.exp_360_exShowroom {
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
    line-height: 0px;
}
.exp_360_price {
    font-size: 40px;
    font-weight: 600;
    /* font-family: "Montserrat"; */
}
.exp_360_disclaimer {
    color: #7d7d7d;
    font-size: 10px;
    font-weight: 100;
    margin: 0px 0px;
}
#exp_360_city_selector {
    color: #fff;
    border-radius: 5px;
    border: 1px solid #424242;
    background: #1c1c1d;
    padding: 14px;
    font-size: 14px;
    width: 70%;
    max-width: 380px;
    margin: 10px 0;
    /* font-family: "Montserrat"; */
}

.color-price-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

/* .section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #0056b3, #007bff);
} */

.product-showcase {
    display: flex;
    align-items: center;
    gap: 40px;
    /* background: white; */
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 40px;
    margin: 20px;
}

.product-image {
    flex: 1;
    position: relative;
    transition: transform 0.3s ease;
}

.product-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.product-image:hover {
    transform: scale(1.02);
}

.product-details {
    flex: 1;
    padding: 20px;
}

.color-options {
    display: flex;
    gap: 15px;
    margin: 25px 0;
}

.color-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.color-button.active {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.color-button:hover {
    transform: scale(1.1);
}

.color-name {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 10px;
    color: #fff;
}

.vahan-details {
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
}


.price-label {
    font-size: 16px;
    color: #7d7d7d;
}

.price-amount {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 10px 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.disclaimer {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
}

.state-selector {
    color: #fff;
    border-radius: 5px;
    border: 1px solid #424242;
    background: #1c1c1d;
    padding: 14px;
    font-size: 14px;
    width: 70%;
    max-width: 380px;
    margin: 10px 0;
    /* font-family: "Montserrat"; */
}

.state-selector:focus {
    /* border-color: #0056b3; */
    outline: none;
}

/* Color button specific styles */
#Racing-Blue-btn { 
    background-color: #1c429d;
    border-color: #0002d7;
}

#Silver-btn { 
    border-color: #0002d7;
    background-color: #b0b6bd;
}

#gray-btn { 
    background-color: #b0b6bd;
    border-color: #0002d7;
}

#metallicGrey-btn { 
    background: #bdbdbf;
}

#majestyRed-btn { 
    background: #de0022;
}

#mattBlack-btn { 
    background: #151515;
}

.color-button.active {
    border: 3px solid #0056b3;
}

/* Animation for price changes */
@keyframes priceUpdate {
    0% { transform: translateY(-10px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

.price-amount.updating {
    animation: priceUpdate 0.3s ease-out;
}

@media only screen and (max-width: 768px) {
.first {
        order: 1;
    }
    .second {
        order: 2;
    }
    /* #third {
        order: 1;
    }
    #fourth {
        order: 3;
    } */
}
.theme-button-dark{
    background-color: #0002d7;
}
.theme-button-dark:hover {
    /* border: 1px solid #0002d7; */
    color: #fff!important;
    /* background-color: #f0f1f6; */
}
@media(max-width:576px){
    .product-details{
        text-align: center!important;
    }
    .color-options{
        justify-content: center!important;

    }
}

.slider .parallax-slider .caption p {
    font-size: 16px!important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.feature-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-image {
    width: 100%;
    height: 160px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.feature-title {
    color: #1a56db;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px;
    position: relative;
}

.feature-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #1a56db;
    border-radius: 2px;
}

.feature-description {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-top: 8px;
}

@media (max-width: 968px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 15px;
    }
}

@media (max-width: 640px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .feature-image {
        height: 140px;
    }
}