/* CARD BASE */
.elementor-column.card-clickable {
  position: relative;
  overflow: hidden;
}

/* OVERLAY LINK */
.card-clickable .card-overlay {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 9999;
}

/* CONTENIDO */
.card-clickable .elementor-widget-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.card-clickable .elementor-widget-wrap,
.card-clickable .elementor-widget,
.card-clickable .elementor-icon-box,
.card-clickable .card-step {
  position: relative;
  z-index: 1;
}

.card-clickable {
    transform: none !important;
}

/* STEP LINE */
.card-step {
  position: relative;
  width: 100%;
  height: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-step .line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--e-global-color-button, #F06209);
}

.card-step .circle {
  position: relative;
  z-index: 2;
  width: 34px;
  height: 34px;
  background: var(--e-global-color-button, #F06209);
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.card-overlay {
  background: rgba(255, 0, 0, 0.3);
}