.elementor-50260 .elementor-element.elementor-element-540d555{--display:flex;--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-9021af0 */.bkl-forkopimda-header{
    margin-bottom:50px;
}

.bkl-forkopimda-header p{
    max-width:800px;
    color:#64748B;
    line-height:1.9;
}

.bkl-forkopimda-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.bkl-forkopimda-card{
    background:#FFFFFF;
    border:1px solid #E5E7EB;
    border-radius:28px;
    padding:30px;
    text-align:center;
    transition:.35s;
    box-shadow:0 8px 25px rgba(15,23,42,.04);
}

.bkl-forkopimda-card:hover{
    transform:translateY(-6px);
    border-color:#C8102E;
    box-shadow:0 20px 40px rgba(15,23,42,.08);
}

.bkl-forkopimda-logo{
    width:90px;
    height:90px;
    margin:0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.bkl-forkopimda-logo img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.bkl-forkopimda-card h3{
    color:#1E293B;
    font-size:22px;
    font-weight:800;
    margin-bottom:10px;
}

.bkl-forkopimda-card p{
    color:#64748B;
    line-height:1.8;
    font-size:15px;
    margin-bottom:20px;
}

.bkl-forkopimda-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 18px;
    border-radius:12px;
    background:#FCE8EC;
    color:#C8102E;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.bkl-forkopimda-btn:hover{
    background:#C8102E;
    color:#FFFFFF;
}

@media(max-width:1024px){

    .bkl-forkopimda-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .bkl-forkopimda-grid{
        grid-template-columns:1fr;
    }

    .bkl-forkopimda-header h1{
        font-size:34px;
    }

}/* End custom CSS */