

#rightClickModal {
    animation: fadeIn 0.3s;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  #sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

.icon-svg {
    width: 32px;
    height: 32px;
    filter: invert(63%) sepia(7%) saturate(1%) hue-rotate(168deg) brightness(50%) contrast(120%);
}

.techStack {
    font-size: 18px;
    font-weight: 500;
    color: #484848;

}

.team {
    font-size: 11px;
    color: #484848;
}

.designation {
    font-size: 14px;
    color: #B0B0B0;
}

.desig {
    font-size: 16px;
    color: #B0B0B0;
}

.hidden-name {
    background-color: transparent;
    letter-spacing: 0.2em;
}

.blur-effect {
    color: transparent;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    filter: blur(3px);
    user-select: none;
    /* Prevent copying the hidden name */
    pointer-events: none;
    /* Disable interactions with the blurred text */
}