.with-phone-icon::before,
.with-email-icon::before {
  content: "";
  display: inline-block;
  width: 1em;
  /* Schaalt mee met font-size */
  aspect-ratio: 1;
  /* Voor vierkante icons */
  margin-right: 8px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.with-phone-icon::before {
  background-image: url("/wp-content/uploads/2025/09/iconmonstr-phone-4-1.svg");
}

.with-email-icon::before {
  background-image: url("/wp-content/uploads/2025/09/mail-1.svg");
}

.arrow-end::after {
  content: "";
  background: url("/wp-content/uploads/2025/10/Group-4.svg");
  width: 22px;
  height: 18px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 1px;
  transition: 0.35s ease-in-out;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
}

.check-before::before {
  content: "";
  background: url("/wp-content/uploads/2025/10/Vector-12.svg");
  width: 24px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
  transition: 0.35s ease-in-out;
  background-size: contain;
  background-repeat: no-repeat;
}

.industrie-card:hover .arrow-end::after,
.case-card:hover .arrow-end::after {
  transform: translateX(15px);
}
