/* Swiper arrows will use default styling - no custom changes needed */

/* Icofont fallback - in case CDN fails */
.icofont-phone:before {
  content: "📞";
}

.icofont-location-pin:before {
  content: "📍";
}

.icofont-envelope:before {
  content: "✉️";
}

/* Icon check fix */
.icon_check:before {
  content: "✓";
  font-family: Arial, sans-serif;
  font-weight: bold;
}
