body { 
        background-color: #f3f1ee;
        font-family: "Lexend", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
    }
    .logo{height:54px;width:auto;border-radius:8px;display:block}
    .hero-card {
        background: #fff;
        padding: 32px;
        border-radius: 18px;
        box-shadow: 0 8px 30px rgba(16,16,16,0.08);
    }
    .btn {
        border-radius: 10px;
        font-size: 14px;
    }
    .subheading {
        color: #6b6b6b;
    }
    .btn.secondary {
        background: transparent;
        border: 1px solid rgba(0, 0, 0, 0.08);
        color: #212529;
    }

    .avatar-group .avatar {
        position: relative;
        z-index: 2;
        border: 2px solid #fff;
    }
    .avatar-sm {
        font-size: .875rem;
        width: 46px !important;
        height: 46px;
        object-fit: cover;
        border: 2px solid #f3f1ee;
    }
    .avatar {
        font-size: 1rem;
        display: inline-flex;
        color: #fff;
        border-radius: .375rem;
        background-color: #adb5bd;
        align-items: center;
        justify-content: center;
    }
    .avatar.rounded-circle img, .rounded-circle {
        border-radius: 50% !important;
    }
    .avatar img {
        width: 100%;
        border-radius: .375rem;
    }
    img {
        vertical-align: middle;
        border-style: none;
    }
    .avatar-group .avatar+.avatar {
        margin-left: -1rem;
    }
    .avatar-group .avatar {
        position: relative;
        z-index: 2;
        border: 2px solid #fff;
    }
    @media (min-width: 992px) {
        .nav-container {
            max-width: 1320px;
        }
    }
    .mr-2 { margin-right: 6px; }

    .nav-item .text-dark:hover { color: #198754 !important; }

    .badge {
        font-size: 80%;
        font-weight: 500;
        line-height: 1;
        display: inline-block;
        padding: 0.5rem .975rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        text-align: center;
        vertical-align: baseline;
        white-space: nowrap;
        border-radius: 5.375rem;
    }

    .badge-primary {
        color: #1a8754;
        background-color: #f4fff8;
    }

    @media (min-width: 768px) {
        .text-md-left {
            text-align: left !important;
        }
    }

    .d-none {
        display: none !important;
    }

    @media (min-width: 576px) {
        .d-sm-block {
            display: block !important;
        }
    }

    .accordion-button:not(.collapsed) {
        color: var(--bs-accordion-active-color);
        background-color: transparent;
        box-shadow: none;
    }
    .accordion-button:focus { 
        border-color: transparent;
        box-shadow: none;
    }
    .job-alert {
        position: fixed;
        left: 15px;
        bottom: 15px;
        width: 30%;
    }

    @media (max-width: 576px) {
        .job-alert {
            position: fixed;
            width: auto;
            left: 10px;
            bottom: 10px;
            right: 10px;
            box-shadow: 0 8px 30px 70px rgba(16,16,16,0.08);
        }
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }