.elementor-1332 .elementor-element.elementor-element-a1c4e34{--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-bfdbd69 *//* =====================================================
   PERSYARATAN PROGRAM PROFESI INSINYUR
===================================================== */

.ppi-persyaratan {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
}

/* Header */
.ppi-persyaratan-header {
    text-align: center;
    margin-bottom: 35px;
}

.ppi-persyaratan-header h2 {
    font-size: 30px;
    color: #123b68;
    font-weight: 700;
    margin-bottom: 10px;
}

.ppi-persyaratan-header p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* Grid */
.ppi-persyaratan-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

/* Card */
.ppi-syarat-card {
    background: #ffffff;
    border: 1px solid #e1e6eb;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 5px 18px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}

/* Garis atas */
.ppi-syarat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #123b68;
}

/* Judul kartu */
.ppi-syarat-card h3 {
    color: #123b68;
    font-size: 22px;
    margin: 0 0 8px;
    line-height: 1.4;
}

/* Subjudul */
.ppi-syarat-card .subjudul {
    color: #777;
    font-size: 14px;
    margin-bottom: 22px;
}

/* List */
.ppi-syarat-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ppi-syarat-list li {
    position: relative;
    padding: 12px 10px 12px 38px;
    margin-bottom: 10px;
    background: #f7f9fb;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

/* Icon checklist */
.ppi-syarat-list li::before {
    content: "✓";
    position: absolute;
    left: 10px;
    top: 12px;
    width: 22px;
    height: 22px;
    background: #123b68;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
}

/* Highlight */
.ppi-syarat-list strong {
    color: #123b68;
}

/* Catatan online */
.ppi-online {
    margin-top: 18px;
    padding: 14px 16px;
    background: #eef5fb;
    border-radius: 8px;
    color: #123b68;
    font-size: 14px;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {

    .ppi-persyaratan-header h2 {
        font-size: 25px;
    }

    .ppi-persyaratan-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ppi-syarat-card {
        padding: 23px;
    }

    .ppi-syarat-card h3 {
        font-size: 20px;
    }

    .ppi-syarat-list li {
        font-size: 14px;
    }

}/* End custom CSS */