body {
    margin-top: 72px;
    font-family: 'Inter', sans-serif;
    color: #172033;
    background: #f5f7fb;
}

.main-nav {
    background: rgba(8, 23, 48, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 30px rgba(8, 23, 48, 0.16);
}

.navbar-brand {
    min-width: 0;
    gap: 8px;
}

.navbar-brand img,
.brand-logo {
    display: block;
    width: 42px !important;
    height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    object-fit: cover;
    object-position: left center;
    border-radius: 6px;
    background: #081730;
}

.navbar-brand span {
    max-width: 230px;
    overflow: hidden;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.76);
    font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
}

.nav-cta {
    margin-left: 12px;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 700;
}

.btn {
    border-radius: 8px;
    font-weight: 700;
}

.btn-primary {
    border-color: #1266f1;
    background: #1266f1;
    box-shadow: 0 10px 22px rgba(18, 102, 241, 0.22);
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: #0d55cc;
    background: #0d55cc;
}

.hero-section {
    min-height: calc(100vh - 72px);
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(6, 17, 38, 0.88), rgba(6, 17, 38, 0.62)),
        url('https://images.unsplash.com/photo-1451187580459-43490279c0fa');
    background-position: center;
    background-size: cover;
}

.hero-section h1 {
    max-width: 980px;
    margin-inline: auto;
    font-weight: 800;
    letter-spacing: 0;
}

.hero-section .lead {
    max-width: 940px;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.88);
}

.page-banner {
    position: relative;
    overflow: hidden;
    padding: 104px 0 96px;
    background:
        linear-gradient(120deg, rgba(8, 23, 48, 0.94), rgba(18, 102, 241, 0.88)),
        url('https://images.unsplash.com/photo-1497366754035-f200968a6e72');
    background-position: center;
    background-size: cover;
}

.page-banner h1 {
    font-weight: 800;
}

.services-section,
.products-section,
.about-section,
.contact-section {
    background: #f5f7fb;
}

