.hero-type-selides {
	display: none;
}
/* ===== Contact form (CF7) – Fragoulis ===== */
.frag-contact { max-width: 560px; }
.frag-contact p { margin: 0 0 12px; }

.custom-hero__contact span.wp-block-navigation-item__label {
		color:  #014887 ;	

}
/* Κοινό στυλ για inputs/textarea */
.frag-contact .wpcf7-form-control {
  width: 100%;
  box-sizing: border-box;
  color: #0b2a4d;
  background: #fff;
  border: 1.5px solid #014887;
  border-radius: 6px;
  transition: box-shadow .15s ease, border-color .15s ease, background-color .15s ease;
}

/* Ύψη & padding */
.frag-contact input[type="text"],
.frag-contact input[type="email"],
.frag-contact input[type="tel"] {
  height: 42px;
  padding: 10px 12px;
}

.frag-contact textarea {
  min-height: 140px;
  padding: 12px;
  resize: vertical;
}

/* Placeholder */
.frag-contact ::placeholder { color: #6c8aa7; }

/* Focus state */
.frag-contact .wpcf7-form-control:focus {
  outline: none;
  border-color: #014887;
  box-shadow: 0 0 0 3px rgba(1,72,135,.15);
}

/* Submit button */
.frag-actions { margin-top: 14px; }
.frag-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: none!important;
  border-radius: 6px!important;
  background: #014887!important;
  color: #fff!important;
  font-weight: 700!important;
  letter-spacing: .4px;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1!important;
  transition: background-color .18s ease, color .18s ease, transform .06s ease!important;
}

/* --- ΜΟΝΟ κουμπί υποβολής (compact) --- */
.frag-submit{
  font-size: 14px !important;
  padding: 8px 12px !important;   /* πιο μικρό */
  width: auto !important;         /* όχι full width */
  min-width: 0 !important;
  height: 38px !important;        /* χαμηλότερο ύψος */
  gap: 6px;                       /* απόσταση από το εικονίδιο */
}

/* εικονίδιο δεξιά (μένει όπως είναι, απλώς λίγο μικρότερο) */
.wpcf7-form-control::after{
  width: 14px;
  height: 14px;
  background-image: url('https://fragoulis.metakomhsh.gr/wp-content/uploads/2025/08/Diagona-Right-Up-Arrow.png');
}

/* προαιρετικά: το spinner του CF7 να μπαίνει κομπλέ δίπλα */
.wpcf7 form .wpcf7-spinner{
  margin-left: 8px;
}
.phone-stoixeia-hero::before {
    background-image: url('/wp-content/uploads/2025/09/bles-tilefono.png');
}
.mail-stoixeia-hero::before {
    background-image: url('/wp-content/uploads/2025/09/ble-mail.png');
}