.wpb-popup {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
    padding: 10px;
}

.wpb-popup-content {
    background: url('https://www.argusrealestatecompany.com/wp-content/uploads/the-argus-real-estate-company-loading-logo-2.webp') center/cover no-repeat;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 5px;
    width: 500px;
}

@media (max-width: 768px) {
    .wpb-popup-content {
        width: 100%;
    }
}
#post-35 > div > div:nth-child(14) > div > div > div > div {
    text-align: center;
}

.wpb-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.wpb-close:hover,
.wpb-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.wpb_label {
    color: #000;
    font-weight: bold;
}

#wpb-message, #wpb-name, #wpb-phone {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: solid 1px #888;
}

button#wpb_twilio_sms_submit {
    background-color: rgb(23, 95, 153);
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

button#wpb_twilio_sms_submit:hover {
    background-color: #eb7f00;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    /*background-color: white!important;*/
    /*border: 1px solid rgb(23, 95, 153);*/
    /*color: rgb(23, 95, 153) !important;*/
}

#wpb-phone-icon {
    margin-bottom: 800px;
    margin-left: 500px;
    display: block;
}

#wpb-message {
    max-height: 100px;
}

#wpb_twilio_sms_submit {
    display: none;
}

/* Style error messages */
label.error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

/* Optional: Add styles to the invalid input fields */
input.error, textarea.error {
    border: 1px solid red;
    background-color: #fdd;
    display: block;
}

#wpb-contact-popup .wpb_success {
    color: red;
    font-weight: bold;
}