/*.car-visual-wrapper {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    gap: 20px;*/
/*    padding: 20px;*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/

/*.car-visual-left {*/
/*    flex: 1 1 40%;*/
/*    position: relative;*/
/*}*/

/*.car-visual-left .sticky-img {*/
/*    position: sticky;*/
/*    top: 20px;*/
/*    width: 100%;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 4px 8px rgba(0,0,0,0.3);*/
/*}*/

/*.car-visual-right {*/
/*    flex: 1 1 55%;*/
/*}*/

/*.selectors {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 15px;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.selectors label {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    font-weight: bold;*/
/*    color: #333;*/
/*}*/

/*.selectors select {*/
/*    padding: 8px;*/
/*    font-size: 14px;*/
/*    border-radius: 5px;*/
/*    border: 1px solid #ccc;*/
/*}*/

/*#cv-find {*/
/*    width: fit-content;*/
/*    padding: 10px 20px;*/
/*    background-color: #007BFF;*/
/*    color: white;*/
/*    font-weight: bold;*/
/*    border: none;*/
/*    border-radius: 5px;*/
/*    cursor: pointer;*/
/*}*/

/*#cv-find:hover {*/
/*    background-color: #0056b3;*/
/*}*/

/*.cv-color-table {*/
/*    width: 100%;*/
/*    border-collapse: collapse;*/
/*    margin-top: 20px;*/
/*}*/

/*.cv-color-table th,*/
/*.cv-color-table td {*/
/*    border: 1px solid #ddd;*/
/*    padding: 10px;*/
/*    text-align: left;*/
/*}*/

/*.cv-color-table th {*/
/*    background-color: #333;*/
/*    color: #fff;*/
/*}*/

/*.cv-color-table tr:nth-child(even) {*/
/*    background-color: #f9f9f9;*/
/*}*/

/*.cv-color-table tr:hover {*/
/*    background-color: #f0f0f0;*/
/*    cursor: pointer;*/
/*}*/


/*IMG GEM*/

/*.color-generator {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    margin-top: 20px;*/
/*    gap: 10px;*/
/*}*/

/*#cv-color {*/
/*    padding: 8px;*/
/*    font-size: 14px;*/
/*    border-radius: 5px;*/
/*    border: 1px solid #aaa;*/
/*    max-width: 200px;*/
/*}*/

/*#cv-generate {*/
/*    background-color: #28a745;*/
/*    color: white;*/
/*    padding: 10px;*/
/*    font-weight: bold;*/
/*    border: none;*/
/*    border-radius: 5px;*/
/*    cursor: pointer;*/
/*    width: fit-content;*/
/*}*/
/*.cv-placeholder-msg {*/
/*    padding: 20px;*/
/*    background: #f8f9fa;*/
/*    border: 2px dashed #ccc;*/
/*    color: #555;*/
/*    font-size: 16px;*/
/*    text-align: center;*/
/*    border-radius: 10px;*/
/*}*/






/*new css*/






.car-visual-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

/* WIDER left, smaller right */
.car-visual-left {
    flex: 1 1 58%;
    position: relative;
}

.car-visual-left .sticky-img,
.car-visual-left img, .cv-placeholder-msg {
    position: sticky;
    top: 100px;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.car-visual-right {
    flex: 1 1 39%;
}
.car-visual-heading {
    color: #0054AC;
    font-size: 38px;
    line-height: 58px;
    font-weight: 400;
    margin-bottom: 0px;
}
.orderPaint {
    color:#4CAF50;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.car-visual-heading span {
    font-weight: 700;
}
.car-visual-info {
    color: #767676;
    font-size: 16px;
    line-height: 26px;
     margin-bottom: 8px;
}
/* ----- SELECTOR LAYOUT FIX ----- */
.selectors {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

/* All dropdowns in one row */
.selectors-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.selectors-row label {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    font-weight: 300;
    color: #000;
    font-size: 14px;
}

/* Dropdowns */
.selectors-row select {
    padding: 8px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* Color Generator Section */
.color-generator {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
}

#cv-color {
    padding: 8px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #aaa;
    max-width: 200px;
}

#cv-generate {
    background-color: #28a745;
    color: white;
    padding: 10px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: fit-content;
}

/* Find Button - Full Width */
#cv-find {
    width: 100%;
    padding: 12px;
    background-color: #007BFF;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
}

#cv-find:hover {
    background-color: #0056b3;
}

/* Results Table */
.cv-color-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.cv-color-table th,
.cv-color-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.cv-color-table th {
    background-color: #333;
    color: #fff;
}

.cv-color-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.cv-color-table tr:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

/* Placeholder Message */
.cv-placeholder-msg {
    padding: 20px;
    background: #f8f9fa;
    border: 2px dashed #ccc;
    color: #555;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
}


/* 📱 Responsive adjustments */
@media (max-width: 1024px) {
    .car-visual-wrapper {
        flex-direction: column;
    }

    .car-visual-left,
    .car-visual-right {
        flex: 1 1 100%;
    }

    .selectors-row label {
        flex: 1 1 100%;
    }

    #cv-find {
        width: 100%;
    }

    #cv-generate {
        width: 100%;
    }
}



#cv-loading {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cv-loading-backdrop {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.cv-loading-gif {
    width: 200px;
    height: auto;
}

