/* ======================
   ALGEMENE INSTELLINGEN
   ====================== */
body {
    margin: 0;
    font-family: 'Roboto', 'Segoe UI', Arial, sans-serif;
    font-variant-caps: small-caps;
    scroll-behavior: smooth;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 0 40px;
    text-align: center;
    font-variant-caps: all-small-caps;
    font-family: 'Roboto', 'Segoe UI', Arial, sans-serif;
}
/* ======================
   button style
   ====================== */
 .btn {
   display: inline-block;
   background-color: #000000;
   color: #FFFFFF;
   padding: 8px 45px;
   border-radius: 3px;
   text-decoration: none;
   font-weight: 500;
   transition: background-color 0.3s ease;
        }
  .btn:hover {
    background-color: #000000;
	color: #9c8346;
        }
/* Scroll knop behouden */
#scrollToTopBtn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 100;
  background-color: #000000;
  color: white;
  border: none;
  padding: 12px 18px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  display: none;
  transition: all 0.3s ease;
}

#scrollToTopBtn:hover {
  background-color: #444;
  color: #9c8346;
}

/* ======================
   achtergronden
   ====================== */
   
.primary-grey {
    background-color: #B3B3B3;
    padding: 0px; /* Zorg voor wat ruimte rondom de inhoud */
    margin: 50px auto;
    width: 100%;
	height: 650px;
    max-width: 1440px; /* Zorg ervoor dat de breedte consistent blijft */
    box-sizing: border-box;
	border-radius: 8px;
}
.primary-grey2 {
    background-color: #B3B3B3;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative; /* Zorgt ervoor dat absolute elementen zich hierop baseren */
}
/*balk marmer*/
.primary_m1 {
	background-color: #FFF;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	position: relative;
    overflow: hidden;
	padding: 0px 0;
	z-index: 5;
}        
/* ======================
   HEADER
   ====================== */
   
.header  {
    background-color: #b3b3b3;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	z-index: 100;
	position: relative;   
}
.footer  {
    background-color: #686A6C;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	z-index: 100;
	position: relative;   
}
/*header Logo / tekste / navigatie*/
.header-container {
    width: 90%;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*header logo*/
.logo-text-container {
    display: flex;
    align-items: center;
}

.logo {
    height: 190px; /* Pas aan naar wens */
    margin-right: 0px;
}
/*header Naam*/
.header-text-container {
    display: flex;
    flex-direction: column;
}

.title-header {
    font-size: 38px;
    font-weight: bold;
    color: black;
}
.title-balk {
    font-size: 24px;
    font-weight: bold;
    color: black;
}

.subtitle {
    font-size: 18px;
    color: black;
}
/* ======================
   Navigatie
   ====================== */
/* Standaard weergave: Navigatiebalk */
.nav-menu {
    display: flex;
	font-variant-caps: all-small-caps;
	font-weight: bold;
	}

.nav-menu ul {
    list-style: none;
    display: flex;
    gap: 0px; /* Grotere ruimte tussen de menu-items */
    padding: 0;
    margin: 0;
	font-variant-caps: 'small-caps';
}

.nav-menu ul li {
    display: inline;
    color: #9c8346; /* Kleur verandert naar wit bij hover */
}

.nav-menu ul li a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    margin: 0 10px; /* Links en rechts 15px ruimte */
    transition: color 0.3s ease-in-out; /* Soepele overgang */
}

.nav-menu ul li a:hover {
    color: #9c8346;
}

/* Responsive menu */
.menu-toggle {
    display: none; /* Verberg de knop op grote schermen */
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
	color: black;
}

