html {
  scroll-behavior: smooth;
}

body{
  font-family: 'Lora', serif;
    margin: 0px;
    padding: 0px;
    font-style: normal;
}

.title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  padding: 0% 10%;
}
li {
  font-size: 18px;
  font-weight: 700;
}
.p-li {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  padding: 0% 5%;
}


.header {

  box-shadow: 0 4px 20px hsla(207, 24%, 35%, 0.1);
  background-color: #EDE2CF;
  z-index: 1;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 30px;
}
/*
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
*/


.logo img {
  height: 50px;
  width: auto;
}


.logo a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.logo a span {
  color: #8739fa;
}

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

.menu a {
  display: block;
  padding: 7px 15px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.2s all ease-in-out;
  color: #000;
  text-decoration: none;
}

.menu:hover a {
  opacity: 0.4;
}

.menu a:hover {
  opacity: 1;
  color: #000;
}

.menu-icon {
  display: none;
}

#menu-toggle {
  display: none;
}

#menu-toggle:checked ~ .menu {
  transform: scale(1, 1);
}

@media only screen and (max-width: 950px) {
  .menu {
    flex-direction: column;
    background-color: #EDE2CF;
    align-items: start;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .menu a {
    margin-left: 12px;
  }

  .menu li {
    margin-bottom: 10px;
  }

  .menu-icon {
    display: block;
    color: #000;
    font-size: 28px;
    cursor: pointer;
  }
}

  
/*bg icon*/
.con-bg-icon {
  position:absolute;
    right:0px;
    top: 20px;
    z-index: 1;
    width: 100%;
}
.coun-img-icon {
  position:absolute;
    right:0px;
    top:0px;
    z-index:1;
    width: 60%;
}




  /* HOME SECTION*/

  .background-image-home {
    position: relative;
    height: 90vh; /* Set the desired height for the section */
    background-image: url('assets/images/homebg.jpg'); /* Replace with the path to your background image */
    background-size: cover;
    background-position: bottom;
    width: 100%;
    background-repeat: no-repeat;

  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0.156); /* Adjust the opacity and color as needed */
    color: #fff;
    text-align: center;
  }
  #overlay-mob {
    display: none;
    
    
          }
          #overlay-desk {
            display: block;
            
            
                  }


  
  .overlay p {
    padding: 0px 40px 0px 0px;
  }
  


  /*COUNSELING SECTION*/

.counseling-quote { background-color: #DAD6D2; display: flex; justify-content: center; align-items: center; height: fit-content; padding:25px 0px; } .counseling-quote  p { padding: 0px; width: 40%; text-align: center; } .counseling-wat-is { height: fit-content; /* Set the desired height for the section */ background-image: url('assets/images/what-is-.jpg'); /* Replace with the path to your background image */ background-size: cover; background-position: top; justify-content: center; align-items: center; display: flex; padding:50px 0px; }
.counseling-wat-is .btn-doelgroep,
.background-image-counseling .btn-doelgroep {
  display: inline-block;
  padding: 12px 24px;
  background-color: #8e9aaf;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid transparent;
  font-family: 'Lora', serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .2px;
  cursor: pointer;
  transition: background-color .25s ease, transform .1s ease, box-shadow .2s ease;
  margin-top: 15px;
}
.counseling-wat-is .btn-doelgroep:hover,
.background-image-counseling .btn-doelgroep:hover {
  background-color: #6b7385;
}
.counseling-wat-is .btn-doelgroep:active,
.background-image-counseling .btn-doelgroep:active {
  transform: translateY(1px);
}
.counseling-wat-is .btn-doelgroep:focus,
.background-image-counseling .btn-doelgroep:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(142,154,175,.3);
}

