.elementor-51111 .elementor-element.elementor-element-db0c932{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ad7573a *//* ==================================
   WRAPPER
================================== */

.bkl-permohonan{
    margin:20px 0;
}

/* ==================================
   HERO
================================== */

.bkl-permohonan-hero{

    text-align:center;

    padding:70px 40px;

    border-radius:32px;

    background:
    linear-gradient(
        135deg,
        #C8102E,
        #9E0D24
    );

    color:#fff;

    margin-bottom:30px;

    box-shadow:
    0 25px 70px rgba(200,16,46,.18);
}

.bkl-permohonan-icon{

    width:100px;
    height:100px;

    margin:auto auto 25px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:
    rgba(255,255,255,.15);
}

.bkl-permohonan-icon i{

    font-size:42px;
}

.bkl-permohonan-tag{

    display:inline-block;

    padding:8px 14px;

    border-radius:50px;

    background:
    rgba(255,255,255,.15);

    font-size:12px;
    font-weight:700;

    margin-bottom:18px;
}

.bkl-permohonan-hero h2{

    font-size:42px;

    margin-bottom:15px;
}

.bkl-permohonan-hero p{

    max-width:850px;

    margin:auto auto 25px;

    line-height:1.9;
}

/* ==================================
   BUTTON
================================== */

.bkl-btn-primary{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    padding:14px 30px;

    border-radius:14px;

    background:#fff;

    color:#C8102E;

    text-decoration:none;

    font-weight:700;

    transition:.3s;
}

.bkl-btn-primary:hover{

    transform:translateY(-3px);
}

/* ==================================
   HEADING
================================== */

.bkl-section-heading{

    text-align:center;

    margin-bottom:30px;
}

.bkl-section-heading h3{

    color:#1E293B;

    margin-bottom:10px;
}

.bkl-section-heading p{

    color:#64748B;
}

/* ==================================
   FLOW
================================== */

.bkl-flow-grid{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:20px;

    margin-bottom:30px;
}

.bkl-flow-card{

    background:#fff;

    border:1px solid #E5E7EB;

    border-radius:24px;

    padding:30px;

    text-align:center;

    transition:.3s;

    box-shadow:
    0 10px 30px rgba(15,23,42,.04);
}

.bkl-flow-card:hover{

    transform:translateY(-6px);

    border-color:#C8102E;
}

.bkl-flow-card span{

    display:inline-flex;

    width:48px;
    height:48px;

    border-radius:50%;

    align-items:center;
    justify-content:center;

    background:#FCE8EC;

    color:#C8102E;

    font-weight:700;

    margin-bottom:15px;
}

.bkl-flow-card h4{

    margin-bottom:10px;
}

.bkl-flow-card p{

    color:#64748B;

    line-height:1.8;
}

/* ==================================
   INFO GRID
================================== */

.bkl-info-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

    margin-bottom:30px;
}

.bkl-info-card,
.bkl-hak-card{

    background:#fff;

    border:1px solid #E5E7EB;

    border-radius:28px;

    padding:30px;

    box-shadow:
    0 15px 40px rgba(15,23,42,.05);
}

.bkl-card-title{

    display:flex;
    align-items:center;
    gap:12px;

    margin-bottom:18px;
}

.bkl-card-title i{

    color:#C8102E;
}

.bkl-card-title h3{

    margin:0;
}

.bkl-info-card ul{

    margin:0;
    padding-left:20px;
}

.bkl-info-card li{

    margin-bottom:12px;

    line-height:1.8;

    color:#475569;
}

.bkl-hak-card{

    margin-bottom:30px;
}

.bkl-hak-card p{

    color:#64748B;

    line-height:1.9;
}

/* ==================================
   CTA
================================== */

.bkl-permohonan-cta{

    text-align:center;

    padding:50px;

    border-radius:28px;

    background:#F8FAFC;

    border:1px solid #E5E7EB;
}

.bkl-permohonan-cta h3{

    margin-bottom:15px;
}

.bkl-permohonan-cta p{

    max-width:700px;

    margin:auto auto 25px;

    color:#64748B;

    line-height:1.8;
}

.bkl-permohonan-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;
}

/* ==================================
   TABLET
================================== */

@media(max-width:1024px){

    .bkl-flow-grid{

        grid-template-columns:repeat(2,1fr);
    }

}

/* ==================================
   MOBILE
================================== */

@media(max-width:767px){

    .bkl-permohonan-hero{

        padding:35px 25px;

        border-radius:24px;
    }

    .bkl-permohonan-hero h2{

        font-size:28px;
    }

    .bkl-flow-grid,
    .bkl-info-grid{

        grid-template-columns:1fr;
    }

    .bkl-info-card,
    .bkl-hak-card,
    .bkl-permohonan-cta{

        padding:24px;

        border-radius:24px;
    }

}/* End custom CSS */