/* DHI Projects Frontend Styles */
#dhi-projects-grid {
  display: grid;
  gap: 30px;
}

.project-card {
  transition: all 0.3s ease;
}

.filter-btn {
  transition: all 0.3s ease;
}

@media (max-width: 640px) {
  #dhi-projects-grid {
    grid-template-columns: 1fr !important;
  }
}
