.elementor-13996 .elementor-element.elementor-element-1b06a24{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 5px 0px 5px;}.elementor-13996 .elementor-element.elementor-element-1b06a24 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-13996 .elementor-element.elementor-element-1aa53b0:not(.elementor-motion-effects-element-type-background), .elementor-13996 .elementor-element.elementor-element-1aa53b0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FF6600;}.elementor-13996 .elementor-element.elementor-element-1aa53b0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:30;}.elementor-13996 .elementor-element.elementor-element-1aa53b0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-13996 .elementor-element.elementor-element-604d15d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-13996 .elementor-element.elementor-element-604d15d.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-13996 .elementor-element.elementor-element-604d15d.elementor-column > .elementor-widget-wrap{justify-content:center;}@media(min-width:768px){.elementor-13996 .elementor-element.elementor-element-49346ab{width:89.665%;}.elementor-13996 .elementor-element.elementor-element-604d15d{width:10%;}}@media(max-width:767px){.elementor-13996 .elementor-element.elementor-element-1b06a24{padding:0px 7px 0px 7px;}}/* Start custom CSS for html, class: .elementor-element-27fb436 *//* ==========================================================
   GLOBAL HEADER SCOPE RESET
========================================================== */
.mm-header-scope * {
    box-sizing: border-box;
}

.mm-header-scope {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

/* ==========================================================
   TOP BAR
========================================================== */
    
    .mm-header-scope .top-bar {
    background-color: #FFFFFF;
    color: #000000;
    padding: 5px 0;
    transition: transform 0.4s ease;
    position: relative;
    z-index: 1003;
}

.mm-header-scope .top-bar.hide {
    transform: translateY(-100%);
}

.mm-header-scope .top-content {

    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mm-header-scope .logo {
    width: 100px;
}

/* Right group (email, hotline, buttons) */
.mm-header-scope .top-right-group {
    display: flex;
    flex-direction: row;
    gap: 200px;
    align-items: center;

}

.mm-header-scope .contact-info a {
    color: #000000;
    text-decoration: none;
    margin-left: 20px;
    font-size: 0.9em;
}

.mm-header-scope .utility-buttons {
    margin-top: 5px;
}
.mm-header-scope .utility-buttons .util-btn {
    background-color: #FF6600;
    color: #FFFFFF;
    padding: 5px 15px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 0.9em;
    border-radius: 20px;
    transition: background-color 0.3s;
    text-decoration: none;
    display: inline-block;
}

.mm-header-scope .utility-buttons .util-btn:hover {
    background-color: #787878;
    color: #FFFFFF;
}

/* Hamburger (hidden on desktop) */
.mm-header-scope .hamburger {
    display: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86e34c5 *//* ==========================================================
   NAVBAR (Orange Bar)
========================================================== */
.mm-header-scope .navbar {
    background-color: #FF6600;
    padding: 0;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1002;
}

/*.mm-header-scope .navbar.fixed-top {*/
/*    position: fixed !important;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: 1005;*/
/*}*/


.mm-header-scope .nav-content {
    display: flex;
    justify-content: center;
    align-items: center;
}



/* NAV LINKS (Desktop) */
.mm-header-scope .nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}

.mm-header-scope .nav-links>li {
    position: relative;
}

.mm-header-scope .nav-links>li>a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 15px 12px;
    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.15);
}

/* ==========================================================
   DROPDOWN (Desktop)
========================================================== */
.mm-header-scope .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 250px;
    z-index: 1000;
    padding: 0;
}

.dropdown-menu li {
    list-style: none;
    border-bottom: 1px solid #E0E0E0;
}

.mm-header-scope .dropdown-menu li a {
    color: #000000;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

.mm-header-scope .dropdown-menu li a:hover {
    background-color: #FF6600;
    color: #FFFFFF;
}

/* Show on hover (desktop) */
.mm-header-scope .dropdown:hover .dropdown-menu,
.mm-header-scope .dropdown.active .dropdown-menu {
    display: block;
}

.mm-header-scope .arrow {
    font-size: 0.7em;
    margin-left: 5px;
}

/* ==========================================================
   MOBILE RESPONSIVE (≤992px)
========================================================== */
@media (max-width: 992px) {

    /* Header top bar */
    .mm-header-scope .top-content {
        flex-direction: row;
        align-items: center;
    }

    .mm-header-scope .top-right-group {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    /* NAV CONTENT (Hamburger) */
    .mm-header-scope .nav-content {
        justify-content: flex-end;
        padding: 0 10px;
    }

    /* 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: #000000;
        /* Replaced var(--mm-color-text-light) */
        transition: all 0.3s ease-in-out;
    }

    /* Mobile NAV MENU */
    .mm-header-scope .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #FF6600;
        z-index: 999;
        padding-bottom: 20px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .mm-header-scope .nav-links.active {
        display: flex;
    }

    .mm-header-scope .nav-links>li {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        list-style: none;
    }

    .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;
        list-style: none;
    }

    /* MOBILE DROPDOWN */
    .mm-header-scope .dropdown-menu {
        position: static;
        box-shadow: none;
        min-width: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        border-left: 5px solid #FF6600;
    }

    .mm-header-scope .dropdown:hover .dropdown-menu {
        display: none;
    }

    .mm-header-scope .dropdown.active .dropdown-menu {
        display: block;
    }

    .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;
    }
}/* End custom CSS */