.elementor .selector{selector {
  background-color: #0c3044 !important;
  opacity: 1 !important;
  background-image: none !important;
}

/* This ensures that even when the 'Sticky' class is added on scroll, the color doesn't change */
selector.she-header-sticky, 
selector.elementor-sticky--effects {
  background-color: #0c3044 !important;
}selector {
  background-color: #0c3044 !important;
  opacity: 1 !important;
  background-image: none !important;
}

/* This ensures that even when the 'Sticky' class is added on scroll, the color doesn't change */
selector.she-header-sticky, 
selector.elementor-sticky--effects {
  background-color: #0c3044 !important;
}\n}.elementor .hambrurger{background-color:#ffffff00;/* Force the background color on the container with class 'hamburger' */
.hamburger {
  background-color: #0c3044 !important;
  opacity: 1 !important;
  background-image: none !important;
  transition: none !important; /* Prevents the 'fade' effect when scrolling */
}

/* Ensure the color stays locked even when the sticky header plugin triggers */
.she-header-sticky .hamburger, 
.elementor-sticky--effects .hamburger,
.she-header .hamburger {
  background-color: #0c3044 !important;
  opacity: 1 !important;
}

/* If there is an inner container or widget forcing transparency */
.hamburger > .elementor-widget-container,
.hamburger > .elementor-container {
  background-color: transparent !important; /* Keep the inner parts clear so the main color shows through */
}\n}