
        /* Custom Styles & Overrides */
        body {
            font-family: 'Outfit', sans-serif;
            overflow-x: hidden;
        }
        
        /* Tech Background Effect (Canvas + Glowing Grid) */
        #canvas-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            overflow: hidden;
            pointer-events: none;
        }

        /* Glowing grid overlay (blue / white tech grid) */
        #canvas-container::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(to right, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
                linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
            background-size: 60px 60px;
            opacity: 0.45;
            mix-blend-mode: screen;
            box-shadow: 0 0 40px rgba(15, 85, 220, 0.8);
            animation: gridShift 18s linear infinite;
        }

        @keyframes gridShift {
            0% {
                background-position: 0 0, 0 0;
            }
            100% {
                background-position: 80px 80px, 80px 80px;
            }
        }

        /* Gradient Text */
        .text-gradient {
            background: linear-gradient(90deg, #0f55dc 0%, #00c6ff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .text-gradient-yellow {
            background: linear-gradient(90deg, #ffd600 0%, #ff8800 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        /* Glassmorphism */
        .glass-nav {
            background: rgba(255, 255, 255, 1.85);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        }
        
        .dark .glass-nav {
            background: rgba(5, 17, 41, 0.85);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        /* Hero Slider Transitions */
        .slide {
            opacity: 0;
            transition: opacity 0.8s ease-in-out;
            position: absolute;
            inset: 0;
            z-index: 10;
        }
        .slide.active {
            opacity: 1;
            z-index: 20;
        }

        /* Service Card Hover */
        .service-card {
            transition: all 0.3s ease;
        }
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px -15px rgba(15, 85, 220, 0.2);
        }
        .service-card:hover .icon-box {
            background-color: #0f55dc;
            color: white;
            transform: rotateY(180deg);
        }
        .icon-box {
            transition: all 0.5s ease;
        }

        /* Marquee */
        .marquee-content {
            display: flex;
            gap: 4rem;
            width: max-content;
        }
        
        /* Button Glow */
        .btn-glow:hover {
            box-shadow: 0 0 20px rgba(15, 85, 220, 0.6);
        }
        .btn-glow-yellow:hover {
            box-shadow: 0 0 20px rgba(255, 214, 0, 0.6);
        }

        /* Scroll Snap for Testimonials */
        .snap-x {
            scroll-snap-type: x mandatory;
        }
        .snap-center {
            scroll-snap-align: center;
        }
        .scrollbar-hide::-webkit-scrollbar {
            display: none;
        }
        .scrollbar-hide {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        /* Grab cursor for drag */
        .cursor-grab {
            cursor: grab;
        }
        .cursor-grabbing {
            cursor: grabbing;
        }

        /* Preloader */
        #preloader {
            position: fixed;
            inset: 0;
            background: #ffffff;
            z-index: 9999;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: opacity 0.5s ease;
        }
        .loader {
            width: 48px;
            height: 48px;
            border: 5px solid #0f55dc;
            border-bottom-color: transparent;
            border-radius: 50%;
            animation: rotation 1s linear infinite;
        }
        @keyframes rotation {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        /* Mega Menu */
        .mega-parent {
            position: relative;
        }
        .mega-menu {
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            z-index: 50;
            width: 850px;
            background-color: white;
            padding: 30px;
            border-radius: 1rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s ease;
            margin-top: 10px;
            border-top: 4px solid #0f55dc;
        }
        .mega-parent:hover .mega-menu {
            opacity: 1;
            visibility: visible;
        }
        .mega-title {
            font-weight: 700;
            color: #0f55dc;
            margin-bottom: 10px;
            text-transform: uppercase;
            font-size: 0.8rem;
            letter-spacing: 0.05em;
            border-bottom: 1px solid #f3f3f3;
            padding-bottom: 5px;
        }
        .mega-link {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 10px 0;
            border-radius: 0.5rem;
            margin-top: 5px;
            transition: background-color 0.2s;
        }
        .mega-link:hover {
            background-color: #f4f7fa;
        }
        .mega-link i {
            font-size: 1.2rem;
            color: #0f55dc;
            margin-top: 2px;
            flex-shrink: 0;
        }
        .mega-link strong {
            display: block;
            color: #1f2937;
            line-height: 1.2;
            font-size: 0.9rem;
        }
        .mega-link small {
            display: block;
            color: #6b7280;
            font-size: 0.75rem;
            line-height: 1.2;
            margin-top: 2px;
        }

     /* Mobile slide-in menu */
#mobile-menu {
    font-family: 'Outfit', sans-serif;
    overflow: visible;
}



.mobile-menu-backdrop {
    touch-action: none;     /* Prevent capturing scroll */
    pointer-events: auto;   /* Still clickable to close */
}


.mobile-menu-panel {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;          /* Important for scrolling */
    width: 100%;
    max-width: 330px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 4.5rem 1.5rem 1.25rem;
    box-shadow: -16px 0 40px rgba(15, 23, 42, 0.35);
    overflow-y: auto;       /* ENABLE SCROLL */
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch; /* Fix for iPhone */
    z-index: 9999;
}


/* section label (PERFORMANCE & GROWTH etc.) */
.mobile-group-label {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-top: 1.1rem;
    margin-bottom: 0.25rem;
}

/* highlighted blue strip (like your screenshot) */
.mobile-group-label.highlight {
    background: #0f55dc;
    color: #ffffff;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
}

/* main big links: Home / About / Contact */
.mobile-main-link {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.35rem 0;
    color: #0f172a;
    text-decoration: none;
}

.mobile-main-link:hover {
    color: #0f55dc;
}

/* inner service links */
.mobile-inner-link {
    display: block;
    font-size: 0.95rem;
    padding: 0.2rem 0;
    color: #4b5563;
    text-decoration: none;
}

.mobile-inner-link:hover {
    color: #0f55dc;
}
/* Services accordion arrow animation */
#services-toggle .services-toggle-icon {
    transition: transform 0.2s ease;
}

#services-toggle.open .services-toggle-icon {
    transform: rotate(180deg);
}

/* Services accordion arrow animation */
#services-toggle .services-toggle-icon {
    transition: transform 0.2s ease;
}

