.elementor-7997 .elementor-element.elementor-element-c131a1d{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ec423d8 *//* ===== FOOTER BASIS ===== */
.dm-footer {
  background: linear-gradient(180deg, #8224E3 0%, #6B1BC4 100%);
  color: #fff;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* FULL WIDTH truc */
  width: 100vw;
  margin-left: calc(-50vw + 50%);

  /* voorkom horizontale scroll alleen op de footer */
  overflow-x: hidden;

  box-sizing: border-box;
}

/* ===== TOPBALK ===== */
.dm-footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 5vw 1.1rem;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  text-align: center;
}

.dm-footer-top p {
  font-weight: 500;
  font-size: 1.05rem;
  margin: 0;
  color: #fff;
}

/* ===== CTA BUTTON (zelfde stijl als socials) ===== */
.dm-btn {
  border: 1px solid rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-weight: 600;
  padding: 0.55rem 1.5rem;
  border-radius: 999px;
  font-size: 0.85rem;
  transition: all .2s ease;
}
.dm-btn:hover {
  background: rgba(255,255,255,0.25);
  color: #fff;
}

/* ===== GRID ===== */
.dm-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 0.7fr 0.6fr;
  gap: 3rem;
  padding: 2.5rem 5vw 2rem;
  box-sizing: border-box;
}

/* ===== KOPTEKSTEN ===== */
.dm-footer-col h4 {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
}
.dm-footer-col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 36px;
  height: 2px;
  background: rgba(255,255,255,0.4);
  border-radius: 999px;
}

/* ===== TEKST & LINKS ===== */
.dm-footer-col p {
  font-size: 0.85rem;
  line-height: 1.5;
  max-width: 28rem;
  color: #fff;
}

.dm-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dm-footer-col li {
  margin-bottom: 0.5rem;
}

.dm-footer a {
  color: #fff;
  text-decoration: none;
  opacity: 0.95;
  transition: 0.15s;
}
.dm-footer a:hover {
  opacity: 1;
  text-decoration: underline;
}

.dm-note {
  margin-top: 0.7rem;
  font-size: 0.75rem;
  opacity: 0.8;
}

/* ===== SOCIALS ===== */
.dm-socials {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}
.dm-socials a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.7rem;
  background: rgba(255,255,255,0.08);
  color: #fff;
  transition: background .2s ease, transform .2s ease;
}
.dm-socials a:hover {
  background: rgba(255,255,255,0.25);
  transform: translateY(-2px);
}

.dm-small {
  font-size: 0.7rem;
  opacity: 0.85;
  max-width: 16rem;
}

/* ===== ONDERBALK ===== */
.dm-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 1.2rem 5vw 1.8rem;
  text-align: center;
}
.dm-footer-bottom p {
  margin: 0.15rem 0;
  font-size: 0.75rem;
  opacity: 0.9;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .dm-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  /* op mobiel GEEN 100vw-hack, want dan krijg je witte rand rechts */
  .dm-footer {
    width: 100%;
    margin-left: 0;
  }

  .dm-footer-top {
    flex-direction: column;
    gap: 0.8rem;
  }

  .dm-footer-grid {
    grid-template-columns: 1fr;
  }

  .dm-footer-col h4 {
    margin-top: 1.4rem;
  }
}/* End custom CSS */