.enquiryBtn {
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 99;
    }

    .enquiryBtn a {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      font-size: 15px;
      margin-bottom: 30px;
      text-align: center;
      background: #faf7f2;
      color: var(--primary-color);
      box-shadow: 0 0 0 8px rgba(61, 251, 105, 0.45), 0 0 0 15px rgba(33, 164, 40, 0.63), 1rem 1rem 2rem rgb(0 0 0 / 25%);
      animation: enq 2s cubic-bezier(0.55, 0.76, 0.27, 1.29) infinite;
      position: relative;
      z-index: 1;
    }

    .enquiryBtn a i.fa-whatsapp {
      color: var(--whatsapp);
    }

    .enquiryBtn a i {
      margin-right: 0;
    }