.elementor-48 .elementor-element.elementor-element-297124c{margin-top:0%;margin-bottom:0%;padding:0% 0% 0% 0%;}.elementor-48:not(.elementor-motion-effects-element-type-background), .elementor-48 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-48{margin:0vw 0vw 0vw 0vw;padding:0vw 0vw 0vw 0vw;}.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-3891a79 */.pill-nav-container {
  position: relative;
  --base: #fff;
  --pill-bg: #060010;
  --hover-text: #060010;
  --pill-text: var(--base);
}

.pill-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pill-logo img {
  width: 50px;
  transition: transform 0.3s ease;
}

.pill-list {
  display: flex;
  gap: 1rem;
  list-style: none;
}

.pill {
  position: relative;
  padding: 0.5rem 1.25rem;
  color: var(--pill-text);
  text-decoration: none;
  font-weight: 500;
  overflow: hidden;
  border-radius: 50px;
}

.pill .hover-circle {
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: var(--pill-bg);
  z-index: 0;
  transform: translateX(-50%) scale(0);
}

.pill .label-stack {
  position: relative;
  z-index: 1;
}

.pill-label-hover {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}

.pill:hover {
  color: var(--hover-text);
}

/* Mobile */
.mobile-menu-button {
  background: none;
  border: none;
  display: none;
  flex-direction: column;
  gap: 4px;
}

.mobile-menu-button .hamburger-line {
  width: 25px;
  height: 2px;
  background: var(--pill-text);
  transition: all 0.3s ease;
}

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

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: flex;
  }
}/* End custom CSS */