.process-icon .elementor-icon:hover {
    cursor: pointer;
    transform: translateY(-4px);
}

/* Timeline steps */
.process-step {
    position: relative;
    z-index: 2;
    /*opacity: 0.4;*/
    cursor: pointer;
    transition: all 0.3s ease;
}

.process-step.active .elementor-icon {
    background-color: #cbb26b !important;
    border-color: #cbb26b !important;
    color: #00204a !important;
    scale: 1.05;
}

.process-step.active .process-step-number {
    transition: all 0.3s ease;
    background-color: #00204a !important;
}

.process-step.active .process-step-number p {
    transition: all 0.3s ease;
    color: #cbb26b !important;
}

/* Content card animation */
.process-content {
    transition:
        opacity 0.5s ease,
        transform 0.5s ease;
}

.process-content.fade {
    opacity: 0;
    transform: translateY(10px);
}

/* Elementor HTML widget becomes the absolute layer */
.process-line-wrapper {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

/* Remove layout influence */
.process-line-wrapper .elementor-widget-container {
    height: 100%;
}

/* Actual line */
.process-line {
    position: absolute;
    top: 28%;
    left: 6%;
    width: 88%;
    height: 3px;
    background: rgba(217, 224, 230, 0.4);
    transform: translateY(-50%);
}

.process-line-fill {
    height: 100%;
    width: 0%;
    background: #cbb26b;
    transition: width 0.8s ease;
}

/* TESTIMONIAL PILL */
.swiper-pagination-bullet {
    transition: 0.5s all ease;
}

.swiper-pagination-bullet-active {
    width: 24px !important;
    border-radius: 99px;
}
