/* RTL ONLY FOR CONTENT */
.rtl-content {
    direction: rtl;
    text-align: right;
}

/* Urdu font */
.rtl-content {
    /* font-family: 'Noto Nastaliq Urdu', 'Segoe UI', sans-serif; */
    font-family: "Gulzar", serif;
}

/* Fix lists */
.rtl-content ul {
    padding-right: 1rem;
    padding-left: 0;
}

/* Headings inside content */
.rtl-content h1,
.rtl-content h2,
.rtl-content h3,
.rtl-content h4,
.rtl-content h5 {
    text-align: right;
}
header,
.navbar,
.lang-toggle {
    direction: ltr !important;
    text-align: left !important;
}

/* ✅ RTL FIX */
html[dir="rtl"] .eligibility-list {
    text-align: right;
}

html[dir="rtl"] .eligibility-list li {
    padding-left: 0;
    padding-right: 22px;
}

html[dir="rtl"] .eligibility-list li::before {
    left: auto;
    right: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #1f2937;
    font: 16px/1.2 "DM Sans", sans-serif;
}

html[lang="ur"] body main,
html[lang="ur"] body footer{
    font-family: "Gulzar", serif;
}
html[lang="ur"] body main h2{
    line-height: 2;
}
html[lang="ur"] body .form-control.urdu-right{
    text-align: right;
}
.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px
}
html[lang="ur"] body .step-indicator .step span{
    margin-bottom: 16px;
}

/* Buttons */
.btn-primary {
    background: #22c55e;
    color: #052e16;
    padding: 14px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600
}

.btn-outline {
    border: 1px solid #22c55e;
    color: #22c55e;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none
}

.btn-light {
    background: #fff;
    color: #0f172a;
    padding: 12px 22px;
    border-radius: 8px;
    text-decoration: none
}

.large {
    font-size: 18px
}

/* Header */
.topbar {
    background: #0f2230;
    padding: 16px 0
}

.topbar-flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    color: #22c55e;
    font-weight: 700;
    font-size: 22px
}

nav a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none
}

/* Hero */
.hero {
    background: #0f2230;
    color: #fff;
    padding: 90px 0
}

.hero-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px
}

.hero-visual img {
    width: 100%;
    border-radius: 16px
}

.pill {
    background: #1e3a2f;
    color: #86efac;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px
}

/* Stats */
.stats-strip {
    background: #f1f5f9;
    padding: 30px 0
}

.stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center
}

.stats-row strong {
    font-size: 28px;
    display: block
}

/* Sections */
.section {
    padding: 90px 0
}

.section.light {
    background: #f8fafc
}

.section.dark {
    background: #020617;
    color: #fff
}

.center {
    text-align: center
}

/* Apply */
.apply-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 50px
}

.apply-card img {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 15px
}

/* Process */
.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px
}

.process-steps span {
    font-size: 22px;
    color: #22c55e;
    font-weight: 700
}

/* Video */
.video-block {
    background: #fff;
    padding: 80px 0
}

.video-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.video-thumb {
    position: relative
}

.video-thumb img {
    width: 100%;
    border-radius: 16px
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #22c55e;
    padding: 20px;
    border-radius: 50%
}

/* Impact */
.impact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px
}

.impact-grid img {
    width: 100%;
    border-radius: 14px
}

/* CTA */
.cta-final {
    text-align: center;
    padding: 100px 0;
    background: #0f2230;
    color: #fff
}

/* Footer */
.footer {
    background: #020617;
    color: #cbd5f5;
    padding: 40px 0
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.footer a {
    color: #cbd5f5;
    text-decoration: none;
    display: block;
    margin-bottom: 6px
}