 .whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
  }
  .whatsapp-btn svg {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
  }

  .custom-floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
    text-decoration: none;
  }
  .custom-floating-btn img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    animation: beat 2s ease-in-out infinite;
  }

  @keyframes breathe {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
      box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }
  @keyframes beat {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }

  
  
  @font-face{
    font-family: "Paralucent W00 Bold";
    src: url("fonts/1db72198459b1d419ae5940598a2bad5.eot");
    src: url("fonts/1db72198459b1d419ae5940598a2bad5.eot?#iefix")format("embedded-opentype"),
        url("fonts/1db72198459b1d419ae5940598a2bad5.woff")format("woff"),
        url("fonts/1db72198459b1d419ae5940598a2bad5.woff2")format("woff2"),
        url("fonts/1db72198459b1d419ae5940598a2bad5.ttf")format("truetype"),
        url("fonts/1db72198459b1d419ae5940598a2bad5.svg#Paralucent W00 Bold")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family: "Paralucent W00 Demi Bold";
    src: url("fonts/4cf5af941f7c70b2c0b7c36c78612735.eot");
    src: url("fonts/4cf5af941f7c70b2c0b7c36c78612735.eot?#iefix")format("embedded-opentype"),
        url("fonts/4cf5af941f7c70b2c0b7c36c78612735.woff")format("woff"),
        url("fonts/4cf5af941f7c70b2c0b7c36c78612735.woff2")format("woff2"),
        url("fonts/4cf5af941f7c70b2c0b7c36c78612735.ttf")format("truetype"),
        url("fonts/4cf5af941f7c70b2c0b7c36c78612735.svg#Paralucent W00 Demi Bold")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

h1, .uk-heading-large, .uk-heading-medium{
    font-family: "Paralucent W00 Bold" !important;
}
h2{
    font-family: "Paralucent W00 Demi Bold" !important;
}

