.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */.site-header {
  position: fixed; top:0; left:0; right:0;
  z-index: 1000;
  background: rgba(255,255,255,0.9);
  border-bottom: 1px solid #e5e7eb;
  backdrop-filter: blur(6px);
}

.header-inner {
  max-width:1140px; margin:0 auto;
  padding: 10px 24px;
  display:flex; align-items:center; justify-content:space-between;
  gap:20px;
}

.logo img {
  height:32px; /* smaller logo */
  display:block;
}

.nav {
  margin-left:auto; /* push menu to the far right */
  display:flex; gap:20px;
}

.nav a {
  font-size:14px;
  text-transform:uppercase;
  color:#444; text-decoration:none;
  transition:color .2s;
}
.nav a:hover { color:#0c2f3b; }

.quote-btn {
  margin-left:20px;
  background:#0c2f3b; color:#fff;
  padding:8px 16px; border-radius:999px;
  font-size:14px; text-transform:uppercase;
  text-decoration:none;
}
.quote-btn:hover { opacity:.9; }

@media (max-width:768px){
  .nav { display:none; } /* Hide links on mobile (can replace with hamburger) */
}/* End custom CSS */