.homesliderback {
    background: var(--secondary-color);
}

.homeCalRet {
    background-color: #ebf6ff;
    border-radius: 25px;
}

.homeCalRetText {
    color: var(--white-color);;
    font-weight: 600;
    background-image: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    border-radius: 50px;
    font-size: 13px;
}


.slider-selection {
    background: #0069b4 !important;
}

.slider-handle {
    background-color: #fff;
    border: 2px solid #009fe3;
    opacity: 1;
}

.hide {
    display: none !important;
}



.steps {
    border-color: rgba(0, 0, 0, 0);
    border-style: none solid;
    border-width: 0 1px;
    margin: 0px 0px 35px !important;
    position: relative;
    width: 100%;
}

.tick {
    color: #000000;
    font-size: 9px;
    height: 11px;
    left: 0;
    line-height: 11px;
    margin-left: -24px;
    position: absolute;
    text-align: center;
    letter-spacing: 0px;
    width: 50px;
}

#emipiechart {
    height: 300px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.highcharts-button {
    display: none;
}

.list-group-flush>.list-group-item {
    padding: 20px 10px;
}


@keyframes infiniteslide16775885016091e8c {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, -1378px, 0);
    }
}

.bg-card-about {
    background-color: #e8f8ff !important;
}




/* Steps Markers */
.steps {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.steps .tick {
    font-size: 10px;
    text-align: center;
    position: absolute;
    transform: translateX(7%);
}

.marker {
    display: block;
    margin-top: 5px;
    color: #333;
    font-weight: bold;
}


#schemeTable {
    font-size: 13px;
}

.table tfoot {
    --bs-table-bg: #d5f3ff;
    --bs-table-color: #000;
}

.table thead {
    --bs-table-bg: var(--primary-color);
    --bs-table-color: #fff;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;

}

.hidden {
    display: none;
}

/* Style for the slider track */
.slider-track {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 10px;
    background: var(--secondary-color);
    /* Light gray background */
    outline: none;
    transition: background 0.15s ease-in-out;
}

/* Style for the filled portion of the slider */
.slider-track::-webkit-slider-runnable-track {
    height: 10px;
    border-radius: 10px;
    background: linear-gradient(to right, #0794e1 0%, #0794e1 var(--progress), #e5e5e5 var(--progress), #e5e5e5 100%);
}

/* Style for the slider thumb (pointer) */
.slider-track::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: white;
    border: 3px solid var(--primary-color);
    cursor: pointer;
    margin-top: -6px;
    /* Adjust to align properly */
}

.slider-track::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 3px solid var(--heading-color);
    cursor: pointer;
}

/* Tooltip styling */
.tooltip {
    position: absolute;
    background: white;
    color: black;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ccc;
    transform: translateX(-50%);
}

/* Service List Container */
.service-list {
    width: 100%;
    max-width: 350px;
}

/* Service Items */


.card-heading {
    background-color: #0061e6;
    color: #fff;
    font-size: 18px;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.3s ease;

}

.btn-primary:hover {
    background-color: var(--secondary-color);
}

.btn-outline-primary {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: transparent;
}

.btn-outline-primary:hover {
    border: 1px solid var(--primary-color);
    color: var(--white-color);
    background-color: var(--primary-color);
}


.highlight-text {
    color: var(--primary-color);
}

.heading {
    font-weight: 700;
    color: var(--heading-color);
}

.text-design {
    color: var(--text-color);
}
