﻿/* HugeIcons Font */
@font-face {
    font-family: "hgi-stroke-rounded";
    src: url("hgi-stroke-rounded.woff2") format("woff2");
    font-display: swap;
}

.hgi {
    font-family: "hgi-stroke-rounded" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/* Reset */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'IBM Plex Sans Arabic', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #212529;
    font-size: 16px;
    line-height: 1.5;
}


a {
    text-decoration: none;
}

    a.inline, a:hover {
        color: #54c08a ;
        text-decoration: underline ;
    }

/* Digital Signature Bar */
.digital-signature {
    background-color: #f3f4f6;
    border-bottom: 1px solid #dee2e6;
}

    .digital-signature .container {
        max-width: 1320px;
        margin: 0 auto;
        padding: 0 12px;
    }

    .digital-signature .top-bar {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0.25rem 0;
        gap: 0.5rem;
    }

    .digital-signature .left-content {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .digital-signature .left-content p {
            margin: 0;
            font-size: 1.5rem;
            font-weight: 500;
        }

.verify-btn {
    background: none;
    border: none;
    color: #1b8354;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

    .verify-btn .verify-icon {
        font-size: 0.75rem;
        transition: transform 0.2s ease-in-out;
    }

    .verify-btn.active .verify-icon {
        transform: rotate(180deg);
    }

/* Collapse Content */
.collapse-content {
    display: none;
    padding: 1.5rem 0;
}

    .collapse-content.show {
        display: block;
    }

.collapse-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between;
}

.collapse-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    flex: 1;
    min-width: 280px;
}

.digital-content-icon {
    min-width: 2.5rem;
    min-height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    border: 1px solid #1b8354;
    color: #1b8354;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.collapse-item h5 {
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
}

    .collapse-item h5 .sa-text {
        color: #1b8354;
    }

.collapse-item p {
    margin: 0;
    font-size: 0.875rem;
    color: #4d5761;
}

.dga-registration {
    background: #fff;
    padding: 0.5rem;
    margin-top: 1rem;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .dga-registration p {
        margin: 0;
        font-size: 0.875rem;
    }

    .dga-registration a {
        color: #1b8354;
        font-weight: 500;
    }

/* Main Header */
dga-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #dee2e6;
    background-color: #fff;
    height: 72px; /* FIXED */
}

.dga-header nav {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 12px;
    display: flex;
    align-items: center;
    height: 72px;
}

.dga-header .logo {
    flex-shrink: 0;
}

    .dga-header .logo img {
        height: 50px;
    }

/* Nav Links */
.dga-header .nav-list {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 0.75rem 0 0;
    height: 100%;
    gap: 0;
}

    .dga-header .nav-list li {
        height: 100%;
    }

.dga-header .nav-link {
    color: #212529;
    font-weight: 500;
    padding: 0 0.75rem;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    font-size: 0.9375rem;
    white-space: nowrap;
    gap: 0.3rem;
    transition: background-color 0.15s ease, color 0.15s ease;
    cursor: pointer;
    border: none;
    background: none;
    text-decoration: none !important;
}

    .dga-header .nav-link:hover,
    .dga-header .nav-link:focus-visible {
/*        background-color: #1b8354;
        color: #fff;*/
    }

    .dga-header .nav-link .nav-icon {
        font-size: 0.625rem;
        transition: transform 0.2s ease-in-out;
    }

/* Dropdown */
.dropdown-wrapper {
    position: relative;
    height: 100%;
}

.services-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: none;
    border-radius: 0 0 1rem 1rem;
    padding: 2rem;
    min-width: 520px;
    box-shadow: 0 12px 16px -4px rgba(16,24,40,0.08), 0 4px 6px -2px rgba(16,24,40,0.03);
    z-index: 1001;
    margin-top: 1px;
}

    .services-dropdown.show {
        display: block;
    }

    .services-dropdown .columns {
        display: flex;
        gap: 2rem;
    }

    .services-dropdown .column {
        flex: 1;
    }

    .services-dropdown .column-title {
        font-weight: 600;
        margin: 0 0 0.75rem 0;
        font-size: 1.5rem;
        color: #212529;
    }

    .services-dropdown .sub-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

        .services-dropdown .sub-list a {
            color: #495057;
            font-size: 0.875rem;
            padding: 0.375rem 0.5rem;
            display: block;
            border-radius: 0.25rem;
            transition: background-color 0.15s;
        }

            .services-dropdown .sub-list a:hover {
                background-color: #f3f4f6;
            }

