.elementor-952 .elementor-element.elementor-element-773591a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* وهج للكارد */
.glow-card {
  animation: pulseGlow 2.2s infinite ease-in-out, fadeInUp 0.9s ease forwards;
}

/* وهج متدرج ناعم */
@keyframes pulseGlow {
  0% {
    box-shadow:0 0 0 rgba(255,180,80,0.0);
  }
  50% {
    box-shadow:0 0 18px rgba(255,180,80,0.45);
  }
  100% {
    box-shadow:0 0 0 rgba(255,180,80,0.0);
  }
}

/* حركة دخول أنيقة */
@keyframes fadeInUp {
  0% {
    opacity:0;
    transform:translateY(25px);
  }
  100% {
    opacity:1;
    transform:translateY(0);
  }
}/* End custom CSS */