.elementor .timeline-step{flex-direction:column;}.elementor .step-desc{font-family:IBM Plex Sans Arabic;font-weight:400;font-size:18px;color:#6b6e6c;line-height:160%;}.elementor .step-item{flex-direction:column;justify-content:center;align-items:center;.step-item {
  transition: all 0.3s ease-in-out !important;
}

/* 1. استهداف العنوان وتغيير لونه للأخضر */
.step-item:hover .elementor-heading-title {
  color: #8CC63F !important;
}

/* 2. استهداف الدائرة الخارجية للأيقونة */
.step-item:hover .elementor-widget-icon .elementor-icon {
  background-color: #8CC63F !important;
  border-color: #8CC63F !important;
}

/* 3. استهداف الأيقونة الداخلية لتصبح بيضاء */
.step-item:hover .elementor-widget-icon .elementor-icon i,
.step-item:hover .elementor-widget-icon .elementor-icon svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* 4. استهداف مسار SVG داخل ويدجت HTML */
.step-item:hover .elementor-widget-html svg path {
  stroke: #8CC63F !important; 
  transition: stroke 0.3s ease-in-out !important;
}\n}