<style>
.thankyou-container{
max-width:900px;
margin:50px auto;
padding:40px;
background:#fff;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
text-align:center;
font-family:Arial, sans-serif;
}
.success-icon{
width:90px;
height:90px;
background:#28a745;
color:#fff;
font-size:50px;
line-height:90px;
border-radius:50%;
margin:0 auto 25px;
font-weight:bold;
}
.thankyou-container h1{
color:#1b4f9b;
font-size:38px;
margin-bottom:15px;
}
.thankyou-container p{
font-size:18px;
line-height:1.7;
color:#444;
margin-bottom:20px;
}
.info-box{
background:#f7f9fc;
border-left:5px solid #1b4f9b;
padding:25px;
text-align:left;
margin:30px 0;
border-radius:8px;
}
.info-box h3{
margin-top:0;
color:#1b4f9b;
}
.steps{
text-align:left;
padding-left:20px;
}
.steps li{
margin-bottom:15px;
font-size:17px;
}
.support-box{
background:#eef6ff;
padding:25px;
border-radius:8px;
margin-top:30px;
}
.btn-home{
display:inline-block;
background:#1b4f9b;
color:#fff !important;
text-decoration:none;
padding:15px 35px;
border-radius:6px;
font-size:18px;
margin-top:25px;
font-weight:bold;
}
.btn-home:hover{
background:#143b73;
}
</style>
<div class=”thankyou-container”>
<div class=”success-icon”>✓</div>
<h1>Thank You For Your Purchase!</h1>
<p>
Your order has been successfully received and is currently being processed.
</p>
<div class=”info-box”>
<h3>What Happens Next?</h3>
<ul class=”steps”>
<li>Your complete USPS Exam Preparation Study Guide will be delivered to your registered email address.</li>
<li>Please allow a few minutes for the email to arrive.</li>
<li>If you do not see the email in your Inbox, please check your Spam, Junk, Promotions, or Updates folders.</li>
<li>Add our email address to your contacts to ensure future messages are delivered properly.</li>
</ul>
</div>
<div class=”support-box”>
<h3>Need Assistance?</h3>
<p>
If you do not receive your study materials within 30 minutes,
please contact our support team and we will be happy to assist you.
</p>
<p>
Email: support@uspostofficecareer.com
</p>
</div>
<p>
We appreciate your trust and wish you success in your postal exam preparation journey.
</p>
</div>