body {
  margin: 0;
  padding: 0;
  font-family: 'TNG Pro', sans-serif;
  color: #00003c;
  padding-top: 120px;
  font-size: 14pt;
}

/* VISIBILITY CLASSES */
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  height: 129px;
  overflow: hidden;
  z-index: 999;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.navbar {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 8%;
  background-color: white;
}

.logo img {
  height: 78px;
  display: block;
  margin: 0;
  z-index: 1000;
}

.icons-wrapper {
  position: absolute;
  top: 10px;
  right: 10%;
  display: flex;
  gap: 3px;
  align-items: center;
  gap: 25px;
}

.icons-wrapper img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  transition: all 0.3s ease;
}

#globusIcon {
  transition: all 0.3s ease;
}

.icon-links {
  display: flex;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.icon-links li a {
  text-decoration: none;
  color: #6e6e82;
  font-weight: 450;
  font-size: 10pt;
  transition: color 0.3s ease;
}

.icon-links li a:hover {
  color: #001ed2;
}

.menu-container {
  margin-top: -10px;
  padding: 0 8%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}

.menu {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 0 0 6px 0;
  padding: 0;
}

.menu li {
  display: flex;
  align-items: center;
}



.menu a {
  text-decoration: none;
  color: #00003c;
  font-weight: 450;
  position: relative;
}

.menu a:hover {
  color: #001ed2;
}

.menu .active::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #001ed2;
  position: absolute;
  bottom: -23px;
  right: 0;
  z-index: 1011;
}

.underline {
  height: 1px;
  background: lightgray;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 1010;
  width: 100vw;
}

.underline-mobile {
  height: 1px;
  background: lightgray;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 1000;
}

/* === RESPONSIVE MOBILE === */
@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .menu-wrapper {
    height: 70px;
  }

  .underline-mobile {
    top: 70px;
  }

  .hamburger-toggle {
    position: absolute;
    top: 20px;
    right: 5%;
    display: flex;
    align-items: center;
  }

  .hamburger-icon {
    width: 36px;
    height: 36px;
    cursor: pointer;
  }

  .hamburger-icon img {
    width: 100%;
    height: auto;
  }

  .close-icon {
    display: none;
    position: absolute;
    top: 1px;
    right: 5%;
    cursor: pointer;
  }

  .close-icon img {
    width: 36px;
    height: 36px;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 900;
    transition: left 0.4s ease;
    display: flex;
    flex-direction: column;
    padding: 100px 5% 30px 5%;
    box-sizing: border-box;
  }

  .mobile-menu.show {
    left: 0;
  }

  .mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .mobile-nav a {
    font-size: 14px;
    color: #00003c;
    text-decoration: none;
    display: flex;
    position: relative;
    padding-right: 30px;
    width: 100%;
    
  }

  .mobile-nav a::after {
    content: "";
    background-image: url("https://1971706.fs1.hubspotusercontent-na1.net/hubfs/1971706/New%20Menu%20TYPO%203%20ELLEMENTS%20-%20EP/arrow%20typo.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
  }
.mobile-nav a {
  padding-right: 40px;
}


@media screen and (max-width: 768px) {
  .logo img {
    height: 55px;
  }
}
.mobile-nav li {
  position: relative;
  width: 100%;
}
  
  /* Mobiele submenu links bovenaan */
.mobile-subnav {
  font-size: 12px;
  color: #d9d9d9;
  padding-left: 25px;
  padding-right: 10px;
  width: 100%;
  display: block;
  text-decoration: none;
  opacity: 75%;
  gap: 1px; 
  
}

.mobile-subnav::after {
  content: none !important; /* Geen arrow */
}
  
  /* Mobiele submenu links onder hoofdmenu */
.mobile-subnav {
  font-size: 12px;
  padding-left: 25px;
  padding-right: 10px;
  width: 100%;
  display: block;
  text-decoration: none;
  opacity: 0.75;
  margin-bottom: 4px;
  line-height: 0.7; /* ← voeg dit toe of pas het aan */
}
.mobile-subnav::after {
  content: none !important;
}

.mobile-globe {
  position: absolute;
  bottom: 80px;
  left: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  opacity: 0.85;
}


.mobile-globe img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

