<script>
document.addEventListener('DOMContentLoaded', function() {
  const parallaxSection = document.querySelector('.sectiune-parallax');
  
  if (parallaxSection) {
    window.addEventListener('scroll', function() {
      let scrolled = window.pageYOffset;
      // Ajustează valoarea 0.4 pentru a schimba viteza efectului (mai mic = mai lent)
      parallaxSection.style.backgroundPositionY = (scrolled * 0.4) + 'px';
    });
  }
});
</script>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://orthoface.global/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://orthoface.global/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://orthoface.global/wp-sitemap-taxonomies-business-services-category-1.xml</loc></sitemap><sitemap><loc>https://orthoface.global/wp-sitemap-taxonomies-testimonials-category-1.xml</loc></sitemap><sitemap><loc>https://orthoface.global/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
