body.fllixx-service-detail-page .fllixx-scroll-reveal {
  color: #f4f6ef;
}

body.fllixx-service-detail-page .fllixx-scroll-reveal .fllixx-reveal-char {
  display: inline;
  color: var(--fllixx-reveal-color, #343638) !important;
  -webkit-text-fill-color: var(--fllixx-reveal-color, #343638) !important;
  background: none !important;
  opacity: 1 !important;
  will-change: color;
}

@media (prefers-reduced-motion: reduce) {
  body.fllixx-service-detail-page .fllixx-scroll-reveal .fllixx-reveal-char {
    color: #f4f6ef;
  }
}