.services-section,
.products-section,
.about-section,
.contact-section,
.bg-light {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

.card,
.service-card,
.product-card,
.contact-form,
.login-card,
.about-stat {
    border: 1px solid #e7ebf2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.card img {
    height: 220px;
    object-fit: cover;
}

.service-card,
.product-card {
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover,
.product-card:hover,
.about-stat:hover {
    border-color: rgba(18, 102, 241, 0.22);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
    transform: translateY(-6px);
}

.service-icon,
.product-icon {
    color: #1266f1;
    font-size: 40px;
}

.service-card h5,
.product-card h5 {
    margin-bottom: 12px;
    font-weight: 700;
}

.service-card p,
.product-card p {
    color: #46556b;
    line-height: 1.65;
}

.product-features {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.product-features li {
    padding: 4px 0;
    color: #58677c;
    font-size: 14px;
}

.about-img {
    border-radius: 8px;
}

.about-stat {
    padding: 22px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-stat h3 {
    margin-bottom: 4px;
    color: #1266f1;
    font-weight: 800;
}

.about-stat p {
    margin: 0;
    color: #58677c;
    font-size: 14px;
}

.stats-section,
.cta-section {
    background:
        linear-gradient(120deg, rgba(8, 23, 48, 0.96), rgba(18, 102, 241, 0.9)),
        url('https://images.unsplash.com/photo-1552664730-d307ca884978');
    background-position: center;
    background-size: cover;
}

.cta-section {
    padding: 88px 0;
}

.contact-form {
    padding: 34px !important;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 22px;
}

.contact-item i {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border-radius: 8px;
    color: #1266f1;
    background: #eaf2ff;
    font-size: 20px;
}

.contact-item h6 {
    margin-bottom: 2px;
    font-weight: 700;
}

.contact-item p {
    margin: 0;
    color: #46556b;
}

.form-control {
    border-color: #dbe2ec;
    border-radius: 8px;
}

.form-control:focus {
    border-color: #1266f1;
    box-shadow: 0 0 0 0.22rem rgba(18, 102, 241, 0.16);
}

.employee-login-section {
    min-height: 520px;
    padding: 72px 15px;
    background:
        linear-gradient(120deg, rgba(245, 247, 251, 0.96), rgba(232, 239, 250, 0.92)),
        url('https://images.unsplash.com/photo-1551434678-e076c223a692');
    background-position: center;
    background-size: cover;
}

.login-card {
    overflow: hidden;
}

.login-card .card-body {
    padding: 34px;
}

.login-icon {
    display: grid;
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    place-items: center;
    border-radius: 8px;
    color: #1266f1;
    background: #eaf2ff;
    font-size: 28px;
}

.footer-modern {
    background: #081730;
    color: #cbd5e1;
    padding: 72px 0 30px;
}

.footer-top {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    margin-bottom: 42px;
}

.footer-brand h4,
.footer-links h6 {
    color: #fff;
    font-weight: 700;
}

.footer-logo {
    display: block;
    width: min(360px, 100%);
    height: auto;
    margin-bottom: 18px;
}

.footer-brand p {
    max-width: 460px;
    color: #aab8ca;
    font-size: 14px;
    line-height: 1.8;
}

.footer-links a {
    display: block;
    margin-bottom: 9px;
    color: #cbd5e1;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 22px;
    color: #94a3b8;
    font-size: 13px;
    text-align: center;
}

.payslip-container {
    max-width: 900px;
    margin: auto;
    padding: 30px;
    background: white;
    border: 1px solid #ddd;
}

.payslip-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo {
    width: 80px;
}

.company-info h3 {
    margin: 0;
}

.payslip-note {
    margin-top: 20px;
    color: #666;
    font-size: 12px;
}

@media (max-width: 991.98px) {
    body {
        margin-top: 68px;
    }

    .main-nav .container {
        align-items: center;
        flex-wrap: nowrap;
    }

    .navbar-brand {
        max-width: calc(100% - 68px);
    }

    .navbar-toggler {
        margin-left: auto;
    }

    .navbar-brand img,
    .brand-logo {
        width: 38px !important;
        height: 38px !important;
        max-width: 38px !important;
        max-height: 38px !important;
    }

    .navbar-brand span {
        max-width: 170px;
        font-size: 0.98rem;
    }

    .navbar-collapse {
        flex-basis: 100%;
        width: 100%;
        padding: 14px 0 8px;
    }

    .nav-cta {
        margin: 8px 0 0;
        width: 100%;
    }

    .hero-section {
        min-height: calc(100vh - 68px);
        text-align: center;
    }

    .hero-section h1 {
        font-size: 2.35rem;
    }
}

@media (max-width: 600px) {
    .navbar-brand img,
    .brand-logo {
        width: 36px !important;
        height: 36px !important;
        max-width: 36px !important;
        max-height: 36px !important;
    }

    .navbar-brand span {
        max-width: 118px;
        font-size: 0.9rem;
    }

    .hero-section h1 {
        font-size: 2rem;
    }

    .hero-section .lead {
        font-size: 1rem;
    }

    .page-banner {
        padding: 74px 0 68px;
    }

    .services-section,
    .products-section,
    .about-section,
    .contact-section,
    .bg-light {
        padding-top: 54px !important;
        padding-bottom: 54px !important;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (min-width: 601px) and (max-width: 992px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
}
.business-transition-notice {
    margin-top: 28px;
    padding: 22px;
    border: 1px solid #f3d58a;
    border-radius: 8px;
    background: #fff8e6;
    color: #3f2c05;
    box-shadow: 0 16px 36px rgba(120, 83, 0, 0.08);
}

.notice-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #b66a00;
}

.notice-heading i {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border-radius: 8px;
    color: #b66a00;
    background: #ffe8ad;
    font-size: 20px;
}

.notice-heading h5 {
    margin: 0;
    font-weight: 800;
}

.business-transition-notice p {
    margin: 0;
    color: #5f4711;
    line-height: 1.7;
}

