/* Icon Centering Fix */
.header-quick-contact a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

/* Specific adjustments for phone icon */
.header-quick-contact .fas.fa-phone {
  transform: translate(0.5px, 0px); /* Fine-tune position */
}

/* Specific adjustments for WhatsApp icon */
.header-quick-contact .fab.fa-whatsapp {
  font-size: 18px; /* Slightly larger for better visibility */
}
