#skills {
    background-color: #f0f0f0;
    padding: 100px 0;
}

#skills .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#skills .col-md-5 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

#skills .col-md-7 {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

#skills .heading-block h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

#skills .social-icon {
    margin-right: 15px;
    transition: all 0.3s ease;
}

#skills .social-icon:hover {
    transform: scale(1.1);
    background-color: #4c84ff;
}

#skills .skill-progress-title h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

#skills .skill-progress-percent {
    transition: width 1s ease-in-out;
}

#skills .skill-progress-bar {
    background-color: #ddd;
    border-radius: 5px;
    height: 8px;
}