/* ==========================================================================
   SA INFOTECHS - CAREER.CSS
   ========================================================================== */

/* ==========================================================================
   15b. Career Hero Banner (High-Tech Corporate Collaboration Background)
   ========================================================================== */
.career-hero-banner {
    position: relative;
    overflow: hidden;
    background: #08112b url('assets/images/services/career-hero-bg.jpg') center center / cover no-repeat;
    padding: 115px 0 120px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
    color: #ffffff;
}

.career-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(7, 13, 31, 0.88) 0%, rgba(10, 19, 44, 0.82) 50%, rgba(12, 24, 56, 0.89) 100%);
    pointer-events: none;
}

.career-hero-mesh {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    opacity: 0.65;
}

.career-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(95px);
    pointer-events: none;
    opacity: 0.45;
}

.career-glow-1 {
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, #2b40b0 0%, rgba(43, 64, 176, 0) 70%);
    top: -100px;
    left: -80px;
}

.career-glow-2 {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, #7c3aed 0%, rgba(124, 58, 237, 0) 70%);
    bottom: -80px;
    right: -60px;
}

.career-hero-content {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.career-hero-title {
    font-size: clamp(2.3rem, 4.8vw, 3.6rem);
    font-weight: 850;
    color: #ffffff;
    line-height: 1.18;
    margin-bottom: 20px;
    letter-spacing: -0.025em;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.career-hero-subtitle {
    font-size: clamp(1.02rem, 1.6vw, 1.18rem);
    color: #cbd5e1;
    line-height: 1.7;
    margin: 0 auto 38px;
    max-width: 740px;
    font-weight: 400;
}

.career-hero-actions {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.career-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2b40b0 0%, #3e56d4 100%);
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 16px 34px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(43, 64, 176, 0.42);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.career-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(43, 64, 176, 0.58);
    background: linear-gradient(135deg, #3249c5 0%, #4a63e8 100%);
    color: #ffffff !important;
}

.career-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1.5px solid rgba(255, 255, 255, 0.28);
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 16px 34px;
    border-radius: 12px;
    text-decoration: none;
    backdrop-filter: blur(8px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.career-btn-outline:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    color: #ffffff !important;
}

@media (max-width: 680px) {
    .career-hero-banner {
        padding: 75px 0 85px;
    }
    .career-hero-actions {
        flex-direction: column;
        width: 100%;
        gap: 14px;
    }
    .career-btn-primary,
    .career-btn-outline {
        width: 100%;
        padding: 15px 24px;
    }
}

/* --------------------------------------------------------------------------
   15c. Professional Training Courses Section
   -------------------------------------------------------------------------- */
.career-training-section {
    background: radial-gradient(ellipse at 20% 20%, rgba(0, 114, 255, 0.12) 0%, transparent 45%),
                radial-gradient(ellipse at 80% 30%, rgba(0, 198, 255, 0.10) 0%, transparent 45%),
                radial-gradient(ellipse at 50% 90%, rgba(5, 19, 71, 0.05) 0%, transparent 55%),
                linear-gradient(180deg, #f8fafc 0%, #f0f7ff 50%, #f8fafc 100%) !important;
    background-size: 100% 100% !important;
    background-position: center top, right top, center bottom, center center !important;
    padding: 85px 0 100px;
    position: relative;
    border-top: 1px solid rgba(0, 114, 255, 0.14) !important;
    border-bottom: 1px solid rgba(0, 114, 255, 0.14) !important;
}

.career-nav-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    margin: 32px 0 36px;
}

.career-switch-btn {
    font-size: 1.15rem;
    font-weight: 700;
    color: #475569;
    text-decoration: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 6px 14px;
    position: relative;
    transition: color 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.career-switch-btn:hover {
    color: #2b3a8c;
}

.career-switch-btn.active {
    color: #0f172a;
    font-weight: 800;
}

.career-switch-btn.active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 14px;
    right: 14px;
    height: 3px;
    background: linear-gradient(90deg, #2b40b0, #6366f1);
    border-radius: 9999px;
}

/* Training Promo Box */
.training-promo-box {
    background: linear-gradient(135deg, #4153a5 0%, #354492 50%, #29367c 100%);
    border-radius: 20px;
    padding: 48px 36px 44px;
    margin: 0 auto 38px;
    max-width: 1160px;
    color: #ffffff;
    box-shadow: 0 16px 36px rgba(43, 64, 176, 0.16);
    position: relative;
    overflow: hidden;
}

.training-promo-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

.training-promo-title {
    font-size: clamp(1.65rem, 3.2vw, 2.3rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
}

.training-promo-desc {
    font-size: clamp(0.98rem, 1.8vw, 1.12rem);
    color: rgba(255, 255, 255, 0.92);
    max-width: 820px;
    margin: 0 auto 28px;
    line-height: 1.65;
}

.training-promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #2b3a8c;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 13px 32px;
    border-radius: 9999px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.training-promo-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
    background: #f8fafc;
    color: #1e293b;
}

/* Category Filter Pills */
.training-filter-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 44px;
}

.training-pill {
    background: #ffffff;
    border: 1px solid rgba(203, 213, 225, 0.85);
    color: #475569;
    font-size: 0.94rem;
    font-weight: 600;
    padding: 9px 22px;
    border-radius: 9999px;
    cursor: pointer;
    transition: all 0.22s ease;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.training-pill:hover {
    border-color: #3b4cca;
    color: #3b4cca;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(59, 76, 202, 0.12);
}

.training-pill.active {
    background: #323f7c;
    border-color: #323f7c;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(50, 63, 124, 0.25);
}

/* Courses Grid */
.training-courses-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1240px;
    margin: 0 auto;
}

@media (max-width: 1140px) {
    .training-courses-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 640px) {
    .training-courses-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .training-promo-box {
        padding: 36px 20px 32px;
    }
}

.training-course-card {
    background: #ffffff !important;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
    border: 1px solid #e2e8f0 !important;
    display: flex;
    flex-direction: column;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.training-course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(50, 63, 124, 0.12);
}

.course-card-top-bar {
    background: #39488d !important;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 72px;
}

.course-icon-box {
    width: 44px;
    height: 44px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}

.course-code-symbol {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, monospace;
    font-size: 1.35rem;
    font-weight: 900;
    color: #323f7c;
    letter-spacing: -1.5px;
    line-height: 1;
}

.course-icon-box i.fa-database { font-size: 1.35rem; color: #323f7c; }
.course-icon-box i.fa-php { font-size: 1.85rem; color: #323f7c; }
.course-icon-box i.fa-html5 { font-size: 1.6rem; color: #323f7c; }
.course-icon-box i.fa-react { font-size: 1.6rem; color: #323f7c; }
.course-icon-box i.fa-bullhorn { font-size: 1.35rem; color: #323f7c; }

.course-top-badge {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 9999px;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.badge-orange {
    background: #ffab00;
    box-shadow: 0 2px 8px rgba(255, 171, 0, 0.35);
}

.badge-green {
    background: #10b981;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.35);
}

.badge-pink {
    background: #f43f5e;
    box-shadow: 0 2px 8px rgba(244, 63, 94, 0.35);
}

.badge-cyan {
    background: #06b6d4;
    box-shadow: 0 2px 8px rgba(6, 182, 212, 0.35);
}

.course-card-body {
    padding: 18px 18px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: #ffffff !important;
}

.course-level-pill {
    align-self: flex-start;
    font-size: 0.74rem;
    font-weight: 700;
    padding: 3px 11px;
    border-radius: 9999px;
    margin-bottom: 12px;
}

.level-green {
    background: #dcfce7;
    color: #15803d;
    border: 1px solid #bbf7d0;
}

.level-amber {
    background: #fef9c3;
    color: #ca8a04;
    border: 1px solid #fef08a;
}

.course-title {
    font-size: 1.12rem;
    font-weight: 800;
    color: #0f172a !important;
    line-height: 1.3;
    margin-bottom: 12px;
}

.course-duration {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b !important;
    margin-bottom: 14px;
}

.course-duration i {
    color: #64748b !important;
    font-size: 0.92rem;
}

.course-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex-grow: 1;
}

.course-features-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.86rem;
    color: #334155 !important;
    font-weight: 600;
}

.course-features-list li i {
    color: #323f7c !important;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.course-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
    margin-top: auto;
}

.course-pricing {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.course-price {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a !important;
}

.course-price-cut {
    font-size: 0.86rem;
    color: #94a3b8 !important;
    text-decoration: line-through;
    font-weight: 500;
}

.course-enroll-btn {
    background: #323f7c !important;
    color: #ffffff !important;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 7px 22px;
    border-radius: 9999px;
    text-decoration: none;
    transition: background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.course-enroll-btn:hover {
    background: #252f5e !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(50, 63, 124, 0.3);
    color: #ffffff !important;
}

/* Dark Mode Theme Adjustments for Career Training */
[data-theme="dark"] .career-training-section {
    background: radial-gradient(ellipse at 20% 20%, rgba(0, 114, 255, 0.12) 0%, transparent 45%),
                radial-gradient(ellipse at 80% 30%, rgba(0, 198, 255, 0.10) 0%, transparent 45%),
                radial-gradient(ellipse at 50% 90%, rgba(5, 19, 71, 0.05) 0%, transparent 55%),
                linear-gradient(180deg, #f8fafc 0%, #f0f7ff 50%, #f8fafc 100%) !important;
    border-top-color: rgba(0, 114, 255, 0.14) !important;
    border-bottom-color: rgba(0, 114, 255, 0.14) !important;
}

[data-theme="dark"] .career-training-section .section-title {
    color: #000000 !important;
}

[data-theme="dark"] .career-training-section .section-subtitle {
    color: #475569 !important;
}

[data-theme="dark"] .career-switch-btn {
    color: #475569 !important;
}

[data-theme="dark"] .career-switch-btn:hover {
    color: #2b3a8c !important;
}

[data-theme="dark"] .career-switch-btn.active {
    color: #0f172a !important;
}

[data-theme="dark"] .training-pill {
    background: #1e293b;
    border-color: #334155;
    color: #cbd5e1;
}

[data-theme="dark"] .training-pill:hover {
    border-color: #6366f1;
    color: #a5b4fc;
}

[data-theme="dark"] .training-pill.active {
    background: #323f7c;
    border-color: #323f7c;
    color: #ffffff;
}

/* Ensure the course cards KEEP the exact white design in dark mode as requested */
[data-theme="dark"] .training-course-card {
    background: #ffffff !important;
    border-color: #e2e8f0 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

[data-theme="dark"] .course-card-body {
    background: #ffffff !important;
}

[data-theme="dark"] .course-title {
    color: #0f172a !important;
}

[data-theme="dark"] .course-duration {
    color: #64748b !important;
}

[data-theme="dark"] .course-features-list li {
    color: #334155 !important;
}

[data-theme="dark"] .course-features-list li i {
    color: #323f7c !important;
}

[data-theme="dark"] .course-card-footer {
    border-top-color: #f1f5f9;
}

[data-theme="dark"] .course-price {
    color: #0f172a !important;
}

[data-theme="dark"] .course-price-cut {
    color: #94a3b8 !important;
}

[data-theme="dark"] .course-enroll-btn {
    background: #323f7c !important;
    color: #ffffff !important;
}

[data-theme="dark"] .course-enroll-btn:hover {
    background: #252f5e !important;
    color: #ffffff !important;
}

/* --------------------------------------------------------------------------
   15d. Career Stats Bar Section (Different Background Color from Flat Blue)
   -------------------------------------------------------------------------- */
.career-stats-bar-section {
    background: linear-gradient(135deg, #090d1f 0%, #111a3b 50%, #1a1640 100%);
    padding: 48px 0 46px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 2px 14px rgba(0, 0, 0, 0.22);
}

.career-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
    max-width: 1240px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .career-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 20px;
    }
}

@media (max-width: 520px) {
    .career-stats-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }
}

.career-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.career-stat-number {
    font-size: clamp(2.3rem, 3.8vw, 3rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
    font-family: var(--font-display, inherit);
}

.career-stat-label {
    font-size: 1.02rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

/* --------------------------------------------------------------------------
   15e. Why Join SA Infotechs Section (Soft Pearl Slate Background with Elevated White Cards)
   -------------------------------------------------------------------------- */
.why-join-section {
    background: radial-gradient(ellipse at 20% 20%, rgba(0, 114, 255, 0.12) 0%, transparent 45%),
                radial-gradient(ellipse at 80% 30%, rgba(0, 198, 255, 0.10) 0%, transparent 45%),
                radial-gradient(ellipse at 50% 90%, rgba(5, 19, 71, 0.05) 0%, transparent 55%),
                linear-gradient(180deg, #f8fafc 0%, #f0f7ff 50%, #f8fafc 100%) !important;
    background-size: 100% 100% !important;
    background-position: center top, right top, center bottom, center center !important;
    padding: 85px 0 95px;
    position: relative;
    border-top: 1px solid rgba(0, 114, 255, 0.14) !important;
    border-bottom: 1px solid rgba(0, 114, 255, 0.14) !important;
}

.why-join-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1240px;
    margin: 0 auto;
}

@media (max-width: 1100px) {
    .why-join-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 600px) {
    .why-join-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.why-card {
    background: #ffffff !important;
    border-radius: 16px;
    padding: 38px 24px 34px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
    border: 1px solid #e2e8f0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(43, 58, 140, 0.12);
    border-color: #cbd5e1 !important;
}

.why-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2b3a8c;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 22px;
    box-shadow: 0 4px 14px rgba(43, 58, 140, 0.25);
    transition: transform 0.25s ease;
}

.why-card:hover .why-icon-circle {
    transform: scale(1.08);
}

.why-card-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a !important;
    margin-bottom: 12px;
}

.why-card-desc {
    font-size: 0.92rem;
    color: #64748b !important;
    line-height: 1.62;
    margin: 0;
}

/* Dark Mode Theme Adjustments for Why Join */
[data-theme="dark"] .why-join-section {
    background: radial-gradient(ellipse at 20% 20%, rgba(0, 114, 255, 0.12) 0%, transparent 45%),
                radial-gradient(ellipse at 80% 30%, rgba(0, 198, 255, 0.10) 0%, transparent 45%),
                radial-gradient(ellipse at 50% 90%, rgba(5, 19, 71, 0.05) 0%, transparent 55%),
                linear-gradient(180deg, #f8fafc 0%, #f0f7ff 50%, #f8fafc 100%) !important;
    border-top-color: rgba(0, 114, 255, 0.14) !important;
    border-bottom-color: rgba(0, 114, 255, 0.14) !important;
}

[data-theme="dark"] .why-join-section .section-title {
    color: #000000 !important;
}

[data-theme="dark"] .why-join-section .section-subtitle {
    color: #475569 !important;
}

[data-theme="dark"] .why-card {
    background: #ffffff !important;
    border-color: #e2e8f0 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

[data-theme="dark"] .why-card:hover {
    border-color: #cbd5e1 !important;
    box-shadow: 0 16px 36px rgba(43, 58, 140, 0.22);
}

[data-theme="dark"] .why-card-title {
    color: #0f172a !important;
}

[data-theme="dark"] .why-card-desc {
    color: #64748b !important;
}

[data-theme="dark"] .why-icon-circle {
    background: #2b3a8c !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(43, 58, 140, 0.25);
}

/* --------------------------------------------------------------------------
   16. Career Section (Career Opportunities - Matching User Screenshots)
   -------------------------------------------------------------------------- */
.career-section {
    background: #f1f5f9;
    padding: 85px 0 95px;
    position: relative;
}

.career-opps-header {
    margin-bottom: 50px;
}

.career-opps-title {
    font-size: 2.35rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.career-opps-highlight {
    color: #2b3a8c;
}

.career-opps-subtitle {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
}

.career-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.career-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0;
    border-left: 5px solid #2b3a8c !important;
    border-radius: 14px;
    padding: 32px 28px 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.career-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 34px rgba(43, 58, 140, 0.12);
    border-color: #cbd5e1;
    border-left-color: #1e295f !important;
}

.career-job-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a !important;
    margin: 0 0 14px 0;
    line-height: 1.3;
}

.job-meta-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.job-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f1f5f9;
    color: #475569 !important;
    font-size: 0.82rem;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 9999px;
    white-space: nowrap;
}

.job-meta-pill i {
    color: #64748b;
    font-size: 0.82rem;
}

.career-job-desc {
    font-size: 0.94rem;
    color: #475569 !important;
    line-height: 1.55;
    margin: 0 0 28px 0;
    flex-grow: 1;
}

.career-job-action {
    margin-top: auto;
}

.job-apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2b3a8c;
    color: #ffffff !important;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 11px 26px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(43, 58, 140, 0.25);
}

.job-apply-btn:hover {
    background: #1e295f;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(43, 58, 140, 0.38);
    color: #ffffff !important;
}

@media (max-width: 1024px) {
    .career-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .career-grid {
        grid-template-columns: 1fr;
    }
    .career-opps-title {
        font-size: 1.85rem;
    }
    .career-card {
        padding: 24px 20px 20px;
    }
}

/* Dark Mode Overrides for Career Opportunities */
body.dark-mode .career-section {
    background: #080d1a;
}

body.dark-mode .career-opps-title {
    color: #f8fafc;
}

body.dark-mode .career-opps-highlight {
    color: #60a5fa;
}

body.dark-mode .career-opps-subtitle {
    color: #94a3b8;
}

body.dark-mode .career-card {
    background: #ffffff !important;
    border-color: #cbd5e1;
    border-left-color: #2b3a8c !important;
}

body.dark-mode .career-job-title {
    color: #0f172a !important;
}

body.dark-mode .career-job-desc {
    color: #475569 !important;
}

body.dark-mode .job-meta-pill {
    background: #f1f5f9 !important;
    color: #475569 !important;
}

body.dark-mode .job-meta-pill i {
    color: #64748b !important;
}

/* --------------------------------------------------------------------------
   16b. Our Hiring Process Section (Matching User Screenshots)
   -------------------------------------------------------------------------- */
.hiring-process-section {
    background: #f8fafc;
    padding: 85px 0 95px;
    position: relative;
}

.hiring-process-header {
    margin-bottom: 50px;
}

.hiring-title {
    font-size: 2.35rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.hiring-title-highlight {
    color: #2b3a8c;
}

.hiring-subtitle {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
}

.hiring-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.hiring-step-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 40px 24px 34px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hiring-step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 34px rgba(43, 58, 140, 0.12);
    border-color: #cbd5e1;
}

.hiring-step-badge {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    background: #2b3a8c;
    color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 auto 20px;
    box-shadow: 0 4px 10px rgba(43, 58, 140, 0.28);
}

.hiring-step-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a !important;
    margin: 0 0 14px 0;
    line-height: 1.3;
}

.hiring-step-desc {
    font-size: 0.92rem;
    color: #64748b !important;
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 1024px) {
    .hiring-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 580px) {
    .hiring-process-grid {
        grid-template-columns: 1fr;
    }
    .hiring-title {
        font-size: 1.85rem;
    }
    .hiring-step-card {
        padding: 30px 20px 26px;
    }
}

/* Dark Mode Overrides for Our Hiring Process */
body.dark-mode .hiring-process-section {
    background: #060a15;
}

body.dark-mode .hiring-title {
    color: #f8fafc;
}

body.dark-mode .hiring-title-highlight {
    color: #60a5fa;
}

body.dark-mode .hiring-subtitle {
    color: #94a3b8;
}

body.dark-mode .hiring-step-card {
    background: #ffffff !important;
    border-color: #cbd5e1;
}

body.dark-mode .hiring-step-badge {
    background: #2b3a8c !important;
    color: #ffffff !important;
}

body.dark-mode .hiring-step-title {
    color: #0f172a !important;
}

body.dark-mode .hiring-step-desc {
    color: #64748b !important;
}

/* Career Page Headings - Solid Black */
.career-training-section .section-title,
[data-theme="dark"] .career-training-section .section-title,
.why-join-section .section-title,
[data-theme="dark"] .why-join-section .section-title,
.career-opps-title,
[data-theme="dark"] .career-opps-title,
.career-opps-highlight,
.hiring-title,
[data-theme="dark"] .hiring-title,
.hiring-title-highlight {
    color: #000000 !important;
}

.career-training-section .section-title .gradient-text,
.why-join-section .section-title .gradient-text {
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: initial !important;
    color: #000000 !important;
}
