/* ==========================================
   ΕΞΩΤΕΡΙΚΟ FOOTER ΤΟΥ DRUPAL
   Δεν πρέπει να έχει δεύτερο background
   ========================================== */

footer.site-footer {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}


/* ==========================================
   ΠΡΟΣΑΡΜΟΣΜΕΝΟ FOOTER GOSAMOS
   ========================================== */

.gosamos-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  width: 100%;
  margin: 0;
  padding: 3rem 1rem 1rem;

  background:
    url("/themes/custom/images/footer-samos.jpg")
    center center / cover no-repeat;

  color: #eee;
  font-size: 0.95rem;
}


/* Σκούρο φίλτρο πάνω από την εικόνα */

.gosamos-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;

  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(2px);
}


/* Το περιεχόμενο να εμφανίζεται πάνω από το φίλτρο */

.gosamos-footer > * {
  position: relative;
  z-index: 1;
}


/* ==========================================
   ΔΙΑΤΑΞΗ FOOTER
   ========================================== */

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;

  display: grid;
  grid-template-columns:
    repeat(auto-fit, minmax(220px, 1fr));

  gap: 2rem;
}


/* ==========================================
   ΤΙΤΛΟΙ ΚΑΙ ΚΕΙΜΕΝΑ
   ========================================== */

.gosamos-footer h4 {
  margin: 0 0 0.7rem;
  color: #ffcc00;
  font-size: 1.05rem;
}

.gosamos-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gosamos-footer li {
  margin-bottom: 0.4rem;
}

.gosamos-footer a {
  color: #ddd;
  text-decoration: none;
}

.gosamos-footer a:hover,
.gosamos-footer a:focus {
  color: #ffcc00;
}

.footer-about p {
  line-height: 1.5;
}


/* ==========================================
   ΓΛΩΣΣΕΣ
   ========================================== */

.footer-langs a {
  margin-right: 0.4rem;
  font-size: 1.3rem;
}


/* ==========================================
   CTA
   ========================================== */

.footer-cta {
  margin-top: 1rem;
}

.footer-cta a {
  display: inline-block;

  padding: 0.4rem 0.7rem;
  border-radius: 6px;

  background: #ffcc00;
  color: #000;
  font-weight: 600;
}


/* ==========================================
   ΚΑΤΩ ΜΕΡΟΣ
   ========================================== */

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;

  border-top: 1px solid rgba(255, 255, 255, 0.2);

  color: #aaa;
  font-size: 0.85rem;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
}