/**
 * Therapists Listing Page Styles
 * Fizyoterapist Platform - Tema Renkleri (#047857)
 */

/* ============================================
   BREADCRUMB & PAGE TITLE
   ============================================ */
.page-breadcrumb {
    padding: 1.5rem 0 0.5rem 0;
    margin-bottom: 1rem;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #4B5563;
    padding: 0 0.5rem;
}

.breadcrumb-item a {
    color: #4B5563;
    text-decoration: none;
    transition: color 200ms ease;
}

.breadcrumb-item a:hover {
    color: #047857;
}

.breadcrumb-item.active {
    color: #111827;
    font-weight: 600;
}

.breadcrumb-item a i {
    margin-right: 0.25rem;
}

.page-title-section {
    text-align: center;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.page-title-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
    line-height: 1.2;
}

/* ============================================
   MAIN SECTION
   ============================================ */
.therapists-listing-section {
    padding: 4rem 0;
    background: #F9FAFB;
}

/* ============================================
   FILTERS SIDEBAR
   ============================================ */
.filters-sidebar {
    background: #FFFFFF;
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid #E5E7EB;
    position: sticky;
    top: 20px;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #E5E7EB;
}

.sidebar-header h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.sidebar-header h3 i {
    color: #047857;
    margin-right: 0.5rem;
}

.btn-clear-filters {
    color: #DC2626;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 200ms ease;
}

.btn-clear-filters:hover {
    color: #B91C1C;
}

.filter-group {
    margin-bottom: 1.5rem;
}

.filter-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.5rem;
    display: block;
}

.filter-label i {
    color: #047857;
    margin-right: 0.375rem;
}

.filter-group .form-control,
.filter-group .form-select {
    border: 2px solid #E5E7EB;
    border-radius: 0.5rem;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    color: #111827;
    transition: all 200ms ease;
}

.filter-group .form-control:focus,
.filter-group .form-select:focus {
    border-color: #047857;
    box-shadow: 0 0 0 3px rgba(44, 179, 79, 0.1);
    outline: none;
}

.form-check {
    margin-bottom: 0.75rem;
    padding-left: 1.75rem;
}

.form-check-input {
    width: 1.125rem;
    height: 1.125rem;
    border: 2px solid #E5E7EB;
    border-radius: 0.25rem;
    margin-top: 0.125rem;
}

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

.form-check-label {
    font-size: 0.875rem;
    color: #4B5563;
    cursor: pointer;
    font-weight: 500;
}

.form-check-label i {
    margin-right: 0.375rem;
    color: #047857;
}

.filters-sidebar .btn-primary {
    margin-top: 1rem;
    font-weight: 600;
}

/* ============================================
   SORT BAR
   ============================================ */
.sort-bar {
    background: #FFFFFF;
    padding: 1.5rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E5E7EB;
}

.results-info {
    font-size: 1rem;
    color: #4B5563;
    font-weight: 500;
}

.results-info strong {
    color: #047857;
    font-size: 1.125rem;
    font-weight: 700;
}

.sort-options {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sort-options label {
    font-size: 0.875rem;
    color: #4B5563;
    font-weight: 600;
    margin: 0;
}

.sort-options .form-select {
    width: auto;
    min-width: 200px;
    border: 2px solid #E5E7EB;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #111827;
}

.sort-options .form-select:focus {
    border-color: #047857;
    box-shadow: 0 0 0 3px rgba(44, 179, 79, 0.1);
    outline: none;
}

/* ============================================
   THERAPIST CARDS
   ============================================ */
/* Kartlar new-theme.css'den alınıyor, burada override yok */

/* ============================================
   PAGINATION
   ============================================ */
.pagination-nav {
    margin-top: 3rem;
}

.pagination {
    gap: 0.375rem;
    margin: 0;
}

.page-item {
    margin: 0;
}

.page-link {
    border: 2px solid #E5E7EB;
    border-radius: 0.5rem;
    color: #4B5563;
    font-weight: 600;
    padding: 0.625rem 1rem;
    transition: all 200ms ease;
    background: #FFFFFF;
}

.page-link:hover {
    border-color: #047857;
    background: #047857;
    color: white;
}

.page-item.active .page-link {
    background: #047857;
    border-color: #047857;
    color: white;
}

.page-link i {
    font-size: 0.875rem;
}

/* ============================================
   NO RESULTS
   ============================================ */
.no-results {
    background: #FFFFFF;
    padding: 5rem 3rem;
    border-radius: 1rem;
    text-align: center;
    border: 1px solid #E5E7EB;
}

.no-results-icon {
    font-size: 5rem;
    color: #E5E7EB;
    margin-bottom: 1.5rem;
}

.no-results h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

.no-results p {
    font-size: 1rem;
    color: #4B5563;
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* ============================================
   SEO CONTENT SECTION
   ============================================ */
.seo-content-section {
    background: #FFFFFF;
    padding: 3rem;
    border-radius: 1rem;
    border: 1px solid #E5E7EB;
    margin-top: 3rem;
}

.seo-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    border-bottom: 3px solid #047857;
    padding-bottom: 1rem;
}

.seo-text {
    color: #374151;
    line-height: 1.8;
}

.seo-text p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
}

.seo-text strong {
    color: #111827;
    font-weight: 700;
}

.seo-text h3 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #111827;
    margin-top: 2rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1rem;
}

.seo-text h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #047857;
    border-radius: 2px;
}

.seo-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.seo-list li {
    padding: 0.75rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1rem;
    color: #374151;
    border-bottom: 1px solid #F3F4F6;
}

.seo-list li:last-child {
    border-bottom: none;
}

.seo-list li i {
    position: absolute;
    left: 0;
    top: 0.875rem;
    color: #047857;
    font-size: 1rem;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
    .filters-sidebar {
        margin-bottom: 2rem;
        position: relative;
        top: 0;
    }

    .sort-bar {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .sort-options {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .sort-options .form-select {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .page-breadcrumb {
        padding: 1rem 0 0.25rem 0;
        margin-bottom: 0.5rem;
    }

    .breadcrumb {
        font-size: 0.8125rem;
    }

    .page-title-section {
        padding: 1.5rem 0;
        margin-bottom: 1.5rem;
    }

    .page-title-section h1 {
        font-size: 2rem;
    }

    .therapists-listing-section {
        padding: 3rem 0;
    }

    .filters-sidebar {
        padding: 1.5rem;
    }
}

@media (max-width: 576px) {
    .page-title-section {
        padding: 1rem 0;
        margin-bottom: 1rem;
    }

    .page-title-section h1 {
        font-size: 1.75rem;
    }

    .sort-bar {
        padding: 1rem;
    }

    .filters-sidebar {
        padding: 1.25rem;
    }

    .seo-content-section {
        padding: 1.5rem;
    }

    .seo-title {
        font-size: 1.5rem;
    }

    .seo-text h3 {
        font-size: 1.125rem;
    }
}

/* Availability Badges */
.availability-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 2;
}

.availability-badge i {
    font-size: 14px;
}

.availability-available {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
}

.availability-limited {
    background: linear-gradient(135deg, #f6ad55 0%, #ed8936 100%);
    color: white;
}

.availability-full {
    background: linear-gradient(135deg, #fc8181 0%, #f56565 100%);
    color: white;
}

.availability-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: all 0.2s ease;
}

.therapist-photo {
    position: relative;
}

