/*--------------------------------------------------------------
# Seccion de Proceso y Roadmap Unificado
--------------------------------------------------------------*/
.process-one {
    position: relative;
    display: block;

    /* Fallback: si no carga la imagen se verá el color */
   

    /* Ruta absoluta a la imagen (ajústala si no tienes /images en la raíz) */
   background-image: url("../../images/backgrounds/process-two-bg.png") center center / cover no-repeat;


    padding: 132px 0 133px;
    counter-reset: count;
    overflow: hidden;
    z-index: 1;

    /* Debug visual, elimínalo después */
    border: 2px solid red;
}

/*----- Timeline Section -----*/
.main-roadmap {
    overflow: hidden;
}

.main-roadmap .owl-carousel .owl-stage-outer {
    overflow: unset;
}

.h-border {
    border-bottom: 2px dashed;
    margin-top: 175px;
}

.date-title {
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: -60px;
    width: 100%;
    left: 0;
    text-align: center;
}

.small-round {
    width: 38px;
    height: 38px;
    border: 2px solid #199027;
    border-radius: 100%;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: #188f27;
}

.small-round span {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.v-row {
    border-left: 2px dashed;
    height: 50px;
    position: relative;
    left: 50%;
    margin-left: -1px;
}

.v-row:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    bottom: -15px;
    left: -9px;
}

.roadmap-detail-box {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.roadmap-slider .owl-item:nth-child(2n+1) .roadmap-detail-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.roadmap-slider .owl-item:nth-child(2n+0) .date-title {
    top: 35px;
}

.roadmap-slider .owl-item:nth-child(2n+0) .v-row {
    top: -110px;
    position: absolute;
}

.roadmap-slider .owl-item:nth-child(2n+0) .v-row:before {
    top: -5px;
}

.roadmap-slider .owl-item:nth-child(2n+0) .roadmap-detail-box {
    position: relative;
    bottom: 205px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}
