/* =========================================================
   MAIN NAVIGATION
   ========================================================= */

.uniforce-navbar {
    min-height: 74px;

    background-color: rgba(255, 255, 255, 0.98);

    border-bottom: 1px solid rgba(0, 0, 0, 0.08);

    box-shadow:
        0 2px 12px rgba(0, 0, 0, 0.05);

    padding: 0.7rem 0;

    position: relative;
    z-index: 1000;
}


/* =========================================================
   BRAND
   ========================================================= */

.uniforce-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;

    margin-right: 2rem;

    color: #174f47 !important;

    font-size: 1.25rem;
    font-weight: 700;

    letter-spacing: 0.04em;

    text-decoration: none;
}


.brand-mark {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    background-color: #198754;

    color: #fff;

    border-radius: 10px;

    font-size: 1.15rem;
    font-weight: 700;

    box-shadow:
        0 3px 10px rgba(25, 135, 84, 0.2);
}


.uniforce-brand:hover {
    color: #198754 !important;
}


/* =========================================================
   NAVIGATION LINKS
   ========================================================= */

.uniforce-navbar .navbar-nav {
    gap: 0.15rem;
}


.uniforce-navbar .nav-link {
    position: relative;

    padding: 0.65rem 0.85rem !important;

    color: #495057;

    font-size: 0.95rem;
    font-weight: 500;

    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}


.uniforce-navbar .nav-link:hover {
    color: #198754;
}


/* Active navigation item */
.uniforce-navbar .nav-link.active {
    color: #198754;

    font-weight: 600;
}


/* Small green underline for active page */
.uniforce-navbar .nav-link.active::after {
    content: "";

    position: absolute;

    left: 0.85rem;
    right: 0.85rem;
    bottom: 3px;

    height: 2px;

    background-color: #198754;

    border-radius: 10px;
}


/* =========================================================
   REGISTER BUTTON
   ========================================================= */

.navbar-register-btn {
    padding: 0.55rem 1.2rem;

    background-color: #198754;

    color: #fff !important;

    border: 1px solid #198754;
    border-radius: 9px;

    font-size: 0.95rem;
    font-weight: 600;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}


.navbar-register-btn:hover {
    background-color: #157347;

    border-color: #157347;

    color: #fff !important;

    transform: translateY(-1px);
}


/* =========================================================
   LOGOUT BUTTON
   ========================================================= */

.navbar-logout-btn {
    padding: 0.5rem 1rem;

    background-color: transparent;

    color: #6c757d;

    border: 1px solid #ced4da;
    border-radius: 9px;

    font-size: 0.95rem;
    font-weight: 500;

    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease;
}


.navbar-logout-btn:hover {
    background-color: #f8f9fa;

    color: #dc3545;

    border-color: #dc3545;
}


/* =========================================================
   MOBILE MENU BUTTON
   ========================================================= */

.uniforce-navbar .navbar-toggler {
    padding: 0.4rem 0.55rem;

    border: 1px solid #d7dfdc;

    border-radius: 8px;

    box-shadow: none;
}


.uniforce-navbar .navbar-toggler:focus {
    box-shadow:
        0 0 0 0.15rem rgba(25, 135, 84, 0.15);
}


/* =========================================================
   MOBILE NAVIGATION
   ========================================================= */

@media (max-width: 991.98px) {

    .uniforce-navbar {
        min-height: 68px;
    }


    .uniforce-navbar .navbar-collapse {
        margin-top: 0.8rem;
        padding-top: 0.75rem;
        padding-bottom: 0.5rem;

        border-top:
            1px solid rgba(0, 0, 0, 0.07);
    }


    .uniforce-navbar .navbar-nav {
        gap: 0;
    }


    .uniforce-navbar .nav-item {
        width: 100%;
    }


    .uniforce-navbar .nav-link {
        width: 100%;

        padding:
            0.75rem 0.6rem !important;

        border-radius: 7px;
    }


    .uniforce-navbar .nav-link:hover {
        background-color: #f2f8f5;
    }


    .uniforce-navbar .nav-link.active {
        background-color: #e8f5ed;
    }


    /* No underline on mobile */
    .uniforce-navbar .nav-link.active::after {
        display: none;
    }


    .navbar-register-btn,
    .navbar-logout-btn {
        width: 100%;

        margin-top: 0.5rem;

        text-align: center;
    }

}


