/* DBIM 3.0 implementation layer — official AWEIL home-page foundation. */
@font-face {
    font-family: "Noto Sans";
    src: url("/assets/fonts/noto-sans/NotoSans-Regular-latin.woff2") format("woff2"), url("/assets/fonts/noto-sans/NotoSans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: optional;
}
@font-face {
    font-family: "Noto Sans";
    src: url("/assets/fonts/noto-sans/NotoSans-Bold-latin.woff2") format("woff2"), url("/assets/fonts/noto-sans/NotoSans-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: optional;
}
@font-face {
    font-family: "Noto Sans Devanagari";
    src: url("/assets/fonts/noto-sans-devanagari/NotoSansDevanagari-Regular.woff2") format("woff2"), url("/assets/fonts/noto-sans-devanagari/NotoSansDevanagari-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: optional;
}
@font-face {
    font-family: "Noto Sans Devanagari";
    src: url("/assets/fonts/noto-sans-devanagari/NotoSansDevanagari-Bold.woff2") format("woff2"), url("/assets/fonts/noto-sans-devanagari/NotoSansDevanagari-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: optional;
}

:root {
    --dbim-blue-900: #162f6a;
    --dbim-blue-700: #214aab;
    --dbim-blue-500: #5279d7;
    --dbim-blue-200: #a3bbf3;
    --dbim-blue-100: #d2dfff;
    --dbim-ink: #150202;
    --dbim-white: #ffffff;
    --dbim-linen: #ebeaea;
    --dbim-success: #198754;
    --dbim-warning: #ffc107;
    --dbim-error: #dc3545;
    --dbim-info: #0d6efd;
    --dbim-focus: #ffc107;
}

html {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    color: var(--dbim-ink);
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 100%;
    line-height: 1.5;
    scroll-behavior: smooth;
}
html[lang^="hi"] {
    font-family: "Noto Sans Devanagari", "Noto Sans", sans-serif;
}
body,
button,
input,
select,
textarea {
    color: var(--dbim-ink);
    font-family: inherit !important;
}
body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    font-size: 1rem;
    line-height: 1.5;
}
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
h1, .h1 { font-size: 2.25rem; line-height: 1.2; font-weight: 700; }
h2, .h2 { font-size: 1.5rem; line-height: 1.25; font-weight: 700; }
h3, .h3 { font-size: 1.25rem; line-height: 1.3; font-weight: 600; }
p, li { line-height: 1.5; }
small, .small { font-size: 0.875rem; }

a { color: var(--dbim-blue-700); }
a:hover { color: var(--dbim-blue-900); }
a:not([class]):focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
    outline: 3px solid var(--dbim-focus) !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 2px var(--dbim-blue-900);
}

.dbim-icon { width: 24px; height: 24px; object-fit: contain; }
.dbim-icon--inverse { filter: brightness(0) invert(1); }
.btn-icon,
.theme-toggle,
#toggleBtnhighlight,
#restart,
#carouselToggle,
.owl-prev,
.owl-next {
    min-width: 44px !important;
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

/* Consolidated header and simplified primary navigation */
.dbim-bg-gradient-blue-primary,
.header .topbar { background: var(--dbim-blue-900) !important; }
.header .topbar[hidden] { display: none !important; }
.header { background: var(--dbim-white); }
.middle-header.dbim-site-header {
    padding: 14px 0 12px;
    background: var(--dbim-white);
    border-bottom: 1px solid #dfe5ef;
}
.dbim-site-header .container { position: relative; }
.dbim-header-skip {
    position: absolute;
    z-index: 10010;
    top: -120px;
    left: 12px;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 0 0 4px 4px;
    background: var(--dbim-focus);
    color: var(--dbim-blue-900);
    font-weight: 700;
}
.dbim-header-skip:focus { top: -14px; color: var(--dbim-blue-900); }
.dbim-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.dbim-site-header .logo { min-width: 0; margin: 0; }
.dbim-identity { display: flex; align-items: center; gap: 14px; max-width: 100%; }
.dbim-identity .dbim-aweil-logo {
    width: 104px !important;
    height: 84px !important;
    flex: 0 0 104px;
    object-fit: contain;
}
.dbim-identity .identity-text { display: flex; flex-direction: column; gap: 2px; padding-left: 0 !important; }
.dbim-identity .identity-org {
    color: var(--dbim-blue-900);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
}
.dbim-identity .identity-sub,
.dbim-identity .identity-sub.govtline {
    color: #3d4655;
    font-size: 0.875rem;
    line-height: 1.35;
}
.dbim-identity .identity-sub.govtline {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.dbim-header-tools {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}
.dbim-header-search {
    display: flex;
    width: clamp(190px, 20vw, 285px);
    height: 44px;
    min-height: 44px;
    overflow: hidden;
    border: 1px solid #d6d9df;
    border-bottom: 3px solid var(--dbim-blue-900);
    border-radius: 12px 12px 0 0;
    background: var(--dbim-white);
}
.dbim-header-search:focus-within {
    border-color: var(--dbim-blue-700);
    box-shadow: 0 0 0 3px rgba(33, 74, 171, 0.18);
}
.dbim-header-search input {
    width: 100%;
    height: 41px !important;
    min-width: 0;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 7px 14px !important;
    border: 0;
    border-radius: 0 !important;
    background: transparent;
    color: var(--dbim-ink);
    font-size: 1rem;
    line-height: 1.35;
}
.dbim-header-search input:focus { outline: 0 !important; box-shadow: none !important; }
.dbim-header-search button {
    display: inline-flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 41px;
    min-height: 0;
    border: 0;
    border-left: 1px solid #c7cfdd;
    background: var(--dbim-white);
    color: var(--dbim-blue-900);
}
.dbim-header-search button:hover { background: #eef3ff; }
.dbim-campaign-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 104px;
    min-height: 72px;
}
.dbim-campaign-logo img { display: block; width: 104px; height: 72px; object-fit: contain; }
.dbim-header-utilities {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.dbim-header-tool {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 46px;
    margin: 0;
    padding: 8px 10px;
    border: 0;
    border-left: 1px solid #c7cfdd;
    border-radius: 0;
    background: var(--dbim-white);
    color: var(--dbim-blue-900);
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}
.dbim-header-tool:first-child { border-left: 0; }
.dbim-header-tool:hover,
.dbim-header-tool:focus { background: #eef3ff; color: var(--dbim-blue-900); }
.dbim-language-tool { min-width: 58px; }
#accessibility > .position-absolute.top-40-zoom { display: none !important; }

.header .dbim-navigation-bar,
.header .dbim-navigation-bar .navbar-collapse {
    background: var(--dbim-white) !important;
}
.dbim-navigation-bar {
    border-bottom: 3px solid var(--dbim-blue-900);
    box-shadow: 0 3px 8px rgba(22, 47, 106, 0.08);
}
.header .dbim-navigation-bar .navbar { height: auto; min-height: 0; }
.header .dbim-primary-nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    justify-content: flex-start;
    width: 100% !important;
    gap: clamp(18px, 3vw, 54px);
}
.header .dbim-primary-nav > li,
.header .dbim-primary-nav > li:last-child {
    float: none;
    margin: 0;
    background: transparent !important;
}
.header .dbim-primary-nav > li > a {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 56px;
    padding: 10px 2px 7px;
    border-bottom: 4px solid transparent;
    background: transparent !important;
    color: #252b24 !important;
    font-size: 1rem;
    font-weight: 600;
    text-transform: none;
}
.header .dbim-primary-nav > li > a::after { content: none !important; }
.header .dbim-primary-nav > li > a i { font-size: 0.7rem; color: var(--dbim-blue-900); }
.header .dbim-primary-nav > li.current > a,
.header .dbim-primary-nav > li > a:hover,
.header .dbim-primary-nav > li > a:focus,
.header .dbim-primary-nav > li > a[aria-expanded="true"] {
    border-bottom-color: var(--dbim-blue-900);
    background: transparent !important;
    color: var(--dbim-blue-900) !important;
}
.header .dbim-primary-nav > li .dropdown {
    top: 100%;
    width: 280px;
    padding: 8px;
    border: 1px solid #d7dfed;
    border-top: 3px solid var(--dbim-blue-900);
    border-radius: 0 0 6px 6px;
    background: var(--dbim-white);
    box-shadow: 0 14px 30px rgba(22, 47, 106, 0.18);
}
.header .dbim-primary-nav > li:last-child .dropdown { right: 0; left: auto; }
.header .dbim-primary-nav > li .dbim-dropdown-wide { width: 340px; max-height: min(70vh, 620px); overflow-y: auto; }
.header .dbim-primary-nav > li:hover .dropdown a,
.header .dbim-primary-nav > li .dropdown li a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 9px 12px;
    border: 0;
    border-radius: 4px;
    background: var(--dbim-white) !important;
    color: #252b24 !important;
    font-size: 0.925rem;
    font-weight: 500;
    line-height: 1.35;
    text-transform: none;
}
.header .dbim-primary-nav > li .dropdown li a::after,
.header .dbim-primary-nav > li .dropdown li a::before { content: none !important; }
.header .dbim-primary-nav > li .dropdown li a:hover,
.header .dbim-primary-nav > li .dropdown li a:focus,
.header .dbim-primary-nav > li .dropdown li a[aria-current="page"] {
    background: #eef3ff !important;
    color: var(--dbim-blue-900) !important;
}
.header .dbim-primary-nav .dbim-dropdown-label {
    padding: 10px 12px 5px;
    color: #5b6575;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Homepage carousels and product imagery */
.hero-slider,
.home-slider,
.home-slider .owl-stage-outer,
.home-slider .owl-stage,
.home-slider .owl-item,
.home-slider .single-slider { height: auto !important; min-height: 0 !important; }
.home-slider .single-slider { padding: 0 !important; background: var(--dbim-linen); }
.home-slider .single-slider > img {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
}
.home-slider .owl-dots { bottom: 10px; }
.home-slider .owl-dot button { min-width: 32px; min-height: 32px; }
.breaking-news { border: 1px solid var(--dbim-blue-200); }
.breaking-news .news { background: var(--dbim-blue-900); color: var(--dbim-white); }
.breaking-news .highlight { margin: 0; color: var(--dbim-white); font-size: 1rem; font-weight: 700; }
.breaking-news #toggleBtnhighlight,
.breaking-news #restart,
#carouselToggle {
    border: 1px solid var(--dbim-blue-200);
    border-radius: 4px;
    background: var(--dbim-white);
    color: var(--dbim-blue-900);
    margin: 2px;
    padding: 8px;
}
.tabshome .nav-tabs > li > a { border: 2px solid transparent; }
.tabshome .nav-tabs > li > a.active,
.tabshome .nav-tabs > li > a[aria-selected="true"] { border-color: var(--dbim-blue-700); }
.tabshome .tab-pane img,
.tabshome .nav-tabs img {
    display: block;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}
.clients-slider .single-clients a {
    min-height: 170px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--dbim-blue-900);
    font-weight: 600;
}
.clients-slider .single-clients img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 104px !important;
    object-fit: contain !important;
}

/* Footer */
.footer,
.footer .footer-top,
.footer .footer-meta,
.footer .copyright { background: var(--dbim-blue-900) !important; color: var(--dbim-white) !important; }
.footer .footer-meta,
.footer .copyright { border-top: 1px solid rgba(255, 255, 255, 0.32); }
.footer h2,
.footer h3,
.footer p,
.footer li,
.footer a,
.footer .copyright-content p { color: var(--dbim-white) !important; }
.footer a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.footer a:hover,
.footer a:focus { color: var(--dbim-warning) !important; }
.footer .footer-top { padding: 38px 0 34px; }
.footer .dbim-footer-grid { display: flex; flex-wrap: wrap; }
.footer .dbim-footer-grid .single-footer { height: 100%; margin-top: 0; }
.footer .single-footer h2 {
    margin: 0 0 18px;
    padding: 0 0 11px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    color: #fff;
    font-size: 1.06rem;
    font-weight: 700;
}
.footer .dbim-footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .f-link .dbim-footer-links li { margin: 0; }
.footer .dbim-footer-links a { display: inline-flex; align-items: center; min-height: 36px; font-size: 0.86rem; line-height: 1.35; }
.footer .single-contact { display: flex; align-items: flex-start; margin-bottom: 7px; padding-left: 0; }
.footer .single-contact > .dbim-icon { flex: 0 0 24px; margin-right: 12px; }
.footer .contact-main .single-contact p { margin-block: 0; }
.footer .contact-main .single-contact p a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding-block: 2px;
}
.footer .dbim-footer-social { display: flex; gap: 8px; margin: 17px 0 0; padding: 0; list-style: none; }
.footer .dbim-footer-social li { margin: 0; }
.footer .dbim-footer-social li a { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid rgba(255, 255, 255, 0.48); border-radius: 50%; }
.footer .dbim-footer-social img { width: 24px; height: 24px; filter: brightness(0) invert(1); }
.footer .footer-meta { padding: 20px 0; }
.footer .footer-meta-columns { align-items: center; }
.footer .footer-gstin h3 { margin-bottom: 10px; }
.footer .footer-update { text-align: right; }
.footer .footer-update p { margin: 2px 0; font-size: 0.76rem; }
.footer .copyright { padding: 16px 0; text-align: left; }
.footer .copyright-content { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer .copyright-content p { margin: 0 0 4px; line-height: 1.55; }
.footer .copyright-content p:last-child { margin-bottom: 0; }
.dbim-cookie-settings {
    color: var(--dbim-white);
    flex: 0 0 auto;
    min-height: 44px;
    padding: 8px 4px;
    border: 0;
    background: transparent;
    border-radius: 2px;
    font-size: 0.76rem;
    opacity: 0.82;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.dbim-cookie-settings:hover,
.dbim-cookie-settings:focus { opacity: 1; }

/* DBIM accessibility drawer */
#accessibility.offcanvas {
    --bs-offcanvas-width: min(400px, 100vw);
    width: min(400px, 100vw);
    border-left: 4px solid var(--dbim-blue-900);
    background: #f6f8fc;
    color: #263348;
    box-shadow: -18px 0 44px rgba(8, 22, 54, 0.22);
}
#accessibility .offcanvas-header {
    min-height: 64px;
    padding: 14px 20px;
    border-color: rgba(255, 255, 255, 0.28) !important;
    background: var(--dbim-blue-900);
    color: #fff;
}
#accessibility .offcanvas-title {
    margin: 0;
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: 700;
}
#accessibility .btn-close { filter: brightness(0) invert(1); opacity: 0.9; }
#accessibility .btn-close:hover,
#accessibility .btn-close:focus { opacity: 1; }
#accessibility .offcanvas-body { padding: 18px !important; }
#accessibility .offcanvas-body > .mb-3 {
    margin-bottom: 14px !important;
    padding: 16px;
    border: 1px solid #d2dced;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(22, 47, 106, 0.06);
}
#accessibility .offcanvas-body > .mb-3 .fw-semibold { color: var(--dbim-blue-900); font-size: 0.88rem; }
#accessibility #textSizeDisplay,
#accessibility #textSpacingDisplay {
    min-width: 56px;
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--dbim-blue-900) !important;
    color: #fff;
    font-weight: 700;
}
#accessibility .accessibility-btn {
    min-width: 0;
    min-height: 68px;
    padding: 8px 6px;
    border: 1px solid #9babc6;
    border-radius: 8px;
    background: #fff !important;
    color: var(--dbim-blue-900) !important;
    font-weight: 600;
    box-shadow: none;
}
#accessibility .accessibility-btn:hover,
#accessibility .accessibility-btn:focus-visible {
    border-color: var(--dbim-blue-900);
    background: #e9effb !important;
    color: var(--dbim-blue-900) !important;
    box-shadow: 0 5px 14px rgba(22, 47, 106, 0.12);
}
#accessibility .accessibility-btn.active,
#accessibility .accessibility-btn[aria-pressed="true"] {
    border-color: var(--dbim-blue-900);
    background: var(--dbim-blue-900) !important;
    color: #fff !important;
    transform: none;
}
#accessibility .offcanvas-body > hr { border-color: #bdc9dd; opacity: 1; }
#accessibility .d-grid .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid var(--dbim-blue-900);
    border-radius: 7px;
    background: var(--dbim-blue-900);
    color: #fff !important;
    font-weight: 600;
}
#accessibility .d-grid .btn-primary:nth-child(2) { background: #fff; color: var(--dbim-blue-900) !important; }
#accessibility .alert-info {
    border: 1px solid #b8c8e5;
    border-radius: 8px;
    background: #eaf0fb;
    color: #253b69;
}
#accessibility .alert-info strong,
#accessibility .alert-info p { color: inherit !important; }
#accessibility > .border-top {
    padding: 14px 18px !important;
    border-color: #d2dced !important;
    background: #eef3fb;
}
#accessibility [data-action="reset"] {
    min-height: 44px;
    border: 1px solid var(--dbim-blue-900);
    border-radius: 7px;
    background: #fff;
    color: var(--dbim-blue-900);
}
#accessibility [data-action="reset"]:hover,
#accessibility [data-action="reset"]:focus { background: var(--dbim-blue-900); color: #fff; }