/* Op kleinere schermen */
@media (max-width : 860px ){
    .menu-toggle {
        display: block;
        position: absolute;
        top: 30px;
        right: 20px;
        background: none;
        border: none;
        font-size: 30px;
        cursor: pointer;
        z-index: 1001; /* Zorg dat de knop boven alles blijft */
    }

    .nav-menu {
        display: none; /* Zorg ervoor dat het menu initieel verborgen is */
        flex-direction: column;
        position: absolute;
        top: 94px;
        right: 2px;
        background-color: #B3B3B3;
        width: 150px; /* Pas dit aan naar wens */
        text-align: center left;
        padding: 10px;
        border-radius: 8px; /* Mooie afgeronde hoeken */
        transition: all 0.3s ease-in-out;
        z-index: 10;
    }

    .nav-menu.active {
        display: block; /* Toon het menu wanneer de klasse "active" is toegevoegd */
    }

    .nav-menu ul {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

    .nav-menu ul li {
        padding: 5px 0;
        display: block; }    
	}

/* ======================
   Banner slider
   ====================== */
.slider {
    position: relative; /* Zorgt ervoor dat de slider goed gepositioneerd is */
    width: 100%;
    height: 50vh;
    max-width: auto;
    max-height: 575px;
    margin: auto;
    overflow: hidden;
    z-index: 5; /* Slider komt onder de golf */
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.20);
    transition: transform 20s linear, opacity 10s ease;
    z-index: 5;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
    border-radius: 8px; /* Mooie afgeronde hoeken */
}

/* Animatie voor elke slide */
.slider .slide:nth-child(1) {
  animation: slideAnimation 40s infinite;
}

.slider .slide:nth-child(2) {
  animation: slideAnimation 40s infinite 13.3s; /* Tijdsverschil voor de slides */
}

.slider .slide:nth-child(3) {
  animation: slideAnimation 40s infinite 26.6s;
}

/* Keyframes voor het animeren van de slides */
@keyframes slideAnimation {
  0% {
    opacity: 0;
    transform: scale(1.20);
  }
  15% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
} 


/* ======================
   Diensten
   ====================== */
/* Diensten overzicht */
 .services-overview {
     padding: 0px 0;
     background-color: #fff;
  }
.services-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
     grid-gap: 40px;
	 max-width: 1440px;
 }
.service-card {
     background-color: #fff;
     border-radius: 8px;
     overflow: hidden;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }
.service-img {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Dit zorgt ervoor dat de afbeelding de ruimte vult en verhoudingen behoudt */
    transition: transform 0.3s ease;
}
.service-card:hover .service-img img {
    transform: scale(1.05); /* Subtiel zoom-effect bij hover */
}
        
 .service-content {
     padding: 25px;
}
 .service-content h3 {
     font-size: 20px;
     margin-bottom: 15px;
     color: #333;
        }
 .service-content p {
     margin-bottom: 20px;
     color: #666;
   	 text-align: left;
}
        

 /* Dienst detail secties */
  .service-detail {
      padding: 5px 0;
      background-color: #f9f9f9;
}
  .service-detail:nth-child(even) {
      background-color: #fff;
}
  .detail-container {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
}
  .detail-img {
      flex: 1;
   	  display: flex;
      min-width: 250px;
      background-color: #f2f2f2;
	  height: 300px;
      overflow: hidden;
      position: relative;
}    
   .detail-img img {
	  width: 100%;
      height: 100%;
      object-fit: cover; /* Dit zorgt ervoor dat de afbeelding de ruimte vult en verhoudingen behoudt */
      transition: transform 0.3s ease;
}
   .detail-content {
      flex: 1;
      min-width: 300px;
      padding: 40px;
	  text-align: left
}
   .detail-content h3 {
      font-size: 28px;
      margin-bottom: 20px;
      position: relative;
}
   .detail-content h3:after {
      content: '';
      display: block;
      width: 50px;
      height: 3px;
      background-color: #9c8346;
      margin-top: 15px;
}
   .detail-content ul {
       margin: 20px 0;
       padding-left: 20px;
}
   .detail-content ul li {
       margin-bottom: 10px;
}   

/* ======================
   logo slider
   ====================== */
.background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 8px;
}

.logo-slider {
  position: relative;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.); /* Semi-transparante achtergrond voor betere zichtbaarheid */
  border-radius: 8px;
  z-index: 2;
}

.logo-slide-track {
  display: flex;
  width: calc(275px * 10); /* Pas het aantal logo's aan */
  animation: scroll 50s linear infinite;
  overflow: hidden;
}

