.elementor-12118 .elementor-element.elementor-element-440fae6{--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;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}@media(min-width:768px){.elementor-12118 .elementor-element.elementor-element-440fae6{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-385324d *//*
 * ============================================================
 * BOSSOFT — Elementor Template Form Mobile Fix
 * Βάλε αυτό στο: WordPress → Appearance → Additional CSS
 * ή στο: Elementor → Custom CSS του template id="12126"
 * ============================================================
 */

/* Container του template */
.elementor-template-12126,
.elementor-template-12126 .elementor,
.elementor-template-12126 .elementor-section-wrap,
.elementor-template-12126 .elementor-section,
.elementor-template-12126 .elementor-container,
.elementor-template-12126 .e-con,
.elementor-template-12126 .e-con-inner,
.elementor-template-12126 .elementor-row,
.elementor-template-12126 .elementor-column,
.elementor-template-12126 .elementor-column-wrap,
.elementor-template-12126 .elementor-widget-wrap,
.elementor-template-12126 .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  float: none !important;
}

/* Όλα τα fields */
.elementor-template-12126 input[type="text"],
.elementor-template-12126 input[type="email"],
.elementor-template-12126 input[type="tel"],
.elementor-template-12126 input[type="number"],
.elementor-template-12126 input[type="url"],
.elementor-template-12126 select,
.elementor-template-12126 textarea,
.elementor-template-12126 .elementor-field,
.elementor-template-12126 .elementor-field-group {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

/* Select dropdown ειδικά */
.elementor-template-12126 .elementor-field-type-select,
.elementor-template-12126 .elementor-field-type-select select,
.elementor-template-12126 select.elementor-field {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

/* Submit button */
.elementor-template-12126 .elementor-button-wrapper,
.elementor-template-12126 .elementor-button,
.elementor-template-12126 button[type="submit"] {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

@media (max-width: 767px) {
  /* Σπάει τυχόν 2-col layouts στο form */
  .elementor-template-12126 .elementor-col-50,
  .elementor-template-12126 .elementor-col-33,
  .elementor-template-12126 [class*="elementor-col-"],
  .elementor-template-12126 .elementor-column {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }

  /* reCAPTCHA scaling */
  .elementor-template-12126 .g-recaptcha {
    transform: scale(0.9);
    transform-origin: left top;
  }
}/* End custom CSS */