    /* Soft UI V2 Styles */
    body {
        background-color: #f8f9fa !important;
        color: #67748e;
    }

    .soft-card {
        border: none !important;
        border-radius: 1rem !important;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
        background-color: #fff;
        transition: all 0.3s ease-in-out;
        overflow: hidden;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .soft-card:hover {
        box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.08) !important;
        transform: translateY(-5px);
    }

    .sidebar-filter {
        background: #fff;
        border-radius: 40px !important;
        padding: 24px;
        margin-bottom: 24px;
        transition: all 0.3s ease;
        border: 1px solid #e9ecef;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
        position: sticky;
        top: 90px;
        z-index: 1000;
    }

    /* Gélules Styles */
    .pill-radio-input {
        display: none;
    }

    .pill-radio-label {
        display: inline-block;
        padding: 5px 12px;
        border-radius: 30px;
        background-color: #f8f9fa;
        color: #6c757d;
        font-size: 0.75rem;
        font-weight: 500;
        cursor: pointer;
        margin-right: 5px;
        margin-bottom: 8px;
        transition: 0.2s;
        border: 1px solid transparent;
    }

    .pill-radio-input:checked+.pill-radio-label {
        background-color: #343a40;
        color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    /* Toggle Switches Styles */
    .toggle-checkbox {
        width: 40px;
        height: 20px;
        appearance: none;
        background: #e9ecef;
        border-radius: 20px;
        position: relative;
        cursor: pointer;
        outline: none;
        transition: 0.3s;
        margin-right: 10px;
        vertical-align: middle;
    }

    .toggle-checkbox:checked {
        background: #2dce89;
    }

    .toggle-checkbox::before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        top: 2px;
        left: 2px;
        background: #fff;
        transition: 0.3s;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .toggle-checkbox:checked::before {
        left: 22px;
    }

    .filter-title {
        font-size: 1.1rem;
        font-weight: 600;
        color: #344767;
        margin-bottom: 1.2rem;
        font-family: 'Montserrat', sans-serif;
    }

    .form-check-input:checked {
        background-color: #cb0c9f;
        border-color: #cb0c9f;
    }

    .badge-soft-success {
        background-color: #bceeb5;
        color: #1a6d12;
        padding: 0.35em 0.65em;
        border-radius: 0.5rem;
        font-size: 0.75rem;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        margin-right: 5px;
    }

    .badge-soft-warning {
        background-color: #fef0cd;
        color: #8a6d3b;
        padding: 0.35em 0.65em;
        border-radius: 0.5rem;
        font-size: 0.75rem;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        margin-right: 5px;
    }

    .badge-soft-info {
        background-color: #cce5ff;
        color: #004085;
        padding: 0.35em 0.65em;
        border-radius: 0.5rem;
        font-size: 0.75rem;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        margin-right: 5px;
    }

    .toggle-sidebar-btn {
        display: none;
    }

    @media (max-width: 991.98px) {
        .sidebar-filter {
            display: none;
        }

        .toggle-sidebar-btn {
            display: block;
            margin-bottom: 1rem;
            width: 100%;
            border-radius: 0.5rem;
        }

        .sidebar-filter.show-mobile {
            display: block;
            position: static;
            margin-bottom: 1.5rem;
        }
    }

    .search-hero-box {
        background: linear-gradient(310deg, #141727 0%, #3a416f 100%);
        border-radius: 1rem;
        padding: 3rem 2rem;
        box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
        margin-bottom: 2rem;
        color: white;
    }

    .search-input-soft {
        border-radius: 0.75rem 0 0 0.75rem !important;
        padding: 1rem 1.5rem !important;
        border: none !important;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
        height: auto !important;
    }

    .search-btn-soft {
        border-radius: 0 0.75rem 0.75rem 0 !important;
        padding: 1rem 2rem !important;
        background-image: linear-gradient(310deg, #7928CA 0%, #FF0080 100%) !important;
        border: none !important;
        font-weight: bold !important;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
        color: white;
    }

    .result-stats {
        color: #8392ab;
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
    }

    .card-img-top-soft {
        height: 200px;
        object-fit: cover;
        border-radius: 1rem 1rem 0 0;
    }

    /* Geolocation Slider Styles */
    .distance-slider {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 6px;
        border-radius: 5px;
        background: #e9ecef;
        outline: none;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .distance-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #343a40;
        cursor: pointer;
        transition: 0.1s;
    }

    .distance-slider::-moz-range-thumb {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #343a40;
        cursor: pointer;
        transition: 0.1s;
        border: none;
    }

    .distance-value-badge {
        font-weight: 700;
        color: #344767;
        background: #f8f9fa;
        padding: 2px 8px;
        border-radius: 5px;
        font-size: 0.8rem;
        border: 1px solid #e9ecef;
    }

    .geo-btn {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
        border-radius: 0.5rem;
        background-color: #f8f9fa;
        color: #67748e;
        border: 1px solid #e9ecef;
        transition: 0.2s;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        cursor: pointer;
    }

    .geo-btn:hover {
        background-color: #e9ecef;
        color: #343a40;
    }

    .geo-btn.active {
        background-color: #343a40;
        color: white;
        border-color: #343a40;
    }

    /* Soft Pagination Styles */
    .pagination-soft {
        border-radius: 60px;
        background: #fff;
        padding: 0.5rem;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
        border: 1px solid #e9ecef;
    }

    .pagination-soft .page-item {
        margin: 0 3px;
    }

    .pagination-soft .page-link {
        border-radius: 50% !important;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        color: #67748e;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        background-color: transparent;
        transition: all 0.3s ease;
    }

    .pagination-soft .page-link:hover {
        background-color: #f8f9fa;
        color: #344767;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }

    .pagination-soft .page-item.active .page-link {
        background-image: linear-gradient(310deg, #141727 0%, #3a416f 100%);
        color: white;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15);
    }

    .pagination-soft .page-item.disabled .page-link {
        color: #adb5bd;
        background-color: transparent;
    }