.logo-slide {
  width: 250px; /* Pas de breedte van de logo's aan */
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-slide img {
  max-width: 100%;
  max-height: 80px; /* Pas de grootte van de logo's aan */
  object-fit: contain;
  border-radius: 8px;
  }

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ======================
   werkwijze + info
   ====================== */				
.werkwijze {
  background: #FFFFFF;
  padding: 60px 20px;
  text-align: center;
  font-variant-caps: all-small-caps;
}

.werkwijze-header h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.werkwijze-header p {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}

.stappen {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 60px;
}

.stap {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.stap img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  opacity: 0.7;
}

.stap h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.stap p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.cijfers {
  background: #B3b3b3;
  color: #000000;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding: 50px 20px;
  text-align: center;
}

.cijfer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  transition: transform 0.3s ease;
}

.cijfer:hover {
  transform: translateY(-5px);
}

.cijfer-icon {
  font-size: 30px;
  color: #9c8346;
  margin-bottom: 15px;
}

.cijfer h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0;
}

.cijfer p {
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
}

/* ======================
   Projecten
   ====================== */
.projecten {
  padding: 100px 0;
  background-color: #FFFFFF;
  position: relative;
}

/* Container voor projectheader */
.container.project-header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* Titel en beschrijving */
.projecten-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.projecten-header h2 {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
}

.projecten-header p {
  font-size: 18px;
  text-align: left;
  color: #000000;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto; /* Centreer het blok */
  padding: 0 20px;
}

/* Projecten grid container */
.projecten-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 60px 80px;
  position: relative;
}

/* Achtergrondscheve vorm */
.background-skew {
  background: rgba(190, 190, 190, 0.9);
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: skewX(0deg);
  border-radius: 20px;
}

/* Project-wrapper voor elk project */
.project-wrapper {
  width: 100%;
  height: 350px;
  position: relative;
  transition: all 0.3s ease;
}

/* Project-box met afbeelding */
.project-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.project-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.project-box:hover img {
  transform: scale(1.05);
}

/* Overlay en hover-effecten */
.overlay {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-box:hover .overlay {
  opacity: 1;
}

.hover-tekst {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 22px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
  text-align: center;
  width: 80%;
}

.project-box:hover .hover-tekst {
  opacity: 1;
}
.project-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Grote schermen (vanaf 1201px) */
@media (min-width: 1201px) {
  .project-item-link:nth-child(1) .project-wrapper {
    margin-top: 0;
  }

  .project-item-link:nth-child(2) .project-wrapper {
    margin-top: 150px;
  }

  .project-item-link:nth-child(3) .project-wrapper {
    margin-top: 300px;
  }

  .project-item-link:nth-child(4) .project-wrapper {
    margin-top: -200px;
  }

  .project-item-link:nth-child(5) .project-wrapper {
    margin-top: -50px;
  }

  .project-item-link:nth-child(6) .project-wrapper {
    margin-top: 100px;
  }
}

/* Tablet schermen */
@media (max-width: 1200px) and (min-width: 769px) {
  .projecten-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
    padding: 30px 40px 60px;
  }
  
  .projecten-header h2 {
    font-size: 34px;
  }
  
  .projecten-header p {
    font-size: 17px;
    max-width: 700px;
  }
  
  .project-wrapper {
    height: 300px;
    margin-top: 0 !important; /* Reset alle margins voor nieuwe layout */
  }
  
  /* Creëer een meer subtiel trapeffect voor tablets */
  .project-wrapper:nth-child(even) {
    margin-top: 80px !important;
  }
}

/* Kleinere tablets en grote telefoons */
@media (max-width: 768px) and (min-width: 481px) {
  .projecten-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    padding: 20px 30px 50px;
  }
  
  .projecten-header {
    margin-bottom: 40px;
  }
  
  .projecten-header h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  
  .projecten-header p {
    font-size: 16px;
    max-width: 600px;
  }
  
  .project-wrapper {
    height: 250px;
    margin-top: 0 !important;
  }
  
  /* Minimaal trapeffect voor kleinere tablets */
  .project-wrapper:nth-child(even) {
    margin-top: 40px !important;
  }
  
  .hover-tekst {
    bottom: 80px;
    font-size: 20px;
  }
}

/* Telefoon schermen */
@media (max-width: 480px) {
  .projecten {
    padding: 60px 0;
  }
  
  .projecten-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 20px 20px 40px;
  }
  
  .projecten-header {
    margin-bottom: 30px;
  }
  
  .projecten-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .projecten-header p {
    font-size: 16px;
    padding: 0 10px;
    max-width: 100%;
  }
  
  .project-wrapper {
    height: 220px;
    margin-top: 0 !important;
  }
  
  .background-skew {
    top: 10px;
    left: 10px;
  }
  
  .hover-tekst {
    bottom: 60px;
    font-size: 18px;
  }
}

