.sidebar.destop {
    display: block;
}

.sidebar.mobile {
    display: none;
}

.sidebar-listing {
    margin: 50px 0;
}

.sidebar {
    text-align: center;
}

/* Search Box */
.sidebar .search-box {
    position: relative;
    display: flex;
    align-items: center;
    background: transparent;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #dadada;
}

.sidebar .search-box .search-icon {
    font-size: 18px;
    color: gray;
    margin-right: 10px;
}

.sidebar .search-box input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    flex-grow: 1;
}

.sidebar .search-box input::placeholder {
    color: #dadada;
}

/* Range */
.sidebar-rang .slider-container {
    width: 100%;
    padding: 30px 15px;
    border-radius: 15px;
    border: 1px solid #dadada;
    background: #fff;
    text-align: left;
    margin-bottom: 30px;
}

.slider-container h3 {
    margin-bottom: 30px;
    font-size: 20px;
    color: #000000;
    font-family: "nunitobold";
    display: block;
    text-align: left;
}

.sidebar-rang #slider {
    margin: 20px 0;
}

.sidebar-rang .values {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
}

.sidebar-rang .noUi-horizontal .noUi-tooltip {
    bottom: -150%;
    border: none;
    font-size: 12px;
    color: #000;
    font-family: "nunitoregular";
    padding: 0;
}

.sidebar-rang .noUi-target {
    background: #fff;
    border-radius: inherit;
    border: none;
    box-shadow: none;
}

.sidebar-rang .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    right: -17px;
    top: -6px;
    border-radius: 20px;
    background: red;
    box-shadow: none;
    border: 2px solid #f58f92;
}
.sidebar-rang .noUi-handle.noUi-handle-upper {
    right: 0 !important;
}
.sidebar-rang .noUi-handle:after,
.noUi-handle:before {
    content: inherit;
}

.sidebar-rang .noUi-connects {
    background-color: #f58f92;
    border-radius: 25px;
    height: 7px;
}

.sidebar-rang .noUi-connect {
    background: #ec1f27;
}

/* Rateing */

.sidebar-rating {
    display: block;
    align-items: center;
    border: 1px solid #dadada;
    padding: 30px 15px;
    background: white;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 30px;
}

.sidebar-rating .rating-label {
    margin-bottom: 20px;
    font-size: 20px;
    color: #000000;
    font-family: "nunitobold";
    display: block;
    text-align: left;
}

.sidebar-rating .rating-box {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.sidebar-rating .rating-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    border: 1px solid #dadada;
    border-radius: 4px;
    cursor: pointer;
    background: white;
    font-size: 14px;
    font-family: "nunitobold";
    color: #000;
}

