.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-1ee3442 */.sl-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  font-family: inherit;
}

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Top Bar */
.sl-topbar {
  background: #06172b;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.sl-topbar-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sl-topbar-left,
.sl-topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.sl-topbar-left span,
.sl-topbar-right a {
  color: #dbeafe;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.4;
}

.sl-topbar-left span {
  position: relative;
  padding-left: 14px;
}

.sl-topbar-left span::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #38bdf8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sl-topbar-right a:hover {
  color: #38bdf8;
}

/* Main Header */
.sl-main-header {
  background: rgba(7, 27, 51, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.09);
  box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}

.sl-header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

/* Logo */
.sl-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
}

.sl-logo img {
  width: auto;
  max-width: 155px;
  max-height: 58px;
  display: block;
  object-fit: contain;
}

/* Navigation */
.sl-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.sl-nav ul {
  display: flex;
  align-items: center;
  gap: 21px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sl-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  transition: 0.25s ease;
}

.sl-nav a:hover,
.sl-nav a.active {
  color: #38bdf8;
}

.sl-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #38bdf8, #0b4f8a);
  transform: scaleX(0);
  transform-origin: center;
  transition: 0.25s ease;
}

.sl-nav a:hover::after,
.sl-nav a.active::after {
  transform: scaleX(1);
}

/* Actions */
.sl-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.sl-btn-outline,
.sl-btn-primary {
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  transition: 0.25s ease;
}

.sl-btn-outline {
  color: #ffffff;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.18);
}

.sl-btn-outline:hover {
  color: #38bdf8;
  border-color: rgba(56,189,248,0.55);
}

.sl-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #0b4f8a, #38bdf8);
  box-shadow: 0 12px 26px rgba(56,189,248,0.25);
}

.sl-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(56,189,248,0.35);
}

/* Mobile Toggle */
.sl-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  border-radius: 13px;
  cursor: pointer;
  padding: 10px;
}

.sl-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: #ffffff;
  border-radius: 999px;
  transition: 0.25s ease;
}

/* Mobile Menu */
.sl-mobile-menu {
  display: none;
  background: rgba(7, 27, 51, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 14px 24px 24px;
}

.sl-mobile-menu a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.sl-mobile-menu a:hover,
.sl-mobile-menu a.active {
  color: #38bdf8;
}

.sl-mobile-actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.sl-mobile-consult,
.sl-mobile-whatsapp {
  text-align: center;
  border-radius: 999px;
  padding: 14px 18px !important;
  border-bottom: 0 !important;
}

.sl-mobile-consult {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16) !important;
}

.sl-mobile-whatsapp {
  background: linear-gradient(135deg, #0b4f8a, #38bdf8);
}

/* Open State */
.sl-header.menu-open .sl-mobile-menu {
  display: block;
}

.sl-menu-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.sl-menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.sl-menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Responsive */
@media (max-width: 1200px) {
  .sl-nav ul {
    gap: 15px;
  }

  .sl-nav a {
    font-size: 13px;
  }

  .sl-btn-outline,
  .sl-btn-primary {
    padding: 11px 15px;
  }
}

@media (max-width: 1080px) {
  .sl-nav,
  .sl-actions {
    display: none;
  }

  .sl-menu-toggle {
    display: block;
  }

  .sl-header-inner {
    min-height: 76px;
  }
}

@media (max-width: 768px) {
  .sl-container {
    padding: 0 18px;
  }

  .sl-topbar {
    display: none;
  }

  .sl-logo img {
    max-width: 135px;
    max-height: 54px;
  }
}/* End custom CSS */