/* Flex layout for header */
body {
  min-height: 100vh; /* 150% of viewport height */
  background-color: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
   font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1% 5%;
  background-color: #f9f9f9;
}

header .buttons {
  margin-right: 15%; /* schuif naar links, pas getal aan */
}




/* Navigatie (reviews + contact) */
header nav {
  display: flex;
  gap: 20px; /* afstand tussen reviews en contact */
  margin-left: 8% ;
}

header nav h3 {
  cursor: pointer;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  margin-left: 10%;
}

/* Buttons rechts */
header .buttons {
  display: flex;
  gap: 30px; /* afstand tussen shop en doneer */

}

.shop-button,
.doneer-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5% 10%;
  border-radius: 6px;
  cursor: pointer;
}

.shop-button {
  background-color: #f8f2ec;
}

.doneer-button {
  background-color: #fbd242;
}

.shop-button p,
.doneer-button p {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  font-family: sans-serif;
}

.shop-button img {
  height: 25px;
}

.doneer-button img {
  height: 20px;
}


.alzheimer-box {
  position: fixed;
  top: 0;         /* Adjust how much it overlaps */
  left: 2%;        /* Adjust horizontal position */
  z-index: 1001;
}

.logo {
  width: 100%;      /* Or whatever size you want */
  padding: 10px;
  border: 2px solid #000;
  background-color: white;
}

.achtergrond-header{
width: 110%;
height: 25%;
display: block;
padding-top: 5%;
margin-left: -9%;
}
.geel-vak{
width: 50%;
height: 25%;
display: block;
margin-top: -46%;
margin-left: 2%;
}

.hero-story {
  position: relative;
  display: flex;          /* make it a flexbox */
  flex-direction: column; /* stack children vertically (or row for side-by-side) */
  justify-content: center; /* align vertically */
  align-items: center;     /* align horizontally */
  font-family: sans-serif;
  width: 30%;
  margin-top: -33%;
  margin-left: 10%;
}





.button-header {
  display: inline-block;   /* shrink to fit content */
  padding: 5px 25px;       /* space around text */
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 2px solid black;
  margin: 3;               /* reset weird margins */
  margin-left: -50%;
}

.hero-story h3{
font-size: 3em;
margin-left: -10%;
margin-bottom: 5%;

}
h3, p {
  margin: 3%;   /* haalt de standaard ruimte weg */
  margin-top: -3%;
  padding: 0;
  font-size: 1.4em;
}

.button-header p {
  font-size: 1.4em;
  margin: 0;   /* remove extra space around text */
}

.hero-story > p{
margin-left: 5%;
}




.adres-gegevens-box{
  position: relative;
  display: flex;          /* make it a flexbox */
  flex-direction: column; /* stack children vertically (or row for side-by-side) */
  justify-content: center; /* align vertically */
  align-items: flex-start;
margin-top: 16%;
margin-left: 12%;
gap: 10px;
}
.adres-gegevens-box > * {
  margin: 0; /* of alleen margin-top/bottom als dat nodig is */
}
.foto-plaats{
  position: relative;
width: 35%;
 border-radius: 50px;
align-items: flex-end;
left: 53%;
margin-top: -20%;
border: 2px solid black;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.55);
}

.buyable-boxes{
  position: relative;
  display: flex;          /* make it a flexbox */
  flex-direction: row; /* stack children vertically (or row for side-by-side) */
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #F8F2EC;
  padding: 3.5%;
  margin-top: 5%;
  gap: 150px;
  flex-wrap: wrap;
}

.box-doneer{
  position: relative;
  display: flex;          /* make it a flexbox */
  flex-direction: column; /* stack children vertically (or row for side-by-side) */
  justify-content: center;
  align-items: center;
 background-color: #FFFFFF;
  border-radius: 50px;
  width: 23%;
  padding: 1% 0%;
  margin-left: 4%;
}
.box-doneer h1{
font-size: 2.5em;
margin-bottom: 10%;
}
.box-choises{
  position: relative;
  display: flex;          /* make it a flexbox */
  flex-direction: row; /* stack children vertically (or row for side-by-side) */
  justify-content: center;
  align-items: center;
  background-color: #F8F2EC;
  width: 70%;
  font-size: 0.7em;
 padding: 3% 0%;
 padding-top: 6%;
 border-radius: 30px;
 margin-bottom: 10%;
}

.bedrag-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; /* of center / flex-start */
  align-items: flex-start;
  gap: 20px; /* ruimte tussen de bedragen */
  margin-top: 5%;
  margin-left: -50%;
}


.box-kost1{
  position: relative;
  display: flex;          /* make it a flexbox */
  flex-direction: row; /* stack children vertically (or row for side-by-side) */
  justify-content: center;
  align-items: center;
  background-color: #F8F2EC;
  width: 20%;
  margin-bottom: 20%;
  padding: 10% 15%;
  border-radius: 30px;
}

