.main-header{
background:#fff;
position:sticky;
top:0;
z-index:9999;
box-shadow:0 3px 20px rgba(0,0,0,.06);
}

.navbar{
padding:15px 0;
}

.logo-box{
display:flex;
align-items:center;
}

.logo-icon{
width:55px;
height:55px;
background:#0D6EFD;
color:#fff;
font-size:22px;
font-weight:700;
display:flex;
align-items:center;
justify-content:center;
border-radius:10px;
margin-right:12px;
}

.logo-text h4{
margin:0;
font-size:20px;
font-weight:800;
color:#0F172A;
}

.logo-text span{
font-size:12px;
color:#666;
display:block;
}

.navbar-nav .nav-link{
font-size:15px;
font-weight:600;
color:#222;
padding:12px 15px !important;
}

.navbar-nav .nav-link:hover{
color:#0D6EFD;
}

.dropdown-menu{
border:none;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
padding:10px;
}

.dropdown-item{
padding:10px 15px;
border-radius:6px;
}

.dropdown-item:hover{
background:#eef4ff;
color:#0D6EFD;
}

.header-buttons{
display:flex;
gap:10px;
margin-left:20px;
}

.call-btn{
background:#25D366;
color:#fff;
padding:12px 18px;
border-radius:6px;
font-weight:600;
}

.apply-btn{
background:#0D6EFD;
color:#fff;
padding:12px 20px;
border-radius:6px;
font-weight:600;
}

.call-btn:hover,
.apply-btn:hover{
color:#fff;
opacity:.9;
}

/* MOBILE */

@media(max-width:991px){

.header-buttons{
margin-top:15px;
margin-left:0;
flex-direction:column;
}

.call-btn,
.apply-btn{
text-align:center;
}

.logo-text h4{
font-size:16px;
}

.logo-text span{
font-size:11px;
}

}

.hero-section{
padding:100px 0;
background-image:url(../img/home-banner.png);
}

.hero-badge{
display:inline-block;
background:#e8f0ff;
color:#0D6EFD;
padding:10px 20px;
border-radius:50px;
font-weight:600;
margin-bottom:20px;
}

.hero-section h1{
font-size:58px;
font-weight:800;
line-height:1.1;
color:#FFFFFF;
margin-bottom:25px;
}

.hero-text{
font-size:20px;
line-height:34px;
color:#fff;
margin-bottom:30px;
}

.hero-points{
margin-bottom:35px;
}

.point{
display:flex;
align-items:center;
margin-bottom:15px;
font-size:18px;
font-weight:600;
}

.point i{
color:#25D366;
margin-right:12px;
font-size:20px;
}

.hero-buttons{
display:flex;
gap:15px;
}

.call-btn{
background:#0D6EFD;
color:#fff;
padding:15px 30px;
border-radius:8px;
font-weight:700;
}

.whatsapp-btn{
background:#25D366;
color:#fff;
padding:15px 30px;
border-radius:8px;
font-weight:700;
}

.lead-form{
background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.form-header{
text-align:center;
margin-bottom:25px;
}

.form-header h3{
font-size:32px;
font-weight:700;
margin-bottom:10px;
}

.form-header p{
color:#666;
}

.lead-form input,
.lead-form select{
width:100%;
padding:15px;
border:1px solid #ddd;
border-radius:8px;
margin-bottom:15px;
}

.lead-form button{
width:100%;
padding:16px;
background:#0D6EFD;
color:#fff;
border:none;
border-radius:8px;
font-size:18px;
font-weight:700;
}

@media(max-width:768px){

.hero-section{
padding:60px 0;
text-align:center;
}

.hero-section h1{
font-size:36px;
}

.hero-text{
font-size:17px;
line-height:28px;
}

.hero-buttons{
display:block;
}

.call-btn,
.whatsapp-btn{
display:block;
margin-bottom:10px;
}

.point{
justify-content:center;
}

}
