.elementor .cursor-circle{position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  
  width: 80px;
  height: 80px;
  border-radius: 50%;
  
  background: #5a4636;
  color: #fff;
  
  display: flex;
  align-items: center;
  justify-content: center;

  pointer-events: none; /* important */
  transition: transform 0.08s linear;\n}