/* Start custom CSS for html, class: .elementor-element-f12de42 *//* =========================
   MIAMI CONTRACTORS HERO V2
========================= */

.mc-business-hero{
    position:relative;
    overflow:hidden;
    background:#fff;
    border-bottom:1px solid #edf1f7;
}

/* COVER */

.mc-cover{
    height:340px;
    position:relative;
    background:url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?q=80&w=1800&auto=format&fit=crop') center center/cover no-repeat;
}

.mc-cover-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to bottom,
        rgba(0,0,0,.28),
        rgba(0,0,0,.60)
    );
}

/* CONTAINER */

.mc-container{
    position:relative;
    max-width:1320px;
    margin:auto;
    padding:0 40px;
}

/* LOGO */

.mc-logo{
    position:absolute;
    left:40px;
    top:-58px;
    z-index:20;
}

.mc-logo img{
    width:135px;
    height:135px;
    object-fit:cover;
    border-radius:30px;
    border:6px solid #fff;
    background:#fff;
    box-shadow:
        0 15px 45px rgba(0,0,0,.18),
        0 4px 12px rgba(0,0,0,.08);
}

/* CONTENT */

.mc-business-content{
    padding:38px 0 36px 220px;
}

.mc-business-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:40px;
}

.mc-title-wrap{
    flex:1;
}

.mc-title-wrap h1{
    margin:0;
    font-size:52px;
    line-height:1.02;
    letter-spacing:-1.8px;
    font-weight:800;
    color:#0f172a;
    max-width:760px;
}

/* VERIFIED */

.mc-verified{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#1E88E5;
    color:#fff;
    font-size:14px;
    font-weight:700;
    padding:10px 16px;
    border-radius:999px;
    margin-top:18px;
    box-shadow:0 8px 20px rgba(30,136,229,.22);
}

/* META */

.mc-business-meta{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
    margin-top:22px;
}

.mc-meta-pill{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 16px;
    border-radius:999px;
    background:#f8fafc;
    border:1px solid #e5e7eb;
    font-size:14px;
    font-weight:600;
    color:#475467;
}

.mc-meta-pill strong{
    color:#111827;
}

/* TAGLINE */

.mc-tagline{
    margin-top:22px;
    max-width:720px;
    font-size:19px;
    line-height:1.7;
    color:#475467;
    font-weight:500;
}

/* TRUST ROW */

.mc-trust-row{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:24px;
}

.mc-trust{
    background:#eef7ff;
    color:#1E40AF;
    border:1px solid #dbeafe;
    padding:10px 16px;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
}

/* CTA */

.mc-cta-group{
    min-width:280px;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.mc-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    padding:18px 24px;
    border-radius:18px;
    font-size:15px;
    font-weight:700;
    transition:.2s ease;
}

.mc-btn:hover{
    transform:translateY(-2px);
}

.mc-btn.primary{
    background:#25D366;
    color:#fff;
    box-shadow:0 12px 28px rgba(37,211,102,.26);
}

.mc-btn.dark{
    background:#111827;
    color:#fff;
}

.mc-btn.light{
    background:#fff;
    color:#111827;
    border:1px solid #d0d5dd;
}

/* MOBILE */

@media(max-width:992px){

    .mc-cover{
        height:240px;
    }

    .mc-container{
        padding:0 24px;
    }

    .mc-logo{
        left:24px;
        top:-48px;
    }

    .mc-logo img{
        width:105px;
        height:105px;
        border-radius:24px;
    }

    .mc-business-content{
        padding:72px 0 30px;
    }

    .mc-business-top{
        flex-direction:column;
    }

    .mc-title-wrap h1{
        font-size:36px;
        line-height:1.08;
    }

    .mc-business-meta{
        gap:10px;
    }

    .mc-meta-pill{
        font-size:13px;
    }

    .mc-tagline{
        font-size:17px;
    }

    .mc-cta-group{
        width:100%;
    }

    .mc-btn{
        width:100%;
    }

}/* End custom CSS */