/* Mobiel centreren in counseling-sectie */
@media (max-width: 768px) {
  .counseling-wat-is .btn-doelgroep,
  .background-image-counseling .btn-doelgroep {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
  }
}





  

  .background-image-counseling-1 {
    height: fit-content; /* Set the desired height for the section */
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #F6EEE2;
    padding:50px 0px;
    background-image: url('assets/images/counseling-bg-1.jpg'); /* Replace with the path to your background image */
    background-size: cover;
    background-position: bottom;
    

  }
  .container-1 {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    font-weight: 700;
   
  }
  .left-column {
    width: 50%;
    text-align: center;
  }
  .right-column {
    width: 50%;
    text-align: center;
  }
  ul {
    list-style: none;
    padding: 0;
  }
  li {
    margin-bottom: 10px;
  }

  .background-image-counseling-2 {
    height: fit-content; /* Set the desired height for the section */
    background-image: url('assets/images/what-hun.jpeg'); /* Replace with the path to your background image */
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    padding:50px 0px;
  }
  .Chat-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .chat-text {
    border-radius: 50px;
    background: #F3E9E5;
    padding: 10px 20px;
    width: 60%;
    text-align: center;
  }
.chat-icon {
  width: 100px;
padding-right: 20px;
}
.chat-icon-2 {
  width: 100px;
padding-left: 20px;
}
.follow-up-p{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0% 10%;
}
.background-image-counseling-3 {
  height: fit-content; /* Set the desired height for the section */
  background-image: url('assets/images/counseling-bg.jpg'); /* Replace with the path to your background image */
  background-size: cover;
  background-position: top;
  justify-content: center;
  align-items: center;
  padding:50px 0px;
}

.communication-text {
  display: flex;
  justify-content: center;
  align-items: center;
  

}
.c-text-1 {
  width: 33.3%;
    text-align: center;
    justify-content: center;
  align-items: center;
  display: inline-flex;
}
.c-text-2 {
  width: 33.3%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
.c-text-3 {
  width: 33.3%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
.c-text {
background: #f3e9e57b;
padding: 10px 20px;
width: 60%;
}

/* OVER SECTION */
.ovar {
  height: fit-content; /* Set the desired height for the section */
  justify-content: center;
  align-items: center;
  background-color: #EDE2CF;
  padding:50px 0px;
  background-image: url('assets/images/over-bg.jpg'); /* Replace with the path to your background image */
    background-size: cover;
    background-position: bottom;

}

/*TARIEVEN SECTION*/

.tarieven {
    height: fit-content; /* Set the desired height for the section */
    background-image: url('assets/images/tarieven.jpg'); /* Replace with the path to your background image */
    background-size: cover;
    background-position: top;
    justify-content: center;
    align-items: center;
    padding:50px 0px;
  }
  .tarieven-container {
    display: flex;
    justify-content: space-between;
  }
  
  .tarieven-left-text {
    text-align: left;
    line-height: 0px;
  }
  
  .tarieven-right-text {
    text-align: right;
    line-height: 0px;
  }


/* CONTACT SECTION */
.contact {
 position: relative;
  height: fit-content; 
  justify-content: center;
  align-items: center;
  padding:0px 0px;
  background-color: #DDD3C7;


}


.contact-title {
background-color: #DDD3C7;
height: fit-content; 
justify-content: center;
align-items: center;
padding:15px 0px;
}
.contact-container {
  height: fit-content; 
  justify-content: center;
  align-items: center;
  padding:50px 0px;
  background-color: #EDE2CF;
}
.contact-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  
}

.contact-left-text {
  width: 40%;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: inline-flex;

}

.contact-right-text {
  width: 40%;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: inline-flex;

}
.contact-right-text a {
  text-decoration: none;
  color: #000;
}
.map {
  height: fit-content; 
  justify-content: center;
  align-items: center;
  padding:25px 0px;

}


.mapouter a {
  visibility: hidden;
}


/* FOOTER */
.footer {
  height: fit-content; 
  justify-content: center;
  align-items: center;
  padding:20px 0px;
  background-color: #DDD3C7;
}


/*--------------------------------------------------
[12. Start Contact Us]
--------------------------------------------------*/


.contact-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 0px;

}



.contact-us .form-control {
  background: transparent;
  color: #000!important;
  padding: 25px;
  border: 1px solid #000;
  font-size: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  width: 80vw;

}
.contact-us .form-control-1 {
  background: transparent;
  color: #000!important;
  padding: 25px;
  border: 1px solid #000;
  font-size: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  width: 38vw;
  margin-left: 5px;
  margin-right: 5px;
}
.contact-us .form-control::placeholder {
  color: #000;
  width: 80vw;
}

