/* Algemene stijl */
body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #f9f9f9;
  color: #333;
}

h1, h2, h3 {
  font-weight: 600;
}

/* Hero sectie */
.hero {
  background: linear-gradient(120deg, #007bff, #00aaff);
  color: white;
  text-align: center;
  padding: 6rem 1rem;
}

.hero-text h1 {
  font-size: 3.2rem;
  margin-bottom: 0.5rem;
}

.hero-text p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.button {
  background: white;
  color: #007bff;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s ease, color 0.3s ease;
}

.button:hover {
  background: #007bff;
  color: white;
}

/* Secties */
section {
  padding: 3rem 2rem;
  max-width: 1100px;
  margin: auto;
}

h2 {
  text-align: center;
  margin-bottom: 2rem;
}

/* Grid layout */
.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

/* Cards en dienstenblokken */
.grid > div, .card {
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  flex: 1 1 280px;
  max-width: 320px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.grid > div:hover, .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card h3, .grid > div h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #111;
}

.card p, .grid > div p {
  font-size: 0.95rem;
  color: #555;
}

.card strong {
  display: block;
  margin-top: 1rem;
  font-size: 1.1rem;
  color: #007bff;
}

/* Contactsectie */
.contact {
  text-align: center;
  padding-bottom: 4rem;
}

.contact a {
  color: #007bff;
  text-decoration: underline;
}

/* Footer */
footer {
  background: #222;
  color: white;
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
}

/* Responsive tweaks */
@media screen and (max-width: 768px) {
  .hero-text h1 {
    font-size: 2.4rem;
  }

  .grid {
    flex-direction: column;
    align-items: center;
  }

  .grid > div, .card {
    max-width: 100%;
  }
}
.stappen {
  background: #007bff;
  color: white;
  padding: 4rem 2rem;
  text-align: center;
}

.stappen h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
}

.stappen-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.stap {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 12px;
  width: 250px;
  position: relative;
  text-align: left;
}

.stap h4 {
  color: white;
  margin-top: 1rem;
}

.stap p {
  font-size: 0.95rem;
  color: #f1f1f1;
}

.icoon {
  font-size: 2rem;
  background: white;
  color: #007bff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.prijzen-tabel {
  padding: 4rem 2rem;
  background: #fff;
  text-align: center;
}

.prijzen-tabel h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.prijzen-tabel p {
  margin-bottom: 2rem;
  color: #666;
}

.prijs-rij {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.pakket {
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 2rem;
  max-width: 300px;
  flex: 1;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.pakket h3 {
  font-size: 1.5rem;
  color: #007bff;
}

.pakket .sub {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}

.pakket .prijs {
  font-size: 1.4rem;
  font-weight: bold;
  color: #222;
}

.pakket .prijs span {
  font-size: 1rem;
  font-weight: normal;
  color: #555;
}

.afspraak-btn {
  display: inline-block;
  margin: 1rem 0;
  padding: 0.6rem 1.4rem;
  background: #007bff;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

.pakket ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 1rem;
}

.pakket ul li {
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.4rem;
}

.label {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
  color: white;
  padding: 0.3rem 0.6rem;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 6px;
}

.aanbevolen {
  border: 2px solid #007bff;
  background: #e9f3ff;
}
.prijzen-tabel {
  padding: 4rem 2rem;
  background: #fff;
  text-align: center;
}

.prijzen-tabel h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.prijzen-tabel p {
  margin-bottom: 2rem;
  color: #666;
}

.prijs-rij {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.pakket {
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 2rem;
  max-width: 300px;
  flex: 1;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.pakket h3 {
  font-size: 1.5rem;
  color: #007bff;
}

.pakket .sub {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}

.pakket .prijs {
  font-size: 1.4rem;
  font-weight: bold;
  color: #222;
}

.pakket .prijs span {
  font-size: 1rem;
  font-weight: normal;
  color: #555;
}

.afspraak-btn {
  display: inline-block;
  margin: 1rem 0;
  padding: 0.6rem 1.4rem;
  background: #007bff;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

.pakket ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 1rem;
}

.pakket ul li {
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.4rem;
}

.label {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
  color: white;
  padding: 0.3rem 0.6rem;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 6px;
}

.aanbevolen {
  border: 2px solid #007bff;
  background: #e9f3ff;
}

/* Balkjes */
.balk {
  background: #eee;
  border-radius: 12px;
  overflow: hidden;
  height: 16px;
  margin-top: 4px;
  margin-bottom: 10px;
}

.balk-vulling {
  height: 100%;
  text-align: right;
  padding-right: 6px;
  font-size: 0.75rem;
  color: white;
  line-height: 16px;
  font-weight: bold;
}

.geel {
  background: #fbbc04;
}

.oranje {
  background: #f57c00;
}

.groen {
  background: #34a853;
}

/* POPUP STYLING */
.overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup {
  background: #fff;
  padding: 2rem;
  width: 90%;
  max-width: 500px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  animation: fadeIn 0.3s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  font-size: 1.6rem;
  color: #007bff;
}

.popup p {
  font-size: 0.95rem;
  color: #444;
}

.popup input, .popup textarea {
  width: 100%;
  padding: 0.8rem;
  margin-top: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 0.95rem;
}

.popup button {
  margin-top: 1.5rem;
  width: 100%;
  padding: 0.9rem;
  background: #007bff;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.popup button:hover {
  background: #005ecb;
}

.sluit {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.4rem;
  cursor: pointer;
  color: #666;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(-20px);}
  to {opacity: 1; transform: translateY(0);}
}
.logo {
  max-width: 160px;
  margin-bottom: 20px;
}
.contactpagina {
  padding: 4rem 2rem;
  max-width: 1100px;
  margin: auto;
}

.contactpagina h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  justify-content: center;
}

.contact-form {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
}

.contact-form input,
.contact-form textarea {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

.contact-form button {
  background: #007bff;
  color: white;
  font-weight: bold;
  padding: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background: #005ecb;
}

.contact-info {
  flex: 1 1 250px;
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.portfolio {
  padding: 4rem 2rem;
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.portfolio h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}

.project-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  max-width: 320px;
  text-align: left;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.project-card img {
  width: 100%;
  display: block;
}

.project-card h3 {
  padding: 1rem;
  font-size: 1.2rem;
  color: #007bff;
}

.project-card p {
  padding: 0 1rem 1rem;
  color: #555;
  font-size: 0.95rem;
}

.project-card:hover {
  transform: translateY(-5px);
}
.portfolio-banner img {
  width: 100%;
  max-width: 1000px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  margin: 2rem auto;
  display: block;
}
.navbar {
  background: #007bff;
  padding: 1rem 2rem;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.nav-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row; /* ✅ standaard richting */
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  color: white;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.nav-brand {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
  margin-left: auto; /* ✅ duwt logo helemaal naar rechts */
}


/* Responsive (optioneel voor later uitbreiden) */
@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    gap: 1rem;
  }
}
.hamburger {
  display: none;
  font-size: 1.8rem;
  color: white;
  cursor: pointer;
  margin-left: 1rem;
}

/* Mobiele weergave */
@media (max-width: 768px) {
  .nav-container {
    flex-wrap: wrap;
  }

  .hamburger {
    display: block;
  }

  .nav-links {
    width: 100%;
    flex-direction: column;
    display: none;
    background: #007bff;
    margin-top: 1rem;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    text-align: left;
    padding: 0.8rem 1.2rem;
  }
}