:root {
    --primary: #10b981;
    --primary-glow: rgba(16, 185, 129, 0.3);
    --border: rgba(255, 255, 255, 0.08);
    --gradient: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    --gold: linear-gradient(135deg, #bf953f 0%, #fcf6ba 45%, #b38728 70%, #fbf5b7 100%);
}

/* Use main theme variables from style.css but allow overrides if not provided */
:root {
    --bg-dark: #0b1120;
    --bg-soft: #0f172a;
    --card-bg: rgba(30, 41, 59, 0.4);
    --text-main: #f8fafc;
    --text-muted: #94a3b8;
}

[data-theme="light"] {
    --bg-dark: #f8fafc;
    --bg-soft: #f1f5f9;
    --card-bg: rgba(255, 255, 255, 0.85);
    --text-main: #0f172a;
    --text-muted: #64748b;
    --border: rgba(0, 0, 0, 0.08);
}

body {
    background-color: var(--bg-dark);
    color: var(--text-main);
}

.kesfet-page-wrapper {
    background-color: var(--bg-dark);
    background-image: 
        radial-gradient(circle at top right, rgba(16, 185, 129, 0.08) 0%, transparent 40%),
        radial-gradient(circle at bottom left, rgba(16, 185, 129, 0.08) 0%, transparent 40%);
    min-height: 100vh;
    position: relative;
}

/* Typography */
.hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    color: #fff;
}

.gradient-text {
    background: var(--gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted);
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Stats */
.live-stats {
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    padding: 1rem 1.5rem;
    border-radius: 20px;
    border: 1px solid var(--border);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    color: var(--primary);
}

.stat-label {
    font-size: 9px;
    font-weight: 800;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

.stat-sep {
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
}

/* Breadcrumb */
.custom-breadcrumb .breadcrumb-item {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-muted);
}

.custom-breadcrumb .breadcrumb-item a {
    color: var(--text-muted);
    text-decoration: none;
    transition: 0.3s;
}

.custom-breadcrumb .breadcrumb-item a:hover {
    color: var(--primary);
}

.custom-breadcrumb .breadcrumb-item.active {
    color: var(--primary);
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.2);
    content: "→";
    font-size: 10px;
}

/* Search Panel */
.search-panel-inner {
    position: relative;
    z-index: 99999;
    background: var(--card-bg);
    backdrop-filter: blur(30px);
    border-radius: 28px;
    border: 1px solid var(--border);
    padding: 1.75rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.search-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
}

.search-col-main {
    flex: 2 1 380px;
}

.search-col-geo {
    flex: 1.5 1 340px;
}

.search-col-filters {
    flex: 1.5 1 340px;
}

.search-col-action {
    flex: 0 0 130px;
}

.input-group-premium {
    position: relative;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid var(--border);
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    transition: 0.3s;
}

.input-group-premium:focus-within {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px var(--primary-glow);
}

.search-icon {
    color: var(--primary);
    font-size: 1.1rem;
    opacity: 0.7;
}

.kesfet-page-wrapper .form-control-premium {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    height: 52px !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    outline: none !important;
    width: 100% !important;
    padding-left: 0.75rem !important;
    box-shadow: none !important;
}

.kesfet-page-wrapper .form-control-premium:focus {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.kesfet-page-wrapper .form-control-premium::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

.geo-inputs,
.expert-filters {
    display: flex;
    gap: 0.5rem;
}

.geo-input-wrapper,
.filter-box {
    flex: 1;
}

.select-premium {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid var(--border);
    border-radius: 16px;
    color: #fff;
    height: 52px;
    width: 100%;
    padding: 0 1rem;
    font-weight: 700;
    font-size: 0.85rem;
    appearance: none;
    cursor: pointer;
    transition: 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
}

.select-premium:focus {
    border-color: var(--primary);
    outline: none;
}

.btn-search-trigger {
    background: var(--gradient);
    color: #000;
    border: none;
    border-radius: 16px;
    height: 52px;
    width: 100%;
    font-weight: 900;
    font-size: 0.9rem;
    letter-spacing: 1px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.3);
}

