.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-708 .elementor-element.elementor-element-7f0d1a3 .elementor-heading-title{color:#4B0E0E;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-21b968f *//* Contact Form Card */
.wpcf7 {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

/* Labels */
.wpcf7 label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

/* Inputs */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 14px 18px;
    margin-top: 6px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fafafa;
    font-size: 15px;
    box-sizing: border-box;
    transition: .3s;
}

/* Focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #000;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,0,0,.08);
}

/* Textarea */
.wpcf7 textarea {
    min-height: 150px;
    resize: vertical;
}

/* Button */
.wpcf7 input[type="submit"] {
    width: 100%;
    padding: 16px;
    background: #4B0E0E;
    color: #D8A75D;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.wpcf7 input[type="submit"]:hover {
    background: #333;
}

/* Success & Error */
.wpcf7-response-output {
    border-radius: 8px;
    margin-top: 20px !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .wpcf7 {
        padding: 25px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .wpcf7 {
        padding: 20px;
        border-radius: 12px;
    }

    .wpcf7 label {
        font-size: 14px;
    }

    .wpcf7 input,
    .wpcf7 textarea {
        font-size: 14px;
        padding: 12px 15px;
    }

    .wpcf7 input[type="submit"] {
        padding: 14px;
        font-size: 15px;
    }
}/* End custom CSS */