/* ===================================
   GLOBAL
=================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Segoe UI',sans-serif;
    color:#333;
    background:#fff;
    overflow-x:hidden;
}

/* ===================================
   TOP BAR
=================================== */

.top-bar{
    background:#0d6efd;
    color:#fff;
    padding:8px 0;
    font-size:14px;
}

/* ===================================
   NAVBAR
=================================== */

.custom-navbar{
    position: sticky;
    top: 0;
    z-index: 9999;

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

    backdrop-filter: blur(8px);

    border-bottom: 1px solid #eaeaea;

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

.navbar-nav{
    gap:20px;
}

.nav-link{
    color:#222 !important;
    font-size:17px;
    font-weight:500;
}

.nav-link:hover{
    color:#2563eb !important;
}

.navbar-brand{
    font-size:2rem;
    font-weight:700;
}

.navbar-brand img{
    height:52px;
    width:auto;
    max-width:190px;
    object-fit:contain;
}

/* ===================================
   HERO SLIDER
=================================== */

.slider-image{
    height:500px;
    object-fit:cover;
}

.carousel-item{
    position:relative;
}

.carousel-item::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:
        linear-gradient(
            90deg,
            rgba(8,18,38,.82) 0%,
            rgba(8,18,38,.66) 42%,
            rgba(8,18,38,.18) 100%
        );
}

.carousel-caption{
    bottom:20%;
    text-align:left;
    left:8%;
    right:auto;
    width:45%;
    z-index:2;
}

.carousel-caption h1{
    font-size:3.35rem;
    font-weight:700;
    line-height:1.12;
}

.carousel-caption p{
    font-size:1.2rem;
    color:rgba(255,255,255,.9);
    max-width:620px;
}

.hero-kicker{
    display:inline-block;
    color:#fff;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:10px;
    background:rgba(37,99,235,.9);
    padding:7px 12px;
    border-radius:8px;
}

.software-visual{
    min-height:420px;
    border-radius:8px;
    padding:24px;
    background:
        linear-gradient(135deg, #f8fbff 0%, #eef4ff 55%, #ffffff 100%);
    border:1px solid #dfe7f3;
    box-shadow:0 20px 45px rgba(15,23,42,.1);
}

.software-window{
    overflow:hidden;
    border-radius:8px;
    background:#fff;
    border:1px solid #d7dee8;
    box-shadow:0 18px 38px rgba(15,23,42,.1);
}

.window-bar,
.about-visual-header{
    height:42px;
    display:flex;
    align-items:center;
    gap:8px;
    padding:0 16px;
    background:#0f172a;
}

.window-bar span,
.about-visual-header span{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#94a3b8;
}

.window-bar span:first-child,
.about-visual-header span:first-child{
    background:#ef4444;
}

.window-bar span:nth-child(2),
.about-visual-header span:nth-child(2){
    background:#f59e0b;
}

.window-bar span:nth-child(3),
.about-visual-header span:nth-child(3){
    background:#22c55e;
}

.software-dashboard{
    display:grid;
    grid-template-columns:150px 1fr;
    min-height:320px;
}

.dashboard-sidebar{
    display:grid;
    align-content:start;
    gap:12px;
    padding:22px;
    background:#f8fafc;
    border-right:1px solid #e5eaf0;
}

.dashboard-sidebar strong{
    color:#1d4ed8;
    margin-bottom:6px;
}

.dashboard-sidebar span{
    color:#475569;
    font-size:14px;
}

.dashboard-main{
    padding:22px;
}

.dashboard-topline{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:12px;
}

.dashboard-topline div,
.dashboard-table{
    border:1px solid #e5eaf0;
    border-radius:8px;
    padding:14px;
    background:#fff;
}

.dashboard-topline small,
.dashboard-table span{
    color:#64748b;
    font-size:13px;
}

.dashboard-topline strong{
    display:block;
    color:#111827;
    font-size:20px;
    margin-top:4px;
}

.dashboard-chart{
    height:120px;
    display:flex;
    align-items:end;
    gap:12px;
    padding:18px 14px;
    margin:16px 0;
    border:1px solid #e5eaf0;
    border-radius:8px;
    background:#f8fbff;
}

.dashboard-chart span{
    flex:1;
    border-radius:6px 6px 0 0;
    background:#2563eb;
}

.dashboard-table{
    display:grid;
    gap:8px;
}

.dashboard-table div{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:10px;
}

.dashboard-table div:first-child span{
    color:#111827;
    font-weight:700;
}

.factory-flow-visual{
    padding:28px;
    min-height:390px;
    background:#fff;
    border:1px solid #e1e8f0;
}

.flow-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:24px;
}

.flow-header span{
    color:#2563eb;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
}

.flow-header strong{
    color:#111827;
    font-size:20px;
}

.flow-steps{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:16px;
}

.flow-steps div{
    position:relative;
    border:1px solid #e5eaf0;
    border-radius:8px;
    padding:18px;
    background:#f8fbff;
}

.flow-steps i{
    color:#2563eb;
    font-size:28px;
}

.flow-steps strong,
.flow-steps span{
    display:block;
}

.flow-steps strong{
    color:#111827;
    margin-top:10px;
}

.flow-steps span{
    color:#64748b;
    font-size:14px;
}

.flow-meter{
    margin-top:22px;
    padding:18px;
    border:1px solid #e5eaf0;
    border-radius:8px;
}

.flow-meter div:first-child{
    display:flex;
    justify-content:space-between;
    color:#344054;
    font-weight:700;
}

.meter-track{
    height:10px;
    background:#e8eef7;
    border-radius:999px;
    margin-top:12px;
    overflow:hidden;
}

.meter-track span{
    display:block;
    height:100%;
    background:#16a34a;
}

.flow-note{
    display:flex;
    gap:12px;
    align-items:flex-start;
    margin-top:18px;
    color:#475569;
    font-weight:600;
}

.flow-note i{
    color:#2563eb;
}

/* ===================================
   ABOUT SECTION
=================================== */

section{
    padding-top:20px;
    padding-bottom:20px;
}

section h2{
    font-weight:700;
    color:#222;
}

section p{
    line-height:1.8;
}

/* ===================================
   ERP HOMEPAGE SECTIONS
=================================== */

.erp-intro-section,
.demo-section,
.erp-modules-section,
.manufacturing-section,
.positioning-section,
.integrations-section,
.industry-focus-section,
.trust-section,
.implementation-section{
    padding:80px 0;
}

.section-kicker{
    display:inline-block;
    color:#2563eb;
    font-size:13px;
    font-weight:700;
    letter-spacing:0;
    text-transform:uppercase;
    margin-bottom:12px;
}

.section-heading{
    max-width:760px;
    margin:0 auto 45px;
}

.section-heading h2,
.erp-intro-section h2,
.manufacturing-section h2,
.positioning-section h2{
    font-size:38px;
    line-height:1.25;
    margin-bottom:18px;
}

.section-heading p,
.erp-intro-section p,
.manufacturing-section p,
.positioning-section p{
    color:#5f6b7a;
    font-size:17px;
}

.erp-proof-row{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:16px;
    margin-top:28px;
}

.erp-proof-row div{
    background:#f5f7fb;
    border:1px solid #e3e8ef;
    border-radius:8px;
    padding:16px;
}

.erp-proof-row strong{
    display:block;
    color:#0f172a;
    font-size:24px;
    line-height:1;
    margin-bottom:8px;
}

.erp-proof-row span{
    color:#667085;
    font-size:14px;
    line-height:1.4;
}

.erp-visual-panel{
    position:relative;
}

.erp-visual-panel img,
.section-image{
    border-radius:8px;
    box-shadow:0 20px 45px rgba(15,23,42,.12);
}

.erp-visual-card{
    position:absolute;
    left:24px;
    right:24px;
    bottom:24px;
    display:flex;
    gap:15px;
    align-items:flex-start;
    background:#fff;
    border-radius:8px;
    padding:18px;
    box-shadow:0 18px 40px rgba(15,23,42,.16);
}

