﻿.tech-grid .tech-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tech-grid .tech-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.10);
}
