Y U R H I X S O L U T I O N S

Terms & Conditions

Last Updated: February 9, 2026

1 Agreement to Terms

These Terms and Conditions constitute a legally binding agreement made between you, whether personally or on behalf of an entity (“you”) and Yurhix Solutions (“we,” “us” or “our”), concerning your access to and use of our website.

2 Intellectual Property Rights

Unless otherwise indicated, the website is our proprietary property and all source code, databases, functionality, software, website designs, audio, video, text, photographs, and graphics on the website and the trademarks, service marks, and logos contained therein are owned or controlled by us or licensed to us.

3 User Representations

By using the website, you represent and warrant that you have the legal capacity and you agree to comply with these Terms and Conditions.

4 Prohibited Activities

You may not access or use the website for any purpose other than that for which we make the website available. The website may not be used in connection with any commercial endeavors except those that are specifically endorsed or approved by us.

servicesToggle.addEventListener('click', () => { servicesList.classList.toggle('hidden'); servicesIcon.classList.toggle('rotate-180'); }); // Header & Back to Top Scroll Effect const backToTop = document.getElementById('back-to-top'); window.addEventListener('scroll', () => { if (window.scrollY > 10) { header.classList.add('shadow-lg', 'bg-white/95', 'backdrop-blur-sm'); } else { header.classList.remove('shadow-lg', 'bg-white/95', 'backdrop-blur-sm'); } if (window.scrollY > 500) { backToTop.classList.remove('translate-y-20', 'opacity-0'); } else { backToTop.classList.add('translate-y-20', 'opacity-0'); } }); backToTop.addEventListener('click', () => { window.scrollTo({ top: 0, behavior: 'smooth' }); });