.watch-video-btn {
  background: var(--color-primary) !important;
  border: none !important;
  padding: 15px 40px !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  box-shadow: 0 10px 20px rgba(16, 165, 0, 0.2) !important;
  transition: all 0.3s ease !important;
  color: #fff !important; 
}

.watch-video-btn:hover {
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(16, 165, 0, 0.3) !important;
  opacity: 0.9;
}

.watch-video-btn i {
  transition: transform 0.3s ease;
}

.watch-video-btn:hover i {
  transform: scale(1.2);
}