/* Right Actions */
.dga-header .actions {
    display: flex;
    align-items: center;
    gap: 0;
    margin-right: auto;
    height: 100%;
}

.dga-header .action-link {
    color: #212529;
    font-weight: 500;
    padding: 0 0.75rem;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    font-size: 0.9375rem;
    white-space: nowrap;
    gap: 0.4rem;
    transition: background-color 0.15s ease, color 0.15s ease;
    cursor: pointer;
    border: none;
    background: none;
    text-decoration: none !important;
}

/*    .dga-header .action-link:hover,
    .dga-header .action-link:focus-visible {
        background-color: #1b8354;
        color: #fff;
        -webkit-box-shadow: inset 0px -9px 0px -1px #54C08A;
        -moz-box-shadow: inset 0px -9px 0px -1px #54C08A;
        box-shadow: inset 0px -9px 0px -1px #54C08A;
    }*/

    .dga-header .action-link .hgi {
        font-size: 1.125rem;
    }


nav a.action-link::after {

/*    content: "";
    display: none;
    position: absolute;
    bottom: 0;
    height: 6px;
    background-color: #54c08a;
    border-radius: 9999px;
    width: calc(100% - 1rem);
    left: 50%;
    transform: translate(-50%);
    transition: none;*/
}

/* Mobile buttons in header */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #212529;
    padding: 0.5rem;
}

.dga-header .action-link::after {
    content: "";
    display: block;
}

.mobile-track-btn {
    display: none;
    color: #212529;
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    border: none;
    background: none;
    white-space: nowrap;
    gap: 0.35rem;
    cursor: pointer;
    align-items: center;
    transition: background-color 0.15s ease, color 0.15s ease;
}

    .mobile-track-btn:hover {
        background-color: #1b8354;
        color: #fff;
    }

/* Mobile Offcanvas Sidebar */
.offcanvas-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1040;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .offcanvas-backdrop.show {
        display: block;
        opacity: 1;
    }

.offcanvas {
    position: fixed;
    top: 0;
    left: -100%;
    width: 320px;
    max-width: 85vw;
    height: 100vh;
    background: #fff;
    z-index: 1050;
    transition: left 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

    .offcanvas.show {
        left: 0;
    }

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

    .offcanvas-header img {
        height: 50px;
    }

.offcanvas-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #212529;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.375rem;
}

    .offcanvas-close:hover {
        background-color: #f3f4f6;
    }

.offcanvas-body {
    padding: 1.5rem;
    flex: 1;
}

    .offcanvas-body .mobile-login-btn {
        display: block;
        width: 100%;
        padding: 0.625rem 1rem;
        border: 1px solid #1b8354;
        color: #1b8354;
        background: none;
        border-radius: 0.375rem;
        font-size: 1rem;
        font-weight: 500;
        cursor: pointer;
        text-align: center;
        margin-bottom: 1.5rem;
        transition: background-color 0.15s, color 0.15s;
    }

        .offcanvas-body .mobile-login-btn:hover {
            background-color: #1b8354;
            color: #fff;
        }

        .offcanvas-body .mobile-login-btn .hgi {
            margin-left: 0.5rem;
        }

.mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .mobile-nav > li {
        margin-bottom: 0.25rem;
    }

    .mobile-nav .mobile-nav-link {
        display: block;
        color: #212529;
        font-size: 1.125rem;
        font-weight: 400;
        padding: 0.625rem 0;
        border: none;
        background: none;
        width: 100%;
        text-align: right;
        cursor: pointer;
    }

        .mobile-nav .mobile-nav-link:hover {
            color: #1b8354;
        }

    .mobile-nav .accordion-btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

        .mobile-nav .accordion-btn .accordion-icon {
            font-size: 0.75rem;
            transition: transform 0.2s ease-in-out;
        }

        .mobile-nav .accordion-btn.active .accordion-icon {
            transform: rotate(180deg);
        }

