<section class="dha-resources">
<div class="dha-resources-container">
<span class="dha-small-title">
CONTINUE LEARNING
</span>
<h2>Complete Your DHA GP Preparation</h2>
<p class="dha-intro">
Build your preparation step by step using ExamCure's complete DHA GP learning pathway.
</p>
<div class="dha-resource-grid">
<a href="https://www.examcure.com/course/free-dha-gp-prometric-mcq-bank-2026" class="resource-card">
<h3>Free DHA GP Study Guide</h3>
<p>
Start with free lessons, sample MCQs, and exam guidance.
</p>
<span>Start Free →</span>
</a>
<a href="https://www.examcure.com/course/dha-gp-prometric-mock-tests-2026" class="resource-card">
<h3>DHA GP Mock Tests</h3>
<p>
Assess your readiness with timed board-style mock examinations.
</p>
<span>Practice Now →</span>
</a>
<a href="https://www.examcure.com/program/dha-gp-prometric-complete-exam-bundle-2026" class="resource-card">
<h3>Complete DHA GP Program</h3>
<p>
MCQ Bank, Mock Tests and Crash Notes together in one structured program.
</p>
<span>View Program →</span>
</a>
</div>
</div>
</section>
<style>
.dha-resources{
padding:70px 20px;
background:#f8fafc;
font-family:Arial,sans-serif;
}
.dha-resources-container{
max-width:1100px;
margin:auto;
text-align:center;
}
.dha-small-title{
font-size:13px;
font-weight:700;
letter-spacing:2px;
color:#1769aa;
}
.dha-resources h2{
font-size:42px;
margin:12px 0;
color:#102a43;
}
.dha-intro{
max-width:760px;
margin:auto auto 45px;
font-size:18px;
line-height:1.8;
color:#52667a;
}
.dha-resource-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}
.resource-card{
background:#fff;
padding:30px;
border-radius:16px;
box-shadow:0 8px 20px rgba(0,0,0,.06);
text-decoration:none;
transition:.2s;
}
.resource-card:hover{
transform:translateY(-4px);
}
.resource-card h3{
color:#102a43;
margin-bottom:15px;
}
.resource-card p{
color:#52667a;
line-height:1.7;
}
.resource-card span{
display:block;
margin-top:20px;
font-weight:700;
color:#1769aa;
}
@media(max-width:850px){
.dha-resource-grid{
grid-template-columns:1fr;
}
}
</style>