.emi-calculator-sec {
    background: url(/viewPagesAssets/img/emi-calculator-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.sec_card {
    padding: 20px 10px;
    background-color: #02AFB24D;
    border-radius: 10px;
}

.image-container {
    position: relative;
    height: auto;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.img-overlay-text {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    font-size: 14px;
    line-height: 1.5;
    color: black;
    padding: 0 10px;
}
.education-loan-calculator {
    background: url(/viewPagesAssets/img/gray-light-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}


@media (max-width: 1200px) {
    .img-overlay-text {
        font-size: 10px;
    }
}

@media (max-width: 991px) {
    .emi-calculator-sec {
        background: none !important;
    }
    .img-overlay-text {
        font-size: 8px;
    }
}
@media (max-width: 767px) {
    .img-overlay-text {
        font-size: 14px;
        left: 125px
    }
     .education-loan-calculator {
        background: none !important;
        background-color: #f5f5f7 !important;
    }
    .circel-yellow-bg {
        background: none !important;
    }
    .emi-calculator-unique {
        margin-bottom: 10px;
    }
}

.step-img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.step-img-wrapper img {
    height: 100%;
    max-height : 245px;
    width: auto;
    object-fit: contain;
}

.feature-card {
    position: relative;
    background: #fff;
    border-radius: 15px;
    padding: 60px 20px 25px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
    background: #fff;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-pane .card {
    margin-bottom: 20px;
    background-color: #fff !important;
}
.tab-pane .card .card-body {
    padding: 0 !important;
}

.owl-carousel .owl-dots {
    margin-top: 5px !important;
}

.features  .owl-stage-outer .owl-stage .owl-item .col {
    margin-top: 3.5rem;
}