Header background image
Secondary header background image

Privacy Policy

Privacy Policy for Obeth Graphics

Effective Date: 01 August, 2025

Obeth Graphics ("we", "our", or "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our website (www.obethgraphics.com) or subscribe to our services.

1. Information We Collect

We collect personal information that you voluntarily provide to us when you:
• Register for an account or subscribe to a plan
• Submit a design request or fill out a brief
• Contact us via email, chat, or forms

This information may include:
Name
Email address
Phone number
Company details
Billing information
Design briefs and related files

2. How We Use Your Information

We use the information we collect to:
Provide and manage our design services
Communicate with you about your projects and subscriptions
Personalize user experience and improve customer service
Process payments and invoices
Send updates, promotional emails, and important service information (opt-out available)

3. Data Sharing and Disclosure

We do not sell, trade, or rent your personal information to third parties. We may share data with:
Our internal team, including designers and project managers
Trusted service providers (e.g., payment gateways, hosting services)
Legal authorities, if required by law or to protect our rights

4. Data Security

We implement appropriate technical and organizational measures to secure your data. This includes encrypted communication, restricted access, and secure servers.

5. GDPR Compliance

For our EU clients, we process your data in accordance with the General Data Protection Regulation (GDPR). You have the right to:
Access your personal data
Request correction or deletion
Object to processing or request data portability
Withdraw consent at any time

6. Cookies and Tracking Technologies

We use cookies to enhance user experience, track usage patterns, and analyze website traffic. You can control cookie preferences in your browser settings.

7. Data Retention

We retain your information as long as your account is active or as necessary to provide services, comply with legal obligations, resolve disputes, and enforce agreements.

8. Third-Party Links

Our website may contain links to external sites not operated by us. We are not responsible for the privacy practices of those websites.

9. Children's Privacy

Our services are not intended for individuals under the age of 18. We do not knowingly collect personal data from minors.

10. Changes to This Policy

We reserve the right to update this Privacy Policy at any time. We will notify you of significant changes by updating the effective date at the top of this page.

11. Contact Us

If you have questions or concerns about this Privacy Policy or our data practices, please contact us at:

Email: hello@obethgraphics.com

By using our site or subscribing to our services, you consent to our Privacy Policy.

// Load images inside #engine // Optional: check size after load (not before) // Load video sources inside #engine // Check if we're on the /work page sessionStorage.setItem("workReload", "yes"); // Set flag location.reload(); // Force full reload once // Remove after reload so next visit gets fresh reload sessionStorage.removeItem("workReload"); // Reset before next visit // ✅ Replace all src with data-src from parent // Show all images by default // Toggle active class // Filter items items.slice(0, 21).show(); // Show first 21 images filtered.slice(0, 21).show(); // Show only first 21 filtered images // Initial state (show first 21 of all) // Show only first 21 items with class "all" by default // Filter button click e.preventDefault(); // Prevent default behavior $items.hide(); // Hide everything $(".grid-item.all").slice(0, maxCount).show(); // Show only 21 items with class "all" $items.hide(); // Hide everything $(`.grid-item.${filter}`).show(); // Show only matching filter items // PNG background handling // Detect navigation via back/forward buttons location.reload(); // Force full page reload