
body { font-family: Arial; margin: 0; padding: 0; }
header { background-color: #111; color: white; padding: 1em; text-align: center; }
nav a { color: white; margin: 0 1em; text-decoration: none; }
section { padding: 2em; }
.cars { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.car { border: 1px solid #ccc; padding: 1em; width: 300px; border-radius: 8px; }
.whatsapp-btn {
  position: fixed; bottom: 20px; right: 20px;
  background-color: #25D366; color: white; padding: 15px;
  border-radius: 50%; text-decoration: none; font-size: 24px;
}
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease;
}
.whatsapp-btn:hover {
  background-color: #1ebe5d;
}
.whatsapp-icon {
  font-size: 20px;
}

.slick-dots {
  display: none !important;
}

.car-slider .slick-dots {
  display: none !important;
}