/* Header */
.site-header {
    background-color: #fff;
    padding: 15px 0px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    /* position: sticky;
    top: 0;
    z-index: 10; */
}

/* Logo */
header .logo {
    height: 77px;
}

/* Nav Links */
header .nav-list {
    display: flex;
    gap: 50px;
}

header .nav-link {
    color: #000;
    text-decoration: none;
    position: relative;
    transition: color 0.3s;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;

}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 0px;
}

header.nav-link:hover {
    color: #0b5d7a;
}

header .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 5px;
    background-color: #C8E6F0;
    opacity: 0;
}
header .nav-link:hover::after { 
    opacity: 1;
}
@media (min-width: 992px){
    .nav-item:has(.submenu--headerAxiosGlobal.active-submenu--headerAxiosGlobal) .nav-link::after {
        opacity: 1;
    }

}


/* Mobile */
header.navbar-toggler {
    border: none;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


header .divider-header-mobile-nav {
    display: none;
}


header .navbar-expand-lg .navbar-nav.nav-list {
    align-items: center;
}

header .navbar-expand-lg .navbar-nav.nav-list .nav-item {
    position: relative;
}

header .submenu--headerAxiosGlobal {
    padding: 0;
    border: 1px solid #01B8FB;
    box-shadow: 0px 4px 25.5px 0px #00000012;
    list-style: none;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5625;
    background: #fff;
    padding: 0px 10px;
    width: max-content;
    min-width: 200px;
    position: absolute;
    top: 100%;
    z-index: 2;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

header .active-submenu--headerAxiosGlobal {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}

header li.nav-item:last-of-type .submenu--headerAxiosGlobal {
    right: 0;
}

header .submenu--headerAxiosGlobal a {
    padding: 18px 0px;
    display: block;
    text-decoration: none !important;
    color: #000;
}

header .submenu--headerAxiosGlobal a:hover {
    color: #01B8FB;
}

header .submenu--headerAxiosGlobal li:not(:last-child) a {
    border-bottom: 1px solid #DDDDDD;
}

@media (min-width: 1200px) {

    .axiosFooterGlobal--headquarters-section,
    .axiosFooterGlobal--copyright-section {
        margin-bottom: 5px;
    }
}

/* Dropdown panel on mobile */
@media (min-width: 992px) and (max-width: 1199px) {
    header .nav-list {
        gap: 20px;
    }

    header .nav-list .nav-item .nav-link {
        font-size: 14px;
    }

    header .nav-list .nav-item {
        text-align: center;
    }
}

@media (min-width: 992px) {
    header .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}

@media (max-width: 991px) {
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-width='2' d='M5 5L25 25M25 5L5 25'/%3e%3c/svg%3e");
    }

    header .nav-link:hover::after {
        display: none;
    }

    header .logo {
        height: 37px;
    }

    header .navbar-toggler {
        padding: 0px;
        border: 0;
        outline: none;
    }

    header .navbar-toggler .navbar-toggler-icon {
        height: 1.25rem;
        width: 1.25rem;
    }

    header .navbar-collapse {
        background-color: #fff;
        background: url(https://axioaerostg.wpenginepowered.com/wp-content/uploads/2025/10/Menu.png) center center / cover no-repeat;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        background-attachment: fixed;
        margin-top: 12px;
        z-index: 99;
    }

    header .nav-list {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin: 32px 25px;
        padding: 32px 37px;
        opacity: 0.86;
        background: #FFF;

    }

    header .nav-list .nav-item .nav-link {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 0px;
        text-align: center;
    }

    header .nav-list .nav-item {
        width: 100%;
    }

    header .contact-btn {
        display: block;
        margin: 16px auto 0;
    }

    header .divider-header-mobile-nav {
        background: #EBEBEB;
        width: 100%;
        height: 1px;
        display: block;
    }

    header .divider-header-mobile-nav:last-of-type {
        display: none;
    }

    header .nav-item .cta-solidBlueTyp1--axiosGlobal {
        width: 100%;
    }

    /* submenu  */
    header .submenu--headerAxiosGlobal {
        position: unset;
        border: none;
        box-shadow: unset;
        text-align: center;
        padding-top: 12px;
        width: 100%;
        font-size: 14px;
        line-height: 1.78571;
    }
}


@media (min-width: 1200px) and (max-width:1400px) {
	header .nav-list { 
		gap: 30px;
	}
	header .navbar-expand-lg .navbar-nav .nav-link { 
		font-size: 16px;
	}
}