body{ font-family: "BPG Glaho WEB Caps", sans-serif;min-height:100vh;background:#f4f5f7;color:#111;display:flex;flex-direction:column}.navbar-premium{background:linear-gradient(135deg,#050505,#181818 55%,#303030);box-shadow:0 12px 35px rgba(0,0,0,.25)}.brand-mark{width:36px;height:36px;border-radius:12px;background:#ffc107;color:#111;display:inline-flex;align-items:center;justify-content:center;font-weight:900}.btn-rounded{border-radius:999px}.lang-switcher .active{background:#ffc107!important;color:#111!important;border-color:#ffc107!important}.footer-premium{background:#101010;color:#bbb;margin-top:auto}.page-shell{min-height:calc(100vh - 75px);padding:32px}.glass-card{background:rgba(255,255,255,.96);border:1px solid rgba(0,0,0,.06);border-radius:26px;box-shadow:0 24px 70px rgba(0,0,0,.12)}.section-heading{font-weight:900;letter-spacing:-.5px}.form-control,.form-select{border-radius:14px;padding:13px 15px;border:1px solid #ddd}.form-control:focus,.form-select:focus{border-color:#111;box-shadow:0 0 0 .2rem rgba(0,0,0,.08)}.form-label{font-size:13px;font-weight:800;color:#333}.btn-dark-premium{background:#111;color:#fff;border:0;border-radius:16px;padding:14px 20px;font-weight:900}.btn-dark-premium:hover{background:#333;color:#fff}.register-page{min-height:calc(100vh - 72px);background:radial-gradient(circle at top left,rgba(255,255,255,.12),transparent 30%),linear-gradient(135deg,#050505,#171717 45%,#2b2b2b);display:flex}.register-side{width:34%;padding:55px;color:#fff;display:flex;flex-direction:column;justify-content:center}.register-form-wrap{width:66%;padding:35px 48px;overflow-y:auto}.register-card{background:#fff;border-radius:30px;padding:34px;box-shadow:0 25px 80px rgba(0,0,0,.35)}.type-card{border:1px solid #ddd;border-radius:20px;padding:18px;cursor:pointer;background:#fff;transition:.2s;height:100%}.type-card.active{background:#111;color:#fff;border-color:#111;transform:translateY(-2px)}.mini-title{font-size:18px;font-weight:900;margin:28px 0 16px}.stat-card{border:0;border-radius:24px;background:#fff;box-shadow:0 16px 45px rgba(0,0,0,.07)}.admin-sidebar{background:#111;color:#fff;border-radius:26px;padding:22px;min-height:calc(100vh - 150px)}.admin-sidebar a{display:flex;gap:10px;align-items:center;color:#ddd;text-decoration:none;padding:12px 14px;border-radius:14px;margin-bottom:7px}.admin-sidebar a:hover,.admin-sidebar a.active{background:#ffc107;color:#111}.table-modern{border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 12px 35px rgba(0,0,0,.06)}.table-modern thead th{background:#111;color:#fff;border:0}.alert{border-radius:18px}@media(max-width:992px){.register-page{flex-direction:column}.register-side,.register-form-wrap{width:100%;padding:25px}.register-side{min-height:auto}.page-shell{padding:18px}.register-card{padding:22px}}




.brand-logo{height:42px;max-width:150px;object-fit:contain;background:#fff;border-radius:12px;padding:4px}
.admin-shell{background:#f3f5f8;min-height:calc(100vh - 70px)}
.admin-sidebar{background:#0f1115;min-height:calc(100vh - 70px);padding:22px 14px;position:sticky;top:70px}
.admin-sidebar .side-title{color:#fff;font-weight:900;margin:0 10px 18px;font-size:18px}
.admin-sidebar a{display:flex;align-items:center;gap:10px;color:#bfc5ce;text-decoration:none;padding:12px 14px;border-radius:16px;margin-bottom:7px;font-weight:700;transition:.2s}
.admin-sidebar a:hover,.admin-sidebar a.active{background:#fff;color:#111;box-shadow:0 10px 30px rgba(0,0,0,.18)}
.admin-main{padding:28px}
.dash-hero{background:linear-gradient(135deg,#111,#2a2a2a);border-radius:30px;color:#fff;padding:34px;box-shadow:0 25px 70px rgba(0,0,0,.2);position:relative;overflow:hidden}
.dash-hero:after{content:"";position:absolute;right:-70px;top:-70px;width:240px;height:240px;border-radius:50%;background:rgba(255,193,7,.18)}
.metric-card{background:#fff;border-radius:24px;padding:22px;box-shadow:0 12px 35px rgba(20,20,20,.08);border:1px solid rgba(0,0,0,.04)}
.metric-card .icon{width:48px;height:48px;border-radius:16px;background:#111;color:#ffc107;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:15px}
.metric-card .num{font-size:30px;font-weight:900;color:#111}
.action-card{background:#fff;border-radius:24px;padding:24px;box-shadow:0 12px 35px rgba(20,20,20,.08);border:1px solid rgba(0,0,0,.04);height:100%}
.table-modern{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 12px 35px rgba(20,20,20,.08)}
.table-modern table{margin:0}.table-modern thead th{background:#111!important;color:#fff!important;border:0;padding:15px}.table-modern td{padding:14px;vertical-align:middle}
.form-admin-card{background:#fff;border-radius:26px;padding:26px;box-shadow:0 12px 35px rgba(20,20,20,.08)}
@media(max-width:991px){.admin-sidebar{position:relative;top:0;min-height:auto}.admin-main{padding:18px}.dash-hero{padding:24px}}
.trex-topbar {
    background: rgba(12, 12, 12, .96);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 14px 45px rgba(0,0,0,.35);
    z-index: 1050;
}

.trex-nav-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.trex-brand {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    font-size: 18px;
    white-space: nowrap;
}

.trex-brand:hover {
    color: #92b92c;
}

.trex-logo {
    height: 52px;
    max-width: 185px;
    object-fit: contain;
    border-radius: 10px;
}

.trex-brand-mark {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: linear-gradient(135deg, #92b92c, #fff2b8);
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    box-shadow: 0 10px 30px rgba(246,195,67,.25);
}

.trex-toggler {
    margin-left: auto;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.06);
    color: #fff;
    font-size: 26px;
}

.trex-collapse {
    display: flex !important;
    align-items: center;
    width: 100%;
}

.trex-menu {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0 auto 0 20px;
}

.trex-menu-link {
    color: rgba(255,255,255,.76);
    text-decoration: none;
    padding: 12px 15px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 800;
    transition: .22s ease;
}

.trex-menu-link:hover,
.trex-menu-link:focus {
    background: rgba(246,195,67,.14);
    color: #92b92c;
    transform: translateY(-1px);
}

.trex-dropdown {
    background: #181818;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
}

.trex-dropdown .dropdown-item {
    color: rgba(255,255,255,.78);
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 14px;
}

.trex-dropdown .dropdown-item:hover {
    background: #92b92c;
    color: #111;
}

.trex-actions {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-left: auto;
}

.trex-action-btn {
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 15px;
    font-weight: 900;
    font-size: 13px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: .22s;
    white-space: nowrap;
}

.trex-action-gold {
    background: linear-gradient(135deg, #92b92c, #fff0a6);
    color: #111;
    box-shadow: 0 10px 28px rgba(246,195,67,.18);
}

.trex-action-gold:hover {
    color: #111;
    transform: translateY(-1px);
    box-shadow: 0 14px 35px rgba(246,195,67,.27);
}

.trex-action-outline {
    color: #fff;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.05);
}

.trex-action-outline:hover {
    background: #fff;
    color: #111;
}

.trex-lang {
    display: flex;
    align-items: center;
    padding: 4px;
    border-radius: 14px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.09);
}

.trex-lang a {
    color: rgba(255,255,255,.68);
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
    padding: 7px 9px;
    border-radius: 10px;
}

.trex-lang a.active {
    background: #fff;
    color: #111;
}

.trex-user-pill {
    color: #fff;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    padding: 10px 13px;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 7px;
}

@media (max-width: 991px) {
    .trex-nav-inner {
        min-height: 72px;
        flex-wrap: wrap;
    }

    .trex-collapse {
        display: none !important;
        width: 100%;
        padding: 14px 0 18px;
    }

    .trex-collapse.show {
        display: block !important;
    }

    .trex-menu {
        margin: 0;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 8px;
    }

    .trex-menu-link {
        background: rgba(255,255,255,.06);
        justify-content: flex-start;
        padding: 14px 16px;
    }

    .trex-actions {
        margin-top: 14px;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .trex-action-btn,
    .trex-user-pill,
    .trex-lang {
        width: 100%;
        justify-content: center;
    }

    .trex-lang a {
        flex: 1;
        text-align: center;
    }

    .trex-brand span:last-child {
        font-size: 15px;
    }

    .trex-logo {
        height: 44px;
    }
}


.trex-hero {
    width: 100%;
    overflow: hidden;
}

.trex-hero-slide {
    min-height: 620px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.trex-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.55), rgba(0,0,0,.18));
}

.trex-hero-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    color: #fff;
    padding: 80px 0;
}

.trex-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(246,195,67,.14);
    color: #92b92c;
    border: 1px solid rgba(246,195,67,.28);
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 22px;
}

.trex-hero-content h1 {
    font-size: clamp(38px, 5vw, 72px);
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 22px;
}

.trex-hero-content p {
    font-size: 18px;
    color: rgba(255,255,255,.8);
    line-height: 1.8;
    margin-bottom: 30px;
}

.trex-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #92b92c, #fff0a6);
    color: #111;
    padding: 15px 24px;
    border-radius: 18px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(246,195,67,.25);
}

.trex-hero-btn:hover {
    color: #111;
    transform: translateY(-2px);
}

@media(max-width: 768px) {
    .trex-hero-slide {
        min-height: 520px;
    }

    .trex-hero-content {
        padding: 55px 15px;
    }
}

.home-hero-wrap {
    margin-top: 0;
    background: #050505;
}

.home-hero {
    min-height: calc(100vh - 82px);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.home-hero-dark {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 75% 30%, rgba(246,195,67,.24), transparent 28%),
        linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.72), rgba(0,0,0,.42));
}

.min-vh-hero {
    min-height: calc(100vh - 82px);
    padding-top: 55px;
    padding-bottom: 55px;
}

.hero-content-box {
    max-width: 760px;
    color: #fff;
}

.hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(246,195,67,.12);
    color: #92b92c;
    border: 1px solid rgba(246,195,67,.32);
    padding: 11px 17px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 24px;
}

.hero-content-box h1 {
    font-size: clamp(38px, 6vw, 78px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.7px;
    margin-bottom: 24px;
}

.hero-content-box p {
    max-width: 690px;
    font-size: 19px;
    line-height: 1.8;
    color: rgba(255,255,255,.76);
    margin-bottom: 30px;
}

.hero-track-form {
    max-width: 720px;
    margin-bottom: 20px;
}

.hero-track-form .input-group {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 22px;
    overflow: hidden;
    padding: 6px;
    backdrop-filter: blur(14px);
}

.hero-track-form .input-group-text,
.hero-track-form .form-control {
    background: transparent;
    color: #fff;
    border: 0;
}

.hero-track-form .form-control::placeholder {
    color: rgba(255,255,255,.55);
}

.hero-track-form .form-control:focus {
    box-shadow: none;
}

.hero-track-form .btn {
    border-radius: 17px !important;
    padding-left: 24px;
    padding-right: 24px;
}

.hero-main-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-weight: 900;
    padding: 13px 20px;
    border-radius: 17px;
    transition: .22s;
}

.hero-main-btn:hover {
    color: #111;
    transform: translateY(-2px);
}

.hero-service-card {
    background: rgba(255,255,255,.94);
    color: #111;
    border-radius: 34px;
    padding: 32px;
    box-shadow: 0 28px 90px rgba(0,0,0,.38);
    border: 1px solid rgba(255,255,255,.35);
}

.hero-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 20px;
    background: #111;
    color: #92b92c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.hero-service-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
    font-weight: 800;
}

.hero-service-row span {
    background: #111;
    color: #92b92c;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 900;
}

.hero-mini-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 22px;
}

.hero-mini-stats div {
    background: #f7f7f7;
    border-radius: 22px;
    padding: 18px;
}

.hero-mini-stats strong {
    display: block;
    font-size: 25px;
    font-weight: 900;
}

.hero-mini-stats small {
    color: #777;
    font-weight: 700;
}

.hero-control {
    width: 60px;
}

@media(max-width: 991px) {
    .home-hero,
    .min-vh-hero {
        min-height: auto;
    }

    .min-vh-hero {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .hero-service-card {
        padding: 24px;
    }
}

@media(max-width: 576px) {
    .hero-track-form .input-group {
        display: block;
        padding: 10px;
    }

    .hero-track-form .input-group-text {
        display: none;
    }

    .hero-track-form .form-control {
        width: 100%;
        padding: 14px;
        margin-bottom: 10px;
    }

    .hero-track-form .btn {
        width: 100%;
    }

    .hero-mini-stats {
        grid-template-columns: 1fr;
    }
}


.flight-header-card {
    background: linear-gradient(135deg, #111, #292929);
    color: #fff;
    border-radius: 32px;
    padding: 28px;
    box-shadow: 0 18px 55px rgba(0,0,0,.22);
}

.flight-flag {
    width: 62px;
    height: 42px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

.stat-card {
    background: #fff;
    border-radius: 28px;
    padding: 22px;
    box-shadow: 0 12px 35px rgba(0,0,0,.07);
    border: 1px solid #f0f0f0;
}

.stat-card i {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: #fff4cf;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
}

.stat-card span {
    display: block;
    color: #777;
    font-size: 13px;
    font-weight: 700;
}

.stat-card strong {
    display: block;
    font-size: 24px;
    font-weight: 900;
}

.trex-table thead th {
    background: #f7f7f7;
    font-size: 13px;
    color: #555;
    padding: 16px;
}

.trex-table tbody td {
    padding: 16px;
}

.parcel-modal {
    background: #f7f7f7;
}

.modern-search-card,
.parcel-form-card,
.price-preview-card {
    background: #fff;
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 16px 45px rgba(0,0,0,.08);
    border: 1px solid #eee;
}

.search-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: #111;
    color: #92b92c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
}

.modern-user-results {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 108%;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 25px 70px rgba(0,0,0,.20);
    border: 1px solid #eee;
    z-index: 9999;
    overflow: hidden;
    max-height: 360px;
    overflow-y: auto;
}

.modern-user-item {
    padding: 15px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 13px;
    transition: .2s;
    border-bottom: 1px solid #f3f3f3;
}

.modern-user-item:hover {
    background: #fff7df;
}

.user-mini-avatar,
.selected-avatar {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background: #111;
    color: #92b92c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selected-avatar {
    background: #198754;
    color: #fff;
}

.modern-user-empty {
    padding: 18px;
    color: #777;
    text-align: center;
}

.modern-selected-user {
    background: #f8f9fa;
    border: 1px solid #e8e8e8;
    border-radius: 22px;
    padding: 16px;
}

.price-preview-card span {
    display: block;
    color: #777;
    font-size: 13px;
    font-weight: 700;
}

.price-preview-card strong {
    display: block;
    font-size: 24px;
    font-weight: 900;
}

.price-preview-card hr {
    margin: 16px 0;
}
.users-hero {
    background: linear-gradient(135deg, #090909, #262626);
    color: #fff;
    border-radius: 34px;
    padding: 32px;
    box-shadow: 0 20px 60px rgba(0,0,0,.22);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.user-stat {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 12px 35px rgba(0,0,0,.06);
}

.user-stat span {
    color: #777;
    font-weight: 700;
    font-size: 13px;
}

.user-stat strong {
    display: block;
    font-size: 28px;
    font-weight: 900;
}

.user-search-box {
    max-width: 420px;
}

.users-table thead th {
    background: #f7f7f7;
    padding: 16px;
    font-size: 13px;
    color: #555;
}

.users-table tbody td {
    padding: 16px;
}

.user-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: #111;
    color: #92b92c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.user-form-page {
    min-height: calc(100vh - 130px);
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 24px;
}

.form-side {
    background: linear-gradient(135deg, #090909, #252525);
    color: #fff;
    border-radius: 34px;
    padding: 32px;
}

.form-main {
    background: #fff;
    border-radius: 34px;
    padding: 30px;
    box-shadow: 0 16px 45px rgba(0,0,0,.08);
}

.user-form-card .form-control,
.user-form-card .form-select {
    padding: 13px 15px;
}

@media(max-width: 991px) {
    .users-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .user-form-page {
        grid-template-columns: 1fr;
    }
}


.edit-user-page {
    background: #f5f6f8;
    min-height: calc(100vh - 90px);
}

.eu-topbar {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 28px;
    padding: 22px;
    box-shadow: 0 12px 35px rgba(0,0,0,.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.eu-back {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #111;
    color: #92b92c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.eu-back:hover {
    color: #111;
    background: #92b92c;
}

.eu-profile-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 30px;
    padding: 24px;
    box-shadow: 0 12px 35px rgba(0,0,0,.05);
    text-align: center;
}

.eu-avatar {
    width: 86px;
    height: 86px;
    border-radius: 28px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, #111, #333);
    color: #92b92c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 900;
}

.eu-status-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.eu-mini-info {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.eu-mini-info div,
.eu-stat-line {
    background: #f7f7f7;
    border-radius: 18px;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eu-mini-info span,
.eu-stat-line span {
    color: #777;
    font-size: 13px;
    font-weight: 700;
}

.eu-mini-info strong,
.eu-stat-line strong {
    font-weight: 900;
}

.eu-main-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 30px;
    padding: 24px;
    box-shadow: 0 12px 35px rgba(0,0,0,.05);
}

.eu-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
}

.eu-tabs .nav-link {
    border: 0;
    background: #f6f6f6;
    color: #333;
    border-radius: 16px;
    padding: 12px 17px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 8px;
}

.eu-tabs .nav-link.active {
    background: #111;
    color: #92b92c;
}

.eu-tab-content {
    display: none;
}

.eu-tab-content.active {
    display: block;
}

.eu-section-title {
    margin-bottom: 18px;
}

.eu-section-title h5 {
    font-weight: 900;
    margin-bottom: 3px;
}

.eu-section-title span {
    color: #777;
    font-size: 13px;
    font-weight: 700;
}

.eu-input {
    border-radius: 16px !important;
    padding: 13px 15px;
    border: 1px solid #e6e6e6;
}

.eu-input:focus {
    box-shadow: 0 0 0 .2rem rgba(246,195,67,.18);
    border-color: #92b92c;
}

.eu-type-card {
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 22px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    transition: .2s;
    height: 100%;
}

.eu-type-card input {
    display: none;
}

.eu-type-card strong {
    display: block;
    font-weight: 900;
}

.eu-type-card span {
    display: block;
    color: #777;
    font-size: 13px;
}

.eu-type-icon {
    width: 52px;
    height: 52px;
    border-radius: 17px;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.eu-type-card.active {
    background: #111;
    border-color: #111;
    color: #fff;
}

.eu-type-card.active .eu-type-icon {
    background: #92b92c;
    color: #111;
}

.eu-type-card.active span {
    color: rgba(255,255,255,.65);
}

.eu-switch-row {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #eee;
    border-radius: 22px;
    padding: 18px;
    cursor: pointer;
    background: #fafafa;
}

.eu-switch-row input {
    display: none;
}

.eu-switch-row > span {
    width: 54px;
    height: 30px;
    border-radius: 999px;
    background: #ccc;
    position: relative;
    flex: none;
}

.eu-switch-row > span:before {
    content: "";
    width: 24px;
    height: 24px;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    transition: .2s;
}

.eu-switch-row input:checked + span {
    background: #198754;
}

.eu-switch-row input:checked + span:before {
    left: 27px;
}

.eu-switch-row strong {
    display: block;
    font-weight: 900;
}

.eu-switch-row small {
    display: block;
    color: #777;
}

.eu-savebar {
    background: #111;
    color: #fff;
    border-radius: 28px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    box-shadow: 0 18px 45px rgba(0,0,0,.20);
}

.eu-savebar span {
    display: block;
    color: rgba(255,255,255,.6);
    font-size: 13px;
}

@media(max-width: 991px) {
    .eu-topbar,
    .eu-savebar {
        flex-direction: column;
        align-items: stretch;
    }

    .eu-topbar .btn,
    .eu-savebar .btn {
        width: 100%;
    }
}

.parcel-card{
background:#fff;
border-radius:20px;
padding:20px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.parcel-table th{
background:#f7f7f7;
font-size:13px;
}

.user-cell small{
display:block;
color:#888;
}

.status-change,.pay-change{
border-radius:10px;
padding:5px;
}

.parcel-header{
display:flex;
justify-content:space-between;
margin-bottom:20px;
}


.parcel-page{background:#f5f6fa}
.parcel-header{display:flex;justify-content:space-between;margin-bottom:15px}
.parcel-card{padding:15px;border-radius:15px}

.user-box{display:flex;gap:10px}
.avatar{width:40px;height:40px;background:#111;color:#92b92c;border-radius:10px;display:flex;align-items:center;justify-content:center}

.tracking{font-weight:600}

.kg-input,.price-input{width:70px;border-radius:8px;border:1px solid #ccc}

.status,.payment{border-radius:10px}

.toast-box{
position:fixed;
bottom:20px;
right:20px;
background:#111;
color:#fff;
padding:10px 15px;
border-radius:10px;
}

.services-section {
    background: #f8fafc;
}

.service-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
    transition: 0.25s ease;
    border: 1px solid rgba(226, 232, 240, 0.9);
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.13);
}

.service-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    color: #ffffff;
    font-size: 32px;
}

.service-card-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 16px;
}

.about-section {
    background: #ffffff;
}

.about-img {
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.14);
    object-fit: cover;
    max-height: 430px;
}

.about-placeholder {
    height: 360px;
    border-radius: 28px;
    background: linear-gradient(135deg, #e0f2fe, #dbeafe);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: #2563eb;
}

input:read-only {
  background-color: lightgray;
  border: 0;
}

.sidebar-pay-btn {
    min-height: 44px;
    border-radius: 16px;
    background: #facc15;
    color: #111827;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-weight: 950;
    box-shadow: 0 12px 28px rgba(250, 204, 21, .18);
}

.sidebar-pay-btn:hover {
    color: #111827;
    background: #fde047;
}