.mobile-sub-nav {
    list-style: none;
    padding: 0 0.5rem 0 0;
    margin: 0;
    display: none;
    color: #6c737f;
}

    .mobile-sub-nav.show {
        display: block;
    }

    .mobile-sub-nav a {
        display: block;
        color: #6c737f;
        font-size: 1rem;
        padding: 0.5rem 0;
    }

        .mobile-sub-nav a:hover {
            color: #1b8354;
        }

.mobile-nav-divider {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 0.75rem 0;
}

.mobile-lang-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #212529;
    font-size: 1.125rem;
    padding: 0.625rem 0;
    border: none;
    background: none;
    cursor: pointer;
}

    .mobile-lang-btn:hover {
        color: #1b8354;
    }

/* Responsive */
@media (max-width: 1279px) {
    .dga-header .nav-list,
    .dga-header .actions {
        display: none;
    }

    .mobile-menu-btn,
    .mobile-track-btn {
        display: flex;
    }

    .dga-header .mobile-actions {
        display: flex;
        align-items: center;
        margin-right: auto;
        gap: 0.25rem;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .digital-signature .left-content p {
        font-size: 0.75rem;
    }

    .verify-btn span {
        font-size: 0.75rem;
    }
}



.header-actions-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.actions {
    display: flex;
    gap: 20px;
    align-items: center;
}

.action-link {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.mobile-actions {
    display: none;
    gap: 10px;
    align-items: center;
}

@media (max-width: 768px) {
    .actions {
        display: none;
    }

    .mobile-actions {
        display: flex !important;
    }
}



/* ================================
        USER DROPDOWN (COMPANY / INDIVIDUAL)
        ================================ */

.header-user {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

    /* dropdown container */
    .header-user .dropdown-menu {
        position: absolute;
        top: calc(100%);
        left: 0;
        min-width: 260px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 12px 24px rgba(16, 24, 40, 0.12);
        padding: 8px 0;
        border: 1px solid #e5e7eb;
        z-index: 2000;
        display: none;
        overflow: hidden;
    }

        /* bootstrap compatibility (data-toggle="dropdown") */
        .header-user.open .dropdown-menu,
        .header-user.show .dropdown-menu,
        .header-user .dropdown-menu.show {
            display: block;
        }

        /* dropdown items */
        .header-user .dropdown-menu li {
            list-style: none;
        }

            /* links */
            .header-user .dropdown-menu li a {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                padding: 10px 14px;
                font-size: 14px;
                font-weight: 500;
                color: #212529;
                text-decoration: none;
                transition: all 0.15s ease;
                gap: 6px;
            }

                /* hover */
                .header-user .dropdown-menu li a:hover {
                    background-color: #1b8354;
                    color: #fff;
                }

                /* disabled / info rows (no click) */
                .header-user .dropdown-menu li a.no-link {
                    cursor: default;
                    background: transparent;
                }

                    .header-user .dropdown-menu li a.no-link:hover {
                        background: transparent;
                        color: #212529;
                    }

        /* divider */
        .header-user .dropdown-menu .divider {
            height: 1px;
            background: #e5e7eb;
            margin: 6px 0;
        }

    /* welcome button (same as action-link style) */
    .header-user .action-link {
        height: 100%;
        display: flex;
        align-items: center;
        gap: 0.4rem;
        padding: 0 0.75rem;
        cursor: pointer;
    }

        /* icon size inside dropdown trigger */
        .header-user .action-link .hgi {
            font-size: 1.125rem;
        }

    /* dropdown arrow (optional if you use it) */
    .header-user .arrow::after {
        content: "▾";
        font-size: 12px;
        margin-right: 6px;
        opacity: 0.7;
    }

/* RTL support (since your site uses rtl menus) */
html[dir="rtl"] .header-user .dropdown-menu {
    left: auto;
    right: 0;
}


@media (max-width: 991px) {
    footer nav {
        flex-direction: column !important;
    }

        footer nav > div {
            width: 100% !important;
        }

    footer [data-bottom-section] {
        flex-direction: column !important;
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    footer > div > div > div:last-child > div > div {
        flex-direction: column !important;
        align-items: center !important;
    }

        footer > div > div > div:last-child > div > div > div:first-child p {
            text-align: center !important;
        }
}

/*a:hover {
    text-decoration: underline !important;
}*/


/* HugeIcons Font */
@font-face {
    font-family: "hgi-stroke-rounded";
    src: url("hgi-stroke-rounded.woff2") format("woff2");
    font-display: swap;
}

.hgi {
    font-family: "hgi-stroke-rounded" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/* =========================
  RESET (FIXED)
========================= */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'IBM Plex Sans Arabic', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #212529;
    font-size: 16px;
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: inherit;
}

/*    a:hover {
        text-decoration: none !important;
    }*/

/* =========================
  DIGITAL SIGNATURE BAR
========================= */
.digital-signature {
    background-color: #f3f4f6;
    border-bottom: 1px solid #dee2e6;
}

    .digital-signature .container {
        max-width: 1320px;
        margin: 0 auto;
        padding: 0 12px;
    }

    .digital-signature .top-bar {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0.25rem 0;
        gap: 1rem;
        line-height: 3;
    }

    .digital-signature .left-content {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .digital-signature .left-content p {
            margin: 0;
            font-size: 1.5rem;
            font-weight: 500;
        }

/* =========================
  HEADER STABLE HEIGHT FIX
========================= */

.dga-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #dee2e6;
    background-color: #fff;
    height: 72px; /* FIXED */
}

    .dga-header nav {
        max-width: 1320px;
        margin: 0 auto;
        padding: 0 12px;
        display: flex;
        align-items: center;
        height: 72px;
    }

    /* LOGO */
    .dga-header .logo img {
        height: 50px;
    }

    /* =========================
  NAV LINKS
========================= */

    .dga-header .nav-list {
        list-style: none;
        display: flex;
        align-items: center;
        margin: 0;
        padding-right: 12px;
        height: 100%;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }



    .dga-header .nav-link {
        color: #212529;
        font-weight: 500;
        padding: 0 12px;
/*        height: 72px;*/
        display: flex;
        align-items: center;
        font-size: 16px;
        white-space: nowrap;
        transition: all 0.15s ease;
    }

        .dga-header .nav-link:hover {
            background-color: #f3f4f6
            /*            -webkit-box-shadow: inset 0px -9px 0px -1px #9da4ae;
            -moz-box-shadow: inset 0px -9px 0px -1px #9da4ae;
            box-shadow: inset 0px -9px 0px -1px #9da4ae;*/
        }

    .dga-header .action-link:hover {
        background-color: #1b8354;
        color: #fff;
    }

    .dga-header .nav-link:active {
        background-color: #d2d6db;
        /*            -webkit-box-shadow: inset 0px -9px 0px -1px #61646c;
            -moz-box-shadow: inset 0px -9px 0px -1px #61646c;
            box-shadow: inset 0px -9px 0px -1px #61646c;*/
    }

        .dga-header .nav-link.selected {
            background-color: #1b8354;
            color: #fff;
/*            -webkit-box-shadow: inset 0px -9px 0px -1px #54C08A;
            -moz-box-shadow: inset 0px -9px 0px -1px #54C08A;
            box-shadow: inset 0px -9px 0px -1px #54C08A;*/
        }


        .dga-header .nav-link:after, .dga-header .action-link:after {
            display: inline-block;
            content: "";
            display: none;
            /*            visibility: hidden;*/
        }

        .dga-header .nav-link:hover:after, .dga-header .action-link:hover:after {
            display: inline-block;
            content: "";
            /*            display: none;*/
            position: absolute;
            bottom: 0;
            height: 6px;
            /*                background-color: #54c08a;*/
            background-color: #9da4ae;
            border-radius: 9999px;
            width: calc(100% - 1rem);
            left: 50%;
            transform: translate(-50%);
            transition: none;
            visibility: visible;
        }

    .dga-header .action-link:hover:after {
        background-color: #54c08a;
    }

            .dga-header .nav-link.selected:hover:after {
                background-color: #54c08a;
            }

        .dga-header .nav-link.selected:after {
            background-color: #54c08a;
            border-radius: 9999px;
            width: calc(100% - 1rem);
            left: 50%;
            transform: translate(-50%);
            transition: none;
            visibility: visible;
            position: absolute;
            bottom: 0;
            height: 6px;
            display: inline-block;
            content: "";
        }
        /* =========================
  ACTIONS (RIGHT SIDE)
========================= */

            .dga-header .actions {
        display: flex;
        align-items: center;
        margin-right: auto;
        height: 72px;
        gap: 10px;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .dga-header .action-link {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 0 12px;
        height: 100%;
        font-size: 15px;
        color: #212529;
        transition: all 0.15s ease;
        position: relative;
    }

        .dga-header .action-link:hover {
/*            background-color: #1b8354;
            color: #fff;*/
        }

/* =========================
  USER DROPDOWN (FIXED)
========================= */

.header-user {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

    .header-user .dropdown-menu {
        position: absolute;
        top: calc(100% );
        left: 0;
        min-width: 260px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 12px 24px rgba(16,24,40,0.12);
        padding: 8px 0;
        border: 1px solid #e5e7eb;
        z-index: 2000;
        display: none;
    }

    .header-user.open .dropdown-menu {
        display: block;
    }

    .header-user .dropdown-menu li {
        list-style: none;
    }

        .header-user .dropdown-menu li a {
            display: flex;
            padding: 10px 14px;
            font-size: 14px;
            color: #212529;
            transition: 0.15s;
        }

            .header-user .dropdown-menu li a:hover {
                background: #1b8354;
                color: #fff;
            }

    .header-user .dropdown-menu .divider {
        height: 1px;
        background: #e5e7eb;
        margin: 6px 0;
    }

    .header-user .action-link {
        display: flex;
        align-items: center;
        gap: 6px;
        height: 100%;
        position: relative !important;
    }

/* RTL FIX */
html[dir="rtl"] .header-user .dropdown-menu {
    left: auto;
    right: 0;
}

/* =========================
  MOBILE
========================= */

.mobile-actions {
    display: none;
    align-items: center;
    gap: 10px;
}

.mobile-track-btn,
.mobile-menu-btn {
    display: none;
}

/* =========================
  HEADER RESPONSIVE (UNCHANGED)
========================= */
@media (max-width: 1279px) {
    .dga-header .nav-list,
    .dga-header .actions {
        display: none;
    }

    .mobile-actions {
        display: flex;
        margin-right: auto;
    }

    .mobile-track-btn,
    .mobile-menu-btn {
        display: flex;
    }
}

@media (max-width: 768px) {
    .mobile-actions {
        display: flex !important;
    }
}

/* =========================
  FOOTER BASE
========================= */
footer {
    background: #f5f5f5;
    padding: 60px 0 30px;
    font-size: 14px;
    color: #444;
}

/* =========================
  CONTAINER
========================= */
.footer-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 80px;
}

/* =========================
  TOP NAV (CENTERED BLOCK)
========================= */
footer nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 40px;
    /* 🔥 KEY FIX */
    justify-content: center; /* center columns block */
    max-width: 900px; /* keeps them in middle */

    text-align: right; /* keep text left */
}

    /* column */
    footer nav > div {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* prevent text centering */
    }

/* =========================
  TITLES
========================= */
footer h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    width: 100%;
}

/* =========================
  LINKS
========================= */
footer a {
    color: #555;
    margin: 4px 0;
    text-decoration: none;
    transition: 0.2s;
}

    footer a:hover {
        color: rgba(56,66,80,.8) !important;
        text-decoration: underline !important;
    }

/* =========================
  TEXT
========================= */
footer p {
    font-size: 13px;
    line-height: 1.7;
    text-align: right;
}

/* =========================
  BOTTOM SECTION
========================= */
footer [data-bottom-section] {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
}

/* logos */
.footer-logos {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

/* =========================
  LARGE SCREEN TWEAK
========================= */
@media (min-width: 1600px) {
    footer nav {
        max-width: 1100px; /* stays centered, just wider */
    }

    footer {
        padding: 80px 0 40px;
        font-size: 15px;
    }
}

/* =========================
  TABLET
========================= */
@media (max-width: 992px) {
    footer nav {
        grid-template-columns: 1fr;
        max-width: 100%;
        justify-content: stretch;
    }

    footer {
        text-align: center;
    }

        footer nav > div {
            align-items: center;
            text-align-last: center;
        }

        footer p {
            text-align: center;
        }
}

/* =========================
  MOBILE
========================= */
@media (max-width: 768px) {
    footer {
        padding: 40px 0 20px;
    }

        footer h6 {
            font-size: 15px;
        }

        footer a {
            margin: 3px 0;
        }
}
.header-icon {
    font-size: 24px !important;
}
.header-collapse-icon {
    font-size: 15px !important;
}