.project-container{
  background: rgb(16 56 61 / 90%);
}
.category-card{
  /* background: rgba(16, 56, 61, 0.963); */
  background: rgba(255, 255, 255, 0.15);
  border: none;
}
.category-card:hover{
  border: 2px dotted #06B6D4 !important;
  box-shadow: 0px -1px 8px rgba(5, 208, 205, 0.9) !important;
  background: rgb(16 56 61 / 50%);
}
.project-card-btn{
  background: #00ffcebd;
  font-weight: 600 !Important;
}
.manual-card-text{
  color: #00ffcebd !important;
}
.project-card-btn:hover{
  background-color:aqua !important;
  color: black;
  font-weight: 600;
  /* box-shadow: 0px -1px 5px rgba(5, 208, 205, 0.9) !important; */
}
.pagination .page-item .page-link {
  background:rgba(0,0,0,0.8);
  color: rgb(255, 255, 255);
  border: 1px solid white;
  border-radius: 0;
  font-weight: 700;
  font-size: 20px;
 
}
.pagination{
  margin: 0 !important;
  
}

.pagination .page-item.active .page-link {
  background-color: #00ffcc; /* Slightly darker shade for active page */
  color: white;
}

.pagination .page-item .page-link:hover {
  background-color: #0369A1; /* Darker on hover */
  color: white;
}

@media (max-width: 768px) {
  .project-row{
    padding: 1px !important;
  }
}
