        /* Sidebar Styling */
        .sidebar {
            width: 250px;
            color: white;
            height: 100vh;
            position: sticky !important;
            top: 0;
            overflow-y: auto;
            box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
            z-index: 1000;
        }