/* Contact Form - Select Dropdown Styling */
#source {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #ffffff;
    color: #334155;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23334155' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}

#source:focus {
    outline: none;
    border-color: #0166cc;
    box-shadow: 0 0 0 3px rgba(1, 102, 204, 0.1);
}

#source option {
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 10px;
}

#sourceOther {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #ffffff;
    color: #334155;
    width: 100%;
}

#sourceOther:focus {
    outline: none;
    border-color: #0166cc;
    box-shadow: 0 0 0 3px rgba(1, 102, 204, 0.1);
}

#sourceOther::placeholder {
    color: #94a3b8;
}