.elementor-51102 .elementor-element.elementor-element-5d56b5b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-54dcba0 *//* ==================================
   WRAPPER
================================== */

.bkl-ppid-tufoksi{
    margin:20px 0;
}

/* ==================================
   HERO
================================== */

.bkl-tufoksi-hero{

    background:
    linear-gradient(
        135deg,
        #C8102E,
        #9E0D24
    );

    padding:60px;

    border-radius:32px;

    text-align:center;

    color:#fff;

    margin-bottom:30px;

    box-shadow:
    0 25px 70px rgba(200,16,46,.15);
}

.bkl-tufoksi-icon{

    width:100px;
    height:100px;

    margin:auto auto 25px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:
    rgba(255,255,255,.15);
}

.bkl-tufoksi-icon i{

    font-size:42px;
}

.bkl-tufoksi-tag{

    display:inline-block;

    padding:8px 14px;

    border-radius:50px;

    background:
    rgba(255,255,255,.15);

    font-size:12px;
    font-weight:700;

    letter-spacing:1px;

    margin-bottom:18px;
}

.bkl-tufoksi-hero h2{

    font-size:42px;

    margin-bottom:15px;
}

.bkl-tufoksi-hero p{

    max-width:850px;

    margin:auto;

    line-height:1.9;
}

/* ==================================
   SECTION TITLE
================================== */

.bkl-section-title{

    display:flex;
    align-items:center;
    gap:12px;

    margin-bottom:20px;
}

.bkl-section-title i{

    color:#C8102E;
    font-size:22px;
}

.bkl-section-title h3{

    margin:0;

    color:#1E293B;
}

/* ==================================
   CARD
================================== */

.bkl-tugas-card,
.bkl-hukum-card{

    background:#fff;

    border:1px solid #E5E7EB;

    border-radius:28px;

    padding:35px;

    margin-bottom:30px;

    box-shadow:
    0 15px 40px rgba(15,23,42,.05);
}

.bkl-tugas-card ul,
.bkl-hukum-card ul{

    margin:0;
    padding-left:20px;
}

.bkl-tugas-card li,
.bkl-hukum-card li{

    margin-bottom:15px;

    line-height:1.9;

    color:#475569;
}

/* ==================================
   FUNGSI GRID
================================== */

.bkl-fungsi-grid{

    display:grid;

    grid-template-columns:
    repeat(3,1fr);

    gap:20px;

    margin-bottom:30px;
}

.bkl-fungsi-card{

    background:#fff;

    border:1px solid #E5E7EB;

    border-radius:24px;

    padding:30px;

    transition:.3s ease;

    box-shadow:
    0 10px 30px rgba(15,23,42,.04);
}

.bkl-fungsi-card:hover{

    transform:translateY(-5px);

    border-color:#C8102E;
}

.bkl-fungsi-card i{

    color:#C8102E;

    font-size:32px;

    margin-bottom:15px;
}

.bkl-fungsi-card h4{

    margin-bottom:10px;

    color:#1E293B;
}

.bkl-fungsi-card p{

    color:#64748B;

    line-height:1.8;
}

/* ==================================
   CTA
================================== */

.bkl-ppid-cta{

    text-align:center;

    background:#F8FAFC;

    border:1px solid #E5E7EB;

    border-radius:28px;

    padding:45px;
}

.bkl-ppid-cta h3{

    margin-bottom:15px;

    color:#1E293B;
}

.bkl-ppid-cta p{

    max-width:700px;

    margin:auto auto 25px;

    color:#64748B;

    line-height:1.8;
}

.bkl-ppid-cta a{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    height:52px;

    padding:0 28px;

    border-radius:14px;

    background:#C8102E;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.3s;
}

.bkl-ppid-cta a:hover{

    background:#A00C25;

    transform:translateY(-3px);
}

/* ==================================
   TABLET
================================== */

@media(max-width:1024px){

    .bkl-fungsi-grid{

        grid-template-columns:
        repeat(2,1fr);
    }

    .bkl-tufoksi-hero{

        padding:40px;
    }

    .bkl-tufoksi-hero h2{

        font-size:34px;
    }

}

/* ==================================
   MOBILE
================================== */

@media(max-width:767px){

    .bkl-fungsi-grid{

        grid-template-columns:1fr;
    }

    .bkl-tufoksi-hero{

        padding:30px 25px;

        border-radius:24px;
    }

    .bkl-tufoksi-hero h2{

        font-size:28px;
    }

    .bkl-tugas-card,
    .bkl-hukum-card,
    .bkl-ppid-cta{

        padding:24px;

        border-radius:24px;
    }

}/* End custom CSS */