.scrl-button-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.scrl-open-popup {
    background-color: #00439f;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.scrl-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrl-popup-content {
    background: white;
    padding: 25px;
    max-width: 400px;
    width: 90%;
    border-radius: 10px;
    position: relative;
}

.scrl-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

.scrl-contact-form label {
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

.scrl-contact-form input[type="text"],
.scrl-contact-form input[type="email"] {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
}

.scrl-contact-form input[type="submit"] {
    margin-top: 15px;
    background-color: #00439f;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}

.scrl-response {
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}
