/* =========================================================
   GO SAMOS – ΕΠΑΓΓΕΛΜΑΤΙΚΟΣ ΟΔΗΓΟΣ – HERO
   ========================================================= */

.block-block-content67db26a6-7ac9-46cb-a727-365eccbc037a {
  width: 100%;
}

.block-block-content67db26a6-7ac9-46cb-a727-365eccbc037a > .content {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.14);
}


/* ΕΙΚΟΝΑ */

.block-block-content67db26a6-7ac9-46cb-a727-365eccbc037a
.field--name-field-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.block-block-content67db26a6-7ac9-46cb-a727-365eccbc037a
.field--name-field-image img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}


/* AEGEAN DARK OVERLAY */

.block-block-content67db26a6-7ac9-46cb-a727-365eccbc037a > .content::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background: linear-gradient(
    90deg,
    rgba(3, 25, 52, 0.92) 0%,
    rgba(3, 25, 52, 0.78) 30%,
    rgba(3, 25, 52, 0.38) 58%,
    rgba(3, 25, 52, 0.08) 100%
  );
}


/* ΤΙΤΛΟΣ */

.block-block-content67db26a6-7ac9-46cb-a727-365eccbc037a
.field--name-field-titlos-enotitas {
  position: absolute;
  z-index: 2;

  left: clamp(30px, 5vw, 70px);
  top: 135px;

  width: min(620px, 52%);

  color: #fff;
  font-size: clamp(2.1rem, 3.5vw, 3.25rem);
  line-height: 1.08;
  font-weight: 750;
  letter-spacing: -0.03em;

  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
}


/* ΠΕΡΙΓΡΑΦΗ */

.block-block-content67db26a6-7ac9-46cb-a727-365eccbc037a
.field--name-field-perigrafi-enotitas {
  position: absolute;
  z-index: 2;

  left: clamp(30px, 5vw, 70px);
  top: 265px;

  width: min(620px, 55%);

  color: rgba(255, 255, 255, 0.94);
  font-size: 1.15rem;
  line-height: 1.5;
  font-weight: 400;

  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.32);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .block-block-content67db26a6-7ac9-46cb-a727-365eccbc037a > .content {
    height: 380px;
  }

  .block-block-content67db26a6-7ac9-46cb-a727-365eccbc037a
  .field--name-field-titlos-enotitas {
    top: 115px;
    width: 65%;
    font-size: clamp(2rem, 5vw, 2.8rem);
  }

  .block-block-content67db26a6-7ac9-46cb-a727-365eccbc037a
  .field--name-field-perigrafi-enotitas {
    top: 245px;
    width: 65%;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 576px) {

  .block-block-content67db26a6-7ac9-46cb-a727-365eccbc037a > .content {
    height: 360px;
    border-radius: 16px;
  }

  .block-block-content67db26a6-7ac9-46cb-a727-365eccbc037a
  .field--name-field-image img {
    object-position: 63% center;
  }

  .block-block-content67db26a6-7ac9-46cb-a727-365eccbc037a > .content::after {
    background: linear-gradient(
      90deg,
      rgba(3, 25, 52, 0.94) 0%,
      rgba(3, 25, 52, 0.80) 62%,
      rgba(3, 25, 52, 0.38) 100%
    );
  }

  .block-block-content67db26a6-7ac9-46cb-a727-365eccbc037a
  .field--name-field-titlos-enotitas {
    left: 24px;
    right: 24px;
    top: 95px;

    width: auto;

    font-size: 2rem;
    line-height: 1.08;
  }

  .block-block-content67db26a6-7ac9-46cb-a727-365eccbc037a
  .field--name-field-perigrafi-enotitas {
    left: 24px;
    right: 24px;
    top: 205px;

    width: auto;

    font-size: 1rem;
    line-height: 1.5;
  }
}


/* =========================================================
   GO SAMOS – ΕΠΑΓΓΕΛΜΑΤΙΚΟΣ ΟΔΗΓΟΣ – SEARCH
   ========================================================= */

#views-exposed-form-anazitisi-periehomenoy-block-2 {
  position: relative;
  z-index: 10;

  display: flex;
  align-items: center;
  gap: 10px;

  width: calc(100% - 70px);
  max-width: 920px;

  margin: -30px auto 40px;
  padding: 10px;

  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;

  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.14),
    0 4px 12px rgba(0, 0, 0, 0.06);
}


/* Search icon */

#views-exposed-form-anazitisi-periehomenoy-block-2::before {
  content: "🔍";
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;

  font-size: 1.15rem;
  pointer-events: none;
}


/* Drupal wrappers */

#views-exposed-form-anazitisi-periehomenoy-block-2
.form-item-search-api-fulltext {
  flex: 1 1 auto;
  margin: 0 !important;
}

#views-exposed-form-anazitisi-periehomenoy-block-2
.form-actions {
  flex: 0 0 auto;
  margin: 0 !important;
}


/* Input */

#views-exposed-form-anazitisi-periehomenoy-block-2
input[name="search_api_fulltext"] {
  width: 100%;
  height: 56px;

  padding: 0 18px 0 48px;

  font-size: 1.05rem;

  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;

  box-shadow: none;

  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}

#views-exposed-form-anazitisi-periehomenoy-block-2
input[name="search_api_fulltext"]:focus {
  outline: none;
  border-color: rgba(13, 110, 253, 0.55);
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.10);
}


/* Search button */

#views-exposed-form-anazitisi-periehomenoy-block-2
.form-submit {
  height: 56px;
  padding: 0 28px;

  border-radius: 12px;

  font-size: 1rem;
  font-weight: 700;

  white-space: nowrap;

  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

#views-exposed-form-anazitisi-periehomenoy-block-2
.form-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.14);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 576px) {

  #views-exposed-form-anazitisi-periehomenoy-block-2 {
    width: calc(100% - 32px);

    margin-top: -24px;
    margin-bottom: 32px;

    padding: 8px;
    gap: 8px;

    border-radius: 16px;
  }

  #views-exposed-form-anazitisi-periehomenoy-block-2::before {
    left: 23px;
    font-size: 1rem;
  }

  #views-exposed-form-anazitisi-periehomenoy-block-2
  input[name="search_api_fulltext"] {
    height: 52px;
    padding-left: 42px;
    font-size: .95rem;
  }

  #views-exposed-form-anazitisi-periehomenoy-block-2
  .form-submit {
    height: 52px;
    padding: 0 18px;
    font-size: .95rem;
  }
}