*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.card{
  margin: auto;
  width: 25rem;
}

.container{
  text-align: center;
}

.card-img-top{
  height: 280px;
}

.hero-section{
  color: black !important;
}
/* Colore di sfondo del body */
body {
  background-color: #f2f2f2;
  font-family: 'Roboto', sans-serif;
  background-image: url('img/background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

/* Colore di sfondo del footer */
footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  margin-top: 50px;
}

/* Colore del testo del link nel footer */
footer a {
  color: #FFF;
}

/* Stile del titolo del footer */
footer h5 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.whatsapp-button {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
width: 60px;
height: 60px;
background-color: #25D366;
border-radius: 50%;
text-align: center;
font-size: 24px;
color: white;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
background-color: #128C7E;
}

.whatsapp-message-container {
position: fixed;
bottom: 20px;
right: 90px;
z-index: 9999;
background-color: rgba(37, 211, 102, 0.8);
color: white;
font-size: 14px;
font-weight: bold;
padding: 10px 20px;
border-radius: 5px;
display: block;
animation: fade-in 0.5s ease;
}

.service-card {
background-color: #ffffff;
border-radius: 10px;
padding: 20px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
margin-bottom: 20px;
}

.btn-primary {
background-color: #007bff;
border-color: #007bff;
}

.btn-primary:hover {
background-color: #0056b3;
border-color: #0056b3;
}

.btn-secondary {
background-color: #6c757d;
border-color: #6c757d;
}

.btn-secondary:hover {
background-color: #343a40;
border-color: #343a40;
}
