 /* Modern Dropdown Menü Stilleri */
        .dropdown-menu {
            display: none !important;
            position: absolute !important;
            top: 100% !important;
            right: 0 !important;
            z-index: 1000 !important;
            min-width: 280px !important;
            padding: 0 !important;
            margin: 8px 0 0 0 !important;
            background-color: #fff !important;
            border: none !important;
            border-radius: 12px !important;
            box-shadow: 0 10px 40px rgba(0,0,0,0.15) !important;
            overflow: hidden !important;
        }
        
        .dropdown-menu.show {
            display: block !important;
        }
        
        /* Kullanıcı Profil Bölümü */
        .user-profile-section {
            padding: 24px 20px 20px 20px !important;
            text-align: center !important;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
            color: white !important;
        }
        
        .user-avatar {
            width: 60px !important;
            height: 60px !important;
            border-radius: 50% !important;
            background: rgba(255,255,255,0.2) !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            margin: 0 auto 12px auto !important;
            font-size: 24px !important;
        }
        
        .user-info {
            text-align: center !important;
        }
        
        .user-name {
            font-size: 18px !important;
            font-weight: 600 !important;
            margin-bottom: 4px !important;
            color: white !important;
        }
        
        .user-username {
            font-size: 14px !important;
            opacity: 0.8 !important;
            color: rgba(255,255,255,0.9) !important;
        }
        
        /* Menü Öğeleri */
        .menu-items {
            padding: 8px 0 !important;
        }
        
        .dropdown-item {
            display: flex !important;
            align-items: center !important;
            width: 100% !important;
            padding: 12px 20px !important;
            color: #374151 !important;
            text-decoration: none !important;
            background-color: transparent !important;
            border: none !important;
            font-size: 14px !important;
            font-weight: 500 !important;
            transition: all 0.2s ease !important;
            text-decoration: none !important;
        }
        
        .dropdown-item:hover {
            background-color: #f3f4f6 !important;
            color: #1f2937 !important;
            transform: translateX(4px) !important;
            text-decoration: none !important;
        }
        
        .dropdown-item:hover {
            background-color: #f3f4f6 !important;
            color: #1f2937 !important;
            transform: translateX(4px) !important;
        }
        
        .menu-icon {
            width: 20px !important;
            margin-right: 12px !important;
            font-size: 16px !important;
            color: #667eea !important;
        }
        
        /* Ayırıcı */
        .dropdown-divider {
            height: 1px !important;
            background-color: #e5e7eb !important;
            margin: 8px 0 !important;
        }
        
        /* Çıkış Öğesi */
        .logout-item {
            color: #ef4444 !important;
        }
        
        .logout-item:hover {
            background-color: #fef2f2 !important;
            color: #dc2626 !important;
        }
        
        .logout-item .menu-icon {
            color: #ef4444 !important;
        }
        
        /* Dropdown Toggle Butonu */
        .dropdown-toggle {
            display: flex !important;
            align-items: center !important;
            gap: 8px !important;
            padding: 8px 12px !important;
            border-radius: 8px !important;
            transition: all 0.2s ease !important;
        }
        
        .dropdown-toggle:hover {
            background-color: rgba(255,255,255,0.1) !important;
        }
        
        .dropdown-toggle::after {
            display: inline-block !important;
            margin-left: 8px !important;
            font-size: 12px !important;
            transition: transform 0.2s ease !important;
        }
        
        .dropdown-toggle[aria-expanded="true"]::after {
            transform: rotate(180deg) !important;
        }
        
        /* Genel link stillerini koru */
        a:not(.dropdown-item):not(.dropdown-toggle) {
            text-decoration: none !important;
        }
        
        a:not(.dropdown-item):not(.dropdown-toggle):hover {
            text-decoration: none !important;
        }
        
        /* Mobil Uyumluluk */
        @media (max-width: 768px) {
            .dropdown-menu {
                position: fixed !important;
                top: 80px !important;
                left: 0 !important;
                right: 0 !important;
                width: 100vw !important;
                min-width: 100% !important;
                margin: 0 !important;
                border-radius: 0 !important;
                z-index: 9999 !important;
                background-color: #fff !important;
                overflow-y: auto !important;
                transform: translateX(100%) !important;
                transition: transform 0.3s ease-in-out !important;
                max-height: calc(100vh - 80px) !important;
                box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
            }
            
            .dropdown-menu.show {
                transform: translateX(0) !important;
            }
            

            
            /* Mobil Kullanıcı Profil */
            .user-profile-section {
                padding: 32px 20px 24px 20px !important;
            }
            
            .user-avatar {
                width: 80px !important;
                height: 80px !important;
                font-size: 32px !important;
                margin-bottom: 16px !important;
            }
            
            .user-name {
                font-size: 22px !important;
                margin-bottom: 6px !important;
            }
            
            .user-username {
                font-size: 16px !important;
            }
            
            /* Mobil Menü Öğeleri */
            .menu-items {
                padding: 16px 0 !important;
            }
            
            .dropdown-item {
                padding: 16px 24px !important;
                font-size: 16px !important;
                border-bottom: 1px solid #f3f4f6 !important;
            }
            
            .dropdown-item:last-child {
                border-bottom: none !important;
            }
            
            .menu-icon {
                width: 24px !important;
                font-size: 18px !important;
                margin-right: 16px !important;
            }
            
            /* Mobil Çıkış */
            .logout-item {
                margin-top: 16px !important;
                padding: 20px 24px !important;
                font-size: 16px !important;
                font-weight: 600 !important;
            }
            
            /* Overlay */
            .dropdown-overlay {
                display: none !important;
                position: fixed !important;
                top: 0 !important;
                left: 0 !important;
                right: 0 !important;
                bottom: 0 !important;
                background-color: rgba(0,0,0,0.5) !important;
                z-index: 9998 !important;
                opacity: 0 !important;
                transition: opacity 0.3s ease-in-out !important;
            }
            
            .dropdown-overlay.show {
                display: block !important;
                opacity: 1 !important;
            }
        }


     .header-brand-name{
        font-size: 1.5rem;
        font-weight: 700;
      background: linear-gradient(90deg, #b05200, #ffa200);
        margin-left: 0.5rem;
     }   