.elementor-50777 .elementor-element.elementor-element-4562d78{--display:flex;--margin-top:0px;--margin-bottom:40px;--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-0cf71e6 *//* ==================================
   INTRO
================================== */

.bkl-bank-intro{
    margin-bottom:35px;
}

.bkl-bank-intro p{
    margin:0;
    color:#64748B;
    font-size:18px;
    line-height:2;
    text-align:justify;
}

/* ==================================
   SHOWCASE
================================== */

.bkl-bank-showcase{
    display:grid;
    grid-template-columns:1.15fr 1fr;
    gap:30px;
    margin-bottom:35px;
}

/* ==================================
   IMAGE
================================== */

.bkl-bank-image{
    position:relative;
    overflow:hidden;

    border-radius:32px;

    border:1px solid #E5E7EB;

    box-shadow:
        0 20px 60px rgba(15,23,42,.06);
}

.bkl-bank-image img{
    width:100%;
    height:100%;
    min-height:620px;

    object-fit:cover;
    display:block;

    transition:.7s ease;
}

.bkl-bank-image:hover img{
    transform:scale(1.04);
}

.bkl-bank-image::before{
    content:'';

    position:absolute;
    inset:0;

    background:
    linear-gradient(
        to top,
        rgba(0,0,0,.55),
        rgba(0,0,0,.1),
        transparent
    );
}

.bkl-bank-badge{
    position:absolute;

    top:24px;
    right:24px;

    z-index:5;

    padding:10px 18px;

    background:rgba(255,255,255,.95);

    backdrop-filter:blur(12px);

    border-radius:50px;

    color:#C8102E;

    font-size:12px;
    font-weight:700;

    letter-spacing:1px;

    box-shadow:
        0 10px 30px rgba(15,23,42,.08);
}

/* ==================================
   PROFILE CARD
================================== */

.bkl-bank-profile-card{
    background:#fff;

    border:1px solid #E5E7EB;
    border-radius:32px;

    padding:40px;

    display:flex;
    flex-direction:column;
    justify-content:center;

    box-shadow:
        0 20px 60px rgba(15,23,42,.05);
}

.bkl-bank-tag{
    display:inline-flex;
    width:max-content;

    padding:10px 18px;

    background:#FFF1F2;

    color:#C8102E;

    border-radius:50px;

    font-size:12px;
    font-weight:700;

    letter-spacing:1.5px;

    margin-bottom:18px;
}

.bkl-bank-profile-card h2{
    color:#1E293B;

    font-size:42px;
    font-weight:800;

    line-height:1.2;

    margin-bottom:18px;
}

.bkl-bank-profile-card p{
    color:#64748B;

    line-height:1.9;

    margin-bottom:30px;
}

/* ==================================
   META
================================== */

.bkl-bank-meta{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
}

.bkl-bank-meta-item{
    display:flex;
    align-items:center;
    gap:12px;

    padding:16px 18px;

    background:#F8FAFC;

    border:1px solid #E5E7EB;
    border-radius:18px;

    transition:.3s ease;
}

.bkl-bank-meta-item:hover{
    border-color:#C8102E;
    background:#FFF5F6;
}

.bkl-bank-meta-item i{
    color:#C8102E;
    font-size:18px;
}

.bkl-bank-meta-item span{
    color:#334155;
    font-size:14px;
    font-weight:600;
}

/* ==================================
   STATISTIK
================================== */

.bkl-bank-stat-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);

    border:1px solid #E5E7EB;
    border-radius:32px;

    overflow:hidden;

    margin-bottom:35px;

    box-shadow:
        0 20px 60px rgba(15,23,42,.04);
}

.bkl-bank-stat{
    background:#fff;

    padding:30px 20px;

    text-align:center;

    border-right:1px solid #E5E7EB;

    transition:.3s ease;
}

.bkl-bank-stat:last-child{
    border-right:none;
}

.bkl-bank-stat:hover{
    background:#FAFAFA;
}

.bkl-bank-stat i{
    color:#C8102E;
    font-size:28px;

    margin-bottom:15px;
}

.bkl-bank-stat strong{
    display:block;

    color:#1E293B;

    font-size:34px;
    font-weight:800;

    margin-bottom:8px;
}

.bkl-bank-stat span{
    color:#64748B;
}

/* ==================================
   SERVICES
================================== */

.bkl-bank-service-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;

    margin-bottom:35px;
}

