 :root {
   --brand: #1a56db;
   --brand-dark: #0b3fa8;
   --brand-2: #7c3aed;
   --accent: #f97316;
   --success: #16a34a;
   --ink: #0f172a;
   --muted: #64748b;
   --soft: #f1f5f9;
 }

 * {
   font-family: 'Inter', system-ui, sans-serif
 }

 body {
   color: var(--ink)
 }

 .navbar-brand {
   font-weight: 800;
   font-size: 1.6rem;
   color: var(--brand) !important;
   letter-spacing: -.5px
 }

 .navbar-brand span {
   color: var(--accent)
 }

 .top-bar {
   background: var(--ink);
   color: #cbd5e1;
   font-size: .85rem;
   padding: .5rem 0
 }

 .top-bar a {
   color: #ffffff;
   text-decoration: none;
   margin-right: 1rem;
   font-size: 14px;
 }

 .top-bar a:hover {
   color: #fff
 }

 .navbar {
   box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
   padding: .9rem 0;
   background: #fff
 }

 .nav-link {
  font-size: 15px;
   font-weight: 500;
   color: var(--ink) !important;
   padding: .5rem 1rem !important
 }

 .nav-link:hover {
   color: var(--brand) !important
 }

 .btn-brand {
   background: var(--brand);
   color: #fff;
   border: none;
   font-weight: 600
 }

 .btn-brand:hover {
   background: var(--brand-dark);
   color: #fff
 }

 .btn-accent {
   background: var(--accent);
   color: #fff;
   border: none;
   font-weight: 600
 }

 .btn-accent:hover {
   background: #ea580c;
   color: #fff
 }

 .btn-success-soft {
   background: var(--success);
   color: #fff;
   border: none;
   font-weight: 600
 }

 .btn-success-soft:hover {
   background: #15803d;
   color: #fff
 }

 /* Mega menu */
 .dropdown-mega {
   position: static
 }

 .dropdown-mega .dropdown-menu {
   width: 100%;
   left: 0;
   right: 0;
   border: none;
   border-radius: 0 0 1rem 1rem;
   box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
   padding: 1.5rem;
   margin-top: 0
 }

 .mega-item {
   display: flex;
   align-items: flex-start;
   gap: .75rem;
   padding: .75rem;
   border-radius: .6rem;
   text-decoration: none;
   color: var(--ink);
   transition: .2s
 }

 .mega-item:hover {
   background: var(--soft);
   color: var(--brand)
 }

 .mega-icon {
   width: 40px;
   height: 40px;
   border-radius: .5rem;
   background: linear-gradient(135deg, var(--brand), var(--brand-2));
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.1rem;
   flex-shrink: 0
 }

 .mega-item h6 {
   margin: 0;
   font-weight: 600;
   font-size: .95rem
 }

 .mega-item small {
   color: var(--muted)
 }


 /* Scroll To Top Button */
#scrollTopBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #0b3d91; /* Your primary color */
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0,0,0,.25);
    transition: all .3s ease;
}

#scrollTopBtn:hover {
    background: #082d6d;
    transform: translateY(-5px);
}

