.cf-submit {
  position: relative;
}

.cf-submit:after {
  content: "";
  background-image: url("https://wsale.stagingenvironments.co.uk/wp-content/uploads/2024/12/Vector-3.png");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  width: 16px;
  height: 14px;
  margin-top: auto;
  margin-bottom: auto;
}

.main-menu li > a {
  position: relative;
}

.main-menu li > a[aria-current=page]:before {
  content: "";
  background-color: #00aaff;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  bottom: -40px;
}

.header-cta:hover .header-cta__text {
  color: #000000;
}

.primary-cta-w-icon:hover .primary-cta__text {
  color: #00aaff;
}

.primary-cta-w-icon:hover .primary-cta__icon {
  color: #00aaff;
  fill: #00aaff !important;
}

.secondary-cta-w-icon:hover .secondary-cta__text {
  color: #00aaff;
}

/* This is a stylesheet. Styles will be added as separate SCC files */
.industry-card:hover .industry-card-heading {
  color: #FFFFFF;
}

.industry-card:hover .industry-card-blurb {
  color: #FFFFFF;
}

.industry-card:hover .industry-card-icon-wrapper {
  background-color: #00AAFF;
  border: 1px solid #00AAFF;
}

.industry-card:hover .industry-card-icon path {
  fill: #FFFFFF !important;
}
