 .process-content {
    margin-top: 30px;
  }

  .process-tab {
    cursor: pointer;
    transition: transform 0.3s ease, border 0.3s ease;
  }

  .process-tab.active {
    border: 2px solid #007bff;
    transform: scale(1.05);
  }

  .process-content img {
    max-width: 100%;
    height: auto;
  }