.button-close-enhanced{
   
    background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M9.53838 7.81555L13.5384 3.78478C13.723 3.60017 13.723 3.32324 13.5384 3.13863L12.923 2.49247C12.7384 2.30786 12.4615 2.30786 12.2768 2.49247L8.24608 6.52324C8.123 6.64632 7.93838 6.64632 7.81531 6.52324L3.78454 2.4617C3.59992 2.27709 3.323 2.27709 3.13838 2.4617L2.49223 3.10786C2.30761 3.29247 2.30761 3.5694 2.49223 3.75401L6.523 7.78478C6.64608 7.90786 6.64608 8.09247 6.523 8.21555L2.46146 12.2771C2.27684 12.4617 2.27684 12.7386 2.46146 12.9232L3.10761 13.5694C3.29223 13.754 3.56915 13.754 3.75377 13.5694L7.78454 9.53863C7.90761 9.41555 8.09223 9.41555 8.21531 9.53863L12.2461 13.5694C12.4307 13.754 12.7076 13.754 12.8922 13.5694L13.5384 12.9232C13.723 12.7386 13.723 12.4617 13.5384 12.2771L9.53838 8.24632C9.41531 8.12324 9.41531 7.93863 9.53838 7.81555Z" fill="black"/%3E%3C/svg%3E%0A');
    background-color: transparent;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 1.75rem;
    border: 0;
    color: #000;
    padding-right: 2rem;
    }
 .nav-enhanced .close-button{
   text-align: right;
   padding-top:20px;
   text-align: right;
    padding-top: 20px;
   
    }
