.elementor-50813 .elementor-element.elementor-element-bcf5984{--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-1a911ab *//* ==================================
   INTRO
================================== */

.bkl-rs-intro{
    margin-bottom:35px;
}

.bkl-rs-intro p{
    margin:0;
    color:#64748B;
    font-size:18px;
    line-height:2;
    text-align:justify;
}

/* ==================================
   SECTION
================================== */

.bkl-rs-section{
    display:grid;
    grid-template-columns:1.05fr 1fr;
    gap:30px;

    margin-bottom:35px;
}

/* ==================================
   IMAGE
================================== */

.bkl-rs-image{
    position:relative;
    overflow:hidden;
    border-radius:32px;
    border:1px solid #E5E7EB;
    background:#fff;
    box-shadow:
        0 20px 60px rgba(15,23,42,.06);
}

.bkl-rs-image img{
    width:100%;
    height:100%;
    min-height:620px;

    object-fit:cover;
    display:block;

    transition:.6s ease;
}

.bkl-rs-image:hover img{
    transform:scale(1.03);
}

.bkl-rs-image::before{
    content:'';

    position:absolute;
    inset:0;

    background:
    linear-gradient(
        to top,
        rgba(0,0,0,.45),
        transparent
    );
}

.bkl-rs-badge{
    position:absolute;

    top:20px;
    right:20px;

    z-index:5;

    padding:10px 18px;

    border-radius:50px;

    background:rgba(255,255,255,.95);

    backdrop-filter:blur(12px);

    color:#C8102E;

    font-size:12px;
    font-weight:700;

    letter-spacing:1px;

    box-shadow:
        0 10px 30px rgba(15,23,42,.08);
}

/* ==================================
   CARD
================================== */

.bkl-rs-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,.04);
}

.bkl-rs-tag{
    display:inline-flex;
    width:max-content;

    padding:8px 16px;

    border-radius:50px;

    background:#FFF1F2;

    color:#C8102E;

    font-size:12px;
    font-weight:700;

    letter-spacing:1px;

    margin-bottom:18px;
}

.bkl-rs-card h2{
    color:#1E293B;

    font-size:42px;
    font-weight:800;

    line-height:1.2;

    margin-bottom:18px;
}

.bkl-rs-card p{
    color:#64748B;

    line-height:1.9;

    margin-bottom:25px;
}

/* ==================================
   FEATURE
================================== */

.bkl-rs-feature{
    display:grid;
    gap:14px;
}

.bkl-rs-item{
    display:flex;
    align-items:center;
    gap:12px;

    padding:16px 18px;

    border:1px solid #E5E7EB;
    border-radius:18px;

    background:#F8FAFC;

    transition:.3s ease;
}

.bkl-rs-item:hover{
    border-color:#C8102E;
    background:#FFF5F6;
}

.bkl-rs-item i{
    color:#C8102E;
    font-size:18px;
}

.bkl-rs-item span{
    color:#334155;
    font-weight:600;
}

/* ==================================
   STATISTIK
================================== */

.bkl-rs-stat-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);

    border:1px solid #E5E7EB;
    border-radius:32px;

    overflow:hidden;

    margin-bottom:35px;

    background:#fff;

    box-shadow:
        0 20px 60px rgba(15,23,42,.04);
}

.bkl-rs-stat{
    text-align:center;

    padding:30px 20px;

    border-right:1px solid #E5E7EB;

    transition:.3s ease;
}

.bkl-rs-stat:last-child{
    border-right:none;
}

.bkl-rs-stat:hover{
    background:#FAFAFA;
}

.bkl-rs-stat i{
    color:#C8102E;
    font-size:28px;

    margin-bottom:15px;
}

.bkl-rs-stat strong{
    display:block;

    color:#1E293B;

    font-size:28px;
    font-weight:800;

    margin-bottom:8px;
}

.bkl-rs-stat span{
    color:#64748B;
    font-size:13px;
}

/* ==================================
   CTA
================================== */

.bkl-rs-cta{
    display:flex;
    align-items:center;
    gap:30px;

    padding:45px;

    border-radius:32px;

    background:
    linear-gradient(
        135deg,
        #C8102E,
        #9E0D24
    );

    box-shadow:
        0 20px 60px rgba(200,16,46,.18);
}

.bkl-rs-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-rs-cta-icon i{
    color:#fff;
    font-size:38px;
}

.bkl-rs-cta-content{
    flex:1;
}

.bkl-rs-cta-tag{
    display:inline-flex;

    padding:8px 14px;

    border-radius:50px;

    background:rgba(255,255,255,.15);

    color:#fff;

    font-size:11px;
    font-weight:700;

    letter-spacing:1px;

    margin-bottom:14px;
}

.bkl-rs-cta-content h3{
    color:#fff;

    font-size:34px;
    font-weight:800;

    margin-bottom:14px;
}

.bkl-rs-cta-content p{
    color:rgba(255,255,255,.92);

    line-height:1.9;

    margin-bottom:22px;
}

.bkl-rs-cta-content a{
    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:14px 24px;

    border-radius:50px;

    background:#fff;

    color:#C8102E;

    text-decoration:none;

    font-weight:700;

    transition:.3s ease;
}

.bkl-rs-cta-content a:hover{
    transform:translateY(-3px);
}

/* ==================================
   TABLET
================================== */

@media(max-width:1024px){

    .bkl-rs-section{
        grid-template-columns:1fr;
    }

    .bkl-rs-image img{
        min-height:500px;
    }

    .bkl-rs-card h2{
        font-size:34px;
    }

    .bkl-rs-stat-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .bkl-rs-stat{
        border-bottom:1px solid #E5E7EB;
    }

    .bkl-rs-cta{
        flex-direction:column;
        text-align:center;
    }

}

/* ==================================
   MOBILE
================================== */

@media(max-width:767px){

    .bkl-rs-intro p{
        font-size:14px;
        line-height:1.9;
        text-align:left;
    }

    .bkl-rs-image,
    .bkl-rs-card{
        border-radius:24px;
    }

    .bkl-rs-image img{
        min-height:280px;
    }

    .bkl-rs-badge{
        top:12px;
        right:12px;

        font-size:10px;

        padding:8px 12px;
    }

    .bkl-rs-card{
        padding:24px;
    }

    .bkl-rs-card h2{
        font-size:26px;
    }

    .bkl-rs-card p{
        font-size:14px;
    }

    .bkl-rs-stat-grid{
        grid-template-columns:1fr;
        border-radius:24px;
    }

    .bkl-rs-stat{
        border-right:none;
        border-bottom:1px solid #E5E7EB;
    }

    .bkl-rs-stat:last-child{
        border-bottom:none;
    }

    .bkl-rs-cta{
        padding:30px 24px;
        border-radius:24px;
    }

    .bkl-rs-cta-icon{
        width:70px;
        height:70px;
    }

    .bkl-rs-cta-icon i{
        font-size:28px;
    }

    .bkl-rs-cta-content h3{
        font-size:24px;
    }

    .bkl-rs-cta-content p{
        font-size:14px;
        line-height:1.8;
    }

}/* End custom CSS */