.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-c089773 *//* ========== Header Base ========== */
.site-header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.site-header .logo {
  font-size: 22px;
  font-weight: 700;
  color: #020617;
  letter-spacing: -0.5px;
}

/* Navigation */
.main-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.main-nav a {
  font-size: 15px;
  font-weight: 500;
  color: #020617;
  text-decoration: none;
  transition: color 0.2s ease;
}

.main-nav a:hover {
  color: #2563eb;
}

/* CTA Button */
.main-nav li.cta a {
  padding: 10px 18px;
  background: #2563eb;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 600;
}

.main-nav li.cta a:hover {
  background: #1e40af;
  color: #ffffff;
}/* End custom CSS */