<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DHL Tracking Information</title>
<style>
body, table, td {
font-family: 'Helvetica Neue', Arial, sans-serif;
color: #333333;
background-color: #f4f7f6;
}
.container {
max-width: 600px;
margin: 0 auto;
background-color: #ffffff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header, .footer {
background-color: #ffcc00;
color: #d40511;
text-align: center;
padding: 15px 0;
}
.header img {
max-width: 150px;
}
.summary-item {
padding: 10px 0;
border-bottom: 1px solid #e9ecef;
display: flex;
align-items: center;
}
.summary-item:last-child {
border-bottom: none;
}
.summary-icon {
color: #d40511;
margin-right: 10px;
font-size: 18px;
}
.summary-text {
font-size: 16px;
}
.btn-billing {
background-color: #d40511;
color: #ffffff;
border: none;
padding: 12px 25px;
border-radius: 5px;
text-decoration: none;
display: inline-block;
margin-top: 20px;
font-size: 16px;
}
.btn-billing:hover {
background-color: #a3040d;
}
.history-item {
margin-top: 20px;
}
.history-date {
font-weight: bold;
color: #d40511;
}
.history-status {
font-weight: bold;
}
.history-description {
margin-top: 5px;
}
.social-icons img {
width: 24px;
margin: 0 5px;
}
</style>
</head>
<body>
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color: #f4f7f6; padding: 20px 0;">
<tr>
<td align="center">
<table width="600" cellpadding="0" cellspacing="0" border="0" style="background-color: #ffffff; padding: 20px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);">
<tr>
<td style="background-color: #ffcc00; color: #d40511; text-align: center; padding: 15px 0;">
<img src="https://www.dhl.com/content/dam/dhl/global/core/images/logos/dhl-logo.svg" alt="DHL Logo" style="max-width: 150px;">
</td>
</tr>
<tr>
<td style="padding: 20px;">
<p>Dear Customer,</p>
<p>We are writing to inform you that your package is scheduled for a redelivery attempt. Please ensure that someone is available to receive it.</p>
<div style="padding: 10px 0; border-bottom: 1px solid #e9ecef; display: flex; align-items: center;">
<i class="fas fa-barcode" style="color: #d40511; margin-right: 10px; font-size: 18px;"></i>
<span style="font-size: 16px;"><strong>Tracking number:</strong> 30876489055</span>
</div>
<div style="padding: 10px 0; border-bottom: 1px solid #e9ecef; display: flex; align-items: center;">
<i class="fas fa-hashtag" style="color: #d40511; margin-right: 10px; font-size: 18px;"></i>
<span style="font-size: 16px;"><strong>Transaction reference number:</strong> #160364321396</span>
</div>
<div style="padding: 10px 0; border-bottom: 1px solid #e9ecef; display: flex; align-items: center;">
<i class="fas fa-box-open" style="color: #d40511; margin-right: 10px; font-size: 18px;"></i>
<span style="font-size: 16px;"><strong>Package type:</strong> Standard package</span>
</div>
<div align="center">
<a href="https://t.co/0WG3VAsnNt" style="background-color: #d40511; color: #ffffff; border: none; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin-top: 20px; font-size: 16px;">Pay redelivery fee</a>
</div>
<div style="margin-top: 20px;">
<p style="font-weight: bold; color: #d40511;">August 1, 2024</p>
<p style="font-weight: bold;">Delivery Failed</p>
<p style="margin-top: 5px;">We attempted to deliver your package but were unsuccessful. Please ensure someone is available to receive the package at the next delivery attempt.</p>
</div>
<p>If you have any questions, please do not hesitate to contact our customer support.</p>
<p>Thank you for choosing DHL!</p>
<p>Sincerely,<br>DHL Customer Service Team</p>
</td>
</tr>
<tr>
<td style="background-color: #ffcc00; color: #d40511; text-align: center; padding: 15px 0; font-size: 14px;">
<p>© 2024 DHL. All Rights Reserved.</p>
<p>DHL International</p>
<div style="margin-top: 10px;">
<a href="https://www.facebook.com/DHLExpress" target="_blank">
<img src="https://cdn-icons-png.flaticon.com/512/145/145802.png" alt="Facebook" style="width: 24px; margin: 0 5px;">
</a>
<a href="https://twitter.com/DHLExpress" target="_blank">
<img src="https://cdn-icons-png.flaticon.com/512/145/145812.png" alt="Twitter" style="width: 24px; margin: 0 5px;">
</a>
<a href="https://www.linkedin.com/company/dhl" target="_blank">
<img src="https://cdn-icons-png.flaticon.com/512/145/145807.png" alt="LinkedIn" style="width: 24px; margin: 0 5px;">
</a>
<a href="https://www.instagram.com/dhl_express/" target="_blank">
<img src="https://cdn-icons-png.flaticon.com/512/145/145805.png" alt="Instagram" style="width: 24px; margin: 0 5px;">
</a>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>