        body {
            font-family: 'Poppins', sans-serif;
            background-color: #f4f7f6;
            color: #333;
        }
        
        /* Modern Glassmorphism Card Style */
        .glass-card {
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 16px;
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .glass-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.12);
        }

        .action-link {
            text-decoration: none;
            color: inherit;
        }

        body {
        animation: subtleFade 0.15s ease-in-out;
        }

        @keyframes subtleFade {
        from { opacity: 0; }
        to { opacity: 1; }
        }

    /* nav bar */

.legionella-navbar {
    min-height: 74px;
    padding: 0.7rem 0;
    background: linear-gradient(105deg, #34b5df 0%, #1d9dcc 100%);
    box-shadow: 0 3px 12px rgba(20, 118, 155, 0.18);
    font-family: "Poppins", sans-serif;
}

.legionella-logo {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.legionella-logo img {
    display: block;
    width: auto;
    height: 42px;
    max-width: 180px;
}

.legionella-navbar .nav-link {
    padding: 0.55rem 0.85rem !important;
    color: rgba(255, 255, 255, 0.93);
    font-size: 0.88rem;
    font-weight: 500;
    border-radius: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.legionella-navbar .nav-link:hover,
.legionella-navbar .nav-link:focus,
.legionella-navbar .nav-link.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
}

.nav-status {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.nav-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.24rem 0.78rem;
    color: #3c4248;
    background: rgba(255, 255, 255, 0.84);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.2;
}

.nav-badge i {
    color: #258eb4;
    font-size: 0.75rem;
}

.location-switcher-trigger {
    border: 0;
    cursor: pointer;
}

.location-switcher-trigger:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.location-switch-form {
    margin: 0;
}

.location-switcher .dropdown-item.active {
    color: #167fa5;
    background: #e8f8fc;
}

.logout-link {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin-left: 0.2rem;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 9px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.logout-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(2px);
}

.dropdown-menu {
    margin-top: 0.6rem !important;
    padding: 0.45rem;
    border-radius: 12px;
    min-width: 210px;
}

.dropdown-item {
    padding: 0.6rem 0.75rem;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
}

.dropdown-item:hover {
    color: #167fa5;
    background: #e8f8fc;
}

@media (max-width: 991.98px) {
    .legionella-navbar .navbar-collapse {
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }

    .nav-status {
        margin: 0.65rem 0 0;
        padding: 0.75rem 0 0;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        border-left: 0;
    }
}


.legionella-navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.4);
}

.legionella-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Change the dark focus outline to a subtle white glow */
.legionella-navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

/* footer */

