.elementor-257 .elementor-element.elementor-element-50bad9d{--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;}.elementor-257 .elementor-element.elementor-element-839a471{--display:flex;--min-height:0px;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-257 .elementor-element.elementor-element-839a471:not(.elementor-motion-effects-element-type-background), .elementor-257 .elementor-element.elementor-element-839a471 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #FFE6DD 0%, #EAEFFF 100%);}.elementor-257 .elementor-element.elementor-element-c172d0f{text-align:center;}@media(min-width:768px){.elementor-257 .elementor-element.elementor-element-839a471{--content-width:864px;}}/* Start custom CSS for container, class: .elementor-element-839a471 *//* =========================
   CONTACT FORM 7 – FORCE STYLE
   ========================= */

/* Inputs & textarea */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100% !important;
    padding: 14px 16px !important;
    border-radius: 12px !important;
    border: 1px solid #dcdcdc !important;
    font-size: 15.5px !important;
    background: #fafafa !important;
    color: #333 !important;
    transition: all 0.25s ease !important;
}

/* Focus */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    background: #ffffff !important;
    border-color: #ff6f2d !important;
    box-shadow: 0 0 0 3px rgba(255,111,45,0.18) !important;
    outline: none !important;
}

/* Textarea height */
.wpcf7-form textarea {
    min-height: 140px !important;
    resize: vertical !important;
}

/* Submit button */
.wpcf7-form input[type="submit"] {
    width: 100% !important;
    padding: 15px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ff8845, #ff4d00) !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
    letter-spacing: 0.4px !important;
    box-shadow: 0 12px 30px rgba(255,80,0,0.35) !important;
    transition: all 0.3s ease !important;
}

/* Hover */
.wpcf7-form input[type="submit"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 16px 35px rgba(255,80,0,0.45) !important;
}

/* Success message */
.wpcf7-response-output {
    margin-top: 18px !important;
    padding: 14px !important;
    border-radius: 10px !important;
    border: none !important;
    font-size: 14.5px !important;
}

.wpcf7-mail-sent-ok {
    background: #e8f8ef !important;
    color: #0f5132 !important;
}

/* Error message */
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
    background: #fdecea !important;
    color: #842029 !important;
}

/* Validation text under fields */
.wpcf7-not-valid-tip {
    font-size: 13px !important;
    color: #d6331e !important;
    margin-top: 4px !important;
}/* End custom CSS */