/* Header and Menu Styles */
.ast-header-break-point #ast-mobile-header {
  display: block;
  z-index: 1000;
  position: fixed;
}

.sticky-mob-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Ensure only one logo is shown at a time */
#mob-default-logo {
  display: inline-block;
}

#mob-scrolled-logo {
  display: none;
}

/* Mobile Menu Button */
.mobile-menu-button {
  background: none;
  border: none;
  cursor: pointer;
  position: fixed;
  top: 10px;
  left: 290px;
  z-index: 1000;
  box-shadow: none;
}

.mobile-menu-button img {
  width: 60px;
  height: 40px;
}

.mobile-menu-button:hover {
  background: none;
  box-shadow: none;
}

/* Badge Style */
.coming-soon-badge {
  background-color: #72383d;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 12px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

/* Hover and Focus Styles */
#mobileCloseButton:focus,
#mobileMenuButton:hover,
.mobile-close-button:hover {
  background: transparent;
  color: black;
}

.mobile-close-button:hover {
  background: transparent;
  border: none;
  color: black;
}

/* Sticky Header for Transparent Theme */
.ast-theme-transparent-header,
#masthead {
  position: fixed;
  z-index: 1000;
}

/* Mobile Full-Screen Menu Styles */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #efe9e1;
  color: black;
  display: none;
  flex-direction: column;
  z-index: 2000;
  overflow-y: auto;
}

.mobile-menu-nav {
  text-align: left;
  padding: 1rem;
}

.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mobile-menu-link {
  margin: 20px 0;
  transition: all 0.3s ease;
}

.mobile-menu-link a {
  color: black;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.mobile-menu-link-smaller a {
  color: black;
  text-decoration: none;
  font-size: 16px;
}

.mobile-menu-link a:hover,
.mobile-menu-link-smaller a:hover {
  color: black;
  font-style: italic;
}

/* Mobile Close Button */
.mobile-close-button {
  background: none;
  border: none;
  color: black;
  font-size: 36px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2001;
}

/* Line Styling */
.line {
  border: none;
  height: 1px;
  background-color: #000000;
  width: 100%;
  margin: 20px 0;
}
