/* Define the color palette */
        :root {
           /* Glassy Navbar */
        .navbar-custom {
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(12px);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
            border-radius: 10px;
            padding: 12px 20px;
        }
}

        .navbar-brand {
            font-size: 26px;
            font-weight: bold;
            color: #00eaff !important;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease-in-out;
        }

        .navbar-brand:hover {
            color: #ffffff !important;
            transform: scale(1.1);
        }

        .nav-item {
            margin: 0 10px;
        }

        .nav-link {
            color: white !important;
            font-size: 18px;
            position: relative;
            padding: 8px 15px;
            font-weight: 500;
            transition: all 0.3s ease-in-out;
        }

        .nav-link:hover {
            color: #00eaff !important;
        }

        /* Underline Effect */
        .nav-link::after {
            content: "";
            width: 0%;
            height: 2px;
            background: #00eaff;
            position: absolute;
            left: 50%;
            bottom: -5px;
            transition: all 0.4s ease-in-out;
            transform: translateX(-50%);
        }

        .nav-link:hover::after {
            width: 100%;
        }

        /* User Section */
        .user-menu {
            color: white;
            font-size: 18px;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .user-menu i {
            font-size: 22px;
            color: #00eaff;
        }

        /* Mobile Adjustments */
        @media (max-width: 768px) {
            .navbar-custom {
                text-align: center;
            }
            .user-menu {
                justify-content: center;
                margin-top: 10px;
            }
        }
        
        
        
        
        
        
        
        
        
        table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

th, td {
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

th {
  background-color: #f9fafb;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

tr:hover {
  background-color: #f3f4f6;
  transition: background-color 0.2s ease;
}

td:last-child a {
  display: inline-block;
  padding: 6px 12px;
  background-color: #2563eb;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  transition: background-color 0.2s ease;
}

td:last-child a:hover {
  background-color: #1d4ed8;
}


        
        
        
        
        
        
        
        
        
        
         body {
            background-color: #faeafb;
            color: #333;
            font-family: 'Poppins', sans-serif;
            padding-top:80px;
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(135deg, #4A00E0, #5D3FD3);
            color: white;
            padding: 100px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .hero h1 {
            font-size: 3rem;
            font-weight: bold;
            text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
        }

        .hero p {
            font-size: 1.2rem;
            margin-top: 10px;
        }

        .hero .cta-btn {
            background: #FFD700;
            color: #333;
            padding: 12px 24px;
            border-radius: 50px;
            font-weight: bold;
            margin-top: 20px;
            text-decoration: none;
            transition: 0.3s;
        }

        .hero .cta-btn:hover {
            background: #FFC107;
            box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
        }

        /* Grid Sections */
        .section {
            padding: 80px 0;
        }

        .section h2 {
            font-size: 2.5rem;
            font-weight: bold;
            text-align: center;
            margin-bottom: 50px;
        }

        /* Cards */
        .info-card {
            background: rgba(255,255,255,0.8);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            transition: 0.3s;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }

        .info-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }

        /* Testimonial Carousel */
        .carousel-item {
            text-align: center;
        }

        /* Footer */
        .footer {
            background: #4A00E0;
            color: white;
            padding: 20px 0;
            text-align: center;
        }

        .footer a {
            color: #FFD700;
            text-decoration: none;
        }

        .footer a:hover {
            color: #FFC107;
        }
        
        
        
        #loginbox{display:block;margin:0 auto;
width:100%;padding:30px; border-radius:.5rem;
border:1px solid #ccc; margin-top:20px; 
background-color:rgba(255,255,255,.9);
max-width:600px;}

#loginbox > h1 {font-size:16pt;color:#3131ac;font-weight:400;font-family: 'Roboto', Arial, sans-serif;}
#logininfo{padding-top:10px;font-style:oblique;font-size:8pt;color:#000;display:block;width:100%;float:left;}
.loginlogo{display:block;padding:10px;border:1px solid #fff;margin:0 auto;margin-top:20px;}
        
        
	

@media (max-width: 780px) /* -----------------------small 780--------------------- */
{
	
}