.elementor-303 .elementor-element.elementor-element-6fb0f40{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-3b01c6e *//* Contact Form 7 - List Property Form Styling */
.wpcf7-form {
    font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-row-1 {
    margin-bottom: 20px;
}

.form-field {
    width: 100%;
}

.form-field label {
    font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1a1d21;
    display: block;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
    font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
    width: 100%;
    padding: 14px 18px;
    font-size: 15px;
    color: #1a1d21;
    background: #f8f8f8;
    border: 1px solid rgba(186, 126, 90, 0.2);
    border-radius: 8px;
    transition: all 0.3s ease;
    outline: none;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    background: #ffffff;
    border-color: #ba7e5a;
    box-shadow: 0 0 0 3px rgba(186, 126, 90, 0.1);
}

.wpcf7-form textarea {
    resize: vertical;
    min-height: 120px;
}

.form-submit {
    text-align: center;
    margin-top: 30px;
}

.wpcf7-form input[type="submit"] {
    font-family: 'Century Gothic', 'CenturyGothic', AppleGothic, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #ba7e5a 0%, #d99168 100%);
    border: none;
    padding: 16px 50px;
    border-radius: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(186, 126, 90, 0.3);
}

.wpcf7-form input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(186, 126, 90, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
    .form-row-2 {
        grid-template-columns: 1fr;
        gap: 0;
    }
}/* End custom CSS */