.sss-grid-wrapper {
    display: grid;
    gap: 30px;
    padding: 20px 0;
}

.sss-skill-card {
    text-align: center;
    padding: 20px;
    background: transparent !important;
    border-radius: 15px;
    transition: transform 0.3s ease;
    border: none !important;
    box-shadow: none !important;
}

.swiper-slide {
    background: transparent !important;
}

.sss-skill-card:hover {
    transform: translateY(-5px);
}

.sss-circle-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
}

.sss-circle-wrapper svg {
    transform: rotate(-90deg);
}

.sss-circle-wrapper circle {
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
}

.sss-circle-wrapper .sss-bg {
    stroke: #f0f0f0;
}

.sss-circle-wrapper .sss-progress {
    stroke-dasharray: 251.2;
    transition: stroke-dashoffset 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sss-icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sss-icon-overlay img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.sss-info .sss-name {
    margin: 10px 0 5px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.sss-info .sss-percent {
    font-size: 16px;
    font-weight: 700;
    color: #666;
}

/* Swiper Adjustments */
.sss-swiper-container {
    width: 100%;
    padding: 20px 0;
}

[dir="rtl"] .sss-swiper-container {
    direction: rtl;
}

/* Linear Bar Styles */
.sss-linear-wrapper {
    width: 100%;
    text-align: left;
}

.sss-linear-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.sss-linear-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    object-fit: contain;
}

.sss-linear-header .sss-name {
    margin: 0;
    flex-grow: 1;
}

.sss-linear-bar-bg {
    width: 100%;
    height: 10px;
    background: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
}

.sss-linear-bar-progress {
    height: 100%;
    border-radius: 5px;
    transition: width 2s cubic-bezier(0.4, 0, 0.2, 1);
}

[dir="rtl"] .sss-linear-header {
    text-align: right;
}

[dir="rtl"] .sss-linear-icon {
    margin-right: 0;
    margin-left: 10px;
}
