.elementor-11 .elementor-element.elementor-element-ba3668c{--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 html, class: .elementor-element-68c2817 */.sg-pro-about {
  direction: rtl;
  text-align: right;
  font-family: "Cairo", sans-serif;
  padding: 20px 0;
  color: #1f1f1f;
}

/* Header Section */
.sg-pro-about .sg-header h2 {
  font-size: 32px;
  font-weight: 800;
  color: #2d3e70;
  margin-bottom: 12px;
  animation: fadeInUp 0.6s ease;
}

.sg-pro-about .sg-header p {
  font-size: 17px;
  color: #555;
  line-height: 1.9;
  max-width: 700px;
  animation: fadeInUp 0.8s ease;
}

/* Cards */
.sg-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  margin-top: 35px;
}

.sg-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid #e6e8ef;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
  transition: 0.3s ease;
  animation: fadeInUp 0.9s ease;
}

.sg-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

/* Icons */
.sg-icon {
  width: 60px;
  height: 60px;
  background: #e9edff;
  border-radius: 14px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sg-icon i {
  font-size: 26px;
  color: #4c60f5;
}

/* Titles inside cards */
.sg-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2d3e70;
}

.sg-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

/* Vision Section */
.sg-section h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 12px;
  color: #2d3e70;
  animation: fadeInUp 1.1s ease;
}

.sg-section p {
  font-size: 16px;
  color: #555;
  line-height: 1.9;
  max-width: 700px;
  animation: fadeInUp 1.2s ease;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */