<style>
    /* Custom Slider Thumb Color */
    .custom-slider::-webkit-slider-thumb {
        background: red;
        width: 15px;
        height: 15px;
        border-radius: 50%;
    }

    /* General Text Color */
    .container {
        color: white; /* White text for general text */
    }

    /* Heading Color */
    .text-danger {
        color: #0072BC !important; /* Heading text color */
    }

    /* Background Color */
    .bg-danger {
        background-color: #0072BC !important; /* Background color for the left part */
    }

    .bg-light {
        background-color: #f8f9fa !important; /* Background color for the right part, leave it light */
    }
    

    /* Specific Styles for Other Elements */
    h2, h3, h4 {
        color: #0072BC; /* Heading colors */
        font-size: 30px;
    }

    #kmValue, #yearsValue{
        color:#ffffff;
    }
    .text-dark{
        color:#0072bc;
    }

    /* Change the color of the total cost and savings */
    #evCost, #evSavings, #totalIceCost {
        color: #0072BC;
    }

    /* Slider Background */
    .form-range {
        background-color: #0072BC; /* Slider background */
    }

    .form-range:focus {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(0, 114, 188, 0.25); /* Light blue glow on focus */
    }
    /* Rupee symbol color for Total running cost of an ICE Vehicle */

</style>
