Privacy policy
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif; background: linear-gradient(135deg, #eef2ff 0%, #dbeafe 50%, #f0f4ff 100%); color: #0b1a2e; line-height: 1.7; padding: 2rem 1.5rem; min-height: 100vh; } .policy-wrapper { max-width: 1100px; margin: 0 auto; background: #ffffff; border-radius: 32px; box-shadow: 0 20px 60px rgba(11, 43, 74, 0.10); padding: 3rem 3.5rem; transition: all 0.3s ease; border: 1px solid rgba(37, 99, 235, 0.06); } /* ----- HEADINGS ----- */ h1 { font-size: 2.3rem; font-weight: 800; color: #0b2b4a; margin-bottom: 0.2rem; letter-spacing: -0.5px; } .effective-date { display: inline-block; background: linear-gradient(135deg, #dbeafe, #eef2ff); padding: 0.3rem 1.6rem; border-radius: 60px; font-weight: 600; color: #1e3a8a; font-size: 0.9rem; margin-top: 0.3rem; border: 1px solid #b9cffa; } .effective-date i { margin-right: 8px; color: #2563eb; } h2 { font-size: 1.6rem; font-weight: 700; color: #0b1a2e; margin-top: 2.5rem; margin-bottom: 0.6rem; display: flex; align-items: center; gap: 0.6rem; background: linear-gradient(135deg, #f8fafc, #eef2ff); padding: 0.4rem 1rem; border-radius: 12px; border-left: 5px solid #2563eb; } h2 i { color: #2563eb; font-size: 1.4rem; } h3 { font-size: 1.2rem; font-weight: 600; color: #0b1a2e; margin-top: 1.6rem; margin-bottom: 0.3rem; padding-left: 0.5rem; border-left: 3px solid #2563eb; padding-left: 1rem; } p { font-size: 1.05rem; color: #1e293b; margin-bottom: 1rem; } .divider { border: 0; border-top: 2px solid #e9edf4; margin: 1.8rem 0 2rem 0; } /* ----- HIGHLIGHTED BOXES (BG colour highlight) ----- */ .highlight-box { background: linear-gradient(135deg, #f8fafc, #eef2ff); border-radius: 18px; padding: 1.2rem 1.8rem; margin: 1.2rem 0; border-left: 5px solid #2563eb; box-shadow: 0 2px 12px rgba(37, 99, 235, 0.06); } .highlight-box p { margin-bottom: 0.3rem; } .highlight-box strong { color: #0b2b4a; } .highlight-box i { color: #2563eb; } /* ----- LISTS (highlighted) ----- */ .info-list { list-style: none; padding-left: 0; margin: 0.6rem 0 1rem 0; display: flex; flex-wrap: wrap; gap: 0.3rem 1.5rem; } .info-list li { display: flex; align-items: center; gap: 0.5rem; font-size: 1rem; color: #1e293b; background: #f8fafc; padding: 0.2rem 0.8rem 0.2rem 0.5rem; border-radius: 30px; border: 1px solid #e9edf4; } .info-list li i { color: #16a34a; font-size: 0.9rem; } .info-list-blue li { background: #eef2ff; border-color: #b9cffa; } .info-list-blue li i { color: #2563eb; } /* ----- CARD GRID (highlighted) ----- */ .contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.2rem; margin: 1.2rem 0 0.5rem 0; } .contact-card { background: linear-gradient(135deg, #f8fafc, #eef2ff); padding: 0.9rem 1.4rem; border-radius: 16px; border-left: 4px solid #2563eb; transition: 0.2s ease; box-shadow: 0 2px 8px rgba(37, 99, 235, 0.06); } .contact-card:hover { background: linear-gradient(135deg, #eef2ff, #dbeafe); transform: translateY(-2px); box-shadow: 0 6px 16px rgba(37, 99, 235, 0.10); } .contact-card i { color: #2563eb; margin-right: 10px; font-size: 1.1rem; width: 1.2rem; } .contact-card strong { color: #0b2b4a; font-weight: 600; } /* ----- TRENDING KEYWORDS (highlighted) ----- */ .trending-pill { background: #eef2ff; padding: 0.3rem 1.2rem; border-radius: 40px; font-weight: 600; color: #1e3a8a; text-decoration: none; border: 1px solid #b9cffa; transition: 0.15s ease; display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.95rem; box-shadow: 0 2px 6px rgba(37, 99, 235, 0.06); } .trending-pill i { font-size: 0.7rem; color: #2563eb; } .trending-pill:hover { background: #dbe7fe; border-color: #2563eb; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(37, 99, 235, 0.15); } .trending-wrapper { background: linear-gradient(135deg, #f1f5f9, #e9edf4); border-radius: 60px; padding: 0.8rem 2rem; margin: 2rem 0 1.2rem 0; display: flex; flex-wrap: wrap; align-items: center; gap: 0.8rem 2rem; border: 1px solid #dbeafe; box-shadow: 0 2px 10px rgba(37, 99, 235, 0.05); } .trending-wrapper .label { font-weight: 600; color: #0f172a; display: flex; align-items: center; gap: 0.4rem; } .trending-wrapper .label i { color: #2563eb; } /* ----- CLOSING & FOOTER (highlighted) ----- */ .closing { text-align: center; margin: 2.2rem 0 0.5rem 0; font-size: 1.3rem; font-weight: 700; color: #0b2b4a; background: linear-gradient(135deg, #eef2ff, #dbeafe); padding: 0.8rem 1.5rem; border-radius: 60px; border: 1px solid #b9cffa; } .closing i { color: #2563eb; margin-right: 10px; } .footer-note { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; gap: 0.8rem; background: linear-gradient(135deg, #f1f5f9, #e9edf4); padding: 0.8rem 2rem; border-radius: 60px; margin-top: 2rem; border: 1px solid #dbeafe; } .footer-note p { margin: 0; font-weight: 500; color: #0f172a; font-size: 0.95rem; } .footer-note i { color: #2563eb; } /* ----- MISSION HIGHLIGHT (extra) ----- */ .trust-highlight { background: linear-gradient(135deg, #dbeafe, #eef2ff); border-radius: 24px; padding: 1.2rem 2rem; margin: 1.8rem 0; border: 2px solid #b9cffa; box-shadow: 0 4px 20px rgba(37, 99, 235, 0.08); text-align: center; } .trust-highlight p { margin: 0; font-size: 1.1rem; font-weight: 500; color: #0b2b4a; } .trust-highlight i { color: #2563eb; font-size: 1.3rem; margin-right: 10px; } /* ----- RESPONSIVE ----- */ @media (max-width: 800px) { .policy-wrapper { padding: 1.8rem 1.5rem; } .contact-grid { grid-template-columns: 1fr; } .info-list { gap: 0.2rem 0.8rem; } .info-list li { font-size: 0.95rem; padding: 0.2rem 0.6rem; } } @media (max-width: 500px) { .policy-wrapper { padding: 1.2rem 1rem; } h1 { font-size: 1.7rem; } h2 { font-size: 1.3rem; padding: 0.3rem 0.8rem; } .trending-wrapper { border-radius: 30px; padding: 0.8rem 1.2rem; } .footer-note { flex-direction: column; text-align: center; padding: 1rem; } .closing { font-size: 1.1rem; padding: 0.6rem 1rem; } .trust-highlight { padding: 1rem 1.2rem; } .highlight-box { padding: 1rem 1.2rem; } }
Welcome to Tavina Mart. Your privacy is important to us. This Privacy Policy explains how Tavina Mart ("we," "our," or "us") collects, uses, stores, and protects your personal information when you visit or make a purchase from https://tavinamart.co.in.
By using our website, you agree to the practices described in this Privacy Policy.
Information We Collect
When you visit or shop on Tavina Mart, we may collect the following information:
Personal Information
- Full Name
- Email Address
- Phone Number
- Shipping Address
- Billing Address
- Order Details
- Payment Information
Payments are processed through secure payment providers. Tavina Mart does not store your complete debit card, credit card, UPI, or banking credentials on our servers.
Device Information
We may automatically collect information such as:
- IP Address
- Browser Type
- Device Type
- Operating System
- Pages Visited
- Time Spent on Our Website
- Referring Website
How We Use Your Information
We use your information to:
- Process and deliver your orders
- Verify transactions
- Provide customer support
- Respond to inquiries
- Improve our website and services
- Personalize your shopping experience
- Prevent fraud and unauthorized activities
- Send order confirmations and shipping updates
- Notify you about promotions, discounts, or new arrivals (where permitted)
Cookies & Similar Technologies
Tavina Mart uses cookies and similar technologies to improve your browsing experience.
Cookies help us:
- Remember your preferences
- Keep products in your shopping cart
- Analyze website traffic
- Improve website performance
- Measure marketing effectiveness
You can manage or disable cookies through your browser settings. Please note that some website features may not function properly if cookies are disabled.
Analytics & Advertising
We may use trusted analytics and advertising tools to better understand website performance and improve our services. These tools may collect anonymous usage information to help us optimize user experience and measure the effectiveness of our marketing campaigns.
Information Sharing
We respect your privacy.
We do not sell or rent your personal information to third parties.
Your information may only be shared when necessary with trusted service providers such as:
- Payment processors
- Shipping and logistics partners
- Customer support providers
- Technology and website service providers
These partners receive only the information required to perform their services on our behalf.
Data Security
We take appropriate administrative, technical, and organizational measures to help protect your personal information against unauthorized access, disclosure, alteration, or destruction.
While we work to protect your information, no method of online transmission or electronic storage can be guaranteed to be completely secure.
Data Retention
We retain your personal information only for as long as necessary to:
- Complete your orders
- Provide customer support
- Meet legal and accounting requirements
- Resolve disputes
- Enforce our policies
Your Privacy Rights
Depending on applicable laws, you may have the right to:
- Access your personal information
- Request correction of inaccurate information
- Request deletion of eligible personal information
- Withdraw marketing communications
- Ask questions regarding how your information is processed
To exercise these rights, please contact us using the details below.
Third-Party Links
Our website may contain links to third-party websites or services. We are not responsible for the privacy practices or content of those external websites. We encourage you to review their privacy policies before sharing personal information.
Children's Privacy
Tavina Mart is not intended for children under the age required by applicable law to provide consent for data processing. We do not knowingly collect personal information from children.
Changes to This Privacy Policy
We may update this Privacy Policy from time to time to reflect changes in our business practices, legal requirements, or website functionality.
Any updates will be posted on this page with a revised Effective Date.
Contact Us
If you have any questions about this Privacy Policy or how your personal information is handled, please contact us:
Business Hours: Monday–Saturday, 10:00 AM – 7:00 PM (IST)
Your Trust Matters
At Tavina Mart, we are committed to protecting your privacy and providing a safe, transparent, and secure online shopping experience. Thank you for choosing us and for placing your trust in our store.