```html
Contact Us | CityPetMart
body{
font-family: Arial, sans-serif;
background:#f7f7f7;
margin:0;
padding:0;
color:#333;
}
.container{
max-width:900px;
margin:60px auto;
background:white;
padding:40px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}
h1{
text-align:center;
margin-bottom:10px;
}
.subtitle{
text-align:center;
color:#666;
margin-bottom:30px;
}
.support-box{
background:#f1f5ff;
padding:20px;
border-radius:10px;
margin-bottom:30px;
text-align:center;
}
.support-box strong{
display:block;
font-size:18px;
margin-top:8px;
}
form{
margin-top:20px;
}
.form-group{
margin-bottom:15px;
}
input, textarea{
width:100%;
padding:12px;
border:1px solid #ddd;
border-radius:6px;
font-size:15px;
}
textarea{
resize:none;
}
button{
width:100%;
padding:14px;
border:none;
background:#2c7be5;
color:white;
font-size:16px;
border-radius:6px;
cursor:pointer;
transition:0.3s;
}
button:hover{
background:#1a68d1;
}
.faq{
margin-top:50px;
}
.faq h2{
text-align:center;
margin-bottom:20px;
}
.faq-item{
margin-bottom:15px;
}
.faq-item strong{
display:block;
margin-bottom:5px;
}
.footer-note{
text-align:center;
margin-top:30px;
color:#777;
font-size:14px;
}
Contact Us
Our support team is here to help you.
Email our support team and we will respond within 24 hours.
solutionscrr@gmail.com
Send Message
Frequently Asked Questions
Where is my order?
Orders are processed within 1–3 business days and typically arrive within 7–15 business days depending on your location.
Can I track my order?
Yes. Once your order ships, you will receive a tracking number via email.
Can I return my order?
Yes. We offer a 30-day return policy. Please contact us for return instructions.
I entered the wrong address. What should I do?
Please contact us immediately. If the order has not shipped yet, we will update the address.
```