How to enable natural scrolling touchpad in Xfce? (Reverse scrolling direction)

Permanent solution here: youtu.be/R90SnhpWwnw
Configuration file path: /usr/share/X11/xorg.conf.d/40-libinput.conf

Additional Value required for natural scrolling:
Option “VertScrollDelta” “-71”
Option “HorizScrollDelta” “-71”

Check the current value:
synclient | grep VertScrollDelta