I'm currently working on a website and I'm facing an issue with a horizontal scroll appearing only on the mobile version when using Chrome browser (Firefox works perfectly fine). Despite trying various solutions like adding overflow-x:hidden; to html and body tags, the problem still persists. I even ran a script to check if any element in the DOM exceeds the width of the viewport, but couldn't find anything out of the ordinary. You can visit the site at orhideeaevents.ro. Here is a snapshot for reference:
https://i.sstatic.net/Tjqfx.png
Thank you in advance for any help or suggestions you may have, and apologies if my explanation was unclear.