/* ============================================================
   CAREER OPPORTUNITIES SECTION
   ============================================================ */

#career-pathways {
    background: linear-gradient(135deg, #061a3a 0%, #0a2b5a 100%);
    color: white;
    padding-top: 90px;
    padding-bottom: 90px;
}

/* Title + Subtitle */
#career-pathways h2,
#career-pathways h3 {
    color: white;
    font-weight: 800;
}

#career-pathways .intro-text {
    max-width: 1400px;
    margin: auto;
    font-size: 1.1rem;
    color: #dfe8ff;
}

/* ============================================================
   CAREER CARDS
   ============================================================ */
#career-pathways .card-lite {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 16px;
    padding: 24px !important;
    transition: 0.3s ease;
}

#career-pathways .card-lite:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 28px rgba(119, 200, 255, 0.25);
}

/* Icons */
#career-pathways .career-icon {
    font-size: 2rem;
    color: #77c8ff;
    margin-right: 12px;
}

/* Card titles & text */
#career-pathways h5 {
    color: white;
    font-weight: 600;
}

#career-pathways .card-lite p {
    color: #d8e4ff;
}

/* ============================================================
   SALARY RANGE CARD
   ============================================================ */

#career-pathways .salary-card {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.15);
    padding: 24px;
}

#career-pathways .salary-card table {
    color: white !important;
}

#career-pathways .salary-card thead {
    background: rgba(255,255,255,0.15);
}

/* Salary graph bars */
.salary-bar-wrap {
    height: 10px;
    background: #173a6c;
    border-radius: 20px;
    overflow: hidden;
}

.salary-bar {
    height: 10px;
    border-radius: 20px;
}

.salary-bar.india { width: 70%; background: #5cc1ff; }
.salary-bar.uae { width: 85%; background: #8fddff; }
.salary-bar.saudi { width: 80%; background: #ffa24c; }

/* ============================================================
   INDUSTRIES HIRING GRID
   ============================================================ */
#career-pathways .industry-name {
    color: #dfe8ff;
    margin-top: 8px;
}
