<section class="dha-why-examcure">
<div class="dha-why-container">
<div class="dha-why-heading">
<span>WHY EXAMCURE</span>
<h2>Focused Preparation for the DHA GP Exam</h2>
<p>
Build clinical reasoning, improve exam technique, and practise with
structured DHA GP-style questions designed for focused licensing exam
preparation.
</p>
</div>
<div class="dha-why-grid">
<article class="dha-why-card">
<div class="dha-why-number">4,500+</div>
<h3>Exam-Style MCQs</h3>
<p>
Practise high-yield clinical questions organised around important
DHA GP topics and common primary-care presentations.
</p>
</article>
<article class="dha-why-card">
<div class="dha-why-icon" aria-hidden="true">✓</div>
<h3>Detailed Clinical Explanations</h3>
<p>
Understand why the correct answer is appropriate and why the main
alternative options are less suitable.
</p>
</article>
<article class="dha-why-card">
<div class="dha-why-icon" aria-hidden="true">↻</div>
<h3>Continuously Reviewed Content</h3>
<p>
Questions and explanations are reviewed and updated when important
guideline or exam-preparation changes are identified.
</p>
</article>
<article class="dha-why-card">
<div class="dha-why-icon" aria-hidden="true">▣</div>
<h3>Study Across Devices</h3>
<p>
Access the course on desktop, tablet, or mobile and continue your
preparation wherever your schedule allows.
</p>
</article>
<article class="dha-why-card">
<div class="dha-why-icon" aria-hidden="true">◎</div>
<h3>Progress Tracking</h3>
<p>
Monitor completed activities, review your performance, and identify
areas that need additional revision.
</p>
</article>
<article class="dha-why-card">
<div class="dha-why-icon" aria-hidden="true">4M</div>
<h3>Four Months of Access</h3>
<p>
Follow a structured preparation plan with sufficient time for
question practice, revision, and readiness assessment.
</p>
</article>
</div>
<div class="dha-why-note">
<strong>Important:</strong>
ExamCure is an independent medical education platform. Course access
supports exam preparation but does not guarantee a particular examination
result.
</div>
</div>
</section>
<style>
.dha-why-examcure {
padding: 70px 20px;
background: #ffffff;
font-family: Arial, Helvetica, sans-serif;
}
.dha-why-container {
max-width: 1120px;
margin: 0 auto;
}
.dha-why-heading {
max-width: 800px;
margin: 0 auto 42px;
text-align: center;
}
.dha-why-heading span {
display: inline-block;
margin-bottom: 10px;
color: #1769aa;
font-size: 13px;
font-weight: 700;
letter-spacing: 1.4px;
}
.dha-why-heading h2 {
margin: 0 0 15px;
color: #102a43;
font-size: clamp(32px, 4vw, 44px);
line-height: 1.2;
}
.dha-why-heading p {
margin: 0;
color: #52667a;
font-size: 18px;
line-height: 1.7;
}
.dha-why-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 22px;
}
.dha-why-card {
padding: 26px;
background: #f7fafc;
border: 1px solid #d9e2ec;
border-radius: 15px;
}
.dha-why-number,
.dha-why-icon {
display: grid;
place-items: center;
width: 50px;
height: 50px;
margin-bottom: 18px;
color: #ffffff;
background: #1769aa;
border-radius: 12px;
font-size: 15px;
font-weight: 800;
}
.dha-why-card h3 {
margin: 0 0 11px;
color: #102a43;
font-size: 21px;
line-height: 1.35;
}
.dha-why-card p {
margin: 0;
color: #52667a;
font-size: 15px;
line-height: 1.7;
}
.dha-why-note {
margin-top: 30px;
padding: 18px 22px;
color: #334e68;
background: #edf6fc;
border-left: 4px solid #1769aa;
border-radius: 9px;
font-size: 15px;
line-height: 1.65;
}
@media (max-width: 900px) {
.dha-why-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 600px) {
.dha-why-examcure {
padding: 50px 15px;
}
.dha-why-grid {
grid-template-columns: 1fr;
}
.dha-why-heading p {
font-size: 16px;
}
}
</style>