
html{
scrollbar-gutter: stable;
}

*{
-webkit-tap-highlight-color: transparent;
}

body{
margin:0;
font-family:Arial,sans-serif;
background:white;
}

/* HEADER */



header{
background:white;
padding:20px 40px;
display:flex;
align-items:center;
justify-content:space-between;
border-bottom:1px solid #f3f3f3;
box-shadow:0 2px 6px rgba(0,0,0,0.04);
}

nav{
display:flex;
align-items:center;
justify-content:flex-end;
gap:25px;
}

nav a{
margin-left:25px;
text-decoration:none;
color:#333;
white-space:nowrap;
}
nav a.active:not(.btn){
color:#2e7d32;
font-weight:600;
border-bottom:2px solid #2e7d32;
padding-bottom:4px;
}



.logo{
font-size:24px;
font-weight:bold;
flex-shrink:0;
}

.logo-rating{
display:flex;
align-items:center;
gap:14px;
}

.logo .nl {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  vertical-align: baseline;
}

.logo .zwart { color: #000; }
.logo .groen { color: #2e7d32; }


.mobile-menu-logo{
display:none;
}


.btn{
  width:fit-content;
  min-height:44px;
  padding:10px 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  box-sizing:border-box;
  background:#43a047;
  color:#fff;
  border:none;
  border-radius:8px;
  cursor:pointer;
  font-size:14px;
  font-weight:600;
  font-family:Arial, sans-serif;
  text-decoration:none;
  appearance:none;
  -webkit-appearance:none;
  transition:background 0.2s ease, transform 0.2s ease;
}

nav .btn{
  color:#fff;
}

.btn:hover{
  background:#388e3c;
  transform:translateY(-1px);
}
.logo a{
text-decoration:none;
color:inherit;
}
.whatsapp-button{
position:fixed;
bottom:30px;
right:30px;
width:75px;
height:75px;
background:#25d366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 12px 30px rgba(0,0,0,0.25);
z-index:1000;
transition:transform 0.2s ease;
animation: whatsappPulseButton 1s ease-out 5;
animation-delay:5s;
animation-fill-mode:forwards;
}

.whatsapp-button svg{
width:36px;
height:36px;
}

.whatsapp-button:hover{
transform:scale(1.1);
}

@keyframes whatsappPulseButton{
0%{
box-shadow:0 0 0 0 rgba(37,211,102,0.6);
}

70%{
box-shadow:0 0 0 32px rgba(37,211,102,0);
}

100%{
box-shadow:0 0 0 0 rgba(37,211,102,0);
}
}
.google-rating{
display:flex;
align-items:center;
justify-content:center;
gap:6px;
white-space:nowrap;
flex-shrink:0;
text-decoration:none;
color:inherit;
}


.google-stars{
color:#fbbc04;
font-size:15px;
letter-spacing:1px;
margin-top:1px;
}

.google-score{
font-weight:700;
margin-left:2px;
}

.google-count{
color:#5f6368;
font-weight:500;
}

.google-logo{
height:16px;
display:block;
}
@keyframes reviewPulse{

0%{
transform:scale(1);
}

50%{
transform:scale(1.05);
}

100%{
transform:scale(1);
}

}
body{
opacity:0;
animation: pageFade 0.25s ease forwards;
}

@keyframes pageFade{
from{
opacity:0;
}
to{
opacity:1;
}
}
/* FOOTER */

.footer{
  background:#1f2937;
  color:white;
  padding:60px 20px 30px;
  border-top:1px solid #374151;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  box-sizing:border-box;
}

.footer-inner{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:40px;
  width:100%;
  box-sizing:border-box;
}

.footer h3,
.footer h4{
  margin-bottom:15px;
}

.footer p{
  color:#ccc;
  font-size:15px;
}

.footer ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer li{
  margin-bottom:8px;
}

.footer a{
color:#d1d5db;
text-decoration:none;
}

.footer a:hover{
color:white;
}

.footer-bottom{
  margin-top:40px;
  text-align:center;
  font-size:14px;
  color:#aaa;
}

@media (max-width:768px){
  .footer-inner{
    grid-template-columns:1fr;
    gap:24px;
  }

  .footer-col{
    min-width:0;
  }

  .footer p,
  .footer a,
  .footer li{
    overflow-wrap:anywhere;
    word-break:break-word;
  }
}
/* BENEFITS */

 .benefits{
display:flex;
justify-content:center;
align-items:center;
gap:70px;
flex-wrap:nowrap;
white-space:nowrap;
}

.icon {
  font-size: 30px;

}

.icon{
  font-size:26px;
}

.benefits-section{
  background:white;
  padding:30px 50px;
}

.benefit {
  display:flex;
  align-items:center;
  gap:16px;
  font-size:17px;
  font-weight:600;
  color:#1f2937;
}

.icon {
  font-size:30px;
  color:#2e7d32;
}






.whatsapp-button{
width:60px;
height:60px;
bottom:10px;
right:10px;
}

.whatsapp-button svg{
width:28px;
height:28px;
}

.intro-blok{
  display:flex;
  gap:30px;
  max-width:1300px;
  margin:00px auto 0 auto;
  padding:0 50px;
  align-items:flex-start;
}

.intro-tekst{
  flex:1;
  line-height:1.5;
}


.intro-tekst h1{
  font-size:26px;
  line-height:1.2;
  margin-bottom:15px;
}

.intro-afbeelding{
  flex:1;
  margin-top:20px;
}


.intro-afbeelding img{
  width:100%;
  height:auto;
  border-radius:10px;
  box-shadow:0 6px 20px rgba(0,0,0,0.08);
}

.intro-tekst ul{
  margin-left:18px;
  column-gap:40px;
}
@media (max-width:1100px){
  .intro-tekst ul{
    columns:1;
  }
}
  body {
  font-family: Arial, sans-serif;
}







.pax-wrapper{
display:flex;
gap:30px;
align-items:flex-start;
max-width:1300px;
margin:40px auto;
padding:0 20px;
width:100%;
box-sizing:border-box;
}

.pax-left,
.pax-right{
  flex:1;
  box-sizing:border-box;
  padding:20px;
  border:1px solid #ddd;
}

.pax-left{
  background:#f2f2f2;
    border-radius:10px;
}

.pax-right{
  background:#fff;
  border-radius:10px;
}

label{
  display:block;
  margin-bottom:5px;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

select{
  width:100%;
  padding:12px;
  margin-bottom:15px;
  border:1px solid #ccc;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

select.error{
  border:2px solid #ef4444;
}

.calc-btn{
  width:100%;
  height:50px;
 background:#2e7d32;
  color:#fff;
  border:none;
  border-radius:10px;
  cursor:pointer;
  margin-top:15px;
  font-size:16px;
  font-weight:600;
}

.cta-btn{
width:100%;
height:50px;
background:#2e7d32;
color:#fff;
border:none;
border-radius:10px;
cursor:pointer;
margin-top:20px;
font-size:16px;
font-weight:600;
font-family:Arial, sans-serif;
}

.kast-box{
  background:#fff;
  padding:15px;
  border:1px solid #ddd;
  border-radius:10px;
  margin-bottom:15px;
}

.row{
  display:flex;
  justify-content:space-between;
  margin-top:15px;
}

.divider{
  border-top:1px solid #ddd;
  margin-top:15px;
}
#totaalAlle {
  font-weight: bold;
}

.row {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #333;
}

#starttariefRow{
  display:none;
}

#totaalTekst{
  text-align:center;
  margin-top:10px;
}

.radio-row{
  display:flex;
  gap:20px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #333;
}



@media (max-width:1100px){

    .benefits-section{
    padding:20px 16px;
  }



  .logo-rating{
flex-direction:column;
align-items:center;
gap:4px;
text-align:center;
}

.benefits{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  width:100%;
  margin:0 auto;
  padding:0;
}

.benefit{
  width:min(320px, 100%);
  display:grid;
  grid-template-columns:24px 1fr;
  align-items:center;
  column-gap:12px;
  font-size:17px;
}

.benefit-text{
  white-space:nowrap;
}

/* intro blok onder elkaar */
.intro-blok{
flex-direction:column;
padding:0 20px;
gap:20px;
}

.intro-afbeelding{
margin-top:0;
}

/* calculator onder elkaar */
.pax-wrapper{
flex-direction:column;
padding:0 20px;
gap:20px;
}

.pax-left,
.pax-right{
width:100%;
}

/* afbeelding onder calculator */
.image-container{
padding:0 20px;
}

.onder-afbeelding{
height:260px;
}

}


.image-container {
  max-width:1300px;
  margin:0 auto;
  padding:0 50px;
}
.footer-container{
flex-direction:column;
padding:40px 20px;
gap:25px;
}

.footer-col{
width:100%;
}



.onder-afbeelding {
 width: 100%;
height: 500px;
object-fit: cover;
  object-position: bottom;
  display: block;
  border-radius: 10px;
  margin-top: 20px;
}

.back-btn:hover {
  background: #256628;
}
.remove-btn{
width:100%;
height:45px;
background:#9ca3af;
color:#fff;
border:none;
border-radius:25px;
cursor:pointer;
font-weight:600;
font-size:16px;
font-family:Arial, sans-serif;
margin-top:5px;
}
.site-footer{
background:#1f2937;
color:white;
margin-top:60px;
border-top:1px solid #374151;
}

.footer-container{
max-width:1300px;
margin:0 auto;
padding:50px 20px;
display:flex;
justify-content:space-between;
gap:40px;
}

.footer-col{
flex:1;
}

.footer-col h3{
margin-bottom:15px;
font-size:18px;
}

.footer-col a{
display:block;
color:#d1d5db;
text-decoration:none;
margin-bottom:8px;
}

.footer-col a:hover{
color:white;
}

/* ========================= */
/* SIMPEL MOBIEL MENU */
/* ========================= */

.hamburger{
display:none;
font-size:28px;
cursor:pointer;
}

.menu-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.4);
opacity:0;
pointer-events:none;
transition:opacity 0.3s ease;
z-index:9998;
}
.menu-overlay.show{
opacity:1;
pointer-events:auto;
}
.menu-close{
 display:none;
 }

