.elementor-2950 .elementor-element.elementor-element-40d86d6{--display:flex;}.elementor-2950 .elementor-element.elementor-element-bb621cc{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-bb621cc */.sg-hero{
width:100%;
background:#ffffff;
padding:120px 0;
font-family:Inter, sans-serif;
}

.sg-container{
max-width:1350px;
margin:auto;
padding:0 40px;
display:flex;
align-items:center;
justify-content:space-between;
gap:80px;
}

/* LEFT */

.sg-left{
flex:1;
}

.sg-badge{
background:#eef3ff;
color:#3b6ff6;
padding:8px 16px;
border-radius:30px;
font-size:14px;
font-weight:600;
display:inline-block;
margin-bottom:20px;
}

.sg-left h1{
font-size:56px;
line-height:1.25;
margin-bottom:25px;
color:#111;
}

.sg-left h1 span{
color:#3b6ff6;
}

.sg-left p{
font-size:18px;
color:#6b7280;
line-height:1.7;
max-width:520px;
margin-bottom:30px;
}

/* BUTTONS */

.sg-buttons{
display:flex;
gap:15px;
}

.btn-primary{
background:#3b6ff6;
color:#fff;
padding:14px 28px;
border-radius:8px;
text-decoration:none;
font-weight:600;
}

.btn-secondary{
border:2px solid #3b6ff6;
color:#3b6ff6;
padding:12px 26px;
border-radius:8px;
text-decoration:none;
font-weight:600;
}

/* RIGHT */

.sg-right{
flex:1;
display:flex;
justify-content:center;
}

.sg-image-card{
position:relative;
border-radius:20px;
overflow:hidden;
box-shadow:0 20px 60px rgba(0,0,0,0.15);
}

.sg-image-card img{
width:450px;
display:block;
}

.review-card{
position:absolute;
bottom:20px;
left:20px;
background:#fff;
padding:12px 18px;
border-radius:10px;
box-shadow:0 8px 20px rgba(0,0,0,0.1);
font-weight:600;
}

/* MOBILE */

@media(max-width:900px){

.sg-container{
flex-direction:column;
text-align:center;
}

.sg-left h1{
font-size:40px;
}

.sg-buttons{
justify-content:center;
}

.sg-image-card img{
width:100%;
}

}/* End custom CSS */