#linkSelect {
  -webkit-appearance: none; /* Removes arrow in Chrome/Safari */
  -moz-appearance: none;    /* Removes arrow in Firefox */
      appearance: none;
    border: none;
    outline: none;
    margin: 0;
    width: 100%;
    padding: 0.5rem 5%;
    font-size: 1.5rem;    z-index: 1;
    font-weight: 600;
    color: #fff;
    background: var(--orange);
        background-image: url(https://katalyst.dotncube.in/wp-content/uploads/2025/07/arrow.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 95% 50%;
    position: sticky;
    top: var(--header-height);
}