.contact-us .btn {
  padding: 15px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #000;
  width: 60vw;
}

.f-names{
  display:flex;
  

}
:root { --header-h: 88px; } /* pas aan naar je echte hoogte */

#myHeader {
  position: -webkit-sticky; /* Safari/iOS */
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

/* Zorg dat het binnenste <header> NIET zelf positie krijgt die sticky kan hinderen */
#myHeader > header {
  position: static !important;
}

/* Netjes uitlijnen (optioneel) */
#myHeader nav {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 20px;
  min-height: calc(var(--header-h) - 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* Smooth scroll + compensatie voor ankerdoelen */
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: var(--header-h); }

/* ——— MOBIEL FALLBACK (als iOS sticky breekt) ——— */
@media (max-width: 780px) {
  #myHeader {
    position: fixed;      /* fallback */
    top: 0; left: 0; right: 0;
  }
  body { padding-top: var(--header-h); } /* ruimte onder fixed header */
}

/* ——— VEILIGE GUARDS TEGEN ‘BREKERS’ ——— */
/* Sticky kan stuk gaan als een ancestor overflow/transform/filter/perspective heeft.
   Deze regels neutraliseren dat rondom de header. */
html, body {
  overflow: visible;
}

/* ========= NAV LAYOUT & UITLIJNING ========= */
#myHeader nav {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo links */
#myHeader .logo img {
  display: block;
  height: 48px;
  width: auto;
}

/* Menu rechts (desktop) */
#myHeader .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

#myHeader .menu li { display: block; }
#myHeader .menu a {
  text-decoration: none;
  padding: 8px 10px;
  display: inline-block;
}

/* CONTACT-knop */
.menu a.btn-contact {
  padding: 10px 18px;
  background-color: #8e9aaf;
  color: #fff !important;
  border-radius: 6px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: background-color 0.3s ease, transform 0.1s ease;
}
.menu a.btn-contact:hover { background-color: #6b7385; }
.menu a.btn-contact:active { transform: translateY(1px); }

/* Burger-icoon standaard verbergen (desktop) */
.menu-icon {
  display: none;
  cursor: pointer;
  user-select: none;
  font-size: 28px;
  line-height: 1;
}

/* Checkbox zelf verbergen */
#menu-toggle {
  display: none;
}

/* ========= MOBIEL ========= */
@media (max-width: 780px) {
  /* Toon burger, verberg desktop-menu */
  .menu-icon {
    display: block;
    margin-left: auto;
  }

  #myHeader .menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    background: #ede3ce;
    position: absolute;
    top: 100%;      /* direct onder de header */
    left: 0;
    padding: 16px 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  }

  /* Opengeklapt menu bij klik op burger (checkbox-hack) */
  #menu-toggle:checked + .menu-icon + .menu {
    display: flex;
  }

  /* Logo iets kleiner */
  #myHeader .logo img {
    height: 40px;
  }

  /* Contactknop iets compacter op mobiel */
  .menu a.btn-contact {
    padding: 10px 14px;
    border-radius: 4px;
  }
}
/* ===== Knoppen algemeen (zelfde look als CONTACT) ===== */
.btn,
button.btn,
.btn.btn-block {
  display: inline-block;
  padding: 10px 18px;
  background-color: #8e9aaf; /* accentkleur GB Counseling */
  color: #ffffff;
  font-family: 'Lora', serif;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.1s ease;
  width: auto; /* override eventuele .btn-block full width */
}

/* Hover & active effecten */
.btn:hover,
button.btn:hover,
.btn.btn-block:hover {
  background-color: #6b7385; /* donkerdere hoverkleur */
}

.btn:active,
button.btn:active,
.btn.btn-block:active {
  transform: translateY(1px);
}

/* Optioneel: als je de .btn-block echt over de hele breedte wilt houden */
.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

/*--------------------------------------------------
[12. End Contact Us]
--------------------------------------------------*/
.menu a.btn-contact {
  display: inline-block;
  padding: 10px 18px;
  background-color: #8e9aaf;
  color: #ffffff !important;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 0.3s ease, transform 0.1s ease;
}
.menu a.btn-contact:hover {
  background-color: #6b7385;
}