.erp-visual-card i{
    color:#2563eb;
    font-size:30px;
}

.erp-visual-card strong,
.erp-visual-card span{
    display:block;
}

.erp-visual-card span{
    color:#667085;
    font-size:14px;
    margin-top:4px;
}

.demo-form-box{
    background:#fff;
    border:1px solid #e5eaf0;
    border-radius:8px;
    padding:32px;
    box-shadow:0 18px 40px rgba(15,23,42,.08);
}

.demo-form-box .form-control{
    border:1px solid #d7dee8;
    border-radius:8px;
    padding:14px 15px;
    background:#fff;
}

.demo-benefits{
    display:grid;
    gap:14px;
    margin-top:24px;
}

.demo-benefits div{
    display:flex;
    gap:10px;
    align-items:flex-start;
    color:#344054;
    font-weight:600;
}

.demo-benefits i{
    color:#16a34a;
    margin-top:3px;
}

.demo-contact-panel{
    background:#fff;
    border:1px solid #e5eaf0;
    border-radius:8px;
    padding:34px;
    box-shadow:0 18px 40px rgba(15,23,42,.08);
}

.demo-contact-header{
    display:flex;
    gap:16px;
    align-items:flex-start;
    margin-bottom:18px;
}

.demo-contact-header i{
    width:54px;
    height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    background:#eef4ff;
    color:#2563eb;
    font-size:28px;
    flex:0 0 auto;
}

.demo-contact-header span{
    display:block;
    color:#2563eb;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:6px;
}

.demo-contact-header h3{
    color:#111827;
    font-size:26px;
    font-weight:700;
    margin:0;
}

.demo-contact-panel p{
    color:#667085;
    font-size:16px;
    margin-bottom:24px;
}

.demo-contact-grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:14px;
    margin-bottom:26px;
}

.demo-contact-grid div{
    padding:16px;
    border:1px solid #e5eaf0;
    border-radius:8px;
    background:#f8fbff;
}

.demo-contact-grid i{
    color:#2563eb;
    font-size:24px;
}

.demo-contact-grid strong,
.demo-contact-grid span{
    display:block;
}

.demo-contact-grid strong{
    color:#111827;
    margin-top:10px;
}

.demo-contact-grid span{
    color:#64748b;
    font-size:14px;
}

.erp-module-card,
.integration-card,
.step-card,
.comparison-panel,
.comparison-item{
    background:#fff;
    border:1px solid #e5eaf0;
    border-radius:8px;
    height:100%;
}

.erp-module-card{
    padding:26px;
    transition:.3s;
}

.erp-module-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(15,23,42,.1);
}

.erp-module-card i{
    color:#2563eb;
    font-size:32px;
    margin-bottom:18px;
}

.erp-module-card h4{
    color:#111827;
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
}

.erp-module-card p{
    color:#667085;
    margin-bottom:0;
    line-height:1.65;
}

.module-highlight{
    border-color:#2563eb;
    box-shadow:0 14px 30px rgba(37,99,235,.12);
}

.check-grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:14px 18px;
    margin-top:26px;
}

.check-grid div{
    display:flex;
    gap:10px;
    color:#344054;
    font-weight:500;
}

.check-grid i{
    color:#16a34a;
    margin-top:4px;
}

.positioning-list{
    display:grid;
    gap:14px;
    margin-top:26px;
}

.positioning-list div{
    display:flex;
    gap:14px;
    align-items:center;
    background:#fff;
    border:1px solid #e5eaf0;
    border-radius:8px;
    padding:16px;
    color:#344054;
    font-weight:600;
}

.positioning-list i{
    color:#2563eb;
    font-size:24px;
}

.comparison-panel{
    padding:24px;
    box-shadow:0 18px 40px rgba(15,23,42,.08);
}

.comparison-item{
    padding:22px;
    margin-bottom:18px;
}

.comparison-item h5{
    color:#111827;
    font-weight:700;
    margin-bottom:8px;
}

.comparison-item p{
    color:#667085;
    margin-bottom:0;
}

.integration-card{
    padding:34px;
    box-shadow:0 14px 35px rgba(15,23,42,.07);
}

.integration-icon{
    width:58px;
    height:58px;
    border-radius:8px;
    background:#eef4ff;
    color:#2563eb;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:22px;
}

.integration-card h3{
    color:#111827;
    font-size:26px;
    font-weight:700;
    margin-bottom:14px;
}

.integration-card p,
.integration-card li{
    color:#667085;
}

.integration-card ul{
    padding-left:20px;
    margin:18px 0 24px;
}

.integration-card li{
    margin-bottom:9px;
}

.step-card{
    padding:28px;
    transition:.3s;
}

.step-card:hover{
    transform:translateY(-6px);
    box-shadow:0 16px 32px rgba(15,23,42,.09);
}

.step-card span{
    display:inline-flex;
    width:42px;
    height:42px;
    align-items:center;
    justify-content:center;
    background:#2563eb;
    color:#fff;
    border-radius:8px;
    font-weight:700;
    margin-bottom:20px;
}

.step-card h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
}

.step-card p{
    color:#667085;
    margin-bottom:0;
}

.product-hero{
    background:
    linear-gradient(
    rgba(0,0,0,.62),
    rgba(0,0,0,.62)
    ),
    url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?q=80&w=1600&auto=format&fit=crop");
    background-size:cover;
    background-position:center;
}

.erp-services-hero{
    background:
    linear-gradient(
    rgba(0,0,0,.62),
    rgba(0,0,0,.62)
    ),
    url("https://images.unsplash.com/photo-1551434678-e076c223a692?q=80&w=1600&auto=format&fit=crop");
    background-size:cover;
    background-position:center;
}

.industry-solution-card{
    background:#fff;
    border:1px solid #e5eaf0;
    border-radius:8px;
    padding:28px;
    height:100%;
    transition:.3s;
}

.industry-solution-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(15,23,42,.1);
}

.industry-solution-card i{
    color:#2563eb;
    font-size:34px;
    margin-bottom:18px;
}

.industry-solution-card h4{
    color:#111827;
    font-size:21px;
    font-weight:700;
    margin-bottom:12px;
}

.industry-solution-card p{
    color:#667085;
    margin-bottom:18px;
}

.industry-solution-card a{
    color:#2563eb;
    font-weight:700;
    text-decoration:none;
}

.trust-card,
.trust-stat{
    background:#fff;
    border:1px solid #e5eaf0;
    border-radius:8px;
    height:100%;
}

.trust-card{
    padding:26px;
    box-shadow:0 14px 30px rgba(15,23,42,.06);
}

.trust-card strong{
    display:block;
    color:#2563eb;
    font-size:30px;
    line-height:1;
    margin-bottom:16px;
}

.trust-card h4{
    color:#111827;
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
}

.trust-card p{
    color:#667085;
    margin-bottom:0;
}

.trust-stat{
    padding:28px 18px;
}

.trust-stat strong{
    display:block;
    color:#2563eb;
    font-size:34px;
    line-height:1;
    margin-bottom:10px;
}

.trust-stat span{
    color:#344054;
    font-weight:700;
}

.service-focus-card{
    min-height:100%;
}

/* ===================================
   PRODUCT CARDS
=================================== */

.product-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    text-align:center;
    transition:0.4s;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    height:100%;
}

.product-card:hover{
    transform:translateY(-10px);
}

.product-card i{
    font-size:3rem;
    color:#0d6efd;
    margin-bottom:15px;
}

.product-card h4{
    margin-bottom:10px;
    font-weight:600;
}

/* ===================================
   INDUSTRY CARDS
=================================== */

.industry-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    transition:0.4s;
}

.industry-card:hover{
    transform:translateY(-10px);
}

.industry-card i{
    font-size:3rem;
    color:#0d6efd;
    margin-bottom:15px;
}

/* ===================================
   CLIENT LOGOS
=================================== */

.client-logo{
    max-height:80px;
    filter:grayscale(100%);
    transition:0.4s;
}

