@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import "./styles/development-bundle.css";

.werkwijze-container li {
  color: white;
}
.werkwijze-container p {
  color: white;
}

.werkwijze-container {
  color: white;
  overflow: hidden;
}

.werkwijze-container img {
  display: block;
  border: none;
  width: 100%;
}

.werkwijze-block {
  display: flex;
  justify-content: space-between;
  padding: 4rem 0;
}

.werkwijze-title {
  margin-bottom: 3rem;
}

.werkwijze-image {
  padding: 0;
  max-width: 420px;
}

.werkwijze-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#block1 {
  background-color: var(--secondary-color);
  color: white;

  z-index: 2;
}
#block2 {
  background-color: var(--hero-color);
  color: white;
  z-index: 2;
}
#block3 {
  background-color: var(--dark-lime);
  color: white;
  z-index: 2;
}
#block4 {
  background-color: var(--primary-color);
  color: white;
  z-index: 2;
  padding-bottom: 256px;
}

.svg {
  position: relative; /* Ensures it stays in the flow of the document */
  width: 100%; /* Spans the full width of the container */
  height: 256px; /* Set a height for visibility */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wave-1 {
  background-image: url("./SVG/wave-short-1.svg");
}

.wave-2 {
  background-image: url("./SVG/wave-short-2.svg");
}

.wave-3 {
  background-image: url("./SVG/wave-short-3.svg");
}

@media screen and (max-width: 991px) {
  .werkwijze-text {
    margin-bottom: 2rem;
  }

  .werkwijze-image {
    max-width: 240px;
  }
  .werkwijze-blok {
    padding: 1rem 0;
  }
  .svg {
    height: 128px; /* Adjust height for smaller screens */
  }
  #block4 {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
}

/* Screen-reader-only utility: visually hidden but accessible.
   Reveals when focused (keyboard users / skip links). */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.sr-only:focus,
.sr-only:active,
.sr-only:focus-visible {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
}
