.homesliderback {
    background: var(--primary-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(--heading-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(--heading-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, #022F42 0%, #022F42 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 {
    display: inline-block;         /* Make button only as wide as its content */
    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;
    width: auto;                   /* Make sure width is auto */
    max-width: max-content;         /* Ensure button doesn't stretch beyond content */
    text-align: center;             /* Center text if needed */
}


.btn-primary:hover {
    background-color: var(--secondary-color);
}

.btn-secondary {
    background-color: var(--secondary-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-secondary: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);
}


.primary-highlight-text {
    color: var(--primary-color);
}

.secondary-highlight-text {
    color: var(--secondary-color);
}


.text-design {
    color: var(--text-color);
}

/* ------------------client changes css in html----------------------- */

.hero-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    background-color: #ffffff;
}

.hero-content {
    padding: 30px;
}

.hero-heading {
    font-family: 'Libre Baskerville', serif !important;
    font-size: 3rem;
    font-weight: 600;
    color: #1a2b5c;
    margin-bottom: 30px;
    line-height: 1.4;
}

.btn-rounded {
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 500;
}

.btn-custom {
    background-color: #1057a2;
    border: none;
    color: white;
}

.btn-custom:hover {
    color: #1057a2;
    background-color: white;
    border: none;
}

.btn-dark {
    background-color: #000000;
    border: none;
}

/* Spacing between buttons on desktop */
.hero-buttons .btn {
    margin-right: 0;
}

@media (max-width: 768px) {
    .hero-heading {
        font-size: 2rem;
    }

    .hero-content {
        padding: 20px;
    }

    /* Stack buttons vertically */
    .hero-buttons {
        flex-direction: column !important;
        align-items: center;
    }

    .hero-buttons .btn {
        width: 100%;
        text-align: center;
    }
}

.about-heading {
    font-family: 'Georgia', serif;
    font-size: 3rem;
    color: #1057a2;
    font-weight: 500;
    line-height: 1.3;
}

.about-description {
    font-size: 1.1rem;
    color: #333333;
    line-height: 1.8;
    max-width: 95%;
}

.btn-rounded {
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .about-heading {
        font-size: 2rem;
    }

    .about-description {
        font-size: 1rem;
    }
}


/* ------------------client changes css in html----------------------- */