    .footer {
      background: #000000;
    }

    .footer .footer-top {
      padding-top: 80px;
      padding-bottom: 80px;
    }

    .footer .footer-top .footer-title-01 {
      font-size: 16px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 30px;
    }

    .footer .footer-top .footer-link-01 li {
      margin-bottom: 10px;
    }

    .footer .footer-top .footer-link-01 li:last-child {
      margin-bottom: 0;
    }

    .footer .footer-top .footer-link-01 li a {
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      text-decoration: none;
      transition: 0.3s;
    }

    .footer .footer-top .footer-link-01 li a:hover {
      color: #ffffff;
      text-decoration: none;
    }

    .footer .footer-top .footer-link-01 li a i {
      font-size: 16px;
      margin-right: 10px;
      color: #ffffff;
    }

    .footer .footer-top .footer-link-01 li a:hover i {
      color: #ffffff;
    }

    .footer .footer-top .footer-link-01 li a:hover {
      color: #ffffff;
      text-decoration: none;
    }

    .footer .footer-top .footer-link-01 li a:hover i {
      color: #ffffff;
    }

    .footer .footer-top .footer-link-01 li a:hover {
      color: #ffffff;
      text-decoration: none;
    }

    .footer .footer-top .footer-link-01 li a:hover i {
      color: #ffffff;
    }

    .footer .footer-top .footer-link-01 li a:hover {
      color: #ffffff;
      text-decoration: none;
    }

    .footer .footer-top .footer-link-01 li a:hover i {
      color: #ffffff;
    }

    .footer .footer-top .footer-link-01 li a:hover {
      color: #ffffff;
      text-decoration: none;
    }

    .footer .footer-top .footer-link-01 li a:hover i {
      color: #ffffff;
    }

    .footer .footer-top .footer-link-01 li a:hover {
      color: #ffffff;
      text-decoration: none;
    }

    .footer .footer-top .footer-link-01 li a:hover i {
      color: #ffffff;
    }

    .footer .footer-top .footer-link-01 li a:hover {
      color: #ffffff;
      text-decoration: none;
    }

    .footer .footer-top .footer-link-01 li a:hover i {
      color: #ffffff;
    }


    .btn-whatsapp-pulse {
      background: #25d366;
      color: white;
      position: fixed;
      bottom: 100px;
      right: 20px;
      font-size: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 0;
      height: 0;
      padding: 35px;
      text-decoration: none;
      border-radius: 50%;
      animation-name: pulse;
      animation-duration: 1.5s;
      animation-timing-function: ease-out;
      animation-iteration-count: infinite;
       z-index: 999999999999;
    }
    
    @keyframes pulse {
      0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
      }
      80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
      }
    }
    
    .btn-whatsapp-pulse-border {
      bottom: 120px;
      right: 20px;
      animation-play-state: paused;
    }
    
    .btn-whatsapp-pulse-border::before {
      content: "";
      position: absolute;
      border-radius: 50%;
      padding: 25px;
      border: 5px solid #25d366;
      opacity: 0.75;
      animation-name: pulse-border;
      animation-duration: 1.5s;
      animation-timing-function: ease-out;
      animation-iteration-count: infinite;
    }
    
    @keyframes pulse-border {
      0% {
        padding: 25px;
        opacity: 0.75;
      }
      75% {
        padding: 50px;
        opacity: 0;
      }
      100% {
        opacity: 0;
      }
    }
    