

.footer-content {
  width: 100%;
  display: flex;
  padding: 30px 20px;
  border-top: 1px solid var(--border);
  justify-content: space-around;
  align-items: center;
  gap: 20px;

}

.footer-content h3 span {
  color: var(--primary);

}

.footer-content a {
  display: block;
  margin: 10px 0;
  color: var(--text-secondary);
  transition: .3s;

}

.footer-content a:hover {
  color: white;

}

/* .whatsapp-float{
    position:fixed;
    right:30px;
    bottom:30px;
    width:70px;
    height:70px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:2rem;
    color:white;
    box-shadow:0 15px 40px rgba(37,211,102,.45);
    animation:pulse 2s infinite;
    z-index:999;
} */


/* .chat-container{
    position:fixed;
    right:30px;
    bottom:30px;
    width:70px;
    height:170px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:2rem;
    color:white;
    box-shadow:0 15px 40px rgba(37,211,102,.45);
    z-index:999;

} */