    /* ==========================================
       Header Inline Styles
       ========================================== */

    /* Override bg-neutral-900 for breadcrumb and dark sections */
    .bg-neutral-900 {
        background-color: #1a1a1a !important;
    }

    /* ==========================================
       Learning Tools Dropdown Enhancements
       ========================================== */

    /* Header dropdown fix - prevent clipping */
    .header {
        overflow: visible !important;
    }
    .header-inner {
        overflow: visible !important;
    }
    .header-content-wrapper {
        overflow: visible !important;
    }
    .header-menu {
        overflow: visible !important;
    }
    .nav-menu {
        overflow: visible !important;
    }

    /* Dropdown arrow rotation */
    .dropdown-arrow-icon {
        transition: transform 0.2s ease;
    }
    .dropdown-arrow-icon.rotate-180 {
        transform: rotate(180deg);
    }

    /* Fix dropdown visibility on desktop */
    @media (min-width: 992px) {
        .header-menu .nav-menu__item.has-submenu {
            position: relative;
        }

        .header-menu .nav-menu__item.has-submenu .nav-submenu {
            display: block !important;
            visibility: hidden !important;
            opacity: 0 !important;
            position: absolute !important;
            top: calc(100% + 8px) !important;
            left: 0 !important;
            min-width: 200px !important;
            background: #ffffff !important;
            border-radius: 12px !important;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
            padding: 12px !important;
            z-index: 9999 !important;
            margin: 0 !important;
            margin-block-start: 0 !important;
            transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease !important;
            pointer-events: none;
            border: 1px solid rgba(0, 0, 0, 0.08) !important;
            transform: translateY(-10px);
        }

        /* Show dropdown when .show class is added */
        .header-menu .nav-menu__item.has-submenu .nav-submenu.show {
            visibility: visible !important;
            opacity: 1 !important;
            pointer-events: auto;
            transform: translateY(0);
        }

        /* RTL support */
        [dir="rtl"] .header-menu .nav-menu__item.has-submenu .nav-submenu {
            left: auto !important;
            right: 0 !important;
        }

        /* Submenu link styles */
        .header-menu .nav-submenu__link {
            padding: 12px 16px !important;
            border-radius: 8px !important;
            display: flex !important;
            align-items: center !important;
            gap: 10px !important;
            color: #374151 !important;
            font-weight: 500 !important;
            transition: all 0.2s ease !important;
        }

        .header-menu .nav-submenu__link:hover {
            background: #f3f4f6 !important;
            color: #2563eb !important;
        }

        .header-menu .nav-submenu__link i {
            font-size: 18px !important;
            width: 24px !important;
            text-align: center !important;
        }
    }

    /* Enhanced submenu items */
    .nav-submenu__link {
        display: flex;
        align-items: center;
        padding: 10px 16px;
        transition: all 0.2s ease;
    }

    .nav-submenu__link:hover {
        background-color: #f3f4f6 !important;
        padding-left: 20px;
    }

    .nav-submenu__link i {
        font-size: 18px;
    }

    /* Mobile responsive */
    @media (max-width: 991px) {
        .ai-assistant-highlight::after {
            display: none;
        }
    }

    /* ==========================================
       User Dropdown Customization
       ========================================== */
    .user-dropdown-custom {
        min-width: 260px !important;
        max-width: 280px !important;
    }

    .user-avatar-placeholder i {
        font-size: 48px;
    }

    .user-dropdown-custom .dropdown-header {
        padding: 1rem 1rem 0.5rem;
    }

    .user-dropdown-custom .dropdown-item {
        padding: 0.625rem 1rem;
        font-size: 0.9375rem;
    }

    .user-dropdown-custom .dropdown-item i {
        width: 20px;
        text-align: center;
    }

    /* User dropdown button styling */
    .user-dropdown-btn {
        position: relative;
        overflow: hidden;
    }

    /* Language switcher in user dropdown */
    .user-dropdown-custom .dropdown-item {
        display: flex;
        align-items: center;
        position: relative;
    }

    .user-dropdown-custom .dropdown-item .ms-auto {
        margin-left: auto !important;
    }

    .user-dropdown-custom .dropdown-header small {
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    /* Truncate long user names in dropdown */
    .user-dropdown-custom .dropdown-header .text-truncate {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
        line-height: 1.4;
    }

    /* Language dropdown toggle */
    .language-dropdown-toggle {
        cursor: pointer;
        border: none;
        background: transparent;
        width: 100%;
        text-align: left;
        transition: background-color 0.2s;
    }

    .language-dropdown-toggle:hover {
        background-color: #f8f9fa !important;
    }

    .language-chevron {
        transition: transform 0.3s ease;
        font-size: 1rem;
    }

    .language-dropdown-content {
        padding: 0.25rem 0;
        list-style: none;
        background-color: #f8f9fa;
        border-radius: 0.375rem;
        margin: 0.25rem 0.5rem;
        overflow: hidden;
        transition: all 0.3s ease;
        pointer-events: auto !important;
    }

    .language-dropdown-content .dropdown-item {
        background-color: transparent;
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        cursor: pointer;
        pointer-events: auto !important;
        display: flex;
        align-items: center;
        text-decoration: none;
        color: inherit;
    }

    .language-dropdown-content .dropdown-item:hover {
        background-color: #e9ecef !important;
    }

    .language-dropdown-content .dropdown-item.active {
        background-color: #e7f0ff !important;
        color: #0d6efd;
    }

    /* ==========================================
       Header Dropdown Enhancements
       ========================================== */
    /* Meetings & Notifications Dropdown Hover Effects */
    .dropdown-menu .dropdown-item {
        transition: all 0.2s ease;
        border-radius: 8px;
        margin: 2px 4px;
    }

    .dropdown-menu .dropdown-item:hover {
        background-color: #f0f7ff !important;
        transform: translateX(2px);
    }

    .dropdown-menu .dropdown-item:hover .text-neutral-300 {
        color: #487FFF !important;
    }

    .dropdown-menu .dropdown-item:hover .text-neutral-400 {
        color: #487FFF !important;
    }

    /* Dropdown divider styling */
    .dropdown-menu .dropdown-divider {
        border-color: #e5e7eb;
        margin: 4px 0;
    }

    /* Footer action links in dropdowns */
    .dropdown-menu .dropdown-item.text-main-600:hover,
    .dropdown-menu .dropdown-item.text-success-600:hover {
        font-weight: 600;
    }

    /* Empty state in dropdowns */
    .dropdown-menu .px-16.py-24 {
        transition: none;
    }

    .dropdown-menu .px-16.py-24:hover {
        background-color: transparent !important;
        transform: none !important;
    }

    /* Notification/Meeting icons in dropdowns */
    .dropdown-item .w-36.h-36 {
        transition: all 0.2s ease;
    }

    .dropdown-item:hover .w-36.h-36 {
        transform: scale(1.05);
    }

    /* Make dropdown menu shadow more prominent */
    .dropdown-menu.rounded-12 {
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
        border: 1px solid #e5e7eb;
        padding: 4px;
    }

    /* ==========================================
       Remove Hover Background from Navigation Menu
       ========================================== */
    .nav-menu__item:hover,
    .nav-menu__link:hover,
    .nav-submenu__item:hover,
    .nav-submenu__link:hover {
        background-color: transparent !important;
        background: transparent !important;
    }

    /* ==========================================
       Header Notifications Dropdown Tabs
       ========================================== */
    .notifications-dropdown {
        min-width: 480px;
        max-height: 500px;
        overflow: hidden;
        padding: 0 !important;
    }

    .notif-tabs-nav {
        display: flex;
        border-bottom: 1px solid #e5e7eb;
        background: #ffffff;
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .notif-tab {
        flex: 1;
        padding: 15px 12px;
        background: transparent;
        border: none;
        border-bottom: 2px solid transparent;
        color: #64748b;
        font-size: 0.875rem;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .notif-tab i {
        font-size: 1rem;
    }

    .notif-tab:hover {
        color: #334155;
        background: #f8fafc;
    }

    .notif-tab.active {
        color: #2563eb;
        border-bottom-color: #2563eb;
        background: #f8fafc;
    }

    .notif-tab-badge {
        background: #ef4444;
        color: #ffffff;
        font-size: 0.7rem;
        padding: 2px 6px;
        border-radius: 10px;
        min-width: 18px;
        text-align: center;
        font-weight: 600;
    }

    .notif-tab-content {
        display: none;
        max-height: 440px;
        overflow-y: auto;
        padding: 4px;
    }

    .notif-tab-content.active {
        display: block;
    }

    .notif-item {
        list-style: none;
        margin: 2px 0;
    }

    .notif-item-link {
        display: flex;
        align-items: start;
        padding: 12px;
        border-radius: 8px;
        text-decoration: none;
        color: inherit;
        transition: all 0.15s ease;
        gap: 12px;
    }

    .notif-item-link:hover {
        background: #f1f5f9;
    }

    .notif-icon {
        width: 36px;
        height: 36px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.125rem;
        flex-shrink: 0;
    }

    .notif-icon.info { background: #dbeafe; color: #1e40af; }
    .notif-icon.success { background: #dcfce7; color: #15803d; }
    .notif-icon.warning { background: #fef3c7; color: #b45309; }
    .notif-icon.danger { background: #fee2e2; color: #b91c1c; }
    .notif-icon.live { background: #fef2f2; color: #dc2626; }
    .notif-icon.scheduled { background: #f3f4f6; color: #4b5563; }

    .notif-content {
        flex: 1;
        min-width: 0;
    }

    .notif-title {
        font-size: 0.875rem;
        font-weight: 600;
        color: #1e293b;
        margin-bottom: 4px;
        line-height: 1.3;
    }

    .notif-message {
        font-size: 0.8125rem;
        color: #64748b;
        margin-bottom: 4px;
        line-height: 1.4;
    }

    .notif-time {
        font-size: 0.75rem;
        color: #94a3b8;
    }

    /* Unread notification styling - MORE PROMINENT */
    .notif-item.notif-unread .notif-item-link {
        background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
        border-left: 4px solid #3b82f6;
        box-shadow: 0 1px 3px rgba(59, 130, 246, 0.1);
    }

    .notif-item.notif-unread .notif-item-link:hover {
        background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
        box-shadow: 0 2px 6px rgba(59, 130, 246, 0.15);
    }

    .notif-item.notif-unread .notif-title {
        font-weight: 700;
        color: #0f172a;
    }

    .notif-item.notif-unread .notif-message {
        color: #334155;
        font-weight: 500;
    }

    /* Read notification styling - MORE SUBTLE */
    .notif-item.notif-read .notif-item-link {
        background: #fafbfc;
        opacity: 0.65;
        border-left: 3px solid transparent;
    }

    .notif-item.notif-read .notif-title {
        font-weight: 500;
        color: #64748b;
    }

    .notif-item.notif-read .notif-message {
        color: #94a3b8;
    }

    .notif-item.notif-read .notif-time {
        color: #cbd5e1;
    }

    .notif-item.notif-read .notif-item-link:hover {
        background: #f1f5f9;
        opacity: 0.85;
    }

    /* Unread indicator dot - LARGER & MORE VISIBLE */
    .notif-unread-indicator {
        width: 10px;
        height: 10px;
        background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
        border-radius: 50%;
        flex-shrink: 0;
        margin-top: 4px;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0%, 100% {
            opacity: 1;
        }
        50% {
            opacity: 0.5;
        }
    }

    .notif-status-badge {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 0.7rem;
        font-weight: 600;
    }

    .notif-status-badge.live {
        background: #fee2e2;
        color: #dc2626;
    }

    .notif-empty {
        list-style: none;
        padding: 40px 20px;
        text-align: center;
    }

    .notif-empty-icon {
        font-size: 3rem;
        color: #cbd5e1;
        margin-bottom: 12px;
    }

    .notif-empty-text {
        font-size: 0.875rem;
        color: #94a3b8;
        margin: 0;
    }

    .notif-footer {
        list-style: none;
        border-top: 1px solid #e5e7eb;
        margin-top: 4px;
        padding: 8px 12px;
    }

    .notif-footer-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .notif-action-link {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-size: 0.8125rem;
        font-weight: 500;
        text-decoration: none;
        padding: 4px 8px;
        border-radius: 6px;
        transition: all 0.15s ease;
    }

    .notif-action-link.primary {
        color: #2563eb;
    }

    .notif-action-link.primary:hover {
        background: #eff6ff;
    }

    .notif-action-link.success {
        color: #16a34a;
    }

    .notif-action-link.success:hover {
        background: #f0fdf4;
    }

    .notif-action-divider {
        color: #cbd5e1;
    }

    /* Scrollbar styling for dropdown */
    .notif-tab-content::-webkit-scrollbar {
        width: 6px;
    }

    .notif-tab-content::-webkit-scrollbar-track {
        background: #f1f5f9;
        border-radius: 3px;
    }

    .notif-tab-content::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 3px;
    }

    .notif-tab-content::-webkit-scrollbar-thumb:hover {
        background: #94a3b8;
    }

    /* ==========================================
       Guest Language Dropdown Styling
       ========================================== */
    #languageDropdown + .dropdown-menu .dropdown-item {
        transition: all 0.2s ease;
        border-radius: 8px;
        margin: 2px 4px;
    }

    #languageDropdown + .dropdown-menu .dropdown-item:hover {
        background-color: #f0f7ff !important;
        transform: translateX(2px);
    }

    #languageDropdown + .dropdown-menu .dropdown-item.active {
        background-color: #e7f0ff !important;
        color: #0d6efd;
        font-weight: 600;
    }

    #languageDropdown + .dropdown-menu {
        min-width: 180px !important;
        padding: 4px;
    }

    /* ==========================================
       Language Submenu Styling
       ========================================== */
    .nav-submenu__link {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .nav-submenu__link.active {
        background-color: #e7f0ff !important;
        color: #0d6efd;
        font-weight: 600;
    }

    .nav-submenu__link .ms-auto {
        margin-left: auto !important;
    }

    /* ==========================================
       Veya Badge with Animation
       ========================================== */
    .veya-badge-wrapper {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        position: relative;
    }

    .veya-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 2px 6px;
        font-size: 0.65rem;
        font-weight: 600;
        text-transform: lowercase;
        background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
        color: #ffffff;
        border-radius: 8px;
        animation: veyabadge-pulse 2s ease-in-out infinite;
        box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
        letter-spacing: 0.3px;
        position: relative;
        top: -8px;
        margin-left: 4px;
    }

    @keyframes veyabadge-pulse {
        0%, 100% {
            transform: scale(1);
            box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
        }
        50% {
            transform: scale(1.05);
            box-shadow: 0 2px 12px rgba(59, 130, 246, 0.6);
        }
    }

    .veya-badge-wrapper:hover .veya-badge {
        animation: veyabadge-shine 0.6s ease-in-out;
    }

    @keyframes veyabadge-shine {
        0% {
            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
            transform: scale(1);
        }
        50% {
            background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
            transform: scale(1.1);
        }
        100% {
            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
            transform: scale(1);
        }
    }

    /* Mobile responsive */
    @media (max-width: 991px) {
        .veya-badge {
            font-size: 0.6rem;
            padding: 1px 5px;
            top: -6px;
        }

        .ai-badge {
            font-size: 0.55rem;
            padding: 1px 5px;
            top: -6px;
        }
    }

    /* ==========================================
       Dropdown Arrow Icon
       ========================================== */
    .dropdown-arrow-icon {
        font-size: 0.55rem !important;
        transition: transform 0.2s ease;
        margin-left: 2px;
        opacity: 0.9;
        color: #ffffff !important;
    }

    .nav-menu__item:hover .dropdown-arrow-icon,
    .nav-menu__item.activePage .dropdown-arrow-icon {
        opacity: 1;
    }

    .nav-menu__item.show .dropdown-arrow-icon,
    .nav-menu__item[aria-expanded="true"] .dropdown-arrow-icon {
        transform: rotate(180deg);
    }

    /* ==========================================
       Reduce gap between nav menu items
       ========================================== */
    .nav-menu {
        gap: 0.25rem !important;
    }

    /* ==========================================
       Consistent padding for nav menu links
       ========================================== */
    .nav-menu__link {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    /* Dropdown buttons - reduce left padding */
    .nav-menu__item.has-submenu > button,
    .nav-menu__item.has-submenu > .dropdown-arrow-btn,
    .header-menu .nav-menu__item button.dropdown-arrow-btn {
        padding-left: 0 !important;
        padding-right: 0.25rem !important;
    }

    /* Reduce margin on dropdown items */
    .nav-menu__item.has-submenu {
        margin-right: -0.4rem !important;
    }

    /* ==========================================
       AI Badge with Animation (same as Veya Badge)
       ========================================== */
    .ai-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 2px 6px;
        font-size: 0.6rem;
        font-weight: 600;
        text-transform: lowercase;
        background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
        color: #ffffff;
        border-radius: 8px;
        animation: ai-badge-pulse 2s ease-in-out infinite;
        box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
        letter-spacing: 0.3px;
        position: relative;
        top: -6px;
        margin-left: 2px;
    }

    @keyframes ai-badge-pulse {
        0%, 100% {
            transform: scale(1);
            box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
        }
        50% {
            transform: scale(1.05);
            box-shadow: 0 2px 12px rgba(59, 130, 246, 0.6);
        }
    }

    .nav-menu__item:hover .ai-badge {
        animation: ai-badge-shine 0.6s ease-in-out;
    }

    @keyframes ai-badge-shine {
        0% {
            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
            transform: scale(1);
        }
        50% {
            background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
            transform: scale(1.1);
        }
        100% {
            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
            transform: scale(1);
        }
    }

    /* ==========================================
       Modern Guest CTA Buttons
       ========================================== */
    .btn-guest-login {
        background: transparent;
        border: 1.5px solid rgba(255, 255, 255, 0.5);
        color: rgba(255, 255, 255, 0.9);
        position: relative;
        overflow: hidden;
        font-weight: 500;
    }

    .btn-guest-login:hover {
        border-color: rgba(255, 255, 255, 0.8);
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
        transform: translateY(-1px);
    }

    .btn-guest-signup {
        background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
        border: none;
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(37, 99, 235, 0.4);
        font-weight: 600;
    }

    .btn-guest-signup::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.5s ease;
    }

    .btn-guest-signup:hover {
        background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
        transform: translateY(-3px) scale(1.02);
        box-shadow: 0 8px 25px rgba(37, 99, 235, 0.5);
        color: #ffffff;
    }

    .btn-guest-signup:hover::before {
        left: 100%;
    }

    .btn-guest-signup:active {
        transform: translateY(-1px) scale(1.01);
    }

    /* Small badge variant */
    .veya-badge.small {
        font-size: 10px;
        padding: 2px 6px;
        margin-left: 4px;
        text-transform: none;
        letter-spacing: 0;
        font-weight: 500;
    }

    /* Light header variant */
    .header:not(.bg-neutral-900) .btn-guest-login {
        border-color: rgba(0, 0, 0, 0.25);
        color: rgba(0, 0, 0, 0.75);
    }

    .header:not(.bg-neutral-900) .btn-guest-login:hover {
        border-color: rgba(0, 0, 0, 0.5);
        background: rgba(0, 0, 0, 0.05);
        color: rgba(0, 0, 0, 0.9);
    }

    /* ==========================================
       Language Switcher
       ========================================== */
    .lang-switcher-wrapper {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .lang-item {
        font-size: 15px;
        letter-spacing: 0.3px;
        transition: all 0.2s ease;
    }

    .lang-item.active {
        font-weight: 600;
        color: #ffffff;
    }

    .lang-item.inactive {
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none;
        font-weight: 500;
    }

    .lang-item.inactive:hover {
        color: rgba(255, 255, 255, 0.9);
    }

    .lang-separator {
        color: rgba(255, 255, 255, 0.25);
        font-weight: 300;
    }

    /* Light header variant */
    .header:not(.bg-neutral-900) .lang-item.active {
        color: #1f2937;
    }

    .header:not(.bg-neutral-900) .lang-item.inactive {
        color: rgba(0, 0, 0, 0.5);
    }

    .header:not(.bg-neutral-900) .lang-item.inactive:hover {
        color: rgba(0, 0, 0, 0.8);
    }

    .header:not(.bg-neutral-900) .lang-separator {
        color: rgba(0, 0, 0, 0.25);
    }

    /* ==========================================
       Mobile Responsiveness for Guest Buttons
       ========================================== */
    @media (max-width: 991px) {
        /* Reduce header height on mobile */
        .header {
            padding: 10px 0 !important;
        }

        .header-inner {
            min-height: auto !important;
        }

        .container--xl {
            padding: 0 15px !important;
        }

        /* Make guest buttons responsive on mobile - keep side by side */
        .header-right {
            flex-wrap: nowrap !important;
            justify-content: flex-end !important;
            gap: 8px !important;
        }

        .header-right .btn-guest-login,
        .header-right .btn-guest-signup {
            font-size: 12px !important;
            height: 34px !important;
            padding: 0 12px !important;
            white-space: nowrap !important;
            flex-shrink: 0 !important;
        }

        .header-right .btn-guest-login i,
        .header-right .btn-guest-signup i {
            font-size: 13px !important;
        }

        /* Optimize logo size on mobile */
        .logo img {
            max-height: 65px !important;
            width: auto !important;
            min-width: 140px !important;
        }
    }

    @media (max-width: 480px) {
        /* Extra small screens - compact header */
        .header {
            padding: 8px 0 !important;
        }

        /* Extra small screens - compact buttons side by side */
        .header-right {
            gap: 6px !important;
        }

        .header-right .btn-guest-login,
        .header-right .btn-guest-signup {
            font-size: 11px !important;
            height: 32px !important;
            padding: 0 10px !important;
        }

        .header-right .btn-guest-login i,
        .header-right .btn-guest-signup i {
            font-size: 12px !important;
        }

        /* Hide icons on very small screens to save space */
        .header-right .btn-guest-login i,
        .header-right .btn-guest-signup i {
            display: none;
        }

        /* Optimize logo size for small screens */
        .logo img {
            max-height: 60px !important;
            min-width: 130px !important;
        }
    }

    @media (max-width: 360px) {
        /* Tiny screens - minimal buttons side by side */
        .header-right {
            gap: 4px !important;
        }

        .header-right .btn-guest-login,
        .header-right .btn-guest-signup {
            font-size: 10px !important;
            height: 30px !important;
            padding: 0 8px !important;
        }

        .logo img {
            max-height: 55px !important;
            min-width: 120px !important;
        }
    }

    /* Tablet sizes */
    @media (min-width: 768px) and (max-width: 991px) {
        .header-right .btn-guest-login,
        .header-right .btn-guest-signup {
            font-size: 13px !important;
            height: 36px !important;
            padding: 0 16px !important;
        }
    }
