.all_services_expanded_section {
  width: 100%;
  padding: 80px 0;
}

.all_services_expanded_wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Quick Navigation Styles */
.all_services_expanded_nav {
  margin-bottom: 60px;
  padding: 15px 30px 30px;
  background: #f8f9fa;
  border-radius: 12px;
}

.all_services_expanded_nav_title {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  color: #3a3a3a;
  margin: 15px 0 10px;
}

.all_services_expanded_nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.all_services_expanded_nav_item {
  margin: 0;
}

.all_services_expanded_nav_link {
  background-color: transparent;
  color: #1F2C4C;
  font-family: "Open Sans", sans-serif;
  padding: 7px 15px 7px 15px;
  display: inline-block;
  border-radius: 100px;
  text-decoration: unset;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  overflow: hidden; /* Verbergt het pijltje als het buiten de button is */
  display: inline-flex;
  align-items: center;
  transition: 0.3s all;
  border: 1px solid #1F2C4C;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
.all_services_expanded_nav_link:hover {
  background-color: #1F2C4C;
  color: white;
  border: 1px solid #1F2C4C;
  transition: 0.3s all;
}
.all_services_expanded_nav_link:hover svg {
  background-color: #1F2C4C;
  transition: 0.3s all;
  fill: white;
}
.all_services_expanded_nav_link svg {
  max-width: 18px;
  width: 100%;
  height: 18px;
  background: white;
  border-radius: 100px;
  padding: 2px;
  fill: #1F2C4C;
  margin-left: 10px;
  position: relative;
  top: 0px;
  transition: transform 0.3s ease;
}

/* Services List */
.all_services_expanded_list {
  scroll-margin-top: 100px;
}

.all_services_expanded_item {
  display: flex;
  align-items: stretch;
  gap: 60px;
  margin-bottom: 80px;
  transition: transform 0.3s ease;
  scroll-margin-top: 100px;
}

.all_services_expanded_item:last-child {
  margin-bottom: 0;
}

/* Reverse layout voor even items */
.all_services_expanded_item--reverse {
  flex-direction: row-reverse;
}

.all_services_expanded_link {
  display: flex;
  align-items: stretch;
  gap: 60px;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.all_services_expanded_item--reverse .all_services_expanded_link {
  flex-direction: row-reverse;
}

/* Image Container */
.all_services_expanded_image {
  flex: 0 0 50%;
  overflow: hidden;
  border-radius: 12px;
  background-color: #f5f5f5;
}

.all_services_expanded_image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.all_services_expanded_item:hover .all_services_expanded_image img {
  transform: scale(1.05);
}

/* Content Container */
.all_services_expanded_content {
  flex: 0 0 calc(50% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}

.all_services_expanded_title {
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 0;
  margin-top: 0px;
}

.all_services_expanded_excerpt {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  color: #3a3a3a;
  margin: 15px 0 20px;
}

.all_services_expanded_button {
  background-color: #1F2C4C;
  color: white;
  font-family: "Open Sans", sans-serif;
  padding: 16px 30px 15px 30px;
  display: inline-block;
  border-radius: 100px;
  text-decoration: unset;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  overflow: hidden; /* Verbergt het pijltje als het buiten de button is */
  display: inline-flex;
  align-items: center;
  transition: 0.3s all;
  border: 1px solid #1F2C4C;
  margin-top: 10px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
.all_services_expanded_button:hover {
  background-color: white;
  color: #1F2C4C;
  border: 1px solid #1F2C4C;
  transition: 0.3s all;
}
.all_services_expanded_button:hover svg {
  background-color: #1F2C4C;
  transition: 0.3s all;
  fill: white;
}
.all_services_expanded_button svg {
  max-width: 18px;
  width: 100%;
  height: 18px;
  background: white;
  border-radius: 100px;
  padding: 2px;
  fill: #1F2C4C;
  margin-left: 10px;
  position: relative;
  top: 0px;
  transition: transform 0.3s ease;
}

.all_services_expanded_item:hover .all_services_expanded_button {
  gap: 12px;
}

.all_services_expanded_arrow {
  transition: transform 0.3s ease;
}

.all_services_expanded_nav_toggle {
  background-color: #1F2C4C;
  color: white;
  font-family: "Open Sans", sans-serif;
  padding: 10px 18px 10px 18px;
  display: inline-block;
  border-radius: 100px;
  text-decoration: unset;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  overflow: hidden; /* Verbergt het pijltje als het buiten de button is */
  display: inline-flex;
  align-items: center;
  transition: 0.3s all;
  border: 1px solid #1F2C4C;
  margin-top: 10px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
.all_services_expanded_nav_toggle:hover {
  background-color: white;
  color: #1F2C4C;
  border: 1px solid #1F2C4C;
  transition: 0.3s all;
}
.all_services_expanded_nav_toggle:hover svg {
  background-color: #1F2C4C;
  transition: 0.3s all;
  fill: white;
}
.all_services_expanded_nav_toggle svg {
  max-width: 18px;
  width: 100%;
  height: 18px;
  background: white;
  border-radius: 100px;
  padding: 2px;
  fill: #1F2C4C;
  margin-left: 10px;
  position: relative;
  top: 0px;
  transition: transform 0.3s ease;
}

@media (max-width: 900px) and (min-width: 600px) {
  .all_services_expanded_link {
    flex-direction: column !important;
    gap: 10px;
  }
  .all_services_expanded_item {
    margin-bottom: 0px;
  }
  .all_services_expanded_content {
    justify-content: flex-start;
  }
  .all_services_expanded_image img {
    height: 400px;
  }
}
@media (max-width: 599px) {
  .all_services_expanded_link {
    flex-direction: column !important;
    gap: 10px;
    margin-bottom: 40px;
  }
  .all_services_expanded_item {
    margin-bottom: 0px;
  }
  .all_services_expanded_content {
    justify-content: flex-start;
  }
  .all_services_expanded_image img {
    height: 300px;
  }
  .all_services_expanded_image {
    flex: unset;
  }
  .all_services_expanded_title {
font-size: clamp(1.6rem, 2vw, 1.5rem);
        line-height: 1.2;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
  }
  .all_services_expanded_excerpt {
    font-size: 18px;
    line-height: 30px;
  }
  .all_services_expanded_nav {
    margin-bottom: 40px;
  }
  .all_services_expanded_section {
    padding: 60px 0;
  }
}
/* Mobile Navigation Styles */
@media (max-width: 900px) {
  .all_services_expanded_nav {
    padding: 0px;
	  background: unset;
  }
  .all_services_expanded_nav_header {
    margin-bottom: 0;
  }
  .all_services_expanded_nav_title {
    margin: 0;
    font-size: 16px;
	  display: none;
  }
  .all_services_expanded_nav_toggle {
    display: inline-flex;
  }
  .all_services_expanded_nav_list {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    transition: all 0.4s ease;
  }
  .all_services_expanded_nav_list.is-open {
    max-height: 2000px;
    opacity: 1;
    margin-top: 20px;
  }
  .all_services_expanded_nav_link {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media (min-width: 901px) {
  .all_services_expanded_nav_toggle {
    display: none;
  }
}/*# sourceMappingURL=all_services_expanded.css.map */