.nav-enhanced{
  background-image: linear-gradient(#23282c, #27303a);
    border: 0;
    border-radius: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    overflow: scroll;
    position: fixed;
    right: 0;

}
.nav-enhanced .menu-container{
        background: transparent !important;
        position: unset;
}
.nav-enhanced .text a,
.nav-enhanced .menu-link .chevron svg{
    color: #000;
}

.nav-enhanced {

  background-image: none;

  background-color: #ffffff;
position:fixed;
top:70px;
}



.nav-enhanced .text a {

  color: #1d1d1b;

  font-weight: 300;

}



.menu-link-expanded {

  margin: 10px 0px;

}

@media (max-width: 768px) {
  .menu-section {
   border-bottom: solid 1px;
   padding-bottom: 10px;
   margin-bottom: 30px;
  }
  .nav-enhanced {
    position: relative;
    top:0px;
  }
.menu-link-header-content svg {
  transform: rotate(90deg)!important;
}
  .nav-enhanced .menu-container {
    padding: 0px;
  }

  .main-menu.menu__main__enhanced_navbar .navbar-nav {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-enhanced .menu-container .menu-cards-container .menu-1 {
    margin-top: 20px;
  }
  .main-menu.menu__main__enhanced_navbar .level-0 {
    background-color: #ffffff;
  }

  .main-menu.menu__main__enhanced_navbar .level-0 > .nav-item .nav-link {
    color: #000000;
    border-bottom: solid 1px #000000;
  }

    
  .menu__main__enhanced .nav-item .nav-link.dropdown-toggle{
    display: none;
  }

  .main-menu.menu__main__enhanced_navbar .level-0 > .nav-item {
    max-width: -webkit-fill-available !important;
  }

  .main-menu.menu__main__enhanced_navbar .navbar-icons-container .navbar-toggler[aria-expanded='true'] {
    background-color: #F2F3F4;

  }

  .main-menu.menu__main__enhanced_navbar .navbar-icons-container .navbar-toggler[aria-expanded='true'] span{
    margin-top: 8px;
     background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M9.53838 7.81555L13.5384 3.78478C13.723 3.60017 13.723 3.32324 13.5384 3.13863L12.923 2.49247C12.7384 2.30786 12.4615 2.30786 12.2768 2.49247L8.24608 6.52324C8.123 6.64632 7.93838 6.64632 7.81531 6.52324L3.78454 2.4617C3.59992 2.27709 3.323 2.27709 3.13838 2.4617L2.49223 3.10786C2.30761 3.29247 2.30761 3.5694 2.49223 3.75401L6.523 7.78478C6.64608 7.90786 6.64608 8.09247 6.523 8.21555L2.46146 12.2771C2.27684 12.4617 2.27684 12.7386 2.46146 12.9232L3.10761 13.5694C3.29223 13.754 3.56915 13.754 3.75377 13.5694L7.78454 9.53863C7.90761 9.41555 8.09223 9.41555 8.21531 9.53863L12.2461 13.5694C12.4307 13.754 12.7076 13.754 12.8922 13.5694L13.5384 12.9232C13.723 12.7386 13.723 12.4617 13.5384 12.2771L9.53838 8.24632C9.41531 8.12324 9.41531 7.93863 9.53838 7.81555Z" fill="black"/%3E%3C/svg%3E%0A');
  }

.nav-enhanced .close-button{
    display: none;
    
  }


}


/* CSS Reset */
a {
  text-decoration: none!important;
  
}

menu,
ol,
ul {
  list-style-type: inherit;
  margin: 0;
  padding: 0;
}



/* Base Mobile Styles (Mobile First Approach) */
  .menu-container {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background: #ffffff;
}

.menu-cards-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  order: 1;
}

.mini-card,
.mini-card-selected {
  background: #f2f3f4;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.mini-card-selected {
  background: #e4e7e9;
  border-color: #e30613;
}

.product {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.image {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(175, 182, 189, 0.5);
  padding: 5px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.image img {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  position: relative;
  object-fit: cover;
}

.title-description {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}

.title {
  color: #1d1d1b;
  text-align: left;
  font-family: "NotoSans-Bold", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.date-and-location {
  color: #1d1d1b;
  text-align: left;
  font-family: "NotoSans-Light", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  position: relative;
  align-self: stretch;
}

.subtitle-link a {
  color: #e30613;           
  transition: all 0.3s ease; 
  text-decoration: underline !important;
}

.menu-list {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  order: 2;
}

.primary-nav-menu-item {
  border-bottom: 1px solid  #696c70;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.base-primary-nav-menu-item {
  padding: 20px 0px 25px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 63px;
  position: relative;
}

.text {
  color: #1d1d1b;
  text-align: left;
  font-family: "NotoSans-Light", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.menu-section {
  padding: 16px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  order: 3;
}

.menu-links-list {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.menu-links-title {
  display: none;
}

.menu-link-header {
  border-bottom: 1px solid  #696c70;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.menu-link-header-content {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}

.menu-link-header-content svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}

.menu-link-header-text {
  padding: 20px 0px 20px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 63px;
  position: relative;
}

.category-title {
  color: #1d1d1b;
  text-align: left;
  font-family: "NotoSans-Bold", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.menu-link {
    display: flex;
    flex-direction: column; /* Changed to column to stack content and expanded */
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.menu-link-content {
  padding: 20px 0px 26px 0px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 63px;
  position: relative;
}
.menu-link .chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
}

.menu-link .chevron svg {
    width: 100%;
    height: 100%;
}

@media (min-width: 1024px) {
    .menu-link .chevron {
        opacity: 1 !important; /* Force opacity to always be 1 */
    }
}

.menu-link.open .chevron {
  transform: rotate(180deg);
}

.menu-link-expanded {
    width: 100%; /* Ensure full width */
    background: #f2f3f4;
    padding: 8px 16px 8px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.menu-link-dropdown-item {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.base-menu-item {
  padding: 6px 0px 8px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}

/* Desktop Styles - 1024px and above */
@media (min-width: 1024px) {
  .menu-container {
    background: #ffffff;
    {# height: 1024px; #}
    {# padding: 60px 10px 60px 10px; #}
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto;
    flex-direction: row;
    gap: 41px;
    position: absolute;
  }

  .menu-cards-container {
    width: 556px;
    gap: 15px;
    order: 0;
  }

  .mini-card,
  .mini-card-selected {
    height: auto;
  }

  .menu-list {
    display: none;
  }

  .menu-section {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    padding: 0;
    order: 0;
            justify-content: space-between;
        min-width: 400px;
        max-width: calc(100% - 600px);
  }

  .menu-links-list {
    gap: 8px;
    flex: 1;
  }

  .menu-links-title {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    height: 37px;
    position: relative;
    border-bottom: 1px solid  #696c70;
    padding-bottom: 15px;
  }

  .menu-link-header {
    display: none;
  }

  .menu-link {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .menu-link-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
  }

  .menu-link-content {
    padding: 6px 0px 8px 0px;
    width: 100%;
    height: auto;
  }

  .menu-link .chevron svg {
    width: 24px;
    height: 24px;
  }

  .menu-link-expanded {
    background: transparent;
    padding: 0;
    gap: 0px;
  }

  .menu-link-dropdown-item {
    background: #f2f3f4;
    padding: 4px 24px 4px 24px;
  }
}

@media (min-width: 1024px) {
    .menu-link {
        flex-direction: column;
    }
    
    .menu-link-expanded {
        background: transparent;
        padding: 0;
        gap: 0px;
    }
}
 
  @media screen and (max-width: 768px) {
    .menu-links-list.menu-1-expand {
      display: none ;
    }
  }
  .toolbar-fixed .nav-enhanced {
   top: 153px;
}