.ai-bg {
    background: linear-gradient(135deg, #020024, #090979, #00d4ff);
    min-height: 100vh;
    padding-bottom: 40px;
    background-size: cover;
}

.logo-img {
    width: 230px;
    height: auto;
    margin-top: 10px;
}

.subtitle {
    color: #dce7ff;
    font-size: 1.05rem;
}

.login-box {
    background: rgba(15, 17, 50, 0.65);
    border-radius: 18px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
    color: white;
}

.login-box h3 {
    font-weight: bold;
    color: #ffffff;
}

.ai-input {
    border-radius: 10px;
    height: 45px;
    border: 1px solid #c5e7ff;
    padding-left: 12px;
    font-size: 0.95rem;
    background-color: white;
}

.ai-input:focus {
    outline: none !important;
    border: 2px solid #00e0ff !important;
    box-shadow: 0 0 8px rgba(0, 229, 255, 0.7);
    background-color: #ffffff !important;
    color: #000 !important;
}

.ai-btn {
    background: linear-gradient(90deg, #00eaff, #00c7b7);
    color: #000;
    font-weight: bold;
    border-radius: 25px;
    height: 45px;
    font-size: 1.05rem;
    border: none;
    transition: 0.2s;
}

.ai-btn:hover {
    opacity: 0.85;
    transform: scale(1.02);
}

.signup-text {
    color: #dce7ff;
    font-size: 0.9rem;
}

.signup-link {
    color: #00eaff;
    text-decoration: none;
    font-weight: 600;
}

.signup-link:hover {
    text-decoration: underline;
}

.ai-textarea {
    background-color: white;
    border-radius: 10px;
    border: 1px solid #c5e7ff;
    font-size: 0.95rem;
    padding: 10px 12px;
}

.ai-textarea:focus {
    outline: none !important;
    border: 2px solid #00e0ff !important;
    box-shadow: 0 0 8px rgba(0, 229, 255, 0.7);
}

.form-label {
    color: white;
    font-size: 0.92rem;
}


/* index.html  */

.landing-nav {
    background: rgba(3, 8, 32, 0.9);
    backdrop-filter: blur(10px);
}

.nav-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.nav-title {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 1.05rem;
}

.nav-link-light {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.nav-link-light:hover {
    color: #ffffff;
}

.hero-section {
    padding-top: 80px;
    padding-bottom: 50px;
}

.hero-title {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
}

.hero-subtitle {
    color: rgba(230, 240, 255, 0.9);
    font-size: 0.98rem;
    margin-top: 0.8rem;
    margin-bottom: 1.2rem;
    max-width: 500px;
}

.hero-buttons .btn {
    font-size: 0.9rem;
}

.ai-btn-main {
    background: linear-gradient(90deg, #00f5ff, #00c4ff);
    border: none;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.6rem 1.3rem;
    color: #000000;
}

.ai-btn-main:hover {
    background: linear-gradient(90deg, #00e0ff, #00aee6);
    color: #000000;
}

.ai-btn-ghost {
    border-radius: 999px;
    border: 1px solid #00e0ff;
    color: #00e0ff;
    padding: 0.6rem 1.3rem;
    font-weight: 500;
    background: transparent;
}

.ai-btn-ghost:hover {
    background-color: rgba(0, 224, 255, 0.12);
    color: #00f5ff;
}

.hero-login-link {
    color: rgba(230, 240, 255, 0.9);
    font-size: 0.9rem;
    text-decoration: underline;
    padding-left: 0;
}

.hero-card {
    background: rgba(5, 19, 46, 0.95);
    border-radius: 18px;
    padding: 1.4rem 1.5rem;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.hero-card-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.hero-card-text {
    font-size: 0.9rem;
    color: rgba(230, 240, 255, 0.9);
}

.landing-section {
    padding: 50px 0;
}

.section-title {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 600;
}

.section-text {
    color: rgba(230, 240, 255, 0.9);
    font-size: 0.95rem;
}

.feature-card {
    background: rgba(5, 19, 46, 0.9);
    border-radius: 16px;
    padding: 1.2rem 1.3rem;
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
    font-size: 0.9rem;
}

.feature-card h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.step-card {
    background: rgba(2, 15, 40, 0.95);
    border-radius: 16px;
    padding: 1.3rem 1.4rem;
    color: #ffffff;
    text-align: left;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
    font-size: 0.9rem;
    position: relative;
}

.step-card h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.step-number {
    position: absolute;
    top: -12px;
    left: 16px;
    background: #00e0ff;
    color: #000;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.last-section {
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    .hero-section {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .hero-title {
        font-size: 1.7rem;
        text-align: center;
    }

    .hero-subtitle {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
        text-align: center;
    }

    .hero-card {
        margin-top: 1.8rem;
    }
}

/* ===== Dashboard Layout ===== *//* ------------------------------------- */

.dashboard-container {
    max-width: 1100px;
}

/* العنوان والترحيب */
.dashboard-title {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 600;
}

.highlight-name {
    color: #00e0ff;
}

.dashboard-subtitle {
    color: rgba(230, 240, 255, 0.85);
    font-size: 0.95rem;
    margin-top: 0.3rem;
}

/* كروت الإحصائيات */
.stat-card {
    background: rgba(5, 19, 46, 0.95);
    border-radius: 14px;
    padding: 1rem 1.1rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.stat-label {
    font-size: 0.85rem;
    color: rgba(230, 240, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.stat-number {
    font-size: 1.3rem;
    font-weight: 650;
    color: #ffffff;
    margin-top: 0.2rem;
}

.stat-hint {
    font-size: 0.8rem;
    color: rgba(200, 215, 250, 0.8);
    margin-top: 0.3rem;
}

/* أقسام الداشبورد */
.dashboard-section {
    background: rgba(5, 19, 46, 0.97);
    border-radius: 16px;
    padding: 1.2rem 1.3rem;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
}

.section-heading {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 600;
}

/* كروت الفرص */
.job-card {
    background: rgba(3, 13, 36, 0.98);
    border-radius: 14px;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(0, 224, 255, 0.18);
}

.job-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
}

.job-meta {
    color: rgba(210, 225, 255, 0.9);
    font-size: 0.85rem;
}

.job-meta-small {
    color: rgba(180, 200, 240, 0.9);
    font-size: 0.8rem;
}

.job-tag {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 224, 255, 0.5);
    color: #00e0ff;
    font-size: 0.75rem;
    margin-left: 0.25rem;
}

/* قائمة Next steps */
.next-steps-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.next-steps-list li {
    color: rgba(225, 235, 255, 0.9);
    margin-bottom: 0.4rem;
    position: relative;
    padding-left: 1.1rem;
}

.next-steps-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: -1px;
    color: #00e0ff;
}

/* Profile summary */
.profile-line {
    font-size: 0.9rem;
    color: rgba(225, 235, 255, 0.9);
    margin-bottom: 0.25rem;
}

.profile-line span {
    font-weight: 600;
    color: #ffffff;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .dashboard-title {
        text-align: center;
    }

    .dashboard-subtitle {
        text-align: center;
    }
}
/* نهاية الداش بورد لل students*/

/* Company Pending Page */
.pending-note {
    background: rgba(3, 13, 36, 0.85);
    border: 1px solid rgba(0, 224, 255, 0.18);
    border-radius: 14px;
    padding: 0.9rem 1rem;
    color: rgba(230, 240, 255, 0.9);
    font-size: 0.9rem;
}


.ai-input-select {
    background-color: rgba(3, 13, 36, 0.98);
    border: 1px solid rgba(0, 224, 255, 0.18);
    color: rgba(230, 240, 255, 0.95);
    border-radius: 12px;
}
.ai-input-select:focus {
    box-shadow: none;
    border-color: rgba(0, 224, 255, 0.5);
}


/* Matching score badge */
.score-badge {
    display: inline-block;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    border: 1px solid rgba(0, 224, 255, 0.25);
    background: rgba(3, 13, 36, 0.9);
    color: #ffffff;
}

.score-high {
    border-color: rgba(0, 224, 255, 0.7);
    color: #00e0ff;
}

.score-mid {
    border-color: rgba(255, 215, 0, 0.6);
    color: #ffd700;
}

.score-low {
    border-color: rgba(255, 140, 0, 0.6);
    color: #ff8c00;
}


/* Admin Dashboard Rows */
.admin-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    background: rgba(3, 13, 36, 0.98);
    border-radius: 14px;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(0, 224, 255, 0.18);
}

.admin-row-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 650;
    margin-bottom: 0.2rem;
}

.admin-row-meta {
    color: rgba(210, 225, 255, 0.9);
    font-size: 0.85rem;
}

.admin-row-meta-small {
    color: rgba(180, 200, 240, 0.9);
    font-size: 0.8rem;
}

.admin-row-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
}

/* Status pill */
.status-pill {
    display: inline-block;
    padding: 0.1rem 0.55rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-left: 0.3rem;
}

.status-pill.pending {
    background: rgba(255, 215, 0, 0.12);
    border: 1px solid rgba(255, 215, 0, 0.5);
    color: #ffd700;
}

/* Support cards */
.support-card {
    background: rgba(3, 13, 36, 0.98);
    border-radius: 14px;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(0, 224, 255, 0.18);
}

.support-title {
    color: #ffffff;
    font-weight: 650;
    font-size: 0.95rem;
}

.support-meta {
    color: rgba(210, 225, 255, 0.9);
    font-size: 0.85rem;
}

.support-meta-small {
    color: rgba(180, 200, 240, 0.9);
    font-size: 0.8rem;
}

/* Responsive: stack admin row */
@media (max-width: 768px) {
    .admin-row {
        flex-direction: column;
    }
}


/* Upload CV page */
.upload-box {
    background: rgba(3, 13, 36, 0.85);
    border: 1px solid rgba(0, 224, 255, 0.18);
    border-radius: 14px;
    padding: 1rem 1rem;
}

.ai-divider {
    border-color: rgba(0, 224, 255, 0.18);
}

.rule-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    background: rgba(3, 13, 36, 0.75);
    border: 1px solid rgba(0, 224, 255, 0.12);
    border-radius: 12px;
    padding: 0.7rem 0.9rem;
}

.rule-title {
    color: rgba(230, 240, 255, 0.9);
    font-weight: 600;
    font-size: 0.9rem;
}

.rule-value {
    color: rgba(200, 215, 250, 0.9);
    font-size: 0.9rem;
}


/* Make feature cards + step cards equal height */
.feature-card,
.step-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.feature-card p,
.step-card p {
  margin-bottom: 0;
  flex: 1; /* fills remaining space so all cards align */
}

.team-avatar{
      width: 64px;
      height: 64px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      font-weight: 900;
      font-size: 22px;
      color: #06131a;
      background: rgba(0, 224, 255, 0.95);
    }

    .team-info{
      color: rgba(255,255,255,0.78);
    }

    .team-label{
      color: rgba(255,255,255,0.92);
      font-weight: 700;
    }