Contact information
EasyFound – Contact Us
body {
font-family: Georgia, 'Times New Roman', serif;
max-width: 860px;
margin: 48px auto;
padding: 0 24px;
color: #1a1a1a;
background: #fafaf8;
line-height: 1.75;
}
h1 {
font-size: 2rem;
font-family: 'Trebuchet MS', sans-serif;
border-bottom: 3px solid #e07b39;
padding-bottom: 12px;
margin-bottom: 8px;
color: #1a1a1a;
}
.subtitle {
font-size: 0.95rem;
color: #888;
margin-bottom: 36px;
}
.grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin: 28px 0;
}
.card {
background: #fff;
border: 1px solid #e8e4dc;
border-radius: 10px;
padding: 22px 24px;
border-top: 4px solid #e07b39;
}
.card .icon { font-size: 1.6rem; margin-bottom: 8px; }
.card h3 {
font-family: 'Trebuchet MS', sans-serif;
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.08em;
color: #e07b39;
margin: 0 0 6px;
}
.card p { margin: 0; font-size: 1rem; color: #1a1a1a; }
.card a { color: #1a1a1a; text-decoration: none; font-weight: bold; }
.card a:hover { color: #e07b39; }
.card .note { font-size: 0.82rem; color: #999; margin-top: 4px; }
.hours-box {
background: #fff8f2;
border-left: 4px solid #e07b39;
padding: 16px 20px;
border-radius: 0 8px 8px 0;
margin: 28px 0;
}
.hours-box h3 {
font-family: 'Trebuchet MS', sans-serif;
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.08em;
color: #e07b39;
margin: 0 0 10px;
}
.hours-box table { width: 100%; font-size: 0.95rem; border-collapse: collapse; }
.hours-box td { padding: 5px 0; }
.hours-box td:last-child { text-align: right; color: #444; }
.response-box {
background: #1a1a1a;
color: #f0ebe3;
border-radius: 10px;
padding: 20px 26px;
margin: 28px 0;
font-size: 0.95rem;
}
.response-box strong { color: #e07b39; }
.copy-btn {
display: inline-block;
margin-top: 24px;
padding: 12px 28px;
background: #e07b39;
color: #fff;
border: none;
border-radius: 6px;
font-size: 1rem;
cursor: pointer;
font-family: 'Trebuchet MS', sans-serif;
letter-spacing: 0.03em;
}
.copy-btn:hover { background: #c96828; }
#copy-text { display: none; }
@media (max-width: 600px) {
.grid { grid-template-columns: 1fr; }
}
Contact Us
EasyFound | We're here to help you — reach out anytime!
Have a question about your order, a product, or need any assistance? Our team at EasyFound is happy to help. Please use any of the contact methods below.
📍
Business Address
EasyFound, India
Online store — no walk-ins
⏱️
Response Time
Within 24–48 hours
We respond on all working days
🕘 Support Hours
| Monday – Friday | 9:00 AM – 7:00 PM |
| Saturday | 9:00 AM – 5:00 PM |
| Sunday & Public Holidays | Closed |
📦 Order Related Queries?
Please keep your Order ID ready when contacting us — this helps us resolve your query faster. You can find your Order ID in the confirmation email sent to you after purchase.
Please keep your Order ID ready when contacting us — this helps us resolve your query faster. You can find your Order ID in the confirmation email sent to you after purchase.
CONTACT US — EasyFound Have a question about your order, a product, or need any assistance? Our team at EasyFound is happy to help. 📧 EMAIL easyfound07@gmail.com (Best for order queries, complaints & returns) 📞 PHONE / WHATSAPP 122556999 (For quick support & order tracking) 🕘 SUPPORT HOURS Monday – Friday: 9:00 AM – 7:00 PM Saturday: 9:00 AM – 5:00 PM Sunday & Public Holidays: Closed ⏱️ RESPONSE TIME We typically respond within 24–48 business hours. 📦 ORDER RELATED QUERIES Please keep your Order ID ready when contacting us — this helps us resolve your query faster. You can find your Order ID in your order confirmation email. We look forward to assisting you! — Team EasyFoundfunction copyContact() { const text = document.getElementById('copy-text').innerText.trim(); navigator.clipboard.writeText(text).then(() => { const btn = document.querySelector('.copy-btn'); btn.textContent = '✅ Copied!'; setTimeout(() => btn.textContent = '📋 Copy Contact Text', 2500); }); }