An IT consultancy can help you assess your technology needs and develop a technology strategy that aligns with your business

Contact Us

Unit No.212, Globe Estate, Dombivli (East), Maharashtra - 421203

Contact
Daynil Group Solutions Privacy Policy

1. Introduction

At Daynil Group, your privacy is of utmost importance to us. We are committed to protecting the personal information you share with us and ensuring that your project-related copyrights and artworks remain your property. This Privacy Policy outlines how we handle your data, the measures we take to protect it, and your rights regarding your personal information.

2. Ownership and Use of Artworks

Daynil Group strictly adheres to the policy that all copyrights and artworks related to your project remain your property. We will not reuse, resell, or repurpose any of your artworks for other sites or projects. Your creative works are exclusively yours, and we respect the confidentiality and proprietary nature of your materials.

3. Confidentiality and Data Protection

Daynil Group ensures that all information shared with us remains confidential. This includes, but is not limited to, original artwork, contact details, notes, and other project-related information. We have implemented robust security measures to protect your data from unauthorized access, disclosure, or use. Our data security practices are in place at all levels to ensure the integrity and safety of the information we collect and process.

4. Client Email Communication

Your privacy is protected in all our interactions. We keep client email addresses confidential and do not share them with third parties. Daynil Group only sends emails to clients who have expressed interest in receiving them. This includes regular newsletters for updates and events, as well as order-specific emails detailing the status and information related to your purchase.

5. Opting Out of Email Communication

Clients have the option to unsubscribe from our email communications at any time. If you no longer wish to receive newsletters or other communications from Daynil Group, you can easily opt out by clicking the "Unsubscribe" link provided in our emailers.

6. Data Security Measures

Daynil Group takes data security seriously. The information we collect online is protected by industry-standard security measures to prevent unauthorized access, maintain data accuracy, and ensure the proper use of information. We employ secure processes to safeguard the information collected through our website and during our interactions with clients.

7. No Sharing or Selling of Personal Information

Daynil Group does not sell, share, or rent any personal or financial information collected from our clients. We ensure that all transactions and information shared with us are handled securely. For transactions processed through PayPal, please refer to the PayPal Privacy Policy for additional details on data protection.

8. Information Collection and Use

When you place an order or request a product, we may ask for personal information such as your email address, order details, source files, and client notes. This information is solely used to complete your order and is not disclosed to third parties. We use the email address provided to communicate the status of your order and keep it confidential.

9. Use of Aggregate Information

Daynil Group may use aggregate, non-personal information to improve the design and functionality of our website. This data helps us enhance user experience and ensure that our website meets the needs of our clients. However, individual visitors to our site remain anonymous, and personal information is not used beyond the scope described in this policy.

10. Contact Information

If you have any questions or concerns regarding our Privacy Policy or the handling of your personal information, please complete the contact form on our website. We are committed to addressing your inquiries and ensuring your privacy and data security are upheld.

11. Changes to This Privacy Policy

Daynil Group reserves the right to update this Privacy Policy as needed to reflect changes in our practices or legal requirements. We encourage clients to review this policy periodically to stay informed about how we are protecting their information.

// when live on main domain // const navLinkEls = document.querySelectorAll('.main_menu a'); // Select all elements within .main_menu // const windowPathname = window.location.pathname; // // Function to determine if the link is active // const isActiveLink = (href) => { // const linkPathname = new URL(href, window.location.origin).pathname; // return windowPathname === linkPathname || (windowPathname === "/index.php" && linkPathname === "/"); // }; // // Remove 'active' class from all links first // navLinkEls.forEach(navLinkEl => { // navLinkEl.classList.remove('active'); // }); // navLinkEls.forEach(navLinkEl => { // const href = navLinkEl.getAttribute('href'); // // Skip links with href="#" or empty href // if (href === "#" || href === "") { // return; // } // // Check if the link is active // if (isActiveLink(href)) { // navLinkEl.classList.add('active'); // // Find and activate parent link if it exists // const parentMenuItem = navLinkEl.closest('.mega_menu_dropdown'); // if (parentMenuItem) { // const parentLink = parentMenuItem.querySelector('a[href="#"]'); // if (parentLink) { // parentLink.classList.add('active'); // } // } // } // });