.box-speldje {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 30px;
  width: 23%;
  padding: 0% 0%;
  overflow: hidden;
}

.foto-vergeet-niet {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  object-fit: cover;  /* zorgt dat de afbeelding goed schaalt */
  z-index: 0;         /* achter de tekst */
}

.tekst {
  position: relative;
  z-index: 1;         /* bovenop de afbeelding */
  color: black;       /* kleur tekst aanpassen indien nodig */
}

.box-speldje h3{
  display: flex;
justify-content: center;
font-weight: bolder;
font-size: 2.3em;
margin-top: 25%;
}

.onderste-balk {
  background-color: white;      /* wit */
  border-radius: 30px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  gap: 10px;
  margin-top: 43%;
  box-sizing: border-box;
}

.beschrijving-box,
.prijs-box {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F2EC;
  border-radius: 30px;
  font-weight: bold;
  color: #333;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  min-height: 60px;
  height: 100%;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
  padding: 5px 0; /* gelijke verticale padding */
  box-sizing: border-box;
}

.box-wandelmee {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 30px;
  width: 24%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
  text-align: left;
}

.foto-wandelmee {
  width: 75%;
  height: 30%;
  object-fit: cover;
  border-radius: 5% 5% 0 0;
  margin-bottom: 0px;
}

.box-wandelmee .tekst h3 {
  font-size: 2.1em;
  font-weight: bold;
  margin-left: -50%;
  text-align: center;
  margin-top: -10%;
}

.box-wandelmee .info-zonder-box {
  font-size: 1em;
  line-height: 1.6;
  color: #333;
  padding: 0 10px;
  margin-left: 8%;
  margin-bottom: 2%;
}
.foto-wandelmee {
  width: 90%;         /* Maak de foto breder */
  height: 40%;        /* Maak de foto hoger */
  object-fit: cover;
  border-radius: 5% 5% 0 0;
  margin-bottom: 0px;
  margin-top: 0;
  display: block;
}

.box-wandelmee .tekst h3 {
  font-size: 1.7em;   /* Iets kleiner dan standaard */
  font-weight: bold;
  margin-left: 0;
  text-align: center;
  margin-top: 30px;   /* Zet de tekst verder naar beneden */
}

.box-wandelmee .tekst {
  margin-top: 10px;   /* Extra ruimte boven de tekst */
}
.box-wandelmee .tekst h3 {
  white-space: nowrap;   /* Tekst mag niet afbreken */
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  margin: 30px 0 0 0;
  width: 100%;
}
.box-doneer,
.box-speldje,
.box-wandelmee {
  width: 340px;      /* vaste breedte */
  min-width: 340px;
  max-width: 340px;
  height: 300px;     /* vaste hoogte */
  min-height: 320px;
  max-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
}


.ball, .ball2 {
  position: absolute;
  width: 60%;
  height: 110%;
  background-color: #F8F2EC;
  border-radius: 50%;
  z-index: 0;  /* behind the content */
}

/* Position each ball where you want */
.ball {
  top: 180%;     /* adjust vertical position */
  left: 49%;    /* adjust horizontal position */
}

.ball2 {
 top: 180%;  /* adjust vertical position */
  right: 50%;   /* adjust horizontal position */
}



.call-to-action {
  position: relative;
  display: flex;          /* make it a flexbox */
  flex-direction: row; /* stack children vertically (or row for side-by-side) */
  justify-content: flex-end; /* align vertically */
  align-items: center;     /* align horizontally */
  width: 84%;
  background-color: #F9E9D9;
  padding: 3% 0%;
  margin-left: 7%;
  border-radius: 30px;
}

.button-cta1, .button-cta2 {
  display: flex;
  align-items: center;
  background-color: #F8F2EC;
  padding: 10px 20px;
  font-weight: bold;
  color: #333;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  gap: 35px; /* ✅ Normale ruimte tussen tekst en afbeelding */
  max-width: fit-content;
  cursor: pointer;
  margin-right: 5%;
}

/* Specifiek voor button-cta1 */
.button-cta1 {
  font-size: 1.3rem;
  padding: 8px 16px;
}

/* Tekststijl */
.button-cta1 p {
  font-size: 1.5em;
  margin: 0;
}

/* Afbeelding */
.button-cta1 img {
  height: 40px;
  width: auto;
}

.button-cta2{
  align-items: center;
  padding-right: 5%;
}


.button-cta2 img {
  height: 30px;
  width: auto;
}

.button-cta2 {
  font-size: 1.3rem;
  padding: 8px 16px;
}

