.elementor-45586 .elementor-element.elementor-element-45b9d9b > .elementor-container{max-width:960px;}.elementor-45586 .elementor-element.elementor-element-45b9d9b{margin-top:0px;margin-bottom:20px;padding:20px 15px 0px 15px;}.elementor-45586 .elementor-element.elementor-element-e7a369e > .elementor-element-populated{padding:0px 15px 60px 15px;}.elementor-45586 .elementor-element.elementor-element-7155945{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;text-align:start;}.elementor-45586 .elementor-element.elementor-element-7155945 .elementor-heading-title{font-size:32px;}.elementor-45586 .elementor-element.elementor-element-8e09592{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 16px) 0px;text-align:start;}@media(max-width:1199px){.elementor-45586 .elementor-element.elementor-element-45b9d9b{padding:65px 0px 75px 0px;}.elementor-45586 .elementor-element.elementor-element-7155945 .elementor-heading-title{font-size:30px;}}@media(max-width:767px){.elementor-45586 .elementor-element.elementor-element-45b9d9b{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-45586 .elementor-element.elementor-element-7155945 .elementor-heading-title{font-size:25px;}.elementor-45586 .elementor-element.elementor-element-8e09592{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-faa7bbb *//* JFR Contact Form */

.jfr-contact-form {
    width: 100%;
}

.jfr-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

.jfr-form-field {
    width: 100%;
}

.jfr-form-field label {
    display: block;
    margin-bottom: 9px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.jfr-form-field .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.jfr-form-field input,
.jfr-form-field textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background: #fff;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.5;
    color: #222;
    outline: none;
    transition: all 0.25s ease;
}

.jfr-form-field input {
    height: 52px;
}

.jfr-form-field textarea {
    min-height: 160px;
    resize: vertical;
}

.jfr-form-field input::placeholder,
.jfr-form-field textarea::placeholder {
    color: #999;
}

.jfr-form-field input:focus,
.jfr-form-field textarea:focus {
    border-color: #CEA867;
    box-shadow: 0 0 0 1px #CEA867;
}

.jfr-message-field {
    margin-bottom: 24px;
}

.jfr-submit input[type="submit"] {
    display: inline-block;
    padding: 14px 32px;
    border: 1px solid #CEA867;
    border-radius: 4px;
    background: #CEA867;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    transition: all 0.25s ease;
}

.jfr-submit input[type="submit"]:hover {
    background: #b89455;
    border-color: #b89455;
}

/* Remove CF7 default paragraph spacing */
.jfr-contact-form p {
    margin: 0;
}

/* Validation messages */
.jfr-contact-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 13px;
}

/* Success / error message */
.jfr-contact-form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 12px 15px;
}

/* Mobile */
@media (max-width: 767px) {
    .jfr-form-row {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }

    .jfr-form-field input {
        height: 50px;
    }

    .jfr-form-field textarea {
        min-height: 140px;
    }

    .jfr-submit input[type="submit"] {
        width: 100%;
    }
}


.jfr-contact-form br {
    display: none;
}

.jfr-contact-form p:empty {
    display: none;
}

.jfr-address-field {
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .jfr-address-field {
        margin-bottom: 20px;
    }
}

.jfr-form-field .jfr-optional {
    font-weight: 400;
    color: #999;
    font-size: 13px;
}

.jfr-form-field input[type="file"] {
    height: auto;
    padding: 12px 16px;
    cursor: pointer;
}

.jfr-file-field {
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .jfr-file-field {
        margin-bottom: 20px;
    }
}/* End custom CSS */