/* Font Awesome Icons Fix */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
       url("../webfonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
       url("../webfonts/fa-solid-900.ttf") format("truetype");
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linkedin:before {
  content: "\f08c";
}

/* Font Awesome 5 Solid Icons for comparison section */
.fa-lungs-virus:before {
  content: "\f967";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

/* Liquid Essentials Icons Fix */
@font-face {
  font-family: "lqd-essentials";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("../fonts/lqd-essentials.woff2") format("woff2"),
       url("../fonts/lqd-essentials.woff") format("woff");
}

[class^="lqd-icn-ess"], [class*=" lqd-icn-ess"] {
  font-family: "lqd-essentials" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ion-ios-play:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}

.icon-ion-ios-arrow-forward:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}

.icon-ion-ios-arrow-round-forward:before,
.icon-md-arrow-forward:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}

/* Ensure icons are visible */
.btn-icon i,
.iconbox-icon i {
  display: inline-block !important;
  font-size: inherit !important;
  line-height: 1 !important;
}

/* Fix for missing icons in buttons */
.elementor-button .btn-icon i {
  font-size: 16px !important;
}

/* YouTube icon fallback */
[class*="youtube"]:before {
  content: "▶";
  font-family: Arial, sans-serif;
  font-size: 14px;
}

/* Play button fallback */
[class*="play"]:before {
  content: "▶";
  font-family: Arial, sans-serif;
  font-size: 16px;
}

/* Additional Liquid icon fallbacks */
.lqd-icn-ess.icon-ion-ios-checkmark:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}

.lqd-icn-ess.icon-ion-ios-close:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}

.lqd-icn-ess.icon-num-1:before,
.lqd-icn-ess.icon-num-2:before,
.lqd-icn-ess.icon-num-3:before {
  font-family: "Inter", "Chivo", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 700;
}

.lqd-icn-ess.icon-num-1:before {
  content: "1";
}

.lqd-icn-ess.icon-num-2:before {
  content: "2";
}

.lqd-icn-ess.icon-num-3:before {
  content: "3";
}