/* =========================================================
   VERY SMALL SCREENS
   ========================================================= */

@media (max-width: 420px) {

    .uniforce-brand {
        font-size: 1.1rem;
    }


    .brand-mark {
        width: 34px;
        height: 34px;

        font-size: 1rem;
    }

}

/* =========================================================
   GLOBAL PAGE BANNER
   Used by About, Our Projects and other public pages
   ========================================================= */

.index-page-banner {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #dce9e6;
}


/* Main banner background */
.index-page-banner .background-image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    display: block;
    z-index: 0;
}


/* Soft overlay for better title readability */
.index-page-banner::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(15, 62, 67, 0.10);

    z-index: 1;
    pointer-events: none;
}


/* =========================================================
   LOGO
   ========================================================= */

.index-page-banner .overlay-image {
    position: absolute;

    top: 50%;
    left: clamp(30px, 6vw, 100px);

    transform: translateY(-50%);

    width: clamp(120px, 11vw, 180px);
    height: auto;

    object-fit: contain;

    background: rgba(255, 255, 255, 0.96);
    padding: 10px;

    border-radius: 14px;

    box-shadow:
        0 6px 20px rgba(0, 0, 0, 0.14);

    z-index: 2;
}


/* =========================================================
   PAGE TITLE
   ========================================================= */

.index-page-banner .banner-text {
    position: absolute;

    top: 50%;
    left: 65%;

    transform: translate(-50%, -50%);

    width: auto;
    max-width: 60%;

    text-align: center;
    color: #fff;

    z-index: 2;
}


.index-page-banner .banner-text h1 {
    margin: 0;

    font-size: clamp(2.75rem, 5vw, 4.5rem);
    font-weight: 700;
    line-height: 1.05;

    text-shadow:
        0 3px 8px rgba(0, 0, 0, 0.35);
}


.index-page-banner .banner-text p {
    margin: 10px 0 0;

    font-size: 1.15rem;

    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.25);
}


/* =========================================================
   BANNER - TABLET
   ========================================================= */

@media (min-width: 768px) and (max-width: 991.98px) {

    .index-page-banner {
        height: 260px;
    }

    .index-page-banner .overlay-image {
        left: 35px;

        width: 110px;

        padding: 8px;
    }

    .index-page-banner .banner-text {
        left: 64%;

        width: 55%;
        max-width: 55%;
    }

    .index-page-banner .banner-text h1 {
        font-size: clamp(2.4rem, 6vw, 3.5rem);
    }
}


/* =========================================================
   BANNER - MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .index-page-banner {
        height: 300px;
    }


    /*
       On mobile the background is centred because
       the desktop white section is not useful on a
       narrow screen.
    */
    .index-page-banner .background-image {
        object-position: center;
    }


    /*
       Logo sits above the page title instead of beside it.
       This prevents the two elements from overlapping.
    */
    .index-page-banner .overlay-image {
        display: block;

        top: 32px;
        left: 50%;

        transform: translateX(-50%);

        width: 112px;
        height: auto;

        padding: 8px;

        border-radius: 12px;

        box-shadow:
            0 5px 18px rgba(0, 0, 0, 0.16);

        z-index: 2;
    }


    .index-page-banner .banner-text {
        top: auto;
        bottom: 42px;
        left: 50%;

        transform: translateX(-50%);

        width: calc(100% - 32px);
        max-width: none;

        padding: 0 16px;

        text-align: center;
    }


    .index-page-banner .banner-text h1 {
        font-size: clamp(2.15rem, 10vw, 3rem);
        line-height: 1.1;
    }


    .index-page-banner .banner-text p {
        margin-top: 8px;
        font-size: 1rem;
    }
}


