.w-webflow-badge {
  position: fixed !important;
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  z-index: -9999 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  -webkit-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
  transition: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  bottom: -100px !important;
  right: -100px !important;
}

/* Hide any elements after footer */
.footer-section ~ * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
  z-index: -9999 !important;
}

/* Target badge after footer specifically */
.footer-section + .w-webflow-badge,
body > .w-webflow-badge,
#w-webflow-badge {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Ensure badge image is also hidden */
.w-webflow-badge img,
.w-webflow-badge > img {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Style for testimonial left arrow to match right arrow */
.testimonial-left-arrow img {
  filter: hue-rotate(85deg) saturate(200%) brightness(90%);
} 