.bkl-bank-service{
    background:#fff;

    border:1px solid #E5E7EB;
    border-radius:24px;

    padding:30px;

    text-align:center;

    transition:.3s ease;
}

.bkl-bank-service:hover{
    transform:translateY(-5px);

    border-color:#C8102E;
}

.bkl-bank-service i{
    color:#C8102E;

    font-size:34px;

    margin-bottom:18px;
}

.bkl-bank-service h3{
    color:#1E293B;

    margin-bottom:12px;

    font-size:20px;
}

.bkl-bank-service p{
    color:#64748B;

    line-height:1.8;

    margin:0;
}

/* ==================================
   OFFICE
================================== */

.bkl-bank-office{
    background:#fff;

    border:1px solid #E5E7EB;
    border-radius:32px;

    padding:40px;

    margin-bottom:35px;

    box-shadow:
        0 20px 60px rgba(15,23,42,.04);
}

.bkl-bank-office-content span{
    color:#C8102E;

    font-size:12px;
    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;
}

.bkl-bank-office-content h3{
    color:#1E293B;

    font-size:32px;

    margin:12px 0;
}

.bkl-bank-office-content p{
    color:#64748B;

    line-height:1.9;

    margin-bottom:20px;
}

.bkl-bank-office-content a{
    display:inline-flex;
    align-items:center;
    gap:10px;

    color:#C8102E;

    text-decoration:none;

    font-weight:700;
}

/* ==================================
   CTA
================================== */

.bkl-bank-cta{
    display:flex;
    align-items:center;
    gap:30px;

    padding:45px;

    border-radius:32px;

    background:
    linear-gradient(
        135deg,
        #C8102E,
        #9E0D24
    );
}

.bkl-bank-cta-icon{
    width:90px;
    height:90px;

    flex-shrink:0;

    border-radius:50%;

    background:rgba(255,255,255,.15);

    display:flex;
    align-items:center;
    justify-content:center;
}

.bkl-bank-cta-icon i{
    color:#fff;
    font-size:36px;
}

.bkl-bank-cta-content{
    flex:1;
}

.bkl-bank-cta-content h3{
    color:#fff;

    font-size:34px;

    margin-bottom:12px;
}

.bkl-bank-cta-content p{
    color:rgba(255,255,255,.92);

    line-height:1.9;

    margin-bottom:20px;
}

.bkl-bank-cta-content a{
    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:14px 24px;

    background:#fff;
    color:#C8102E;

    text-decoration:none;

    border-radius:50px;

    font-weight:700;
}

/* ==================================
   TABLET
================================== */

@media(max-width:1024px){

    .bkl-bank-showcase{
        grid-template-columns:1fr;
    }

    .bkl-bank-image img{
        min-height:500px;
    }

    .bkl-bank-profile-card h2{
        font-size:34px;
    }

    .bkl-bank-stat-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .bkl-bank-stat{
        border-bottom:1px solid #E5E7EB;
    }

    .bkl-bank-service-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .bkl-bank-cta{
        flex-direction:column;
        text-align:center;
    }

}

/* ==================================
   MOBILE
================================== */

@media(max-width:767px){

    .bkl-bank-intro p{
        font-size:14px;
        line-height:1.9;
        text-align:left;
    }

    .bkl-bank-image{
        border-radius:24px;
    }

    .bkl-bank-image img{
        min-height:300px;
    }

    .bkl-bank-badge{
        top:12px;
        right:12px;
        font-size:10px;
        padding:8px 12px;
    }

    .bkl-bank-profile-card{
        padding:24px;
        border-radius:24px;
    }

    .bkl-bank-profile-card h2{
        font-size:28px;
    }

    .bkl-bank-meta{
        grid-template-columns:1fr;
    }

    .bkl-bank-stat-grid{
        grid-template-columns:1fr;
        border-radius:24px;
    }

    .bkl-bank-stat{
        border-right:none;
        border-bottom:1px solid #E5E7EB;
    }

    .bkl-bank-service-grid{
        grid-template-columns:1fr;
    }

    .bkl-bank-service{
        padding:24px;
    }

    .bkl-bank-office{
        padding:24px;
        border-radius:24px;
    }

    .bkl-bank-office-content h3{
        font-size:24px;
    }

    .bkl-bank-cta{
        padding:30px 24px;
        border-radius:24px;
    }

    .bkl-bank-cta-content h3{
        font-size:24px;
    }

}/* End custom CSS */