.elementor-19 .elementor-element.elementor-element-43f202a{--display:flex;}.elementor-19 .elementor-element.elementor-element-5bb15c2{--display:flex;}.elementor-19 .elementor-element.elementor-element-833958b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f675d7c */.sc-header {
  width: 100%;
  background: #111111;
  border-bottom: 2px solid #D4AF37;
  position: relative;
  z-index: 999;
}

.sc-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}

.sc-logo img {
  max-height: 52px;
  width: auto;
  display: block;
}

.sc-menu {
  display: flex;
  align-items: center;
  gap: 26px;
}

.sc-menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .3px;
  transition: color .2s ease;
}

.sc-menu a:hover {
  color: #D4AF37;
}

@media (max-width: 768px) {
  .sc-header-inner {
    flex-direction: column;
    gap: 10px;
    padding: 10px 15px;
    min-height: auto;
  }

  .sc-logo img {
    max-height: 46px;
  }

  .sc-menu {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 18px;
  }

  .sc-menu a {
    font-size: 14px;
  }
}/* End custom CSS */