.elementor-43 .elementor-element.elementor-element-b3fd972{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b3fd972 *//* =========================
HEADER
========================= */

.stc-header{
position:sticky;
top:0;
z-index:9999;
background:rgba(255,255,255,.96);
backdrop-filter:blur(12px);
border-bottom:1px solid #E2E8F0;
}

.stc-header-container{
max-width:1200px;
margin:auto;
padding:14px 20px;
display:flex;
align-items:center;
justify-content:space-between;
}

/* =========================
LOGO
========================= */

.stc-logo{
text-decoration:none;
display:flex;
align-items:center;
}

.stc-logo-main{
font-size:28px;
font-weight:800;
font-family:'Poppins',sans-serif;
letter-spacing:-0.8px;
line-height:1;
}

.logo-dark{
color:#0B132B;
}

.logo-blue{
color:#2563FF;
}

/* =========================
NAVIGATION
========================= */

.stc-nav{
display:flex;
align-items:center;
gap:35px;
}

.stc-nav a{
text-decoration:none;
font-size:15px;
font-weight:600;
color:#0B132B;
position:relative;
transition:.3s;
}

.stc-nav a:after{
content:"";
position:absolute;
left:0;
bottom:-6px;
width:0;
height:2px;
background:#2563FF;
transition:.3s;
}

.stc-nav a:hover{
color:#2563FF;
}

.stc-nav a:hover:after{
width:100%;
}

/* =========================
CTA BUTTON
========================= */

.stc-header-btn{
background:#2563FF;
color:#fff;
padding:12px 22px;
border-radius:12px;
text-decoration:none;
font-size:14px;
font-weight:700;
transition:.3s;
}

.stc-header-btn:hover{
transform:translateY(-2px);
}

/* =========================
MOBILE MENU BUTTON
========================= */

.stc-menu-toggle{
display:none;
background:none;
border:none;
font-size:30px;
cursor:pointer;
color:#0B132B;
}

/* =========================
MOBILE MENU
========================= */

.stc-mobile-menu{
display:none;
flex-direction:column;
padding:20px;
background:#fff;
border-top:1px solid #E2E8F0;
}

.stc-mobile-menu a{
padding:14px 0;
text-decoration:none;
font-weight:600;
color:#0B132B;
}

.mobile-cta{
background:#2563FF;
color:#fff !important;
text-align:center;
padding:14px;
border-radius:12px;
margin-top:15px;
}

.stc-mobile-menu.active{
display:flex;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:992px){

.stc-nav{
display:none;
}

.stc-header-btn{
display:none;
}

.stc-menu-toggle{
display:block;
}

.stc-logo-main{
font-size:22px;
}

}/* End custom CSS */