.elementor-29123 .elementor-element.elementor-element-4a25aa1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-70e8595 *//* ==================================
   WRAPPER
================================== */

.bkl-dip{
    margin:20px 0;
}

/* ==================================
   HERO
================================== */

.bkl-dip-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-dip-icon{

    width:100px;
    height:100px;

    margin:auto auto 25px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:
    rgba(255,255,255,.15);
}

.bkl-dip-icon i{
    font-size:42px;
}

.bkl-dip-tag{

    display:inline-block;

    padding:8px 14px;

    border-radius:50px;

    background:
    rgba(255,255,255,.15);

    font-size:12px;
    font-weight:700;

    letter-spacing:1px;

    margin-bottom:18px;
}

.bkl-dip-hero h2{

    font-size:42px;

    margin-bottom:15px;
}

.bkl-dip-hero p{

    max-width:850px;

    margin:auto auto 25px;

    line-height:1.9;
}

/* ==================================
   BUTTON
================================== */

.bkl-dip-btn{

    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-dip-btn:hover{
    transform:translateY(-3px);
}

/* ==================================
   STATS
================================== */

.bkl-dip-stats{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:20px;

    margin-bottom:35px;
}

.bkl-stat-card{

    background:#fff;

    border:1px solid #E5E7EB;

    border-radius:24px;

    padding:30px;

    text-align:center;

    box-shadow:
    0 10px 30px rgba(15,23,42,.04);
}

.bkl-stat-card strong{

    display:block;

    font-size:34px;

    color:#C8102E;

    margin-bottom:8px;
}

.bkl-stat-card span{

    color:#64748B;
}

/* ==================================
   HEADING
================================== */

.bkl-dip-heading{

    text-align:center;

    margin-bottom:30px;
}

.bkl-dip-heading h3{

    margin-bottom:10px;

    color:#1E293B;
}

.bkl-dip-heading p{

    color:#64748B;
}

/* ==================================
   GRID
================================== */

.bkl-dip-grid{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:20px;

    margin-bottom:35px;
}

.bkl-dip-card{

    background:#fff;

    border:1px solid #E5E7EB;

    border-radius:24px;

    padding:30px;

    text-align:center;

    transition:.3s ease;

    box-shadow:
    0 10px 30px rgba(15,23,42,.04);
}

.bkl-dip-card:hover{

    transform:translateY(-6px);

    border-color:#C8102E;
}

.bkl-dip-card-icon{

    width:70px;
    height:70px;

    margin:auto auto 20px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#FCE8EC;
}

.bkl-dip-card-icon i{

    color:#C8102E;

    font-size:28px;
}

.bkl-dip-card h4{

    margin-bottom:12px;

    color:#1E293B;
}

.bkl-dip-card p{

    color:#64748B;

    line-height:1.8;

    margin-bottom:20px;
}

.bkl-dip-card a{

    color:#C8102E;

    font-weight:700;

    text-decoration:none;
}

/* ==================================
   INFO
================================== */

.bkl-dip-info{

    background:#fff;

    border:1px solid #E5E7EB;

    border-radius:28px;

    padding:35px;

    margin-bottom:30px;

    box-shadow:
    0 15px 40px rgba(15,23,42,.05);
}

.bkl-info-badge{

    display:inline-block;

    padding:8px 14px;

    background:#FCE8EC;

    color:#C8102E;

    border-radius:50px;

    font-size:12px;
    font-weight:700;

    margin-bottom:15px;
}

.bkl-dip-info h3{

    margin-bottom:15px;

    color:#1E293B;
}

.bkl-dip-info p{

    color:#64748B;

    line-height:1.9;
}

/* ==================================
   CTA
================================== */

.bkl-dip-cta{

    text-align:center;

    padding:50px;

    border-radius:28px;

    background:#F8FAFC;

    border:1px solid #E5E7EB;
}

.bkl-dip-cta h3{

    margin-bottom:15px;
}

.bkl-dip-cta p{

    margin:auto auto 25px;

    max-width:700px;

    color:#64748B;
}

.bkl-dip-cta a{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    padding:14px 28px;

    border-radius:14px;

    background:#C8102E;

    color:#fff;

    text-decoration:none;

    font-weight:700;
}

/* ==================================
   TABLET
================================== */

@media(max-width:1024px){

    .bkl-dip-grid,
    .bkl-dip-stats{

        grid-template-columns:
        repeat(2,1fr);
    }

}

/* ==================================
   MOBILE
================================== */

@media(max-width:767px){

    .bkl-dip-hero{

        padding:35px 25px;

        border-radius:24px;
    }

    .bkl-dip-hero h2{

        font-size:28px;
    }

    .bkl-dip-grid,
    .bkl-dip-stats{

        grid-template-columns:1fr;
    }

    .bkl-dip-info,
    .bkl-dip-cta{

        padding:24px;

        border-radius:24px;
    }

}/* End custom CSS */