﻿/*.current-city-option {
    background: #e8f5e8;
    border-left: 3px solid #4caf50;
}

.nearby-area-option {
    background: #fff3cd;
    border-left: 3px solid #ffc107;
}

.autocomplete-item small {
    margin-left: auto;
    font-size: 11px;
    color: #666;
    opacity: 0.7;
}

.autocomplete-item {
    margin-left: auto;
    font-size: 14px;
    opacity: 0.7;
    cursor: pointer;
}

.no-nearby-areas {
    background: #f8f9fa;
    color: #6c757d;
}

.current-location-option {*/
    /*    background: #e3f2fd;*/
    /*border-top: 1px solid #ccc;
}

.search-bar {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #ccc;*/
    /*border-right: none;*/
    /*overflow: visible;
    background: #fff;
    border-radius:8px;*/
    /*border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;*/
    /*flex: 1;
}

.search-field {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    border-right: 1px solid #eee;
    padding-left: clamp(2px, 10px, 15px);
    padding-right: clamp(2px, 10px, 15px);
}

    .search-field:last-child {
        border-right: none;
    }

    .search-field i {
        margin-right: 6px;
        font-size: 18px;
        color: #555;
    }

    .search-field input {
        flex: 1;
        padding: 12px 8px;
        border: none;
        font-size: 16px;
        outline: none;
        width: 100%;
    }

@media (max-width: 499px) {
    .search-field {
        padding-left: 4px;
        padding-right: 4px;
    }

        .search-field input {
            padding: 12px 0px;
        }
}

#searchBtn {
    justify-content: center;
    background: var(--ul-blue);
    border: 1px solid var(--ul-blue);
    color: #fff;
    padding: 12px 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-left: none;
    white-space: nowrap;
    text-decoration: none;
    display: flex;
    align-items: center;
}
@media (max-width: 499px) {
    #searchBtn {*/
/*        font-size: 12px;*/
    /*}
}

    #searchBtn:hover {
        background: #0056b3;
        outline: none;
        border-color: #0056b3;
    }*/

    /* Mobile Responsive Styles */


    /* For very small screens */

    /* Rest of your existing CSS remains the same */
    /*.autocomplete-results {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        max-height: 300px;
        overflow-y: auto;
        border: 1px solid #ddd;
        border-top: none;
        background: #fff;
        border-radius: 0 0 6px 6px;
        display: none;
        z-index: 1000;
    }

    .autocomplete-group {
        padding: 6px 12px;
        background: #f5f5f5;
        font-size: 12px;
        font-weight: bold;
        color: #555;
        border-bottom: 1px solid #eee;
    }

    .autocomplete-item {
        padding: 10px 12px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .autocomplete-item:hover {
            background: #f0f8ff;
        }

        .autocomplete-item i {
            margin-right: 8px;
            color: #666;
        }

        .autocomplete-item span.type {
            margin-left: auto;
            font-size: 11px;
            color: #888;
            text-transform: uppercase;
        }

    #speciality-results {
        position: absolute;
        background: #fff;
        border: 1px solid #ddd;
        z-index: 9999;
        max-height: 250px;
        overflow-y: auto;
    }*/
.search-section {
/*    padding: 10px;*/
}

.search-btn {
    padding-top: 0.81rem !important;
    padding-bottom: 0.81rem !important;
    border-radius: 0px !important;
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
    .search-btn:hover {
        transform: none !important;
    }
.search-bar {
    display: flex;
    gap: 10px;
    border: 1px solid #fff;
    /*border-radius: 8px;*/
    padding: 5px 10px;
    background: #fff;
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.search-field {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .search-field input {
        border: none;
        outline: none;
        width: 100%;
        padding: 8px;
    }

    .search-field i {
        color: #666;
    }

.autocomplete-results {
    position: absolute;
    top: 113%;
    left: -11px;
    right: -1px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.autocomplete-group {
    padding: 8px 12px;
    background: #f5f5f5;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
}

.autocomplete-item {
    padding: 10px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .autocomplete-item:hover,
    .autocomplete-item.active {
        background: #e8f4fd;
    }

    .autocomplete-item .type {
        margin-left: auto;
        font-size: 11px;
        color: #999;
    }

.current-location-option {
    color: #007bff;
    font-weight: 500;
}

.nearby-area-item {
    color: #333;
}

/*#searchBtn {
    background: #007bff;
    color: white;*/
    /*padding: 18px 24px;*/
    /*border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    text-align: center;*/
    /*font-weight: 500;
    border: none;*/
    /*transition: background 0.3s;
}

    #searchBtn:hover {
        background: #0056b3;
    }*/

.br-1 {
    border-right: 1px solid #ddd;
}