/* Product/tech grid & cards are in custome.css - this file keeps only product-page-specific overrides */

/* Tech Icons Styling (Why Choose Us section) */
.tech-icon {
  font-size: 4rem;
  color: #d4af37; /* Metallic Gold */
  transition: all 0.3s ease;
}

.tech-card:hover .tech-icon {
  transform: scale(1.1);
  color: #b8860b; /* Darker Gold on hover */
}
