﻿/* Premium footer social icons hover */

.footer-social a {
  width: 38px;
  height: 38px;
  border: 1px solid #D4AF37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D4AF37;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #D4AF37;
  color: #1B5E20;
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

.bulk-enquiry-banner {
  background: linear-gradient(145deg, #f8fff7 0%, #ffffff 60%);
}

.bulk-enquiry-card {
  background: linear-gradient(145deg, #f7fffb 0%, #ffffff 65%);
}
