.elementor-1326 .elementor-element.elementor-element-4304290{--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-9d573f1 *//* =====================================================
   LINGKUP KEINSINYURAN - PSPPI UNTAD
===================================================== */

.lingkup-keinsinyuran {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

/* Judul */
.lingkup-header {
    text-align: center;
    margin-bottom: 35px;
}

.lingkup-header h2 {
    font-size: 30px;
    color: #123b68;
    font-weight: 700;
    margin-bottom: 12px;
}

.lingkup-header p {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}


/* Grid */
.lingkup-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}


/* Card */
.lingkup-card {
    background: #ffffff;
    border: 1px solid #e2e7ec;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}


/* Garis atas */
.lingkup-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #123b68;
}


/* Hover */
.lingkup-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.10);
}


/* Nomor */
.lingkup-number {
    width: 38px;
    height: 38px;
    background: #123b68;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}


/* Nama Sub-Prodi */
.lingkup-card h3 {
    font-size: 19px;
    color: #123b68;
    margin: 0 0 12px;
    line-height: 1.4;
}


/* Isi */
.lingkup-card p {
    font-size: 14px;
    line-height: 1.75;
    color: #555;
    margin: 0;
    text-align: left;
}


/* Highlight kata penting */
.lingkup-card strong {
    color: #123b68;
}


/* Responsive Tablet */
@media (max-width: 992px) {

    .lingkup-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* Responsive HP */
@media (max-width: 768px) {

    .lingkup-header h2 {
        font-size: 25px;
    }

    .lingkup-header p {
        font-size: 15px;
    }

    .lingkup-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .lingkup-card {
        padding: 22px;
    }

    .lingkup-card h3 {
        font-size: 18px;
    }

    .lingkup-card p {
        font-size: 14px;
    }

}/* End custom CSS */