h1 {
    text-shadow: 2px 2px 2px #00000063;
    color: #414141;
  }
  h2 {
    text-shadow: 1px 1px 1px #273A1E;
    color: #273A1E;
    position: center;
    
  }
  h3 {
    color: white;
  }
/* 
h4 {
 color: #273A1E;
font-size: 3rem;
font-weight: 700; */

/* } */

h5 {
  color: #273A1E;
  font-size: 3rem;
  font-weight: 700;
}
.nav-link {
  font-size: 1.3rem !important;
  /* text-shadow: 1px 1px 1px #00000063; */
}

/* .heading-title h2 {
  color: #273A1E;
} */

.collapse navbar-collapse {
  color: #ceb18f;
}
.heading_space {
  color: #273A1E;
}
/* navbar aanpassen */
  
/* Basisstijl voor navbar links */
.navbar-nav .nav-link {
  /* color: #273A1E !important; */
  border: 1px solid #273A1E !important;
  background: #fff !important;
  border-radius: 20px;
  padding: 5px 18px;
  margin: 0 5px;
  text-transform: capitalize;
  font-weight: bold;
  transition: all 0.3s ease;
}

/* Hover effect */
.navbar-nav .nav-link:hover {
  background: #E8BC98 !important;
  color: #fff !important;
  border-color: #E8BC98 !important;
}

/* Actieve link (bijvoorbeeld handmatig met JavaScript of server-side toegekend) */
.navbar-nav .nav-link.active {
  background: #E8BC98 !important;
  color: #fff !important;
  border-color: #E8BC98 !important;
}
/* BEGINSTAND - GEEN rand, GEEN achtergrond */
.navbar-nav .nav-link {
  /* color: #273A1E !important; */
  border: none !important;
  background: transparent !important;
  border-radius: 20px;
  padding: 5px 18px;
  margin: 0 5px;
  text-transform: capitalize;
  font-weight: bold;
  transition: all 0.3s ease;
}

/* HOVER - bolletje verschijnt */
.navbar-nav .nav-link:hover {
  background: #E8BC98 !important;
  color: #fff !important;
  border: 1px solid #E8BC98 !important;
}

/* ACTIEF - bolletje zichtbaar */
.navbar-nav .nav-link.active {
  background: #E8BC98 !important;
  color: #fff !important;
  border: 1px solid #E8BC98 !important;
}

/* .cbp-filter-item .cbp-filter-item-active {
  border: #273A1E 1px solid;
} */
/* 
.img-wrapper {
  position: relative;
  width: 100%; */
  /* aspect-ratio: 4 / 3; */
  /* background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
} */

/* .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  z-index: 1; */
/* } */

/* De sluier */
/* .img-wrapper .sluier {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7); /* witte sluier */
  /* transition: opacity 0.3s ease;
  z-index: 2;
}  */

/* Bij hover sluier weg en zoom */
/* .cbp-item:hover .img-wrapper .sluier {
  opacity: 0;
} */

/* .cbp-item:hover .img-wrapper img {
  transform: scale(1.05);
}
.sluier {
pointer-events: none;
} */


.cbp-item img {
  display: block;
  width: 100%;
  height: auto;
  background-color: white;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

/* Kleine zoom bij hover */
.cbp-item:hover img {
  transform: scale(1.02);
}
#flat-gallery .cbp-item {
  margin-bottom: 30px;
  padding: 5px;
}

.extra-bold {
  font-weight: 500;
  text-shadow: #273A1E 3px 1px 1px;
}
