﻿.service-cards {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    color: #e6eef8;
    padding: 10px 0;
}

.card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 8px 28px rgba(2, 6, 23, 0.6);
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    color: rgba(255, 255, 255, .85);
}

    .card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(11, 16, 36, 0.6);
    }

    .card .top {
        display: flex;
        gap: 12px;
        align-items: center;
    }

.icon {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.03);
}

.title {
    font-weight: 700;
    font-size: 1rem;
}

.desc {
    color: inherit;
    font-size: 0.92rem;
    line-height: 1.4;
}

.foot {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.small {
    font-size: 0.82rem;
    color: inherit;
}

.btn {
    padding: 0.5rem 0.9rem;
    border-radius: 10px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    color: #071129;
    font-weight: 700;
    text-decoration: none;
}

/* ngjyra individuale për kategori */
.c-theft .icon {
    background: linear-gradient(180deg, rgba(239,68,68,0.12), rgba(239,68,68,0.04));
}

.c-mile .icon {
    background: linear-gradient(180deg, rgba(16,185,129,0.09), rgba(16,185,129,0.03));
}

.c-owner .icon {
    background: linear-gradient(180deg, rgba(59,130,246,0.08), rgba(59,130,246,0.03));
}

.c-acc .icon {
    background: linear-gradient(180deg, rgba(250,204,21,0.09), rgba(250,204,21,0.03));
}

.c-serv .icon {
    background: linear-gradient(180deg, rgba(168,85,247,0.09), rgba(168,85,247,0.03));
}

@media (max-width: 520px) {
    .icon {
        width: 46px;
        height: 46px;
    }

    .card {
        padding: 14px;
    }
}
/* =====================
   Seksioni në Home
   ===================== */
.report-section {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: block;
}

.report-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #e6eef8;
    margin-bottom: 28px;
    letter-spacing: 0.3px;
    border-bottom: 2px solid #3b82f6;
    display: inline-block;
    padding-bottom: 8px;
}
/* ===========================
   Seksioni poshtë Footer-it
   =========================== */
.report-section {
    margin-top: 100px;
    padding: 60px 0 80px;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
    text-align: center;
}

.report-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #e6eef8;
    margin-bottom: 32px;
    letter-spacing: 0.3px;
    border-bottom: 2px solid #3b82f6;
    display: inline-block;
    padding-bottom: 8px;
}

.report-section {
    animation: fadeUp 0.8s ease-out;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

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







.report-section {
    margin-top: 10px;
    padding: 0px 0 0px;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
    text-align: center;
    width: 100%;
}

.report-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #e6eef8;
    margin-bottom: 32px;
    border-bottom: 2px solid #3b82f6;
    display: inline-block;
    padding-bottom: 8px;
}

.report-section-container {
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
    padding: 60px 0 80px;
    text-align: center;
}

.report-title {
    font-size: 1.7rem;
    font-weight: 700;
    color: #e6eef8;
    margin-bottom: 32px;
    border-bottom: 2px solid #3b82f6;
    display: inline-block;
    padding-bottom: 8px;
}

.vin-bar {
    overflow: hidden;
    border-radius: 24px;


    button {
               border-radius: 0;
           }
}




.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn 0.2s ease;
}

.popup-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    width: 380px;
    max-width: 90%;
    padding: 24px;
    text-align: center;
    animation: popUp 0.25s ease-out;
    font-family: "Segoe UI", sans-serif;
    color: #222;
}

    .popup-card.strong {
        border-top: 5px solid #0078d7; /* blu e fortë për njoftim */
    }

.popup-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.popup-icon {
    width: 32px;
    height: 32px;
}

.popup-body {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.popup-btn {
    background: #0078d7;
    color: white;
    border: none;
    padding: 10px 26px;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

    .popup-btn:hover {
        background: #005fa3;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes popUp {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}






.dashboard-container {
    max-width: 1100px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.btn-logout {
    background: #d32f2f;
    color: white;
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
}

    .btn-logout:hover {
        background: #b71c1c;
    }

.filters {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 25px;
}

    .filters label {
        font-weight: 500;
    }

    .filters input {
        padding: 5px 8px;
        border-radius: 5px;
        border: 1px solid #ccc;
    }

.btn-filter {
    background: #004aad;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 6px 15px;
    cursor: pointer;
}

    .btn-filter:hover {
        background: #00347a;
    }

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
    margin-bottom: 35px;
}

.stat-card {
    padding: 20px;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-weight: 500;
}

    .stat-card h3 {
        margin-bottom: 8px;
        font-size: 1rem;
    }

    .stat-card p {
        font-size: 1.5rem;
        margin: 0;
    }

    .stat-card.blue {
        background: #1976d2;
    }

    .stat-card.green {
        background: #388e3c;
    }

    .stat-card.yellow {
        background: #fbc02d;
        color: #333;
    }

    .stat-card.red {
        background: #d32f2f;
    }

.orders-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

    .orders-table th, .orders-table td {
        padding: 10px 14px;
        border-bottom: 1px solid #eee;
    }

    .orders-table th {
        background: #f5f5f5;
        text-align: left;
    }

.status.pending {
    color: #f57c00;
    font-weight: 600;
}

.status.completed {
    color: #388e3c;
    font-weight: 600;
}

.status.rejected {
    color: #d32f2f;
    font-weight: 600;
}
