/* =========================================
   HERO
========================================= */

.bcv2-hero{
    position:relative;
    min-height:900px;

    background:
    linear-gradient(
    rgba(3,15,35,.70),
    rgba(3,15,35,.65)
    ),
    url('../images/business-connect/business-connect-hero.webp');

    background-size:cover;
    background-position:center;

    display:flex;
    align-items:center;
}

.bcv2-hero__inner{
    max-width:650px;
}

.bcv2-subtitle{
    color:#f5b642;
    font-size:24px;
    font-weight:600;
    display:block;
    margin-bottom:20px;
}

.bcv2-hero h1{
    color:#fff;
    font-size:92px;
    line-height:.95;
    font-weight:800;
    margin-bottom:30px;
}

.bcv2-hero h1 span{
    display:block;
    color:#fff;
}

.bcv2-hero p{
    color:rgba(255,255,255,.92);
    font-size:20px;
    line-height:36px;
    margin-bottom:18px;
}

.bcv2-hero .thm-btn{
    margin-top:20px;
}

/* =========================================
   ABOUT
========================================= */

.bcv2-about{
    padding:120px 0;
    background:#ffffff;
}

.bcv2-about__image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.bcv2-tag{
    color:#2f9f9f;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    display:block;
    margin-bottom:15px;
}

.bcv2-about__content{
    padding-left:30px;
}

.bcv2-about__content h2{
    font-size:64px;
    line-height:1.05;
    margin-bottom:25px;
    font-weight:800;
}

.bcv2-about__content p{
    line-height:34px;
    margin-bottom:18px;
}

.bcv2-about__points{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    margin-top:30px;
}

.bcv2-about__points div{
    font-weight:600;
}

.bcv2-about__points i{
    color:#2f9f9f;
    margin-right:8px;
}

/* =========================================
   SECTION TITLE
========================================= */

.bcv2-heading{
    text-align:center;
    margin-bottom:70px;
}

.bcv2-heading h2{
    font-size:62px;
    line-height:1.1;
    font-weight:800;
    margin-top:10px;
}

/* =========================================
   KEY FOCUS AREA - APPROVED DESIGN
========================================= */

.bcv2-focus{
    background:#f7f8fa;
    padding:130px 0;
}

.bcv2-heading{
    text-align:center;
    margin-bottom:70px;
}

.bcv2-heading h2{;
    font-size:44px;
    line-height:1.1;
    font-weight:800;
    color:#3a9a9a;
}

.bcv2-focus-grid{
   display:grid;
    grid-template-columns:repeat(6,minmax(170px,1fr));
    gap:15px;
}

.bcv2-focus-card{

    background:#fff;

    border-radius:18px;

    padding:30px 22px;

    min-height:260px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.08);

    transition:.3s ease;
}

.bcv2-focus-card:hover{
    transform:translateY(-8px);
}

.bcv2-focus-card i{
    font-size:34px;
    color:#3a9a9a;
    margin-bottom:18px;
}

.bcv2-focus-card h3{
    font-size:18px;
    line-height:1.4;
    margin-bottom:15px;
    font-weight:700;
}

.bcv2-focus-card p{
    font-size:14px;
    line-height:26px;
    margin:0;
}

/* =========================================
   WHY JOIN BRC CONNECT
========================================= */

.bcv2-why{

    background:#031f63;

    padding:80px 0;
}

.bcv2-why-title{

    text-align:center;

    color:#f5b642;

    font-size:14px;

    letter-spacing:3px;

    text-transform:uppercase;

    font-weight:700;

    margin-bottom:60px;
}

.bcv2-why-strip{

    display:grid;

    grid-template-columns:repeat(6,1fr);

    align-items:start;
}

.bcv2-benefit{

    text-align:center;

    padding:0 25px;

    position:relative;
}

.bcv2-benefit:after{

    content:'';

    position:absolute;

    right:0;

    top:15%;

    height:70%;

    width:1px;

    background:rgba(255,255,255,.12);
}

.bcv2-benefit:last-child:after{
    display:none;
}

.bcv2-benefit i{

    color:#f5b642;

    font-size:30px;

    margin-bottom:22px;

    display:block;
}

.bcv2-benefit p{

    color:#fff;

    font-size:15px;

    line-height:26px;

    margin:0;

    font-weight:500;
}

/* =========================================
   CTA BANNER
========================================= */

.bcv2-cta{

    position:relative;

    padding:120px 0;

    overflow:hidden;

    background:
    url('../images/ai-proptech/cta-ai.webp');

    background-size:cover;

    background-position:center;
}

.bcv2-cta__overlay{

    position:absolute;

    inset:0;

    background:
    rgba(3,31,99,.82);
}

.bcv2-cta .container{
    position:relative;
    z-index:2;
}

.bcv2-cta__tag{

    color:#f5b642;

    font-size:14px;

    font-weight:700;

    letter-spacing:3px;

    display:block;

    margin-bottom:15px;
}

.bcv2-cta h2{

    color:#fff;

    font-size:34px;

    line-height:1.1;

    font-weight:800;

    margin-bottom:25px;
}

.bcv2-cta p{

    color:rgba(255,255,255,.92);

    font-size:18px;

    line-height:34px;

    max-width:700px;
}

/* =========================================
   POWER OF CONNECTION
========================================= */

.bcv2-power{

    padding:100px 0;

    background:#ffffff;
}

.bcv2-power__content{

    text-align:center;

    max-width:1400px;

    margin:0 auto;
}

.bcv2-power__content h2{

    font-size:40px;
    line-height:1.15;
    font-weight:600;
    margin-bottom:35px;
    color:#111;
}


.bcv2-power__tagline{

    margin-top:50px;

    color:#3a9a9a;

    font-size:30px;

    line-height:1.2;

    font-weight:800;
}