/* ===== VOOR WIE SECTIE ===== */
/* ===== VOOR WIE SECTIE ===== */
#doelgroepen {
  background-color: #ede3ce !important;
  background-image: none !important;
  padding: 60px 20px;
  text-align: center;
}

/* Titel */
#doelgroepen .title {
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  color: #222;
}

/* Container */
#doelgroepen .doelgroepen-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

/* Blokken */
#doelgroepen .doelgroep-blok {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.04);
  max-width: 450px;
  padding: 30px 25px;
  text-align: left;
  transition: transform .3s ease, box-shadow .3s ease;
}
#doelgroepen .doelgroep-blok:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* Tekst & koppen */
#doelgroepen .doelgroep-blok h3 {
  font-size: 22px;
  margin-bottom: 8px;
  margin-left: 20px;
  color: #2b2b2b;
}
#doelgroepen .doelgroep-blok p {
  line-height: 1.6;
  margin: 8px 0 16px -24px;
  color: #444;
  max-width: 100%;
}

/* Lijst met vinkjes */
#doelgroepen .doelgroep-blok ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px 20px;
}
#doelgroepen .doelgroep-blok ul li {
  margin: 6px 0;
  position: relative;
  padding-left: 20px;
  text-align: left;
  font-weight: normal;
}
#doelgroepen .doelgroep-blok ul li::before {
  content: "✔";
  color: #8e9aaf;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
}

/* Knoppen in 'Voor wie' */
#doelgroepen .btn-doelgroep {
  display: inline-block;
  padding: 11px 18px;
  background-color: #8e9aaf;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 500;
  transition: background-color .2s ease, transform .06s ease;
  margin-top: 10px;
  margin-left: 14px;
}
#doelgroepen .btn-doelgroep:hover { background-color: #6b7385; }
#doelgroepen .btn-doelgroep:active { transform: translateY(1px); }

/* ——— MOBIEL 'VOOR WIE' ——— */
@media (max-width: 768px) {
  #doelgroepen .doelgroepen-container {
    flex-direction: column;
    align-items: center;
  }
  #doelgroepen .doelgroep-blok h3 {
    text-align: center;
    margin-left: 0;
  }
  #doelgroepen .btn-doelgroep {
    display: inline-block;
    margin: 15px auto 0 auto;
    margin-left: 0 !important;
  }
}
/* ===== EINDE ‘VOOR WIE’ (alle accolades zijn gesloten) ===== */
/* Alleen de knoppen in de counseling-sectie centreren */
.counseling-wat-is .btn-doelgroep,
.background-image-counseling .btn-doelgroep {
  display: block;             /* block nodig zodat auto-marges werken */
  width: fit-content;         /* knop krimpt tot inhoud */
  margin: 16px auto 0;        /* centreert horizontaal */
}

/* Herstel: zorg dat de tekst NIET gecentreerd wordt */
.counseling-wat-is .counseling-text {
  text-align: left;           /* of 'initial' als je liever erft */
  max-width: none;            /* weg met eerdere 800px beperking */
  margin: 0;                  /* terug naar volle breedte van container */
}

/* Mobiel: iets extra ruimte boven de knop */
@media (max-width: 768px) {
  .counseling-wat-is .btn-doelgroep,
  .background-image-counseling .btn-doelgroep {
    margin: 20px auto 0;
  }
}
/* Center de knoppen in de doelgroepblokken op mobiel */
@media (max-width: 768px) {
  /* Titel mag centreren, inhoud blijft leesbaar links */
  #doelgroepen .doelgroep-blok { text-align: center; }

  #doelgroepen .doelgroep-blok p,
  #doelgroepen .doelgroep-blok ul {
    text-align: left;               /* inhoud links */
    margin-left: auto;              /* netjes centreren binnen blok-breedte */
    margin-right: auto;
    max-width: 34rem;               /* optioneel: prettige leesbreedte */
  }

  /* De knop zelf écht centreren */
  #doelgroepen .btn-doelgroep {
    display: inline-block;
    width: fit-content;
    margin: 16px auto 0 auto !important;  /* overschrijft eerdere margin-left */
  }
}
