/**
 * Features Page Styles
 */

/* Tab Navigation Styling */
#antivirusFeaturesTabs .nav-link {
  color: #000000;
}

#antivirusFeaturesTabs .nav-link.active {
  color: #0d6efd;
}

/* Additional Features Page Styles */
.explore-features .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.explore-features .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.what-is-antivirus .card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}