.btn-search-trigger:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(16, 185, 129, 0.4);
}

.search-footer {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.tag-label {
    font-size: 10px;
    font-weight: 800;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-right: 0.5rem;
}

.tag-pills {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
}

.tag-pill,
.tag-pill-special {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    color: var(--text-muted);
    border-radius: 14px;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tag-pill:hover,
.tag-pill.active {
    background: rgba(16, 185, 129, 0.1);
    border-color: var(--primary);
    color: var(--primary);
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.15);
}

.tag-pill-special:hover,
.tag-pill-special.active {
    background: rgba(99, 102, 241, 0.1);
    border-color: #818cf8;
    color: #818cf8;
}

.btn-reset-premium {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    color: var(--text-muted);
    padding: 10px 20px;
    border-radius: 14px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn-reset-premium:hover {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border-color: #ef4444;
}

.d-none {
    display: none !important;
}

/* Results Table */
.results-card {
    background: var(--card-bg);
    backdrop-filter: blur(30px);
    border-radius: 32px;
    border: 1px solid var(--border);
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
}

.table-custom,
.table-custom > :not(caption) > * > * {
    margin-bottom: 0;
    --bs-table-bg: transparent !important;
    background-color: transparent !important;
    background: transparent !important;
}

.table-custom thead th {
    background: rgba(15, 23, 42, 0.4) !important;
    border: none;
    color: var(--text-muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 1.5rem 1rem;
}

.table-custom tbody tr {
    background-color: transparent !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
    transition: 0.2s;
}

.table-custom tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.02) !important;
    background: rgba(255, 255, 255, 0.02) !important;
}

.table-custom tbody td {
    background-color: transparent !important;
    background: transparent !important;
    padding: 1.25rem 1rem;
    color: #fff;
}

.station-main {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.brand-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 14px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.brand-icon:hover {
    transform: scale(1.08) rotate(3deg);
    box-shadow: 0 12px 25px rgba(16, 185, 129, 0.2);
}

.brand-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.station-name {
    display: block;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    font-size: 0.95rem;
    margin-bottom: 4px;
    transition: 0.3s;
}

.station-name:hover {
    color: var(--primary);
}

.station-loc-badge {
    display: inline-flex;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(99, 102, 241, 0.1) 100%);
    border: 1px solid rgba(16, 185, 129, 0.2);
    color: #34d399;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 10px rgba(16, 185, 129, 0.05);
    transition: all 0.3s ease;
}

.station-loc-badge:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.4);
}

.provider-badge {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(99, 102, 241, 0.12);
    border: 1px solid rgba(99, 102, 241, 0.25);
    color: #818cf8;
    font-size: 11px;
    font-weight: 800;
    border-radius: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.05);
    transition: all 0.3s ease;
}

.provider-badge:hover {
    background: rgba(99, 102, 241, 0.2);
    border-color: rgba(99, 102, 241, 0.4);
    color: #a5b4fc;
    transform: translateY(-1px);
}

