.elementor-9341 .elementor-element.elementor-element-8402027{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ac947a0 *//* ===== قسم من نحن الفخم ===== */
.about-section {
  direction: rtl;
  padding: 100px 0;
  background: linear-gradient(to bottom left, #faf7f2, #fff);
  position: relative;
  overflow: hidden;
}

/* خلفية زخرفية خفيفة */
.about-section::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(184,50,43,0.12) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
  position: relative;
  z-index: 2;
}

/* النص */
.about-text {
  flex: 1;
  min-width: 320px;
}

.section-title {
  font-size: 40px;
  font-weight: 800;
  color: #b8322b;
  margin-bottom: 25px;
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #d4a45d;
  border-radius: 2px;
  margin-top: 8px;
}

.about-intro {
  font-size: 18px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 25px;
}

.about-divider {
  width: 100px;
  height: 2px;
  background: #b8322b;
  margin: 20px 0;
  border-radius: 2px;
}

.about-quote {
  font-size: 17px;
  color: #222;
  line-height: 1.9;
  background: #fff7f4;
  padding: 20px;
  border-right: 4px solid #d4a45d;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-bottom: 25px;
}

.about-team {
  font-size: 17px;
  color: #555;
  line-height: 1.9;
}

/* الصورة */
.about-image {
  flex: 1;
  min-width: 320px;
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 550px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-image img:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* تجاوب للموبايل */
@media (max-width: 992px) {
  .about-content {
    flex-direction: column;
    text-align: center;
  }
  .section-title::after {
    margin: 8px auto;
  }
  .about-quote {
    text-align: right;
  }
}/* End custom CSS */