/* Skills section adjustments */

/* Make category titles more visible */
.skills-category-title h2 {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    letter-spacing: 0.5px;
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

/* Make skill orb icons smaller */
.orb-outer {
    width: 160px !important;
    height: 160px !important;
}

.orb-middle {
    width: 120px !important;
    height: 120px !important;
}

.orb-inner {
    width: 90px !important;
    height: 90px !important;
}

.orb-inner i {
    font-size: 2.5rem !important;
}

/* Make skill titles stand out more */
.skill-details h3 {
    margin-top: 1rem;
    color: var(--text-primary);
    font-weight: 600;
    font-size: 1.2rem;
}
