.elementor-428 .elementor-element.elementor-element-e4d8b53{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9587252 */.social-hero{
    max-width:1300px;
    margin:auto;
    padding:120px 40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

.hero-content{
    flex:1;
}

.hero-badge{
    display:inline-block;
    padding:12px 24px;
    background:rgba(139,92,246,.12);
    border:1px solid rgba(139,92,246,.2);
    border-radius:50px;
    color:#8B5CF6;
    font-size:15px;
    font-weight:600;
    margin-bottom:25px;
}

.hero-content h1{
    font-size:68px;
    line-height:1.1;
    color:#4a3c63;
    margin-bottom:25px;
    font-weight:700;
}

.hero-content h1 span{
    color:#8B5CF6;
}

.hero-content h3{
    font-size:24px;
    color:#6b5d82;
    line-height:1.6;
    margin-bottom:25px;
    font-weight:500;
}

.hero-content p{
    font-size:18px;
    line-height:1.9;
    color:#7b728b;
    margin-bottom:20px;
}

.hero-btns{
    display:flex;
    gap:20px;
    margin-top:35px;
}

.primary-btn{
    background:linear-gradient(
    135deg,
    #8B5CF6,
    #D86BB4);
    color:#fff;
    text-decoration:none;
    padding:18px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.primary-btn:hover{
    transform:translateY(-4px);
}

.secondary-btn{
    background:#fff;
    color:#8B5CF6;
    border:2px solid #8B5CF6;
    text-decoration:none;
    padding:18px 35px;
    border-radius:50px;
    font-weight:600;
}

.hero-image{
    flex:1;
}

.hero-image img{
    width:100%;
    border-radius:30px;
    box-shadow:
    0 25px 60px rgba(139,92,246,.15);
}/* End custom CSS */