.elementor-2096 .elementor-element.elementor-element-ddb1e00 .elementor-heading-title{color:#FFFFFF;}.elementor-2096 .elementor-element.elementor-element-ddb1e00{color:#FFFFFF;}.elementor-2096 .elementor-element.elementor-element-ddb1e00 a{color:#FFFFFF;}.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-8dcdc54 */<style>

  /* Zelfde container breedte als hero */
  .container {
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:0 60px;
    position:relative;
  }

  /* FOOTER – altijd wit, transparante achtergrond */
  .va-footer {
    padding:60px 0 30px;
    font-family:"Inter Tight",sans-serif;
    background:transparent;
    color:#ffffff !important;
  }

  /* Forceer ALLE tekst in footer naar wit */
  .va-footer, 
  .va-footer * {
    color:#ffffff !important;
  }

  /* GRID */
  .va-footer-inner {
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
    gap:40px;
    margin-bottom:40px;
  }

  .va-footer-col h4 {
    font-family:"Space Grotesk",sans-serif;
    font-size:1.2rem;
    font-weight:600;
    margin-bottom:14px;
    color:#ffffff !important;
  }

  .va-footer-col p {
    font-size:0.85rem;
    line-height:1.55;
    opacity:0.85;
  }

  .va-icon {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-right:6px;
    vertical-align:middle;
  }

  /* SVG iconen altijd wit */
  .va-footer svg {
    stroke:#ffffff !important;
    fill:none !important;
  }

  /* LINKS */
  .va-footer-links {
    list-style:none;
    padding:0;
    margin:0;
  }

  .va-footer-links li {
    margin-bottom:8px;
  }

  .va-footer-links a {
    color:#ffffff !important;
    text-decoration:none;
    opacity:0.85;
    transition:opacity .2s ease;
    font-size:0.85rem;
  }

  .va-footer-links a:hover {
    opacity:1;
  }

  /* BOTTOM */
  .va-footer-bottom {
    border-top:1px solid rgba(255,255,255,0.15);
    padding-top:18px;
    text-align:center;
  }

  .va-footer-bottom p {
    font-size:0.78rem;
    opacity:0.7;
    margin:0;
    line-height:1.4;
  }

  @media(max-width:899px){
    .container {
      padding:0 28px;
    }
  }

</style>/* End custom CSS */