/* Consent — the only optional website service is Google Analytics. */
.dbim-cookie[hidden],
.dbim-cookie__preferences[hidden] { display: none !important; }
.dbim-cookie {
    position: fixed;
    z-index: 10050;
    right: 16px;
    bottom: 16px;
    left: 16px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid var(--dbim-blue-200);
    border-radius: 8px;
    background: var(--dbim-white);
    color: var(--dbim-ink);
    box-shadow: 0 8px 32px rgba(21, 2, 2, 0.28);
}
.dbim-cookie__summary { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.dbim-cookie h2 { margin: 0 0 8px; color: var(--dbim-blue-900); }
.dbim-cookie p { margin: 0; }
.dbim-cookie__actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.dbim-button {
    min-height: 44px;
    padding: 9px 16px;
    border: 2px solid var(--dbim-blue-700);
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
}
.dbim-button--primary { background: var(--dbim-blue-700); color: var(--dbim-white); }
.dbim-button--primary:hover { background: var(--dbim-blue-900); }
.dbim-button--secondary,
.dbim-button--link { background: var(--dbim-white); color: var(--dbim-blue-900); }
.dbim-button--link { border-color: transparent; text-decoration: underline; }
.dbim-cookie__preferences { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--dbim-blue-200); }
.dbim-cookie__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid var(--dbim-linen);
}
.dbim-cookie__option span { display: flex; flex-direction: column; }
.dbim-cookie__option input { width: 24px; height: 24px; flex: 0 0 auto; }

/* Keep the mobile navigation out of the desktop first paint. */
.header .mobile-nav { display: none; }

@media (max-width: 991.98px) {
    .header .main-menu { display: none !important; }
    .header .mobile-nav { display: block; width: 100%; margin-top: 10px; text-align: right; }
    .header .mobile-nav .slicknav_menu { display: block; padding: 0; background: transparent; }
    .header .mobile-nav .slicknav_btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 44px;
        margin: 0 !important;
        padding: 10px 14px;
        border-radius: 4px;
        background: var(--dbim-blue-900);
    }
    .header .mobile-nav .slicknav_btn .slicknav_menutxt { color: #fff !important; }
    .header .mobile-nav .dbim-native-mobile-menu .slicknav_icon {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        width: 18px;
        height: 18px;
        margin: 0;
    }
    .header .mobile-nav .dbim-native-mobile-menu .slicknav_icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        border-radius: 1px;
        background: #fff;
    }
    .header .mobile-nav .dbim-native-mobile-menu .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 3px; }
    .header .mobile-nav .slicknav_nav {
        position: static;
        margin-top: 8px;
        padding: 8px;
        border-radius: 6px;
        background: var(--dbim-blue-900);
        text-align: left;
    }
    .header .mobile-nav .slicknav_nav a,
    .header .mobile-nav .slicknav_nav .slicknav_row {
        min-height: 44px;
        margin: 0;
        padding: 10px 12px;
        border-radius: 4px;
        color: var(--dbim-white);
    }
    .header .mobile-nav .dbim-native-mobile-menu__list .dropdown {
        position: static !important;
        display: none !important;
        width: 100%;
        min-width: 0;
        padding: 4px 0 4px 12px;
        border: 0;
        background: #102755 !important;
        box-shadow: none;
    }
    .header .mobile-nav .dbim-native-mobile-menu__list .dropdown.is-open { display: block !important; }
    .header .mobile-nav .slicknav_nav .dropdown li { width: 100%; }
    .header .mobile-nav .dbim-native-mobile-menu__list > .open_dd > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }
    .header .mobile-nav .slicknav_nav .slicknav_parent > .slicknav_row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }
    .header .mobile-nav .slicknav_nav .slicknav_parent > .slicknav_row .fa-chevron-down {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        margin-left: auto;
        flex: 0 0 20px;
        transition: transform 160ms ease;
    }
    .header .mobile-nav .slicknav_nav .slicknav_parent.slicknav_open > .slicknav_row .fa-chevron-down { transform: rotate(180deg); }
    .header .mobile-nav .dbim-mobile-submenu-arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        margin-left: auto;
        flex: 0 0 20px;
        color: currentColor;
        transition: transform 160ms ease;
    }
    .header .mobile-nav .dbim-mobile-submenu-arrow svg { display: block; }
    .header .mobile-nav .dbim-mobile-submenu-arrow path {
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .header .mobile-nav .dbim-native-mobile-menu__list > .open_dd > a[aria-expanded="true"] .dbim-mobile-submenu-arrow { transform: rotate(180deg); }
    .header .mobile-nav .slicknav_nav a:hover,
    .header .mobile-nav .slicknav_nav a:focus,
    .header .mobile-nav .slicknav_nav .slicknav_row:hover,
    .header .mobile-nav .slicknav_nav .slicknav_row:focus { background: #214aab; color: var(--dbim-white); }
    .dbim-header-row { flex-wrap: wrap; gap: 10px 20px; }
    .dbim-site-header .logo { flex: 1 1 420px; }
    .dbim-header-tools { flex: 1 1 100%; gap: 12px; }
    .dbim-header-search { width: auto; max-width: 360px; margin-right: auto; }
    .dbim-identity .dbim-aweil-logo { width: 72px !important; height: 60px !important; flex-basis: 72px; }
    .dbim-identity .identity-org { font-size: 1.05rem; }
    .middle-header .widget-main { margin-top: 0; }
	.footer .gstin-grid { grid-template-columns: 1fr; }
	.footer .gstin-grid .gstin-state { min-width: 0; flex-wrap: wrap; }
	.footer .gstin-grid .gstin-state .gst-no { overflow-wrap: anywhere; }
}
@media (max-width: 767.98px) {
    body { font-size: 0.875rem; }
    h1, .h1 { font-size: 1.5rem; }
    h2, .h2 { font-size: 1.25rem; }
    h3, .h3 { font-size: 1rem; }
    small, .small { font-size: 0.75rem; }
    .middle-header.dbim-site-header { padding: 10px 0; }
    .middle-header .row { display: flex; align-items: center; flex-wrap: wrap; }
    .middle-header .dbim-identity { align-items: flex-start; }
    .dbim-header-tools { flex-wrap: wrap; justify-content: space-between; }
    .dbim-header-search { order: 3; flex: 1 1 100%; width: 100%; max-width: none; margin: 0; }
    .dbim-campaign-logo { order: 1; min-width: 86px; min-height: 54px; }
    .dbim-campaign-logo img { width: 86px; height: 54px; }
    .dbim-header-utilities { order: 2; margin-left: auto; }
    .dbim-identity .dbim-aweil-logo { width: 60px !important; height: 52px !important; flex-basis: 60px; }
    .dbim-identity .identity-org { font-size: 0.95rem; }
    .dbim-identity .identity-sub { font-size: 0.75rem; }
    .middle-header .single-widget.logo img { max-height: 44px; }
    .dbim-cookie__summary { grid-template-columns: 1fr; gap: 14px; }
    .dbim-cookie__actions { justify-content: flex-start; }
    #accessibility.offcanvas {
        --dbim-accessibility-width: min(400px, var(--dbim-layout-viewport-width, 100vw));
        right: auto;
        bottom: auto;
        left: calc(var(--dbim-layout-viewport-width, 100vw) - var(--dbim-accessibility-width));
        width: var(--dbim-accessibility-width);
        max-width: none;
        height: var(--dbim-layout-viewport-height, 100dvh);
        max-height: var(--dbim-layout-viewport-height, 100dvh);
    }
    .dbim-cookie {
        right: auto;
        bottom: 8px;
        left: 8px;
        width: calc(var(--dbim-layout-viewport-width, 100vw) - 16px);
        max-width: none;
        max-height: calc(100vh - 16px);
        margin: 0;
        overflow-y: auto;
        box-sizing: border-box;
        padding: 16px;
    }
}
@media (max-width: 420px) {
    .middle-header .dbim-identity { gap: 8px; }
    .dbim-header-tool { min-width: 44px; padding-inline: 8px; }
    .dbim-language-tool { min-width: 54px; }
    .dbim-identity .dbim-aweil-logo { width: 60px !important; height: 52px !important; flex-basis: 60px; }
    .dbim-identity .identity-org { font-size: 0.84rem; }
    .dbim-identity .identity-sub { font-size: 0.68rem; }
    .dbim-cookie {
        bottom: 6px;
        left: 6px;
        width: calc(var(--dbim-layout-viewport-width, 100vw) - 12px);
        max-height: calc(100dvh - 12px);
        padding: 12px;
        border-radius: 6px;
        overscroll-behavior: contain;
        scrollbar-gutter: stable;
    }
    .dbim-cookie h2 { margin-bottom: 6px; font-size: 1.1rem; }
    .dbim-cookie p { font-size: 0.8125rem; line-height: 1.45; }
    .dbim-cookie__summary { gap: 10px; }
    .dbim-cookie__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 8px;
    }
    .dbim-cookie__actions .dbim-button {
        width: auto;
        min-width: 0;
        padding-inline: 6px;
        font-size: 0.78rem;
        line-height: 1.2;
    }
    .dbim-cookie__actions .dbim-button--link {
        grid-column: 1 / -1;
        min-height: 44px;
        padding-block: 4px;
    }
    .dbim-cookie__preferences { margin-top: 10px; padding-top: 10px; }
    .dbim-cookie__option { align-items: flex-start; gap: 8px; padding-block: 8px; font-size: 0.8125rem; }
    .dbim-cookie__option span { min-width: 0; }
    .dbim-cookie__option > strong { flex: 0 0 auto; max-width: 78px; line-height: 1.35; text-align: right; }
    .dbim-cookie__option input { margin-top: 2px; }
    .dbim-cookie__preferences > .dbim-button {
        position: sticky;
        z-index: 1;
        bottom: 0;
        width: 100%;
        margin-top: 10px;
    }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
