#address-select {

  appearance: none;       /* Standard */

  -webkit-appearance: none;  /* Safari and Chrome */

  -moz-appearance: none;     /* Firefox */

  background: none;          /* Optional: remove default background */

  padding-right: 1em;        /* Ensure space for custom icon if needed */

  border: 1px solid #ccc;    /* Optional: style the border */

    background: var(--golden);

    border: none;

    color: white;

    padding: 10px 45px 10px 25px;

    border-radius: 30px;

    font-size: 1.25rem;

    font-weight: 600;

    background-image: url(https://mca.dotncube.in/wp-content/uploads/2025/04/Vector-6.png);

    background-repeat: no-repeat;

    background-position: 90% 50%;

    background-size: 20px;

}

    

