/* ========== Responsive ========== */
@media (max-width: 600px) {

  .nav-toggle {
    display: block;
    margin-bottom: 0rem;
    color: #fff;
  }

  .nav ul {
    display: none;
    flex-direction: column;
    gap: 1rem;
    background-color: #f00;
    padding: 1rem;
    border-radius: 8px;
  }

  .nav.open ul {
    display: flex;
  }


  .hero,
  .services,
  .contact {
    text-align: left;
    
  }
.contact-form {
  
  
  
  margin-top: 1rem;
  width: 300px;
}

 

.regional-logos-collage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem;
}

.regional-logos-collage img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
}
 #cookie-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  #cookie-banner .consent-buttons {
    justify-content: flex-start;
    width: 100%;
  }