.ntfp-new-twenty-five-part img {
    width: 216px;
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.3s ease;
    position: absolute;
    right: 0;
    bottom: 0;
}

    .ntfp-new-twenty-five-part img:hover {
        transform: scale(1.05);
    }

.ntfp-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.ntfp-modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 600px;
    /* text-align: center; */
    position: relative;
    overflow-y: scroll;
    max-height: 80vh;
}

    .ntfp-modal-content::-webkit-scrollbar {
        width: 0;
        height: 0;
    }


.ntfp-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.tc-s25 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #111;
}

.tc-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
}
@media only screen and (min-width: 300px) and (max-width: 650px) {




}