.client-logo:hover{
    filter:none;
    transform:scale(1.05);
}

/* ===================================
   TESTIMONIALS
=================================== */

.testimonial-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    transition:0.4s;
    height:100%;
}

.testimonial-card:hover{
    transform:translateY(-10px);
}

.testimonial-card h6{
    margin-top:15px;
    font-weight:700;
}

/* ===================================
   CTA SECTION
=================================== */

.cta-section{
    background:#0d6efd;
    color:#fff;
    padding:80px 0;

}

.cta-section h2{
    color:#fff;
    margin-bottom:20px;
}

.cta-section p{
    font-size:18px;
    margin-bottom:25px;
}

/* ===================================
   FOOTER
=================================== */

.footer-section{

    background:#000;

    color:#fff;

    padding:40px 0 20px;

}

.footer-section h5{

    margin-bottom:15px;

    font-weight:600;

}

.footer-section p{

    margin-bottom:8px;

}

.footer-links{

    list-style:none;

    padding:0;

}

.footer-links li{

    margin-bottom:8px;

}

.footer-links a{

    color:#ccc;

    text-decoration:none;

}

.footer-links a:hover{

    color:#fff;

}
/* ===================================
   BUTTONS
=================================== */

.btn{
    border-radius:8px;
    border-width:1px;
    font-weight:700;
    letter-spacing:0;
    line-height:1.2;
    padding:12px 22px;
    position:relative;
    overflow:hidden;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease,
        border-color .25s ease,
        color .25s ease;
}

.btn::after{
    content:"";
    position:absolute;
    top:0;
    left:-75%;
    width:55%;
    height:100%;
    background:linear-gradient(
        110deg,
        transparent,
        rgba(255,255,255,.32),
        transparent
    );
    transform:skewX(-20deg);
    transition:left .55s ease;
    pointer-events:none;
}

.btn:hover{
    transform:translateY(-3px);
}

.btn:hover::after{
    left:125%;
}

.btn:focus-visible{
    outline:3px solid rgba(37,99,235,.28);
    outline-offset:3px;
}

.btn:active{
    transform:translateY(-1px) scale(.99);
}

.btn-lg{
    padding:15px 28px;
    font-size:16px;
}

.btn-primary{
    background:
        linear-gradient(135deg, #2563eb 0%, #1d4ed8 55%, #0f3fb8 100%);
    border-color:#1d4ed8;
    color:#fff;
    box-shadow:
        0 12px 24px rgba(37,99,235,.28),
        inset 0 1px 0 rgba(255,255,255,.18);
}

.btn-primary:hover,
.btn-primary:focus{
    background:
        linear-gradient(135deg, #1d4ed8 0%, #1e40af 60%, #12358f 100%);
    border-color:#1e40af;
    color:#fff;
    box-shadow:
        0 18px 34px rgba(37,99,235,.36),
        inset 0 1px 0 rgba(255,255,255,.2);
}

.btn-outline-primary{
    background:#fff;
    border-color:#bfd0ff;
    color:#1d4ed8;
    box-shadow:0 8px 18px rgba(15,23,42,.07);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus{
    background:#eff5ff;
    border-color:#2563eb;
    color:#12358f;
    box-shadow:0 14px 28px rgba(37,99,235,.18);
}

.btn-light{
    background:#fff;
    border-color:#fff;
    color:#1d4ed8;
    box-shadow:
        0 12px 26px rgba(15,23,42,.18),
        inset 0 1px 0 rgba(255,255,255,.7);
}

.btn-light:hover,
.btn-light:focus{
    background:#f8fbff;
    border-color:#f8fbff;
    color:#12358f;
    box-shadow:
        0 18px 36px rgba(15,23,42,.24),
        inset 0 1px 0 rgba(255,255,255,.9);
}

.carousel-caption .btn,
.hero-content .btn{
    box-shadow:
        0 16px 34px rgba(0,0,0,.24),
        inset 0 1px 0 rgba(255,255,255,.2);
}

.demo-form-box .btn,
.comparison-panel .btn,
.cta-box .btn{
    min-height:52px;
}

/* ===================================
   RESPONSIVE
=================================== */

@media(max-width:991px){

    .carousel-caption{
        bottom:20%;
    }

    .carousel-caption h1{
        font-size:2.5rem;
    }

    .section-heading h2,
    .erp-intro-section h2,
    .manufacturing-section h2,
    .positioning-section h2{
        font-size:32px;
    }

    .erp-proof-row,
    .check-grid{
        grid-template-columns:1fr;
    }

}

@media(max-width:768px){

    .top-bar{
        text-align:center;
    }

    .top-bar .text-end{
        text-align:center !important;
        margin-top:5px;
    }

    .slider-image{
        height:450px;
    }

    .carousel-caption h1{
        font-size:2rem;
    }

    .carousel-caption p{
        font-size:1rem;
    }

    .cta-section{
        padding:60px 20px;
    }

    .erp-intro-section,
    .demo-section,
    .erp-modules-section,
    .manufacturing-section,
    .positioning-section,
    .integrations-section,
    .industry-focus-section,
    .trust-section,
    .implementation-section{
        padding:60px 0;
    }

    .erp-visual-card{
        position:static;
        margin-top:16px;
    }

    .integration-card,
    .comparison-panel,
    .step-card,
    .erp-module-card,
    .demo-contact-panel{
        padding:24px;
    }

    .software-dashboard,
    .dashboard-topline,
    .about-visual-report{
        grid-template-columns:1fr;
    }

    .dashboard-sidebar{
        border-right:0;
        border-bottom:1px solid #e5eaf0;
    }

    .factory-flow-visual{
        min-height:auto;
    }

}

@media(max-width:576px){

    .slider-image{
        height:350px;
    }

    .carousel-caption{
        bottom:15%;
    }

    .carousel-caption h1{
        font-size:1.5rem;
    }

    .section-heading h2,
    .erp-intro-section h2,
    .manufacturing-section h2,
    .positioning-section h2{
        font-size:28px;
    }

    .section-heading p,
    .erp-intro-section p,
    .manufacturing-section p,
    .positioning-section p{
        font-size:16px;
    }

    .software-visual,
    .factory-flow-visual{
        padding:18px;
    }

    .flow-header{
        align-items:flex-start;
        flex-direction:column;
    }

    .flow-steps,
    .about-visual-grid,
    .demo-contact-grid{
        grid-template-columns:1fr;
    }

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

    .clients-hero h1{
        font-size:36px;
    }

    .client-confidence-section h2{
        font-size:30px;
    }


}

.service-hero{

height:450px;

background:
linear-gradient(
rgba(0,0,0,.55),
rgba(0,0,0,.55)
),
url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1600&auto=format&fit=crop");

background-size:cover;
background-position:center;

display:flex;
align-items:center;

color:white;

}

.hero-content{

max-width:600px;

}

.hero-content h1{

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

margin-bottom:20px;

}

.service-card{

background:white;

padding:30px;

border-radius:20px;

box-shadow:
0 10px 30px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.service-card:hover{

transform:
translateY(-10px);

box-shadow:
0 20px 40px rgba(0,0,0,.12);

}

.service-icon{

font-size:3rem;

color:#2563eb;

margin-bottom:20px;

}

.service-hero{
    height:450px;

    background:
    linear-gradient(
    rgba(0,0,0,.55),
    rgba(0,0,0,.55)
    ),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1600&auto=format&fit=crop");

    background-size:cover;
    background-position:center;

    display:flex;
    align-items:center;

    color:white;
}

.hero-content h1{
    font-size:4rem;
    font-weight:700;
}

.tech-card{

background:white;

padding:20px;

border-radius:12px;

font-weight:600;

box-shadow:
0 5px 15px rgba(0,0,0,.08);

transition:.3s;

}

.tech-card:hover{

transform:translateY(-5px);

background:#2563eb;

color:white;

}

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

.about-hero{
    min-height:430px;
    display:flex;
    align-items:center;
    color:#fff;
    background:
        linear-gradient(
            90deg,
            rgba(8,18,38,.88) 0%,
            rgba(8,18,38,.72) 48%,
            rgba(37,99,235,.34) 100%
        ),
        url("https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=1600&auto=format&fit=crop");
    background-size:cover;
    background-position:center;
}

.about-hero .section-kicker{
    color:#bfdbfe;
    background:rgba(37,99,235,.2);
    border:1px solid rgba(191,219,254,.35);
    padding:7px 12px;
    border-radius:8px;
}

.about-hero .hero-content p{
    color:rgba(255,255,255,.9);
    font-size:19px;
}

.about-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}

.about-story-section,
.about-values-section,
.about-capabilities-section,
.about-why-section{
    padding:80px 0;
}

.about-product-visual{
    overflow:hidden;
    border:1px solid #dfe7f3;
    border-radius:8px;
    background:#fff;
    box-shadow:0 20px 45px rgba(15,23,42,.12);
}

.about-visual-header strong{
    color:#fff;
    margin-left:auto;
    font-size:14px;
}

.about-visual-grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:16px;
    padding:24px;
    background:#f8fbff;
}

.about-visual-grid div{
    padding:20px;
    border:1px solid #e5eaf0;
    border-radius:8px;
    background:#fff;
}

.about-visual-grid i{
    color:#2563eb;
    font-size:28px;
}

.about-visual-grid strong,
.about-visual-grid span{
    display:block;
}

.about-visual-grid strong{
    color:#111827;
    margin-top:12px;
}

.about-visual-grid span{
    color:#64748b;
    font-size:14px;
}

.about-visual-report{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    padding:24px;
}

.about-visual-report small{
    color:#64748b;
    font-size:13px;
}

.about-visual-report strong{
    display:block;
    color:#111827;
    margin-top:6px;
}

.report-bars{
    display:grid;
    align-content:center;
    gap:8px;
}

.report-bars span{
    display:block;
    height:10px;
    border-radius:999px;
    background:#2563eb;
}

.about-proof-section{
    padding:34px 0;
    background:#0f172a;
}

.about-proof-card{
    min-height:120px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:24px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:8px;
    background:rgba(255,255,255,.05);
}

.about-proof-card strong{
    color:#fff;
    font-size:38px;
    line-height:1;
    margin-bottom:10px;
}

.about-proof-card span{
    color:#cbd5e1;
}

.about-value-card,
.about-capability-card,
.about-why-card{
    height:100%;
    padding:30px;
    border:1px solid #e5eaf0;
    border-radius:8px;
    background:#fff;
    box-shadow:0 14px 32px rgba(15,23,42,.06);
}

.about-value-card i,
.about-capability-card i,
.about-why-card i{
    color:#2563eb;
    font-size:34px;
    margin-bottom:18px;
}

.about-value-card h3,
.about-capability-card h4,
.about-why-card h4{
    color:#111827;
    font-weight:700;
    margin-bottom:12px;
}

.about-value-card p,
.about-capability-card p,
.about-why-card p{
    color:#667085;
    margin-bottom:0;
}

.about-capability-card,
.about-why-card{
    transition:.3s;
}

.about-capability-card:hover,
.about-why-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(15,23,42,.1);
}

/* ===========================
CONTACT PAGE
=========================== */

.contact-hero{
    min-height:460px;
    display:flex;
    align-items:center;
    color:#fff;
    background:
        linear-gradient(
            90deg,
            rgba(8,18,38,.9) 0%,
            rgba(8,18,38,.74) 48%,
            rgba(37,99,235,.28) 100%
        ),
        url("https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=1600&auto=format&fit=crop");
    background-size:cover;
    background-position:center;
}

.contact-hero-content{
    max-width:760px;
}

.contact-hero .section-kicker{
    color:#bfdbfe;
    background:rgba(37,99,235,.2);
    border:1px solid rgba(191,219,254,.35);
    padding:7px 12px;
    border-radius:8px;
}

.contact-hero h1{
    max-width:720px;
    color:#fff;
    font-size:56px;
    line-height:1.12;
    font-weight:700;
    margin-bottom:20px;
}

.contact-hero p{
    max-width:680px;
    color:rgba(255,255,255,.9);
    font-size:19px;
    margin-bottom:0;
}

.contact-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:30px;
}

