.elementor .e-8e3db14{width:40%;flex-direction:column;gap:30px;}.elementor .e-58b87e2{width:60%;}.elementor .e-4e1ef28{flex-direction:row;/* Base styles for all step containers */
.step-container {
transition: opacity 0.4s ease, transform 0.4s ease;
opacity: 0.35;
transform: translateX(-10px);
}

/* Subtle styling for the step badge when inactive */
.step-container .elementor-button {
transition: background-color 0.3s ease, color 0.3s ease;
filter: grayscale(80%);
}

/* ACTIVE STATE: Triggered on scroll */
.step-container.is-active {
opacity: 1;
transform: translateX(0);
}

.step-container.is-active .elementor-button {
filter: grayscale(0%);
}

/* Make the right-side image stick while scrolling through steps on desktop */
@media (min-width: 1025px) {
.elementor-element-0908b2d {
  align-items: flex-start; /* Ensures flex container allows sticky child */
}

.elementor-element-d16bd99 {
  position: sticky;
  top: 120px; /* Adjust based on your site header height */
}
}\n}