body {
  background-color: #ffffff;
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-brand {
  color: #4655E5 !important;
  font-weight: 600;
  font-size: 1.3rem;
}

.nav-link {
  color: #333333 !important;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #2DE0E6 !important;
}

/* --- Hero sectie --- */
section h1 {
  color: #4655E5;
  font-weight: 600;
  margin-bottom: 1rem;
}

.btn-primary {
  background-color: #4655E5;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #2DE0E6;
  color: #000;
}

.btn-success {
  background-color: #2FE541;
  border: none;
}

.btn-success:hover {
  background-color: #26c437;
}

.btn-outline-primary {
  border-color: #4655E5;
  color: #4655E5;
}

.btn-outline-primary:hover {
  background-color: #4655E5;
  color: #fff;
}

/* --- Secties & koppen --- */
h2, h3, h4, h5 {
  color: #4655E5;
}

.container {
  max-width: 1200px;
}

/* --- Expertise badges --- */
.badge.bg-primary {
  background-color: #2DE0E6 !important;
  color: #000;
  font-weight: 600;
}

/* --- Footer --- */
footer {
  background-color: #1a1a1a;
  color: #ffffff;
}

footer h5 {
  color: #2DE0E6;
  margin-bottom: 1rem;
}

footer a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #2DE0E6;
}

footer small {
  color: #cccccc;
}

@media (max-width: 768px) {
  .navbar-brand {
    font-size: 1.1rem;
  }

  section h1 {
    font-size: 1.8rem;
  }

  .btn {
    width: 100%;
  }
}
.profile-pic {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
}

body {
    background-color: #f9f9f9;
    color: #333;
}

header .navbar {
    padding: 1rem 0;
}

.nav-link {
    font-weight: 500;
    padding-left: 1rem;
}

.hero {
    padding: 100px 0;
    text-align: center;
    background: linear-gradient(135deg, #007bff, #6c63ff);
    color: white;
}

.portfolio-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-top: 40px;
}

.portfolio-item {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

.portfolio-item:hover {
    transform: translateY(-5px);
}

.portfolio-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.btn-primary {
    background-color: #007bff;
    border-radius: 6px;
    padding: 10px 20px;
    border: none;
}

.btn-primary:hover {
    background-color: #005fcc;
}

footer {
    font-size: 0.9rem;
}

section h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: 600;
}

section p {
    margin-bottom: 15px;
    font-size: 1.05rem;
}

@media (max-width: 768px) {
    .navbar-brand {
        font-size: 1.2rem;
    }

    section h1 {
        font-size: 1.8rem;
    }
}
#map { 
  height: 400px;
  width: 100%;
  margin-top: 50px;
}
