.video-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
   background: #ff5000;
  border-radius: 10px;
  color: #00ffff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  text-decoration: none;
}

.video-placeholder:hover {
    background: #ff9500;
  transform: scale(1.02);
}

.hero-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  padding: 12px 22px;
  background: #25D366;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.3s ease;
}

.hero-whatsapp-btn:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
}

.hero-whatsapp-btn i {
  font-size: 32px;
  color: #ffd900;
}

.hero-video-btn,
.hero-whatsapp-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 300px;
  justify-content: center;
}


.hero-whatsapp-btn {
  margin-top: 15px;
}

