.site-footer a {
  color: #111;
}
.site-footer .sub-menu {
  display: none;
}
.site-primary-footer-wrap {
  border-radius: 35% 35% 0 0;
}
.site-footer-below-section-3 p {
  margin-bottom: 0px;
}

@media only screen and (min-width: 1000px) {
  .ast-builder-footer-grid-columns {
    grid-column-gap: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .site-primary-footer-wrap {
    border-radius: 15% 15% 0 0;
    padding-top: 30px !important;
  }
}
.overflow-hidden {
  overflow: hidden;
}

.blob {
  position: relative;
}
.blob:before,
.blob:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-image: url("https://www.clients.newwinewebdesign.com/vetvax/wp-content/uploads/2024/04/blob-border.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0px;
  right: 0px;
}
.blob:before {
  top: -99px;
  transform: scaleY(-100%);
}
.blob:after {
  bottom: -99px;
}

@media only screen and (min-width: 1800px) {
  .blob:before,
  .blob:after {
    height: 130px;
  }
  .blob:before {
    top: -129px;
  }
  .blob:after {
    bottom: -129px;
  }
}
@media only screen and (max-width: 1024px) {
  .blob:before,
  .blob:after {
    content: normal;
  }
}

.step-card-height {
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  .steps-row {
    flex-wrap: wrap;
  }
  .steps-row > .elementor-element {
    flex-basis: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .steps-row > .elementor-element {
    flex-basis: 100%;
  }
}
