.intro-section {
    padding: 50px 20px;
    background-color: #f5f5f5;
    text-align: center;
}

.intro-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.profile-pic {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #007acc;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.intro-text {
    max-width: 500px;
    text-align: right;
    direction: rtl;
    font-family: "Vazirmatn", sans-serif;
}

.intro-text h1 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #333;
}

.intro-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.7; }