/* DubaiTripHub Provider Portal Styles */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    flex: 1;
}

.card {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card-header {
    font-weight: 600;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.3rem;
}

.display-6 {
    font-weight: 700;
}

.table th {
    font-weight: 600;
    border-bottom-width: 2px;
}

.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

footer {
    margin-top: auto;
}

/* RTL support */
[dir="rtl"] {
    text-align: right;
}

/* ── Official site logo in the Bootstrap root layouts (Task 3, 2026-07-30) ──
   _Layout.cshtml and _Layout.ar.cshtml load only this stylesheet, not
   assets/css/en/global.css, so the component is repeated here rather than
   linked. Both navbars are `bg-primary`, i.e. a dark blue — and the artwork is
   blue-on-transparent — so the chip is not optional here, it is what makes the
   mark legible.

   Design and Concept by BASAM JAWAD KALAF and CANADA HITECH FZE.
   Ownership: BASAM JAWAD KALAF (BridgeNet Portal). */
.navbar .site-logo {
    display: block;
    height: 28px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    background: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    box-sizing: content-box;
}

/* The brand link is the logo's only content now, so drop Bootstrap's text
   padding that used to sit around the wordmark. */
.navbar-brand.navbar-brand--logo {
    padding-top: 0;
    padding-bottom: 0;
    display: inline-flex;
    align-items: center;
}

/* ── Service-category limit note (Task 1, 2026-07-30) ───────────────────────
   Repeated here because the Arabic register/login pages render through
   _Layout.ar.cshtml, which loads only site.css + site-rtl.css — NOT
   assets/css/{en,ar}/register*.css. Styling it only in the register stylesheets
   would have left the Arabic note as unstyled body text.

   border-inline-start (not border-left) so the accent sits on the reading edge
   in both directions without a separate RTL override.

   Design and Concept by BASAM JAWAD KALAF and CANADA HITECH FZE.
   Ownership: BASAM JAWAD KALAF (BridgeNet Portal). */
.category-note {
    margin: 18px 0 0;
    padding: 12px 14px;
    border-radius: 8px;
    background: #fff4eb;
    border-inline-start: 3px solid #ff5b00;
    font-size: .875rem;
    line-height: 1.55;
    color: #1e293b;
}

.category-note strong {
    font-weight: 700;
}
