/* تنسيق فريق العمل */
.team-container {
    padding: 10px;
    background-color: #f8f9fa;
    text-align: center;
}

.team-header {
    margin-bottom: 30px;
}

.team-header h2 {
    font-size: 1em;
    color: #007bff;
    margin-bottom: 10px;
}

.team-header p {
    font-size: 1em;
    color: #333;
    line-height: 1.6;
}

.team-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.team-member {
    border-radius: 10px;
    text-align: center;
    width: 135px;
}

.team-member img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
	padding: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.team-member h3 {
    font-size: 1.2em;
    color: #007bff;
    margin-bottom: 5px;
}

.team-member p {
    font-size: 1em;
    color: #666;
}



.team-member {
    text-align: center;
    margin-bottom: 10px;
}


.team-member h3 {
    font-size: 18px;
    color: #333;
}

.team-member p {
    font-size: 14px;
    color: #777;
}


.social-icons  {
	margin-top:-16px;
}

.social-icons a {
    margin: 0 1px;
    text-decoration: none;
    color: #666;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #ff3a00;
}

.social-icons i {
    font-size: 20px;
}
