       /* Navbar Styles */
        .bg-color {
            background: linear-gradient(to right, #1c1fc0, #a044ff);
            color: white;
            height: 37px;
            width: 100%;
            position:fixed;
            z-index: 1000; /* رفع مستوى z-index للـ navbar */

        }

         .navbar-collapse { /* >>>>*** DO NOT USE PADDING HERE ***<<<<<   NEVER  */
            color: antiquewhite;
        }

        .navbar-nav .nav-link {
            background: linear-gradient(to right, #1f1f1f, #a044ff);
            text-align: center;
            font-weight: 500;
            color: antiquewhite;
        }

        .navbar-nav .nav-link:hover {
            color: #91ff00;
            background-color: #00ff22;
        }