.contact-section{
    padding:80px 0;
    background:#f8fbff;
}

.contact-info,
.contact-form-box{
    height:100%;
    border:1px solid #e5eaf0;
    border-radius:8px;
    background:#fff;
    box-shadow:0 18px 40px rgba(15,23,42,.08);
}

.contact-info{
    padding:34px;
}

.contact-info h2,
.contact-form-header h2{
    color:#111827;
    font-size:30px;
    font-weight:700;
    line-height:1.25;
    margin-bottom:14px;
}

.contact-intro,
.contact-form-header p{
    color:#667085;
    font-size:16px;
    margin-bottom:28px;
}

.contact-card{
    display:flex;
    gap:16px;
    align-items:flex-start;
    padding:18px 0;
    border-top:1px solid #e5eaf0;
}

.contact-card i{
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    border-radius:8px;
    background:#eef4ff;
    color:#2563eb;
    font-size:23px;
}

.contact-card h5{
    color:#111827;
    font-size:17px;
    font-weight:700;
    margin-bottom:5px;
}

.contact-card p{
    color:#667085;
    line-height:1.65;
    margin:0;
}

.contact-card a{
    color:#475569;
    text-decoration:none;
}

.contact-card a:hover{
    color:#2563eb;
}

.contact-response-box{
    display:flex;
    gap:14px;
    align-items:flex-start;
    margin-top:18px;
    padding:18px;
    border:1px solid #dbe7ff;
    border-radius:8px;
    background:#f2f6ff;
}

.contact-response-box i{
    color:#2563eb;
    font-size:24px;
}

.contact-response-box strong,
.contact-response-box span{
    display:block;
}

.contact-response-box strong{
    color:#111827;
    margin-bottom:4px;
}

.contact-response-box span{
    color:#64748b;
    font-size:14px;
    line-height:1.55;
}

.contact-form-box{
    padding:34px;
}

.contact-form-header{
    margin-bottom:24px;
}

.contact-form-box .form-control{
    min-height:54px;
    border:1px solid #d7dee8;
    border-radius:8px;
    background:#fff;
    color:#111827;
    padding:14px 15px;
    box-shadow:none;
}

.contact-form-box textarea.form-control{
    min-height:142px;
    resize:vertical;
}

.contact-form-box .form-control:focus{
    border-color:#2563eb;
    box-shadow:0 0 0 4px rgba(37,99,235,.12);
}

.contact-proof-section{
    padding:80px 0;
    background:#fff;
}

.info-card{
    height:100%;
    padding:30px;
    border:1px solid #e5eaf0;
    border-radius:8px;
    background:#fff;
    box-shadow:0 14px 32px rgba(15,23,42,.06);
    transition:.3s;
}

.info-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(15,23,42,.1);
}

.info-card i{
    color:#2563eb;
    font-size:34px;
    margin-bottom:18px;
}

.info-card h5{
    color:#111827;
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
}

.info-card p{
    color:#667085;
    margin-bottom:0;
}

@media(max-width:991px){

    .contact-hero{
        min-height:400px;
    }

    .contact-hero h1{
        font-size:42px;
    }

    .contact-section,
    .contact-proof-section{
        padding:60px 0;
    }

}

@media(max-width:576px){

    .contact-hero{
        min-height:380px;
    }

    .contact-hero h1{
        font-size:34px;
    }

    .contact-hero p{
        font-size:16px;
    }

    .contact-hero-actions .btn{
        width:100%;
    }

    .contact-info,
    .contact-form-box,
    .info-card{
        padding:24px;
    }

    .contact-info h2,
    .contact-form-header h2{
        font-size:26px;
    }

    .contact-card{
        gap:14px;
    }

}

.whatsapp-btn{

    position:fixed;

    bottom:25px;
    right:25px;

    width:60px;
    height:60px;

    background:#25D366;

    color:white;

    border-radius:50%;

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

    font-size:30px;

    text-decoration:none;

    z-index:9999;

    box-shadow:
    0 10px 25px rgba(0,0,0,.2);

    transition:.3s;

}

.whatsapp-btn:hover{

    transform:scale(1.1);

    color:white;

}

/* ==========================
PRE FOOTER CTA
========================== */

.cta-banner{

    background:#ffffff;

    position:relative;

    z-index:2;

}

.cta-box{
    background:linear-gradient(
        135deg,
        #2563eb,
        #1d4ed8
    );

    color:white;

    padding:25px 35px;

    border-radius:25px;

    margin-bottom:-70px;

    position:relative;

    z-index:10;

    box-shadow:
    0 20px 50px rgba(37,99,235,.25);
}

.cta-box h2{
    margin-bottom:5px;
}

.cta-box p{
    margin-bottom:0;
    font-size:15px;
}

.cta-box .btn{

    border-radius:8px;

    padding:15px 30px;

    font-weight:700;

}



/* ==========================
MODERN FOOTER
========================== */

.footer-section{

    background:#0b0b0b;

    color:white;

    padding:120px 0 25px;

}

.footer-section h5{

    font-weight:600;

    margin-bottom:25px;

    color:white;

}

.footer-list{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-list li{

    margin-bottom:12px;

    color:#bdbdbd;

}

.footer-list a{

    color:#bdbdbd;

    text-decoration:none;

    transition:.3s;

}

.footer-list a:hover{

    color:#0d6efd;

}

.footer-address{

    color:#d6d6d6;

    line-height:1.8;

}

.footer-section p{

    color:#bdbdbd;

}

.footer-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

}

.social-icons a{

    color:white;

    font-size:20px;

    margin-left:15px;

    transition:.3s;

}

.social-icons a:hover{

    color:#0d6efd;

}

.footer-section hr{

    border-color:rgba(255,255,255,.1);

    margin:40px 0 20px;

}

@media(max-width:768px){

    .footer-bottom{

        flex-direction:column;

        gap:15px;

        text-align:center;

    }

}


.clients-hero{
    min-height:460px;
    display:flex;
    align-items:center;
    background:
        linear-gradient(
            90deg,
            rgba(8,18,38,.9) 0%,
            rgba(8,18,38,.72) 52%,
            rgba(37,99,235,.32) 100%
        ),
        url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?q=80&w=2000&auto=format&fit=crop');
    background-size:cover;
    background-position:center;
}

.clients-hero-content{
    max-width:760px;
}

.clients-hero .section-kicker{
    color:#bfdbfe;
    background:rgba(37,99,235,.2);
    border:1px solid rgba(191,219,254,.35);
    padding:7px 12px;
    border-radius:8px;
}

.clients-hero h1{
    color:#fff;
    font-size:56px;
    line-height:1.12;
    font-weight:700;
    margin-bottom:20px;
}

.clients-hero p{
    color:rgba(255,255,255,.9);
    font-size:19px;
    max-width:700px;
}

.clients-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}


.clients-list-section{
    background:#0f172a;
}

.clients-list-section h2{
    color:#fff;
}

.clients-list-section p{
    color:rgba(255,255,255,.75);
}


.client-summary-section,
.clients-list-section,
.client-confidence-section{
    padding:80px 0;
}

.client-summary-section{
    padding:34px 0;
    background:#0f172a;
}

.client-summary-card{
    height:100%;
    padding:24px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:8px;
    background:rgba(255,255,255,.05);
}

.client-summary-card i{
    color:#93c5fd;
    font-size:30px;
    margin-bottom:16px;
}

.client-summary-card strong,
.client-summary-card span{
    display:block;
}

.client-summary-card strong{
    color:#fff;
    font-size:20px;
    margin-bottom:8px;
}

.client-summary-card span{
    color:#cbd5e1;
    line-height:1.6;
}

.client-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:18px;
}

.client-card{
    background:#18284d;
    border:1px solid rgba(255,255,255,.12);
    border-radius:12px;
    padding:15px; /* was 28px */
   
    transition:.3s;
}

.client-card:hover{
    transform:translateY(-5px);
    border-color:#60a5fa;
}

.client-card i{
    font-size:24px;
    color:#60a5fa;
    margin-bottom:12px;
    display:block;
}

.client-card h4{
    color:#fff;
    font-size:20px;
    font-weight:700;
    margin-bottom:6px;
}

.client-card p{
    font-size: 14px;
    color:rgba(255,255,255,.85);
    margin-bottom:0;
    line-height:1.8;
}


.clients-list-section{
    background:#08152d;
}

.clients-list-section h2{
    color:#fff;
}

.clients-list-section p{
    color:rgba(255,255,255,.8);
}



.client-confidence-section h2{
    font-size:38px;
    line-height:1.25;
    margin-bottom:18px;
}

.client-confidence-section p{
    color:#667085;
    font-size:17px;
}

.client-process-panel{
    display:grid;
    gap:16px;
}

.client-process-item{
    display:flex;
    gap:18px;
    align-items:flex-start;
    padding:22px;
    border:1px solid #e5eaf0;
    border-radius:8px;
    background:#fff;
    box-shadow:0 12px 28px rgba(15,23,42,.06);
}

.client-process-item span{
    width:44px;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    border-radius:8px;
    background:#2563eb;
    color:#fff;
    font-weight:800;
}

.client-process-item h4{
    color:#111827;
    font-weight:700;
    margin-bottom:6px;
}

.client-process-item p{
    margin:0;
    font-size:15px;
}
#successMessage{
    animation: fadeIn 1s ease;
}

