/* ðŸŒ¿ FOOTER.CSS â€” Stichting Samen Met Elkaar Krijgen We Het Klaar */
/* ================================================================ */

/* === ALGEMEEN === */
.site-footer {
  background: #1e6f43;
  color: #fff;
  font-size: 0.95rem;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}

/* ðŸŒŠ Golfvorm bovenaan */
.footer-wave {
  position: relative;
  width: 100%;
  line-height: 0;
  background: #fff;
  margin-bottom: -1px;
}

.footer-wave svg {
  display: block;
  width: 100%;
  height: auto;
}

/* === GRID LAYOUT === */
.footer-content {
  background: #1e6f43;
  position: relative;
  z-index: 2;
  padding: 3.5rem 2rem;
}



/* âœ¨ Subtiele scheidingslijnen tussen kolommen */
.footer-grid::before,
.footer-grid::after {
  content: "";
  position: absolute;
  top: 15%;
  bottom: 15%;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.footer-grid::before {
  left: 42%;
}

.footer-grid::after {
  left: 70%;
}

/* === LOGO + OVER ONS === */
.footer-about-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-left: 0px; /* logo iets verder links */
}

.footer-logo-box {
  flex-shrink: 0;
}

.footer-logo {
  width: 130px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.footer-logo:hover {
  transform: scale(1.05);
}

.footer-about {
  flex: 1;
  max-width: 400px;
}

.footer-about h3 {
  margin-top: 0;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 0.8rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  padding-bottom: 0.3rem;
}

.footer-about p {
  margin: 0.4rem 0;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

/* === ALGEMENE KOLOMMEN === */
.footer-col h3 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  padding-bottom: 0.3rem;
}

.footer-col p,
.footer-col a,
.footer-col li {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  line-height: 1.7;
  text-decoration: none;
}

.footer-col a:hover {
  color: #00e08d;
}

/* === MEER WETEN KOLOM === */
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 0.5rem;
}

/* === SOCIAL ICONS === */
.footer-socials {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
}




/* ðŸŒ¿ Uitlijning van de 3 kolommen gelijk trekken */


/* Zorg dat kopjes altijd gelijk beginnen */
.footer-col h3,
.footer-about h3 {
  margin-top: 0;
  padding-top: 0;
}

/* ðŸŒ¿ Nog compactere copyrightbalk */
.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.2rem 0 !important;    /* minimale hoogte (ongeveer 1cm visueel) */
  margin: 0 !important;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;                /* tekst even groot houden */
  opacity: 0.85;
  background: #1e6f43;             /* zelfde kleur als footer */
}


/* === RESPONSIVE === */
@media (max-width: 950px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }

  .footer-grid::before,
  .footer-grid::after {
    display: none;
  }

  .footer-about-wrapper {
    flex-direction: column;
    margin-left: 0;
  }
}

/* ðŸŒ¿ Compactere footerhoogte fix */
.footer-content {
  padding: 1rem 1rem 0.5rem !important; /* drastisch kleiner */
}

/* ðŸŒ¿ Dunne copyrightbalk */
.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.2rem 0 !important; /* superdun */
  margin: 0 !important;
  line-height: 1.2;
  background: #1e6f43;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  opacity: 0.85;
}
/* ðŸŒ¿ Verwijder verticale lijnen tussen footer-kolommen */
.footer-grid::before,
.footer-grid::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 700px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }

  .footer-grid::before,
  .footer-grid::after {
    display: none;
  }

  .footer-about-wrapper {
    align-items: center;
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto;
  }

  .footer-socials {
    justify-content: center;
  }

  .footer-col h3 {
    border: none;
  }
}
/* ðŸ§© Fix: footer-container mag volle breedte gebruiken */

/* Trek logo iets verder naar links tot gelijk met headerlogo */
.footer-logo-box {
  margin-left: 0px;
}
/* ðŸŒ¿ Betere uitlijning van middelste kolom */


/* Trek de middelste kolom iets naar links */
.footer-col:nth-child(2) {
  margin-left: -1.5rem;
}

/* En iets subtiel op mobiel weer netjes */
@media (max-width: 950px) {
  .footer-col:nth-child(2) {
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .footer-logo-box {
    margin-left: 0;
  }
}
/* 🌿 BASIS FOOTER STYLING */
.footer-content {
  background: #1e6f43;
  color: #fff;
  padding: 3rem 1rem 1.5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
}



/* Kolommen */
.footer-col {
  flex: 1 1 300px;
  min-width: 260px;
}

.footer-logo-box {
  margin-bottom: 1rem;
}

.footer-logo {
  width: 160px;
  height: auto;
}

.footer-about h3,
.footer-col h3 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  color: #c9f7d3;
}

.footer-about p,
.footer-col p,
.footer-col li {
  color: #f1f1f1;
  font-size: 0.95rem;
  line-height: 1.6;
}

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

.footer-col ul li {
  margin-bottom: 0.5rem;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #c9f7d3;
}

/* Social media */
.footer-socials {
  margin-top: 1rem;
  display: flex;
  gap: 0.75rem;
}
.footer-socials img {
  width: 26px;
  height: 26px;
  filter: none !important;
  transition: transform 0.3s ease;
}

.footer-socials img:hover {
  transform: scale(1.1);
  filter: none !important;
}


/* Onderrand */
.footer-bottom {
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #e0e0e0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1.1fr 1fr;
  column-gap: 6rem;   /* ⬅️ grotere afstand tussen de koppen */
  row-gap: 2rem;      /* blijft compact verticaal */
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
}

/* 📱 MOBIEL RESPONSIVE */
@media (max-width: 900px) {
  .footer-grid {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-col,
  .footer-about-wrapper {
    max-width: 500px;
  }

  .footer-socials {
    justify-content: center;
    filter: none !important;
  }

  .footer-logo {
    margin: 0 auto;
    filter: none !important;
  }

  .footer-about p {
    margin: 0 auto;
  }
}

/* 📱 EXTRA KLEIN (480px) */
@media (max-width: 480px) {
  .footer-content {
    padding: 2rem 1rem 1rem;
  }

  .footer-about h3,
  .footer-col h3 {
    font-size: 1.1rem;
  }

  .footer-col p,
  .footer-col li {
    font-size: 0.9rem;
  }


}/* ===== MOBILE FIX: footer kolommen stapelen & overflow weg ===== */
@media (max-width: 768px) {
  .footer-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;   /* 1 kolom */
    column-gap: 0 !important;                /* geen horizontale gap */
    row-gap: 1.5rem !important;              /* verticale ruimte tussen “koppen” */
    align-items: stretch !important;
    justify-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;              /* wat zijruimte */
  }

  .footer-col,
  .footer-about-wrapper {
    width: 100% !important;
    max-width: 500px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  /* reset van desktop tweaks die uitschieten */
  .footer-col:nth-child(2) { 
    margin-left: 0 !important;
  }

  .footer-logo-box { 
    margin-left: 0 !important;
  }

  .footer-logo {
    margin: 0 auto !important;
    max-width: 160px !important;
    height: auto !important;
  }

  .footer-socials { 
    justify-content: center !important;
  }
}

/* Extra veiligheid tegen horizontale scroll op kleine schermen */
.site-footer,
.footer-content,
.footer-grid {
  overflow-x: hidden;
}
.footer-content img { 
  max-width: 100%; 
  height: auto; 
}