.address-text {
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.4;
    max-width: 280px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tech-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.tech-row {
    display: flex;
    gap: 4px;
}

.tech-pill {
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.pill-ac {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
}

.pill-dc {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
}

.tech-power {
    font-size: 11px;
    font-weight: 900;
    color: var(--primary);
    margin-top: 2px;
}

.tech-types {
    font-size: 9px;
    color: var(--text-muted);
    font-weight: 700;
    text-align: center;
}

.price-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.price-tag {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.action-btns {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.btn-action-route {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.btn-action-route:hover {
    background: #fff;
    color: #000;
    transform: scale(1.05);
}

.btn-action-detay {
    padding: 0 1.5rem;
    height: 44px;
    background: rgba(16, 185, 129, 0.1);
    color: var(--primary);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 12px;
    font-weight: 900;
    font-size: 0.85rem;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.btn-action-detay:hover {
    background: var(--primary);
    color: #000;
    transform: scale(1.05);
}

/* SEO & FAQ */
.seo-card {
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border);
    border-radius: 30px;
    padding: 2.5rem;
}

.seo-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.seo-text {
    color: var(--text-muted);
    line-height: 1.8;
    font-size: 1.05rem;
}

.accordion-custom .accordion-item {
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid var(--border);
    border-radius: 18px !important;
    margin-bottom: 1rem;
    overflow: hidden;
}

.accordion-custom .accordion-button {
    background: transparent !important;
    color: #fff !important;
    font-weight: 800;
    font-size: 0.95rem;
    padding: 1.25rem 1.5rem;
    box-shadow: none !important;
}

.accordion-custom .accordion-button:not(.collapsed) {
    color: var(--primary) !important;
}

.accordion-custom .accordion-body {
    color: var(--text-muted);
    padding: 0 1.5rem 1.5rem;
    line-height: 1.6;
}

/* Loaders & States */
.table-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem 0;
    gap: 1.5rem;
}

.spinner-premium {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(16, 185, 129, 0.1);
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.table-loader p {
    color: var(--text-muted);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.empty-state {
    padding: 5rem 0;
    text-align: center;
}

.empty-icon {
    font-size: 4rem;
    color: var(--primary);
    opacity: 0.2;
    margin-bottom: 1.5rem;
}

.empty-state h3 {
    color: #fff;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.empty-state p {
    color: var(--text-muted);
    font-weight: 600;
}

/* Animations */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-slide-up {
    animation: slideUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@media (max-width: 1200px) {

    .search-col-geo,
    .search-col-filters {
        flex: 1 1 45%;
    }
}

@media (max-width: 1024px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .search-panel-inner {
        padding: 1.25rem;
        border-radius: 20px;
    }

    .search-col-main,
    .search-col-geo,
    .search-col-filters,
    .search-col-action {
        flex: 1 1 100%;
    }

    .geo-inputs,
    .expert-filters {
        flex-direction: column;
        gap: 0.75rem;
    }

    .geo-input-wrapper,
    .filter-box {
        width: 100%;
    }

    .live-stats {
        width: 100%;
        justify-content: center;
        margin-top: 1.5rem;
    }

    /* Results Table Stacked Mobile Design */
    .results-card {
        border-radius: 20px;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }

    /* Disable Bootstrap's table-responsive horizontal overflow-x on mobile */
    .table-responsive {
        overflow-x: visible !important;
        overflow-y: visible !important;
        border: none !important;
    }

    /* Force table to not be like a table anymore */
    .table-custom, 
    .table-custom thead, 
    .table-custom tbody, 
    .table-custom th, 
    .table-custom td, 
    .table-custom tr { 
        display: block !important; 
        width: 100% !important;
    }

    /* Hide the traditional table header in mobile view */
    .table-custom thead {
        display: none !important;
    }

    /* Style each row as a card */
    .table-custom tbody tr {
        margin-bottom: 1.25rem !important;
        border: 1px solid var(--border) !important;
        border-radius: 20px !important;
        background: var(--card-bg) !important;
        backdrop-filter: blur(20px) !important;
        padding: 1.25rem !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
        display: block !important;
        border-bottom: 1px solid var(--border) !important;
        transition: all 0.3s ease;
    }

    .table-custom tbody tr:hover {
        background: rgba(30, 41, 59, 0.6) !important;
        transform: translateY(-2px);
    }

    /* Style each cell as a horizontal info block */
    .table-custom tbody td {
        border: none !important;
        position: relative !important;
        padding: 0.75rem 0.5rem 0.75rem 40% !important;
        text-align: right !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
        min-height: 52px !important;
        background: transparent !important;
    }

    .table-custom tbody td:last-child {
        border-bottom: none !important;
    }

    /* Left aligned Label content using data-label attribute */
    .table-custom tbody td::before {
        content: attr(data-label) !important;
        position: absolute !important;
        left: 0.5rem !important;
        width: 35% !important;
        text-align: left !important;
        font-weight: 800 !important;
        font-size: 10px !important;
        color: var(--text-muted) !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
    }

    /* Specific cell alignments where headers are hidden to make it look clean */
    .table-custom tbody td[data-label="İSTASYON BİLGİSİ"],
    .table-custom tbody td[data-label="ADRES DETAYI"],
    .table-custom tbody td[data-label="İŞLEMLER"] {
        padding-left: 0.5rem !important;
        text-align: left !important;
        justify-content: flex-start !important;
        display: block !important;
    }

    /* Hide labels for cells where it looks better without a label (e.g. Istasyon adi, Adres ve Islemler) */
    .table-custom tbody td[data-label="İSTASYON BİLGİSİ"]::before,
    .table-custom tbody td[data-label="ADRES DETAYI"]::before,
    .table-custom tbody td[data-label="İŞLEMLER"]::before,
    .table-custom tbody td[data-label="#"]::before {
        display: none !important;
    }

    /* Inner spacing resets */
    .station-main {
        gap: 0.75rem !important;
    }

    .brand-icon {
        width: 44px !important;
        height: 44px !important;
        border-radius: 12px !important;
        padding: 4px !important;
    }

    .station-name {
        font-size: 0.9rem !important;
        margin-bottom: 2px !important;
    }

    .badge-wrapper {
        margin-top: 4px !important;
    }

    .address-text {
        font-size: 11px !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        line-height: 1.4 !important;
        -webkit-line-clamp: 3 !important;
        line-clamp: 3 !important;
    }

    .provider-badge {
        padding: 4px 8px !important;
        font-size: 10px !important;
        border-radius: 8px !important;
    }

    .provider-mini-logo {
        width: 12px !important;
        height: 12px !important;
    }

    .tech-cell {
        align-items: flex-end !important;
    }

    .price-cell {
        align-items: flex-end !important;
    }

    .action-btns {
        gap: 6px !important;
        width: 100% !important;
        justify-content: flex-start !important;
        margin-top: 0.25rem !important;
    }

    .btn-action-route {
        width: 40px !important;
        height: 40px !important;
        border-radius: 10px !important;
    }

    .btn-action-detay {
        flex-grow: 1 !important;
        justify-content: center !important;
        height: 40px !important;
        border-radius: 10px !important;
        font-size: 0.8rem !important;
    }
}

/* Pagination Premium Styles */
.pagination-premium {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.page-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border);
    color: var(--text-muted);
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 0 5px;
}

.page-btn:hover {
    background: var(--primary-glow);
    color: var(--primary);
    border-color: var(--primary);
}

.page-btn.active {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
    box-shadow: 0 0 15px var(--primary-glow);
}

.page-btn.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.page-btn-wide {
    min-width: 80px;
}

/* ─── Premium Color Customizations (City, District & Brands) ─── */
.badge-city {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.25) 0%, rgba(3, 105, 161, 0.3) 100%);
    border: 1px solid rgba(14, 165, 233, 0.6);
    color: #38bdf8;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    margin-right: 4px;
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.badge-city:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 25px rgba(14, 165, 233, 0.35);
    border-color: #38bdf8;
    color: #fff;
}

.badge-district {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.25) 0%, rgba(192, 132, 252, 0.3) 100%);
    border: 1px solid rgba(236, 72, 153, 0.6);
    color: #f472b6;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.badge-district:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 25px rgba(236, 72, 153, 0.35);
    border-color: #f472b6;
    color: #fff;
}

.provider-badge.op-trugo {
    background: linear-gradient(135deg, rgba(0, 245, 212, 0.25) 0%, rgba(2, 128, 144, 0.3) 100%);
    border: 1px solid rgba(0, 245, 212, 0.6);
    color: #00f5d4;
    box-shadow: 0 6px 20px rgba(0, 245, 212, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.provider-badge.op-trugo:hover {
    border-color: #00f5d4;
    color: #fff;
}

.provider-badge.op-zes {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.25) 0%, rgba(194, 65, 12, 0.3) 100%);
    border: 1px solid rgba(249, 115, 22, 0.6);
    color: #fb923c;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.provider-badge.op-zes:hover {
    border-color: #fb923c;
    color: #fff;
}

.provider-badge.op-esarj {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.25) 0%, rgba(21, 128, 61, 0.3) 100%);
    border: 1px solid rgba(34, 197, 94, 0.6);
    color: #4ade80;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.provider-badge.op-esarj:hover {
    border-color: #4ade80;
    color: #fff;
}

