/* Background Overlay */
        .popup-overlay {
            position: fixed;
            /*top: 0;*/
            /*left: 0;*/
            /*width: 100%;*/
            /*height: 100%;*/
            /*display: flex;*/
            /*justify-content: center;*/
            /*align-items: center;*/
            z-index: 9999;
        }
        
        /* Popup Box */
        /*.popup.modal-content {*/
        /*    padding: 30px;*/
        /*    width: 500px;*/
        /*    height: auto;*/
        /*    border-radius: 10px;*/
        /*    text-align: center;*/
        /*    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);*/
        /*    position: relative;*/
        /*}*/

        /* Close Button */
        /*.close-button {*/
        /*    position: absolute;*/
        /*    right: 15px;*/
        /*    top: 15px;*/
        /*    background: none;*/
        /*    border: none;*/
        /*    font-size: 20px;*/
        /*    cursor: pointer;*/
        /*}*/

        /* Icon Styling */
        /*.popup-icon img {*/
        /*    width: 80px;*/
        /*    height: 80px;*/
        /*}*/

        /* Heading Styling */
        /*h2 {*/
        /*    font-size: 22px;*/
        /*    font-weight: bold;*/
        /*    margin-top: 15px;*/
        /*    color: #0056b3;*/
        /*}*/

        /* Description Styling */
        /*p {*/
        /*    font-size: 16px;*/
        /*    color: #333;*/
        /*    margin-top: 10px;*/
        /*}*/

        /* Redirect Button */
        .redirect-button {
            margin-top: 20px;
            padding: 12px 20px;
            background: #0073e6;
            color: #fff;
            font-weight: bold;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            font-size: 16px;
            align-items: center;
            justify-content: center;
        }


        /*.redirect-button i {*/
        /*    margin-right: 5px;*/
        /*}*/

        /* Hide Modal Initially */
        /*.popup-overlay {*/
        /*    display: none;*/
        /*}*/