/* ======================
   projecten page
   ====================== */
           /* Content stijlen */
        .page-title {
            text-align: center;
            padding: 10px 20px;
            background-color: #FFFFFF;
            border-bottom: 1px solid #e0e0e0;
			font-variant-caps: all-small-caps
        }
        
        .page-title h1 {
            font-size: 38px;
            margin-bottom: 25px;
            color: #000000;
        }
        
        .page-title p {
            font-size: 18px;
            max-width: 800px;
            margin: 0 auto;
            color: #555;
        }
        
        .filter-container {
            max-width: 1200px;
            margin: 30px auto;
            text-align: center;
        }
        
        .filter-btn {
            padding: 8px 20px;
            margin: 5px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 30px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .filter-btn:hover, .filter-btn.active {
            background-color: #686A6C;
            color: white;
        }
        
        .projects-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto 50px;
            padding: 0 20px;
        }
        
        .project-card {
            background-color: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        
        .project-card:hover {
            transform: translateY(-10px);
        }
        
        .project-image {
            height: 200px;
            background-color: #ddd;
            overflow: hidden;
        }
        
        .project-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .project-card:hover .project-image img {
            transform: scale(1.05);
        }
        
        .project-info {
            padding: 20px;
			font-variant-caps: all-small-caps
        }
        
        .project-info h3 {
            font-size: 20px;
            margin-bottom: 10px;
            color: #000000;
        }
        
        .project-info p {
            color: #777;
            font-size: 16px;
            margin-bottom: 15px;
        }
        
        .project-tags {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 15px;
        }
        
        .project-tag {
            font-size: 14px;
            padding: 4px 10px;
            margin-right: 8px;
            margin-bottom: 8px;
            background-color: #f0f0f0;
            border-radius: 20px;
            color: #555;
        }
        
        .project-link {
            display: inline-block;
            padding: 8px 20px;
            background-color: #000000;
            color: white;
            text-decoration: none;
            border-radius: 4px;
            font-size: 16px;
            transition: background-color 0.3s ease;
        }
        
        .project-link:hover {
            background-color: #686A6C;
        }
        
        .pagination {
            display: flex;
            justify-content: center;
            margin: 50px 0;
        }
        
        .pagination a {
            padding: 8px 16px;
            margin: 0 5px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 4px;
            color: #333;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }
        
        .pagination a:hover, .pagination a.active {
            background-color: #686A6C;
            color: white;
        }
        
        .cta-section {
            background-color: #b3b3b3;
            padding: 50px 20px;
            text-align: center;
            margin-top: 0px;
        }
        
        .cta-section h2 {
            font-size: 28px;
            margin-bottom: 20px;
            color: #000000;
        }
        
        .cta-section p {
            max-width: 700px;
            margin: 0 auto 30px;
            color: #555;
        }
        
        .cta-btn {
            display: inline-block;
            padding: 12px 30px;
            background-color: #000000;
            color: white;
            text-decoration: none;
            border-radius: 4px;
            font-weight: 600;
            transition: background-color 0.3s ease;
        }
        
        .cta-btn:hover {
            background-color: #000000;
			color: #9c8346;
        }
        
        @media (max-width: 768px) {
            .projects-grid {
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            }
            
            .page-title h1 {
                font-size: 2rem;
            }
        }
   
/* ======================
   Contact + formulier
   ====================== */
.wide-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 20px;
  box-sizing: border-box;
}

/* Split content sectie */
.split-content {
  display: flex;
  gap: 30px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

.text-content {
  flex: 1;
  width: 600px;
  height: 800px;
  padding: 40px;
  background-color: #b3b3b3;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.5);
  font-variant-caps: all-small-caps;
  font-size: 18px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Dit zorgt voor gelijke ruimte boven en onder */
}

.contact {
  flex: 1;
  width: 600px;
}

.contact-form {
  width: 600px;
  height: 800px;
  padding: 40px;
  background-color: #b3b3b3;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  font-variant-caps: all-small-caps;
  font-size: 18px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text-content h2 {
  margin-bottom: 10px;
  font-size: 28px;
}

.section-title h2 {
  font-size: 28px;
  margin-bottom: 50px;
  
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
}

textarea.form-control {
  height: 130px;
}

.submit-button {
  background: #000000;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
  margin-top: auto; /* Duwt de knop naar onder */
}

.submit-button:hover {
  background: #000000;
  color: #9c8346;
}

/* Responsive voor contactformulier */
@media (max-width: 1200px) {
  .split-content {
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  
  .text-content, .contact-form {
    width: 100%;
    max-width: 500px;
  }
}

@media (max-width: 1024px) {
  .split-content {
    flex-direction: column;
    align-items: center;
  }
  
  .text-content, .contact-form {
    width: 100%;
    max-width: 600px;
  }
  
  .contact {
    width: 100%;
    max-width: 600px;
  }
  
  .submit-button {
    padding: 12px 0;
    width: 100%;
    text-align: center;
  }
}

/* ======================
    contact.html vragen balk + button
   ====================== */
        /* CTA balk stijl */
        .cta-bar {
            background-color: #b3b3b3;
            padding: 10px 0;
            text-align: center;
            margin: 0px 0;
            border-radius: 8px;
        }
        
        .buttons {
            margin-top: 20px;
			gap: 10px;
        }
        
		

/* ======================
            faq
   ====================== */
        /* FAQ stijl */
        .faq {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .faq-item {
            margin-bottom: 20px;
            border-bottom: 1px solid #eee;
            padding-bottom: 20px;
        }
        
        .faq-question {
            font-weight: bold;
            font-size: 20px;
            margin-bottom: 10px;
            color: #000000;
			text-align: left
        }
        
        .faq-answer {
            color: #666;
			text-align: left
        }
        


        /* Responsief ontwerp */
        @media (max-width: 768px) {
            .content-wrapper {
                flex-direction: column;
            }
            
            .column {
                width: 100%;
                margin-bottom: 30px;
            }
        }
        
        /* Twee kolommen layout */
        .content-wrapper {
            display: flex;
            justify-content: space-between;
            gap: 40px;
        }
        
        .column {
            flex: 1;
        }
        
        /* FAQ toggle effect */
        .faq-question {
            cursor: pointer;
            position: relative;
            padding-right: 30px;
        }
        
        .faq-question::after {
            content: '+';
            position: absolute;
            right: 0;
            top: 0;
        }
        
        .faq-item.active .faq-question::after {
            content: '-';
        }
        
        .faq-answer {
            display: none;
        }
        
        .faq-item.active .faq-answer {
            display: block;
        }


/* ======================
   Footer
   ====================== */
   
* {
  box-sizing: border-box;
}
   
/* Telefoon en email links zonder kleur */
.footer-column a[href^="tel:"], 
.footer-column a[href^="mailto:"] {
    color: #000000 !important;
    text-decoration: none !important;
}

.inline-inside {
    font-size: 0;
    line-height: 0;
}

/* Overige footer styling */
.footer {
    background: #b3b3b3;
    color: #000000;
    padding: 40px 0 0;
    font-family: 'Roboto';
    font-variant-caps: all-small-caps;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-column {
    flex: 1;
    min-width: 300px;
    padding: 5px;
    background: #b3b3b3; /* Belangrijk: achtergrond op kolom niveau toevoegen */
    box-sizing: border-box;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #9c8346;
    padding-bottom: 2px;
    color: black;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin: 10px 0;
    color: #9c8346;
}

.footer-links a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #9c8346;
}

.footer-bottom {
    text-align: center;
    margin-top: 0px;
    padding: 20px;
    border-top: 1px solid #9c8346;
    background-color: #b3b3b3;
    font-variant-caps: all-small-caps;
    width: 100%; /* Volledige breedte garanderen */
}

/* Social media iconen in aangepaste kleur */
#footer-socials {
    text-align: left;
    margin: 20px 0;
}

#footer-socials .socials {
    text-align: right;
    margin: 0 -7px;
    display: inline-block;
    vertical-align: middle;
}

a.socials-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 5px;
    line-height: 16px;
    padding: 10px;
    border-radius: 50%;
    background-color: #000000;
    border: 1px solid #000000;
    box-shadow: 3px 9px 16px rgba(0,0,0,0.4), -3px -3px 10px rgba(0,0,0, 0.06), inset 14px 14px 26px rgba(0,0,0,0.3), inset -3px -3px 15px rgba(0,0,0, 0.05);
}

.socials-item i {
    display: inline-block;
    font-weight: normal;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
}

.instagram {
    color: #9a8f62;
    background: radial-gradient(circle at 30% 107%, 
    #fdf497 0%, 
    #fdf497 5%, 
    #fd5949 45%, 
    #d6249f 60%, 
    #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.facebook {
    color: #1877F2;
}

.whatsapp {
    color: #25D366
}

.youtube {
    color: #FF0000;
}

.linkedin {
    color: #0A66C2
}

a.socials-item:hover {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, rgba(0, 0, 0, 5), #686A6C, rgba(0, 0, 0, 0.8));
}

/* Responsive aanpassingen - verbeterd */
@media (max-width: 768px) {
    .footer {
        background-color: #b3b3b3; /* Behoud jouw kleur */
        height: auto; /* In plaats van vaste height: 400px */
        min-height: 400px; /* Minimale hoogte behouden */
        padding: 40px 0 0;
        position: relative;
        z-index: 50; /* Hogere z-index om overlap te voorkomen */
        clear: both; /* Voorkom dat andere elementen eroverheen vallen */
        width: 100%;
        box-sizing: border-box;
        overflow: visible;
    }
    
    .footer-container {
        flex-direction: column; /* Stack kolommen verticaal op mobiel */
        gap: 15px;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .footer-column {
        flex: none; /* Reset flex properties */
        width: 100%;
        min-width: auto;
        margin-bottom: 20px;
        padding: 15px;
        background: #b3b3b3; /* Zelfde als footer */
        box-sizing: border-box;
    }
    
    /* Social media fix voor mobiel */
    #footer-socials .socials {
        text-align: center;
        justify-content: center;
    }
    
    /* Footer bottom fix */
    .footer-bottom {
    text-align: center;
    padding: 20px;
    border-top: 1px solid #9c8346;
    background-color: #b3b3b3; /* Zelfde als footer */
    width: 100%;
    box-sizing: border-box;
    position: relative; /* Niet absolute */
    z-index: 51;
    }
}

/* Extra kleine schermen */
@media (max-width: 480px) {
    .footer {
        min-height: 350px;
        padding: 30px 0 0;
    }
    
    .footer-container {
        padding: 0 15px;
    }
    
    .footer-column {
        text-align: center;
        padding: 10px;
        margin-bottom: 15px;
    }
    
    .footer-column h3 {
        font-size: 16px;
    }
    
    .footer-bottom {
        padding: 15px;
        margin-top: 0px;
    }
}

/* Zorg ervoor dat content niet over footer heen valt */
.wide-container {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

/* Fix voor projecten container die mogelijk overlap veroorzaakt */
.projecten-container {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

/* Fix voor scroll button die mogelijk conflicteert */
#scrollToTopBtn {
    z-index: 100; /* Hoger dan footer */
    position: fixed;
    bottom: 40px;
    right: 30px;
}



/* ======================

   ====================== */
       
        
        .project-content {
            margin-bottom: 50px;
        }
        
        .project-description {
            max-width: 800px;
            margin: 0 auto 40px;
            line-height: 1.8;
        }
             
        .gallery {
                        display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto 50px;
            padding: 0 20px;
        }
        
        .gallery-item {
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .gallery-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        
        .gallery a {
            display: block;
            position: relative;
        }
        
        .gallery img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }
        
        .gallery-item:hover img {
            transform: scale(1.05);
        }
        
        .caption-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
            color: white;
            padding: 15px;
            font-size: 14px;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .gallery-item:hover .caption-overlay {
            opacity: 1;
        }
        
        /* Fancybox aanpassingen voor luxe uitstraling */
        .fancybox-bg {
            background: rgba(10, 10, 10, 0.95);
        }
        
        .fancybox-is-open .fancybox-bg {
            opacity: 1;
        }
        
        .fancybox-button {
            background: transparent;
        }
        
        .fancybox-button:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        
        .fancybox-caption {
            padding: 30px;
            background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent 100%);
        }