/* Tekststijl */
.button-cta2 p {
  font-size: 1.5em;
  margin: 0;
}

.call-to-action {
  position: relative; /* ✅ belangrijk om overflow te beperken */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 84%;
  background-color: #F9E9D9;
  padding: 3% 0;
  margin-left: 7%;
  border-radius: 30px;
  overflow: hidden; /* ✅ DIT zorgt dat alles buiten de div NIET zichtbaar is */
}

/* ✅ Container van gele afbeelding */
.geel-achtergrond-cta {
  position: absolute; /* zodat hij niet meedoet in de flex layout */
  left: 0;
  top: 0;
  height: 150%;
  width: auto;
  z-index: 0; /* onder de knoppen */
}

/* ✅ Grote gele afbeelding */
.geel-achtergrond-cta img {
  height: 150%; /* maak 'm groot */
  width: 120%;
  object-fit: cover;
  rotate: 70deg; /* kantel 'm een beetje */
}

/* ✅ Tekst over de gele afbeelding */
.geel-achtergrond-cta p {
  position: absolute;
  top: 35%;
  left: 15%;
  transform: translateY(-50%);
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  z-index: 1;
}

.reviews-section {
    display: flex;
    justify-content: center;
    align-items: stretch; /* Make all boxes the same height */
    gap: 50px;
    width: 100%;
    margin-top: 5%;
    z-index: 5;
}

.review-box1,
.review-box2,
.review-box3 {
    width: 350px;
    height: 420px;
    min-width: 350px;
    min-height: 480px;
    max-width: 350px;
    max-height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #f7ebdd;
    padding: 2rem 1.5rem 1.5rem 1.5rem; /* less padding */
    margin: 2rem 0;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.review-content1,
.review-content2,
.review-content3 {
    position: relative;
    z-index: 1;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    width: 100%;
    flex: 1; /* fill available space */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #222; /* make sure text is visible */
    background: none;
}
.review-box1 h1,
.review-box2 h1,
.review-box3 h1 {
    margin-left: 15%;
    z-index: 1;
    font-size: 2em;
}
.review-box1 h1,
.review-box2 h1,
.review-box3 h1 {
    margin-top: 0;                 /* geen extra ruimte boven titel */
    margin-bottom: 0px;           /* kleine ruimte onder titel */
}

.review-box1 p,
.review-box2 p,
.review-box3 p {
    margin-top: 0;
    margin-bottom: 10px;    
    font-size: 1.3em;       /* kleine ruimte onder tekst */
}


/* Remove custom paddings from content */
.review-content1,
.review-content2,
.review-content3 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.geel-achtergrond-review1,
.geel-achtergrond-review2,
.geel-achtergrond-review3 {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 0;
    opacity: 1;
    pointer-events: none;
}


.selling-section {
  position: relative;
  display: flex;          /* make it a flexbox */
  flex-direction: row; /* stack children vertically (or row for side-by-side) */
  justify-content: center; /* align vertically */
  align-items: center;     /* align horizontally */
  width: 100%;
  margin-top: 5%;
  gap: 20px;
  z-index: 5;
}

.box-de-geheugen-test, .box-symptomen-dementie, .box-soorten-dementie {
  position: relative;
  display: flex;          /* make it a flexbox */
  flex-direction: row; /* stack children vertically (or row for side-by-side) */
  justify-content: center; /* align vertically */
  align-items: center;
  border-radius: 5%;
  width: 33%;
  padding: 1% 0%;
}
.box-de-geheugen-test img, .box-symptomen-dementie img, .box-soorten-dementie img {
  width: 15%;
  height: auto;
  border-radius: 5%;
  margin-top: -10%;
  margin-bottom: 5%;
}

.box-de-geheugen-test p, .box-symptomen-dementie p, .box-soorten-dementie p {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 10%;
  text-align: center;
  margin-bottom: 15%;
}


.footer {
  position: relative;
  display: flex;          /* make it a flexbox */
  flex-direction: row; /* stack children vertically (or row for side-by-side) */
  justify-content: center; /* align vertically */
  align-items: center;     /* align horizontally */
  width: 100%;
  margin-top: 5%;
  gap: 70px;
  background-color: #BEBEBE;
  padding: 1% 0%;
}

.footer img{
width: 5%;
}

/* Make all anchor tags fill their containers */
.buttons a,
.doneer-button a,
.button-header a,
.box-doneer a,
.box-speldje a,
.button-cta1 a,
.button-cta2 a,
.overlay-link a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
}

/* Make parent containers position relative for absolute positioning */
.buttons,
.doneer-button,
.button-header,
.box-doneer,
.box-speldje,
.button-cta1,
.button-cta2,
.box-de-geheugen-test,
.box-soorten-dementie,
.box-symptomen-dementie {
    position: relative;
}