.provider-badge.op-voltrun {
    background: linear-gradient(135deg, rgba(234, 179, 8, 0.25) 0%, rgba(161, 98, 7, 0.3) 100%);
    border: 1px solid rgba(234, 179, 8, 0.6);
    color: #facc15;
    box-shadow: 0 6px 20px rgba(234, 179, 8, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.provider-badge.op-voltrun:hover {
    border-color: #facc15;
    color: #fff;
}

.provider-badge.op-sarjmatik {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.25) 0%, rgba(109, 40, 217, 0.3) 100%);
    border: 1px solid rgba(168, 85, 247, 0.6);
    color: #c084fc;
    box-shadow: 0 6px 20px rgba(168, 85, 247, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.provider-badge.op-sarjmatik:hover {
    border-color: #c084fc;
    color: #fff;
}

.provider-badge.op-astor {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.25) 0%, rgba(29, 78, 216, 0.3) 100%);
    border: 1px solid rgba(59, 130, 246, 0.6);
    color: #60a5fa;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.provider-badge.op-astor:hover {
    border-color: #60a5fa;
    color: #fff;
}

.provider-badge.op-bforce {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.25) 0%, rgba(190, 24, 74, 0.3) 100%);
    border: 1px solid rgba(236, 72, 153, 0.6);
    color: #f472b6;
    box-shadow: 0 6px 20px rgba(236, 72, 153, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.provider-badge.op-bforce:hover {
    border-color: #f472b6;
    color: #fff;
}

.provider-badge.op-default {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.25) 0%, rgba(67, 56, 202, 0.3) 100%);
    border: 1px solid rgba(99, 102, 241, 0.6);
    color: #818cf8;
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.provider-badge.op-default:hover {
    border-color: #818cf8;
    color: #fff;
}

