.fixed-header {
    background-color: #482b60 !important;
    color: #fff !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 100 !important;
}

.fixed-header .header-inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 4px 8px !important;
}

@media (min-width: 1024px) {
    .fixed-header .header-inner {
        padding: 10px 24px !important;
    }
}

.fixed-header .logo-img {
    height: 32px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
}

.fixed-header .header-nav {
    display: flex !important;
    gap: 20px !important;
}

    .fixed-header .header-nav a {
        color: #fff !important;
        text-decoration: none !important;
        font-weight: bold !important;
        transition: color 0.3s, text-shadow 0.3s !important;
        font-size: 12px !important;
    }

        .fixed-header .header-nav a:hover {
            color: #fff !important;
            text-shadow: 0 0 8px #ff69b4, 0 0 16px #ff69b4 !important;
        }

.fixed-header .logo {
    display: flex;
    align-items: center;
}

.fixed-header .logo-text {
    font-family: Calibri, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
    margin-left: 4px;
    letter-spacing: 0.5px;
    line-height: 32px;
    display: flex;
    align-items: center;
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none !important;
    transition: color 0.3s, text-shadow 0.3s !important;
}

.fixed-header .logo:hover .logo-text,
.fixed-header .logo:focus .logo-text {
    color: #fff;
    text-shadow: 0 0 8px #ff69b4, 0 0 16px #ff69b4 !important;
    text-decoration: none !important;
}

.fixed-header .logo,
.fixed-header .logo:visited,
.fixed-header .logo:active,
.fixed-header .logo:focus,
.fixed-header .logo:hover {
    text-decoration: none !important;
    outline: none !important;
}

.fixed-header .logo-text,
.fixed-header .logo-text:visited,
.fixed-header .logo-text:active,
.fixed-header .logo-text:focus,
.fixed-header .logo-text:hover {
    text-decoration: none !important;
    outline: none !important;
}


