.elementor-698 .elementor-element.elementor-element-ce801d9{margin-top:0px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-5a3c06b */.hero-section{
padding:90px 0;
background:linear-gradient(135deg,#eef5ff,#ffffff);
overflow:hidden;
}

.hero-section .container{
width:90%;
max-width:1300px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

.hero-content{
flex:1;
}

.hero-badge{
display:inline-flex;
align-items:center;
gap:8px;
background:#002162;
color:#fff;
padding:10px 22px;
border-radius:40px;
font-size:15px;
font-weight:600;
margin-bottom:25px;
}

.hero-badge i{
color:#FB6E1E;
}

.hero-content h1{
font-size:35px;
font-weight:800;
line-height:1.2;
color:#111;
margin-bottom:20px;
}

.hero-content h1 span{
color:#002162;
}

.hero-content p{
font-size:18px;
line-height:1.8;
color:#666;
max-width:620px;
margin-bottom:35px;
}

.hero-btns{
display:flex;
gap:18px;
margin-bottom:40px;
flex-wrap:wrap;
}

.btn-primary{
background:#FB6E1E;
color:#fff;
padding:15px 34px;
border-radius:10px;
text-decoration:none;
font-weight:700;
transition:.3s;
}

.btn-primary:hover{
background:#e85f00;
color:#fff;
}

.btn-outline{
border:2px solid #002162;
color:#002162;
padding:15px 34px;
border-radius:10px;
text-decoration:none;
font-weight:700;
transition:.3s;
}

.btn-outline:hover{
background:#002162;
color:#fff;
}

.hero-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
}

.hero-features div{
display:flex;
align-items:center;
gap:10px;
font-weight:600;
color:#333;
}

.hero-features i{
color:#FB6E1E;
}

.hero-image{
flex:1;
text-align:center;
}

.hero-image img{
width:100%;
max-width:560px;
animation:float 5s ease-in-out infinite;
border-radius: 10px;
}

@keyframes float{

0%{
transform:translateY(0);
}

50%{
transform:translateY(-12px);
}

100%{
transform:translateY(0);
}

}

@media(max-width:991px){

.hero-section .container{
flex-direction:column-reverse;
text-align:center;
}

.hero-content h1{
font-size:42px;
}

.hero-content p{
margin:auto;
margin-bottom:30px;
}

.hero-btns{
justify-content:center;
}

.hero-features{
grid-template-columns:1fr 1fr;
margin-top:20px;
text-align:left;
}

}

@media(max-width:767px){

.hero-section{
padding:60px 0;
}

.hero-content h1{
font-size:32px;
}

.hero-content p{
font-size:15px;
}

.hero-features{
grid-template-columns:1fr;
}

.btn-primary,
.btn-outline{
width:100%;
text-align:center;
}

.hero-image img{
max-width:340px;
}

}/* End custom CSS */