.elementor-61545 .elementor-element.elementor-element-33eafa0{--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-61545 .elementor-element.elementor-element-e88a574 .elementor-heading-title{font-weight:600;color:#907D6E;}.elementor-61545 .elementor-element.elementor-element-9fd396f{--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-61545 .elementor-element.elementor-element-1191ea20{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:59px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-61545 .elementor-element.elementor-element-1968c339{--display:flex;--width:91.857%;--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-61545 .elementor-element.elementor-element-1968c339.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-61545 .elementor-element.elementor-element-5011b597{text-align:start;}.elementor-61545 .elementor-element.elementor-element-5011b597 .elementor-heading-title{font-size:30px;font-weight:600;color:#907D6E;}.elementor-61545 .elementor-element.elementor-element-6f94e507{width:var( --container-widget-width, 152.724% );max-width:152.724%;margin:-58px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:152.724%;--container-widget-flex-grow:0;}.elementor-61545 .elementor-element.elementor-element-6f94e507.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for container, class: .elementor-element-1968c339 *//* FORMULAR BOX */
.wpcf7 form {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    max-width: 700px;
    margin: auto;
}

/* INPUT FELDER */
.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    padding: 14px 16px;
    margin-top: 8px;
    margin-bottom: 18px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* HOVER & FOCUS */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #000;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
}

/* TEXTAREA */
.wpcf7 textarea {
    min-height: 120px;
}

/* BUTTON */
.wpcf7 input[type="submit"] {
    background: #000;
    color: #fff;
    border: none;
    padding: 16px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* BUTTON HOVER */
.wpcf7 input[type="submit"]:hover {
    background: #333;
    transform: translateY(-2px);
}

/* FILE UPLOAD */
.wpcf7 input[type="file"] {
    border: none;
    padding: 10px 0;
}

/* LABEL STYLE */
.wpcf7 label {
    font-weight: 500;
    font-size: 14px;
}

/* ACCEPTANCE CHECKBOX */
.wpcf7 .wpcf7-acceptance {
    font-size: 13px;
}

/* SUCCESS MESSAGE */
.wpcf7-response-output {
    border-radius: 8px;
    padding: 12px;
    margin-top: 20px;
}/* End custom CSS */