/* Mobile Header Background Color Fix */

/* Make mobile menu header match desktop header purple background */
.mobile-menu .header.stylehome1 {
  background-color: #5c47d2 !important;  /* Same purple as desktop header */
  padding: 15px 0;
}

.mobile-menu .header.stylehome1 .menu_and_widgets {
  background-color: transparent !important;
}

/* Mobile logo text color */
.mobile-menu .header.stylehome1 .mobile_logo {
  color: #ffffff !important;
}

.mobile-menu .header.stylehome1 .mobile_logo .text-thm {
  color: #ffffff !important;
  font-weight: 600;
}

/* Mobile menu button color */
.mobile-menu .header.stylehome1 .menubar span {
  background-color: #ffffff !important;
}

/* Mobile cart and user icons */
.mobile-menu .header.stylehome1 .header_top_iconbox {
  color: #ffffff !important;
}

.mobile-menu .header.stylehome1 .flaticon-profile,
.mobile-menu .header.stylehome1 .flaticon-shopping-cart {
  color: #ffffff !important;
}

/* Mobile menu close button styling */
.mobile_menu_close_btn {
  cursor: pointer;
  padding: 10px;
  color: #ffffff;
  font-size: 20px;
  transition: all 0.3s ease;
}

.mobile_menu_close_btn:hover {
  color: #ff6b35;
  transform: scale(1.1);
}

/* Ensure mobile menu overlay doesn't show on desktop */
@media (min-width: 992px) {
  .mobile-menu,
  #page-navigation-mmenu,
  .mm-wrapper {
    display: none !important;
  }
}
