/* Nature Minimal Contact Styles */
.telegram-link:hover {
  background: #2d7d32 !important;
  color: #fff !important;
  transform: scale(1.06) translateY(-2px);
  box-shadow: 0 6px 24px rgba(76, 175, 80, 0.3), 0 4px 12px rgba(45, 125, 50, 0.2);
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.d-flex.flex-wrap.align-items-center.justify-content-center.mb-4.gap-3.gap-md-4 > a,
.d-flex.flex-wrap.align-items-center.justify-content-center.mb-4.gap-3.gap-md-4 > span {
  margin-bottom: 8px;
}

.phone-link:hover {
  background: #e8f5e8 !important;
  color: #2d7d32 !important;
  transform: scale(1.06) translateY(-2px);
  box-shadow: 0 6px 24px rgba(76, 175, 80, 0.2), 0 4px 12px rgba(200, 230, 201, 0.4);
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 2px solid #c8e6c9;
}
