.elementor .parent-div-block-process{/* Smoothly transition the background highlight */
.changeHoverBackColorProcess {
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Change the text background when hovering over the parent block */
.parent-div-block-process:hover .changeHoverBackColorProcess {
  background-color: #ffcc00; /* Replace with your background color */
  color: #ffffff; /* Optional: changes text color so it stays readable */
}\n}