/* إعدادات عامة */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
    text-align: center;
    direction: rtl;
}



/* قسم من نحن */
.about-section {
    padding: 40px;
    background-color: #fff;
    margin: 20px auto;
    width: 80%;
    max-width: 900px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
       margin-top: 50px; /* المسافة من الهيدر */
    padding: 20px;
    text-align: center;

}

.about-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.image-container {
    margin: 20px;
    margin-top: 70px; /* المسافة من الهيدر */
    margin-bottom: 10px; /* تقليل المسافة بين الصورة والنص */
    text-align: center; /* لجعل الصورة في الوسط (اختياري) */
}

.profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.text-container {
    max-width: 600px;
    margin: 20px;
    text-align: right;
}

.text-container h1 {
    color: #007bff;
    font-size: 28px;
    margin-bottom: 20px;
}

.text-container p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.txt-title{
      margin-top:80px;
}

/* زر العودة */
.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #0056b3;
}

















