.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-3c749fa *//* HEADER */

.nstv-header{
position:sticky;
top:0;
z-index:9999;
background:rgba(0,20,60,.95);
backdrop-filter:blur(12px);
box-shadow:0 2px 15px rgba(0,0,0,.2);
}

.nstv-topbar{
background:#ffcc00;
color:#001b4d;
text-align:center;
font-size:13px;
font-weight:700;
padding:8px 15px;
}

.nstv-container{
max-width:1300px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
padding:15px 25px;
}

.nstv-logo img{
height:55px;
width:auto;
display:block;
}

.nstv-menu{
display:flex;
align-items:center;
gap:30px;
}

.nstv-menu a{
color:white;
text-decoration:none;
font-weight:600;
font-size:16px;
transition:.3s;
}

.nstv-menu a:hover{
color:#ffcc00;
}

.trial-btn{
background:#ffcc00;
color:#001b4d !important;
padding:12px 22px;
border-radius:8px;
font-weight:700;
}

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

.hamburger{
display:none;
font-size:32px;
color:white;
cursor:pointer;
}

#menu-toggle{
display:none;
}

/* MOBILE */

@media(max-width:768px){

.nstv-topbar{
font-size:11px;
padding:6px;
}

.hamburger{
display:block;
}

.nstv-logo img{
height:45px;
}

.nstv-menu{
position:absolute;
top:100%;
left:0;
right:0;
background:#001b4d;
display:none;
flex-direction:column;
padding:20px;
gap:20px;
}

#menu-toggle:checked ~ .nstv-menu{
display:flex;
}

.nstv-menu a{
width:100%;
text-align:center;
}

.trial-btn{
width:100%;
text-align:center;
}

.language-switcher select{
background:#002b6b;
color:white;
border:1px solid rgba(255,255,255,.2);
padding:8px 12px;
border-radius:8px;
font-weight:600;
cursor:pointer;
}

.language-switcher select:hover{
border-color:#ffcc00;
}

}/* End custom CSS */