.sidebar-rating .rating-item .star {
    color: gold;
    margin-left: 3px;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked + label {
    background: linear-gradient(to bottom, #c00, #900);
    color: white;
    border: none;
}

/* Filter Buttons */
.filter-listing-map .filter-container {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-bottom: 30px;
}

.filter-listing-map .filter-toggle {
    position: relative;
    display: flex;
    width: 180px;
    height: 45px;
    border-radius: 15px;
    border: 2px solid #8b0000;
    overflow: hidden;
}

.filter-listing-map .toggle-slider {
    position: absolute;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, #ec1f27, #770000);
    border-radius: 13px;
    transition: 0.3s ease-in-out;
}

.filter-listing-map .filter-button {
    flex: 1;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.filter-listing-map .filter-button.active {
    color: white;
}

.filter-listing-map .content {
    display: none;
}

.filter-listing-map .content.active {
    display: block;
}

.filter-button span svg path {
    fill: #ec1f27;
}

.filter-button.active span svg path {
    fill: #fff;
}

.filter-listing-map .filter-button .icon {
    position: relative;
    top: 5px;
}

.content-container .service-image img {
    width: 500px;
    border: 2px solid #ec1f27;
    border-radius: 15px;
    height: 300px;
    object-fit: fill;
    object-position: top;
}

.image-listing {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.image-details {
    margin-left: 30px;
}

.image-details h3 {
    margin-bottom: 15px;
}

.image-details p {
    font-size: 16px;
    color: #3a3a3a;
    margin-bottom: 15px;
}

.loction,
.category {
    font-family: "nunitoregular";
    font-size: 16px;
    color: #a1a1a1;
    margin-bottom: 15px;
}

.reviews-line-miles {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #000;
    justify-content: space-between;
}

.reviews-line span {
    color: #a1a1a1;
    margin-right: 5px;
    font-size: 12px;
}

.maplisting iframe {
    border-radius: 15px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pagination a {
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 6px;
    border: 2px solid #d32f2f;
    font-weight: bold;
    cursor: pointer;
    background: linear-gradient(45deg, #ec1f27 0%, #770000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.pagination a.active {
    background: linear-gradient(90deg, #ec1f27 0%, #770000 100%);
    color: white;
    -webkit-text-fill-color: white !important;
}

.pagination a.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.mobile-sidebar {
    display: none;
}

.mobile-sidebar .sidebar-mobile-res {
    width: 50%;
    height: 100vh;
    background: #fff;
    color: #000;
    position: fixed;
    top: 0;
    left: -650px;
    transition: 0.3s ease-in-out;
    padding: 20px;
    z-index: 9999;
    /* margin-top: 140px; */
}

.mobile-sidebar .sidebar-mobile-res.active {
    left: 0;
}

.mobile-sidebar .open-btn {
    position: relative;
    background: transparent;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.mobile-sidebar .open-btn svg {
    width: 30px;
    height: 30px;
}

.mobile-sidebar .close-btn {
    background-color: transparent;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.gotdirt_profile_service_listing .image-listing {
    align-items: start;
}
.gotdirt_profile_service_listing .image-listing .service-image img {
    height: 100%;
    width: 100%;
    border: 2px solid #ec1f27;
    border-radius: 15px;
}
@media (max-width: 1199.98px) {
    .sidebar.destop {
        display: none;
    }

    .sidebar.mobile {
        display: block;
    }

    .filter-listing-map .filter-container {
        justify-content: center;
    }

    .mobile-sidebar {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .sidebar-listing {
        margin: 50px 0;
    }

    .content-container .service-image img {
        width: 100%;
    }

    .image-listing {
        display: block;
    }

    .image-details {
        margin-left: 0px;
        margin-top: 30px;
    }
}

@media (max-width: 756.98px) {
    .mobile-sidebar .sidebar-mobile-res {
        width: 90%;
    }
}
.car-washing-checkbox:checked + .car-washings {
    color: #fff;
    border-color: #ec1f27;
    background: linear-gradient(to right, #ec1f27, #770000);
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    width: 100%;
}
.rating-box__list label{
    padding: 20px;
    border: 2px solid #3a3a3a;
    border-radius: 15px;
}

.Sevices_sidebar_listing label.car-washing{
    padding: 10px;
    background: #fff;
}
.Sevices_sidebar_listing .car-washings{
    background: linear-gradient(to right, #ec1f27, #770000); 
    padding: 2px;
}
.Sevices_sidebar_listing > label{
    background: #fff;
    border-radius: 15px;
}

.car-washings{
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 5%);
    width: 100%;
}

.car-washing-checkboxs:checked + .car-washing {
    color: #fff;
    border-color: #ec1f27;
    background: linear-gradient(to right, #ec1f27, #770000);
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    width: 100%;
}
.sidebar.desktop{
    margin-top: 75px;
}


@media (max-width: 1199.98px) {
    .car-washings label.car-washing {
        margin-bottom: 0;
        display: block;
    }
    .sidebar.desktop{
        margin-top: 0;
        margin-bottom: 50px;
    }
}

/* Search Dropdown */
.suggestions-dropdown{
    display: none;
    max-height: none; /* Default - No max height */
    overflow-y: visible; /* Default - No scroll */
    position: absolute;
    top: 50px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 0;
    z-index: 3;
}
.suggestions-dropdown:has(.suggestion-item:nth-child(6)) {
    max-height: 210px; /* Adjust as needed */
    overflow-y: auto;
}
.suggestions-dropdown li{
    text-align: left;
    padding: 10px 0;
    margin: 0 10px;
    font-size: 14px;
    text-align: left;
    font-family: 'nunitoregular';
    color: #3a3a3a;
}

