    body {
      /* background-color: #121212; */
      background-image: url('a.jpg') ;
       background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed;  */
      color: #f8f9fa;
    }

  .bigbox {
  display: flex;
  justify-content: flex-start;  /* align cards to the left */
  align-items: flex-start;      /* align at the top */
  gap: 40px;         
   max-width: 1500px;             /* space between cards */

  }

@media (max-width:600px){
  
  .bigbox{
    flex-direction: column;
  }
  .conty,.boxy{
flex: none;       /* remove flex behavior */
    width: 100%;      /* take full width of bigbox */
    max-width: 100%; 
  }
}

@media (min-width:800px) {
  .conty{
    flex: 1;
  margin-left: 40px;
  }
  
}

.boxy{
 flex: 1;
 min-width: 350px;
 min-height: 300px;

  /* word-wrap: break-word; */
}

.boxy .inner2{
  margin-top: 33px;
  margin-bottom: 33px;
}


    .card {
    background: rgba(58, 56, 56, 0.01); 
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px);
  padding: 2rem;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  color: #f8f9fa;

    }

    .card h2 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
    .form-control {
      border-radius: 0.7rem;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s;
    }
    .form-control:focus {
      background-color: rgba(0, 0, 0, 0.3);
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    }
    .btn-primary {
        background-color: #0d6efd;
  border: none;
  padding: 10px;
  font-weight: 600;
  border-radius: 0.7rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .btn-primary:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}
    table {
      border-radius: 0.5rem;
      overflow: hidden;
    }
    th, td {
      vertical-align: middle;
    }
   .head{
    color: white;
      font-family: "Playwrite AU QLD";
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
   }

   .new::placeholder{
    color:white;
    font-size: 1rem;
   }

.container{
    
  /* display: flex;
  justify-content: left;
  align-items: center;
  padding: 20px;
  min-height: 100vh; */
}



.container.d-flex {
  flex-wrap: wrap;
}

.hm{
   font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
      padding-left: 23px;
      font-size: 24px;

}

.box{
    padding: 15px;
    gap: 27px;
}
.box ul{
   display: flex;
   align-item:space-between;
}

.bg{
    background-color: rgba(25, 25, 25, 0.3);
    border-bottom: 1px solid white;
    border-radius: 5px
}

.hello{
    font-size: 23px
}

.custom-navbar {
  background-color: rgba(25, 25, 25, 0.3);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 10px rgba(0,0,0,0.6);
  border-radius: 0 0 15px 15px;
  z-index: 999;
}

.gradient-text {
  font-weight: bold;
  background: linear-gradient(45deg, #00c6ff, #0072ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-link {
  color: white !important;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  transition: all 0.3s ease;
}

.nav-link:hover,
.nav-link:focus {
  color: #00c6ff !important;
  transform: scale(1.05);
}

.nav-glow {
  text-shadow: 0 0 5px rgba(0, 198, 255, 0.5);
}


footer {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  color: #f1f1f1;
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  animation: fadeInFooter 1s ease-in-out;
}

@keyframes fadeInFooter {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

footer span {
  display: block;
  margin-top: 5px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
}

.table-responsive {
  margin-top: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  overflow-x: auto;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

table.table {
  width: 100%;
  min-width: 500px; /* ensures scroll on very small screens */
  border-collapse: collapse;
  color: white;
  font-size: 0.95rem;
}

.table thead th {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
  border: none;
  font-weight: 600;
  padding: 1rem 0.75rem;
  text-align: center;
  white-space: nowrap;
}

.table tbody td {
  background: rgba(0, 0, 0, 0.25);
  border: none;
  padding: 0.75rem;
  text-align: center;
  white-space: nowrap;
  color: white;
}

.table tbody tr:hover {
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.table td,
.table th {
  border: none;
}

/* Chat Styles */
.chat-container {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-top: 20px;
}

.chat-messages {
    border-radius: 5px;
    padding: 10px;
    background-color: rgba(0,0,0,0.2);
    margin-bottom: 15px;
}

.chat-message {
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 15px;
    max-width: 80%;
}

.user-message {
    margin-left: auto;
    background-color: rgba(13, 110, 253, 0.2) !important;
    border: 1px solid rgba(13, 110, 253, 0.3);
}

.bot-message {
    margin-right: auto;
    background-color: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.2);
}

#chat-input {
    background-color: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    border-radius: 0.7rem;
    padding: 10px;
}

#chat-input::placeholder {
    color: rgba(255,255,255,0.5);
}

#send-message {
    border-radius: 0.7rem;
    margin-left: 10px;
}
