.fixed-header {
    background: transparent;
}

.fixed-header .iq-navbar {
    min-height: 64px;
    padding: 0;
    background: rgba(4, 9, 14, 0.46);
    border-bottom: 1px solid rgba(255, 255, 255, 0.045);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(14px) saturate(1.08);
    -webkit-backdrop-filter: blur(14px) saturate(1.08);
}

.fixed-header .navbar-inner {
    min-height: 64px;
    padding-inline: clamp(22px, 3.2vw, 64px);
}

.fixed-header .landing-header {
    min-height: 64px;
    gap: clamp(16px, 1.7vw, 32px);
}

.fixed-header .navbar-brand,
.fixed-header .footer-logo,
.fixed-header .logo-normal {
    flex: 0 0 auto;
}

.fixed-header .navbar-brand img,
.fixed-header .logo-normal img,
.fixed-header .logo-normal svg {
    max-height: 31px;
    width: auto;
}

.fixed-header .horizontal-nav {
    flex: 0 1 auto;
    margin-right: auto;
}

.fixed-header .horizontal-nav .navbar-nav {
    align-items: center;
    gap: clamp(2px, 0.35vw, 8px);
}

.fixed-header .horizontal-nav .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 64px;
    padding: 0 11px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    white-space: nowrap;
    transition: color 180ms ease;
}

.fixed-header .horizontal-nav .nav-link::after {
    border-top-width: 0.32em;
    margin-left: 0.42em;
    opacity: 0.62;
}

.fixed-header .horizontal-nav .nav-link:not(.dropdown-toggle)::after {
    content: '';
    position: absolute;
    left: 11px;
    right: 11px;
    bottom: 12px;
    height: 2px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: #e50914;
    opacity: 0;
    transform: scaleX(0.45);
    transition: opacity 180ms ease, transform 180ms ease;
}

.fixed-header .horizontal-nav .nav-link:hover,
.fixed-header .horizontal-nav .nav-link:focus-visible,
.fixed-header .horizontal-nav .nav-item.show > .nav-link {
    color: #fff;
}

.fixed-header .horizontal-nav .nav-link:not(.dropdown-toggle):hover::after,
.fixed-header .horizontal-nav .nav-link:not(.dropdown-toggle):focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
}

