<div style="text-align: center; padding: 40px 20px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #001160;">
<h2 style="font-size: 28px; margin-bottom: 10px;">Track Your Elite 8 Order</h2>
<p style="font-size: 16px; color: #555; margin-bottom: 30px;">Enter your tracking number below to see the status of your safety and peace of mind.</p>
<div style="max-width: 500px; margin: 0 auto; padding: 30px; border: 1px solid #e1e1e1; border-radius: 8px; background-color: #f9f9f9; box-shadow: 0 4px 6px rgba(0,0,0,0.05);"><input style="width: 100%; padding: 12px; margin-bottom: 20px; border: 2px solid #001160; border-radius: 4px; font-size: 16px; box-sizing: border-box;" placeholder="Enter Tracking Number (e.g. EL812345678)" maxlength="50" id="YQNum" type="text"> <button style="width: 100%; background-color: #001160; color: white; padding: 14px; border: none; border-radius: 4px; font-size: 18px; font-weight: bold; cursor: pointer; transition: background 0.3s;" type="button"> TRACK ORDER ♾️ </button></div>
<div style="margin-top: 30px;" id="YQContainer"></div>
<script src="//www.17track.net/externalcall.js" type="text/javascript"></script> <script type="text/javascript">
function doTrack() {
var num = document.getElementById("YQNum").value;
if(num === ""){
alert("Please enter a valid tracking number.");
return;
}
YQXX.doTrack({
YQ_ElementId: "YQContainer",
YQ_Width: 500,
YQ_Height: 560,
YQ_Fc: "0",
YQ_Lang: "en", // Change to "es" for Spanish
YQ_Num: num
});
}
</script>
<p style="margin-top: 40px; font-size: 14px; color: #888;">Need help? Contact us at <a style="color: #001160; text-decoration: underline;" href="mailto:contact@cabeq.com">contact@cabeq.com</a></p>
</div>

