.all_services_section_inner {
  padding: 0 30px;
  max-width: 1310px;
  margin: 0 auto;
  position: relative;
}

.all_services_header {
  text-align: left;
  max-width: 1190px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px 0px 30px;
}

.all_services_title {
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.all_services_title_thin {
  font-weight: 400;
}

.all_services_title_fat {
  font-weight: 500;
}

.all_services_info {
  max-width: 1190px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px 20px 30px;
}

.all_services_info p {
  font-size: 20px;
  max-width: 680px;
  font-family: "Clash Grotesk", sans-serif;
  letter-spacing: 0.1px;
  line-height: 30px;
}

.all_services_carousel_container {
  position: relative;
  padding: 0 60px;
}

.all_services_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #1F2C4C;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.all_services_nav:hover {
  background-color: white;
}
.all_services_nav:hover svg {
  color: #1F2C4C;
}

.all_services_section {
  position: relative;
}

.all_services_nav svg {
  color: white;
}

.all_services_nav_prev {
  left: 0px;
}

.all_services_nav_next {
  right: 0px;
}

.all_services_swiper {
  overflow: hidden;
  padding-bottom: 3rem;
}

.all_services_card {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.all_services_card_link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.all_services_card_image {
  position: relative;
  height: 380px;
  overflow: hidden;
  border-radius: 15px;
}

.all_services_card_image img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.all_services_card:hover .all_services_card_image img {
  transform: scale(1.05);
}

.all_services_card_content {
  padding-top: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.highlighted_image {
  margin-bottom: 0.75rem;
  height: 40px;
  display: flex;
  align-items: center;
}

.highlighted_image img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.all_services_card_title {
  font-family: "Clash Grotesk", sans-serif;
  font-weight: 400;
  font-size: 30px;
  margin: 0;
  color: white;
}

.all_services_card_excerpt {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: white;
}

.all_services_card_button {
  background-color: white;
  color: #1F2C4C;
  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 white;
  margin-top: 10px;
}
.all_services_card_button:hover {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  transition: 0.3s all;
}
.all_services_card_button:hover svg {
  background-color: #1F2C4C;
  transition: 0.3s all;
  fill: white;
}
.all_services_card_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_pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 2rem;
}

.blue_background {
  background: #1F2C4C;
  padding: 230px;
  margin: 0;
  position: absolute;
  z-index: 0;
  bottom: -30px;
  width: 100%;
  border: unset;
}

@media only screen and (max-width: 1200px) and (min-width: 601px) {
  .all_services_card_image img, .all_services_card_image {
    height: 340px;
  }
  .all_services_info, .all_services_header {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .all_services_card_image img, .all_services_card_image {
    height: 250px;
  }
  .blue_background {
    bottom: 0px;
  }
  .all_services_info, .all_services_header {
    padding: 0;
  }
  .all_services_title {
    margin-top: 80px;
  }
  .all_services_title span {
    font-size: 28px;
  }
  .all_services_info p {
    font-size: 18px;
  }
  .all_services_card_title {
    font-size: 26px;
  }
  .all_services_card_excerpt {
    font-size: 15px;
  }
  .all_services_carousel_container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 400px) {
  .all_services_card_image img, .all_services_card_image {
    height: 240px;
  }
  .all_services_nav_prev {
    left: -25px;
  }
  .all_services_nav_next {
    right: -25px;
  }
	
	.all_services_nav svg {
		color: #ffffffcc;
	}
	
  .all_services_nav {
    width: 34px;
	  border: unset;
    height: 34px;
	  box-shadow: unset;
  }
}/*# sourceMappingURL=all_services.css.map */