@media (min-width: 769px) {
  .dropdown-menu,
  .dropdown-menu a,
  .navbar,
  .navbar .nav-item,
  .navbar .nav-item a,
  .navbar .nav-item.dropdown,
  .navbar .nav-item.dropdown a {
    color: #000;
    position: relative;
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 1.5px;
    font-family: brandon-grotesque, arial !important;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .dropdown-menu,
  .dropdown-menu a,
  .navbar,
  .navbar .nav-item,
  .navbar .nav-item a,
  .navbar .nav-item.dropdown,
  .navbar .nav-item.dropdown a:hover {
    color: #782157;
  }
}
.main-menu {
  background-color: transparent;
}

.navbar-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5%;
}

.brand img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
}

.nav-link.dropdown-toggle:hover .dropdown-menu {
  display: block;
}

.nav-item .nav-link:focus,
.nav-item.show {
  color: #444;
  border: 2px solid black;
}

.main-nav {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

.main-nav {
  -webkit-padding-start: 0;
  max-width: 1168px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.nav-item {
  padding: 10px 0 0 0;
  text-align: center;
}

.nav-link {
  color: #000;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  font-family: brandon-grotesque, arial !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.active-link {
  color: #751b5a;
  position: relative;
}

.active-link::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #751b5a;
}

.grey-divider {
  width: 100%;
  height: 15px;
  background-color: #e0e0e0;
}

/* Updated mega-menu styles */
.mega-menu {
  position: absolute;
  padding: 12px 0;
  left: 0;
  width: 100%;
  height: 490px;
  background: white;
  display: none;
  z-index: 100;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.nav-item:hover .mega-menu {
  display: block;
}

.mega-menu-content {
  max-width: 1168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  margin: 0 auto;
  width: 90%;
  gap: 12px;
  height: 428px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: justify;
}

.menu-column {
  min-width: 180px;
  padding: 0 15px;
}

.column-header {
  color: #000;
  position: relative;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  margin-top: 30px;
  font-family: brandon-grotesque, arial !important;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: justify;
}

.column-header:hover {
  color: #782157;
  text-decoration: underline;
}

.submenu-item {
  margin: 8px 0;
}

.submenu-link:hover {
  color: #000;
}

.submenu-link {
  text-decoration: none;
  color: #000;
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-family: brandon-grotesque, arial !important;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-link.active, .nav-link:hover {
  color: #782157 !important;
  font-weight: 700;
  font-size: 0.875rem;
}

.nav-link, .column-header {
  line-height: 20px;
}

.submenu-item a {
  line-height: 24px;
}

@media (min-width: 769px) {
  .nav-item > .nav-link {
    color: #000;
    padding: 0.5rem 0rem;
  }
  .nav-item > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #782157;
    -webkit-transition: width 0.7s ease, background-color 0.7s ease;
    transition: width 0.7s ease, background-color 0.7s ease;
    margin: auto;
    bottom: 7px;
  }
  .nav-link.active::after, .nav-link:hover::after {
    width: 100%;
  }
  .nav-link {
    position: relative;
    text-decoration: none;
  }
}
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #792058;
  color: white;
  font-size: 12px;
  border: none;
  cursor: pointer;
  display: none;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.scroll-to-top.visible {
  display: block;
  opacity: 1;
}

.nav-link {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* .nav-link {

      display: inline-block;

      position: relative;

      font-size: 24px;

      color: $primary;

      cursor: pointer;

      padding: 5px 0;

    } */
/* .main-nav .nav-item ::after {

      content: '';



      bottom: 0;

      left: 50%;

      right: 50%;

      height: 2px;

      background-color: #722F37;

      transition: all 0.3s ease-out;

    } */
.nav-item :hover::after {
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  img.d-lg-none {
    max-width: 100%;
    height: auto;
    font-family: brandon-grotesque, arial !important;
    color: #000;
    line-height: 17px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .scroll-to-top {
    width: 45px;
    height: 45px;
    bottom: 80px;
    right: 40px;
  }
  body {
    padding-bottom: 100px;
  }
}