.fixed-header .horizontal-nav .dropdown-menu,
.fixed-header .right-panel .dropdown-menu {
    margin-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    background: rgba(6, 12, 19, 0.98);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.fixed-header .horizontal-nav .dropdown-menu {
    min-width: 220px;
    padding: 8px;
}

.fixed-header .horizontal-nav .dropdown-item {
    padding: 9px 11px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.84rem;
    font-weight: 500;
    transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.fixed-header .horizontal-nav .dropdown-item:hover,
.fixed-header .horizontal-nav .dropdown-item:focus,
.fixed-header .horizontal-nav .dropdown-item.active {
    color: #fff;
    background: rgba(229, 9, 20, 0.11);
    transform: translateX(2px);
}

.fixed-header .right-panel {
    flex: 0 0 auto;
    align-items: center;
}

.fixed-header .right-panel .navbar-collapse > div {
    gap: 10px !important;
}

.fixed-header .right-panel .navbar-nav {
    gap: 8px;
}

.fixed-header .right-panel .nav-link,
.fixed-header .right-panel .header-link > a,
.fixed-header .right-panel > a {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
    transition: color 180ms ease;
}

.fixed-header .right-panel .nav-link:hover,
.fixed-header .right-panel .header-link > a:hover,
.fixed-header .right-panel > a:hover {
    color: #fff !important;
}

.fixed-header .btn-action,
.fixed-header .app-header-btn,
.fixed-header .header-cart > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-width: 38px;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.035) !important;
    color: rgba(255, 255, 255, 0.88) !important;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.fixed-header .header-notification > .nav-link.btn-action {
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.fixed-header .header-notification > .nav-link.btn-action .iq-sub-card,
.fixed-header .header-notification > .nav-link.btn-action .notification_list,
.fixed-header .header-notification > .nav-link.btn-action .btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.fixed-header .header-notification > .nav-link.btn-action .btn-inner i {
    display: block;
    line-height: 1;
}

.fixed-header .btn-action:hover,
.fixed-header .app-header-btn:hover,
.fixed-header .header-cart > a:hover {
    border-color: rgba(229, 9, 20, 0.38);
    background: rgba(229, 9, 20, 0.08) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.fixed-header .header-notification .notification-alert,
.fixed-header .header-cart .badge {
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #071019;
    border-radius: 999px;
    background: #e50914 !important;
    color: #fff;
    font-size: 0.62rem !important;
    font-weight: 700;
    line-height: 1;
}

.fixed-header .header-notification .notification-alert {
    position: absolute;
    top: -5px;
    right: -6px;
}

.fixed-header .header-cart .badge {
    top: -5px !important;
    right: -6px !important;
}

.fixed-header .dropdown-language-wrapper > .btn {
    min-height: 38px;
    padding: 0 11px !important;
    gap: 5px !important;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.035) !important;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.78rem;
    font-weight: 700;
}

.fixed-header .dropdown-language-wrapper > .btn img {
    width: 20px;
    height: 14px;
    margin-right: 3px !important;
    border-radius: 2px;
    object-fit: cover;
}

.fixed-header .dropdown-user {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 2px !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.035);
}

.fixed-header .dropdown-user .user-image {
    width: 36px;
    height: 36px;
    object-fit: cover;
}

.fixed-header .dropdown-user-menu {
    min-width: 330px;
    padding: 14px;
}

.fixed-header .dropdown-search {
    width: min(360px, calc(100vw - 32px)) !important;
    padding: 8px !important;
}

.fixed-header .dropdown-search > li {
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    background: #0a121b !important;
}

.fixed-header .dropdown-search .form-control {
    min-height: 40px;
    color: #fff;
    font-size: 0.84rem;
}

.fixed-header .dropdown-search .form-control::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.fixed-header .subscribe-btn {
    min-height: 38px;
    padding-inline: 11px !important;
    border-radius: 9px;
    font-size: 0.72rem !important;
    letter-spacing: 0.01em;
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    .fixed-header .navbar-inner {
        padding-inline: 24px;
    }

    .fixed-header .landing-header {
        gap: 14px;
    }

    .fixed-header .horizontal-nav .nav-link {
        padding-inline: 8px;
        font-size: 0.82rem;
    }

    .fixed-header .right-panel .navbar-collapse > div,
    .fixed-header .right-panel .navbar-nav {
        gap: 6px !important;
    }

    .fixed-header .right-panel .header-link > a,
    .fixed-header .right-panel .nav-link {
        font-size: 0.8rem;
    }

    .fixed-header .subscribe-btn {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .fixed-header .iq-navbar,
    .fixed-header .navbar-inner,
    .fixed-header .landing-header {
        min-height: 60px;
    }

    .fixed-header .navbar-inner {
        padding-inline: 16px;
    }

    .fixed-header .toggle-rounded-btn {
        width: 38px;
        height: 38px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px !important;
    }

    .fixed-header .mobile-offcanvas {
        width: min(360px, 88vw);
        background: #070d14;
        border-right: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 24px 0 60px rgba(0, 0, 0, 0.48);
    }

    .fixed-header .mobile-offcanvas .offcanvas-header {
        min-height: 64px;
        padding: 14px 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .fixed-header .mobile-offcanvas .navbar-nav {
        padding: 10px 8px 24px;
    }

    .fixed-header .mobile-offcanvas .nav-link {
        min-height: 44px;
        padding: 10px 12px;
        border-radius: 9px;
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.9rem;
        font-weight: 600;
    }

    .fixed-header .mobile-offcanvas .nav-link:hover,
    .fixed-header .mobile-offcanvas .nav-link:focus-visible,
    .fixed-header .mobile-offcanvas .nav-item.show > .nav-link {
        color: #fff;
        background: rgba(255, 255, 255, 0.045);
    }

    .fixed-header .mobile-offcanvas .dropdown-menu {
        margin: 4px 8px 8px;
        padding: 6px;
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.025);
        box-shadow: none;
    }

    .fixed-header .mobile-offcanvas .dropdown-item {
        padding: 9px 11px;
        border-radius: 8px;
        color: rgba(255, 255, 255, 0.68);
        font-size: 0.84rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fixed-header .horizontal-nav .nav-link,
    .fixed-header .horizontal-nav .dropdown-item,
    .fixed-header .btn-action,
    .fixed-header .app-header-btn,
    .fixed-header .header-cart > a {
        transition: none;
    }
}
