.elementor-50785 .elementor-element.elementor-element-d3357b2{--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-03b5e20 *//* ==================================
   INTRO
================================== */

.bkl-flight-intro{
    margin-bottom:35px;
}

.bkl-flight-intro p{
    margin:0;
    color:#64748B;
    font-size:18px;
    line-height:2;
    text-align:justify;
}

/* ==================================
   LAYOUT
================================== */

.bkl-flight-section{
    display:grid;
    grid-template-columns:420px 1fr;
    gap:30px;
    align-items:start;

    margin-bottom:35px;
}

/* ==================================
   POSTER
================================== */

.bkl-flight-poster-card{
    position:relative;

    overflow:hidden;

    border-radius:32px;
    border:1px solid #E5E7EB;

    background:#fff;

    box-shadow:
        0 20px 60px rgba(15,23,42,.06);
}

.bkl-flight-poster-card a{
    display:block;
    position:relative;
}

.bkl-flight-poster-card img{
    width:100%;
    display:block;

    transition:.4s ease;
}

.bkl-flight-poster-card:hover img{
    transform:scale(1.02);
}

/* ==================================
   INFO CARD
================================== */

.bkl-flight-info-card{
    background:#fff;

    border:1px solid #E5E7EB;
    border-radius:32px;

    padding:40px;

    box-shadow:
        0 20px 60px rgba(15,23,42,.04);
}

.bkl-flight-tag{
    display:inline-flex;

    padding:8px 16px;

    background:#FFF1F2;

    color:#C8102E;

    border-radius:50px;

    font-size:12px;
    font-weight:700;

    letter-spacing:1px;

    margin-bottom:18px;
}

.bkl-flight-info-card h2{
    color:#1E293B;

    font-size:42px;
    font-weight:800;

    line-height:1.2;

    margin-bottom:20px;
}

.bkl-flight-info-card p{
    color:#64748B;

    line-height:1.9;

    margin-bottom:25px;
}

/* ==================================
   FEATURE
================================== */

.bkl-flight-feature{
    display:grid;
    gap:14px;

    margin-bottom:25px;
}

.bkl-flight-item{
    display:flex;
    align-items:center;
    gap:12px;

    padding:16px 18px;

    background:#F8FAFC;

    border:1px solid #E5E7EB;

    border-radius:18px;
}

.bkl-flight-item i{
    color:#C8102E;
}

.bkl-flight-item span{
    color:#334155;
    font-weight:600;
}

/* ==================================
   STATS
================================== */

.bkl-flight-stat-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.bkl-flight-stat{
    text-align:center;

    padding:20px;

    background:#FAFAFA;

    border:1px solid #E5E7EB;
    border-radius:18px;
}

.bkl-flight-stat i{
    color:#C8102E;
    font-size:24px;

    margin-bottom:12px;
}

.bkl-flight-stat strong{
    display:block;

    color:#1E293B;

    font-size:24px;
    font-weight:800;

    margin-bottom:5px;
}

.bkl-flight-stat span{
    color:#64748B;
    font-size:13px;
}

/* ==================================
   CTA
================================== */

.bkl-flight-cta{
    display:flex;
    align-items:center;
    gap:30px;

    padding:40px;

    border-radius:32px;

    background:
    linear-gradient(
        135deg,
        #C8102E,
        #9E0D24
    );
}

.bkl-flight-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-flight-cta-icon i{
    color:#fff;
    font-size:38px;
}

.bkl-flight-cta-tag{
    display:inline-flex;

    padding:8px 14px;

    background:rgba(255,255,255,.15);

    border-radius:50px;

    color:#fff;

    font-size:11px;
    font-weight:700;

    letter-spacing:1px;

    margin-bottom:14px;
}

.bkl-flight-cta-content h3{
    color:#fff;

    font-size:34px;
    font-weight:800;

    margin-bottom:14px;
}

.bkl-flight-cta-content p{
    color:rgba(255,255,255,.92);

    line-height:1.9;

    margin-bottom:22px;
}

.bkl-flight-cta-content a{
    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:14px 22px;

    border-radius:50px;

    background:#fff;

    color:#C8102E;

    text-decoration:none;

    font-weight:700;

    transition:.3s;
}

.bkl-flight-cta-content a:hover{
    transform:translateY(-3px);
}

/* ==================================
   TABLET
================================== */

@media(max-width:1024px){

    .bkl-flight-section{
        grid-template-columns:1fr;
    }

    .bkl-flight-info-card h2{
        font-size:34px;
    }

    .bkl-flight-cta{
        flex-direction:column;
        text-align:center;
    }

}

/* ==================================
   MOBILE
================================== */

@media(max-width:767px){

    .bkl-flight-intro p{
        font-size:14px;
        line-height:1.9;
        text-align:left;
    }

    .bkl-flight-poster-card,
    .bkl-flight-info-card{
        border-radius:24px;
    }

    .bkl-flight-info-card{
        padding:24px;
    }

    .bkl-flight-info-card h2{
        font-size:26px;
    }

    .bkl-flight-info-card p{
        font-size:14px;
    }

    .bkl-flight-stat-grid{
        grid-template-columns:1fr;
    }

    .bkl-flight-view{
        left:12px;
        bottom:12px;

        padding:8px 12px;

        font-size:11px;
    }

    .bkl-flight-cta{
        padding:28px 22px;
        border-radius:24px;
    }

    .bkl-flight-cta-icon{
        width:70px;
        height:70px;
    }

    .bkl-flight-cta-icon i{
        font-size:28px;
    }

    .bkl-flight-cta-content h3{
        font-size:24px;
    }

    .bkl-flight-cta-content p{
        font-size:14px;
    }

}/* End custom CSS */