.elementor-51122 .elementor-element.elementor-element-3ffcb61{--display:flex;}.elementor-51122 .elementor-element.elementor-element-03b7846{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 40px 0px;}/* Start custom CSS for html, class: .elementor-element-03b7846 */.bkl-jdih-page{
    margin:20px 0;
}

/* HERO */

.bkl-jdih-hero{

    background:
    linear-gradient(
        135deg,
        #C8102E,
        #8F0E22
    );

    color:#fff;

    text-align:center;

    padding:70px 40px;

    border-radius:32px;

    margin-bottom:30px;

    box-shadow:
    0 25px 70px rgba(200,16,46,.18);
}

.bkl-jdih-icon{

    width:100px;
    height:100px;

    margin:auto auto 25px;

    border-radius:50%;

    background:
    rgba(255,255,255,.15);

    display:flex;
    align-items:center;
    justify-content:center;
}

.bkl-jdih-icon i{

    font-size:42px;
}

.bkl-jdih-badge{

    display:inline-block;

    padding:8px 14px;

    border-radius:50px;

    background:
    rgba(255,255,255,.15);

    font-size:12px;

    font-weight:700;

    margin-bottom:20px;
}

.bkl-jdih-hero h2{

    font-size:44px;

    color:#fff;

    margin-bottom:15px;
}

.bkl-jdih-hero p{

    max-width:850px;

    margin:auto auto 25px;

    line-height:1.9;
}

.bkl-jdih-btn{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    height:54px;

    padding:0 28px;

    background:#fff;

    color:#C8102E;

    border-radius:14px;

    font-weight:700;

    text-decoration:none;

    transition:.3s;
}

.bkl-jdih-btn:hover{

    transform:translateY(-3px);
}

/* CARD */

.bkl-jdih-content{

    display:grid;

    grid-template-columns:
    repeat(3,1fr);

    gap:20px;

    margin-bottom:30px;
}

.bkl-jdih-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-jdih-card:hover{

    transform:translateY(-5px);

    border-color:#C8102E;
}

.bkl-jdih-card-icon{

    width:70px;
    height:70px;

    margin:auto auto 20px;

    border-radius:50%;

    background:#FCE8EC;

    display:flex;
    align-items:center;
    justify-content:center;
}

.bkl-jdih-card-icon i{

    font-size:28px;

    color:#C8102E;
}

.bkl-jdih-card h3{

    margin-bottom:12px;

    color:#1E293B;
}

.bkl-jdih-card p{

    color:#64748B;

    line-height:1.8;
}

/* CTA */

.bkl-jdih-highlight{

    background:#F8FAFC;

    border:1px solid #E5E7EB;

    border-radius:28px;

    padding:50px;

    text-align:center;
}

.bkl-jdih-highlight span{

    display:inline-block;

    background:#FCE8EC;

    color:#C8102E;

    padding:8px 14px;

    border-radius:50px;

    font-size:12px;

    font-weight:700;

    margin-bottom:15px;
}

.bkl-jdih-highlight h3{

    margin-bottom:15px;

    color:#1E293B;
}

.bkl-jdih-highlight p{

    max-width:700px;

    margin:auto auto 25px;

    color:#64748B;

    line-height:1.8;
}

.bkl-jdih-highlight 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-jdih-content{

        grid-template-columns:
        repeat(2,1fr);
    }

}

/* MOBILE */

@media(max-width:767px){

    .bkl-jdih-hero{

        padding:35px 25px;

        border-radius:24px;
    }

    .bkl-jdih-hero h2{

        font-size:30px;
    }

    .bkl-jdih-content{

        grid-template-columns:1fr;
    }

    .bkl-jdih-highlight{

        padding:24px;
    }

}/* End custom CSS */