/* Footer */
.legionella-footer {
    width: 100%;
    min-height: 175px;
    margin-top: 4rem;
    color: #fff;
    background: linear-gradient(105deg, #35b5df 0%, #1d9dcc 100%);
    font-family: "Poppins", sans-serif;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 175px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer-legionella-logo {
    justify-self: start;
    display: inline-flex;
    align-items: center;
}

.footer-legionella-logo img {
    display: block;
    width: auto;
    height: 42px;
    max-width: 200px;
}

.footer-partner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    text-align: center;
}

.footer-partner-logo {
    display: block;
    width: auto;
    height: 48px;
    max-width: 90px;
    object-fit: contain;
}

.footer-copyright {
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.82rem;
    font-weight: 400;
    white-space: nowrap;
}

.footer-links {
    display: flex;
    justify-self: end;
    gap: 1.35rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.85rem;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (max-width: 767.98px) {
    .legionella-footer {
        min-height: auto;
        margin-top: 2.5rem;
    }

    .footer-content {
        display: flex;
        flex-direction: column;
        gap: 1.75rem;
        min-height: auto;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        text-align: center;
    }

    .footer-legionella-logo img {
        height: 38px;
    }

    .footer-partner-logo {
        height: 54px;
    }

    .footer-links {
        justify-self: auto;
    }
}

/* dashboard */

.dashboard-page {
    flex: 1;
    font-family: "Poppins", sans-serif;
    background: #fff;
}

.dashboard-hero {
    padding: 3.75rem 0 4rem;
    background: #f3f5f6;
}

.hero-heading {
    max-width: 760px;
}

.section-label {
    display: inline-flex;
    padding: 0.28rem 0.9rem;
    color: #fff;
    background: #219dcc;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1;
}

.hero-greeting {
    margin: 1.35rem 0 0.4rem;
    color: #6b747c;
    font-size: 0.95rem;
}

.hero-heading h1 {
    margin: 0;
    color: #3d4247;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 600;
    letter-spacing: -0.055em;
    line-height: 1.05;
}

.hero-heading h1 span {
    color: #1d9dcc;
}

.hero-description {
    max-width: 520px;
    margin: 1rem 0 0;
    color: #737d85;
    font-size: 0.98rem;
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 3rem;
}

.schedule-item {
    display: flex;
    flex-direction: column;
    min-height: 190px;
    padding: 1.35rem;
    color: #3f454a;
    background: #fff;
    border: 1px solid #e3e8eb;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(43, 63, 73, 0.06);
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.schedule-item:hover {
    color: #3f454a;
    box-shadow: 0 16px 30px rgba(30, 110, 140, 0.15);
    transform: translateY(-6px);
}

.schedule-icon {
    display: inline-grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 1rem;
    border-radius: 14px;
}

.schedule-icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 2;
}

.icon-blue { color: #2878e7; background: #eaf2ff; }
.icon-cyan { color: #159dcc; background: #e4f8fc; }
.icon-red { color: #e34c5a; background: #fff0f2; }
.icon-gold { color: #c89012; background: #fff7df; }

.schedule-content {
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
}

.schedule-content strong {
    font-size: 0.95rem;
    font-weight: 500;
}

.schedule-content small {
    color: #7d868d;
    font-size: 0.76rem;
}

.schedule-frequency {
    align-self: flex-start;
    margin-top: auto;
    padding: 0.28rem 0.65rem;
    color: #14784b;
    background: #e4f7ee;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 500;
}

.schedule-frequency.monthly {
    color: #c73d4c;
    background: #fff0f2;
}

.schedule-frequency.quarterly {
    color: #9a6b06;
    background: #fff6dc;
}

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

.forms-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 2rem;
}

.forms-heading h2 {
    margin: 1rem 0 0.35rem;
    color: #3d4247;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.forms-heading p {
    margin: 0;
    color: #7a848c;
    font-size: 0.9rem;
}

.form-card {
    display: flex;
    align-items: center;
    min-height: 170px;
    gap: 1.15rem;
    padding: 1.5rem;
    color: #3d4247;
    background: #fff;
    border: 1px solid #e5eaed;
    border-radius: 18px;
    box-shadow: 0 7px 22px rgba(43, 63, 73, 0.05);
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.form-card:hover {
    color: #3d4247;
    border-color: #b7e6f4;
    box-shadow: 0 16px 30px rgba(30, 110, 140, 0.13);
    transform: translateY(-5px);
}

.form-card-icon {
    display: grid;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 16px;
}

.form-card-icon svg {
    width: 28px;
    height: 28px;
}

.form-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.4rem;
}

.form-card-title {
    font-size: 1rem;
    font-weight: 500;
}

.form-card-description {
    color: #7c858c;
    font-size: 0.78rem;
    line-height: 1.5;
}

.form-card-arrow {
    color: #9da7ad;
    transition: color 0.2s ease, transform 0.2s ease;
}

.form-card-arrow svg {
    width: 21px;
    height: 21px;
}

.form-card:hover .form-card-arrow {
    color: #169dc9;
    transform: translate(3px, -3px);
}

.form-card-blue .form-card-icon { color: #2878e7; background: #eaf2ff; }
.form-card-red .form-card-icon { color: #df4e5b; background: #fff0f2; }
.form-card-cyan .form-card-icon { color: #159dcc; background: #e4f8fc; }
.form-card-gold .form-card-icon { color: #bc850d; background: #fff7df; }
.form-card-orange .form-card-icon { color: #d66c26; background: #fff0e7; }
.form-card-purple .form-card-icon { color: #7857b9; background: #f0ebff; }

@media (max-width: 991.98px) {
    .schedule-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .dashboard-hero,
    .forms-section {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }

    .schedule-grid {
        grid-template-columns: 1fr;
    }

    .schedule-item {
        min-height: 155px;
    }

    .form-card {
        min-height: 145px;
    }
}