.elementor-55 .elementor-element.elementor-element-1354499{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-2f9a9cf */.privat-header {
  background: white;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.privat-header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.privat-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.privat-logo {
  display: flex;
  flex-direction: column;
}

.privat-logo-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #16a34a;
  margin: 0;
  line-height: 1.2;
}

.privat-logo-tagline {
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 500;
}

.privat-nav {
  display: none;
}

.privat-nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
}

.privat-nav-link {
  text-decoration: none;
  color: #374151;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.2s ease;
  position: relative;
}

.privat-nav-link:hover {
  color: #16a34a;
}

.privat-nav-link:hover::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 2px;
  background: #16a34a;
}

.privat-header-contact {
  display: none;
  align-items: center;
  gap: 1.5rem;
}

.privat-contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.privat-phone {
  font-weight: 700;
  color: #16a34a;
  font-size: 1.1rem;
}

.privat-hours {
  font-size: 0.8rem;
  color: #6b7280;
}

.privat-cta-button {
  background: #16a34a;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.privat-cta-button:hover {
  background: #15803d;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
}

.privat-mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.privat-mobile-menu span {
  width: 24px;
  height: 2px;
  background: #374151;
  transition: all 0.3s ease;
}

.privat-mobile-menu:hover span {
  background: #16a34a;
}

@media (min-width: 768px) {
  .privat-nav {
    display: block;
  }

  .privat-header-contact {
    display: flex;
  }

  .privat-mobile-menu {
    display: none;
  }
}

@media (min-width: 1024px) {
  .privat-header-container {
    padding: 0 2rem;
  }

  .privat-header-content {
    height: 90px;
  }

  .privat-logo-text {
    font-size: 1.75rem;
  }

  .privat-nav-list {
    gap: 2.5rem;
  }

  .privat-nav-link {
    font-size: 1rem;
  }
}/* End custom CSS */