.elementor-29910 .elementor-element.elementor-element-0667b53{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-b78d043 */body {
  margin: 0;
  font-family: "Tajawal", sans-serif;
  direction: rtl;
  background-color: #efe6da;
  background-attachment: fixed;
  color: #2b2b2b;
  line-height: 1.9;
}

.page {
  width: 100%;
}

.section {
  padding: 24px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.section h2 {
  text-align: right; 
  font-size: 28px;
  margin: 0 0 12px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.section h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin: 18px 0 0 auto;
  border-radius: 4px;
  background: linear-gradient(to left, #c8a96a, #e5c88a);
  transition: width 0.3s ease;
}
.section h2:hover::after {
  width: 140px;
}

.content {
  max-width: 900px;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  font-size: 18px;
  white-space: pre-line;
  color: #2b2b2b;
}

.who-gallery {
  max-width: 900px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.who-gallery img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.08);
  background: #ddd;
}

@media (max-width: 768px) {
  .section h2 {
    font-size: 24px;
  }
  .content {
    font-size: 16px;
  }
  .who-gallery {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */