
  /* Hover effects for certification badges */
  #luxury-tech-specs-certifications .cert-badge:hover {
    box-shadow: 0 0 15px rgba(255, 119, 0, 0.5);
    transform: translateY(-5px);
  }

  /* Hover effects for table rows */
  #luxury-tech-specs-table tbody tr:hover {
    background-color: #C4B9A4;
  }

  /* Button hover effects */
  a[href="#contact"]:hover {
    background-color: #e56b00;
  }

  a[href="#demo"]:hover {
    background-color: #008299;
  }
