/* ==================== PROJECTS SECTION ==================== */

.project-section {
    border-left: 3px solid #f97316;
}

.project-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 8px;
}

.project-title {
    font-size: 18px;
    font-weight: 700;
    color: #e5e5e5;
}

.project-type {
    padding: 4px 10px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 600;
    text-transform: capitalize;
}

.project-type.professional {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
}

.project-type.academic {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
}

.project-description {
    font-size: 14px;
    color: #a3a3a3;
    margin-bottom: 15px;
    line-height: 1.5;
}

.project-role, .project-tech, .project-achievements {
    margin-bottom: 12px;
    font-size: 14px;
}

.project-achievements ul {
    margin: 8px 0 0 18px;
    color: #e5e5e5;
}

.project-achievements li {
    margin-bottom: 6px;
    line-height: 1.4;
    font-size: 13px;
}