/* Bootstrap 5 Carousel styling (vervangt Flexslider) */
html {
  scroll-padding-top: 90px; /* hoogte van je navbar + wat extra marge */
}


h2{
  font-size:1.2em;
  color:#000;
}
.carousel {
  position: relative;
  overflow: hidden;
}

.carousel-item {
  height: 100%;
}

.carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* pijlen */
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 0.7;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

/* indicators (bolletjes) */
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
}

.carousel-indicators .active {
  opacity: 1;
}
/* Bootstrap 5 navbar styling */
.navbar {
  background: #FFF !important;
}

.navbar .navbar-brand,
.navbar .nav-link {
  color: #000;

  font-weight: 600;
}

.navbar .nav-link:focus { color: #2c4f00; }
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #719b09;
}
.navbar .nav-link.active {
  border-bottom:2px solid #719b09
}
/* hamburger icon kleur */
.navbar-toggler {
  border-color: #2c4f00;
}

.navbar-toggler-icon {
  filter: invert(1);
}
.nav-pills .nav-link {
  background: #F6F6F6;
  color: #333;
  border-radius: 0.5rem;
  margin: 0 5px;
}

.nav-pills .nav-link.active {
  background: #2c4f00;
  color: #fff;
}
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

h1, h2 {
  font-family: 'Roboto Slab';
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  color: #2c4f00;
  font-size: clamp(28px, 3vw, 38px);
}

a {
  color: #2c4f00;
  transition: 0.25s ease;
}

a:hover {
  color: #333;
}

 .bg-img {
      background-size: cover;
      background-position: center;
      min-height: 100vh;
      display: flex;
      align-items: center;
    }
    .banner_header { 
      color: #fff; 


    }
    p.banner_header{
      max-width:900px;
margin:0 auto;
font-size:18px;
    }
    .hline {
      width: 80px;
      height: 4px;
      background: #2c4f00;
      margin: 15px auto;
    }


.carousel-control-prev,
.carousel-control-next {
  width: 100px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  padding: 35px;

}
.bg-img {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 500px; /* pas aan indien nodig */
}

.bg-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5); /* 50% zwart overlay */
  z-index: 1;
}

.bg-img .container {
  position: relative;
  z-index: 2; /* content boven overlay */
}

/* Plaats modal in rechter benedenhoek */
.modal-dialog-bottom-right {
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin: 0;
    font-size:12px;
}
.menu-bottom{
  font-size:12px;
}




.tab-navigation {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 0.75rem 1.5rem;
    background: #f8f9fa;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.tab-btn:hover {
    background: #e9ecef;
}

.tab-btn.active {
    background: #0d6efd;
    color: white;
}

.tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab-content.active {
    display: block;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.grid-item {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/1;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.grid-item:hover {
    transform: translateY(-5px);
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.grid-item:hover img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    padding: 1.5rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.grid-item:hover .image-overlay {
    transform: translateY(0);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

  .bg-secondary{
     background-color: #752b04 !important; /* gele pricetag */
  }
.price-tag {
    display: inline-block;
    background-color: #ffcc00; /* gele pricetag */
    color: #000;               /* zwarte tekst */
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;     
    position: relative;
    margin-top: 1rem;
    font-size: 1.2rem;
}

/* Driehoek bovenaan de pricetag */
.price-tag::before {
    content: '';
    position: absolute;
    top: -10px;              /* boven de tag */
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #ffcc00 transparent;
}

.wood-bg {
  background:
    repeating-radial-gradient(
      ellipse at 45% 55%,
      rgba(0,0,0,0.1) 0px,
      rgba(0,0,0,0.1) 2px,
      rgba(255,255,255,0.02) 5px,
      rgba(255,255,255,0.02) 12px
    ),
    radial-gradient(
      ellipse at 45% 55%,
      #b07a4a 0%,
      #8b5a2b 50%,
      #5c3317 100%
    );
}
.wood-bg-green {
  background:
    repeating-radial-gradient(
      ellipse at 40% 60%,
      rgba(0,0,0,0.15) 0px,
      rgba(0,0,0,0.15) 1px,
      rgba(255,255,255,0.03) 4px,
      rgba(255,255,255,0.03) 10px
    ),
    radial-gradient(
      ellipse at 40% 60%,
      #3ac28a 0%,
      #198754 50%,
      #083a26 100%
    );
}