PMS Compulsory Bundle (1 course )
<div class="pms-bundle-card">
<div class="bundle-badge">
🏛 PMS Complete Compulsory Subjects Bundle
</div>
<h2>🎯 600 Marks Structured Preparation for Provincial Service</h2>
<p class="bundle-desc">
This bundle includes complete preparation material for all PMS compulsory subjects, designed to help aspirants prepare strategically, cover the entire syllabus, and perform confidently in the exam.
</p>
<div class="marks-highlight">
📊 Total Coverage: <strong>600 Marks</strong>
</div>
<div class="subject-title">
📝 Subjects Included:
</div>
<div class="subject-grid">
<div class="sub-box">English Essay — 100 Marks</div>
<div class="sub-box">English (Precis, Comprehension & Translation) — 100 Marks</div>
<div class="sub-box">Urdu (Essay, Comprehension & Translation) — 100 Marks</div>
<div class="sub-box">Islamic Studies — 100 Marks</div>
<div class="sub-box">Pakistan Studies — 100 Marks</div>
<div class="sub-box">General Knowledge — 100 Marks</div>
</div>
<div class="divider"></div>
<div class="feature-title">
📌 Each Subject Includes:
</div>
<ul class="features">
<li>Detailed Video Lectures</li>
<li>Practice Quizzes</li>
<li>Notes & Recommended Resources</li>
<li>Access Till Exam Day</li>
</ul>
<div class="faculty-note">
👨🏫 All subjects are taught by experienced PMS faculty to help you secure allocation in provincial services.
</div>
<div class="scholarship-box">
⏳ Scholarship Available for a Limited Time
</div>
<button class="cta-btn">
📲 WhatsApp 0311-1444734 for Enrollment & Guidance
</button>
</div>
<style>
.pms-bundle-card {
max-width: 820px;
margin: 50px auto;
padding: 32px;
border-radius: 22px;
background: linear-gradient(160deg,#ffffff,#eef4ff);
box-shadow: 0 20px 55px rgba(0,0,0,0.12);
font-family: system-ui, Arial;
}
/* Top Badge */
.bundle-badge {
background: linear-gradient(90deg,#7c2d12,#ea580c);
color: #fff;
padding: 14px;
border-radius: 14px;
text-align: center;
font-weight: 700;
margin-bottom: 18px;
letter-spacing: .6px;
}
/* Heading */
h2 {
margin-bottom: 12px;
color: #0f172a;
}
/* Description */
.bundle-desc {
color: #334155;
margin-bottom: 16px;
}
/* Marks Highlight */
.marks-highlight {
background: linear-gradient(90deg,#1e40af,#3b82f6);
color: #fff;
padding: 12px;
border-radius: 12px;
text-align: center;
font-weight: 600;
margin-bottom: 20px;
}
/* Subject Title */
.subject-title,
.feature-title {
font-weight: bold;
margin: 18px 0 12px;
color: #0f172a;
}
/* Subject Grid */
.subject-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
margin-bottom: 18px;
}
.sub-box {
background: #ffffff;
padding: 12px;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0,0,0,.06);
font-size: 14px;
}
/* Divider */
.divider {
height: 1px;
background: #e2e8f0;
margin: 20px 0;
}
/* Features */
.features {
list-style: none;
padding: 0;
margin-bottom: 16px;
}
.features li {
margin: 10px 0;
padding-left: 26px;
position: relative;
}
.features li::before {
content: "✔";
position: absolute;
left: 0;
color: #16a34a;
font-weight: bold;
}
/* Faculty Note */
.faculty-note {
background: #fef3c7;
padding: 12px;
border-radius: 10px;
margin-bottom: 16px;
font-size: 14px;
}
/* Scholarship */
.scholarship-box {
background: linear-gradient(90deg,#b91c1c,#ef4444);
color: #fff;
padding: 14px;
border-radius: 14px;
text-align: center;
font-weight: 700;
margin-bottom: 18px;
}
/* CTA */
.cta-btn {
width: 100%;
background: linear-gradient(90deg,#059669,#10b981);
color: white;
border: none;
padding: 20px;
font-size: 18px;
border-radius: 16px;
cursor: pointer;
font-weight: bold;
transition: all .25s ease;
box-shadow: 0 8px 22px rgba(16,185,129,.35);
}
.cta-btn:hover {
transform: scale(1.04);
box-shadow: 0 10px 26px rgba(16,185,129,.45);
}
/* Responsive */
@media(max-width:700px){
.subject-grid { grid-template-columns:1fr; }
}
</style>