<style>
        /* ===== GLOBAL FIX FOR CROSS BROWSER ===== */
        *,
        *::before,
        *::after {
            box-sizing: border-box;
        }

        /* ===== TOP STRIP ===== */
        .wm-topstrip {
            background: #0b2f52;
            padding: 8px 0;
            color: #fff;
            font-size: 13px;
        }

        .wm-topstrip .row {
            margin-left: -15px;
            margin-right: -15px;
        }

        .wm-topstrip .wm-language,
        .wm-topstrip .wm-stripinfo,
        .wm-topstrip .wm-adminuser-section {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            padding: 0;
        }

        .wm-topstrip .wm-language {
            float: left;
        }

        .wm-topstrip .wm-language ul,
        .wm-topstrip .wm-stripinfo,
        .wm-topstrip .wm-adminuser-section {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .wm-topstrip .wm-language ul li,
        .wm-topstrip .wm-stripinfo li,
        .wm-topstrip .wm-adminuser-section li {
            display: inline-block;
            margin-right: 15px;
            color: #fff;
        }

        .wm-topstrip .wm-language ul li a,
        .wm-topstrip .wm-adminuser-section li a {
            color: #fff;
            text-decoration: none;
            transition: 0.3s;
        }

        .wm-topstrip .wm-language ul li a:hover,
        .wm-topstrip .wm-adminuser-section li a:hover {
            color: #ffd166;
        }

        .wm-topstrip .wm-stripinfo {
            margin-left: 20px;
        }

        .wm-topstrip .wm-stripinfo li i {
            margin-right: 5px;
        }

        .wm-topstrip .wm-adminuser-section {
            float: right;
        }

        /* ===== TOP HEADER ===== */
        .wm-top-header {
            background: #ffffff;
            padding: 15px 0;
            border-bottom: 3px solid #0d3b66;
            box-shadow: 0 3px 12px rgba(0,0,0,0.08);
        }

        .wm-top-header .row {
            margin-left: -15px;
            margin-right: -15px;
        }

        .wm-top-header .col-md-3,
        .wm-top-header .col-md-6 {
            padding-left: 15px;
            padding-right: 15px;
        }

        .wm-top-logo {
            display: block;
            text-align: center;
        }

        .wm-top-logo img {
            max-width: 100%;
            height: auto;
            max-height: 85px;
            display: inline-block;
        }

        .wm-top-header-content {
            text-align: left;
        }

        .wm-top-header-content h2 {
            font-size: 26px;
            font-weight: 700;
            margin: 0 0 6px;
            color: #0d3b66;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            line-height: 1.3;
        }

        .wm-top-header-content p {
            margin: 2px 0;
            font-size: 14px;
            line-height: 1.5;
            color: #333;
        }

        .wm-top-header-call {
            text-align: center;
            margin-top: 15px;
        }

        .wm-top-header-btn {
            display: inline-block;
            padding: 10px 22px;
            background: #0d3b66;
            color: #fff;
            font-size: 15px;
            font-weight: 700;
            border-radius: 30px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(0,0,0,0.12);
            white-space: nowrap;
        }

        .wm-top-header-btn:hover,
        .wm-top-header-btn:focus {
            background: #145da0;
            color: #fff;
            text-decoration: none;
            transform: translateY(-2px);
        }

        /* ===== DESKTOP TOP HEADER ALIGNMENT ===== */
        @media (min-width: 992px) {
            .wm-top-header .col-md-3,
            .wm-top-header .col-md-6 {
                min-height: 95px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .wm-top-header .col-md-6 {
                justify-content: flex-start;
            }

            .wm-top-header-call {
                margin-top: 0;
                width: 100%;
            }
        }

        /* ===== MENU HEADER ===== */
        .wm-menu-header {
            background: #0d3b66;
            padding: 0;
            margin: 0;
            border: none;
            box-shadow: none;
            position: relative;
            z-index: 999;
        }

        .wm-menu-header .container {
            padding-left: 0;
            padding-right: 0;
        }

        .wm-menu-header .row {
            margin-left: 0;
            margin-right: 0;
        }

        .wm-menu-header .col-md-12 {
            padding-left: 0;
            padding-right: 0;
        }

        .wm-menu-header .navbar {
            margin-bottom: 0;
            border: none;
            border-radius: 0;
            background: transparent;
            min-height: auto;
        }

        .wm-menu-header .navbar-default {
            background: transparent;
            border: none;
        }

        .wm-menu-header .navbar-header {
            margin: 0;
        }

        .wm-menu-header .navbar-collapse {
            padding-left: 0;
            padding-right: 0;
            border-top: none;
        }

        .wm-menu-header .navbar-nav {
            list-style: none;
            padding-left: 0;
        }

        /* ===== DESKTOP MENU ===== */
        @media (min-width: 769px) {
            .wm-menu-header .navbar-nav {
                float: none;
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                justify-content: flex-start;
                margin: 0;
            }

            .wm-menu-header .navbar-nav > li {
                position: relative;
                float: none;
                list-style: none;
            }

            .wm-menu-header .navbar-nav > li > a {
                display: block;
                color: #fff !important;
                padding: 15px 14px;
                font-size: 14px;
                font-weight: 600;
                text-transform: uppercase;
                text-decoration: none;
                transition: 0.3s;
                line-height: 20px;
            }

            .wm-menu-header .navbar-nav > li > a:hover,
            .wm-menu-header .navbar-nav > li.active > a,
            .wm-menu-header .navbar-nav > li > a:focus {
                background: #145da0 !important;
                color: #fff !important;
            }

            .wm-menu-header .wm-dropdown-menu {
                position: absolute;
                top: 100%;
                left: 0;
                min-width: 280px;
                background: #ffffff;
                display: none;
                z-index: 9999;
                padding: 0;
                margin: 0;
                list-style: none;
                box-shadow: 0 6px 15px rgba(0,0,0,0.15);
                border-top: 3px solid #145da0;
                max-height: 400px;
                overflow-y: auto;
            }

            .wm-menu-header .navbar-nav > li:hover > .wm-dropdown-menu {
                display: block;
            }
        }

        /* ===== COMMON DROPDOWN ===== */
        .wm-menu-header .wm-dropdown-menu li {
            width: 100%;
            border-bottom: 1px solid #eee;
            list-style: none;
        }

        .wm-menu-header .wm-dropdown-menu li:last-child {
            border-bottom: none;
        }

        .wm-menu-header .wm-dropdown-menu li a {
            display: block;
            padding: 10px 15px;
            color: #333;
            font-size: 13px;
            font-weight: 500;
            text-transform: none;
            text-decoration: none;
            transition: 0.3s;
            white-space: normal;
            line-height: 1.5;
        }

        .wm-menu-header .wm-dropdown-menu li a:hover {
            background: #f5f9ff;
            color: #0d3b66;
            padding-left: 20px;
        }

        /* ===== TOGGLE BUTTON ===== */
        .wm-menu-header .navbar-toggle {
            margin: 8px 15px;
            border: 1px solid #fff;
            float: right;
            background: transparent;
            border-radius: 4px;
        }

        .wm-menu-header .navbar-toggle .icon-bar {
            background: #fff;
        }

        .wm-menu-header .navbar-toggle:hover,
        .wm-menu-header .navbar-toggle:focus {
            background: rgba(255,255,255,0.1);
        }

        /* ===== MOBILE ===== */
        @media (max-width: 768px) {
            .wm-topstrip {
                text-align: center;
            }

            .wm-topstrip .wm-language,
            .wm-topstrip .wm-stripinfo,
            .wm-topstrip .wm-adminuser-section {
                float: none;
                display: block;
                margin: 0 0 8px 0;
                text-align: center;
            }

            .wm-topstrip .wm-stripinfo li,
            .wm-topstrip .wm-adminuser-section li,
            .wm-topstrip .wm-language ul li {
                display: block;
                margin: 5px 0;
            }

            .wm-top-header {
                text-align: center;
            }

            .wm-top-logo {
                margin-bottom: 12px;
            }

            .wm-top-header-content {
                text-align: center;
                margin-bottom: 12px;
            }

            .wm-top-header-content h2 {
                font-size: 20px;
            }

            .wm-top-header-content p {
                font-size: 13px;
            }

            .wm-top-header-call {
                margin-top: 10px;
            }

            .wm-menu-header .navbar-header {
                width: 100%;
                min-height: 50px;
            }

            .wm-menu-header .navbar-collapse {
                background: #0d3b66;
                border-top: 1px solid rgba(255,255,255,0.08);
            }

            .wm-menu-header .navbar-nav {
                float: none !important;
                display: block !important;
                width: 100%;
                margin: 0;
            }

            .wm-menu-header .navbar-nav > li {
                float: none;
                width: 100%;
                position: relative;
                list-style: none;
            }

            .wm-menu-header .navbar-nav > li > a {
                display: block;
                color: #fff !important;
                padding: 12px 15px;
                font-size: 14px;
                font-weight: 600;
                text-transform: uppercase;
                border-top: 1px solid rgba(255,255,255,0.08);
                background: transparent !important;
                text-decoration: none;
                line-height: 20px;
            }

            .wm-menu-header .navbar-nav > li > a:hover,
            .wm-menu-header .navbar-nav > li.active > a,
            .wm-menu-header .navbar-nav > li > a:focus {
                background: #145da0 !important;
                color: #fff !important;
            }

            .wm-menu-header .wm-dropdown-menu {
                position: static;
                display: none;
                width: 100%;
                min-width: 100%;
                box-shadow: none;
                border-top: none;
                background: #f8f8f8;
                max-height: none;
                overflow-y: visible;
            }

            .wm-menu-header .navbar-nav > li.open > .wm-dropdown-menu {
                display: block;
            }

            .wm-menu-header .wm-dropdown-menu li a {
                padding: 10px 20px;
                font-size: 13px;
            }
        }
    </style>