#scrollTopBtn.show {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn .3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


 /* Hero */
 .hero {
   background: linear-gradient(135deg, #0b3fa8 0%, #1a56db 50%, #2563eb 100%);
   color: #fff;
   padding: 6rem 0 5rem;
   position: relative;
   overflow: hidden
 }

 .hero::before {
   content: "";
   position: absolute;
   inset: 0;
   background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .1), transparent 40%), radial-gradient(circle at 80% 80%, rgba(124, 58, 237, .3), transparent 40%)
 }

 .hero .container {
   position: relative
 }

 .hero .badge-pill {
   background: rgba(255, 255, 255, .15);
   border: 1px solid rgba(255, 255, 255, .25);
   padding: .5rem 1.2rem;
   border-radius: 99px;
   font-weight: 500;
   display: inline-flex;
   align-items: center;
   gap: .5rem
 }

 .hero h1 {
   font-size: 3.5rem;
   font-weight: 800;
   line-height: 1.1;
   margin: 1.5rem 0
 }

 .hero h1 .gradient {
   background: linear-gradient(90deg, #93c5fd, #c4b5fd, #f9a8d4);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent
 }

 .hero p.lead {
   color: #dbeafe;
   font-size: 1.15rem;
   max-width: 720px;
   margin: 0 auto 2rem
 }

 .hero-stats {
   display: flex;
   gap: 3rem;
   justify-content: center;
   margin-top: 3rem;
   flex-wrap: wrap
 }

 .hero-stat strong {
   display: block;
   font-size: 2rem;
   font-weight: 800
 }

 .hero-stat span {
   color: #bfdbfe;
   font-size: .85rem;
   text-transform: uppercase;
   letter-spacing: 1px
 }

 /* Section */
 section {
   padding: 5rem 0
 }

 .section-head {
   text-align: center;
   margin-bottom: 3rem
 }

 .section-head .eyebrow {
   color: var(--brand);
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 1.5px;
   font-size: .85rem
 }

 .section-head h2 {
   font-size: 2.5rem;
   font-weight: 800;
   margin: .5rem 0
 }

 .section-head p {
   color: var(--muted);
   max-width: 700px;
   margin: 0 auto
 }

 /* Feature cards */
 .feature-card {
   background: #fff;
   border: 1px solid #e2e8f0;
   border-radius: 1rem;
   padding: 1.25rem;
   text-align: center;
   transition: .3s;
   height: 100%
 }

 .feature-card:hover {
   transform: translateY(-4px);
   box-shadow: 0 12px 30px rgba(26, 86, 219, .12);
   border-color: var(--brand)
 }

 .feature-card .icon {
   width: 56px;
   height: 56px;
   border-radius: .8rem;
   background: linear-gradient(135deg, #dbeafe, #e0e7ff);
   color: var(--brand);
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.5rem;
   margin: 0 auto 1rem
 }

 .feature-card h6 {
   font-weight: 700;
   margin-bottom: .25rem
 }

 .feature-card small {
   color: var(--muted)
 }

 /* Services */
 .service-card {
   background: #fff;
   border-radius: 1rem;
   padding: 2rem;
   box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
   height: 100%;
   transition: .3s;
   border-top: 4px solid var(--brand)
 }

 .service-card:hover {
   transform: translateY(-6px);
   box-shadow: 0 20px 40px rgba(0, 0, 0, .1)
 }

 .service-card .s-icon {
   width: 64px;
   height: 64px;
   border-radius: 1rem;
   background: linear-gradient(135deg, var(--brand), var(--brand-2));
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.8rem;
   margin-bottom: 1.25rem
 }

 .service-card ul {
   list-style: none;
   padding: 0;
   margin: 1rem 0
 }

 .service-card ul li {
   padding: .4rem 0;
   color: var(--muted);
   display: flex;
   gap: .5rem
 }

 .service-card ul li::before {
   content: "\2713";
   color: var(--success);
   font-weight: 700
 }

 /* Stats strip */
 .stats-strip {
   background: linear-gradient(135deg, #f8fafc, #e0e7ff);
   border-radius: 1.5rem;
   padding: 3rem
 }

 .stat-num {
   font-size: 2.5rem;
   font-weight: 800;
   color: var(--brand)
 }

 /* Clients */
 .client-logo {
   background: #fff;
   border: 1px solid #e2e8f0;
   border-radius: .75rem;
   padding: 1.25rem;
   text-align: center;
   font-weight: 600;
   color: var(--muted);
   height: 90px;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: .2s
 }

 .client-logo:hover {
   border-color: var(--brand);
   color: var(--brand)
 }

 /* CTA */
 .cta {
   background: linear-gradient(135deg, var(--brand), var(--brand-2));
   color: #fff;
   border-radius: 1.5rem;
   padding: 4rem 2rem;
   text-align: center
 }

 .cta h2 {
   font-weight: 800;
   font-size: 2.25rem
 }

 /* Footer */
 footer {
   background: #0f172a;
   color: #cbd5e1;
   padding: 4rem 0 2rem
 }

 footer h6 {
   color: #fff;
   font-weight: 700;
   margin-bottom: 1.2rem;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-size: .85rem
 }

 footer a {
   color: #cbd5e1;
   text-decoration: none;
   display: block;
   padding: .3rem 0;
   font-size: 13px;
 }

 footer a:hover {
   color: #fff
 }

 .footer-bottom {
   border-top: 1px solid #1e293b;
   margin-top: 3rem;
   padding-top: 1.5rem;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 1rem
 }

 .social a {
   display: inline-flex;
   width: 36px;
   height: 36px;
   background: #1e293b;
   border-radius: 50%;
   align-items: center;
   justify-content: center;
   margin-right: .5rem
 }

 .social a:hover {
   background: var(--brand);
   color: #fff
 }

 .erp-card {
   border: 1px solid #e9ecef;
   border-radius: 14px;
   padding: 25px;
   text-align: center;
   transition: 0.3s ease;
   background: #fff;
   height: 100%;
 }

 .erp-card:hover {
   transform: translateY(-6px);
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
 }

 .erp-icon {
   width: 60px;
   height: 60px;
   border-radius: 12px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 15px;
   font-size: 26px;
   color: #fff;
 }

 /* COLORS like Proctur */
 .bg-blue {
   background: #2F6BFF;
 }

 .bg-orange {
   background: #FF8A00;
 }

 .bg-purple {
   background: #7C4DFF;
 }

 .bg-green {
   background: #00B894;
 }

 .bg-red {
   background: #FF3B30;
 }

 .bg-cyan {
   background: #00A8E8;
 }

 .module-card {
   transition: all .3s ease;
   border-radius: 18px;
 }

 .module-card:hover {
   transform: translateY(-8px);
   box-shadow: 0 20px 40px rgba(0, 0, 0, .12) !important;
 }


 section img {
   transition: 0.3s ease;
 }

 section img:hover {
   transform: scale(1.02);
 }

 .badge {
   font-size: 12px;
   letter-spacing: 0.5px;
 }



/* statr hero about section */
 .am-hero-about-section {
   background: linear-gradient(135deg, #0f4cfd, #1534b3, #081f7a);
   color: #fff;
   padding: 2px 0;
   overflow: hidden;
   position: relative;
 }

 /* decorative blob */
 .am-hero-about-section::before {
   content: '';
   position: absolute;
   width: 600px;
   height: 600px;
   background: rgba(255, 255, 255, .05);
   border-radius: 50%;
   top: -250px;
   right: -150px;
 }

 /* badge */
 .am-hero-about-badge {
   display: inline-block;
   padding: 10px 18px;
   border-radius: 50px;
   border: 1px solid rgba(255, 255, 255, .25);
   background: rgba(255, 255, 255, .08);
   font-size: 14px;
   font-weight: 600;
 }

 /* title */
 .am-hero-about-title {
   font-size: 35px;
   font-weight: 800;
   line-height: 1.15;
 }

 .am-hero-about-title span {
   color: #ffcb3d;
 }

 /* description */
 .am-hero-about-desc {
   font-size: 18px;
   opacity: .9;
   max-width: 550px;
 }

 /* feature list */
 .am-hero-about-features {
   display: flex;
   gap: 25px;
   flex-wrap: wrap;
   font-weight: 600;
 }

 /* right stats container */
 .am-hero-about-stats {
   position: relative;
   height: 450px;
 }

 /* stat cards */
 .am-hero-about-stat-card {
   position: absolute;
   background: #fff;
   color: #111;
   border-radius: 20px;
   padding: 20px 25px;
   display: flex;
   gap: 15px;
   align-items: center;
   box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
 }

 .am-hero-about-stat-card h4 {
   margin: 0;
   font-weight: 800;
 }

 /* icon */
 .am-hero-about-icon {
   width: 55px;
   height: 55px;
   background: #edf3ff;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 14px;
   font-size: 24px;
 }

 /* positioning */
 .am-hero-about-card-1 {
   top: 40px;
   left: 20px;
 }

 .am-hero-about-card-2 {
   top: 180px;
   right: 10px;
 }

 .am-hero-about-card-3 {
   bottom: 50px;
   left: 120px;
 }

 /* center circle */
 .am-hero-about-center-circle {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 140px;
   height: 140px;
   border-radius: 50%;
   background: rgba(255, 255, 255, .1);
   backdrop-filter: blur(10px);
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 60px;
   border: 2px solid rgba(255, 255, 255, .15);
 }
 /* end hero about section */


 /* start gallery section */
 .gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    cursor:pointer;
    transition:.4s ease;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.gallery-card img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.5s ease;
}

.gallery-card:hover img{
    transform:scale(1.08);
}

.gallery-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(11,18,32,.15),
        rgba(11,18,32,.65)
    );
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.4s;
}

.gallery-overlay i{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#fff;
    color:#0d6efd;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.gallery-card:hover .gallery-overlay{
    opacity:1;
}

/* Small Modal */
#galleryModal .modal-dialog{
    max-width:650px;
}

