
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Montserrat',sans-serif;background:#f9f9f9;color:#333;line-height:1.6}

/* Header */

/* ========== Header & Navigatie ========== */
header{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;background:#0a4c8a;color:#fff;position:sticky;top:0;z-index:1000}
header .logo img{height:40px;width:40px}
.hamburger{font-size:1.8rem;background:none;border:none;color:#fff;cursor:pointer}

/* Backdrop + slide-in menu */
.backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:999}
.backdrop.show{opacity:1;pointer-events:auto}
nav#menu{position:fixed;top:0;right:-100%;height:100%;width:300px;background:#fff;box-shadow:-2px 0 12px rgba(0,0,0,.2);transition:right .25s ease;z-index:1001;padding:22px 24px 30px}
nav#menu.open{right:0}
nav .menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
nav .menu-head img{height:40px;width:40px}
nav .close-btn{font-size:1.2rem;background:#eef3f8;border:none;color:#0a4c8a;cursor:pointer;border-radius:16px;padding:8px 12px}
nav ul{list-style:none;margin-top:14px}
nav li{margin:16px 0}
nav a{text-decoration:none;color:#0a4c8a;font-weight:600;font-size:1.08rem}
nav a:hover{color:#1c6bb8}

/* Hero */

/* ========== Hero sectie ========== */
.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:66vh;text-align:center;color:#fff;background:#0a4c8a;padding-top:8vh}
.hero .hero-logo{height:120px;width:auto;margin-bottom:12px;display:block}

/* ========== Responsief ========== */
@media(min-width:768px){ .hero .hero-logo{height:140px} }
.hero h1{font-size:1.9rem;margin-bottom:8px;animation:fadeIn 1.0s ease both}
.hero p{font-size:1.05rem;margin-bottom:16px;opacity:.92;animation:fadeIn 1.2s ease both}

/* Basis layout voor alle CTA-knoppen */
.cta{
  display:block;
  width:100%;
  max-width:280px;
  margin:10px auto;
  padding:11px 20px;
  border:0;
  border-radius:6px;
  font-weight:700;
  text-align:center;
  cursor:pointer;
  transition:.25s;
}

/* De look die je wilt (zoals de oorspronkelijke hero-knop) */
.cta--light{
  background:#c0c0c0;
  color:#0a4c8a;
}
.cta--light:hover{
  background:#0a4c8a;
  color:#fff;
  box-shadow:0 4px 14px rgba(0,0,0,.25);
}

/* Sections */
section{padding:42px 20px;max-width:1100px;margin:auto}
section h2{text-align:center;margin-bottom:20px;color:#0a4c8a}
.cards{display:grid;gap:18px;grid-template-columns:1fr}
@media(min-width:768px){.cards{grid-template-columns:repeat(3,1fr)}}
.card{background:#fff;padding:18px;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.card h3{color:#0a4c8a;margin-bottom:6px}

/* Form */
form{max-width:520px;margin:auto;display:flex;flex-direction:column;gap:12px}
form input, form textarea{padding:10px;border:1px solid #ccc;border-radius:6px}
form button{background:#0a4c8a;color:#fff;padding:12px;border:none;border-radius:6px;font-weight:700;cursor:pointer}
form button:hover{background:#084070}

/* Footer */

/* ========== Footer ========== */
footer{background:#0a4c8a;color:#c0c0c0;text-align:center;padding:14px;margin-top:34px}

@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}

.hero-text {
  opacity: 0;
  animation: fadeInUp 8s ease-in-out forwards;
  animation-delay: 0.5s; /* halve seconde wachten voor hij begint */
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Over ons sectie styling */
section {
  max-width: 800px;     /* zorgt dat de tekst niet te breed wordt */
  margin: 0 auto;       /* centreert de tekst horizontaal */
  padding: 20px;        /* wat ruimte binnen de sectie */
  line-height: 1.6;     /* maakt de tekst beter leesbaar */
  text-align: left;     /* tekst links uitlijnen (professioneler dan alles centreren) */
}

section h2 {
  text-align: center;   /* titel blijft mooi in het midden */
  margin-bottom: 20px;  /* ruimte onder de titel */
}

section p {
  margin-bottom: 12px;  /* ruimte tussen de alinea’s */
}

/* Hero sectie volledig schermbreed */
.hero, .intro {
  width: 100%;
  margin: 0;
  padding: 60px 20px;
  background-color: #004a99; /* pas dit aan naar jouw blauwe kleur */
  color: white;
  text-align: center;
  max-width: 100% !important; /* zorgt dat het echt het hele scherm pakt */
}

/* Submenu styling */
.has-submenu {
  position: relative;
}

.has-submenu > a {
  cursor: pointer;
}

.submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

.submenu li a {
  display: block;
  padding: 8px 15px;
  color: #004a99;
  text-decoration: none;
}

.submenu li a:hover {
  background: #f2f2f2;
}

/* Open submenu */
.has-submenu.open > .submenu {
  display: block;
}

/* ==================== */
/* Submenu instellingen */
/* ==================== */

/* Standaard submenu verborgen */
.submenu {
  display: none;
  list-style: none;
  padding-left: 20px; /* inspringen zodat het netjes onder de hoofdknop staat */
  margin: 5px 0;     /* kleine ruimte erboven en eronder */
}

/* Als het item 'open' is -> submenu tonen */
.has-submenu.open .submenu {
  display: block;
}

/* Optioneel: submenu-links een beetje stijlen */
.submenu li a {
  font-size: 0.95em;
  color: #003366;  /* zelfde blauw als jouw menu */
  padding: 5px 0;
  display: block;
}
/* Submenu basis */
.submenu {
  display: none;
  list-style: none;
  padding-left: 15px;
}

/* Als open */
.submenu.open {
  display: block;
}
/* Logo links altijd zonder onderstreping en in originele stijl */
.logo a,
.menu-head a {
    display: inline-block;
    text-decoration: none;
}

.logo a img,
.menu-head a img {
    display: block;
}
/* Footer altijd onderaan */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

main {
  flex: 1;
}
/* --- Contactknoppen onder hoofdknop --- */
.contact-buttons {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.contact-button {
  background-color: #0077cc;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.contact-button.call {
  background-color: #0077cc; /* blauw */
}

.contact-button.whatsapp {
  background-color: #25D366; /* WhatsApp groen */
}

.contact-button:hover {
  opacity: 0.9;
}
/* --- Waarom kiezen voor De Herstelbus + servicekosten --- */
.usp-section {
  background: #fff;
  padding: 30px 20px;
  margin: 30px auto;
  border-radius: 8px;
  max-width: 800px;
  text-align: center;
}

.usp-section h2 {
  color: #003366;
  margin-bottom: 15px;
}

.usp-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.usp-section ul li {
  margin: 8px 0;
  font-size: 16px;
}
footer {
  background-color: #004080 !important; /* iets lichtere donkerblauw */
  color: #ffffff !important; /* witte tekst */
  padding: 20px 0;
  text-align: center;
}

footer a {
  color: #ffffff !important; /* linkjes wit */
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer img {
  filter: brightness(0) invert(1); /* logo wit maken */
  max-height: 40px; /* nette hoogte */
}
footer,
footer p,
footer span {
  color: #ffffff !important; /* alles wit */
}
.voorwaarden {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 16px;
}

.voorwaarden h3 {
  margin-top: 20px;
  color: #003366; /* donkerblauw zoals in je huisstijl */
}

.voorwaarden p,
.voorwaarden ul {
  margin-bottom: 15px;
}

.voorwaarden ul {
  padding-left: 20px;
  list-style-type: disc;
}

.voorwaarden a {
  color: #003366;
  text-decoration: none;
}

.voorwaarden a:hover {
  text-decoration: underline;
}
.info-box {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px;
  margin: 20px 0;
  background-color: #fff;
  line-height: 1.6;
}

details {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 12px 0;
  padding: 8px 12px;
  background-color: #fff;
}

summary {
  font-weight: bold;
  color: #004080;
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none; /* standaard pijltje weghalen */
}

details[open] summary {
  margin-bottom: 8px;
}

details ul {
  margin: 0 0 0 20px;
  padding: 0;
  color: #333;
}
/* Haal standaard marker weg */
summary::-webkit-details-marker {
  display: none;
}

/* Basis stijl voor summary */
summary {
  cursor: pointer;
  position: relative;
  padding-left: 20px; /* ruimte voor + teken */
}

/* + teken */
summary::before {
  content: "+";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #0056b3; /* zelfde blauw als je titels */
}

/* – teken wanneer open */
details[open] summary::before {
  content: "–";
}
/* Submenu pijltje vervangen door + en - */
.has-submenu > a::after {
  content: "+";
  margin-left: 6px;
  font-weight: bold;
}

.has-submenu.open > a::after {
  content: "-";
}
.about-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  margin: 2rem auto;
  max-width: 1000px;
  padding: 0 1rem;
}

.about-text {
  flex: 1 1 500px;
}

.about-image {
  flex: 1 1 300px;
  text-align: center;
}

.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.about-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.about-text {
  flex: 1;
  min-width: 280px;
}

.about-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px; /* geeft afgeronde hoeken */
}
.page-title h1 {
  text-align: center;
  color: #003366; /* dezelfde blauwe kleur als de andere titels */
  margin-bottom: 0.3em;
}

.page-title .subtitle {
  text-align: center;
  font-size: 1.1em;
  color: #444; /* iets lichter, subtieler */
  margin-top: 0;
}
.sustainability {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto; /* extra ruimte boven/onder */
  font-size: 1.1em;
  color: #2d6a4f; /* mooi groen */
  text-align: center;
}

.sustainability i {
  margin-right: 8px;
  font-size: 1.2em;
  color: #2d6a4f; /* blaadje groen maken */
}
.sustainability i {
  color: #2ecc71; /* fris opvallend groen */
  margin-right: 6px; /* ruimte tussen blaadje en tekst */
  font-size: 1.2em; /* iets groter zodat hij meer opvalt */
}

.sustainability {
  text-align: center; /* netjes gecentreerd */
  margin-bottom: 15px; /* ruimte onder de tekst, boven "Transparante servicekosten" */
  color: #2c3e50; /* tekstkleur donkergrijs */
}
.sustainability span {
  color: #2e7d32; /* Donkergroen voor de tekst */
}

.sustainability i {
  color: #4CAF50; /* Frisgroen voor het blaadje */
  margin-right: 6px; /* Extra ruimte tussen blaadje en tekst */
}
.fa-map-marker-alt {
  color: #e63946; /* helder rood */
  margin-left: 6px; /* kleine spatie tussen tekst en icoon */
}
/* Duurzaamheid pagina styling */
.page-title {
  text-align: center;
  margin: 50px 0 30px;
}

.page-title h1 {
  font-size: 2em;
  color: #0a2a66;
  margin-bottom: 10px;
}

.page-title .subtitle {
  font-size: 1.2em;
  color: #666;
}

.duurzaamheid {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.duurzaamheid h2 {
  font-size: 1.5em;
  color: #0a2a66;
  margin-bottom: 15px;
  border-left: 4px solid #2e7d32;
  padding-left: 10px;
}

.duurzaamheid p {
  font-size: 1.05em;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}

.green-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.green-list li {
  margin-bottom: 12px;
  font-size: 1.05em;
  line-height: 1.5;
}

.green-list li strong {
  color: #0a2a66;
}

.highlight {
  background-color: #f4f8f4;
  border-left: 4px solid #2e7d32;
  padding: 15px;
  margin: 20px 0;
  font-size: 1.1em;
  color: #2e7d32;
  font-weight: bold;
}

.cta {
  display: inline-block;
  margin-top: 20px;
  background-color: #2e7d32;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.cta:hover {
  background-color: #256528;
}
/* Standaard CTA (groen) */
.cta {
  display: inline-block;
  margin: 20px auto 0 auto;
  background-color: #2e7d32; /* groen */
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.3s ease;
  text-align: center;
  cursor: pointer;
  border: none;
}

.cta:hover {
  background-color: #256528;
}

/* Home CTA (lichte grijs zoals eerder) */
.cta-home {
  background-color: #e0e0e0;  /* lichtgrijs */
  color: #1a1a1a;             /* donkerblauwig/zwart voor tekstcontrast */
}

.cta-home:hover {
  background-color: #d5d5d5;  /* iets donkerder grijs bij hover */
}
.cta {
  display: block;
  margin: 20px auto;   /* centreert horizontaal */
  text-align: center;  /* tekst in de knop ook netjes gecentreerd */
  max-width: 300px;    /* optioneel: knop niet te breed maken */
}
.home-cta {
  background-color: #e0e0e0;   /* grijs */
  color: #003366;              /* blauw */
  text-align: center;
  display: block;
  margin: 0 auto;
}
.pdf-button {
  display: inline-block;
  background-color: #2c3e50; /* mooie donkergrijs/blauw */
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.pdf-button:hover {
  background-color: #1a252f; /* iets donkerder bij hover */
}
/* Zelfde stijl als de offerteknop */
.cta-pdf {
    display: inline-block;
    background-color: #f2f2f2;  /* lichtgrijs */
    color: #003366;             /* donkerblauwe tekst */
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease;
}

/* Hover-effect */
.cta-pdf:hover {
    background-color: #e0e0e0;
}
/* Plattegrond sectie */
.plattegrond {
  text-align: center;
  margin: 40px 0;
}

.plattegrond h2 {
  color: #003366; /* zelfde blauw als je andere titels */
  margin-bottom: 20px;
}

.plattegrond-container {
  display: inline-block;
  padding: 10px;
  background: #f8f9fa; /* lichtgrijze achtergrond */
  border: 1px solid #ddd;
  border-radius: 8px;
}

.plattegrond-container img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.service-area {
  text-align: center;
  margin-top: 15px;
  font-size: 1.1em;
  color: #333;
}

.service-area strong {
  color: #0077cc; /* dezelfde blauwe tint als op je site */
}

.service-area em {
  color: #28a745; /* groen accent, past bij duurzaamheid */
  font-style: normal;
  font-weight: 600;
}
/* ================================
   Zakelijke pagina styling
================================ */

/* Algemene container voor zakelijke pagina */

/* ========== Zakelijke pagina ========== */
.zakelijk {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  line-height: 1.6;
}

/* Koppen */
.zakelijk h1,
.zakelijk h2 {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #222;
}

/* Paragrafen */
.zakelijk p {
  max-width: 800px;
  margin: 0.5rem auto 1.5rem auto;
  text-align: center;
  color: #444;
}

/* Lijsten */
.zakelijk ul,
.zakelijk ol {
  max-width: 800px;
  margin: 1rem auto 2rem auto;
  padding-left: 1.2rem;
  color: #333;
}

.zakelijk li {
  margin-bottom: 0.5rem;
}

/* Hero sectie */
.zakelijk .hero {
  background: #004a99; /* zelfde kleur als header */
  color: #fff;
  padding: 4rem 1rem;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 2rem;
}

.zakelijk .hero h1 {
  color: #fff;
  font-size: 2rem;
}

.zakelijk .hero p {
  color: #f8f9fa;
  margin-bottom: 1.5rem;
}

/* Buttons in hero (bijv. offerte) */
.zakelijk .hero 
/* ========== Knoppen algemeen ========== */
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #007bff; /* felblauw voor call-to-action */
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.zakelijk .hero .btn:hover {
  background: #0056b3;
}

/* Buttons algemeen (bel/whatsapp) */
.btn {
  display: inline-block;
  margin: 0.3rem;
  padding: 0.7rem 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}

/* Bel knop */
.btn.bel {
  background: #007bff;
}
.btn.bel:hover {
  background: #0056b3;
}

/* WhatsApp knop */
.btn.whatsapp {
  background: #25d366;
}
.btn.whatsapp:hover {
  background: #1ebe5c;
}

/* Secties */
.zakelijk section {
  margin-bottom: 3rem;
}

/* Voordelen lijst met vinkjes */
.zakelijk .voordelen ul li::before {
  content: "✔ ";
  color: #007bff;
  font-weight: bold;
}

/* Call to action blok */
.zakelijk .cta {
  text-align: center;
  background: #f8f9fa;
  padding: 2rem 1rem;
  border-radius: 8px;
}

.zakelijk .cta .btn {
  background: #007bff;
}
.zakelijk .cta .btn:hover {
  background: #0056b3;
}

/* Container */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
}
/* Google logo netjes centreren */
#dhb-reviews .google-logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
#dhb-reviews .google-logo-svg {
  width: 48px;
  height: 48px;
  display: block;
}

/* Zorg dat de slider container pos:relative is */
#dhb-reviews .dhb-slider {
  position: relative; /* belangrijk voor de pijlen */
  overflow: visible;  /* pijlen mogen naar buiten steken */
}

/* Kaartjes liggen onder de pijlen */
#dhb-reviews .dhb-review-card {
  position: relative;
  z-index: 2;
}

/* Pijlen altijd zichtbaar boven de kaart */
#dhb-reviews .dhb-prev,
#dhb-reviews .dhb-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;                 /* >>> boven de kaart */
  cursor: pointer;
}

/* Net iets buiten de kaart plaatsen */
#dhb-reviews .dhb-prev { left: -18px; }
#dhb-reviews .dhb-next { right: -18px; }

/* Op mobiel iets dichter bij de kaart zodat ze niet over de tekst vallen */
@media (max-width: 600px) {
  #dhb-reviews .dhb-prev { left: -6px; }
  #dhb-reviews .dhb-next { right: -6px; }
  #dhb-reviews .dhb-prev, #dhb-reviews .dhb-next {
    width: 36px;
    height: 36px;
  }
}
/* Herstel/forceer de layout van de Contact-sectie */
section#contact,
#contact,
.contact-section {
  max-width: none !important;
  width: auto !important;
  margin: 0 !important;
  text-align: left !important; /* zet op 'center' als je 'm bewust wilt centreren */
}

/* Als er een .container in het contactblok zit, haal ook daar de cap vanaf */
section#contact .container,
#contact .container,
.contact-section .container {
  max-width: none !important;
  margin: 0 !important;
}
.duurzaam-afbeelding {
  display: block;
  max-width: 80%;   /* vult maximaal 80% van de pagina */
  height: auto;
  margin: 30px auto;
}