 /* Skills bar styling */
 .skills-bar {
    background-color: #34495e;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.skills-bar-inner {
    height: 20px;
    background-color: #00cc99; /* Same accent color for consistency */
    border-radius: 10px;
}