.carousel-control-next {
    background: var(--button-color);
}

.carousel-control-prev {
    background: var(--button-color);
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--primary-color);
    color: var(--white-color);
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--primary-color);
    color: var(--white-color);
}

.carousel-indicators li {
    list-style: none;
    /* Remove numbering */
}

#carouselId .carousel-indicators li {

    width: 10px;
    height: 10px;
    background: var(--white-color);
    margin: 5px;
}

.carousel-indicators [data-bs-target] {
    border-top: 0;
    border-bottom: 0;
}

.carousel-indicators .active {
    background: var(--button-color) !important;
}

.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: var(--primary-color) !important;
}

.slider-handle {
    background-color: #fff;
    border: 2px solid var(--primary-color);
    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, -1139px, 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;
}

.table thead {
    --bs-table-bg: var(--table-header-color);
    --bs-table-color: var(--white-color);
    --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: #e5e5e5;
    /* 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, #2b2b2b 0%, #2b2b2b 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(--secondary-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(--secondary-color);
    cursor: pointer;
}

.btn-primary {
    background-color: var(--button-color) !important;
    border-color: var(--button-color) !important;
}

.btn-primary:hover {
    background-color: var(--primary-color) !important;
}

.text-primary {
    color: var(--text-color) !important;
}

footer h3 {
    color: var(--text-color) !important;
}

.blog-item {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.blog-content h5 {
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}


.blog-coment {
    background: var(--primary-color);
    border-radius: 0 0 12px 12px;
    text-align: right;
    transition: all 0.3s ease-in-out;
}

.blog-item:hover .blog-coment {
    visibility: visible;
    transform: translateY(0);
}

.blog-coment a {
    color: var(--secondary-color);
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: transform 0.3s ease-in-out;
}

.blog-coment a:hover {
    transform: translateX(5px);
}

.blog-coment i {
    font-size: 14px;
    transition: transform 0.3s ease-in-out;
}

.blog-coment a:hover i {
    transform: translateX(3px);
}

.blogbtn {
    background-color: #b48e44 !important;
}

.fund-heading {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 5px 25px;
    font-size: 24px;
}