.elementor-2896 .elementor-element.elementor-element-bac2975{--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;--border-radius:20px 20px 20px 20px;}#elementor-popup-modal-2896{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2896 .dialog-message{width:510px;height:auto;}#elementor-popup-modal-2896 .dialog-close-button{display:flex;}#elementor-popup-modal-2896 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-09b1d87 *//* ===============================
   RESET CF7 DEFAULT SPACING
   =============================== */
.wpcf7,
.wpcf7 form,
.wpcf7 p {
    margin: 20 !important;
    padding: 20 !important;
}

/* Remove auto <br> spacing */
.wpcf7 br {
    display: none;
}

/* ===============================
   FORM CONTAINER
   =============================== */
.wpcf7 {
    max-width: 520px;
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* ===============================
   FORM CARD
   =============================== */
.wpcf7 form {
    background: #ffffff;
    padding: 32px 32px 36px;
    border-radius: 16px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
    position: relative;
}

/* ===============================
   FORM TITLE
   =============================== */
.form-title {
    font-size: 22px;
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 24px;
    padding-bottom: 10px;
    position: relative;
}

.form-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 4px;
    background: #ff8a00;
    border-radius: 2px;
}

/* ===============================
   FORM ROW SPACING
   =============================== */
.wpcf7 form > * {
    margin-bottom: 14px;
}

.wpcf7 form > *:last-child {
    margin-bottom: 0;
}

/* ===============================
   LABELS
   =============================== */
.wpcf7 label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

/* ===============================
   INPUTS & TEXTAREA
   =============================== */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    height: 44px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.25s ease;
}

/* Textarea */
.wpcf7 textarea {
    height: 140px;
    resize: none;
}

/* Focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #ff8a00;
}

/* ===============================
   SUBMIT BUTTON
   =============================== */
.wpcf7 input[type="submit"] {
    width: 100%;
    height: 46px;
    margin-top: 10px;
    border-radius: 12px;
    border: none;
    background: #ff8a00;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.15s ease;
}

/* Hover */
.wpcf7 input[type="submit"]:hover {
    background: #e67600;
    transform: translateY(-1px);
}

/* ===============================
   ERROR & VALIDATION
   =============================== */
.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #e53935;
    margin-top: 4px;
}

.wpcf7-response-output {
    margin: 10px 0 0 !important;
    padding: 10px 14px;
    font-size: 13px;
    border-radius: 8px;
}

/* ===============================
   POPUP / MODAL FIX (IMPORTANT)
   =============================== */
.modal,
.popup,
.elementor-popup-modal {
    padding: 0 !important;
}

.modal-content,
.popup-content {
    padding: 0 !important;
    margin: 0 !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-09b1d87 *//* ==============================
   CONTACT FORM 7 – CLEAN POPUP
   ============================== */

/* Popup outer box */
.wpcf7 {
    max-width: 520px;
    margin: auto;
    padding: 35px 32px 40px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    font-family: inherit;
}

/* Form title */
.wpcf7 h2,
.wpcf7 h3 {
    text-align: center;
    color: #ff8a00;
    font-weight: 700;
    margin-bottom: 28px;
}

/* Labels */
.wpcf7 label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

/* Input fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    height: 44px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    font-size: 14px;
    outline: none;
    transition: border-color 0.25s ease;
}

/* Textarea */
.wpcf7 textarea {
    height: 140px;
    resize: none;
    padding-top: 12px;
}

/* Focus state */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #ff8a00;
}

/* Submit button */
.wpcf7 input[type="submit"] {
    width: 100%;
    height: 46px;
    margin-top: 10px;
    border-radius: 12px;
    border: none;
    background: #ff8a00;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.25s ease;
}

/* Button hover */
.wpcf7 input[type="submit"]:hover {
    background: #e67700;
}

/* Error text */
.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #e53935;
    margin-top: 4px;
}

/* Success message */
.wpcf7-mail-sent-ok {
    margin-top: 12px;
    padding: 12px;
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
}/* End custom CSS */