@media (max-width: 921px){

.ast-mobile-popup-drawer{
    width:320px !important;
    max-width:85vw !important;
}

.ast-mobile-popup-content{
    width:320px !important;
    max-width:85vw !important;
}

}

/* Contact Form 7 container */
.thinking-contact-form {
    width: 100%;
    max-width: 735px;
}

/* Form spacing */
.thinking-contact-form .form-field {
    margin-bottom: 44px;
}

/* All input fields */
.thinking-contact-form input[type="text"],
.thinking-contact-form input[type="email"],
.thinking-contact-form input[type="tel"],
.thinking-contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #b8b8b8;
    border-radius: 0;
    background: #ffffff;
    color: #333333;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 400;
    padding: 18px;
    outline: none;
    box-shadow: none;
}

/* Single-line fields */
.thinking-contact-form input[type="text"],
.thinking-contact-form input[type="email"],
.thinking-contact-form input[type="tel"] {
    height: 65px;
}

/* Description field */
.thinking-contact-form textarea {
    height: 180px;
    min-height: 180px;
    resize: vertical;
}

/* Placeholder text */
.thinking-contact-form input::placeholder,
.thinking-contact-form textarea::placeholder {
    color: #777777;
    opacity: 1;
}

/* Focus state */
.thinking-contact-form input:focus,
.thinking-contact-form textarea:focus {
    border-color: #777777;
}

/* Submit button */
.thinking-contact-form input[type="submit"] {
    background: #d8a94f;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 15px 29px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: none;
}

/* Submit button hover */
.thinking-contact-form input[type="submit"]:hover {
    background: #c59842;
}

/* Remove extra spacing around Contact Form 7 elements */
.thinking-contact-form .wpcf7-form-control-wrap {
    display: block;
}

/* Hide character-count text */
.thinking-contact-form .wpcf7-character-count,
.thinking-contact-form .wpcf7-not-valid-tip + .wpcf7-character-count {
    display: none !important;
}

/* Validation messages */
.thinking-contact-form .wpcf7-not-valid-tip {
    margin-top: 7px;
    font-size: 14px;
}

/* Mobile adjustment */
@media (max-width: 767px) {
    .thinking-contact-form .form-field {
        margin-bottom: 25px;
    }

    .thinking-contact-form input[type="text"],
    .thinking-contact-form input[type="email"],
    .thinking-contact-form input[type="tel"],
    .thinking-contact-form textarea {
        font-size: 20px;
    }

    .thinking-contact-form input[type="submit"] {
        font-size: 22px;
    }
}