/* Premium Provider Badge With Mini Logo */
.provider-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.provider-badge:hover {
    transform: scale(1.03) translateY(-1px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.05);
}
.provider-mini-logo {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: #fff;
    flex-shrink: 0;
}

/* Custom Dropdown Overrides for Discovery Page */
.kesfet-page-wrapper .custom-select-container {
    position: relative;
    z-index: 100;
}

.kesfet-page-wrapper .custom-select-container.open,
.kesfet-page-wrapper .custom-select-container.active {
    z-index: 999999 !important;
}

.kesfet-page-wrapper .custom-options {
    z-index: 999999 !important;
    max-height: 280px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7) !important;
    border: 2px solid var(--primary) !important;
    background: #0f172a !important;
}

/* Medium & Small Screen Adjustments to keep alignment professional */
@media (max-width: 1200px) {
    .search-col-main {
        flex: 1 1 100%;
    }
    .search-col-geo,
    .search-col-filters {
        flex: 1 1 calc(50% - 0.75rem);
    }
}

@media (max-width: 768px) {
    .search-col-geo,
    .search-col-filters {
        flex: 1 1 100%;
    }
}

/* Arama Paneli ile Sonuç Tablosu Arasındaki Boşluk */
.results-container {
    margin-top: 3rem !important;
}

