MDCAT Bunyaad Batch 2026 (9 courses )
<section style="--jn-primary:#b91c1c; --jn-amber:#f59e0b; --jn-dark:#0f172a; --jn-mute:#64748b;
font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--jn-dark);">
<style>
/* ---------- Toppers (2x speed floating marquee) ---------- */
.course_description a {
display:flex!important;
}
<!-- =========================================================
Nearpeer • MDCAT Bunyaad Batch 2026 — FULL DESCRIPTION (copy–paste)
Theme: "Bunyaad" (passion) — deep red ➜ warm amber
Links:
- Get Access / Enroll Now: https://wa.link/7uv1jp (WATI short link)
- Toppers “See more”: Instagram Stories link (provided below)
Notes:
- Replace any placeholder photos with your drive CDN links when ready.
========================================================= -->
<section style="--jn-primary:#b91c1c; --jn-amber:#f59e0b; --jn-dark:#0f172a; --jn-mute:#64748b;
font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--jn-dark);">
<style>
.feature-card {
display: block;
text-align: center;
padding: 16px;
border-radius: 16px;
background: linear-gradient(90deg, var(--jn-primary), var(--jn-amber));
color: #fff;
font-weight: 900;
text-decoration: none;
box-shadow: 0 8px 18px rgba(185,28,28,.12);
transition: transform .2s ease, box-shadow .2s ease;
}
.feature-card:hover {
transform: translateY(-4px);
box-shadow: 0 14px 28px rgba(185,28,28,.2);
}
.feature-img {
width: 100%;
max-width: 180px;
margin: 0 auto 10px;
display: block;
}
.feature-title {
font-size: 16px;
line-height: 1.25;
font-weight: 900;
margin-top: 8px;
}
/* ====== Utilities ====== */
<!-- ================= BATCH FEATURES WITH IMAGES ================= -->
<div class="jn-wrap">
<details class="jn-section" open>
<summary>Batch Features</summary>
<div class="jn-section-body">
<div class="jn-grid"
style="grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:18px;">
<!-- AI Bot -->
<a href="#" class="feature-card">
<img src="https://nearpeer.org/cdn/features/aibot.png" alt="AI Bot" class="feature-img">
<div class="feature-title">AI BOT</div>
</a>
<!-- Score Predictor -->
<a href="#" class="feature-card">
<img src="https://nearpeer.org/cdn/features/scorepredictor.png" alt="Score Predictor" class="feature-img">
<div class="feature-title">SCORE PREDICTOR</div>
</a>
<!-- Quiz Generator -->
<a href="#" class="feature-card">
<img src="https://nearpeer.org/cdn/features/quizgenerator.png" alt="Quiz Generator" class="feature-img">
<div class="feature-title">QUIZ GENERATOR</div>
</a>
<!-- Strength & Weakness -->
<a href="#" class="feature-card">
<img src="https://nearpeer.org/cdn/features/strengthweakness.png"
alt="Strength & Weakness Analysis"
class="feature-img">
<div class="feature-title">STRENGTH & WEAKNESS ANALYSIS</div>
</a>
<!-- Video Solutions -->
<a href="#" class="feature-card">
<img src="https://nearpeer.org/cdn/features/videosolutions.png"
alt="Video Solutions" class="feature-img">
<div class="feature-title">VIDEO SOLUTIONS</div>
</a>
<!-- Online Books -->
<a href="#" class="feature-card">
<img src="https://nearpeer.org/cdn/features/onlinebooks.png"
alt="Online Books" class="feature-img">
<div class="feature-title">ONLINE BOOKS</div>
</a>
</div>
</div>
</details>
</div>
.jn-head {
padding: 16px 20px;
border-bottom: 2px solid #ffd7a1;
font-weight: 900;
font-size: 24px;
letter-spacing: -0.5px;
color: var(--jn-primary);
}
.jn-pad{padding:16px 20px}
.jn-grid{display:grid;gap:12px}
.jn-chip{padding:8px 12px;border-radius:14px;border:1px solid #ffd7a1;background:#fff;font-size:13px;color:var(--jn-primary)}
.jn-btn {
display:inline-block;
text-decoration:none;
padding:12px 20px;
border-radius:12px;
font-weight:800;
color:#ffffff !important; /* <-- White text everywhere */
background:linear-gradient(90deg,var(--jn-primary),var(--jn-amber));
box-shadow:0 6px 14px rgba(185,28,28,.22);
}
.jn-badge{display:inline-block;padding:6px 10px;border-radius:999px;background:var(--jn-primary);color:#fff;font-weight:800;font-size:12px}
.jn-kv{display:flex;flex-wrap:wrap;gap:8px}
.jn-list{margin:0;padding-left:18px;line-height:1.75}
.jn-muted{color:var(--jn-mute)}
/* Collapsible section (styled summary as heading) */
details.jn-section {
border-radius: 12px;
overflow: hidden;
margin-bottom: 14px;
background: transparent;
border: 0;
}
/* remove default marker */
details.jn-section summary::-webkit-details-marker { display: none; }
/* The heading bar */
details.jn-section summary {
list-style: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 18px;
font-weight: 900;
font-size: 20px;
letter-spacing: -0.3px;
color: #fff;
border-radius: 12px;
background: linear-gradient(90deg, var(--jn-primary), var(--jn-amber));
box-shadow: 0 8px 20px rgba(185,28,28,.06);
border: 1px solid rgba(0,0,0,0.03);
transition: background .22s ease, transform .12s ease;
}
/* chevron (right side) */
details.jn-section summary::after {
content: "▾";
font-size: 18px;
margin-left: 12px;
transition: transform .22s ease;
opacity: 0.95;
color: rgba(255,255,255,0.98);
}
/* when open, rotate chevron */
details.jn-section[open] > summary::after {
transform: rotate(180deg);
}
/* content area */
details.jn-section .jn-section-body {
padding: 14px 18px;
background: linear-gradient(180deg, rgba(255,255,255,0.70), rgba(255,255,255,0.92));
border: 1px solid #ffe9d7;
border-top: 0;
color: var(--jn-dark);
line-height: 1.6;
}
/* make list items look consistent with earlier chip style */
details.jn-section .jn-list { padding-left: 18px; margin:0; }
details.jn-section .jn-list li { margin: 8px 0; }
/* If you want an "accordion" effect (only one open at a time) enable this JS snippet below; CSS alone does not force single-open */
/* Responsive tweaks */
@media (max-width:560px){
details.jn-section summary { font-size: 17px; padding:12px 14px; }
details.jn-section .jn-section-body { padding:12px 14px; }
}
<section style="font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#0f172a;">
<!-- ========== TOPPERS (floating strip) & FACULTY responsive styles ========== -->
<style>
/* ---------- Toppers (2x speed floating marquee) ---------- */
.course_description a {
display:flex!important;
}
.tp-wrap {
max-width: 1100px;
margin: 16px auto 0;
border: 1px solid #d1f3f6;
border-radius: 16px;
background: #fff;
box-shadow: 0 6px 14px rgba(2, 8, 23, .04);
overflow: hidden
}
.tp-head {
padding: 16px 20px;
border-bottom: 1px solid #d1f3f6;
font-weight: 800;
color: #0f8aa4
}
.tp-viewport {
position: relative;
overflow: hidden
}
.tp-track {
display: flex;
gap: 14px;
padding: 16px;
will-change: transform;
animation: tp-scroll 14s linear infinite
}
.tp-card {
flex: 0 0 260px;
display: flex;
align-items: center;
gap: 12px;
padding: 10px 12px;
border-radius: 14px;
text-decoration: none;
border: 1px solid #94d9df;
background: #f0fdfa;
box-shadow: 0 6px 12px rgba(2, 8, 23, .05);
animation: tp-float 2.25s ease-in-out infinite
}
.tp-card:nth-child(2n) {
background: #fff7ed;
border-color: #fbbf24;
animation-delay: .4s
}
.tp-card:nth-child(3n) {
animation-delay: .8s
}
.tp-img {
width: 54px;
height: 54px;
border-radius: 50%;
object-fit: contain;
display: block;
background: #fff
}
.tp-name {
font-weight: 800;
color: #0f172a
}
.tp-tag {
font-size: 12px;
color: #0f8aa4
}
.tp-tag.orange {
color: #fb923c
}
@keyframes tp-scroll {
0% {
transform: translateX(0)
}
100% {
transform: translateX(-50%)
}
}
@keyframes tp-float {
0%,
100% {
transform: translateY(0)
}
50% {
transform: translateY(-6px)
}
}
.tp-viewport:hover .tp-track {
animation-play-state: paused
}
/* ---------- Faculty (mobile-first responsive) ---------- */
/* ---------- Faculty (mobile-first responsive) ---------- */
.fm-wrap {
max-width: 1100px;
margin: 16px auto 0;
border: 1px solid #d1f3f6;
border-radius: 16px;
background: #fff;
box-shadow: 0 6px 14px rgba(2, 8, 23, .04);
}
.fm-head {
padding: 16px 20px;
border-bottom: 1px solid #d1f3f6;
font-weight: 800;
color: #0f8aa4;
}
.fm-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
padding: 16px 20px;
}
/* ---------- Card layout ---------- */
.fm-card {
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
text-decoration: none;
border: 1px solid #94d9df;
background: #f0fdfa;
border-radius: 14px;
position: relative;
overflow: hidden;
}
.fm-card:nth-child(even) {
background: #eff6ff;
border-color: #b7d0ff;
}
/* Content */
.fm-info {
display: flex;
flex-direction: column;
padding: 0 0 0 10px;
}
.fm-name {
font-weight: 800;
font-size: 20px;
color: #0f172a;
margin: 0;
}
.fm-role {
font-size: 17px;
color: #0f8aa4;
margin-bottom: 10px;
}
.fm-link {
font-size: 12px;
color: #155e75;
margin-top: 2px;
}
/* Photo */
.fm-photo-wrap {
display: flex;
justify-content: flex-end;
align-items: flex-end;
}
.fm-photo {
width: 70px;
height: auto;
object-fit: contain;
transform: translateY(8px);
/* pop-up effect */
}
/* ---------- Responsive tweaks ---------- */
@media (min-width:560px) {
.fm-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.fm-photo {
width: 90px;
}
}
/* MOBILE CSS */
@media only screen and (min-width: 320px) and (max-width: 736px) and (-webkit-min-device-pixel-ratio: 1) {
.fm-name {
font-size: 14px;
}
.fm-role {
font-size: 12px;
}
}
@media (min-width:960px) {
.fm-grid {
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.fm-photo {
width: 100px;
}
.fm-card:nth-child(1),
.fm-card:nth-child(2),
.fm-card:nth-child(3) {
grid-column: span 2;
}
.fm-card:nth-child(4),
.fm-card:nth-child(5) {
grid-column: span 3;
}
}
</style>
</a>
</div>
</div>
<!-- ========== /TOPPERS ========== -->
<!-- ================= HERO ================= -->
<div class="jn-wrap" style="margin-top:0;background:linear-gradient(180deg,#fee2e2 0%,#fff4e5 55%,#ffffff 100%);">
<div class="jn-pad">
<span class="jn-badge">NEW • 2026 Bunyaad Batch</span>
<h1 style="margin:10px 0 6px;font-size:34px;line-height:1.2;font-weight:900;letter-spacing:-.02em;">
Nearpeer: <span style="background:linear-gradient(90deg,var(--jn-primary),var(--jn-amber));-webkit-background-clip:text;background-clip:text;color:transparent;">
MDCAT Bunyaad Batch 2026</span>
</h1>
<p style="font-size:18px;line-height:1.7;color:#7a2e0e;margin:8px 0 0;">
The <strong>Bunyaad Batch</strong> is our flagship, high-discipline program for MDCAT 2026—
daily guided study, live teaching, and data-driven testing until mastery.
</p>
<!-- quick chips -->
<div class="jn-kv" style="margin-top:12px">
<span class="jn-chip">Live + Recorded Lectures</span>
<span class="jn-chip">Daily Study Plan</span>
<span class="jn-chip">Topic Quizzes & Full Mocks</span>
<span class="jn-chip">Diagnostic + Score Tracker</span>
<span class="jn-chip">Books/Notes (PDF)</span>
<span class="jn-chip">AI Bot Support</span>
</div>
<!-- CTA + Student of Year(updated link + image, dimensions unchanged) -->
<div style="margin-top:18px;display:flex;gap:18px;align-items:center;flex-wrap:wrap;">
<a class="jn-btn" href="https://wa.link/7uv1jp" target="_blank" rel="noopener">Enroll Now</a>
<!-- NEW: Orientation Video Button -->
<a class="jn-btn"
href="https://www.youtube.com/watch?v=LEhr_Pbi01Q"
target="_blank"
rel="noopener"
style="background:linear-gradient(90deg,#f59e0b,#fb923c); color:#ffffff; font-weight:800;">
Watch Batch Orientation Video
</a>
<!-- Student of the Year-->
<a href="https://drive.google.com/file/d/1N2maAdJFmOKJCE-YXDPTsoWaZikv9Xrq/view?usp=drive_link"
style="margin-left:auto;display:block;width:180px;height:180px;border:2px solid #fb923c;border-radius:16px;overflow:hidden;position:relative;background:#fff7ed;box-shadow:0 8px 18px rgba(251,146,60,.18);text-decoration:none;">
<img src="https://lh3.googleusercontent.com/d/1N2maAdJFmOKJCE-YXDPTsoWaZikv9Xrq=w800"
alt="Fahad Shahid — Student of the Year 2025"
style="position:absolute;inset:0;width:100%;height:100%;object-fit:cover;"
referrerpolicy="no-referrer">
<div style="position:absolute;left:8px;right:8px;bottom:8px;background:rgba(255,255,255,.92);border-radius:10px;padding:6px 8px;">
<div style="font-weight:900;color:#0f8aa4;font-size:13px;line-height:1;">Student of the Year 2025</div>
<div style="font-size:11px;color:#0f172a;font-weight:800;line-height:1.2;">Fahad Shahid</div>
</div>
</a>
</div>
<!-- ============ BASIC DESCRIPTION / WHAT’S IN THE BATCH ============ -->
<div class="jn-wrap">
<!-- ============ What’s Inside the Bunyaad Batch? (collapsible) ============ -->
<details class="jn-section" open> <!-- add "open" if you want it expanded by default -->
<summary>What’s Inside the Bunyaad Batch?</summary>
<div class="jn-section-body">
<ul class="jn-list">
<li>✔ Live Lectures (with recordings for revision)</li>
<li>✔ Daily & Weekly Study Plan (smart pacing)</li>
<li>✔ Diagnostic Quiz & Personalized improvement map</li>
<li>✔ Topic-wise Quizzes + Chapter Tests</li>
<li>✔ Full-length Mocks + Live Test Discussions</li>
<li>✔ Books & Notes (PDF) aligned to MDCAT</li>
<li>✔ AI Bot + Score Tracker for continuous feedback</li>
<li>✔ 24/7 Student Community & Mentor Support</li>
</ul>
</div>
</details>
<!-- ========== FACULTY (responsive) ========== -->
<div class="fm-wrap">
<div class="fm-head">Faculty — Bunyaad Batch</div>
<div class="fm-grid">
<!-- Sir Hamza -->
<a class="fm-card" href="https://nearpeer.org/html/hamza-ramzan-profile" target="_blank" rel="noopener">
<div class="fm-info">
<p class="fm-name">Sir Hamza</p>
<div class="fm-role">Biology</div>
<div class="fm-link">View profile</div>
</div>
<div class="fm-photo-wrap">
<img src="https://etarbiyat.com/cdn/uploads/43R4ekrDqF.png" class="fm-photo" alt="Sir Hamza">
</div>
</a>
<!-- Sir Mansoor -->
<a class="fm-card"
href="https://nearpeer.org/html/mansoor-farooqi-profile"
target="_blank" rel="noopener">
<div class="fm-info">
<p class="fm-name">Sir Mansoor</p>
<div class="fm-role">Physics</div>
<div class="fm-link">View profile</div>
</div>
<div class="fm-photo-wrap">
<img src="https://etarbiyat.com/cdn/uploads/lQzc85FhU6.png" class="fm-photo" alt="Sir Mansoor">
</div>
</a>
</a>
<!-- Miss Nimra (updated image + link; classes unchanged so dimensions stay the same) -->
<a class="fm-card" href="https://drive.google.com/file/d/1wRP_1yxWV_P-OMLHGf76b_lSKaSblLrt/view?usp=drive_link" target="_blank" rel="noopener">
<div class="fm-info">
<p class="fm-name">Miss Nimra</p>
<div class="fm-role">English</div>
<div class="fm-link">View profile</div>
</div>
<div class="fm-photo-wrap">
<img
src="https://lh3.googleusercontent.com/d/1wRP_1yxWV_P-OMLHGf76b_lSKaSblLrt=w400"
class="fm-photo"
alt="Miss Nimra"
referrerpolicy="no-referrer">
</div>
</a>
<!-- Sir Ali Meraj (UPDATED) -->
<a class="fm-card" href="https://nearpeer.org/html/ali-meraj-profile" target="_blank" rel="noopener">
<div class="fm-info">
<p class="fm-name">Sir Ali Meraj</p>
<div class="fm-role">Chemistry</div>
<div class="fm-link">View profile</div>
</div>
<div class="fm-photo-wrap">
<img src="https://etarbiyat.com/cdn/uploads/coSKlnpvKn.png" class="fm-photo" alt="Sir Ali">
</div>
</a>
<!-- Sir Ammar Ali Ayub (UPDATED) -->
<a class="fm-card" href="#" target="_blank" rel="noopener">
<div class="fm-info">
<p class="fm-name">Sir Ammar</p>
<div class="fm-role">Logical Reasoning</div>
<div class="fm-link">View profile</div>
</div>
<div class="fm-photo-wrap">
<img src="https://etarbiyat.com/cdn/uploads/88hzWQy7vM.png" class="fm-photo" alt="Sir Ammar">
</div>
</a>
</div>
</div>
<!-- ============ Batch Features (collapsible + buttons) ============ -->
<details class="jn-section">
<summary>Batch Features</summary>
<div class="jn-section-body">
<div class="jn-grid" style="grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;">
<a class="jn-btn" href="#" style="text-align:center; color:#fff; font-weight:800; padding:14px;">AI Bot</a>
<a class="jn-btn" href="#" style="text-align:center; color:#fff; font-weight:800; padding:14px;">Score Predictor</a>
<a class="jn-btn" href="#" style="text-align:center; color:#fff; font-weight:800; padding:14px;">Quiz Generator</a>
<a class="jn-btn" href="#" style="text-align:center; color:#fff; font-weight:800; padding:14px;">Strength & Weakness Analysis</a>
<a class="jn-btn" href="#" style="text-align:center; color:#fff; font-weight:800; padding:14px;">Video Solutions</a>
<a class="jn-btn" href="#" style="text-align:center; color:#fff; font-weight:800; padding:14px;">Online Books</a>
</div>
</div>
</details>
<details class="jn-section">
<summary>Who Should Enroll?</summary>
<div class="jn-section-body">
<ul class="jn-list">
<li>First-timers who want a complete, structured roadmap to MDCAT 2026.</li>
<li>Improvers aiming for a significant score jump with discipline and weekly accountability.</li>
<li>Self-studying students who need expert guidance, targeted quizzes and mocks.</li>
</ul>
</div>
</details>
<details class="jn-section">
<summary>Why Bunyaad Works</summary>
<div class="jn-section-body">
<ul class="jn-list">
<li><strong>Consistency Engine:</strong> daily study plan + mentor nudges keep you on track.</li>
<li><strong>Assessment Loop:</strong> diagnostic → topic quizzes → mocks → review — every week.</li>
<li><strong>Data-Driven Prep:</strong> score tracker pinpoints gaps; teachers address them live.</li>
<li><strong>Community Momentum:</strong> 24/7 peer space that sustains pace and motivation.</li>
</ul>
</div>
</details>
<!-- ================= TOPPERS 2025 (floating with See more) ================= -->
<div class="jn-wrap">
<div class="jn-head">Toppers — 2025 MDCAT</div>
<div class="tp-viewport">
<div class="tp-track">
<a class="tp-card" href="https://drive.google.com/file/d/1TKVgsJvTDdF4RgzPGOav6kMYfuNAFqjD/view?usp=drive_link" target="_blank" rel="noopener">
<img class="tp-img" src="https://lh3.googleusercontent.com/d/1TKVgsJvTDdF4RgzPGOav6kMYfuNAFqjD=w300" alt="Syed Mehmood">
<div><div class="tp-name">Syed Mehmood</div><div class="tp-tag">2025 MDCAT Topper</div></div>
</a>
<a class="tp-card" href="https://drive.google.com/file/d/140XQjJVQi5daPTgh_A8HJIxQx_Ffrbra/view?usp=drive_link" target="_blank" rel="noopener">
<img class="tp-img" src="https://lh3.googleusercontent.com/d/140XQjJVQi5daPTgh_A8HJIxQx_Ffrbra=w300" alt="Najeeb Ullah">
<div><div class="tp-name">Najeeb Ullah</div><div class="tp-tag">2025 MDCAT Topper</div></div>
</a>
<!-- repeat for seamless loop -->
<a class="tp-card" href="https://drive.google.com/file/d/1TKVgsJvTDdF4RgzPGOav6kMYfuNAFqjD/view?usp=drive_link" target="_blank" rel="noopener">
<img class="tp-img" src="https://lh3.googleusercontent.com/d/1TKVgsJvTDdF4RgzPGOav6kMYfuNAFqjD=w300" alt="Syed Mehmood">
<div><div class="tp-name">Syed Mehmood</div><div class="tp-tag">2025 MDCAT Topper</div></div>
</a>
<a class="tp-card" href="https://drive.google.com/file/d/140XQjJVQi5daPTgh_A8HJIxQx_Ffrbra/view?usp=drive_link" target="_blank" rel="noopener">
<img class="tp-img" src="https://lh3.googleusercontent.com/d/140XQjJVQi5daPTgh_A8HJIxQx_Ffrbra=w300" alt="Najeeb Ullah">
<div><div class="tp-name">Najeeb Ullah</div><div class="tp-tag">2025 MDCAT Topper</div></div>
</a>
</div>
</div>
<div style="display:flex;justify-content:flex-start;padding:0 16px 16px;">
<a class="jn-btn" style="padding:8px 14px;font-weight:800"
href="https://www.instagram.com/s/aGlnaGxpZ2h0OjE4MDg5NjQ3NzMyOTI0MjAw?story_media_id=3751809009268067019_5412509220&igsh=Zm5iNDkyajU0N2Jj"
target="_blank" rel="noopener">See more →</a>
</div>
</div>
<!-- ================== FAQs (with "See more" toggle) ================== -->
<div class="jn-wrap">
<div class="jn-head">FAQs</div>
<div class="jn-pad">
<!-- Always-visible FAQs -->
<details>
<summary>Are lectures live or recorded?</summary>
<div class="jn-muted">Both. Join live; recordings are uploaded the same day for revision.</div>
</details>
<details>
<summary>How many mocks are included?</summary>
<div class="jn-muted">Regular topic tests plus scheduled full-length mocks with live discussions.</div>
</details>
<details>
<summary>Do I get books and notes?</summary>
<div class="jn-muted">Yes—PDF notes/books aligned to MDCAT SLOs are included for all students.</div>
</details>
<details>
<summary>How will I track my progress?</summary>
<div class="jn-muted">Diagnostic at start, weekly score tracking, and mentor feedback—so you always know your gaps.</div>
</details>
<!-- See more -->
<details style="margin-top:8px">
<summary>See more FAQs</summary>
<div style="margin-top:10px;display:grid;gap:8px">
<details>
<summary>What makes us different from other academies and platforms?</summary>
<div class="jn-muted">
We combine <strong>live teaching</strong> with a <strong>data-driven system</strong>: Diagnostic ➜
topic quizzes ➜ full mocks ➜ <strong>live test discussions</strong>. A built-in
<strong>Score Predictor</strong> highlights your strengths & weaknesses, and our “<strong>Make Your Own
Quiz</strong>” tool lets you generate targeted practice instantly. Add 24/7 mentor/community support and a
disciplined study plan—you never prepare blindly.
</div>
</details>
<details>
<summary>When is batch starting?</summary>
<div class="jn-muted">Batch starts from <strong>6th November</strong>, and you can enrol anytime—before or after the date.</div>
</details>
<details>
<summary>Will I receive any books?</summary>
<div class="jn-muted">
It depends on your package. You can always purchase printed books here:
<a href="https://shop.nearpeer.org/collections/mdcat" target="_blank" rel="noopener"
style="display:inline-block;margin-left:8px;padding:6px 12px;border-radius:10px;font-weight:800;color:#fff;text-decoration:none;background:linear-gradient(90deg,#b91c1c,#f59e0b);">
Get Books
</a>
</div>
</details>
<details>
<summary>What will be my class schedule?</summary>
<div class="jn-muted">
See the latest timetable:
<a href="https://docs.google.com/spreadsheets/d/1EKzLrsuJx4O6fn9ef-EOSY18owutNgXUGjhHM2gQrhI/edit?gid=0#gid=0"
target="_blank" rel="noopener"
style="display:inline-block;margin-left:8px;padding:6px 12px;border-radius:10px;font-weight:800;color:#fff;text-decoration:none;background:linear-gradient(90deg,#b91c1c,#f59e0b);">
Open Schedule
</a>
</div>
</details>
<details>
<summary>How will I interact with my teacher?</summary>
<div class="jn-muted">
Join our Facebook Classroom to ask questions and interact with teachers:
<a href="https://www.facebook.com/groups/1120360473644647" target="_blank" rel="noopener"
style="display:inline-block;margin-left:8px;padding:6px 12px;border-radius:10px;font-weight:800;color:#fff;text-decoration:none;background:linear-gradient(90deg,#b91c1c,#f59e0b);">
Join Classroom
</a>
</div>
</details>
<details>
<summary>How can I take admission?</summary>
<div class="jn-muted">
Contact the Nearpeer team on WhatsApp to get enrolled:
<a href="https://wa.link/7uv1jp" target="_blank" rel="noopener"
style="display:inline-block;margin-left:8px;padding:6px 12px;border-radius:10px;font-weight:800;color:#fff;text-decoration:none;background:linear-gradient(90deg,#b91c1c,#f59e0b);">
Enrol Now
</a>
</div>
</details>
<details>
<summary>What will be the fees?</summary>
<div class="jn-muted">
Our counsellors will share the latest packages and offers:
<a href="https://wa.link/7uv1jp" target="_blank" rel="noopener"
style="display:inline-block;margin-left:8px;padding:6px 12px;border-radius:10px;font-weight:800;color:#fff;text-decoration:none;background:linear-gradient(90deg,#b91c1c,#f59e0b);">
Contact Us
</a>
</div>
</details>
<details>
<summary>Are there any scholarships available?</summary>
<div class="jn-muted">
Yes—need-based and merit-based scholarships are available. Check your eligibility:
<a href="https://wa.me/923111444734?text=Hi.%20I%20want%20to%20get%20information%20about%20any%20scholarship%20available%20for%20MDCAT%20Bunyaad%20Batch%202026.%20Can%20you%20guide%20me?"
target="_blank" rel="noopener"
style="display:inline-block;margin-left:8px;padding:6px 12px;border-radius:10px;font-weight:800;color:#fff;text-decoration:none;background:linear-gradient(90deg,#b91c1c,#f59e0b);">
Get Scholarship
</a>
</div>
</details>
<details>
<summary>What if I miss my classes?</summary>
<div class="jn-muted">
Always try to attend live sessions, but if you miss any you can watch the
<strong>recorded lectures</strong> on your portal and follow the catch-up plan in your study schedule.
</div>
</details>
</div>
</details>
</div>
</div>
<!-- ================= ENROLL NOW ================= -->
<div class="jn-wrap">
<div class="jn-head">To crack your MDCAT 2026, click on</div>
<div class="jn-pad" style="display:flex;gap:12px;align-items:center;flex-wrap:wrap">
<a class="jn-btn" href="https://wa.link/7uv1jp" target="_blank" rel="noopener">Enroll Now</a>
<span class="jn-muted">Our counsellor will get you started within minutes.</span>
</div>
</div>
</section>