.elementor-70 .elementor-element.elementor-element-3f0107e{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-70 .elementor-element.elementor-element-c02b6a6{text-align:center;}.elementor-70 .elementor-element.elementor-element-c02b6a6 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:600;color:#202020;}.elementor-70 .elementor-element.elementor-element-a053952{--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;}@media(max-width:767px){.elementor-70 .elementor-element.elementor-element-a053952{--margin-top:-29px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-26dfd24 *//* Import Cairo Font */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');

.about-section {
  direction: rtl;
  text-align: right;
  font-family: 'Cairo', sans-serif;
  line-height: 1.9;
  color: #333;
}

/* Tajwal */
.about-header {
  text-align: center;
  margin-bottom: 40px;
}

.about-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

.about-header p {
  color: #888;
  font-size: 16px;
  font-weight: 400;
}

/* Card */
.about-card {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 20px;
  transition: 0.3s ease;
}

.about-card:hover {
  transform: translateY(-6px);
}

/* Flex Sections */
.about-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.about-box {
  flex: 1;
  min-width: 250px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.about-box:hover {
  transform: translateY(-6px);
}

/* Titles */
.about-box h3,
.about-card h3 {
  font-weight: 600;
}

/* Colors */
.vision {
  color: #27ae60;
}

.mission {
  color: #2980b9;
}

/* Why us */
.why-box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.why-item {
  flex: 1;
  min-width: 200px;
  background: #f4f6f7;
  padding: 15px;
  border-radius: 10px;
  transition: 0.3s ease;
  font-weight: 500;
}

.why-item:hover {
  background: #eaecee;
}

/* Responsive */
@media (max-width: 768px) {
  .about-header h2 {
    font-size: 24px;
  }
}/* End custom CSS */