.elementor-19391 .elementor-element.elementor-element-6ee0f4f .elementor-background-overlay{width:100%;height:100%;}.elementor-19391 .elementor-element.elementor-element-4c63856:not(.elementor-motion-effects-element-type-background), .elementor-19391 .elementor-element.elementor-element-4c63856 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-19391 .elementor-element.elementor-element-4c63856 .elementor-background-overlay{width:100%;height:100%;}.elementor-19391 .elementor-element.elementor-element-4c63856{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-19391 .elementor-element.elementor-element-4c63856 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-19391 .elementor-element.elementor-element-d823c25.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-19391 .elementor-element.elementor-element-d823c25.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-19391 .elementor-element.elementor-element-d823c25.elementor-column > .elementor-widget-wrap{justify-content:center;}@media(min-width:768px){.elementor-19391 .elementor-element.elementor-element-173db73{width:90%;}.elementor-19391 .elementor-element.elementor-element-d823c25{width:10%;}}/* Start custom CSS for html, class: .elementor-element-3cb6990 */.mm-header-scope * {
        box-sizing: border-box;
    }

    .mm-header-scope {
        font-family: sans-serif;
        margin: 0;
        padding: 0;
    }

    /* --- DESKTOP STYLES (Default) --- */

    /* Top Bar Styling: Logo on left, rest on right */
    .mm-header-scope .top-bar {
        background-color: #000000; /* Replaced var(--mm-color-secondary) */
        color: #FFFFFF; /* Replaced var(--mm-color-text-light) */
        padding: 10px 0;
    }

    .mm-header-scope .top-content {
        max-width: 1200px;
        margin: auto;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mm-header-scope .nav-content {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .mm-header-scope .logo {
        height: 50px;
        width: 50px;
        /* filter: brightness(0) invert(1); */
    }

    .mm-header-scope .top-right-group {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
        justify-content: center;
        /* Align elements to the right edge */
    }


    .mm-header-scope .contact-info a {
        color: #FFFFFF; /* Replaced var(--mm-color-text-light) */
        text-decoration: none;
        margin-left: 20px;
        /* Use margin-left for spacing */
        font-size: 0.9em;
    }

    .mm-header-scope .utility-buttons {
        margin-top: 0px;
    }

    .mm-header-scope .utility-buttons .util-btn {
        background: none;
        color: #FFFFFF; /* Replaced var(--mm-color-text-light) */
        border: 1px solid #FFFFFF; /* Replaced var(--mm-color-text-light) */
        padding: 5px 15px;
        margin-left: 10px;
        cursor: pointer;
        font-size: 0.9em;
        border-radius: 20px;
        transition: background-color 0.3s;
        text-decoration: none;
    }

    .mm-header-scope .utility-buttons .util-btn:hover {
        background-color: #FF6600;
    }

    /* =======================================================
      MOBILE RESPONSIVENESS (Max width 992px)
  ========================================================== */

  @media (max-width: 992px) {

      /* Top Bar - Stacked and Centered */
      .mm-header-scope .top-content {
          flex-direction: row;
          align-items: center;
      }

      .mm-header-scope .logo {
          margin-bottom: 10px;
      }

      .mm-header-scope .top-right-group {
          display: none;
          /* Take full width to stack better */
          width: 100%;
          flex-direction: column;
          align-items: center;
          /* Center everything */
      }


      .mm-header-scope .contact-info a {
          margin: 0 10px 5px 10px;
      }

      .mm-header-scope .utility-buttons {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          margin-bottom: 10px;
      }

      .mm-header-scope .utility-buttons .util-btn {
          margin: 5px;
          font-size: 0.8em;
      }

      /* Navigation - Hamburger Setup */
      .mm-header-scope .nav-content {
          justify-content: flex-end;
          /* Push hamburger to the right */
          padding: 0 10px;
      }

      .mm-header-scope .hamburger {
          display: block;
          background: none;
          border: none;
          cursor: pointer;
          padding: 15px;
          position: relative;
          z-index: 1001;
          /* Above the menu */
      }

      .mm-header-scope .hamburger .bar {
          display: block;
          width: 25px;
          height: 3px;
          margin: 5px auto;
          background-color: #FFFFFF; /* Replaced var(--mm-color-text-light) */
          transition: all 0.3s ease-in-out;
      }

    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-57ab401 *//* Main Navigation Styling (Orange Background) */
.mm-header-scope .navbar {
    background-color: #FF6600; /* Replaced var(--mm-color-primary) */
    padding: 0;
    /* Remove top/bottom padding here, done in li a */
    position: sticky; /* ADDED: Makes it stick */
    top: 0;          /* ADDED: Sticks at the top of the viewport */
    z-index: 1000;   /* ADDED: Ensure it stays above main content */
    position: relative;
}

/* Hide Hamburger on Desktop */
.mm-header-scope .hamburger {
    display: none;
}

.mm-header-scope .nav-links {
    list-style: none;
    display: flex;
    /* Horizontal on desktop */
    align-items: center;
    margin: 0;
    padding: 0;
}

.mm-header-scope .nav-links>li {
    position: relative;
    list-style: none;
}

.mm-header-scope .nav-links>li>a {
    color: #FFFFFF; /* Replaced var(--mm-color-text-light) */
    text-decoration: none;
    padding: 15px 12px;
    /* Adjusted padding for better fit */
    display: block;
    font-weight: bold;
    font-size: 0.95em;
    transition: background-color 0.3s;
}

.mm-header-scope .nav-links>li>a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

/* Dropdown Menu Structure (Desktop) */
.mm-header-scope .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #FFFFFF; /* Replaced var(--mm-color-menu-background) */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    min-width: 250px;
    z-index: 1000;
    padding: 0;
    margin-top: 0;
}

.mm-header-scope .dropdown-menu li a {
    color: #000000; /* Replaced var(--mm-color-menu-text) */
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

.mm-header-scope .dropdown-menu li a:hover {
    background-color: #FF6600; /* Replaced var(--mm-color-primary) */
    color: #FFFFFF; /* Replaced var(--mm-color-text-light) */
}

/* Displaying Dropdown on Hover/Active */
.mm-header-scope .dropdown:hover .dropdown-menu,
.mm-header-scope .dropdown.active .dropdown-menu {
    display: block;
}



/* Specificity fix: Added .mm-header-scope to prevent conflicts */


.mm-header-scope .arrow {
    font-size: 0.7em;
    margin-left: 5px;
}


/* =======================================================
    MOBILE RESPONSIVENESS (Max width 992px)
========================================================== */

@media (max-width: 992px) {

    /* Mobile Menu State */
    .mm-header-scope .nav-links {
        display: none;
        /* Hidden by default */
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #FF6600; /* Replaced var(--mm-color-primary) */
        z-index: 999;
        text-align: left;
        padding-bottom: 20px;
        box-shadow: 0 8px 16px rgba(246, 244, 244, 0.2);
    }

    .mm-header-scope .nav-links.active {
        display: flex;
        /* Shown when active */
    }

    .mm-header-scope .nav-links>li {
        width: 100%;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .mm-header-scope .nav-links>li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .mm-header-scope .nav-links>li>a {
        padding: 10px 20px;
    }

    /* Dropdown Menu (Mobile) */
    .mm-header-scope .dropdown-menu {
        position: static;
        /* Stack dropdowns vertically */
        box-shadow: none;
        min-width: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        /* Lighter background for submenu */
        border-left: 5px solid #FF6600; /* Replaced var(--mm-color-primary) */
        padding-left: 0;

    }

    /* The dropdown-menu is NOT shown by default on mobile. 
        It is toggled via JS click, not hover. */
    .mm-header-scope .dropdown:hover .dropdown-menu {
        display: none;
        /* Disable desktop hover */
    }

    /* Only show when the parent LI has the 'active' class (set by JS click) */
    .mm-header-scope .dropdown.active .dropdown-menu {
        display: block;
    }

    .mm-header-scope .dropdown-menu li a {
        padding-left: 40px;
        /* Indent sub-items */
    }

   
}

/* Remove bullet points only for header navigation */
.nav-links li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}/* End custom CSS */