.elementor-186 .elementor-element.elementor-element-a75ca0c{--display:flex;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-fee6a7f *//* Header */
.snap-header {
  background: #ffffff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Inner */
.snap-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
}

/* Logo */
.snap-logo img {
  max-height: 40px;
  width: auto;
  display: block;
}

/* Desktop Nav */
.snap-nav {
  display: flex;
  gap: 28px;
}

.snap-nav a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  transition: color 0.25s ease;
}

.snap-nav a:hover {
  color: #fffc00;
}

/* Mobile Toggle */
.snap-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Mobile Nav */
.snap-mobile-nav {
  display: none;
  flex-direction: column;
  background: #ffffff;
  border-top: 1px solid #eee;
}

.snap-mobile-nav a {
  padding: 14px 20px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #f1f1f1;
}

.snap-mobile-nav a:hover {
  background: #fffef5;
}

/* Tablet & Mobile */
@media (max-width: 991px) {
  .snap-nav {
    display: none;
  }

  .snap-menu-toggle {
    display: block;
  }

  /* Toggle open state (Elementor-friendly) */
  .snap-header.open .snap-mobile-nav {
    display: flex;
  }
}/* End custom CSS */