/* =========================================================
   VERY SMALL MOBILE SCREENS
   ========================================================= */

@media (max-width: 420px) {

    .index-page-banner {
        height: 280px;
    }

    .index-page-banner .overlay-image {
        top: 28px;

        width: 100px;

        padding: 7px;
    }

    .index-page-banner .banner-text {
        bottom: 36px;
    }

    .index-page-banner .banner-text h1 {
        font-size: 2.2rem;
    }
}


/* =========================================================
   HOMEPAGE
   ========================================================= */

.home-page {
    background-color: #fff;
}


/* ---------------------------------------------------------
   Introduction
   --------------------------------------------------------- */

.home-intro {
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fbfa 100%
        );
}


.home-eyebrow {
    display: inline-block;

    color: #198754;

    font-size: 0.9rem;
    font-weight: 700;

    letter-spacing: 0.06em;
    text-transform: uppercase;
}


.home-main-heading {
    color: #212529;

    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;

    line-height: 1.2;
}


.home-lead {
    max-width: 820px;

    margin-top: 1rem;

    color: #5c636a;

    font-size: 1.15rem;
    line-height: 1.7;
}


/* ---------------------------------------------------------
   Main information cards
   --------------------------------------------------------- */

.home-info-card,
.home-university-card {
    padding: 2rem;

    background-color: #fff;

    border:
        1px solid rgba(25, 135, 84, 0.14);

    border-radius: 16px;

    box-shadow:
        0 7px 24px rgba(0, 0, 0, 0.06);
}


.home-info-card h3,
.home-university-card h3 {
    margin-bottom: 1.25rem;

    color: #198754;

    font-size: 1.45rem;
    font-weight: 700;
}


.home-info-card p,
.home-university-card p {
    color: #495057;

    font-size: 1.025rem;
    line-height: 1.7;
}


/* Theme box */
.home-theme-box {
    display: flex;
    flex-direction: column;

    gap: 0.25rem;

    margin-top: 1.75rem;
    padding: 1.25rem 1.5rem;

    background-color: #eaf6ef;

    border-left: 4px solid #198754;
    border-radius: 10px;
}


.home-theme-box span {
    color: #6c757d;

    font-size: 0.85rem;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: 0.04em;
}


.home-theme-box strong {
    color: #146c43;

    font-size: 1.1rem;
}


/* ---------------------------------------------------------
   University list
   --------------------------------------------------------- */

.home-university-list {
    list-style: none;

    margin: 1.5rem 0 0;
    padding: 0;
}


.home-university-list li {
    position: relative;

    margin-bottom: 0.8rem;
    padding-left: 1.75rem;

    color: #495057;

    line-height: 1.5;
}


.home-university-list li::before {
    content: "✓";

    position: absolute;
    left: 0;

    color: #198754;

    font-weight: 700;
}


/* ---------------------------------------------------------
   Programme heading
   --------------------------------------------------------- */

.home-programme-heading h2 {
    color: #212529;

    font-weight: 700;
}


/* ---------------------------------------------------------
   Accordion
   --------------------------------------------------------- */

.home-accordion {
    overflow: hidden;

    border:
        1px solid rgba(25, 135, 84, 0.13);

    border-radius: 14px;

    box-shadow:
        0 5px 20px rgba(0, 0, 0, 0.05);
}


.home-accordion .accordion-item {
    border-left: 0;
    border-right: 0;
}


.home-accordion .accordion-item:first-child {
    border-top: 0;
}


.home-accordion .accordion-item:last-child {
    border-bottom: 0;
}


.home-accordion .accordion-button {
    padding: 1.25rem 1.5rem;

    background-color: #f5faf7;
    color: #212529;

    font-size: 1.05rem;
    font-weight: 600;
}


.home-accordion .accordion-button:not(.collapsed) {
    background-color: #198754;
    color: #fff;
}


.home-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}


.home-accordion .accordion-body {
    padding: 1.5rem 1.75rem;

    color: #495057;

    line-height: 1.7;
}


.home-accordion .accordion-body li {
    margin-bottom: 0.75rem;
}


/* ---------------------------------------------------------
   Report descriptions
   --------------------------------------------------------- */

.home-report-list {
    margin-top: 1.25rem;
}


.home-report-list p {
    margin-bottom: 0.8rem;

    padding: 1rem 1.25rem;

    background-color: #f8f9fa;

    border-radius: 8px;
}


/* ---------------------------------------------------------
   FAQ
   --------------------------------------------------------- */

.home-faq h4 {
    margin-top: 1.5rem;
    margin-bottom: 0.45rem;

    color: #198754;

    font-size: 1.05rem;
    font-weight: 700;
}


.home-faq h4:first-child {
    margin-top: 0;
}


.home-faq p {
    margin-bottom: 1.25rem;
}


/* =========================================================
   HOMEPAGE - MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .home-intro {
        padding-top: 2.5rem !important;
        padding-bottom: 3rem !important;
    }


    .home-eyebrow {
        font-size: 0.75rem;
    }


    .home-main-heading {
        font-size: 2rem;
    }


    .home-lead {
        font-size: 1rem;
        line-height: 1.65;
    }


    .home-info-card,
    .home-university-card {
        padding: 1.35rem;
    }


    .home-info-card h3,
    .home-university-card h3 {
        font-size: 1.25rem;
    }


    .home-info-card p,
    .home-university-card p {
        font-size: 1rem;
    }


    .home-accordion .accordion-button {
        padding: 1rem 1.1rem;

        font-size: 0.98rem;
    }


    .home-accordion .accordion-body {
        padding: 1.25rem;
    }


    .home-report-list p {
        padding: 0.9rem 1rem;
    }
}


/* =========================================================
   ABOUT US PAGE
   ========================================================= */

.about-page {
    background-color: #fff;
}


/* Introductory text */
.about-intro {
    max-width: 760px;
}


.about-intro p {
    margin-bottom: 1.25rem;

    font-size: 1.05rem;
    line-height: 1.75;
    color: #343a40;
}


.about-intro a,
.about-support-section a {
    color: #198754;
    font-weight: 500;
    text-decoration: none;
}


.about-intro a:hover,
.about-support-section a:hover {
    color: #146c43;
    text-decoration: underline;
}


/* Main teams image */
.about-feature-image {
    width: 100%;
    max-width: 520px;

    margin-left: auto;
    margin-right: auto;
}


.about-feature-image img {
    display: block;

    width: 100%;
    height: auto;

    border-radius: 16px;

    border:
        1px solid rgba(25, 135, 84, 0.18);

    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.08);
}


/* Section headings */
.about-page h2 {
    margin-bottom: 1rem;

    font-weight: 700;
    color: #212529;
}


/* =========================================================
   UNIVERSITY PROJECT CARDS
   ========================================================= */

.about-university-card {
    height: 100%;

    padding: 1.5rem;

    background-color: #fff;

    border:
        1px solid rgba(25, 135, 84, 0.15);

    border-radius: 14px;

    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.06);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.about-university-card:hover {
    transform: translateY(-3px);

    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.09);
}


.about-university-card h3 {
    margin-bottom: 1rem;

    font-size: 1.2rem;
    font-weight: 600;

    color: #198754;
}


.about-university-card ul {
    margin-bottom: 0;
    padding-left: 1.25rem;
}


.about-university-card li {
    margin-bottom: 0.6rem;

    line-height: 1.55;
    color: #495057;
}


.about-university-card li:last-child {
    margin-bottom: 0;
}


/* =========================================================
   SPONSORS AND PARTNERS
   ========================================================= */

.about-support-section {
    padding-top: 1rem;
}


.about-support-section p {
    font-size: 1.05rem;
    line-height: 1.7;

    color: #495057;
}


