.elementor-12287 .elementor-element.elementor-element-8fdf162{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-12287 .elementor-element.elementor-element-e583d36 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-d6ef1af */.hero-consultation {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: white;
  padding: 30px 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-consultation .hero-content {
  max-width: 800px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.hero-consultation h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.4;
}

.hero-consultation p {
  font-size: 2px;
  line-height: 1.7;
  margin-bottom: 0px;
}




#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}



.hero-consultation p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}



.hero-image-bg {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 120px;
  opacity: 0.20;
  z-index: 1;
  pointer-events: none;
  animation: slideHorizontal 30s ease-in-out infinite;
}

@keyframes slideHorizontal {
  0% { transform: translateX(0); }
  50% { transform: translateX(-200px); } /* ينتقل إلى اليسار */
  100% { transform: translateX(0); }    /* يعود إلى اليمين */
}

_____
/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-image-bg {
    width: 80px;
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 480px) {
  .hero-image-bg {
    width: 60px;
  }
}

/* ====================== */
/* ✅ تحسينات على الشاشات الصغيرة */
/* ====================== */

@media (max-width: 768px) {
  .hero-consultation {
    padding: 60px 15px;
  }

  .hero-consultation h1 {
    font-size: 22px;
  }

  .hero-consultation p {
    font-size: 14px;
  }

  .hero-icon-bg {
    font-size: 70px;
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 480px) {
  .hero-consultation {
    padding: 50px 10px;
  }

  .hero-consultation h1 {
    font-size: 20px;
  }

  .hero-consultation p {
    font-size: 13.5px;
  }

  .hero-icon-bg {
    font-size: 60px;
  }
}/* End custom CSS */