@media print {
    .dbim-cookie,
    #accessibility,
    #toggleBtnhighlight,
    #restart,
    #carouselToggle { display: none !important; }
}

/* Mandatory first-visit language preference */
html.language-preference-active,
body.language-preference-active {
    height: 100%;
    overflow: hidden !important;
    overscroll-behavior: none;
}
body[data-language-preference-pending] #container {
    visibility: visible;
    pointer-events: none;
    user-select: none;
    filter: saturate(0.78);
}
.language-preference-gate {
    position: fixed;
    z-index: 20000;
    inset: 0;
    display: grid;
    place-items: center;
    min-height: 100dvh;
    padding: 24px;
    overflow-y: auto;
    background: rgba(8, 22, 54, 0.48);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.language-preference-dialog {
    width: min(100%, 520px);
    padding: clamp(28px, 5vw, 48px);
    border: 1px solid var(--dbim-blue-200);
    border-top: 8px solid var(--dbim-blue-900);
    border-radius: 12px;
    background: var(--dbim-white);
    box-shadow: 0 24px 70px rgba(22, 47, 106, 0.24);
    text-align: center;
}
.language-preference-dialog h2 {
    max-width: 440px;
    margin: 0 auto 28px;
    color: var(--dbim-blue-900);
    font-size: clamp(1.35rem, 4vw, 2rem);
    line-height: 1.35;
}
.language-preference-actions {
    display: grid;
    gap: 14px;
}
.language-preference-actions button {
    min-height: 56px;
    padding: 12px 20px;
    border: 2px solid var(--dbim-blue-900);
    border-radius: 6px;
    background: var(--dbim-white);
    color: var(--dbim-blue-900);
    font-size: 1.125rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.language-preference-actions button:first-of-type {
    background: var(--dbim-blue-900);
    color: var(--dbim-white);
}
.language-preference-actions button:hover {
    background: var(--dbim-blue-700);
    color: var(--dbim-white);
    box-shadow: 0 8px 20px rgba(22, 47, 106, 0.22);
    transform: translateY(-2px);
}
.language-preference-actions button:focus-visible { outline-offset: 3px; }
.language-preference-actions button:active { transform: translateY(0); }

/* DBIM homepage composition */
.dbim-home {
    background: #fff;
    color: #1d2a3d;
    overflow: clip;
}
.dbim-shell {
    width: min(100% - 32px, 1200px);
    margin-inline: auto;
}
.dbim-section {
    padding: clamp(52px, 7vw, 88px) 0;
}
.dbim-section h2,
.dbim-section h3,
.dbim-hero h1,
.dbim-hero h2 {
    margin-top: 0;
    color: var(--dbim-blue-900);
}
.dbim-section__heading {
    max-width: 680px;
    margin-bottom: 32px;
}
.dbim-section__heading h2 {
    margin-bottom: 10px;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
}
.dbim-section__heading p {
    margin: 0;
    color: #4c5a6c;
    font-size: 1.05rem;
}
.dbim-section__heading--inline {
    margin-bottom: 26px;
}
.dbim-eyebrow {
    margin: 0 0 8px;
    color: var(--dbim-blue-700);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.dbim-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    color: var(--dbim-blue-900);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.dbim-hero {
    position: relative;
    min-height: 400px;
    background: var(--dbim-blue-900);
}
.dbim-hero__slide[hidden] { display: none !important; }
.dbim-hero__slide {
    position: relative;
    min-height: 400px;
}
.dbim-hero__slide picture,
.dbim-hero__slide img {
    display: block;
    width: 100%;
    height: 400px;
}
.dbim-hero__slide img {
    object-fit: cover;
    object-position: center;
}
.dbim-hero__slide--contain,
.dbim-hero__slide--contain picture { background: #edf2fb; }
.dbim-hero__slide--contain img {
    object-fit: contain;
    object-position: center;
}
.dbim-hero__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 40px 0 76px;
    background: linear-gradient(90deg, rgba(8, 22, 54, 0.93) 0%, rgba(8, 22, 54, 0.72) 42%, rgba(8, 22, 54, 0.12) 76%);
}
.dbim-hero__overlay .dbim-shell {
    margin-inline: auto;
    padding-left: 42px;
}
.dbim-hero__overlay h1,
.dbim-hero__overlay h2 {
    max-width: 650px;
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(2rem, 4.5vw, 3.75rem);
    line-height: 1.08;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.24);
}
.dbim-hero__overlay p {
    max-width: 610px;
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(1rem, 2vw, 1.2rem);
}
.dbim-button--light {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: var(--dbim-blue-900);
    text-decoration: none;
}
.dbim-button--light:hover {
    background: var(--dbim-blue-100);
    color: var(--dbim-blue-900);
}
.dbim-hero__controls {
    position: absolute;
    z-index: 3;
    inset: 0;
    width: 100%;
    max-width: none;
    pointer-events: none;
}
.dbim-hero__controls button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--dbim-blue-900);
    cursor: pointer;
    pointer-events: auto;
}
.dbim-hero__controls button:hover { background: #e5eaf2; color: var(--dbim-blue-900); }
.dbim-hero__controls button img { width: 20px; height: 20px; }
.dbim-hero__nav {
    position: absolute;
    top: 50%;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.65) !important;
    background: rgba(12, 16, 21, 0.9) !important;
    color: #fff !important;
    transform: translateY(-50%);
}
.dbim-hero__nav-icon {
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.dbim-hero__nav:hover { background: #fff !important; color: #111820 !important; }
.dbim-hero__nav--previous { left: clamp(8px, 1.5vw, 28px); }
.dbim-hero__nav--next { right: clamp(8px, 1.5vw, 28px); }
.dbim-hero__transport {
    position: absolute;
    right: max(16px, calc((100% - 1200px) / 2));
    bottom: 14px;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 3px 7px;
    border: 1px solid rgba(22, 47, 106, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 24px rgba(5, 14, 36, 0.2);
    pointer-events: auto;
}
.dbim-hero__dots { display: flex; gap: 0; }
.dbim-hero__dots button { width: 32px; min-width: 32px; border-radius: 50%; }
.dbim-hero__dots button::after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #55565a;
    content: "";
}
.dbim-hero__dots button[aria-pressed="true"]::after { background: var(--dbim-blue-700); }
.dbim-hero__toggle { border-left: 1px solid #d6dce7 !important; border-radius: 0 !important; }

.dbim-announcement-strip {
    overflow: hidden;
    border-block: 1px solid #c1d5eb;
    background: #d6e5f5;
    color: var(--dbim-blue-900);
}
.dbim-announcement-strip__layout {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr) 44px;
    align-items: center;
    gap: 20px;
    min-height: 64px;
}
.dbim-announcement-strip__heading {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    padding-right: 20px;
    border-right: 1px solid rgba(22, 47, 106, 0.22);
}
.dbim-announcement-strip__heading img {
    width: 44px;
    height: 27px;
    flex: 0 0 44px;
}
.dbim-announcement-strip__heading h2 {
    margin: 0;
    color: var(--dbim-blue-900);
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.dbim-announcement-strip__viewport {
    min-width: 0;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 20px, #000 calc(100% - 20px), transparent);
}
.dbim-announcement-strip__track {
    display: flex;
    align-items: center;
    width: max-content;
}
.dbim-announcement-strip.is-ready .dbim-announcement-strip__track {
    animation: dbim-announcement-scroll var(--announcement-duration, 42s) linear infinite;
    will-change: transform;
}
.dbim-announcement-strip.is-paused .dbim-announcement-strip__track,
.dbim-announcement-strip__viewport:hover .dbim-announcement-strip__track,
.dbim-announcement-strip__viewport:focus-within .dbim-announcement-strip__track {
    animation-play-state: paused;
}
.dbim-announcement-strip__group {
    display: flex;
    align-items: center;
    gap: 42px;
    margin: 0;
    padding: 0 42px 0 0;
    list-style: none;
}
.dbim-announcement-strip__group li {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}
.dbim-announcement-strip__group li::before {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: var(--dbim-blue-700);
    content: "";
}
.dbim-announcement-strip__group a {
    color: var(--dbim-blue-900);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}
.dbim-announcement-strip__group a:hover,
.dbim-announcement-strip__group a:focus-visible {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}
.dbim-announcement-strip__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(22, 47, 106, 0.25);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    cursor: pointer;
}
.dbim-announcement-strip__toggle:hover { background: #fff; }
.dbim-announcement-strip__toggle img { width: 20px; height: 20px; }
@keyframes dbim-announcement-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.dbim-refresh-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    overflow: hidden;
    padding: 4px 14px;
    border-bottom: 1px solid #8b0000;
    background: #fff4f4;
    color: #8b0000;
    font-size: 0.92rem;
}
.dbim-refresh-alert__arrow {
    flex: 0 0 auto;
    color: #8b0000;
    font-size: 1.2rem;
    font-weight: 800;
    animation: dbim-refresh-arrow-flash 1s steps(2, end) infinite;
}
.dbim-refresh-alert__viewport { min-width: 0; flex: 1; overflow: hidden; }
.dbim-refresh-alert p {
    width: max-content;
    margin: 0;
    white-space: nowrap;
    animation: dbim-refresh-message-scroll 24s linear infinite;
}
.dbim-refresh-alert:hover p { animation-play-state: paused; }
@keyframes dbim-refresh-arrow-flash { 50% { opacity: 0.25; } }
@keyframes dbim-refresh-message-scroll {
    from { transform: translateX(100vw); }
    to { transform: translateX(-100%); }
}
@media (prefers-reduced-motion: reduce) {
    .dbim-refresh-alert__arrow,
    .dbim-refresh-alert p { animation: none; }
    .dbim-refresh-alert__viewport { overflow-x: auto; }
}

.dbim-section--quick { padding-block: 44px 60px; }
.dbim-quick-grid,
.dbim-important-grid,
.dbim-unit-grid,
.dbim-client-grid {
    margin: 0;
    padding: 0;
    list-style: none;
}
.dbim-quick-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}
.dbim-quick-grid a,
.dbim-important-grid a {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    min-height: 92px;
    padding: 18px;
    border: 1px solid #ccd7ec;
    border-radius: 8px;
    background: #fff;
    color: var(--dbim-blue-900);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 26px rgba(22, 47, 106, 0.07);
}
.dbim-quick-grid a:hover,
.dbim-important-grid a:hover {
    border-color: var(--dbim-blue-500);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(22, 47, 106, 0.13);
}

.dbim-section--about {
    position: relative;
    background: var(--dbim-blue-900);
    color: #fff;
}
.dbim-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
    gap: clamp(36px, 7vw, 90px);
    align-items: center;
}
.dbim-about-copy h2,
.dbim-about-copy .dbim-eyebrow,
.dbim-about-copy .dbim-text-link { color: #fff; }
.dbim-about-copy h2 { font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.12; }
.dbim-about-copy > p:not(.dbim-eyebrow) { max-width: 650px; color: #e8eeff; font-size: 1.08rem; }
.dbim-cmd-card {
    display: grid;
    grid-template-columns: 42% 1fr;
    align-items: end;
    min-height: 360px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    color: #1d2a3d;
    box-shadow: 0 20px 52px rgba(5, 14, 36, 0.35);
}
.dbim-cmd-card picture { align-self: stretch; background: #dbe5fb; }
.dbim-cmd-card img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.dbim-cmd-card > div { padding: 28px 28px 30px; align-self: center; }
.dbim-cmd-card h3 { margin-bottom: 12px; font-size: 1.55rem; }

.dbim-section--products { background: #fff; }
.dbim-product-tabs { display: none; }
.dbim-tabs-desktop .dbim-product-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
    padding-bottom: 4px;
    overflow-x: auto;
    scrollbar-width: thin;
}
.dbim-product-tabs button {
    min-height: 48px;
    padding: 9px 20px;
    border: 1px solid #c8d4ea;
    border-radius: 999px;
    background: #fff;
    color: var(--dbim-blue-900);
    font-weight: 700;
    white-space: nowrap;
}
.dbim-product-tabs button[aria-selected="true"] { border-color: var(--dbim-blue-900); background: var(--dbim-blue-900); color: #fff; box-shadow: 0 7px 18px rgba(22, 47, 106, 0.2); }
.dbim-product-panels { display: grid; gap: 24px; }
.dbim-product-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    min-height: 440px;
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    background: #eef3fb;
    box-shadow: 0 20px 55px rgba(22, 47, 106, 0.12);
}
.dbim-product-panel[hidden] { display: none !important; }
.dbim-product-panel__visual { position: relative; min-width: 0; overflow: hidden; background: #e7edf7; }
.dbim-product-panel__visual img { display: block; width: 100%; height: 100%; min-height: 440px; object-fit: cover; object-position: center; }
.dbim-product-panel__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(32px, 5vw, 58px); background: var(--dbim-blue-900); color: #fff; }
.dbim-product-panel__content .dbim-eyebrow { color: #bfcdf0; }
.dbim-product-panel__content h3 { margin-bottom: 14px; color: #fff; font-size: clamp(1.65rem, 3vw, 2.65rem); line-height: 1.13; }
.dbim-product-panel__content > p:not(.dbim-eyebrow) { max-width: 44ch; margin: 0 0 26px; color: #e4ebfb; font-size: 1.04rem; line-height: 1.65; }
.dbim-product-panel .dbim-button { gap: 10px; text-decoration: none; }
.dbim-product-panel__content .dbim-button--light { color: var(--dbim-blue-900) !important; }

.dbim-section--units { padding-block: clamp(46px, 6vw, 66px); background: #eef3ff; }
.dbim-unit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}
.dbim-unit-grid li { min-width: 0; }
.dbim-unit-grid a {
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 26px;
    gap: 12px;
    align-items: center;
    min-height: 108px;
    height: 100%;
    padding: 18px;
    border: 1px solid #cfdaee;
    border-radius: 12px;
    background: #fff;
    color: var(--dbim-blue-900);
    text-decoration: none;
    box-shadow: 0 7px 22px rgba(22, 47, 106, 0.08);
}
.dbim-unit-grid a:hover { border-color: var(--dbim-blue-500); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(22, 47, 106, 0.13); }
.dbim-unit-grid img { width: 32px; height: 32px; }
.dbim-unit-grid h3 { margin: 0; font-size: 0.98rem; line-height: 1.38; }
.dbim-unit-grid__number { position: absolute; top: 8px; right: 12px; color: #596b8a; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; }
.dbim-unit-grid__arrow { font-size: 1.25rem; font-weight: 700; text-align: right; }

.dbim-section--important { padding-block: 56px; background: #fff; }
.dbim-important-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.dbim-important-grid a { min-height: 88px; box-shadow: none; }

.dbim-section--clients { padding-block: clamp(48px, 6vw, 68px); background: #f5f7fb; }
.dbim-clients__heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.dbim-clients__controls { display: flex; gap: 8px; margin-bottom: 26px; }
.dbim-clients__controls button { display: inline-flex; align-items: center; justify-content: center; width: 44px; min-width: 44px; min-height: 44px; padding: 0; border: 1px solid #bfcbe0; border-radius: 50%; background: #fff; color: var(--dbim-blue-900); cursor: pointer; }
.dbim-clients__controls button:hover { border-color: var(--dbim-blue-900); background: var(--dbim-blue-900); color: #fff; }
.dbim-clients__controls button:hover img { filter: brightness(0) invert(1); }
.dbim-client-carousel__viewport { width: 100%; max-width: 100%; overflow-x: auto; padding: 2px 2px 16px; contain: inline-size; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: var(--dbim-blue-500) #dce4f2; scrollbar-width: thin; }
.dbim-client-grid {
    display: flex;
    gap: 14px;
    width: 100%;
}
.dbim-client-grid li { flex: 0 0 calc((100% - 70px) / 6); min-width: 0; scroll-snap-align: start; }
.dbim-client-grid a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 156px;
    height: 100%;
    padding: 18px 12px;
    border: 1px solid #d6deeb;
    border-radius: 8px;
    background: #fff;
    color: #27364d;
    font-size: 0.82rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
.dbim-client-grid img { width: 100%; max-width: 92px; height: 72px; object-fit: contain; }
.dbim-client-grid a:hover { border-color: var(--dbim-blue-500); box-shadow: 0 8px 24px rgba(22, 47, 106, 0.1); }

body.dark-mode .dbim-site-header,
body.dark-mode .dbim-header-search,
body.dark-mode .dbim-header-search input,
body.dark-mode .dbim-header-search button,
body.dark-mode .dbim-header-tool,
body.dark-mode .dbim-navigation-bar,
body.dark-mode .dbim-navigation-bar .navbar-collapse { background: #181b22 !important; color: #f4f6fa !important; }
body.dark-mode .header .main-menu,
body.dark-mode .header .navbar-default,
body.dark-mode .header .dbim-navigation-bar,
body.dark-mode .header .dbim-navigation-bar .navbar,
body.dark-mode .header .dbim-navigation-bar .navbar-collapse,
body.dark-mode .header .dbim-primary-nav {
    border-color: #4f5867 !important;
    background: #12161d !important;
    box-shadow: none !important;
}
body.dark-mode .header .navbar-default .dbim-primary-nav > li,
body.dark-mode .header .navbar-default .dbim-primary-nav > li.current,
body.dark-mode .header .navbar-default .dbim-primary-nav > li.active,
body.dark-mode .header .navbar-default .dbim-primary-nav > li.open {
    background: transparent !important;
}
body.dark-mode .dbim-identity .identity-org,
body.dark-mode .dbim-identity .identity-sub,
body.dark-mode .dbim-header-tool,
body.dark-mode .dbim-header-search input,
body.dark-mode .dbim-primary-nav > li > a { color: #f4f6fa !important; }
body.dark-mode .header .dbim-primary-nav > li.current > a,
body.dark-mode .header .dbim-primary-nav > li > a:hover,
body.dark-mode .header .dbim-primary-nav > li > a:focus,
body.dark-mode .header .dbim-primary-nav > li > a[aria-expanded="true"] {
    border-bottom-color: #fff !important;
    background: transparent !important;
    color: #fff !important;
}
body.dark-mode .header .dbim-primary-nav > li > a i { color: #fff !important; }
body.dark-mode .dbim-header-search,
body.dark-mode .dbim-header-search button,
body.dark-mode .dbim-header-tool { border-color: #626b7a; }
body.dark-mode .dbim-header-search img,
body.dark-mode .dbim-header-tool img { filter: brightness(0) invert(1); }
body.dark-mode .header .dbim-primary-nav > li .dropdown,
body.dark-mode .header .dbim-primary-nav > li:hover .dropdown a,
body.dark-mode .header .dbim-primary-nav > li .dropdown li a { background: #252a33 !important; color: #f4f6fa !important; }
body.dark-mode .header .dbim-primary-nav > li .dropdown li a:hover,
body.dark-mode .header .dbim-primary-nav > li .dropdown li a:focus { background: #303c58 !important; color: #fff !important; }

body.dark-mode .dbim-hero__slides,
body.dark-mode .dbim-hero__slide,
body.dark-mode .dbim-hero__slide picture { background-color: transparent !important; }
body.dark-mode .dbim-hero__overlay {
    background-color: transparent !important;
    background-image: linear-gradient(90deg, rgba(5, 14, 34, 0.78) 0%, rgba(5, 14, 34, 0.48) 42%, rgba(5, 14, 34, 0.05) 78%);
}
body.dark-mode .dbim-hero__slide--contain,
body.dark-mode .dbim-hero__slide--contain picture { background: #101216 !important; }
body.dark-mode .dbim-hero .dbim-button--light { color: var(--dbim-blue-900) !important; }

body.dark-mode .dbim-home,
body.dark-mode .dbim-section,
body.dark-mode .dbim-section--units,
body.dark-mode .dbim-section--clients,
body.dark-mode .dbim-section--about { background: #101216 !important; color: #f0f2f6; }
body.dark-mode .dbim-announcement-strip {
    border-color: #46536a;
    background: #17233b;
    color: #f4f6fa;
}
body.dark-mode .dbim-announcement-strip__heading { border-right-color: #56647d; }
body.dark-mode .dbim-announcement-strip__heading h2,
body.dark-mode .dbim-announcement-strip__group a { color: #f4f6fa; }
body.dark-mode .dbim-announcement-strip__heading img,
body.dark-mode .dbim-announcement-strip__toggle img { filter: brightness(0) invert(1); }
body.dark-mode .dbim-announcement-strip__group li::before { background: #b9c9ed; }
body.dark-mode .dbim-announcement-strip__toggle { border-color: #65718a; background: #252c39; }
body.dark-mode .dbim-announcement-strip__toggle:hover { background: #343d4d; }
body.dark-mode .dbim-quick-grid a,
body.dark-mode .dbim-important-grid a,
body.dark-mode .dbim-unit-grid a,
body.dark-mode .dbim-client-grid a,
body.dark-mode .dbim-product-panel,
body.dark-mode .dbim-cmd-card { background: #252525; color: #ddd; border-color: #596274; }
body.dark-mode .dbim-product-panel__visual { background: #202329; }
body.dark-mode .dbim-product-panel__content { background: #0b0d11; }
body.dark-mode .dbim-section h2,
body.dark-mode .dbim-section h3,
body.dark-mode .dbim-unit-grid a,
body.dark-mode .dbim-quick-grid a,
body.dark-mode .dbim-important-grid a { color: #f4f6fa; }
body.dark-mode .dbim-section__heading p { color: #ddd; }
body.dark-mode .dbim-quick-grid img,
body.dark-mode .dbim-important-grid img,
body.dark-mode .dbim-unit-grid img { filter: brightness(0) invert(1); }
body.dark-mode .dbim-client-carousel__viewport { scrollbar-color: #8ea4d5 #262a31; }
body.dark-mode .dbim-clients__controls button { border-color: #697384; background: #202329; color: #fff; }
body.dark-mode .dbim-clients__controls button img { filter: brightness(0) invert(1); }
body.dark-mode #main-content,
body.dark-mode .about.section {
    background: #101216 !important;
    color: #e5e9f0;
}
body.dark-mode #accessibility.offcanvas {
    border-left-color: #e6eaf2;
    background: #11161e;
    color: #eef1f6;
    box-shadow: -18px 0 44px rgba(0, 0, 0, 0.48);
}
body.dark-mode #accessibility .offcanvas-header { border-color: #4d5665 !important; background: #080b10; }
body.dark-mode #accessibility .offcanvas-body > .mb-3 { border-color: #505a69; background: #1b2028; box-shadow: none; }
body.dark-mode #accessibility .offcanvas-body > .mb-3 .fw-semibold { color: #f4f6fa; }
body.dark-mode #accessibility #textSizeDisplay,
body.dark-mode #accessibility #textSpacingDisplay { background: #f4f6fa !important; color: #162f6a; }
body.dark-mode #accessibility .accessibility-btn {
    border-color: #717c8d;
    background: #202631 !important;
    color: #f4f6fa !important;
}
body.dark-mode #accessibility .accessibility-btn:hover,
body.dark-mode #accessibility .accessibility-btn:focus-visible { border-color: #fff; background: #303846 !important; color: #fff !important; }
body.dark-mode #accessibility .accessibility-btn.active,
body.dark-mode #accessibility .accessibility-btn[aria-pressed="true"] { border-color: #fff; background: #f4f6fa !important; color: #162f6a !important; }
body.dark-mode #accessibility .offcanvas-body > hr { border-color: #596372; }
body.dark-mode #accessibility .d-grid .btn-primary { border-color: #f4f6fa; background: #f4f6fa; color: #162f6a !important; }
body.dark-mode #accessibility .d-grid .btn-primary:nth-child(2) { background: transparent; color: #f4f6fa !important; }
body.dark-mode #accessibility .alert-info { border-color: #637188; background: #1c2736; color: #f4f6fa; }
body.dark-mode #accessibility > .border-top { border-color: #505a69 !important; background: #0d1118; }
body.dark-mode #accessibility [data-action="reset"] { border-color: #f4f6fa; background: transparent; color: #f4f6fa; }
body.dark-mode #accessibility [data-action="reset"]:hover,
body.dark-mode #accessibility [data-action="reset"]:focus { background: #f4f6fa; color: #162f6a; }
body.dark-mode .dbim-cookie {
    border-color: #697586;
    background: #151a22;
    color: #f4f6fa;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.58);
}
body.dark-mode .dbim-cookie h2,
body.dark-mode .dbim-cookie strong { color: #fff !important; }
body.dark-mode .dbim-cookie p,
body.dark-mode .dbim-cookie small { color: #dce2eb !important; }
body.dark-mode .dbim-cookie a { color: #c5d5ff !important; }
body.dark-mode .dbim-cookie a:hover,
body.dark-mode .dbim-cookie a:focus { color: #fff !important; }
body.dark-mode .dbim-cookie__preferences { border-top-color: #596473; }
body.dark-mode .dbim-cookie__option { border-bottom-color: #4b5564; }
body.dark-mode .dbim-cookie__option input {
    accent-color: #9db7f5;
    color-scheme: dark;
}
body.dark-mode .dbim-cookie .dbim-button--primary {
    border-color: #f4f6fa;
    background: #f4f6fa;
    color: #162f6a !important;
}
body.dark-mode .dbim-cookie .dbim-button--primary:hover,
body.dark-mode .dbim-cookie .dbim-button--primary:focus {
    border-color: #fff;
    background: #fff;
    color: #0b1e4d !important;
}
body.dark-mode .dbim-cookie .dbim-button--secondary {
    border-color: #aeb9c9;
    background: #242b35;
    color: #fff !important;
}
body.dark-mode .dbim-cookie .dbim-button--secondary:hover,
body.dark-mode .dbim-cookie .dbim-button--secondary:focus {
    border-color: #fff;
    background: #343d4a;
    color: #fff !important;
}
body.dark-mode .dbim-cookie .dbim-button--link {
    border-color: transparent;
    background: transparent;
    color: #c5d5ff !important;
}
body.dark-mode .dbim-cookie .dbim-button--link:hover,
body.dark-mode .dbim-cookie .dbim-button--link:focus {
    background: #272f3a;
    color: #fff !important;
}
body.dark-mode .about.section .nav-tabs a.active,
body.dark-mode .about.section .nav-tabs a.active:hover,
body.dark-mode .about.section .nav-tabs a.active:focus {
    border-color: #f4f6fa !important;
    border-bottom-color: #f4f6fa !important;
    background: #f4f6fa !important;
    color: #162f6a !important;
}
body.dark-mode .footer,
body.dark-mode .footer .footer-top,
body.dark-mode .footer .footer-meta,
body.dark-mode .footer .copyright { background: #080a0e !important; color: #f4f6fa !important; }
body.dark-mode .footer .footer-meta,
body.dark-mode .footer .copyright { border-color: #4a4f5a; }

body.high-contrast-mode .dbim-home,
body.high-contrast-mode .dbim-home * { border-color: currentColor !important; box-shadow: none !important; }
body.high-contrast-mode .dbim-site-header,
body.high-contrast-mode .dbim-navigation-bar,
body.high-contrast-mode .dbim-header-search,
body.high-contrast-mode .dbim-header-tool { border-color: currentColor !important; box-shadow: none !important; }
body.high-contrast-mode .dbim-cookie,
body.high-contrast-mode .dbim-cookie * { border-color: currentColor !important; box-shadow: none !important; }
body.high-contrast-mode .dbim-hero__overlay { background: rgba(0, 0, 0, 0.88) !important; }
body.high-contrast-mode .dbim-home,
body.high-contrast-mode .dbim-home .dbim-section,
body.high-contrast-mode .dbim-announcement-strip,
body.high-contrast-mode .dbim-cmd-card,
body.high-contrast-mode .dbim-quick-grid a,
body.high-contrast-mode .dbim-important-grid a,
body.high-contrast-mode .dbim-product-panel,
body.high-contrast-mode .dbim-product-panel__visual,
body.high-contrast-mode .dbim-product-panel__content,
body.high-contrast-mode .dbim-unit-grid a,
body.high-contrast-mode .dbim-client-grid a {
    background: #000 !important;
    color: #fff !important;
}
body.high-contrast-mode .dbim-home p,
body.high-contrast-mode .dbim-home .dbim-eyebrow,
body.high-contrast-mode .dbim-home .dbim-section__heading p { color: #fff !important; }
body.high-contrast-mode .dbim-button {
    border-color: #fff !important;
    background: #000 !important;
    color: #0ff !important;
}
body.high-contrast-mode .header,
body.high-contrast-mode .dbim-site-header,
body.high-contrast-mode .dbim-navigation-bar,
body.high-contrast-mode .dbim-navigation-bar .navbar-collapse,
body.high-contrast-mode .dbim-header-search,
body.high-contrast-mode .dbim-header-search input,
body.high-contrast-mode .dbim-header-search button,
body.high-contrast-mode .dbim-header-tool,
body.high-contrast-mode .footer,
body.high-contrast-mode .footer .footer-top,
body.high-contrast-mode .footer .footer-meta,
body.high-contrast-mode .footer .copyright,
body.high-contrast-mode .dbim-cookie {
    background: #000 !important;
    color: #fff !important;
}
body.high-contrast-mode .dbim-identity .identity-org,
body.high-contrast-mode .dbim-identity .identity-sub,
body.high-contrast-mode .dbim-cookie p,
body.high-contrast-mode .dbim-cookie small,
body.high-contrast-mode .dbim-cookie strong { color: #fff !important; }
body.high-contrast-mode #accessibility.offcanvas,
body.high-contrast-mode #accessibility .offcanvas-header,
body.high-contrast-mode #accessibility .offcanvas-body > .mb-3,
body.high-contrast-mode #accessibility > .border-top,
body.high-contrast-mode #accessibility .accessibility-btn,
body.high-contrast-mode #accessibility [data-action="reset"] {
    border-color: #fff !important;
    background: #000 !important;
    color: #fff !important;
}
body.high-contrast-mode #accessibility .accessibility-btn[aria-pressed="true"],
body.high-contrast-mode #accessibility .accessibility-btn.active {
    border-color: #ff0 !important;
    color: #ff0 !important;
}

/* Accessible visual catalogue: shared by Products and future gallery routes. */
.dbim-gallery-page {
    --gallery-navy: #071b3d;
    --gallery-blue: #124486;
    --gallery-gold: #f7bd24;
    --gallery-ink: #172033;
    --gallery-muted: #4b5568;
    --gallery-line: #d5dbe5;
    --gallery-surface: #fff;
    background: #f4f6f9;
    color: var(--gallery-ink);
}
.dbim-gallery-hero {
    position: relative;
    display: grid;
    min-height: 390px;
    overflow: hidden;
    background: var(--gallery-navy);
    color: #fff;
    isolation: isolate;
}
.dbim-gallery-hero__media,
.dbim-gallery-hero__shade {
    position: absolute;
    inset: 0;
    z-index: -2;
}
.dbim-gallery-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
}
.dbim-gallery-hero__shade {
    z-index: -1;
    background: linear-gradient(90deg, rgba(7, 27, 61, 0.98) 0%, rgba(7, 27, 61, 0.94) 42%, rgba(7, 27, 61, 0.64) 70%, rgba(7, 27, 61, 0.78) 100%);
}
.dbim-gallery-hero__content {
    align-self: center;
    padding-block: 54px 62px;
}
.dbim-gallery-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 42px;
    padding: 0;
    list-style: none;
    font-size: 0.9375rem;
}
.dbim-gallery-breadcrumb li + li::before {
    content: "/";
    margin-right: 8px;
    color: #dbe5f7;
}
.dbim-gallery-breadcrumb a {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
.dbim-gallery-breadcrumb a:hover { color: var(--gallery-gold); }
.dbim-gallery-hero__eyebrow {
    margin: 0 0 12px;
    color: var(--gallery-gold);
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}
.dbim-gallery-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.25rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.02;
}
.dbim-gallery-hero__intro {
    max-width: 720px;
    margin: 20px 0 0;
    color: #f5f7fb;
    font-size: clamp(1rem, 1.7vw, 1.2rem);
    line-height: 1.7;
}
.dbim-gallery-category-bar {
    background: var(--gallery-navy);
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 5px 18px rgba(7, 27, 61, 0.18);
}
.dbim-gallery-category-bar ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dbim-gallery-category-bar a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 12px 18px;
    border-bottom: 4px solid transparent;
    color: #fff;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}
.dbim-gallery-category-bar a:hover,
.dbim-gallery-category-bar a:focus-visible {
    border-bottom-color: var(--gallery-gold);
    background: #123366;
    color: #fff;
}
.dbim-gallery-category-bar a:focus-visible {
    outline: 3px solid var(--gallery-gold);
    outline-offset: -4px;
}
.dbim-gallery-category-bar__count {
    display: inline-grid;
    min-width: 28px;
    min-height: 28px;
    padding-inline: 6px;
    place-items: center;
    border-radius: 999px;
    background: var(--gallery-gold);
    color: #071b3d;
    font-size: 0.8125rem;
    font-weight: 800;
}
.dbim-gallery-catalog { padding-block: 58px 80px; }
.dbim-gallery-catalog__intro {
    max-width: 760px;
    margin-bottom: 56px;
}
.dbim-gallery-catalog__intro h2,
.dbim-gallery-section__header h2 {
    margin: 0;
    color: var(--gallery-navy);
    font-weight: 800;
    line-height: 1.15;
}
.dbim-gallery-catalog__intro h2 { font-size: clamp(1.85rem, 3vw, 2.75rem); }
.dbim-gallery-catalog__intro p,
.dbim-gallery-section__header p {
    margin: 12px 0 0;
    color: var(--gallery-muted);
    font-size: 1rem;
    line-height: 1.7;
}
.dbim-gallery-highlights {
    margin: -22px 0 58px;
    padding: 26px 28px;
    border: 1px solid #b9c5d6;
    border-left: 6px solid var(--gallery-gold);
    background: #eaf0f8;
}
.dbim-gallery-highlights h2 {
    margin: 0 0 14px;
    color: var(--gallery-navy);
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.3;
}
.dbim-gallery-highlights ul,
.dbim-gallery-section__details {
    margin: 0;
    padding-left: 1.25rem;
}
.dbim-gallery-highlights li,
.dbim-gallery-section__details li {
    padding-left: 0.2rem;
    color: var(--gallery-muted);
    line-height: 1.7;
}
.dbim-gallery-highlights li + li,
.dbim-gallery-section__details li + li { margin-top: 8px; }
.dbim-gallery-section {
    scroll-margin-top: 24px;
    margin-top: 72px;
}
.dbim-gallery-section:first-of-type { margin-top: 0; }
.dbim-gallery-section__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
    padding-bottom: 18px;
    border-bottom: 1px solid #b9c3d3;
}
.dbim-gallery-section__header > div { max-width: 780px; }
.dbim-gallery-section__header h2 { font-size: clamp(1.55rem, 2.4vw, 2.15rem); }
.dbim-gallery-section__details { margin-top: 14px; }
.dbim-gallery-section__header .dbim-gallery-section__count {
    flex: 0 0 auto;
    margin: 0;
    padding: 7px 12px;
    border: 1px solid #96a3b8;
    border-radius: 999px;
    color: #263247;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3;
}
.dbim-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dbim-gallery-grid > li { min-width: 0; }
.dbim-gallery-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--gallery-line);
    border-radius: 4px;
    background: var(--gallery-surface);
    box-shadow: 0 7px 24px rgba(14, 31, 59, 0.08);
}
.dbim-gallery-card > a {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: var(--gallery-ink);
    text-decoration: none;
}
.dbim-gallery-card > a:hover { color: var(--gallery-ink); }
.dbim-gallery-card > a:focus-visible {
    outline: 3px solid var(--gallery-navy);
    outline-offset: 3px;
    box-shadow: 0 0 0 7px var(--gallery-gold);
}
.dbim-gallery-card__visual {
    position: relative;
    display: grid;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    place-items: center;
    border-bottom: 1px solid var(--gallery-line);
    background: #eef1f5;
}
.dbim-gallery-card__visual img {
    width: 100%;
    height: 100%;
    padding: 12px;
    object-fit: contain;
    transition: transform 220ms ease;
}
.dbim-gallery-page--cover .dbim-gallery-card__visual img {
    padding: 0;
    object-fit: cover;
}
.dbim-gallery-card > a:hover .dbim-gallery-card__visual img { transform: scale(1.025); }
.dbim-gallery-card__expand {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 2px;
    background: var(--gallery-navy);
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}
.dbim-gallery-card__expand svg,
.dbim-gallery-card__action svg,
.dbim-gallery-dialog button svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.dbim-gallery-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}
.dbim-gallery-card__category {
    color: #3f5877;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-transform: uppercase;
}
.dbim-gallery-card__title {
    margin: 7px 0 0;
    color: var(--gallery-navy);
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.42;
}
.dbim-gallery-card__action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 22px;
    color: #164c91;
    font-size: 0.9375rem;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
.dbim-gallery-dialog {
    width: min(1040px, calc(100% - 32px));
    max-width: none;
    max-height: calc(100dvh - 32px);
    margin: auto;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: var(--gallery-ink);
}
.dbim-gallery-dialog::backdrop { background: rgba(2, 9, 24, 0.88); }
.dbim-gallery-dialog__panel {
    position: relative;
    max-height: calc(100dvh - 32px);
    overflow: auto;
    border: 2px solid #fff;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.45);
}
.dbim-gallery-dialog figure {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(250px, 0.85fr);
    margin: 0;
}
.dbim-gallery-dialog__media {
    display: grid;
    min-height: min(68vh, 650px);
    padding: 24px;
    place-items: center;
    background: #edf1f6;
}
.dbim-gallery-dialog__media img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 650px;
    object-fit: contain;
}
.dbim-gallery-dialog figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px 30px 88px;
    background: #fff;
}
.dbim-gallery-dialog__category {
    margin: 0 0 10px;
    color: #405b7c;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.dbim-gallery-dialog h2 {
    margin: 0;
    color: var(--gallery-navy);
    font-size: clamp(1.35rem, 3vw, 2.2rem);
    font-weight: 800;
    line-height: 1.25;
}
.dbim-gallery-dialog__status {
    margin: 18px 0 0;
    color: #47546a;
    font-weight: 700;
}
.dbim-gallery-dialog__close,
.dbim-gallery-dialog__controls button {
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 2px;
    background: var(--gallery-navy);
    color: #fff;
    cursor: pointer;
}
.dbim-gallery-dialog button:hover { background: #1a4f94; }
.dbim-gallery-dialog button:focus-visible {
    outline: 4px solid var(--gallery-gold);
    outline-offset: 3px;
}
.dbim-gallery-dialog__close {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;
}
.dbim-gallery-dialog__controls {
    position: absolute;
    right: 30px;
    bottom: 28px;
    display: flex;
    gap: 10px;
}
body.dark-mode .dbim-gallery-page {
    --gallery-ink: #f4f6fa;
    --gallery-muted: #d9dfeb;
    --gallery-line: #67758b;
    --gallery-surface: #101722;
    background: #080d15 !important;
    color: #f4f6fa !important;
}
body.dark-mode .dbim-gallery-hero__shade {
    background: linear-gradient(90deg, rgba(2, 10, 24, 0.99) 0%, rgba(2, 10, 24, 0.96) 46%, rgba(2, 10, 24, 0.78) 74%, rgba(2, 10, 24, 0.88) 100%) !important;
}
body.dark-mode .dbim-gallery-hero h1,
body.dark-mode .dbim-gallery-hero__intro,
body.dark-mode .dbim-gallery-breadcrumb a,
body.dark-mode .dbim-gallery-breadcrumb li { color: #fff !important; }
body.dark-mode .dbim-gallery-hero__eyebrow { color: #ffd45c !important; }
body.dark-mode .dbim-gallery-catalog__intro h2,
body.dark-mode .dbim-gallery-section__header h2,
body.dark-mode .dbim-gallery-card__title,
body.dark-mode .dbim-gallery-highlights h2 { color: #fff; }
body.dark-mode .dbim-gallery-catalog__intro p,
body.dark-mode .dbim-gallery-section__header p,
body.dark-mode .dbim-gallery-section__header .dbim-gallery-section__count { color: #d9dfeb; }
body.dark-mode .dbim-gallery-highlights {
    border-color: #67758b;
    border-left-color: var(--gallery-gold);
    background: #141e2c;
}
body.dark-mode .dbim-gallery-highlights li,
body.dark-mode .dbim-gallery-section__details li { color: #d9dfeb; }
body.dark-mode .dbim-gallery-card__visual,
body.dark-mode .dbim-gallery-dialog__media { background: #202a38; }
body.dark-mode .dbim-gallery-card__category,
body.dark-mode .dbim-gallery-card__action { color: #a9c9ff; }
body.dark-mode .dbim-gallery-dialog__panel,
body.dark-mode .dbim-gallery-dialog figcaption {
    background: #101722;
    color: #f4f6fa;
}
body.dark-mode .dbim-gallery-dialog h2 { color: #fff; }
body.dark-mode .dbim-gallery-dialog__category,
body.dark-mode .dbim-gallery-dialog__status { color: #c7d5e9; }
body.dark-mode .dbim-gallery-dialog__panel { border-color: #8e9bb0; }
body.high-contrast-mode .dbim-gallery-page,
body.high-contrast-mode .dbim-gallery-page * {
    border-color: currentColor !important;
    box-shadow: none !important;
}
body.high-contrast-mode .dbim-gallery-card__action { text-decoration-thickness: 2px; }

@media (max-width: 767.98px) {
    .dbim-gallery-hero { min-height: 420px; }
    .dbim-gallery-hero__shade { background: rgba(7, 27, 61, 0.9); }
    .dbim-gallery-hero__content { padding-block: 38px 46px; }
    .dbim-gallery-breadcrumb ol { margin-bottom: 34px; }
    .dbim-gallery-category-bar ul { display: grid; grid-template-columns: 1fr; padding-block: 6px; }
    .dbim-gallery-category-bar a { justify-content: space-between; min-height: 48px; padding: 9px 6px; }
    .dbim-gallery-catalog { padding-block: 44px 64px; }
    .dbim-gallery-catalog__intro { margin-bottom: 44px; }
    .dbim-gallery-section { margin-top: 58px; }
    .dbim-gallery-section__header { align-items: flex-start; flex-direction: column; gap: 14px; }
    .dbim-gallery-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); }
    .dbim-gallery-dialog__panel { max-height: calc(100dvh - 16px); }
    .dbim-gallery-dialog figure { grid-template-columns: 1fr; }
    .dbim-gallery-dialog__media { min-height: min(48vh, 430px); padding: 16px; }
    .dbim-gallery-dialog figcaption { padding: 24px 20px 84px; }
    .dbim-gallery-dialog__controls { right: 20px; bottom: 20px; }
}
@media (prefers-reduced-motion: reduce) {
    .dbim-gallery-card__visual img { transition: none; }
}

@media (max-width: 1100px) {
    .dbim-quick-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .dbim-client-grid li { flex-basis: calc((100% - 42px) / 4); }
}
@media (max-width: 900px) {
    .dbim-about-grid { grid-template-columns: 1fr; }
    .dbim-about-copy { max-width: 720px; }
    .dbim-unit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dbim-important-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
    .dbim-shell { width: min(100% - 24px, 1200px); }
    .dbim-section { padding-block: 48px; }
    .dbim-hero,
    .dbim-hero__slide { min-height: 520px; }
    .dbim-hero__slide picture,
    .dbim-hero__slide img { height: 520px; }
    .dbim-hero__slide img { object-position: 62% center; }
    .dbim-hero__slide--contain img { object-fit: contain; object-position: center; }
    .dbim-hero__overlay { align-items: flex-end; padding-bottom: 90px; background: linear-gradient(0deg, rgba(8, 22, 54, 0.96) 0%, rgba(8, 22, 54, 0.75) 58%, rgba(8, 22, 54, 0.15) 100%); }
    body.dark-mode .dbim-hero__overlay { background-image: linear-gradient(0deg, rgba(5, 14, 34, 0.84) 0%, rgba(5, 14, 34, 0.42) 56%, rgba(5, 14, 34, 0.04) 100%); }
    .dbim-hero__overlay h1,
    .dbim-hero__overlay h2 { font-size: clamp(1.8rem, 9vw, 2.75rem); }
    .dbim-hero__transport { right: 50%; transform: translateX(50%); }
    .dbim-hero__dots button { min-width: 32px; width: 32px; }
    .dbim-quick-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dbim-about-grid { gap: 28px; }
    .dbim-cmd-card { grid-template-columns: minmax(120px, 36%) 1fr; min-height: 300px; }
    .dbim-cmd-card > div { padding: 22px; }
    .dbim-product-panels { gap: 18px; }
    .dbim-product-panel { grid-template-columns: 1fr; min-height: 0; }
    .dbim-product-panel__visual img { height: 300px; min-height: 0; object-fit: cover; }
    .dbim-product-panel__content { padding: 28px 24px; }
    .dbim-unit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dbim-client-grid li { flex-basis: calc((100% - 28px) / 3); }
    .footer .copyright-content { align-items: flex-start; flex-direction: column; gap: 6px; }
    .footer .dbim-cookie-settings { align-self: flex-start; }
}
@media (max-width: 520px) {
    .language-preference-gate { padding: 14px; }
    .language-preference-dialog { padding: 28px 18px; }
    .dbim-quick-grid,
    .dbim-important-grid { grid-template-columns: 1fr; }
    .dbim-cmd-card { grid-template-columns: 1fr; }
    .dbim-cmd-card picture { max-height: 280px; }
    .dbim-cmd-card img { object-fit: contain; }
    .dbim-clients__heading { align-items: flex-end; }
    .dbim-client-grid li { flex-basis: calc((100% - 14px) / 2); }
    .dbim-unit-grid { grid-template-columns: 1fr; }
    .dbim-announcement-strip__layout {
        grid-template-columns: minmax(0, 1fr) 44px;
        gap: 8px 12px;
        padding-block: 10px;
    }
    .dbim-announcement-strip__heading { min-height: 36px; padding-right: 0; border-right: 0; }
    .dbim-announcement-strip__viewport { grid-column: 1 / -1; grid-row: 2; }
    .dbim-announcement-strip__toggle { grid-column: 2; grid-row: 1; }
    .dbim-announcement-strip__group { gap: 32px; padding-right: 32px; }
}
@media (prefers-reduced-motion: reduce) {
    .dbim-quick-grid a:hover,
    .dbim-important-grid a:hover,
    .dbim-unit-grid a:hover { transform: none; }
}
@media print {
    .language-preference-gate,
    .dbim-hero__controls,
    .dbim-announcement-strip__toggle { display: none !important; }
    .dbim-announcement-strip__viewport { overflow: visible; mask-image: none; }
    .dbim-announcement-strip__group { flex-wrap: wrap; white-space: normal; }
    .dbim-gallery-hero { min-height: 0; background: #fff !important; color: #000; }
    .dbim-gallery-hero__media,
    .dbim-gallery-hero__shade,
    .dbim-gallery-category-bar,
    .dbim-gallery-card__expand,
    .dbim-gallery-card__action,
    .dbim-gallery-dialog { display: none !important; }
    .dbim-gallery-hero__content { padding-block: 24px; }
    .dbim-gallery-hero h1,
    .dbim-gallery-hero__intro,
    .dbim-gallery-hero__eyebrow,
    .dbim-gallery-breadcrumb a { color: #000 !important; }
    .dbim-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dbim-gallery-card { break-inside: avoid; box-shadow: none; }
}

/* Accessible document repository: notice board and downloads. */
.dbim-document-page {
    --document-navy: #071f3f;
    --document-blue: #0b4f98;
    --document-blue-light: #e8f2fc;
    --document-gold: #f2bd32;
    --document-border: #b7c5d5;
    --document-ink: #172538;
    --document-muted: #556476;
    background: #f7f9fc;
    color: var(--document-ink);
}
.dbim-document-hero {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    background: linear-gradient(112deg, #061a35 0%, #0a3769 68%, #0a4d8d 100%);
    color: #fff;
}
.dbim-document-hero::after {
    position: absolute;
    right: -8%;
    bottom: -150px;
    width: 520px;
    height: 320px;
    border: 52px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    content: "";
}
.dbim-document-hero__pattern {
    position: absolute;
    top: 50%;
    right: max(2vw, calc((100vw - 1240px) / 2));
    width: min(34vw, 430px);
    transform: translateY(-50%);
    opacity: 0.16;
}
.dbim-document-hero__pattern svg { display: block; width: 100%; }
.dbim-document-hero__pattern path {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.dbim-document-hero__content {
    position: relative;
    z-index: 1;
    padding-block: 32px 56px;
}
.dbim-document-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 42px;
    padding: 0;
    list-style: none;
    color: #dce8f6;
    font-size: 0.92rem;
}
.dbim-document-breadcrumb li + li::before { margin-right: 8px; content: "/"; }
.dbim-document-breadcrumb a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.dbim-document-hero__eyebrow {
    margin: 0 0 8px;
    color: #ffd86b;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.dbim-document-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.1rem, 4vw, 3.75rem);
    line-height: 1.08;
}
.dbim-document-hero__intro {
    max-width: 760px;
    margin: 18px 0 0;
    color: #edf4fc;
    font-size: clamp(1rem, 1.4vw, 1.16rem);
    line-height: 1.7;
}
.dbim-document-nav { background: #06172e; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.dbim-document-nav ul,
.dbim-document-status-nav ul,
.dbim-document-pagination ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dbim-document-nav ul { gap: 4px 24px; }
.dbim-document-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 54px;
    padding: 8px 2px;
    border-bottom: 4px solid transparent;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.dbim-document-nav a:hover,
.dbim-document-nav a:focus-visible { color: #ffd767; text-decoration: underline; text-underline-offset: 5px; }
.dbim-document-nav a[aria-current="page"] { border-bottom-color: var(--document-gold); color: #ffd767; }
.dbim-document-content { padding-block: 52px 78px; }
.dbim-document-content__header { max-width: 850px; margin-bottom: 28px; }
.dbim-document-content__header h2,
.dbim-csr-projects__header h3,
.dbim-document-related-heading h3 {
    margin: 0 0 10px;
    color: var(--document-navy);
    line-height: 1.22;
}
.dbim-document-content__header h2 { font-size: clamp(1.65rem, 2.6vw, 2.35rem); }
.dbim-document-content__header p,
.dbim-csr-projects__header p,
.dbim-document-related-heading p { margin: 0; color: var(--document-muted); line-height: 1.7; }
.dbim-document-status-nav {
    display: flex;
    gap: 18px 24px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 14px 18px;
    border: 1px solid var(--document-border);
    border-left: 5px solid var(--document-blue);
    background: #fff;
}
.dbim-document-status-nav ul { flex: 0 0 auto; gap: 4px; }
.dbim-document-status-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 18px;
    border: 2px solid transparent;
    border-radius: 3px;
    color: var(--document-blue);
    font-weight: 800;
    text-decoration: none;
}
.dbim-document-status-nav a:hover,
.dbim-document-status-nav a:focus-visible { border-color: var(--document-blue); text-decoration: underline; }
.dbim-document-status-nav a[aria-current="page"] { background: var(--document-blue); color: #fff; }
.dbim-document-status-nav p { margin: 0; color: var(--document-muted); line-height: 1.55; }
.dbim-csr-projects { margin: 38px 0 48px; }
.dbim-csr-projects__header,
.dbim-document-related-heading { max-width: 850px; margin-bottom: 20px; }
.dbim-document-related-heading { margin-top: 46px; }
.dbim-document-filters {
    display: grid;
    grid-template-columns: minmax(240px, 360px) repeat(3, minmax(135px, 1fr)) auto;
    gap: 16px;
    align-items: end;
    padding: 22px;
    border: 1px solid var(--document-border);
    border-top: 5px solid var(--document-blue);
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 42, 74, 0.07);
}
.dbim-document-filter { min-width: 0; }
.dbim-document-filter--search { width: 100%; max-width: 360px; }
.dbim-document-filter label {
    display: block;
    margin-bottom: 7px;
    color: var(--document-ink);
    font-size: 0.88rem;
    font-weight: 800;
}
.dbim-document-filter input,
.dbim-document-filter select {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: 9px 38px 9px 12px;
    border: 1px solid #8395aa;
    border-radius: 2px;
    background-color: #fff;
    color: #15243a;
}
.dbim-document-filter input { padding-right: 12px; }
.dbim-document-filter input:focus,
.dbim-document-filter select:focus { border-color: #064f9c; outline: 3px solid rgba(11, 79, 152, 0.25); outline-offset: 1px; }
.dbim-document-filter__actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.dbim-document-filter__actions button,
.dbim-document-filter__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 9px 15px;
    border: 2px solid var(--document-blue);
    border-radius: 2px;
    font-weight: 800;
    text-align: center;
}
.dbim-document-filter__actions button { background: var(--document-blue); color: #fff; }
.dbim-document-filter__actions button:hover { background: #073c75; }
.dbim-document-filter__actions a { background: #fff; color: var(--document-blue); text-decoration: none; }
.dbim-document-filter__actions a:hover { text-decoration: underline; }
.dbim-document-results { margin: 22px 0 12px; color: var(--document-muted); font-weight: 700; }
.dbim-document-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--document-border);
    background: #fff;
    box-shadow: 0 8px 28px rgba(12, 39, 70, 0.06);
}
.dbim-document-table-wrap:focus-visible { outline: 4px solid #f0b429; outline-offset: 3px; }
.dbim-document-table { width: 100%; margin: 0; border-collapse: collapse; color: var(--document-ink); font-size: 0.88rem; }
.dbim-document-table tr[hidden] { display: none !important; }
.dbim-document-table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
.dbim-document-table th,
.dbim-document-table td {
    padding: 17px 14px;
    border-right: 1px solid #c9d4e0;
    border-bottom: 1px solid #c9d4e0;
    vertical-align: top;
    line-height: 1.55;
    text-align: left;
}
.dbim-document-table th:last-child,
.dbim-document-table td:last-child { border-right: 0; }
.dbim-document-table thead th {
    background: var(--document-blue-light);
    color: #082d58;
    font-size: 0.84rem;
    font-weight: 900;
    white-space: nowrap;
}
.dbim-document-table tbody tr:nth-child(even) { background: #f8fafc; }
.dbim-document-table tbody tr:hover { background: #f1f7fd; }
.dbim-document-table tbody th[scope="row"] { min-width: 230px; font-weight: 700; }
.dbim-document-title { display: block; }
.dbim-document-metadata { display: grid; gap: 8px; margin: 14px 0 0; padding-top: 12px; border-top: 1px dashed #9eacbb; font-size: 0.78rem; font-weight: 500; }
.dbim-document-metadata div { display: grid; grid-template-columns: minmax(105px, 0.42fr) 1fr; gap: 8px; }
.dbim-document-metadata dt { color: #34465a; font-weight: 800; }
.dbim-document-metadata dd { margin: 0; overflow-wrap: anywhere; }
.dbim-document-metadata a { color: #064d93; font-weight: 800; text-underline-offset: 3px; }
.dbim-document-table tfoot th,
.dbim-document-table tfoot td { border-bottom: 0; background: #e7eef7; color: #082d58; font-weight: 900; }
.dbim-document-table__empty { padding-block: 34px !important; text-align: center !important; }
.dbim-document-attachments { min-width: 175px; margin: 0; padding: 0; list-style: none; }
.dbim-document-attachments li + li { margin-top: 14px; padding-top: 14px; border-top: 1px dashed #9eacbb; }
.dbim-document-download {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    min-height: 48px;
    color: #064d93;
    font-weight: 900;
    text-decoration: none;
}
.dbim-document-download:hover .dbim-document-download__copy > span,
.dbim-document-download:focus-visible .dbim-document-download__copy > span { text-decoration: underline; text-underline-offset: 3px; }
.dbim-document-download img { width: 31px; height: 38px; object-fit: contain; flex: 0 0 auto; }
.dbim-document-download__copy { display: grid; gap: 2px; }
.dbim-document-download__copy small { color: #556476; font-size: 0.75rem; font-weight: 700; white-space: nowrap; }
.dbim-document-attachment-title { display: block; margin-top: 5px; color: var(--document-muted); font-size: 0.77rem; line-height: 1.4; }
.dbim-document-pagination { margin-top: 28px; }
.dbim-document-pagination ul { gap: 7px; justify-content: center; }
.dbim-document-pagination a,
.dbim-document-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 6px 10px;
    border: 1px solid #8293a8;
    border-radius: 2px;
    background: #fff;
    color: #123d70;
    font-weight: 800;
    text-decoration: none;
}
.dbim-document-pagination a:hover,
.dbim-document-pagination a:focus-visible { border-color: var(--document-blue); background: #e9f3fd; text-decoration: underline; }
.dbim-document-pagination span[aria-current="page"] { border-color: var(--document-blue); background: var(--document-blue); color: #fff; }
.dbim-document-pagination span[aria-disabled="true"] { color: #718096; cursor: not-allowed; opacity: 0.72; }

body.dark-mode .dbim-document-page { background: #0c131d; color: #eef3f9; }
body.dark-mode .dbim-document-hero { background: linear-gradient(112deg, #040d19, #0a2748 68%, #07385f); }
body.dark-mode .dbim-document-nav { background: #020914; }
body.dark-mode .dbim-document-breadcrumb,
body.dark-mode .dbim-document-breadcrumb li,
body.dark-mode .dbim-document-breadcrumb li::before,
body.dark-mode .dbim-document-breadcrumb a { color: #fff !important; }
body.dark-mode .dbim-document-content__header h2,
body.dark-mode .dbim-csr-projects__header h3,
body.dark-mode .dbim-document-related-heading h3 { color: #fff; }
body.dark-mode .dbim-document-content__header p,
body.dark-mode .dbim-csr-projects__header p,
body.dark-mode .dbim-document-related-heading p,
body.dark-mode .dbim-document-status-nav p,
body.dark-mode .dbim-document-results,
body.dark-mode .dbim-document-attachment-title { color: #c6d1df; }
body.dark-mode .dbim-document-status-nav,
body.dark-mode .dbim-document-filters,
body.dark-mode .dbim-document-table-wrap { border-color: #65758a; background: #131d2a; box-shadow: none; }
body.dark-mode .dbim-document-filter label,
body.dark-mode .dbim-document-table { color: #f3f6fa; }
body.dark-mode .dbim-document-filter input,
body.dark-mode .dbim-document-filter select { border-color: #8997a8; background-color: #09131f; color: #fff; }
body.dark-mode .dbim-document-filter__actions a { background: transparent; color: #9dc9ff; }
body.dark-mode .dbim-document-table th,
body.dark-mode .dbim-document-table td { border-color: #58687b; }
body.dark-mode .dbim-document-table thead th { background: #173b61; color: #fff; }
body.dark-mode .dbim-document-table tbody tr:nth-child(even) { background: #172331; }
body.dark-mode .dbim-document-table tbody tr:hover { background: #1b3046; }
body.dark-mode .dbim-document-table tfoot th,
body.dark-mode .dbim-document-table tfoot td { background: #173b61; color: #fff; }
body.dark-mode .dbim-document-download { color: #9dcbff; }
body.dark-mode .dbim-document-download__copy small { color: #c6d1df; }
body.dark-mode .dbim-document-metadata dt { color: #c6d1df; }
body.dark-mode .dbim-document-metadata a { color: #9dcbff; }
body.dark-mode .dbim-document-pagination a,
body.dark-mode .dbim-document-pagination span { border-color: #718096; background: #131d2a; color: #dbeaff; }
body.dark-mode .dbim-document-pagination a:hover { background: #173b61; }
body.dark-mode .dbim-document-pagination span[aria-current="page"] { border-color: #76b5ff; background: #1260ad; color: #fff; }

body.high-contrast-mode .dbim-document-page,
body.high-contrast-mode .dbim-document-page * { border-color: currentColor !important; box-shadow: none !important; }
body.high-contrast-mode .dbim-document-download,
body.high-contrast-mode .dbim-document-nav a,
body.high-contrast-mode .dbim-document-status-nav a { text-decoration: underline; text-decoration-thickness: 2px; }

@media (max-width: 1040px) {
    .dbim-document-filters { grid-template-columns: minmax(220px, 1.5fr) repeat(3, 1fr); }
    .dbim-document-filter--search { max-width: none; }
    .dbim-document-filter__actions { grid-column: 1 / -1; }
}
@media (max-width: 767.98px) {
    .dbim-document-hero { min-height: 0; }
    .dbim-document-hero__content { padding-block: 26px 42px; }
    .dbim-document-hero__pattern { right: -90px; width: 300px; opacity: 0.1; }
    .dbim-document-breadcrumb ol { margin-bottom: 30px; }
    .dbim-document-nav ul { display: grid; gap: 0; padding-block: 5px; }
    .dbim-document-nav a { width: 100%; min-height: 48px; padding-inline: 7px; border-bottom-width: 2px; }
    .dbim-document-content { padding-block: 38px 60px; }
    .dbim-document-status-nav { align-items: stretch; flex-direction: column; }
    .dbim-document-status-nav ul { display: grid; grid-template-columns: repeat(2, 1fr); }
    .dbim-document-status-nav a { justify-content: center; }
    .dbim-document-filters { grid-template-columns: 1fr; padding: 18px; }
    .dbim-document-filter__actions { grid-column: auto; }
    .dbim-document-filter__actions button,
    .dbim-document-filter__actions a { flex: 1 1 145px; }
    .dbim-document-table-wrap { overflow: visible; border: 0; background: transparent; box-shadow: none; }
    .dbim-document-table,
    .dbim-document-table tbody,
    .dbim-document-table tfoot,
    .dbim-document-table tr { display: block; width: 100%; }
    .dbim-document-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }
    .dbim-document-table tbody tr,
    .dbim-document-table tfoot tr {
        margin-bottom: 18px;
        border: 1px solid var(--document-border);
        border-top: 5px solid var(--document-blue);
        background: #fff;
        box-shadow: 0 5px 18px rgba(15, 42, 74, 0.07);
    }
    .dbim-document-table th,
    .dbim-document-table td {
        display: grid;
        grid-template-columns: minmax(92px, 34%) 1fr;
        gap: 12px;
        min-width: 0 !important;
        padding: 13px 14px;
        border-right: 0;
        text-align: left !important;
    }
    .dbim-document-table tbody th[scope="row"]::before,
    .dbim-document-table tbody td::before {
        color: #0b315d;
        content: attr(data-label);
        font-size: 0.86rem;
        font-weight: 900;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }
    .dbim-document-table__empty { display: block !important; }
    .dbim-document-table__empty::before { content: none !important; }
    .dbim-document-table tfoot th { display: block; }
    .dbim-document-table tfoot td { border-bottom: 0; }
    .dbim-document-attachments { min-width: 0; }
    .dbim-document-download__copy small { white-space: normal; }
    .dbim-document-metadata div { grid-template-columns: 1fr; gap: 2px; }
    body.dark-mode .dbim-document-table tbody tr,
    body.dark-mode .dbim-document-table tfoot tr { border-color: #65758a; background: #131d2a; box-shadow: none; }
    body.dark-mode .dbim-document-table tbody th[scope="row"]::before,
    body.dark-mode .dbim-document-table tbody td::before { color: #9dcbff; }
}
@media (max-width: 420px) {
    .dbim-document-table th,
    .dbim-document-table td { grid-template-columns: 1fr; gap: 5px; }
}
@media print {
    .dbim-document-hero { min-height: 0; background: #fff !important; color: #000 !important; }
    .dbim-document-hero__content { padding-block: 18px; }
    .dbim-document-hero__pattern,
    .dbim-document-nav,
    .dbim-document-status-nav,
    .dbim-document-filters,
    .dbim-document-pagination { display: none !important; }
    .dbim-document-hero h1,
    .dbim-document-hero__eyebrow,
    .dbim-document-hero__intro,
    .dbim-document-breadcrumb,
    .dbim-document-breadcrumb a { color: #000 !important; }
    .dbim-document-content { padding-block: 20px; }
    .dbim-document-table-wrap { overflow: visible; box-shadow: none; }
    .dbim-document-table tr { break-inside: avoid; }
}
/* Complaint tracking form: dark and high-contrast modes */
body.dark-mode .track-page-section {
    background: #0c131d;
}

body.dark-mode .track-card {
    border-color: #65758a;
    background: #131d2a;
    box-shadow: none;
}

body.dark-mode .track-card-header {
    background: linear-gradient(125deg, #071b31 0%, #0b3b63 100%);
}

body.dark-mode .track-card-header h2 {
    color: #fff !important;
}

body.dark-mode .track-card-header > div:last-child > p:last-child {
    color: #dbe8f5;
}

body.dark-mode .track-label,
body.dark-mode .track-captcha-section legend {
    color: #f3f6fa;
}

body.dark-mode .track-help {
    color: #c6d1df;
}

body.dark-mode .track-captcha-section {
    border-top-color: #58687b;
}

body.dark-mode .track-control.form-control {
    border-color: #8997a8 !important;
    background: #09131f;
    color: #fff;
}

body.dark-mode .track-control.form-control::placeholder {
    color: #bac5d2;
}

body.dark-mode .track-captcha-image-wrap {
    border-color: #8997a8;
    background: #fff;
}

body.dark-mode .track-icon-button {
    border-color: #8997a8;
    background: #1b2b3d;
    color: #fff;
}

body.dark-mode .track-icon-button:hover {
    background: #29445f;
}

body.dark-mode .track-submit-button {
    border-color: #f3f6fa;
    background: #f3f6fa;
    color: #123d68;
}

body.dark-mode .track-submit-button:hover {
    border-color: #cbd8e6;
    background: #cbd8e6;
}

body.dark-mode .track-error {
    color: #ffb7b7;
}

body.high-contrast-mode .track-page-section,
body.high-contrast-mode .track-card,
body.high-contrast-mode .track-card-header,
body.high-contrast-mode .track-form,
body.high-contrast-mode .track-captcha-image-wrap {
    background: #000 !important;
    color: #fff !important;
    box-shadow: none !important;
}

body.high-contrast-mode .track-card,
body.high-contrast-mode .track-captcha-section,
body.high-contrast-mode .track-captcha-image-wrap,
body.high-contrast-mode .track-control,
body.high-contrast-mode .track-icon-button,
body.high-contrast-mode .track-submit-button {
    border-color: #fff !important;
}

body.high-contrast-mode .track-card-header h2,
body.high-contrast-mode .track-card-header p,
body.high-contrast-mode .track-label,
body.high-contrast-mode .track-help,
body.high-contrast-mode .track-captcha-section legend {
    color: #fff !important;
}

body.high-contrast-mode .track-card-eyebrow,
body.high-contrast-mode .track-error {
    color: #ffeb3b !important;
}

body.high-contrast-mode .track-control,
body.high-contrast-mode .track-icon-button,
body.high-contrast-mode .track-submit-button {
    background: #000 !important;
    color: #fff !important;
}

@media print {
    .track-page-section {
        padding: 20px 0;
        background: #fff;
    }

    .track-card {
        border: 1px solid #000;
        box-shadow: none;
    }

    .track-card-header {
        background: #fff;
        color: #000;
    }

    .track-card-header h2,
    .track-card-header p,
    .track-card-eyebrow {
        color: #000 !important;
    }
}

/* Vigilance complaint form: alternate display modes */
body.dark-mode .complaint-form-page {
    background:
        radial-gradient(circle at 8% 5%, rgba(38, 126, 192, 0.16), transparent 30rem),
        #07111c;
}

body.dark-mode .complaint-form-panel.panel,
body.dark-mode .complaint-form-body.panel-body {
    border-color: #536d84;
    background: #10202f;
    color: #eef4fa;
}

body.dark-mode .complaint-form-panel.panel {
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38);
}

body.dark-mode .complaint-form-card-header.panel-heading {
    border-bottom: 1px solid #4a7698;
    background: linear-gradient(135deg, #123b60 0%, #1b6093 100%);
}

body.dark-mode .complaint-form-card-icon {
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.14);
}

body.dark-mode .complaint-form-eyebrow {
    color: #ffe083;
}

body.dark-mode .complaint-form-card-header > div:last-child > p:last-child {
    color: #e5f1fb;
}

body.dark-mode .form-note-mandatory {
    border-color: #bd9b2f;
    background: #342a08;
    color: #fff0b8;
}

body.dark-mode .complaint-form-section-title {
    border-bottom-color: #557188;
    color: #f3f7fb;
}

body.dark-mode .complaint-form-section-title > span {
    background: #2987c7;
    color: #fff;
}

body.dark-mode .complaint-form-body > .form-group {
    border-bottom-color: #334b60;
}

body.dark-mode .complaint-form-body > .form-group > label.control-label,
body.dark-mode .complaint-upload-field > label.control-label {
    color: #f4f8fc;
}

body.dark-mode .complaint-form-body .label-text,
body.dark-mode .complaint-upload-format {
    color: #c9d7e3;
}

body.dark-mode .complaint-form-body .form-control.input-sm,
body.dark-mode .complaint-upload-input {
    border-color: #748ba0 !important;
    background: #071521 !important;
    color: #f8fbff !important;
    color-scheme: dark;
}

body.dark-mode .complaint-form-body .form-control.input-sm::placeholder {
    color: #b7c5d2 !important;
    opacity: 1;
}

body.dark-mode .complaint-form-body select.form-control option {
    background: #071521;
    color: #f8fbff;
}

body.dark-mode .complaint-form-body .form-control.input-sm:hover,
body.dark-mode .complaint-upload-input:hover {
    border-color: #9bb0c2 !important;
}

body.dark-mode .complaint-form-body .form-control[readonly] {
    border-color: #60778b !important;
    background: #26394a !important;
    color: #e1eaf2 !important;
}

body.dark-mode .complaint-form-body .input-group-addon,
body.dark-mode .complaint-form-body .input-group-btn .btn,
body.dark-mode .complaint-upload-input::file-selector-button {
    border-color: #748ba0;
    background: #24435c;
    color: #f8fbff;
}

body.dark-mode .complaint-upload-input::file-selector-button:hover,
body.dark-mode .complaint-form-body .input-group-btn .btn:hover {
    background: #315b7a;
}

body.dark-mode .complaint-captcha-preview-group img {
    border-color: #8fa4b6;
    background: #fff;
}

body.dark-mode .complaint-form-body .help-block,
body.dark-mode .complaint-form-body .text-danger {
    color: #ffb4ab !important;
}

body.dark-mode .complaint-form-body .has-error .form-control,
body.dark-mode .complaint-form-body .has-error .complaint-upload-input {
    border-color: #ff8d85 !important;
}

body.dark-mode .complaint-form-body .form-control:-webkit-autofill,
body.dark-mode .complaint-form-body .form-control:-webkit-autofill:hover,
body.dark-mode .complaint-form-body .form-control:-webkit-autofill:focus {
    -webkit-text-fill-color: #f8fbff;
    box-shadow: 0 0 0 1000px #071521 inset !important;
    caret-color: #f8fbff;
}

body.dark-mode .complaint-form-footer.panel-footer {
    border-top-color: #536d84;
    background: #162a3b;
}

body.dark-mode .complaint-form-footer .btn-primary {
    border-color: #78bce9;
    background: #1769a2;
    color: #fff;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25);
}

body.dark-mode .complaint-form-footer .btn-primary:hover {
    border-color: #9cd3f5;
    background: #2182c2;
    color: #fff;
}

body.dark-mode .complaint-page-modal .modal-content {
    border: 1px solid #60798f;
    background: #10202f;
    color: #eef4fa;
}

body.dark-mode .complaint-page-modal .modal-footer {
    border-top-color: #536d84;
}

body.high-contrast-mode .complaint-form-page,
body.high-contrast-mode .complaint-form-panel.panel,
body.high-contrast-mode .complaint-form-card-header.panel-heading,
body.high-contrast-mode .complaint-form-body.panel-body,
body.high-contrast-mode .complaint-form-footer.panel-footer,
body.high-contrast-mode .form-note-mandatory,
body.high-contrast-mode .complaint-form-body .form-control,
body.high-contrast-mode .complaint-upload-input,
body.high-contrast-mode .complaint-form-body .input-group-addon,
body.high-contrast-mode .complaint-form-body .input-group-btn .btn {
    border-color: #fff !important;
    background: #000 !important;
    color: #fff !important;
    box-shadow: none !important;
}

body.high-contrast-mode .complaint-form-section-title,
body.high-contrast-mode .complaint-form-body > .form-group {
    border-color: #fff !important;
}

body.high-contrast-mode .complaint-form-card-header h2,
body.high-contrast-mode .complaint-form-card-header p,
body.high-contrast-mode .complaint-form-section-title,
body.high-contrast-mode .complaint-form-body label,
body.high-contrast-mode .complaint-form-body .label-text,
body.high-contrast-mode .complaint-upload-format {
    color: #fff !important;
}

body.high-contrast-mode .complaint-form-eyebrow,
body.high-contrast-mode .complaint-form-body .help-block,
body.high-contrast-mode .form-note-mandatory span {
    color: #ffeb3b !important;
}

@media print {
    .complaint-form-page {
        padding: 20px 0;
        background: #fff;
    }

    .complaint-form-panel.panel {
        border: 1px solid #000;
        box-shadow: none;
    }

    .complaint-form-card-header.panel-heading,
    .complaint-form-body.panel-body,
    .complaint-form-footer.panel-footer {
        border-color: #000;
        background: #fff;
        color: #000;
    }

    .complaint-form-card-header h2,
    .complaint-form-card-header p,
    .complaint-form-eyebrow {
        color: #000 !important;
    }
}