.about-support-image {
    width: 100%;
    max-width: 480px;

    margin-left: auto;
    margin-right: auto;
}


.about-support-image img {
    display: block;

    width: 100%;
    height: auto;

    border-radius: 14px;

    border:
        1px solid rgba(0, 0, 0, 0.08);

    box-shadow:
        0 6px 20px rgba(0, 0, 0, 0.07);
}


/* =========================================================
   ABOUT PAGE - MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .about-page {
        padding-top: 2rem !important;
        padding-bottom: 2.5rem !important;
    }

    .about-intro {
        max-width: 100%;
    }

    .about-intro p {
        font-size: 1rem;
        line-height: 1.65;
    }

    .about-feature-image {
        max-width: 100%;
    }

    .about-page h2 {
        font-size: 1.65rem;
    }

    .about-university-card {
        padding: 1.25rem;
    }

    .about-university-card h3 {
        font-size: 1.1rem;
    }

    .about-support-section p {
        font-size: 1rem;
    }
}

/* =========================================================
   OUR WINNERS PAGE
   ========================================================= */

.winners-page {
    background-color: #fff;
}


/* Intro */
.winners-eyebrow {
    display: inline-block;

    color: #198754;

    font-size: 0.85rem;
    font-weight: 700;

    letter-spacing: 0.07em;
    text-transform: uppercase;
}


.winners-main-heading {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;

    color: #212529;
}


.winners-lead {
    max-width: 780px;

    margin-top: 1rem;

    color: #5c636a;

    font-size: 1.1rem;
    line-height: 1.7;
}


/* =========================================================
   YEAR SECTIONS
   ========================================================= */

.winner-year-section {
    padding: 4rem 0;
}


.winner-year-alternate {
    background-color: #f7fbf9;
}


.winner-year-label {
    display: block;

    margin-bottom: 0.35rem;

    color: #198754;

    font-size: 0.8rem;
    font-weight: 700;

    letter-spacing: 0.06em;
    text-transform: uppercase;
}


.winner-year-section h2 {
    margin-bottom: 0.4rem;

    color: #212529;

    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 700;
}


/* =========================================================
   WINNER CARDS
   ========================================================= */

.winner-mini-card {
    overflow: hidden;

    background-color: #fff;

    border: 1px solid rgba(25, 135, 84, 0.15);

    border-radius: 16px;

    box-shadow:
        0 6px 20px rgba(0, 0, 0, 0.07);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.winner-mini-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.1);
}


.winner-mini-image {
    width: 100%;
    height: 220px;

    overflow: hidden;

    background-color: #e9ecef;
}


.winner-mini-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.winner-mini-body {
    padding: 1.4rem;

    text-align: center;
}


.winner-place {
    display: inline-block;

    margin-bottom: 0.65rem;
    padding: 0.35rem 0.75rem;

    background-color: #e8f5ed;

    color: #157347;

    border-radius: 50px;

    font-size: 0.75rem;
    font-weight: 700;
}


.winner-mini-body h3 {
    margin-bottom: 0.75rem;

    color: #212529;

    font-size: 1.2rem;
    font-weight: 700;
}


.winner-mini-body p {
    margin-bottom: 0;

    color: #6c757d;

    font-size: 0.95rem;
    line-height: 1.6;
}


/* =========================================================
   2026 CALL TO ACTION
   ========================================================= */

.next-programme-section {
    padding: 4rem 0 5rem;
}


.next-programme-card {
    padding: 3rem;

    background:
        linear-gradient(
            135deg,
            #e7f6ed 0%,
            #f7fbf9 100%
        );

    border: 1px solid rgba(25, 135, 84, 0.18);

    border-radius: 20px;

    box-shadow:
        0 8px 28px rgba(0, 0, 0, 0.06);
}


.next-programme-label {
    display: block;

    margin-bottom: 0.5rem;

    color: #198754;

    font-size: 0.8rem;
    font-weight: 700;

    letter-spacing: 0.07em;
    text-transform: uppercase;
}


