/* Algemene instellingen */
body {
  margin: 0;
  font-family: 'Nunito', sans-serif;
  background-color: #f4f0fa;
  color: #333;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.header-container {
  background-color: #6a0dad;
  padding: 20px;
  border-bottom: 2px solid rgba(146, 113, 155, 0.37);
}

.logo-nav {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo-nav img {
  height: 120px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}

.nav-links a:hover {
  text-decoration: underline;
}

/* Hero sectie */
.hero {
  position: relative;
  background-color: #6a0dad; 
  color: white;
  text-align: center;
  padding: 120px 20px 60px;
  overflow: hidden;
}

.hero-container {
  position: relative;
  z-index: 2;
}

.hero-golf {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px; /* pas aan op basis van je afbeelding */
  background: url('../images/golf-header.png') no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}

.hero h2 {
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.cta-button {
  background-color: #ffffff;
  color: #6e5ca8;
  padding: 12px 24px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #e0d4ff;
}

/* Features sectie */
.features {
  background-color: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

.features h3 {
  font-size: 1.8rem;
  color: #6a0dad;
  margin-bottom: 40px;
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.feature-item {
  background-color: #f7f3ff;
  padding: 20px;
  border-radius: 8px;
  width: 280px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.feature-item h4 {
  color: #6a0dad;
  margin-bottom: 10px;
}

/* over mij */
.over-mij {
  background-color: #ffffff;
  padding: 80px 20px;
  color: #333;
}

.over-mij-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.hero-container_about {
   font-size: 30px;

}

.over-mij-tekst {
  flex: 1 1 500px;
}

.over-mij-foto {
  flex: 1 1 100px;
  text-align: center;
}

.over-mij-foto img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.diensten-grid {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.diensten-grid .grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.dienst_gr {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  flex: 1 1 300px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
}
.dienst_ind {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  flex: 1 1 300px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
}
.dienst_org {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  flex: 1 1 300px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
}
.dienst h3 {
  margin-bottom: 15px;
  font-size: 1.4em;
}

.dienst p {
  margin-bottom: 20px;
  font-size: 1em;
}

.cta-button-dienst {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0077cc;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

.cta-button-dienst:hover {
  background-color: #005fa3;
}
.contact {
  padding: 80px 20px;
  background-color: #f9f9f9;
  color: #333;
}

.contact h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
  text-align: center;
}

.contact-info {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.2em;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.contact-form button {
  background-color: #6c4bc1;
  color: white;
  border: none;
  padding: 12px;
  font-size: 1em;
  border-radius: 6px;
  cursor: pointer;
}

.dienst-kader {
  background-color: #f3f3f3;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  margin-bottom: 40px;
}


.dienst-kader p {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.dienst-kader ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.dienst-kader ul li {
  font-size: 1.0em;
  margin-bottom: 8px;
  list-style-type: disc;
}


/* Footer */
footer {
  background-color: #6a0dad;
  color: white;
  text-align: center;
  padding: 20px;
}

/* Responsive layout */
@media (max-width: 768px) {
  .logo-nav {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .nav-links {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .hero h2 {
    font-size: 1.6rem;
  }

  .cta-button {
    font-size: 1rem;
  }

  .feature-grid {
    flex-direction: column;
    align-items: center;
  }
}