@media (max-width:1100px){

  .mobile-menu-logo{
display:block;
}

/* hamburger zichtbaar */

.hamburger{
display:block;
position:absolute;
right:20px;
top:18px;
}

.menu-close{
 display:block;
 position:absolute;
 top:20px;
 right:20px;
 font-size:28px;
 cursor:pointer;
 }

/* desktop menu verbergen */

nav{
position:fixed;
top:0;
right:-260%;
width:260px;
height:100%;
background:white;
padding:40px 25px;
display:flex;
flex-direction:column;
justify-content:flex-start;
box-shadow:-8px 0 20px rgba(0,0,0,0.15);
transition:right 0.3s ease;
z-index:9999;
}


nav.show{
right:0;
}

/* menu links */

nav a{
margin:10px 0;
font-size:18px;
}

}

.mobile-menu-logo{
font-size:22px;
font-weight:bold;
margin-bottom:20px;
}

.mobile-menu-logo .zwart{
color:#000;
}

.mobile-menu-logo .groen{
color:#2e7d32;
}

.mobile-menu-logo .nl{
font-size:13px;
color:#000;
}

/* menu links */

nav a{
margin:10px 0;
font-size:18px;
}



/* mobiel logo en reviews grootte */

@media (max-width:1100px){

  header{
flex-direction:column;
align-items:center;
padding:15px;
  }

.logo{
font-size:24px;
text-align:center;
width:100%;
}

.google-rating{
font-size:13px;
}

.google-stars{
font-size:13px;
}

}

body.menu-open{
overflow:hidden;
}

footer,
.footer,
.site-footer{
background:#1f2937 !important;
color:#ffffff !important;
border-top:1px solid #374151 !important;
}

footer p,
.footer p,
.site-footer p{
color:#d1d5db !important;
}

footer a,
.footer a,
.site-footer a,
.footer-col a{
color:#d1d5db !important;
text-decoration:none;
}

footer a:hover,
.footer a:hover,
.site-footer a:hover,
.footer-col a:hover{
color:#ffffff !important;
}

footer h2,
footer h3,
footer h4,
.footer h2,
.footer h3,
.footer h4,
.site-footer h2,
.site-footer h3,
.site-footer h4{
color:#ffffff !important;
}

.footer-inner,
.footer-container{
background:transparent !important;
}