.next-programme-card h2 {
    color: #212529;

    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
}


.next-programme-card p {
    max-width: 700px;

    color: #5c636a;

    font-size: 1.05rem;
    line-height: 1.65;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .winner-year-section {
        padding: 3rem 0;
    }


    .winners-lead {
        font-size: 1rem;
    }


    .winner-mini-image {
        height: 200px;
    }


    .winner-mini-body {
        padding: 1.2rem;
    }


    .next-programme-card {
        padding: 2rem 1.25rem;
    }


    .next-programme-card .btn {
        width: 100%;
    }
}
/* Compact sidebar for project details page */
.sidebar-compact {
    font-size: 0.9rem;
}

.sidebar-compact h4,
.sidebar-compact h5 {
    font-size: 1.05rem;
}

.sidebar-compact .btn {
    font-size: 0.8rem;
    padding: 4px 10px;
}

.sidebar-compact .badge {
    font-size: 0.7rem;
}

.sidebar-compact .small {
    font-size: 0.75rem;
}
.team-formation-section h4 {
    font-size: 1.25rem;   /* slightly bigger title */
    font-weight: 600;
}
.team-actions .btn {
    font-size: 0.95rem;
    padding: 6px 14px;
}

/* Accordion header */
.accordion-button {
    background-color: #e8f5e9;
    color: #2e7d32;
}

/* Accordion header when open */
.accordion-button:not(.collapsed) {
    background-color: #198754;   /* Bootstrap success green */
    color: #fff;
}

/* Arrow color */
.accordion-button::after {
    filter: brightness(0.5);
}

/* Arrow when open */
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

/* Remove default blue focus */
.accordion-button:focus {
    box-shadow: none;
}
/* Custom grey button for "View Team Details" */
.btn-custom-grey {
    background-color: #6c757d;   /* Bootstrap secondary */
    color: white;
    border: 1px solid #6c757d;
}

.btn-custom-grey:hover {
    background-color: white;
    color: #6c757d;
    border: 1px solid #6c757d;
}

.hover-underline:hover {
    text-decoration: underline;
}

/* Mentor button styling */
.form-check-input:checked {
    background-color: #198754;
    border-color: #198754;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #198754;
}

/* =========================
   Employer Team Bids Hub
========================= */

.btn-project-details,
.btn-view-bid,
.btn-accept-team {
    border-radius: 10px;
    transition: all 0.25s ease;
    font-weight: 500;
}

/* Project details button */
.btn-project-details {
    background-color: #198754;
    color: white;
    border: none;
}

.btn-project-details:hover {
    background-color: #157347;
    color: white;
    transform: scale(1.05);
}

/* View bid button */
.btn-view-bid {
    background-color: #0d6efd;
    color: white;
    border: none;
}

.btn-view-bid:hover {
    background-color: #0b5ed7;
    color: white;
    transform: scale(1.08);
}

/* Accept team button */
.btn-accept-team {
    background-color: #20c997;
    color: white;
    border: none;
}

.btn-accept-team:hover {
    background-color: #1aa179;
    color: white;
    transform: scale(1.08);
}

/* Team link */
.team-link {
    text-decoration: none;
    color: #198754;
    font-weight: 600;
    transition: color 0.2s ease;
}

.team-link:hover {
    color: #146c43;
    text-decoration: underline;
}

/* Small bid cards */
.bid-mini-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bid-mini-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Employer Team Bids Hub - Links */
.team-link {
    color: #198754;
    transition: all 0.2s ease;
}

.team-link:hover {
    color: #0f5132;
    text-decoration: underline !important;
}

.project-link {
    color: #0d6efd;
    transition: all 0.2s ease;
}

.project-link:hover {
    color: #084298;
    text-decoration: underline !important;
}

.manager-link {
    color: #6c757d;
    transition: all 0.2s ease;
}

.manager-link:hover {
    color: #495057;
    text-decoration: underline !important;
}