/*
Theme Name: Passivesecurityscan Theme
*/

/* Demo Popup Background */
#demoPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    overflow-y: auto; /* Important: Enable scroll */
}

/* Popup Inner Content */
#demoPopup .popup-inner {
    background: #fff;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    margin: 50px auto;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Close Button */
#demoPopup .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}