@keyframes fadeIn{

    from{
        opacity:0;
        transform:translateY(-10px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

.policy-content{
    max-width:1200px;
    margin:0 auto;
    padding:40px 25px;
    background:#fff;
}

.policy-content h2{
    font-size:18px;
    font-weight:500;
    color:#000;
    margin-bottom:10px;
}

.policy-content h3{
    font-size:18px;
    font-weight:500;
    color:#000;
    margin-top:30px;
    margin-bottom:10px;
}

.policy-content p{
    font-size:14px;
    line-height:1.8;
    color:#000;
    margin-bottom:15px;
}

.policy-content li{
    font-size:14px;
    line-height:1.8;
    color:#000;
}
.policy-content ul{
    padding-left:25px;
}



.footer{
    background:#0f172a;
    color:#fff;
    text-align:center;
    padding:25px;
    
    margin-top:80px;

}

@media(max-width:768px){

    .privacy-policy-section .container{
        padding:30px;
    }

    .privacy-policy-section h1{
        font-size:38px;
    }

    .privacy-policy-section h2{
        font-size:28px;
    }

}




.legal-hero-bg{
background:#dff2ff;
padding:50px 20px 80px;
}

.breadcrumb-box{
max-width:1200px;
margin:0 auto 30px;
background:#fff;
padding:20px 35px;
border-radius:20px;
}

.breadcrumb-box a{
text-decoration:none;
color:#64748b;
}

.hero-card{
max-width:750px;
margin:auto;
background:#eaf6ff;
padding:80px 60px;
border-radius:30px;
text-align:center;
}

.hero-card h1{
font-size:60px;
margin-bottom:20px;
}

.hero-card p{
font-size:20px;
line-height:1.8;
color:#64748b;
}

.hero-btn{
display:inline-block;
margin-top:20px;
padding:15px 35px;
background:#2563eb;
color:#fff;
text-decoration:none;
border-radius:10px;
}

.legal-hero-bg{
    background:#cfe8f7;
    padding-top: 0px;
    padding:15px 20px 50px;
}
.breadcrumb-box{
max-width:1200px;
margin:0 auto 30px;
background:#fff;
padding:20px 35px;
border-radius:20px;
}

.breadcrumb-box a{
text-decoration:none;
color:#64748b;
}

.hero-card{
    max-width:900px;
    margin:0 auto;
    background:#d8ecfa;
    padding: 70px 80px;
    border-radius:25px;
    text-align:center;
}

.hero-card h1{
    font-family: "Segoe UI", Arial, sans-serif;
    font-size:48px;
    font-weight:700;
    color:#1e293b;
    margin-bottom:25px;
    line-height:1.2;
}

.hero-card p{
    font-family: "Segoe UI", Arial, sans-serif;
    font-size:16px;
    color:#64748b;
    line-height:1.8;
    margin-bottom:35px;
}

.hero-btn{
    display:inline-block;
    background:#2563eb;
    color:#fff;
    text-decoration:none;
    padding:16px 40px;
    border-radius:12px;
    font-size:16px;
    font-weight:600;
}

.hero-btn:hover{
    background:#1d4ed8;
    color:#fff;
}


.license-list{
    margin-top:20px;
    margin-left:15px;
}

.license-list p{
    margin-bottom:12px;
    font-size:15px;
    color:#222;
}

.license-list p::before{
    color:#2563eb;
    font-weight:bold;
    margin-right:10px;
}

.terms-checklist{
    margin-top:15px;
}

.terms-checklist p{
    margin-bottom:16px;
    line-height:1.8;
    font-size:15px;
}

.terms-sublist{
    margin-left:22px;
    margin-top:10px;
    margin-bottom:10px;
}

.terms-sublist p{
    margin-bottom:12px;
}

.terms-checklist p,
.terms-sublist p{
    position:relative;
}




.login-btn-nav{
    border-radius:10px;
    padding:10px 22px;
    font-weight:600;
}



.client-login-btn{
    text-decoration:none;
    color:#0d6efd;
    border:2px solid #0d6efd;
    padding:10px 22px;
    border-radius:50px;
    font-weight:600;
    transition:0.3s;
}

.client-login-btn:hover{
    background:#0d6efd;
    color:#fff;
}

.portal-link{
    text-decoration:none;
    color:#0d6efd;
    font-weight:600;
    font-size:1rem;
    padding:8px 12px;
    transition:0.3s;
}

.portal-link:hover{
    color:#084298;
}

/* ==========================
BRAND, NAVBAR, PORTAL
========================== */
.brand-logo{
    display:flex;
    align-items:center;
    min-height:54px;
    padding:6px 0;
}

.brand-logo img{
    width:auto;
    height:44px;
    max-width:172px;
    object-fit:contain;
}

.custom-navbar .container{
    gap:18px;
}

.custom-navbar .navbar-collapse{
    align-items:center;
}

.nav-link.active{
    color:#1d4ed8 !important;
    font-weight:700;
}

.portal-nav{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    white-space:nowrap;
}

.portal-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#1e3a8a;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    padding:9px 2px 9px 16px;
    border-left:1px solid #dbe4f0;
}

.portal-link:hover,
.portal-link.active{
    color:#2563eb;
}

.hr-portal-link{
    padding-left:2px;
    border-left:0;
    color:#1e3a8a;
}

.hr-portal-link:hover,
.hr-portal-link:focus{
    color:#2563eb;
}

.hr-portal-link:focus-visible{
    outline:3px solid rgba(37,99,235,.25);
    outline-offset:3px;
}

.erp-module-link{
    display:block;
    height:100%;
    color:inherit;
    text-decoration:none;
}

.erp-module-link:focus-visible{
    border-radius:8px;
    outline:3px solid rgba(37,99,235,.28);
    outline-offset:4px;
}

.footer-brand-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding-bottom:28px;
    margin-bottom:32px;
    border-bottom:1px solid rgba(255,255,255,.1);
}

.footer-brand img{
    width:auto;
    height:52px;
    max-width:190px;
    object-fit:contain;
    filter:brightness(0) invert(1);
}

.footer-brand-row p{
    max-width:650px;
    margin:0;
    color:#cbd5e1;
}

.portal-auth-body,
.portal-body{
    min-height:100vh;
    background:#f4f7fb;
}

.login-shell{
    min-height:100vh;
    display:grid;
    grid-template-columns:minmax(0, 1.1fr) minmax(360px, 520px);
}

.login-brand-panel{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:56px clamp(28px, 6vw, 86px);
    color:#fff;
    background:linear-gradient(135deg, rgba(8,18,38,.96), rgba(30,64,175,.9)), url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=1600&auto=format&fit=crop");
    background-size:cover;
    background-position:center;
}

.login-logo img{
    height:62px;
    width:auto;
    max-width:220px;
    object-fit:contain;
    margin-bottom:42px;
    filter:brightness(0) invert(1);
}

.login-brand-panel .section-kicker{
    color:#bfdbfe;
}

.login-brand-panel h1{
    max-width:700px;
    font-size:4rem;
    line-height:1.05;
    font-weight:800;
    margin-bottom:22px;
}

.login-brand-panel p{
    max-width:650px;
    color:rgba(255,255,255,.86);
    font-size:18px;
}

.login-insight-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:16px;
    margin-top:20px !important;
}

.login-insight-grid div{
    padding:16px !important;
    border:1px solid rgba(255,255,255,.18);
    border-radius:8px;
    background:rgba(255,255,255,.08);
}

.login-insight-grid i,
.report-card i{
    color:#60a5fa;
    font-size:28px;
}

.login-insight-grid strong,
.login-insight-grid span{
    display:block;
}

.login-insight-grid strong{
    margin-top:14px;
    color:#fff;
}

.login-insight-grid span{
    color:#dbeafe;
    font-size:14px;
    margin-top:6px;
}

.login-card{
    align-self:center;
    width:min(100% - 32px, 440px);
    margin:32px auto;
    padding:34px;
    border:1px solid #dfe7f3;
    border-radius:8px;
    background:#fff;
    box-shadow:0 24px 60px rgba(15,23,42,.12);
}

.login-card-header{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:28px;
}

.login-card-header img{
    height:44px;
    width:auto;
    max-width:148px;
    object-fit:contain;
}

.login-card-header span{
    color:#2563eb;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
}

.login-card-header h2{
    margin:2px 0 0;
    color:#111827;
    font-size:30px;
    font-weight:800;
}

.portal-login-form .form-label{
    color:#344054;
    font-weight:700;
}

.input-icon-wrap{
    position:relative;
}

.input-icon-wrap i{
    position:absolute;
    left:15px;
    top:50%;
    transform:translateY(-50%);
    color:#64748b;
}

.input-icon-wrap .form-control{
    min-height:54px;
    padding-left:46px;
    border-radius:8px;
    border:1px solid #d7dee8;
}

.input-icon-wrap .form-control:focus{
    border-color:#2563eb;
    box-shadow:0 0 0 4px rgba(37,99,235,.12);
}

.login-options{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin:14px 0 24px;
}

.login-options a,
.back-site-link{
    color:#1d4ed8;
    font-weight:700;
    text-decoration:none;
}

.back-site-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:20px;
}

.portal-note{
    margin:22px 0 0;
    color:#64748b;
    font-size:13px;
    line-height:1.6;
}

.portal-topbar{
    position:sticky;
    top:0;
    z-index:1000;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:12px clamp(18px, 4vw, 44px);
    background:#fff;
    border-bottom:1px solid #dfe7f3;
    box-shadow:0 10px 28px rgba(15,23,42,.06);
}

.portal-brand img{
    height:42px;
    width:auto;
    max-width:170px;
    object-fit:contain;
}

.portal-tabs{
    display:flex;
    gap:8px;
    padding:6px;
    border:1px solid #dfe7f3;
    border-radius:8px;
    background:#f8fbff;
}

.portal-tabs a,
.portal-exit{
    color:#344054;
    text-decoration:none;
    font-weight:700;
    padding:9px 13px;
    border-radius:7px;
}

.portal-tabs a:hover,
.portal-tabs a.active{
    color:#1d4ed8;
    background:#fff;
    box-shadow:0 8px 20px rgba(15,23,42,.07);
}

.portal-exit{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#1e3a8a;
}

.portal-main{
    width:min(1180px, calc(100% - 32px));
    margin:0 auto;
    padding:34px 0 64px;
}

