/* =========================================================
   Font Awesome CDN icon normalization
   Keeps every website icon centered, crisp and independent
   from the removed local Font Awesome font files.
========================================================= */

/* Base icon rendering */
.fa-solid,
.fa-regular,
.fa-brands {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  vertical-align: middle !important;
  flex: 0 0 auto;
}

/* Floating Call + WhatsApp buttons */
.v2-float-call,
.v2-float-wa {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  overflow: hidden !important;
  isolation: isolate;
  border: 0 !important;
}

.v2-float-call i,
.v2-float-wa i {
  width: 1em !important;
  height: 1em !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: 20px !important;
  color: #fff !important;
  position: relative;
  z-index: 2;
}

.v2-float-call i::before,
.v2-float-wa i::before {
  display: block !important;
  line-height: 1 !important;
  margin: 0 !important;
}

/* Header + footer social circles */
.v2-socials a,
.v2-footer-socials a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
}

.v2-socials a i,
.v2-footer-socials a i {
  width: 1em !important;
  height: 1em !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

/* Contact and action icons */
.v2-top-left a i,
.v2-call-pill i,
.v2-mobile-call i,
.v2-contact-list i,
.expertise-treatment-list li i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

/* Prevent old local icon font declarations from taking priority */
i.fa-solid,
i.fa-regular,
i.fa-brands {
  font-style: normal !important;
}

@media (max-width: 760px) {
  .v2-float-call i,
  .v2-float-wa i {
    font-size: 19px !important;
  }
}
