.elementor-2055 .elementor-element.elementor-element-8db20a7{--spacer-size:38px;}.elementor-2055 .elementor-element.elementor-element-1da8e3e .elementor-heading-title{font-size:25px;color:#1176BA;}.elementor-2055 .elementor-element.elementor-element-dcf886e{color:#000000;}.elementor-2055 .elementor-element.elementor-element-d3dd9f0{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-d3dd9f0 *//* CF7 Clean & Spacious Form */
.cf7-clean {
    max-width: 100%;
}

.cf7-clean label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
}

.cf7-clean input,
.cf7-clean textarea {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 15px;
    box-sizing: border-box;
}

.cf7-clean input:focus,
.cf7-clean textarea:focus {
    border-color: #7b61ff;
    outline: none;
}

/* File upload */
.cf7-clean input[type="file"] {
    padding: 10px;
    background: #f7f7f7;
}

/* Textarea height */
.cf7-clean textarea {
    min-height: 140px;
    resize: vertical;
}

/* Submit button */
.cf7-clean input[type="submit"] {
    background: #1176ba;
    color: #fff;
    border: none;
    padding: 14px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
}

.cf7-clean input[type="submit"]:hover {
    background: #5a45d6;
}/* End custom CSS */