.portal-hero-strip{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    margin-bottom:24px;
    padding:30px;
    border:1px solid #dfe7f3;
    border-radius:8px;
    background:#fff;
    box-shadow:0 16px 36px rgba(15,23,42,.07);
}

.portal-hero-strip h1{
    color:#111827;
    font-size:34px;
    font-weight:800;
    margin-bottom:8px;
}

.portal-hero-strip p{
    color:#667085;
    margin:0;
}

.sync-pill{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#1d4ed8;
    font-weight:800;
    white-space:nowrap;
    padding:12px 14px;
    border-radius:8px;
    background:#eef4ff;
}

.portal-grid{
    display:grid;
    gap:18px;
    margin-bottom:24px;
}

.portal-grid-4{
    grid-template-columns:repeat(4, 1fr);
}

.portal-metric-card,
.portal-panel,
.report-card{
    border:1px solid #dfe7f3;
    border-radius:8px;
    background:#fff;
    box-shadow:0 14px 32px rgba(15,23,42,.06);
}

.portal-metric-card{
    padding:22px;
}

.portal-metric-card span,
.portal-metric-card small{
    display:block;
    color:#64748b;
}

.portal-metric-card strong{
    display:block;
    color:#111827;
    font-size:28px;
    margin:8px 0;
}

.portal-panel{
    height:100%;
    padding:26px;
}

.portal-panel-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:20px;
}

.portal-panel-header h2{
    color:#111827;
    font-size:22px;
    font-weight:800;
    margin:0;
}

.portal-panel-header span{
    color:#64748b;
    font-weight:700;
    font-size:13px;
}

.quick-access-grid,
.reports-grid{
    display:grid;
    gap:16px;
}

.quick-access-grid{
    grid-template-columns:repeat(2, 1fr);
}

.quick-access-grid a{
    display:block;
    padding:20px;
    border:1px solid #e5eaf0;
    border-radius:8px;
    color:#111827;
    text-decoration:none;
    background:#f8fbff;
}

.quick-access-grid i{
    color:#2563eb;
    font-size:28px;
}

.quick-access-grid strong,
.quick-access-grid span,
.portal-detail-list span,
.portal-detail-list strong{
    display:block;
}

.quick-access-grid strong{
    margin-top:12px;
}

.quick-access-grid span,
.portal-detail-list span{
    color:#64748b;
    font-size:14px;
}

.portal-detail-list{
    display:grid;
    gap:14px;
    list-style:none;
    padding:0;
    margin:0;
}

.portal-detail-list li{
    padding-bottom:14px;
    border-bottom:1px solid #e5eaf0;
}

.reports-grid{
    grid-template-columns:repeat(3, 1fr);
}

.report-card{
    padding:26px;
}

.report-card i{
    color:#2563eb;
}

.report-card h2{
    color:#111827;
    font-size:22px;
    font-weight:800;
    margin:18px 0 10px;
}

.report-card p{
    color:#667085;
    margin-bottom:18px;
}

.report-card span{
    display:block;
    color:#1d4ed8;
    font-weight:800;
    padding-top:16px;
    border-top:1px solid #e5eaf0;
}

.portal-table{
    margin:0;
}

.portal-table th{
    color:#475569;
    font-size:13px;
    text-transform:uppercase;
}

.status-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:6px 14px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
    line-height:1.2;
    min-height:32px;
    white-space:nowrap;
}

.status-pill.open{
    color:#b42318;
    background:#fee4e2;
}

.status-pill.in-progress{
    color:#854d0e;
    background:#fff7d6;
}

.status-pill.closed{
    color:#027a48;
    background:#dcfae6;
}

.support-contact-item{
    display:flex;
    gap:14px;
    padding:16px 0;
    border-top:1px solid #e5eaf0;
}

.support-contact-item i{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    color:#2563eb;
    background:#eef4ff;
    border-radius:8px;
    font-size:22px;
}

.support-contact-item strong,
.support-contact-item span{
    display:block;
}

.support-contact-item span{
    color:#64748b;
    line-height:1.6;
}

@media(max-width:991px){
    .portal-nav{
        justify-content:flex-start;
        align-items:stretch;
        flex-wrap:wrap;
        margin-top:12px;
        padding-top:12px;
        border-top:1px solid #e5eaf0;
    }

    .portal-link{
        padding:10px 12px 10px 0;
        border-left:0;
    }

    .hr-portal-link{
        padding-left:0;
    }

    .login-shell{
        grid-template-columns:1fr;
    }

    .login-brand-panel{
        min-height:auto;
        padding-top:42px;
        padding-bottom:42px;
    }

    .login-insight-grid,
    .portal-grid-4,
    .reports-grid{
        grid-template-columns:repeat(2, 1fr);
    }

    .portal-topbar,
    .portal-hero-strip,
    .footer-brand-row{
        align-items:flex-start;
        flex-direction:column;
    }
}

@media(max-width:576px){
    .brand-logo img{
        height:38px;
        max-width:146px;
    }

    .login-card{
        padding:24px;
    }

    .login-insight-grid,
    .portal-grid-4,
    .reports-grid,
    .quick-access-grid{
        grid-template-columns:1fr;
    }

    .login-options,
    .portal-tabs{
        align-items:flex-start;
        flex-direction:column;
    }

    .portal-tabs,
    .portal-tabs a{
        width:100%;
    }

    .portal-hero-strip{
        padding:24px;
    }

    .portal-hero-strip h1{
        font-size:28px;
    }
}

@media(max-width:576px){
    .container > .row{
        margin-left:0;
        margin-right:0;
    }
}

/* ==========================
ERP PORTAL APPLICATION SHELL
========================== */
.portal-app-body{
    background:#eef3f8;
}

.erp-portal-shell{
    min-height:100vh;
    display:grid;
    grid-template-columns:280px minmax(0, 1fr);
}

.erp-sidebar{
    position:sticky;
    top:0;
    height:100vh;
    display:flex;
    flex-direction:column;
    padding:18px;
    background:#0b1220;
    border-right:1px solid rgba(255,255,255,.08);
    box-shadow:12px 0 34px rgba(15,23,42,.12);
}

.erp-sidebar-brand{
    display:flex;
    align-items:center;
    gap:12px;
    min-height:64px;
    padding:12px;
    color:#fff;
    text-decoration:none;
    border:1px solid rgba(255,255,255,.12);
    border-radius:8px;
    background:rgba(255,255,255,.04);
}

.erp-sidebar-brand img{
    width:auto;
    height:38px;
    max-width:120px;
    object-fit:contain;
    filter:brightness(0) invert(1);
}

.erp-sidebar-brand span{
    color:#fff;
    font-size:15px;
    font-weight:800;
    line-height:1.25;
}

.erp-sidebar-nav{
    display:grid;
    gap:6px;
    margin-top:20px;
}

.erp-sidebar-nav a{
    display:flex;
    align-items:center;
    gap:12px;
    min-height:44px;
    padding:10px 12px;
    color:#cbd5e1;
    text-decoration:none;
    font-weight:700;
    border-radius:8px;
    border:1px solid transparent;
}

.erp-sidebar-nav a i{
    color:#93c5fd;
    font-size:18px;
}

.erp-sidebar-nav a:hover,
.erp-sidebar-nav a.active{
    color:#fff;
    background:#16233a;
    border-color:rgba(147,197,253,.25);
}

.erp-sidebar-nav a.active i{
    color:#60a5fa;
}

.erp-sidebar-footer{
    margin-top:auto;
    padding:14px;
    border-radius:8px;
    background:#111c30;
    border:1px solid rgba(147,197,253,.18);
}

.erp-sidebar-footer span,
.erp-sidebar-footer strong{
    display:block;
}

.erp-sidebar-footer span{
    color:#94a3b8;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
}

.erp-sidebar-footer strong{
    color:#dbeafe;
    font-size:14px;
    margin-top:4px;
}

