.contact-form legend {
    font-size: 14px;
}
input.acceptance {
    width: 70px !important;
}
.wpcf7-acceptance label {
    display: flex;
    justify-content: flex-start;
}
.wpcf7-acceptance a {
    text-decoration: none;
}
.cf7-overlay {
    display: none; /* Default hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.cf7-overlay-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.cf7-overlay-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
    color: #000;
}

.cf7-overlay-message {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
}