#services-toggle.open .services-toggle-icon {
    transform: rotate(180deg);
}

/* Submenu slide open / close */
.submenu-collapsed {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-4px);
    transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.2s ease;
}

.submenu-expanded {
    max-height: 900px; /* big enough for all items */
    opacity: 1;
    transform: translateY(0);
}
#contact {
    position: relative;
    overflow: hidden; /* keeps waves inside footer */
}
#contact::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 220px; /* height of wave area */
    pointer-events: none;
    opacity: 0.35;
    filter: drop-shadow(0 0 20px rgba(15, 85, 220, 0.7));
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 240' preserveAspectRatio='none'><defs><linearGradient id='g' x1='0' y1='0' x2='1' y2='0'><stop offset='0%' stop-color='%230f55dc'/><stop offset='100%' stop-color='%2300c6ff'/></linearGradient></defs><path fill='none' stroke='url(%23g)' stroke-width='1.5' stroke-opacity='0.7' d='M0 180 C 160 140 320 200 480 160 C 640 120 800 200 960 170 C 1120 140 1280 190 1440 160'/><path fill='none' stroke='%230f55dc' stroke-width='1' stroke-opacity='0.35' d='M0 200 C 160 160 320 220 480 180 C 640 140 800 220 960 190 C 1120 160 1280 210 1440 180'/><path fill='none' stroke='%2300c6ff' stroke-width='0.8' stroke-opacity='0.45' d='M0 160 C 160 120 320 180 480 140 C 640 100 800 180 960 150 C 1120 120 1280 170 1440 140'/></svg>");
    
}
/* -----------------------------------------
   3D Perspective Tech Grid (floor style)
------------------------------------------ */
.tech-grid-3d {
    position: relative;
    overflow: hidden;
}

/* Main 3D grid "floor" */
.tech-grid-3d::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px; /* slight overlap outside section */
    height: 65%;
    background-image:
        linear-gradient(#0f55dc33 1px, transparent 10px),
        linear-gradient(90deg, #0f55dc33 1px, transparent 10px);
    background-size: 80px 80px;
    transform-origin: bottom center;
    transform: perspective(900px) rotateX(70deg);
    opacity: 2.9;
    mix-blend-mode: screen;
    pointer-events: none;
    animation: grid3dMove 12s linear infinite;
    filter: drop-shadow(0 0 18px rgba(15, 85, 220, 1.7));
}

/* Vertical "scan" light moving across the grid */
.tech-grid-3d::after {
    content: "";
    position: absolute;
    left: -20%;
    right: -20%;
    bottom: -40px;
    height: 65%;
    background:
        linear-gradient(
            to right,
            transparent 0%,
            rgba(0, 198, 255, 0.15) 45%,
            rgba(0, 198, 255, 0.4) 50%,
            rgba(0, 198, 255, 0.15) 55%,
            transparent 100%
        );
    transform-origin: bottom center;
    transform: perspective(900px) rotateX(70deg);
    opacity: 0.8;
    mix-blend-mode: screen;
    pointer-events: none;
    animation: grid3dScan 6s linear infinite;
}

/* Grid movement animation */
@keyframes grid3dMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 80px, 80px 0;
    }
}

/* Scan line sweeping across the grid */
@keyframes grid3dScan {
    0% {
        transform: perspective(900px) rotateX(70deg) translateX(-40%);
        opacity: 0;
    }
    20% {
        opacity: 0.7;
    }
    50% {
        transform: perspective(900px) rotateX(70deg) translateX(0%);
        opacity: 0.85;
    }
    80% {
        opacity: 0.4;
    }
    100% {
        transform: perspective(900px) rotateX(70deg) translateX(40%);
        opacity: 0;
    }


	
 
		
		