#galleryModal .modal-content{
    background:transparent;
    border:none;
}

#galleryModal img{
    width:100%;
    max-height:60vh;
    object-fit:contain;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.3);
}

#galleryModal .btn-close{
    background-color:#fff;
    border-radius:50%;
    padding:10px;
    opacity:1;
    position:absolute;
    top:10px;
    right:10px;
    z-index:1000;
}
/* end gallery section */


/* start privacy policy */
 .privacy-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#eaf2ff;
    color:#0d6efd;
    padding:10px 20px;
    border-radius:50px;
    font-weight:600;
}

.privacy-heading{
    font-size:48px;
    font-weight:800;
    color:#212529;
}

.privacy-description{
    max-width:750px;
    margin:auto;
    color:#6c757d;
    font-size:17px;
}

.privacy-sidebar{
    background:#fff;
    border-radius:20px;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    position:sticky;
    top:100px;
}

.privacy-sidebar h5{
    font-weight:700;
    margin-bottom:15px;
}

.privacy-sidebar a{
    display:block;
    text-decoration:none;
    color:#495057;
    padding:10px 0;
    transition:.3s;
}

.privacy-sidebar a:hover{
    color:#0d6efd;
    padding-left:5px;
}

.privacy-card{
    background:#fff;
    border-radius:25px;
    padding:40px;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.policy-block{
    display:flex;
    gap:25px;
    margin-bottom:45px;
}

.policy-icon{
    width:70px;
    height:70px;
    min-width:70px;
    border-radius:18px;
    background:linear-gradient(135deg,#0d6efd,#6f42c1);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.policy-block h3{
    font-weight:700;
    margin-bottom:15px;
}

.policy-block ul{
    padding-left:20px;
}

.policy-block li{
    margin-bottom:8px;
}

.policy-contact{
    margin-top:20px;
    padding:40px;
    border-radius:25px;
    background:linear-gradient(135deg,#0d6efd,#6f42c1);
    color:#fff;
}

.policy-contact h3{
    font-weight:700;
}

.contact-box{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.15);
    border-radius:18px;
    padding:25px;
    text-align:center;
    backdrop-filter:blur(10px);
    height:100%;
    transition:.3s;
}

.contact-box:hover{
    transform:translateY(-5px);
}

.contact-box i{
    font-size:32px;
    margin-bottom:12px;
    display:block;
}

.contact-box h6{
    color:#fff;
    font-weight:600;
}

.contact-box p{
    margin-bottom:0;
    word-break:break-word;
}

/* Tablet */
@media (max-width:991px){

    .privacy-sidebar{
        position:static;
    }

    .privacy-heading{
        font-size:38px;
    }
}

/* Mobile */
@media (max-width:767px){

    .privacy-card{
        padding:25px;
    }

    .privacy-heading{
        font-size:30px;
    }

    .policy-block{
        flex-direction:column;
        gap:15px;
        margin-bottom:35px;
    }

    .policy-icon{
        width:60px;
        height:60px;
        min-width:60px;
        font-size:24px;
    }

    .policy-contact{
        padding:25px;
        text-align:center;
    }
}
/* end privacy policy */



/* start service-card */

/* Section base animation */
.service-section {
    padding: 80px 0;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 0.8s ease forwards;
}

/* delay variation */
.service-section:nth-child(even) {
    animation-delay: 0.2s;
}

.service-section:nth-child(odd) {
    animation-delay: 0.1s;
}

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

/* Section heading */
.service-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-text {
    font-size: 16px;
    color: #6c757d;
    max-width: 800px;
}

/* Card style */
.service-card {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    height: 100%;
    border: 1px solid transparent;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    border-color: #0d6efd;
}

.service-card i {
    font-size: 30px;
    color: #0d6efd;
    margin-bottom: 15px;
}

/* Background alternate */
.bg-soft {
    background: #f8f9fa;
}
/* end service-card */


/* start erp_service-box */

 section[id] {
        scroll-margin-top: 100px;
    }

    /* Section title */
    .section-title {
        font-weight: 700;
        font-size: 28px;
        margin-bottom: 25px;
        color: #222;
    }

    /* Service card */
    .service-box {
        background: #fff;
        border-radius: 15px;
        padding: 25px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        height: 100%;
        transition: 0.3s;
    }

    .service-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    }

    /* Icon box */
    .service-icon {
        width: 55px;
        height: 55px;
        border-radius: 12px;
        background: linear-gradient(135deg, #0d6efd, #6f42c1);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        margin-bottom: 15px;
    }

    /* Text */
    .service-box h5 {
        font-weight: 600;
        margin-bottom: 10px;
    }

    .service-box p {
        margin: 0;
        color: #666;
        font-size: 14px;
    }

/* end erp_service-box */