@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot');
  src:  url('../fonts/icomoon.eot#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../images/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-logo:before {
  content: "\e919";
}
.icon-slash-bora:before {
  content: "\e918";
  color: #5b45f3;
}
.icon-sms:before {
  content: "\e914";
  color: #5b45f3;
}
.icon-hand-touch:before {
  content: "\e915";
  color: #5b45f3;
}
.icon-notification:before {
  content: "\e916";
  color: #5b45f3;
}
.icon-chart:before {
  content: "\e917";
  color: #5b45f3;
}
.icon-user-time:before {
  content: "\e900";
}
.icon-hand-up:before {
  content: "\e901";
}
.icon-coin-user:before {
  content: "\e902";
}
.icon-Group-34991:before {
  content: "\e91a";
}
.icon-target-chart:before {
  content: "\e903";
}
.icon-user-chart:before {
  content: "\e904";
}
.icon-device-cloud:before {
  content: "\e905";
}
.icon-cloud-dots:before {
  content: "\e906";
}
.icon-phone-cloud:before {
  content: "\e907";
}
.icon-device-sync:before {
  content: "\e908";
}
.icon-phone-sync:before {
  content: "\e909";
}
.icon-user-sync:before {
  content: "\e90a";
}
.icon-coin-up:before {
  content: "\e90b";
}
.icon-hand-coin-up:before {
  content: "\e90c";
}
.icon-money-transfer:before {
  content: "\e90d";
}
.icon-slash:before {
  content: "\e90e";
  color: #63e483;
}
.icon-facebook:before {
  content: "\e90f";
}
.icon-linkedin:before {
  content: "\e910";
}
.icon-twitter:before {
  content: "\e911";
}
.icon-instagram:before {
  content: "\e912";
}
.icon-youtube:before {
  content: "\e913";
}

  .whatsapp-container {
      position: fixed;
      bottom: 40px;
      right: 40px;
      text-align: center;
      z-index: 1000;
    }

    .whatsapp-button {
      background-color: #25d366;
      color: white;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .whatsapp-button:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    }

    .whatsapp-button a {
      text-decoration: none;
      color: white;
      font-size: 24px;
    }

    .whatsapp-text {
      margin-top: 8px;
      font-size: 14px;
      color: #25d366;
            text-align: center;

      font-family: Arial, sans-serif;
      font-weight: bold;
    }