Glory Rm shipping information

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shipping Information</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
.container {
max-width: 800px;
margin: 30px auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
color: #333;
}
h2 {
color: #555;
}
p {
color: #666;
margin-bottom: 20px;
}
ul {
margin: 20px 0;
padding: 0;
list-style-type: disc;
color: #666;
}
ul li {
margin-bottom: 10px;
}
</style>
</head>
<body>
<div class="container">
<h1>Shipping Information</h1>
<p>We are committed to providing you with the best shipping experience possible. Below, you will find all the necessary information regarding our shipping policies.</p>

<h2>Shipping Carrier</h2>
<p>We ship all our packages using <strong>FedEx</strong>. FedEx is a reliable shipping carrier known for their timely deliveries and excellent customer service.</p>

<h2>Shipping Timeframe</h2>
<p>Once your order has been processed, it will be shipped within <strong>5 business days</strong>. Please note that business days do not include weekends or public holidays.</p>

<h2>Shipping Costs</h2>
<p>We are pleased to offer <strong>free shipping</strong> on all orders, regardless of the size or destination. There are no hidden fees or additional charges.</p>

<h2>Order Processing</h2>
<p>Orders are processed from Monday to Friday. Any orders placed on weekends or public holidays will be processed on the next business day.</p>

<h2>Tracking Your Order</h2>
<p>Once your order has been shipped, you will receive a confirmation email with your FedEx tracking number. You can use this number to track the status of your shipment at any time on the FedEx website.</p>

<h2>Delivery Issues</h2>
<p>If you encounter any issues with your delivery or have not received your package within the expected timeframe, please contact our customer service team at <a href="mailto:your-email@example.com">your-email@example.com</a> or call us at [Your Phone Number]. We will work with FedEx to resolve any issues as quickly as possible.</p>

<h2>International Shipping</h2>
<p>At this time, we only offer shipping within [Your Country]. Please stay tuned for updates on international shipping options in the future.</p>

<h2>Contact Us</h2>
<p>If you have any further questions about our shipping policies, please feel free to contact us at <a href="mailto:your-email@example.com">your-email@example.com</a>.</p>
</div>
</body>
</html>