.language-skills-wrapper-1175ad2e {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.language-skills-wrapper-1175ad2e.layout-line {
    flex-direction: column;
}

.language-item-1175ad2e {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 150px;
}

.layout-line .language-item-1175ad2e {
    flex: 1 1 100%;
}

.language-header-1175ad2e {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.language-icon-1175ad2e {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 20px; 
    color: #333;
}

.language-icon-1175ad2e svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.language-name-1175ad2e {
    font-weight: 500;
    font-size: 16px;
}

/* Line Layout Styles */
.language-progress-track-1175ad2e {
    width: 100%;
    height: 10px;
    background-color: #e9ecef;
    border-radius: 5px;
    overflow: hidden;
}

.language-progress-fill-1175ad2e {
    height: 100%;
    background-color: #007bff;
    border-radius: 5px;
    transition: width 1s ease-in-out;
}

/* Circular Layout Styles */
.circular-chart-wrapper-1175ad2e {
    position: relative;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}

.circular-chart-1175ad2e {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 250px;
}

.circle-bg {
    fill: none;
    stroke: #e9ecef;
    stroke-width: 2.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    transition: stroke-dasharray 1s ease-out;
    stroke: #007bff;
}

.circular-chart-1175ad2e.semi-circle .circle-bg {
    stroke-dasharray: 50, 100;
}

.circular-content-1175ad2e {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.circular-chart-1175ad2e.semi-circle + .circular-content-1175ad2e {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0);
}

.circular-content-1175ad2e .language-icon-1175ad2e {
    margin-right: 0;
    margin-bottom: 5px;
}
