/*
Theme Name: Eduvalt Child
Theme URI: https://ifingerstudio.com/eduvalt/
Template: eduvalt
Author: johanspond
Author URI: https://themeforest.net/user/johanspond/
Description: Eduvalt - Online Courses &amp; Education WordPress Theme
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 2.0.8.1761843034
Updated: 2025-10-30 16:50:34

*/

/* POPUP BACKGROUND */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* POPUP BOX */
.popup-content {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    width: 90%;
    max-width: 450px;
    text-align: center;
    position: relative;
}

/* CLOSE BUTTON */
.close-btn {
    position: absolute;
    top: 15px;
    right: 18px;
    font-size: 26px;
    cursor: pointer;
}

/* FORM FIELDS */
.popup-content input,
.popup-content textarea {
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.popup-content button {
    background: #28a745;
    color: #fff;
    padding: 10px 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.popup-content button:hover {
    background: #218838;
}

.form-response {
    margin-top: 12px;
    font-weight: bold;
}
