.elementor-406 .elementor-element.elementor-element-6eea4ec{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d0f2e44 */.about-clean-wrap {
  direction: rtl;
  padding: 60px 20px;
}

.about-clean-box {
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(180deg, #ffffff 0%, #f8fdf9 100%);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 24px;
  padding: 40px 28px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.08);
  overflow: hidden;
  position: relative;
}

.about-clean-box::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(51,170,89,0.14) 0%, rgba(51,170,89,0) 70%);
  pointer-events: none;
}

.about-badge,
.about-title,
.about-text,
.feature-item,
.about-bottom {
  opacity: 0;
  transform: translateY(35px);
  animation: aboutFadeUp 0.8s ease forwards;
}

.about-badge {
  display: inline-block;
  background: #eaf8ee;
  color: #1f7a3d;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.about-title {
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 18px;
  color: #111;
  font-weight: 800;
}

.about-text {
  font-size: 18px;
  line-height: 1.9;
  color: #333;
  margin: 0 0 18px;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.feature-item {
  background: #fff;
  border: 1px solid rgba(31, 122, 61, 0.12);
  border-radius: 16px;
  padding: 16px 18px;
  font-size: 17px;
  color: #1b1b1b;
  box-shadow: 0 8px 25px rgba(0,0,0,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

.about-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.about-bottom span {
  background: #f4f4f4;
  padding: 12px 16px;
  border-radius: 14px;
  font-size: 15px;
  color: #222;
}

.delay-1 { animation-delay: 0.15s; }
.delay-2 { animation-delay: 0.3s; }
.delay-3 { animation-delay: 0.45s; }
.delay-4 { animation-delay: 0.6s; }
.delay-5 { animation-delay: 0.75s; }
.delay-6 { animation-delay: 0.9s; }
.delay-7 { animation-delay: 1.05s; }
.delay-8 { animation-delay: 1.2s; }

@keyframes aboutFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .about-clean-box {
    padding: 28px 18px;
    border-radius: 18px;
  }

  .about-title {
    font-size: 28px;
  }

  .about-text {
    font-size: 16px;
    line-height: 1.8;
  }

  .about-features {
    grid-template-columns: 1fr;
  }

  .feature-item {
    font-size: 15px;
    padding: 14px 15px;
  }

  .about-bottom {
    flex-direction: column;
  }
}/* End custom CSS */