Introduction: These Terms and Conditions (“Terms”) form a legally binding agreement between you (“User” or “Customer”) and Sanjar Creation (“we”, “us”, “our”). By accessing or using our website, placing an order, or using our services, you agree to these Terms.

Note: Please review the Kannada and Telugu translations for legal accuracy. Contact us if you need localized wording.
/* --- Mobile: place language switcher below the title --- */ .m-header { display: flex; gap: 12px; align-items: center; justify-content: space-between; flex-wrap: wrap; /* allow items to wrap on small screens */ } /* Stack title and switcher vertically on small screens */ @media (max-width: 520px) { .m-header { flex-direction: column; align-items: flex-start; /* left-align both title and switcher */ } /* make the switcher span full width below the title */ .lang-switch { order: 2; width: 100%; margin-top: 8px; display: flex; gap: 8px; flex-wrap: wrap; /* allow buttons to wrap if needed */ } /* ensure language buttons are nicely sized on mobile */ .lang-btn { flex: 0 0 auto; padding: 8px 10px; min-width: 96px; /* gives tappable size; change if needed */ text-align: center; } }