/* Overlay for dimming background */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 999;
}

/* Popup styles */
#popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    width: 300px;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1000;
    opacity: 0;
    transition: all 0.3s ease;
}

/* Close button */
#close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 1.5em;
    color: #333;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    color: #2370b8;
}

.form-row-input input,
.form-row-input textarea{
    border: 0;
    border-bottom: 1px solid #35413669;
    padding-bottom: 10px;
    font-size: 16px;
    max-width: 100%;
    font-weight: 400;
    max-height: 100px;
    border-radius: 0;
}

.wpcf7-submit{
    background: #354136;
    border: 0;
    color: #E5E1D1;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 30px;
    font-size: 18px;
    letter-spacing: 1px;
    width: 100%;
    cursor: pointer;
}
.wpcf7-submit:hover{
opacity: .85;
}
.wpcf7-spinner{
    display: none!important;
}

.form-row h2{
    font-size: 18px;
    text-transform: uppercase;
}

.form-row-input{
    margin-bottom: 22px;
}
.wpcf7-not-valid-tip {
    font-size: 10px;
}

.wpcf7-response-output{
    font-size: 10px!important;
    text-align: center!important;
    border: 0!important;
    margin: 0!important;
}