.elementor-1722 .elementor-element.elementor-element-75e4ae5{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}@media(min-width:769px){.elementor-1722 .elementor-element.elementor-element-75e4ae5{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-7e1b2fe *//* Main wrapper for centering */
.button-nav-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
}

/* Button block with proper spacing and wrapping */
.button-nav-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Reset anchor styles for all navigation buttons */
.nav-btn,
.clearance-btn,
.fireworks-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Base styles for standard nav links */
.nav-btn {
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 5%;
  color: #000000;
  background: transparent;
  border: none;
  width: auto !important;
  height: 27px;
  padding: 0;
  text-align: center;
}

/* Clearance button (special style) */
.clearance-btn {
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 5%;
  color: #CB0000;
  background: transparent;
  border: none;
  padding: 0;
}

/* Fireworks button (special style) */
.fireworks-btn {
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  background-color: #FF9500;
  width: 130px;
  height: 39px;
  border: 1px solid #000000;
  box-shadow: 2px 2px 0px 0px #000000;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* Disable all hover/focus/active effects */
.nav-btn:hover,
.nav-btn:focus,
.nav-btn:active,
.clearance-btn:hover,
.clearance-btn:focus,
.clearance-btn:active,
.fireworks-btn:hover,
.fireworks-btn:focus,
.fireworks-btn:active {
  color:#FF9500;
  background: inherit;
  border: inherit;
  box-shadow: inherit;
  text-decoration: none;
}
.current-page{
    color:#FF9500;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .button-nav-block {
    gap: 20px;
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .button-nav-block {
    gap: 16px;
  }

  .nav-btn,
  .clearance-btn {
    font-size: 16px;
    width: auto;
    padding: 0 8px;
  }

  .fireworks-btn {
    width: 110px;
    height: 36px;
    font-size: 16px;
  }
}/* End custom CSS */