/* Custom styles for Select Location and Select Categories dropdowns */

/* Increase font size and darken text for the select elements */
.select-location,
.select-city,
.select-categories {
    font-size: 14px !important;
    color: #9a9a9a !important;
    font-weight: 500 !important;
}

/* Style for the dropdown options */
.select-location option,
.select-city option,
.select-categories option {
    font-size: 14px !important;
    color: #9a9a9a !important;
    font-weight: 500 !important;
    padding: 10px !important;
    border: 0px solid #2e2e2e !important;
}

/* Reduce spacing in footer copyright section */
/*.main-footer .footer-upper {
    padding: 15px 0 !important;
}*/

.main-footer .footer-content {
    padding: 15px 0 5px !important;
}

.main-footer .footer-bottom {
    padding: 5px 0 !important;
}

.copyright-text {
    margin: 0 !important;
    padding: 0 !important;
}
