/* Awardollar mobile header */
.header-style-five .header-inner {
    gap: 12px;
}

.header-style-five .header-logo {
    flex-shrink: 0;
    max-width: 140px;
}

.header-style-five .header-logo img {
    max-height: 40px;
    width: auto;
}

.header-style-five .header-right {
    margin-left: auto;
}

.header-style-five .header-action {
    gap: 10px !important;
}

.aw-mobile-actions {
    display: none;
    align-items: center;
    gap: 8px;
}

.aw-header-icon-btn {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: rgba(15, 23, 42, 0.75);
    color: #f1f5f9 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
    padding: 0;
}

.aw-header-icon-btn:hover {
    background: rgba(139, 92, 246, 0.2);
    border-color: rgba(139, 92, 246, 0.5);
    color: #fff !important;
    transform: translateY(-1px);
}

.aw-header-icon-btn.aw-menu-open {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.35), rgba(99, 102, 241, 0.25));
    border-color: rgba(139, 92, 246, 0.55);
}

@media (max-width: 991.98px) {
    .aw-mobile-actions {
        display: inline-flex;
    }


    .header-style-five .header-hamburger {
        display: none !important;
    }
}

/* Offcanvas navigation */
.offcanvas-area {
    background: #0b1220 !important;
    width: min(360px, 92vw);
}

.aw-offcanvas-nav {
    margin-bottom: 24px;
}

.aw-offcanvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aw-offcanvas-nav > ul > li {
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.aw-offcanvas-nav__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 8px;
    color: #e2e8f0;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.2s, background 0.2s;
    border-radius: 10px;
}

.aw-offcanvas-nav__link span {
    flex: 1;
    min-width: 0;
}

.aw-offcanvas-nav .aw-nav-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #94a3b8;
    transition: color 0.2s;
}

.aw-offcanvas-nav .aw-nav-icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.aw-offcanvas-nav__link:hover,
.aw-offcanvas-nav li.active .aw-offcanvas-nav__link {
    color: #e9d5ff;
    background: rgba(139, 92, 246, 0.12);
}

.aw-offcanvas-nav__link:hover .aw-nav-icon,
.aw-offcanvas-nav li.active .aw-offcanvas-nav__link .aw-nav-icon {
    color: #c4b5fd;
}

.aw-offcanvas-lang {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.aw-offcanvas-lang label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    margin-bottom: 8px;
}

.aw-offcanvas-lang a {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: #cbd5e1;
    font-size: 13px;
    text-decoration: none;
}

.aw-offcanvas-lang a.active,
.aw-offcanvas-lang a:hover {
    border-color: rgba(139, 92, 246, 0.5);
    color: #e9d5ff;
    background: rgba(139, 92, 246, 0.12);
}

.offcanvas-header-btn-wrap .shape-shifter-btn {
    width: 100%;
}

.offcanvas-header-btn-wrap .shape-shifter-btn .btn-hover-slide {
    width: 100%;
    justify-content: center;
}
