.elementor-26037 .elementor-element.elementor-element-6a55f0e0{--display:flex;}.elementor-26037 .elementor-element.elementor-element-57cf8707 > .elementor-widget-container{margin:0px 0px 200px 0px;}body.elementor-page-26037:not(.elementor-motion-effects-element-type-background), body.elementor-page-26037 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.cse-bzu.com/wp-content/uploads/2025/08/15518074_5594016-scaled.jpg");}/* Start custom CSS *//* --- Container الرئيسي للبروفايل --- */
.um-profile .um-cover {
  height: 200px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  background-color: #f2f2f2;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin: -20px -30px 0 -30px; /* توسّع الخلفية لعرض الكرت بالكامل */
}

/* --- الصورة داخل الغلاف (في حال تم رفع صورة) --- */
.um-profile .um-cover-e img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.um-profile {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  padding: 20px 30px;
  max-width: 650px;
  margin: 30px auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2c3e50;
}

/* --- صورة البروفايل --- */
.um-profile-photo {
  float: left ;
 
  margin-right: 30px;
  position: relative;
}
.um-profile-photo a.um-profile-photo-img {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #3498db;
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
  transition: transform 0.3s ease;
}
.um-profile-photo a.um-profile-photo-img img {
  width: 100%;
  height: auto;
  display: block;
}
.um-profile-photo a.um-profile-photo-img:hover {
  transform: scale(1.05);
}

/* --- اسم المستخدم --- */
.um-name {
  font-size: 28px;
  font-weight: 700;
  color: #34495e;
  margin-bottom: 8px;
  line-height: 1.2;
}
.um-name a {
  color: #34495e;
  text-decoration: none;
}
.um-name a:hover {
  color: #2980b9;
  text-decoration: underline;
}

/* --- بيانات إضافية --- */
.um-meta {
  font-size: 14px;
  color: #7f8c8d;
  margin-bottom: 15px;
}
.um-meta span {
  margin-right: 10px;
  display: inline-block;
}
.um-meta span i {
  margin-right: 5px;
  color: #3498db;
}

/* --- نص وصف البروفايل --- */
.um-meta-text {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* --- الأزرار --- */
.um-profile-edit {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 26px;
  color: #2980b9;
  cursor: pointer;
  transition: color 0.3s ease;
}
.um-profile-edit:hover {
  color: #1abc9c;
}

/* --- الأزرار الرئيسية --- */
.um-profile-nav {
  background-color: #2980b9!important;
  padding: 12px 0;
  text-align: center;
  border-radius: 8px;
  margin-top: 40px;
  overflow: hidden;
}
.um-profile-nav-item a {
  color: #ecf0f1 !important;
  font-weight: 600;
  padding: 8px 18px;
  font-size: 15px;
  display: inline-block;
  border-radius: 6px;
  margin: 0 8px;
  transition: background-color 0.3s ease;
  border: 2px solid transparent;
}
.um-profile-nav-item a:hover,
.um-profile-nav-item.active a {
  background-color: #1abc9c !important;
  color: #fff !important;
  border-color: #16a085;
}

/* --- قسم التفاصيل أو المعلومات --- */
.um-item {
  padding: 18px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  font-size: 15px;
  color: #555;
}
.um-item:last-child {
  border-bottom: none;
}
.um-item-link a {
  color: #2980b9;
  text-decoration: none;
  font-weight: 600;
}
.um-item-link a:hover {
  text-decoration: underline;
}

/* --- النصوص الصغيرة --- */
.um-item-meta {
  color: #999;
  font-style: italic;
  font-size: 13px;
  margin-top: 6px;
}

/* --- تحميل المزيد --- */
.um-load-items a {
  background-color: #2980b9;
  color: white;
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}
.um-load-items a:hover {
  background-color: #1abc9c;
}

/* --- تعديل للعرض في الأجهزة الصغيرة --- */
@media (max-width: 768px) {
  .um-profile-photo {
    float: none;
    width: 140px;
    margin: 0 auto 20px;
    display: block;
  }
  .um-profile-nav-item a {
    padding: 8px 12px;
    font-size: 13px;
    margin: 0 4px;
  }
}/* End custom CSS */