.hero {
  height: 100vh;
  background-size: cover;
  background-position: center;
  padding-top: 70px;
}

.hero h1,
.hero p {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.card ul {
  padding-left: 0;
}

.card ul li {
  margin: 0.5rem 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin-left: 1rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffc107;
}

footer {
  font-size: 14px;
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50px;
  text-align: center;
  font-size: 32px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
  text-decoration: none;
}

.logo{
    width: 120px;
    height: 140px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
#cookie-banner {
  box-shadow: 0 -1px 10px rgba(0,0,0,0.3);
  font-size: 15px;
}

.cookie-banner button {
  background: #ffc107;
  color: #000;
  border: none;
  padding: 8px 12px;
  margin-left: 15px;
  cursor: pointer;
  font-weight: bold;
}



