.elementor-83 .elementor-element.elementor-element-c90c323{--display:flex;}.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-f8d7909 *//* CUSTOM HTML HEADER */
.sou-site-header {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.sou-header-inner {
  max-width: 1200px;
  margin: auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sou-logo a {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  text-decoration: none;
}

.sou-nav a {
  margin: 0 12px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
}

.sou-nav a:hover {
  color: #ff7a00;
}

.sou-cta-btn {
  background: #ff7a00;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

/* MOBILE */
@media (max-width: 900px) {
  .sou-nav {
    display: none;
  }
}/* End custom CSS */