/* Support Content Styles */
.support-content {
    height: calc(100vh - 100px); /* Full height minus header */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .support-content h2 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #ff5555;
  }
  
  .support-content p {
    font-size: 18px;
    color: #ccc;
    max-width: 500px;
    line-height: 1.5;
  }
  