#pk-gov-calc-container * {
box-sizing: border-box;
}
/* Header */
.pk-calc-header {
background-color: #006600; /* Pakistan Green */
color: #ffffff;
padding: 20px;
text-align: center;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.pk-calc-header h2 {
margin: 0;
font-size: 24px;
font-weight: 600;
}
.pk-calc-header p {
margin: 5px 0 0;
font-size: 14px;
opacity: 0.9;
}
/* Form Layout */
.pk-calc-form {
padding: 25px;
background-color: #f9fbf9;
border-bottom: 1px solid #eee;
}
.pk-form-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.pk-form-group {
margin-bottom: 5px;
}
.pk-form-group label {
display: block;
margin-bottom: 6px;
font-weight: 600;
font-size: 14px;
color: #444;
}
.pk-form-control {
width: 100%;
padding: 10px 12px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 15px;
transition: border-color 0.3s;
background-color: #fff;
}
.pk-form-control:focus {
outline: none;
border-color: #006600;
box-shadow: 0 0 0 2px rgba(0,102,0,0.1);
}
.pk-btn-container {
grid-column: 1 / -1;
margin-top: 10px;
text-align: center;
}
.pk-btn-check {
background-color: #006600;
color: white;
border: none;
padding: 12px 30px;
font-size: 16px;
font-weight: 600;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.2s, transform 0.1s;
width: 100%;
max-width: 300px;
}
.pk-btn-check:hover {
background-color: #004d00;
}
.pk-btn-check:active {
transform: scale(0.98);
}
/* Results Area */
#pk-calc-results {
padding: 25px;
display: none; /* Hidden by default */
}
.pk-section-title {
font-size: 18px;
border-bottom: 2px solid #eee;
padding-bottom: 10px;
margin-bottom: 15px;
margin-top: 0;
color: #222;
}
.pk-results-grid {
display: grid;
grid-template-columns: 1fr;
gap: 15px;
margin-bottom: 30px;
}
/* Job Cards */
.pk-job-card {
border: 1px solid #ddd;
border-radius: 6px;
padding: 15px;
background: #fff;
transition: box-shadow 0.2s;
}
.pk-job-card:hover {
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.pk-job-eligible {
border-left: 5px solid #28a745;
}
.pk-job-ineligible {
border-left: 5px solid #dc3545;
background-color: #fff5f5;
}
.pk-job-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 10px;
flex-wrap: wrap;
}
.pk-job-title {
font-size: 17px;
font-weight: 700;
color: #333;
margin: 0;
}
.pk-job-dept {
font-size: 13px;
color: #666;
margin-top: 2px;
}
.pk-badge {
font-size: 12px;
padding: 3px 8px;
border-radius: 12px;
background: #eee;
color: #555;
margin-left: auto;
}
.pk-job-details {
font-size: 14px;
color: #555;
margin-bottom: 12px;
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.pk-detail-item {
background: #f4f4f4;
padding: 4px 8px;
border-radius: 4px;
}
.pk-apply-btn {
display: inline-block;
background-color: #28a745;
color: white;
text-decoration: none;
padding: 8px 16px;
border-radius: 4px;
font-size: 14px;
font-weight: 600;
transition: background-color 0.2s;
}
.pk-apply-btn:hover {
background-color: #218838;
}
.pk-reasons-list {
margin: 0;
padding-left: 20px;
color: #dc3545;
font-size: 13px;
}
.pk-disclaimer {
background-color: #f0f0f0;
padding: 15px;
font-size: 12px;
color: #666;
text-align: center;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-top: 1px solid #ddd;
}
/* Animation */
.pk-fade-in {
animation: pkFadeIn 0.5s ease-in-out;
}
@keyframes pkFadeIn {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}
/* Mobile Responsive */
@media (max-width: 600px) {
.pk-form-grid {
grid-template-columns: 1fr;
}
.pk-job-header {
flex-direction: column;
}
.pk-badge {
margin-left: 0;
margin-top: 5px;
}
}
Table of Contents
ToggleJob Eligibility Calculator
Check your eligibility for Govt Jobs in Pakistan instantly.
Eligible Jobs ✔
Not Eligible ✖
Disclaimer: This tool provides a general assessment based on common criteria. Official job advertisements may have specific requirements regarding divisions, grades, physical standards, or quota systems. Always verify with the official ad.