.elementor-6561 .elementor-element.elementor-element-28e3e1e3{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-3dab4d11 */.cf7-tax {
  max-width: 920px;
  margin: 0 auto;
}

.cf7-tax h3 {
  margin: 26px 0 12px;
}
.cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.cf7-field {
  display: block;
}

.cf7-label {
  font-weight: 600;
  margin: 0 0 6px;
}

.cf7-span-2 {
  grid-column: 1 / -1;
}

.cf7-tax input[type="text"],
.cf7-tax input[type="tel"],
.cf7-tax input[type="email"],
.cf7-tax input[type="number"],
.cf7-tax textarea,
.cf7-tax select {
  width: 100%;
  box-sizing: border-box;
}

.cf7-tax textarea {
  height: 70px !important;
  min-height: 70px !important;
}

/* Μικρά textarea μόνο όπου το ζητάς */
.cf7-tax textarea.cf7-textarea-sm {
  min-height: 70px !important;
  height: 70px !important;
}

/* Μήνυμα επισύναψης */
.cf7-note {
  grid-column: 1 / -1;
  margin-top: -4px;
  padding: 10px 14px;
  background: #fff8e1;
  border-left: 4px solid #d4a017;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #6b5500;
}

/* Upload box */
.cf7-uploadnote {
  background: #f3f3f3;
  padding: 20px;
  border-radius: 6px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid rgba(0,0,0,.08);
}

.cf7-uploadnote a {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
}

/* Security */
/* security */
.cf7-security-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.cf7-security-note img {
  width: 90px;
  height: auto;
  flex-shrink: 0;
}

.cf7-security-note span {
  line-height: 1.6;
  font-size: 14px;
}

/* Radio / checkbox groups */
.cf7-tax .wpcf7-form-control-wrap .wpcf7-list-item {
  display: block;
  margin: 0 0 12px 0;
}

.cf7-tax .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  min-height: auto;
}

.cf7-tax .wpcf7-list-item input {
  width: auto;
  margin: 0;
  flex-shrink: 0;
}

.cf7-tax .wpcf7-list-item-label {
  display: inline;
  font-weight: 500;
}

/* Mobile */
@media (max-width: 767px) {
  .cf7-grid {
    grid-template-columns: 1fr;
  }

  .cf7-span-2,
  .cf7-note {
    grid-column: auto;
  }

  .cf7-security-note {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cf7-label{
  min-height: auto;
}
/* SUBMIT - CLEAN */
.cf7-actions {
  margin-top: 18px;
}

.cf7-actions .wpcf7-submit,
.cf7-tax input[type="submit"] {
  display: block;
  width: 75%;
  margin: 0 auto; 
  min-height: 58px;
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  box-sizing: border-box;
}

/* SECURITY BLOCK - INLINE CENTERED */
.cf7-security-note {
  display: flex;
  align-items: center;      /* κάθετη στοίχιση */
  justify-content: center;  /* κεντράρει όλο το block */
  gap: 15px;
  margin: 20px auto 0;
  max-width: 600px;
  text-align: left;         /* το text να μην είναι center */
}

.cf7-security-note img {
  width: 110px;
  height: auto;
  flex-shrink: 0;
}

.cf7-security-note span {
  max-width: 420px;
  font-size: 14px;
  line-height: 1.5;
}
/* HOVER BUTTON */
.cf7-actions .wpcf7-submit:hover,
.cf7-tax input[type="submit"]:hover {
  color: #fff;              
  background-color: #000; 
}
.cf7-tax input:not([type="email"]),
.cf7-tax textarea {
  text-transform: uppercase;
}
.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 6px !important;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #e6f7ee !important;
  border: 1px solid #28a745 !important;
  color: #155724 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: #fff4e5 !important;
  border: 1px solid #ffb84d !important;
  color: #7a4b00 !important;
}
@media (min-width: 768px) {
  .cf7-grid .wpcf7-form-control-wrap {
    display: block;
  }

  .cf7-grid > div,
  .cf7-grid > p {
    display: flex;
    flex-direction: column;
  }

  .cf7-grid > div label,
  .cf7-grid > p label {
    display: block;
    min-height: 56px;
    margin-bottom: 6px;
  }
}
.cf7-top-note {
  background: #f5f7fa;
  border-left: 4px solid #0D2A6E;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}/* End custom CSS */