.elementor-317 .elementor-element.elementor-element-d7bb3c5{--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-317 .elementor-element.elementor-element-6d7dc56{--display:flex;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-701026f */.about-professional {
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #e2e8f0;
  position: relative;
  overflow: hidden;
  font-family: 'Tajawal', sans-serif;
  direction: rtl;
  text-align: right;
}

.about-professional::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #3498db, #2ecc71);
}

.about-professional h3 {
  font-size: 26px;
  color: #2c3e50;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.about-professional h3::after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 60px;
  height: 4px;
  background: #3498db;
  border-radius: 2px;
}

.about-professional p {
  color: #4a5568;
  line-height: 1.9;
  font-size: 16px;
  margin-bottom: 18px;
}

.highlight {
  color: #2980b9;
  font-weight: 600;
}

.features {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.feature-box {
  background: #f8fafc;
  border-radius: 12px;
  padding: 16px;
  flex: 1;
  text-align: center;
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.feature-box i {
  font-size: 24px;
  color: #3498db;
  margin-bottom: 10px;
}

.feature-box h4 {
  color: #2d3748;
  font-size: 16px;
}

.feature-box p {
  font-size: 13px;
  color: #718096;
  margin: 0;
}/* End custom CSS */