.about-mf .box-shadow-full {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.about-mf .about-img {
    margin-bottom: 2rem;
}
.about-mf .about-img img {
    margin-left: 10px;
}

.about-mf {
    background-color: #f8f9fa; /* زمینه روشن صنعتی */
    padding: 60px 0;
}

#about .card {
    border-radius: 12px;
}


.progress-group label {
    font-weight: 500;
    margin-bottom: 4px;
    margin-top: 12px;
    display: block;
}

.box-shadow-full {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
    padding: 40px;
}

.about-img img {
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.about-info .title-s {
    font-weight: bold;
    color: #5d5d5d;
    font-size: 0.95rem;
}

.about-info span {
    display: block;
    margin-bottom: 4px;
    color: #333;
}

.skill-mf .progress {
    height: 10px;
    margin-bottom: 15px;
    background-color: #e9ecef;
    border-radius: 4px;
}

.skill-mf .progress-bar {
    background-color: #007bff;
}

.about-me .title-left {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #2c3e50;
}

.about-me .lead {
    font-size: 1rem;
    color: #444;
    margin-bottom: 10px;
}

