/* html {
    scroll-behavior: smooth;
  }
  

  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .row {
    display: flex;
    gap: 20px;
  }
  
  .row input {
    flex: 1;
  }
  
  input, textarea {
    width: 100%;
    padding: 15px;
    background: #111;
    border: 1px solid #333;
    color: #fff;
    font-size: 16px;
  }
  
  button {
    padding: 15px;
    background: #fff;
    color: #000;
    border: none;
    cursor: pointer;
    font-weight: bold;
  }
  
  button:hover {
    opacity: 0.8;
  }
   */

   .listsocial li a {
    font-size: 20px;
   }

.parent-whatsapp{
    background: #25D366 !important; /* verde WhatsApp */
    color: white !important;
}
.parent-facebook {
  background: #1877F2 !important; /* albastru Facebook */
  color: white !important;
}

.parent-tiktok {
  background: #000000 !important; /* negru TikTok */
  color: white !important;
}
.floating-whatsapp2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 80px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.floating-whatsapp:hover {
  background-color: #128C7E;
  transform: scale(1.1);
}
