<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Your Test Report is Ready – Share Your Feedback!</title>
<style>
body {
font-family: 'Roboto', Helvetica, Arial, sans-serif;
background-color: #f4f4f4;
padding: 0;
margin: 0;
}
.container {
max-width: 600px;
margin: 20px auto;
background: #ffffff;
border-radius: 10px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.header {
background: #ffffff;
color: #004080;
text-align: center;
padding: 20px;
font-size: 22px;
font-weight: bold;
}
.header-band {
background: linear-gradient(135deg, #5a9bd5, #004080);
height: 10px;
width: 100%;
}
.logo {
display: block;
margin: 0 auto 10px;
height: 50px;
}
.content {
padding: 20px;
display: flex;
justify-content: space-between;
}
.column {
width: 48%;
padding: 10px;
}
.left-column {
text-align: left;
}
.right-column {
text-align: center;
border-left: 1px solid #e0e0e0;
}
.cta-button {
background: linear-gradient(135deg, #5a9bd5, #004080);
color: white;
padding: 16px 30px;
text-decoration: none;
font-size: 20px;
font-weight: bold;
border-radius: 5px;
display: inline-block;
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.core-values {
padding: 10px;
text-align: center;
margin-top: 15px;
border-top: 1px solid #ddd;
}
.footer {
background: #2d2d2d;
color: white;
text-align: center;
padding: 15px;
font-size: 12px;
}
.services {
background: #f8f8f8;
padding: 15px;
text-align: center;
font-size: 14px;
border-top: 1px solid #ddd;
}
.services a {
color: #004080;
text-decoration: none;
font-weight: bold;
}
@media (max-width: 600px) {
.content {
flex-direction: column;
text-align: center;
}
.column {
width: 100%;
border: none;
}
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<img src="https://qai.org/wp-content/uploads/2019/12/qai-long-logo.jpg" class="logo" alt="QAI Laboratories - Accredited Testing & Certification">
Your Test Report is Ready – Share Your Feedback!
</div>
<div class="header-band"></div>
<div class="content">
<div class="column left-column">
<p>Dear <strong style="color:#b22222;"><<INSERT CLIENT NAME HERE>></strong>,</p>
<p>Thank you for choosing <strong>QAI Laboratories</strong> as your trusted testing partner. Your business is invaluable to us.</p>
<p>Attached is your <strong>test report</strong>. Please review it carefully. If you have any questions or need further clarification, feel free to contact us.</p>
<p><strong>IMPORTANT:</strong> Reports are finalized into our system after 30 days from the issue date. Any change requests after this period may be subject to additional fees.</p>
</div>
<div class="column right-column">
<p><strong>We’d love to hear your feedback!</strong></p>
<p>Your input matters! Let us know about your experience so we can continue to provide top-quality service.</p>
<a href="https://survey.qai.org/zs/5hBTdB" target="_blank" class="cta-button">Help Us Improve – Share Feedback</a>
<div class="core-values">
<h3 style="color:#004080;">Our Core Values</h3>
<p style="text-align: left;"><strong style="color:#004080;">Q</strong>uality: Delivering excellence in testing, inspection, and certification.</p>
<p style="text-align: left;"><strong style="color:#004080;">A</strong>ccountability: Taking full responsibility for accuracy, transparency, and compliance.</p>
<p style="text-align: left;"><strong style="color:#004080;">I</strong>ntegrity: Ensuring ethical practices and maintaining trust with our clients.</p>
</div>
</div>
</div>
<div class="services">
<p><strong>Did you know?</strong> QAI Laboratories provides a range of compliance services, including:</p>
<ul style="text-align:left; padding:0; margin-left:20px;">
<li><a href="https://qai.org/testing/">Product Testing</a> – Ensure your products meet compliance standards.</li>
<li><a href="https://qai.org/inspection/">Inspections</a> – Thorough quality control evaluations.</li>
<li><a href="https://qai.org/certification/">Certifications</a> – Achieve industry-recognized approvals.</li>
<li><a href="https://qai.org/calibration/">Calibration Services</a> – Maintain the accuracy and reliability of your measurement tools and instruments.</li>
</ul>
<p>Visit our <a href="https://qai.org">website</a> to learn how we can assist your business.</p>
</div>
<div class="footer">
<p>Copyright © 2025 QAI Laboratories, All rights reserved.</p>
<p>For more information, visit <a href="https://qai.org" style="color:#ffffff; text-decoration: none;">www.qai.org</a> or email us at <a href="mailto:info@qai.org" style="color:#ffffff; text-decoration: none;">info@qai.org</a></p>
</div>
</div>
</body>
</html>