Header background image
Secondary header background image

Terms & Conditions

Terms and Conditions of Obeth Graphics

Effective Date: 01 August, 2025

Welcome to Obeth Graphics (www.obethgraphics.com). By accessing or subscribing to our services, you agree to the following Terms and Conditions ("Terms"). Please read them carefully.

1. Service Overview

Obeth Graphics provides graphic design services via subscription plans. Our offerings include creative design solutions such as branding, marketing graphics, and custom visuals delivered through a credit-based and request-slot system.

2. Subscription Plans and Credit System

• All plans are billed on a recurring basis (monthly/quarterly/annually, as selected).
• Each subscription plan comes with:
  – A defined number of credits per month
  – A specific number of active request slots
Credits are used to submit design requests and vary depending on the complexity of the request.
Unused credits expire at the end of each billing cycle and do not roll over.
• Plan details and limits can be found on our Pricing Page.

3. Fair Usage Policy

We offer “Unlimited Creativity”, which means you may submit as many design ideas as you wish. However:
• Your requests are limited by available credits and active request slots.
We reserve the right to monitor usage and take appropriate action if we detect excessive or abusive patterns.
• Full details are available in our Fair Usage Policy.

4. Turnaround Time

Turnaround time varies based on the plan selected:
Standard: 12–24 hours
Premium & Enterprise: 6–12 hours

Note: Times may vary depending on request complexity, active queue, and clarity of the design brief.

5. Revision Policy

Standard Plan: Up to 3 revisions per design request.
Premium & Enterprise: Unlimited revisions within the scope of the original design brief.

Major changes outside the initial brief may be treated as a new request.

6. Refund Policy

All purchases are non-refundable.
• We encourage you to review our pricing and service model before subscribing.

7. Scope of Service

Obeth Graphics covers a broad range of design services. However, we do not provide:

Video editing or advanced motion graphics (unless custom-quoted)
3D modeling, CAD services
Development or coding
Print production or logistics
Custom-quoted large-scale projects unless explicitly agreed

8. Client Responsibilities

You agree to:
• Provide clear and detailed design briefs
• Respond to communication promptly for smooth workflow
• Not misuse, resell, or redistribute our design services in a way that violates our policies

9. Intellectual Property

• All final approved designs are your property upon delivery and full payment.
Obeth Graphics retains rights to showcase work in portfolios and designsbuddy.com unless a written NDA is in place.

10. Account Suspension or Termination

We reserve the right to suspend or terminate your account if:
• You violate our Terms or Fair Usage Policy
• You use the service abusively or for illegal purposes
• Payments are not received as per billing cycle

11. Privacy Policy

By subscribing, you agree that we may collect and use personal data such as your name, email, phone number, and project information.

• We do not sell or share your personal data with third parties without consent.
• International clients are assured that we comply with GDPR and other applicable data protection regulations.

12. Limitation of Liability

Obeth Graphics is not liable for any indirect, incidental, or consequential damages related to service usage, delays, or interruptions.

13. Governing Law

These Terms are governed by the laws of India. Any disputes shall be subject to the exclusive jurisdiction of the courts in Chennai, Tamil Nadu.

14. Quality Check Disclaimer

While we perform a thorough quality check on all final design files, we strongly recommend that subscribers conduct their own checks prior to printing, publishing, or distributing the designs.

Obeth Graphics shall not be held responsible for any losses, damages, or liabilities arising from errors that are not reported before final use.

15. Modifications to Terms

We may update these Terms at any time. Updates will be posted on this page with a revised effective date.

Acceptance of Terms

By subscribing to any plan, you acknowledge that you have read, understood, and agreed to these Terms and Conditions, along with the Privacy Policy and Fair Usage 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