.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-37a4d03 */nav {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 0 24px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 3px rgba(0,0,0,.07), 0 1px 2px rgba(0,0,0,.05);
}

.nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  position: relative;
}

.logo {
  font-family: 'DM Serif Display', serif;
  font-size: 1.35rem;
  color: #1d4ed8;
  text-decoration: none;
  letter-spacing: -.01em;
}

.logo span {
  color: #0d9488;
}

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: #475569;
  font-size: .9rem;
  font-weight: 500;
  transition: color .2s;
}

.nav-links a:hover {
  color: #2563eb;
}

.nav-cta {
  background: #2563eb;
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 8px;
}

.nav-cta:hover {
  background: #1d4ed8;
  color: #fff !important;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  color: #475569;
}

/* Dropdown */

.has-dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
top: 100%;
left: 0;
  min-width: 260px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 8px 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu a {
  display: block;
  padding: 10px 16px;
}

.has-dropdown:hover .dropdown-menu {
  display: block;
}

/* Responsive */

@media (max-width: 768px) {

  .menu-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 60px;
    left: -24px;
    right: -24px;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px 24px;
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 10px 20px rgba(0,0,0,.08);
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links a {
    display: block;
    padding: 12px 0;
  }

  .dropdown-menu {
    display: block;
    position: static;
    border: 0;
    box-shadow: none;
    padding: 0 0 0 16px;
    margin-top: 4px;
    background: transparent;
  }

  .dropdown-menu a {
    color: #64748b;
    font-size: .85rem;
    padding: 8px 0;
  }

  .nav-cta {
    text-align: center;
    margin-top: 10px;
  }
}/* End custom CSS */