.elementor-1337 .elementor-element.elementor-element-392ce6c{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-9096ce0 *//* =====================================================
   ALUR PENERIMAAN - PSPPI UNTAD
===================================================== */

.ppi-alur {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
}

/* Header */
.ppi-alur-header {
    text-align: center;
    margin-bottom: 40px;
}

.ppi-alur-header h2 {
    font-size: 30px;
    color: #123b68;
    font-weight: 700;
    margin-bottom: 10px;
}

.ppi-alur-header p {
    font-size: 16px;
    color: #666;
    margin: 0;
}


/* Timeline */
.ppi-timeline {
    position: relative;
    padding: 10px 0;
}

/* Garis tengah */
.ppi-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #dbe5ef;
    transform: translateX(-50%);
}


/* Item */
.ppi-timeline-item {
    position: relative;
    width: 50%;
    padding: 0 45px 35px;
    box-sizing: border-box;
}


/* Posisi kiri dan kanan */
.ppi-timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
}

.ppi-timeline-item:nth-child(even) {
    left: 50%;
    text-align: left;
}


/* Nomor */
.ppi-timeline-number {
    position: absolute;
    top: 0;
    width: 44px;
    height: 44px;
    background: #123b68;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    z-index: 2;
    box-shadow: 0 3px 10px rgba(18,59,104,0.25);
}


/* Posisi nomor */
.ppi-timeline-item:nth-child(odd) .ppi-timeline-number {
    right: -22px;
}

.ppi-timeline-item:nth-child(even) .ppi-timeline-number {
    left: -22px;
}


/* Card */
.ppi-timeline-content {
    background: #ffffff;
    border: 1px solid #e1e7ed;
    border-radius: 12px;
    padding: 22px 24px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.ppi-timeline-content:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.10);
}


/* Judul */
.ppi-timeline-content h3 {
    color: #123b68;
    font-size: 19px;
    margin: 0 0 10px;
    line-height: 1.4;
}


/* Isi */
.ppi-timeline-content p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}


/* Link */
.ppi-timeline-content a {
    color: #123b68;
    font-weight: 600;
    text-decoration: none;
}

.ppi-timeline-content a:hover {
    text-decoration: underline;
}


/* Highlight */
.ppi-alur-highlight {
    margin-top: 25px;
    padding: 18px 22px;
    background: #eef5fb;
    border-left: 4px solid #123b68;
    border-radius: 8px;
    color: #123b68;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================
   RESPONSIVE TABLET
========================= */

@media (max-width: 768px) {

    .ppi-alur-header h2 {
        font-size: 25px;
    }

    .ppi-timeline::before {
        left: 22px;
    }

    .ppi-timeline-item,
    .ppi-timeline-item:nth-child(odd),
    .ppi-timeline-item:nth-child(even) {
        width: 100%;
        left: 0;
        text-align: left;
        padding: 0 0 25px 65px;
    }

    .ppi-timeline-item:nth-child(odd) .ppi-timeline-number,
    .ppi-timeline-item:nth-child(even) .ppi-timeline-number {
        left: 0;
        right: auto;
    }

    .ppi-timeline-content {
        padding: 20px;
    }

}/* End custom CSS */