#mavs-pongal-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}

.popup-box {
    background: #fffbea;
    max-width: 450px;
    margin: 10% auto;
    padding: 30px;
    text-align: center;
    border-radius: 12px;
    position: relative;
}

.popup-box h2 {
    color: #2A79C1;
    margin-bottom: 0px;
    display: inline-flex;
}

.popup-box p {
    font-size: 18px;
}

.popup-btn {
    display: inline-block;
    margin-top: 15px;
    background: #2A79C1;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
}