.erp-workspace{
    min-width:0;
    padding:28px clamp(18px, 3vw, 38px) 54px;
}

.erp-workspace-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:22px;
    margin-bottom:18px;
    padding:26px;
    border:1px solid #dfe7f3;
    border-radius:8px;
    background:#fff;
    box-shadow:0 16px 36px rgba(15,23,42,.07);
}

.erp-workspace-header h1{
    color:#111827;
    font-size:34px;
    font-weight:800;
    margin:0 0 8px;
}

.erp-workspace-header p{
    max-width:520px;
    color:#667085;
    margin:0;
}

.erp-header-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:12px;
    flex-wrap:wrap;
}

.erp-module-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:22px;
    padding:8px;
    border:1px solid #dfe7f3;
    border-radius:8px;
    background:#fff;
    box-shadow:0 12px 28px rgba(15,23,42,.05);
}

.erp-module-tabs a{
    display:inline-flex;
    align-items:center;
    min-height:40px;
    padding:9px 14px;
    color:#475569;
    text-decoration:none;
    font-weight:800;
    border-radius:7px;
}

.erp-module-tabs a:hover,
.erp-module-tabs a.active{
    color:#1d4ed8;
    background:#eef4ff;
}

.erp-dashboard-panel{
    min-height:100%;
}

.erp-snapshot-table{
    display:grid;
    gap:12px;
}

.erp-snapshot-table div{
    display:grid;
    grid-template-columns:minmax(140px, 1fr) minmax(110px, auto) minmax(150px, 1fr);
    gap:14px;
    align-items:center;
    padding:15px;
    border:1px solid #e5eaf0;
    border-radius:8px;
    background:#f8fbff;
}

.erp-snapshot-table span{
    color:#475569;
    font-weight:800;
}

.erp-snapshot-table strong{
    color:#111827;
    font-size:18px;
}

.erp-snapshot-table em{
    color:#64748b;
    font-style:normal;
    text-align:right;
}

.portal-app-body .portal-exit{
    background:#fff;
    border:1px solid #dfe7f3;
    box-shadow:0 8px 18px rgba(15,23,42,.06);
}

.portal-app-body .portal-exit:hover{
    color:#1d4ed8;
    background:#f8fbff;
}

@media(max-width:991px){
    .erp-portal-shell{
        grid-template-columns:1fr;
    }

    .erp-sidebar{
        position:relative;
        height:auto;
        padding:14px;
    }

    .erp-sidebar-nav{
        grid-template-columns:repeat(5, minmax(0, 1fr));
        gap:8px;
    }

    .erp-sidebar-nav a{
        justify-content:center;
        min-height:48px;
        padding:9px;
    }

    .erp-sidebar-nav a span{
        font-size:13px;
    }

    .erp-sidebar-footer{
        display:none;
    }

    .erp-workspace-header{
        flex-direction:column;
    }

    .erp-header-actions{
        justify-content:flex-start;
    }
}

@media(max-width:576px){
    .erp-workspace{
        padding:18px 14px 42px;
    }

    .erp-sidebar-brand{
        align-items:flex-start;
        flex-direction:column;
    }

    .erp-sidebar-nav{
        grid-template-columns:1fr 1fr;
    }

    .erp-sidebar-nav a{
        justify-content:flex-start;
    }

    .erp-workspace-header{
        padding:22px;
    }

    .erp-workspace-header h1{
        font-size:28px;
    }

    .erp-header-actions,
    .erp-header-actions .btn,
    .erp-header-actions .sync-pill,
    .erp-header-actions .portal-exit{
        width:100%;
    }

    .erp-snapshot-table div{
        grid-template-columns:1fr;
        gap:5px;
    }

    .erp-snapshot-table em{
        text-align:left;
    }
}


@media (max-width: 768px) {

    .slider-image{
        height: 350px;
        object-fit: cover;
    }

    .carousel-caption{
        left: 20px;
        right: 20px;
        width: auto;
        bottom: 12%;
    }

    .carousel-caption h1{
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .carousel-caption p{
        font-size: 1rem;
        line-height: 1.5;
    }

    .carousel-caption .btn{
        font-size: 15px;
        padding: 10px 18px;
    }
}


.modern-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:22px 28px;
    background:#fff;
    border-radius:18px;
    border:1px solid #e5e7eb;
    box-shadow:0 10px 25px rgba(15,23,42,.05);
}

.header-left h1{
    font-size:34px;
    line-height:1.1;
    font-weight:800;
    margin:10px 0;
    color:#111827;
}

.company-highlight{
    color:#2563eb;
}

.header-left p{
    font-size:15px;
    color:#64748b;
    max-width:650px;
}

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

.sync-pill{
    padding:10px 14px;
    font-size:14px;
    border-radius:10px;
    background:#eef4ff;
    color:#1d4ed8;
    font-weight:700;
}

.user-card{
    padding:10px 16px;
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 20px;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:14px;
}

.user-avatar{
    width:40px;
    height:40px;
    font-size:18px;
    border-radius:50%;
    background:#e0e7ff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#2563eb;
}

.user-card small{
    display:block;
    color:#22c55e;
}


.navbar-brand.brand-logo img,
.footer-brand img{
    height:44px !important;
    width:auto !important;
    max-width:172px !important;
    object-fit:contain !important;
}



.login-logo-wrap{
    text-align:center;
    margin-bottom:20px;
}

.login-logo-wrap img{
    height:90px;
    width:auto;
}

.login-title{
    text-align:center;
    font-size:2rem;
    font-weight:800;
    color:#081b4b;
    margin-bottom:10px;
}

.login-divider{
    width:70px;
    height:4px;
    background:#2563eb;
    border-radius:20px;
    margin:0 auto 35px;
}


.login-card-header{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    margin-bottom:30px;
}

.login-top-logo{
    height:90px;
    width:auto;
    margin-bottom:15px;
}

.login-title{
    font-size:2rem;
    font-weight:800;
    color:#081b4b;
    margin:0;
}

.login-divider{
    width:70px;
    height:4px;
    background:#2563eb;
    border-radius:20px;
    margin:15px auto 0;
}

.register-section{
    margin-top:25px;
    text-align:center;
}

.login-separator{
    position:relative;
    margin:25px 0;
}

.login-separator::before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    height:1px;
    background:#dbe3f1;
}

.login-separator span{
    position:relative;
    background:#fff;
    padding:0 14px;
    color:#6b7280;
}

.create-account-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    height:54px;
    border:2px solid #2563eb;
    border-radius:12px;
    text-decoration:none;
    color:#2563eb;
    font-weight:700;
    margin-top:12px;
}

.create-account-btn:hover{
    background:#2563eb;
    color:#fff;
}

.login-shell{
    min-height:100vh;
    overflow:hidden;
}

.login-card{
    padding:30px !important;
}

.login-top-logo{
    height:60px !important;
    margin-bottom:10px !important;
}

.login-title{
    font-size:1.8rem !important;
}

.login-divider{
    margin:10px auto 20px !important;
}

.mb-3{
    margin-bottom:12px !important;
}

.login-options{
    margin-top:10px;
    margin-bottom:10px;
}

.portal-note{
    display:none;
}

.register-section{
    margin-top:15px !important;
}

.login-separator{
    margin:15px 0 !important;
}


@media (max-height: 800px){

    .login-insight-grid{
        display:none;
    }

    .login-brand-panel h1{
        font-size:3rem !important;
        margin-bottom:12px;
    }

    .login-brand-panel p{
        font-size:1rem;
    }

    .login-card{
        padding:24px !important;
    }

    .login-top-logo{
        height:50px !important;
    }
}


.portal-features{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-top:25px;
}

.portal-features span{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 16px;
    border-radius:30px;
    background:rgba(255,255,255,.12);
    color:#fff;
    font-weight:600;
    backdrop-filter:blur(6px);
}

.login-card .form-label{
    font-weight:600;
    color:#111827;
}

.portal-login-form .form-label{
    color:#344054;
    font-weight:700;
    font-size:1rem;
    margin-bottom:10px;
}
