MMCT TEAM
Server IP : 2a02:4780:2b:1556:0:9c6:43c4:d  /  Your IP : 216.73.217.162
Web Server : LiteSpeed
System : Linux us-bos-web1456.main-hosting.eu 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User : u163988420 ( 163988420)
PHP Version : 8.5.4
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail, proc_open
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u163988420/public_html/AACSITE/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u163988420/public_html/AACSITE/index.php
<?php include 'includes/header.php'; ?>


<!-- ====== HERO SECTION ====== -->
<section class="hero-section">

    <!-- Background canvas (hexagons) -->
    <canvas id="hero-canvas"></canvas>

    <!-- Floating orbs -->
    <div class="orb orb-1"></div>
    <div class="orb orb-2"></div>
    <div class="orb orb-3"></div>

    <!-- Scanning lines overlay -->
    <div class="hero-scan-overlay"></div>

    <div class="container hero-container">
        <div class="row align-items-center min-vh-100">

            <!-- ===== LEFT: Text Content ===== -->
            <div class="col-lg-6">
                <div class="hero-content">

                    <!-- Eyebrow tag -->
                    <div class="hero-badge">
                        <span class="badge-dot"></span>
                        <span>NEXT-GEN IT SOLUTIONS</span>
                    </div>

                    <h1 class="hero-headline">
                        Empowering Your Business<br>
                        With <span class="glitch-text" data-text="Smart IT">Smart IT</span><br>
                        Solutions
                    </h1>

                    <p class="hero-sub">
                        We deliver innovative solutions in Website Development, Salesforce,
                        Software Development, and Digital Marketing to accelerate your growth.
                    </p>

                    <div class="hero-actions">
                        <a href="contact.php" class="btn-primary-tech">
                            <span>Get Started</span>
                            <i class="bi bi-arrow-right"></i>
                        </a>
                        <a href="services.php" class="btn-ghost-tech">
                            <span>Explore Services</span>
                        </a>
                    </div>

                    <!-- Mini stats -->
                    <div class="hero-stats">
                        <div class="hstat"><span class="hstat-num">50+</span><span class="hstat-label">Projects</span></div>
                        <div class="hstat-div"></div>
                        <div class="hstat"><span class="hstat-num">30+</span><span class="hstat-label">Clients</span></div>
                        <div class="hstat-div"></div>
                        <div class="hstat"><span class="hstat-num">5+</span><span class="hstat-label">Years</span></div>
                        <div class="hstat-div"></div>
                        <div class="hstat"><span class="hstat-num">24/7</span><span class="hstat-label">Support</span></div>
                    </div>

                </div>
            </div>

            <!-- ===== RIGHT: 3D Tech Animation ===== -->
            <div class="col-lg-6 d-none d-lg-flex justify-content-center align-items-center">
                <div class="tech-anim-wrap">

                    <!-- Rotating outer rings -->
                    <div class="ta-ring ta-ring-1"></div>
                    <div class="ta-ring ta-ring-2"></div>
                    <div class="ta-ring ta-ring-3"></div>

                    <!-- Orbiting dots on ring 1 -->
                    <div class="ta-orbit ta-orbit-1">
                        <div class="ta-orbit-dot" style="--c:#00d4ff"></div>
                    </div>
                    <div class="ta-orbit ta-orbit-2">
                        <div class="ta-orbit-dot" style="--c:#ff6a00"></div>
                    </div>
                    <div class="ta-orbit ta-orbit-3">
                        <div class="ta-orbit-dot" style="--c:#00ff88"></div>
                    </div>

                    <!-- Center core -->
                    <div class="ta-core">
                        <div class="ta-core-inner">
                            <div class="ta-core-pulse"></div>
                            <div class="ta-core-icon">
                                <i class="bi bi-cpu-fill"></i>
                            </div>
                        </div>
                    </div>

                    <!-- Floating tech service cards around the core -->
                    <div class="ta-service-card ta-sc-1">
                        <i class="bi bi-code-slash"></i>
                        <span>Web Dev</span>
                    </div>
                    <div class="ta-service-card ta-sc-2">
                        <i class="bi bi-cloud-fill"></i>
                        <span>Salesforce</span>
                    </div>
                    <div class="ta-service-card ta-sc-3">
                        <i class="bi bi-phone-fill"></i>
                        <span>App Dev</span>
                    </div>
                    <div class="ta-service-card ta-sc-4">
                        <i class="bi bi-bar-chart-fill"></i>
                        <span>Marketing</span>
                    </div>
                    <div class="ta-service-card ta-sc-5">
                        <i class="bi bi-shield-fill-check"></i>
                        <span>Security</span>
                    </div>
                    <div class="ta-service-card ta-sc-6">
                        <i class="bi bi-palette-fill"></i>
                        <span>Design</span>
                    </div>

                    <!-- Connector lines from center to cards (SVG) -->
                    <svg class="ta-connectors" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
                        <defs>
                            <linearGradient id="lineGrad1" x1="0%" y1="0%" x2="100%" y2="0%">
                                <stop offset="0%" stop-color="#00d4ff" stop-opacity="0.6" />
                                <stop offset="100%" stop-color="#00d4ff" stop-opacity="0" />
                            </linearGradient>
                            <linearGradient id="lineGrad2" x1="0%" y1="0%" x2="100%" y2="0%">
                                <stop offset="0%" stop-color="#ff6a00" stop-opacity="0.5" />
                                <stop offset="100%" stop-color="#ff6a00" stop-opacity="0" />
                            </linearGradient>
                        </defs>
                        <!-- Lines from center (250,250) to each card position -->
                        <line x1="250" y1="250" x2="250" y2="60" stroke="#00d4ff" stroke-width="1" stroke-opacity="0.25" stroke-dasharray="4 4" />
                        <line x1="250" y1="250" x2="430" y2="145" stroke="#00d4ff" stroke-width="1" stroke-opacity="0.25" stroke-dasharray="4 4" />
                        <line x1="250" y1="250" x2="430" y2="355" stroke="#ff6a00" stroke-width="1" stroke-opacity="0.25" stroke-dasharray="4 4" />
                        <line x1="250" y1="250" x2="250" y2="440" stroke="#ff6a00" stroke-width="1" stroke-opacity="0.25" stroke-dasharray="4 4" />
                        <line x1="250" y1="250" x2="70" y2="355" stroke="#00ff88" stroke-width="1" stroke-opacity="0.25" stroke-dasharray="4 4" />
                        <line x1="250" y1="250" x2="70" y2="145" stroke="#00ff88" stroke-width="1" stroke-opacity="0.25" stroke-dasharray="4 4" />
                        <!-- Animated data pulse on line 1 -->
                        <circle r="3" fill="#00d4ff" opacity="0.8">
                            <animateMotion dur="2s" repeatCount="indefinite" path="M250,250 L250,60" />
                        </circle>
                        <circle r="3" fill="#ff6a00" opacity="0.8">
                            <animateMotion dur="2.5s" repeatCount="indefinite" path="M250,250 L430,355" />
                        </circle>
                        <circle r="3" fill="#00ff88" opacity="0.8">
                            <animateMotion dur="1.8s" repeatCount="indefinite" path="M250,250 L70,145" />
                        </circle>
                        <circle r="2.5" fill="#00d4ff" opacity="0.6">
                            <animateMotion dur="3s" repeatCount="indefinite" path="M250,250 L430,145" />
                        </circle>
                        <circle r="2.5" fill="#ff6a00" opacity="0.6">
                            <animateMotion dur="2.2s" repeatCount="indefinite" path="M250,250 L250,440" />
                        </circle>
                        <circle r="2.5" fill="#00ff88" opacity="0.6">
                            <animateMotion dur="2.7s" repeatCount="indefinite" path="M250,250 L70,355" />
                        </circle>
                    </svg>

                    <!-- Floating particles canvas -->
                    <canvas id="ta-particles" class="ta-particles-canvas"></canvas>

                    <!-- Tech stack chips floating -->

                    <div class="ta-chip ta-chip-1">HTML</div>
                    <div class="ta-chip ta-chip-2">PHP</div>
                    <div class="ta-chip ta-chip-3">MySQL</div>
                    <div class="ta-chip ta-chip-4">React</div>
                    <div class="ta-chip ta-chip-5">Laravel</div>
                    <div class="ta-chip ta-chip-6">Flutter</div>

                </div>
            </div>

        </div>
    </div>

    <!-- Scroll indicator -->
    <div class="scroll-hint">
        <div class="scroll-line"></div>
        <span>Windin Solutions Pvt. Ltd.</span>
    </div>

</section>



<style>
    /* ====== HERO BASE ====== */
    .hero-section {
        position: relative;
        min-height: 100vh;
        display: flex;
        align-items: center;
        overflow: hidden;
        background: linear-gradient(135deg, #020509 0%, #041020 50%, #060d14 100%);
    }

    #hero-canvas {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
    }

    .orb {
        position: absolute;
        border-radius: 50%;
        filter: blur(80px);
        pointer-events: none;
        animation: orb-float 8s ease-in-out infinite;
    }

    .orb-1 {
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(0, 212, 255, 0.12), transparent 70%);
        top: -100px;
        right: -100px;
        animation-delay: 0s;
    }

    .orb-2 {
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(255, 106, 0, 0.1), transparent 70%);
        bottom: -150px;
        left: 10%;
        animation-delay: -3s;
    }

    .orb-3 {
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(0, 100, 255, 0.08), transparent 70%);
        top: 40%;
        left: 60%;
        animation-delay: -6s;
    }

    @keyframes orb-float {

        0%,
        100% {
            transform: translateY(0) scale(1);
        }

        50% {
            transform: translateY(-30px) scale(1.05);
        }
    }

    .hero-scan-overlay {
        position: absolute;
        inset: 0;
        background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 212, 255, 0.012) 2px, rgba(0, 212, 255, 0.012) 4px);
        pointer-events: none;
    }

    .hero-container {
        position: relative;
        z-index: 2;
        /* padding: 120px 0 80px; */
        padding: 0px 0 80px;
    }

    /* ====== LEFT CONTENT ====== */
    .hero-content {
        animation: hero-enter 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }

    @keyframes hero-enter {
        from {
            opacity: 0;
            transform: translateY(50px);
        }

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

    .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(0, 212, 255, 0.06);
        border: 1px solid rgba(0, 212, 255, 0.25);
        border-radius: 30px;
        padding: 7px 18px;
        margin-bottom: 28px;
        font-size: 11px;
        letter-spacing: 3px;
        color: #00d4ff;
        font-family: 'Orbitron', monospace;
        font-weight: 600;
    }

    .badge-dot {
        width: 6px;
        height: 6px;
        background: #00d4ff;
        border-radius: 50%;
        box-shadow: 0 0 8px #00d4ff;
        animation: pulse-dot 2s infinite;
    }

    @keyframes pulse-dot {

        0%,
        100% {
            opacity: 1;
            transform: scale(1);
        }

        50% {
            opacity: 0.5;
            transform: scale(0.8);
        }
    }

    .hero-headline {
        font-family: 'Orbitron', monospace;
        font-size: clamp(28px, 4vw, 52px);
        font-weight: 900;
        line-height: 1.15;
        color: #e8f4ff;
        margin-bottom: 22px;
        letter-spacing: -0.5px;
    }

    .glitch-text {
        color: #00d4ff;
        position: relative;
        display: inline-block;
    }

    .glitch-text::before,
    .glitch-text::after {
        content: attr(data-text);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .glitch-text::before {
        color: #ff6a00;
        animation: glitch-1 4s infinite;
        clip-path: polygon(0 30%, 100% 30%, 100% 50%, 0 50%);
    }

    .glitch-text::after {
        color: #0088ff;
        animation: glitch-2 4s infinite;
        clip-path: polygon(0 60%, 100% 60%, 100% 80%, 0 80%);
    }

    @keyframes glitch-1 {

        0%,
        95%,
        100% {
            transform: translate(0);
            opacity: 0;
        }

        96% {
            transform: translate(-3px, 1px);
            opacity: 0.8;
        }

        97% {
            transform: translate(3px, -1px);
            opacity: 0.8;
        }

        98% {
            transform: translate(0);
            opacity: 0;
        }
    }

    @keyframes glitch-2 {

        0%,
        93%,
        100% {
            transform: translate(0);
            opacity: 0;
        }

        94% {
            transform: translate(3px, 1px);
            opacity: 0.8;
        }

        95% {
            transform: translate(-3px, 0);
            opacity: 0.8;
        }

        96% {
            transform: translate(0);
            opacity: 0;
        }
    }

    .hero-sub {
        font-size: 16px;
        color: #6a9ab5;
        line-height: 1.75;
        margin-bottom: 36px;
        max-width: 520px;
    }

    .hero-actions {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .btn-primary-tech {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: linear-gradient(135deg, #00d4ff, #0099cc);
        color: #020509;
        padding: 14px 30px;
        border-radius: 8px;
        font-weight: 700;
        font-size: 14px;
        font-family: 'Orbitron', monospace;
        letter-spacing: 1px;
        text-decoration: none;
        transition: all 0.3s;
        box-shadow: 0 0 25px rgba(0, 212, 255, 0.35);
        position: relative;
        overflow: hidden;
    }

    .btn-primary-tech:hover {
        transform: translateY(-3px);
        box-shadow: 0 0 40px rgba(0, 212, 255, 0.6);
        color: #020509;
    }

    .btn-ghost-tech {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: transparent;
        color: #e8f4ff;
        padding: 13px 28px;
        border-radius: 8px;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
        border: 1px solid rgba(0, 212, 255, 0.3);
        transition: all 0.3s;
        font-family: 'Orbitron', monospace;
        letter-spacing: 0.5px;
    }

    .btn-ghost-tech:hover {
        background: rgba(0, 212, 255, 0.08);
        border-color: #00d4ff;
        color: #00d4ff;
        transform: translateY(-2px);
    }

    .hero-stats {
        display: flex;
        align-items: center;
        gap: 24px;
        flex-wrap: wrap;
    }

    .hstat {
        text-align: center;
    }

    .hstat-num {
        display: block;
        font-family: 'Orbitron', monospace;
        font-size: 22px;
        font-weight: 700;
        color: #00d4ff;
        text-shadow: 0 0 15px rgba(0, 212, 255, 0.5);
    }

    .hstat-label {
        font-size: 11px;
        letter-spacing: 2px;
        color: #4a7a9b;
        text-transform: uppercase;
    }

    .hstat-div {
        width: 1px;
        height: 36px;
        background: rgba(0, 212, 255, 0.2);
    }

    /* ====== SCROLL HINT ====== */
    .scroll-hint {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        z-index: 3;
    }

    .scroll-line {
        width: 1px;
        height: 40px;
        background: linear-gradient(to bottom, rgba(0, 212, 255, 0.6), transparent);
        animation: scroll-pulse 2s ease-in-out infinite;
    }

    @keyframes scroll-pulse {

        0%,
        100% {
            transform: scaleY(1);
            opacity: 1;
        }

        50% {
            transform: scaleY(0.5);
            opacity: 0.4;
        }
    }

    .scroll-hint span {
        font-family: 'Orbitron', monospace;
        font-size: 9px;
        letter-spacing: 3px;
        color: rgba(0, 212, 255, 0.4);
    }

    /* ====================================================
       RIGHT SIDE — 3D TECH ANIMATION
    ==================================================== */

    .tech-anim-wrap {
        position: relative;
        width: 500px;
        height: 500px;
        animation: hero-enter 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
        flex-shrink: 0;
    }

    /* ---- Rotating Rings ---- */
    .ta-ring {
        position: absolute;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }

    .ta-ring-1 {
        width: 360px;
        height: 360px;
        border: 1px solid rgba(0, 212, 255, 0.2);
        animation: ring-spin-cw 18s linear infinite;
        box-shadow: 0 0 30px rgba(0, 212, 255, 0.05) inset;
    }

    .ta-ring-2 {
        width: 280px;
        height: 280px;
        border: 1px dashed rgba(0, 212, 255, 0.15);
        animation: ring-spin-ccw 12s linear infinite;
    }

    .ta-ring-3 {
        width: 430px;
        height: 430px;
        border: 1px solid rgba(255, 106, 0, 0.1);
        animation: ring-spin-cw 30s linear infinite;
        border-style: dotted;
    }

    @keyframes ring-spin-cw {
        to {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }

    @keyframes ring-spin-ccw {
        to {
            transform: translate(-50%, -50%) rotate(-360deg);
        }
    }

    /* ---- Orbiting Dots ---- */
    .ta-orbit {
        position: absolute;
        top: 50%;
        left: 50%;
        transform-origin: 0 0;
        pointer-events: none;
    }

    .ta-orbit-1 {
        animation: orbit-cw 6s linear infinite;
    }

    .ta-orbit-2 {
        animation: orbit-cw 9s linear infinite;
        animation-delay: -3s;
    }

    .ta-orbit-3 {
        animation: orbit-ccw 7s linear infinite;
    }

    /* orbit radius = half ring diameter */
    @keyframes orbit-cw {
        0% {
            transform: rotate(0deg) translateX(180px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(180px) rotate(-360deg);
        }
    }

    @keyframes orbit-ccw {
        0% {
            transform: rotate(0deg) translateX(140px) rotate(0deg);
        }

        100% {
            transform: rotate(-360deg) translateX(140px) rotate(360deg);
        }
    }

    .ta-orbit-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--c);
        box-shadow: 0 0 12px var(--c), 0 0 24px var(--c);
        margin-left: -5px;
        margin-top: -5px;
    }

    /* ---- Center Core ---- */
    .ta-core {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
    }

    .ta-core-inner {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background: radial-gradient(circle at 40% 40%, rgba(0, 212, 255, 0.18), rgba(0, 40, 80, 0.9));
        border: 2px solid rgba(0, 212, 255, 0.45);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        box-shadow:
            0 0 30px rgba(0, 212, 255, 0.25),
            0 0 60px rgba(0, 212, 255, 0.1),
            inset 0 0 30px rgba(0, 212, 255, 0.1);
        animation: core-breathe 3s ease-in-out infinite;
    }

    @keyframes core-breathe {

        0%,
        100% {
            box-shadow: 0 0 30px rgba(0, 212, 255, 0.25), 0 0 60px rgba(0, 212, 255, 0.1), inset 0 0 30px rgba(0, 212, 255, 0.1);
            transform: scale(1);
        }

        50% {
            box-shadow: 0 0 50px rgba(0, 212, 255, 0.5), 0 0 90px rgba(0, 212, 255, 0.2), inset 0 0 40px rgba(0, 212, 255, 0.2);
            transform: scale(1.06);
        }
    }

    .ta-core-pulse {
        position: absolute;
        inset: -20px;
        border-radius: 50%;
        border: 1px solid rgba(0, 212, 255, 0.2);
        animation: core-pulse-ring 2.5s ease-out infinite;
    }

    @keyframes core-pulse-ring {
        0% {
            transform: scale(1);
            opacity: 0.8;
        }

        100% {
            transform: scale(1.6);
            opacity: 0;
        }
    }

    .ta-core-icon {
        font-size: 40px;
        color: #00d4ff;
        text-shadow: 0 0 20px rgba(0, 212, 255, 0.8);
        z-index: 2;
        animation: icon-rotate 8s linear infinite;
    }

    @keyframes icon-rotate {

        0%,
        100% {
            text-shadow: 0 0 20px rgba(0, 212, 255, 0.8);
        }

        50% {
            text-shadow: 0 0 40px rgba(0, 212, 255, 1), 0 0 60px rgba(0, 212, 255, 0.5);
        }
    }

    /* ---- SVG Connectors ---- */
    .ta-connectors {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 2;
    }

    /* ---- Service Cards around the core ---- */
    .ta-service-card {
        position: absolute;
        background: rgba(6, 18, 32, 0.85);
        border: 1px solid rgba(0, 212, 255, 0.25);
        border-radius: 10px;
        padding: 10px 14px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        font-family: 'Orbitron', monospace;
        font-size: 9px;
        letter-spacing: 1.5px;
        color: #8ab4cc;
        backdrop-filter: blur(8px);
        transition: all 0.3s;
        z-index: 6;
        cursor: default;
        min-width: 70px;
    }

    .ta-service-card i {
        font-size: 20px;
        color: #00d4ff;
        transition: 0.3s;
    }

    .ta-service-card span {
        color: #8ab4cc;
    }

    .ta-service-card:hover {
        background: rgba(0, 212, 255, 0.12);
        border-color: #00d4ff;
        color: #fff;
        transform: scale(1.12);
        box-shadow: 0 0 20px rgba(0, 212, 255, 0.3);
    }

    .ta-service-card:hover i {
        color: #fff;
        text-shadow: 0 0 10px #00d4ff;
    }

    /* Positions — hexagonal layout around center (250,250) */
    /* Top */
    .ta-sc-1 {
        top: 0;
        left: 42%;
        transform: translateX(-50%);
        animation: float-card 4s ease-in-out infinite;
    }

    /* Top-Right */
    .ta-sc-2 {
        top: 95px;
        right: -5px;
        animation: float-card 5s ease-in-out infinite;
        animation-delay: -1s;
    }

    /* Bottom-Right */
    .ta-sc-3 {
        bottom: 95px;
        right: 5px;
        animation: float-card 4.5s ease-in-out infinite;
        animation-delay: -2s;
    }

    /* Bottom */
    .ta-sc-4 {
        bottom: -10px;
        left: 42%;
        transform: translateX(-50%);
        animation: float-card 5.5s ease-in-out infinite;
        animation-delay: -0.5s;
    }

    /* Bottom-Left */
    .ta-sc-5 {
        bottom: 95px;
        left: 5px;
        animation: float-card 4.2s ease-in-out infinite;
        animation-delay: -1.5s;
    }

    /* Top-Left */
    .ta-sc-6 {
        top: 95px;
        left: 20px;
        animation: float-card 4.8s ease-in-out infinite;
        animation-delay: -3s;
    }

    @keyframes float-card {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-10px);
        }
    }

    /* Override translateX for top/bottom centred cards */
    .ta-sc-1:hover {
        transform: translateX(-50%) scale(1.12);
    }

    .ta-sc-4:hover {
        transform: translateX(-50%) scale(1.12);
    }

    /* ---- Floating Tech Chips ---- */
    .ta-chip {
        position: absolute;
        font-family: 'Orbitron', monospace;
        font-size: 9px;
        letter-spacing: 2px;
        color: #00d4ff;
        background: rgba(0, 212, 255, 0.06);
        border: 1px solid rgba(0, 212, 255, 0.2);
        padding: 4px 12px;
        border-radius: 20px;
        pointer-events: none;
        animation: chip-drift 6s ease-in-out infinite;
        opacity: 0.7;
        z-index: 3;
    }

    .ta-chip-1 {
        top: 10%;
        left: 20%;
        animation-delay: 0s;
        animation-duration: 5.5s;
    }

    .ta-chip-2 {
        top: 10%;
        right: 20%;
        animation-delay: -2s;
        animation-duration: 6.5s;
    }

    .ta-chip-3 {
        top: 45%;
        right: -5%;
        animation-delay: -1s;
        animation-duration: 5s;
    }

    .ta-chip-4 {
        top: 85%;
        right: 15%;
        animation-delay: -3s;
        animation-duration: 7s;
    }

    .ta-chip-5 {
        top: 48%;
        left: -5%;
        animation-delay: -1.5s;
        animation-duration: 6s;
    }

    .ta-chip-6 {
        top: 90%;
        left: 20%;
        animation-delay: -1.5s;
        animation-duration: 7.5s;
    }

    @keyframes chip-drift {

        0%,
        100% {
            transform: translateY(0px);
            opacity: 0.7;
        }

        33% {
            transform: translateY(-12px);
            opacity: 1;
        }

        66% {
            transform: translateY(6px);
            opacity: 0.5;
        }
    }

    /* ---- Particles canvas inside the anim wrap ---- */
    .ta-particles-canvas {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
        border-radius: 50%;
    }

    /* ====== RESPONSIVE ====== */
    @media (max-width: 768px) {
        .hero-actions {
            flex-direction: column;
            align-items: flex-start;
        }

        .hstat-div {
            display: none;
        }
    }

    @media (max-width: 1200px) {
        .tech-anim-wrap {
            width: 420px;
            height: 420px;
        }

        .ta-ring-1 {
            width: 300px;
            height: 300px;
        }

        .ta-ring-2 {
            width: 230px;
            height: 230px;
        }

        .ta-ring-3 {
            width: 360px;
            height: 360px;
        }
    }
</style>

<script>
    // ---- Background hex canvas ----
    (function() {
        const canvas = document.getElementById('hero-canvas');
        const ctx = canvas.getContext('2d');
        let W, H;

        function resize() {
            W = canvas.width = canvas.offsetWidth;
            H = canvas.height = canvas.offsetHeight;
        }

        const hexagons = [];
        for (let i = 0; i < 12; i++) {
            hexagons.push({
                x: Math.random() * 1400,
                y: Math.random() * 900,
                size: Math.random() * 60 + 20,
                rot: Math.random() * Math.PI * 2,
                speed: (Math.random() - 0.5) * 0.3,
                rotSpeed: (Math.random() - 0.5) * 0.005,
                alpha: Math.random() * 0.07 + 0.02
            });
        }

        function drawHex(x, y, size, rot, alpha) {
            ctx.save();
            ctx.translate(x, y);
            ctx.rotate(rot);
            ctx.beginPath();
            for (let i = 0; i < 6; i++) {
                const a = (Math.PI / 3) * i;
                if (i === 0) ctx.moveTo(Math.cos(a) * size, Math.sin(a) * size);
                else ctx.lineTo(Math.cos(a) * size, Math.sin(a) * size);
            }
            ctx.closePath();
            ctx.strokeStyle = `rgba(0, 212, 255, ${alpha})`;
            ctx.lineWidth = 1;
            ctx.stroke();
            ctx.restore();
        }

        function animate() {
            ctx.clearRect(0, 0, W, H);
            hexagons.forEach(h => {
                h.x += h.speed;
                h.y += h.speed * 0.5;
                h.rot += h.rotSpeed;
                if (h.x > W + 100) h.x = -100;
                if (h.y > H + 100) h.y = -100;
                drawHex(h.x, h.y, h.size, h.rot, h.alpha);
            });
            requestAnimationFrame(animate);
        }

        window.addEventListener('resize', resize);
        resize();
        animate();
    })();


    // ---- Tech animation inner particles ----
    (function() {
        const canvas = document.getElementById('ta-particles');
        if (!canvas) return;
        const ctx = canvas.getContext('2d');
        let W, H;
        const particles = [];

        function resize() {
            W = canvas.width = canvas.offsetWidth;
            H = canvas.height = canvas.offsetHeight;
        }

        for (let i = 0; i < 40; i++) {
            const angle = Math.random() * Math.PI * 2;
            const radius = Math.random() * 200 + 20;
            particles.push({
                angle,
                radius,
                speed: (Math.random() - 0.5) * 0.008,
                r: Math.random() * 1.5 + 0.5,
                alpha: Math.random() * 0.5 + 0.1,
                color: Math.random() > 0.5 ? '0,212,255' : '255,106,0'
            });
        }

        function animate() {
            ctx.clearRect(0, 0, W, H);
            const cx = W / 2,
                cy = H / 2;
            particles.forEach(p => {
                p.angle += p.speed;
                const x = cx + Math.cos(p.angle) * p.radius;
                const y = cy + Math.sin(p.angle) * p.radius;
                ctx.beginPath();
                ctx.arc(x, y, p.r, 0, Math.PI * 2);
                ctx.fillStyle = `rgba(${p.color},${p.alpha})`;
                ctx.fill();
            });
            requestAnimationFrame(animate);
        }

        window.addEventListener('resize', resize);
        resize();
        animate();
    })();
</script>



<!-- ====== SERVICES SECTION ====== -->

<?php
$services = [
    ["icon" => "bi-code-slash", "title" => "Website Development", "slug" => "web-development", "desc" => "Modern, responsive and high-performance websites tailored to your business."],
    ["icon" => "bi-cloud", "title" => "Salesforce Solutions", "slug" => "salesforce-solutions", "desc" => "Custom Salesforce solutions to streamline your business processes."],
    ["icon" => "bi-phone", "title" => "Application Development", "slug" => "application-development", "desc" => "Scalable mobile and web applications for modern business needs."],
    ["icon" => "bi-laptop", "title" => "Software Development", "slug" => "software-development", "desc" => "Robust and efficient software solutions to automate your workflow."],
    ["icon" => "bi-bar-chart", "title" => "Digital Marketing", "slug" => "digital-marketing", "desc" => "Grow your online presence with SEO, social media and marketing strategies."],
    ["icon" => "bi-palette", "title" => "Graphic Designing", "slug" => "graphic-designing", "desc" => "Creative and visually appealing designs for branding and marketing."],
    ["icon" => "bi-globe", "title" => "SEO Optimization", "slug" => "seo-optimization", "desc" => "Improve your website ranking and visibility on search engines."],
    ["icon" => "bi-cart", "title" => "E-commerce Development", "slug" => "e-commerce-development", "desc" => "Build powerful online stores with seamless user experience."],
    ["icon" => "bi-shield-check", "title" => "Website Security", "slug" => "website-security", "desc" => "Protect your website with advanced security solutions."],
    ["icon" => "bi-server", "title" => "Web Hosting", "slug" => "web-hosting", "desc" => "Fast and secure hosting solutions for your business."],
    ["icon" => "bi-diagram-3", "title" => "API Development", "slug" => "api-development-integration", "desc" => "We build and integrate secure APIs to connect your systems."],
    ["icon" => "bi-speedometer2", "title" => "Performance Optimization", "slug" => "performance-optimization", "desc" => "Improve website speed, performance, and user experience."],
];
?>

<section class="services-section py-5">
    <div class="container">

        <div class="text-center mb-5">
            <h2 class="section-title">Our <span>Services</span></h2>
            <p class="section-subtitle">
                We deliver innovative IT solutions tailored to help your business grow and succeed in the digital world.
            </p>
        </div>

        <div class="row">
            <?php foreach ($services as $i => $service): ?>
                <div class="col-lg-4 col-md-6 mb-4">
                    <div class="service-card" style="--i: <?php echo $i; ?>">
                        <div class="sc-number"><?php echo str_pad($i + 1, 2, '0', STR_PAD_LEFT); ?></div>
                        <div class="sc-icon-wrap">
                            <i class="bi <?php echo $service['icon']; ?>"></i>
                            <div class="sc-icon-ring"></div>
                        </div>
                        <h5><?php echo $service['title']; ?></h5>
                        <p><?php echo $service['desc']; ?></p>
                        <a href="service-details.php?service=<?php echo $service['slug']; ?>" class="sc-link">
                            <span>Explore</span>
                            <i class="bi bi-arrow-right"></i>
                        </a>
                        <div class="sc-border-glow"></div>
                    </div>
                </div>
            <?php endforeach; ?>
        </div>

        <div class="text-center mt-4">
            <a href="services.php" class="explore-btn-tech">
                View All Services <i class="bi bi-arrow-right ms-2"></i>
            </a>
        </div>

    </div>
</section>

<style>
    .services-section {
        background: transparent;
        position: relative;
    }

    /* Card */
    .service-card {
        background: rgba(6, 18, 32, 0.6);
        border: 1px solid rgba(0, 212, 255, 0.1);
        padding: 32px 24px;
        border-radius: 12px;
        text-align: center;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        height: 100%;
        position: relative;
        overflow: hidden;
        backdrop-filter: blur(10px);
        animation: card-in 0.6s ease calc(var(--i) * 0.05s) both;
    }

    @keyframes card-in {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

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

    /* Number */
    .sc-number {
        position: absolute;
        top: 14px;
        right: 18px;
        font-family: 'Orbitron', monospace;
        font-size: 11px;
        color: rgba(0, 212, 255, 0.2);
        letter-spacing: 1px;
    }

    /* Corner Glow (hover only) */
    .sc-border-glow {
        position: absolute;
        inset: 0;
        border-radius: 12px;
        opacity: 0;
        transition: 0.4s;
        pointer-events: none;
        box-shadow: inset 0 0 30px rgba(0, 212, 255, 0.05);
    }

    /* Hover */
    .service-card:hover {
        transform: translateY(-10px) scale(1.01);
        background: rgba(8, 25, 50, 0.85);
        border-color: rgba(0, 212, 255, 0.4);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 212, 255, 0.12);
    }

    .service-card:hover .sc-border-glow {
        opacity: 1;
    }

    .service-card:hover .sc-number {
        color: rgba(0, 212, 255, 0.5);
    }

    /* Icon */
    .sc-icon-wrap {
        position: relative;
        width: 72px;
        height: 72px;
        margin: 0 auto 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sc-icon-wrap i {
        font-size: 28px;
        color: #00d4ff;
        position: relative;
        z-index: 2;
        transition: 0.3s;
    }

    .sc-icon-ring {
        position: absolute;
        inset: 0;
        border-radius: 50%;
        background: rgba(0, 212, 255, 0.06);
        border: 1px solid rgba(0, 212, 255, 0.2);
        transition: 0.4s;
    }

    .service-card:hover .sc-icon-ring {
        background: rgba(0, 212, 255, 0.12);
        border-color: rgba(0, 212, 255, 0.5);
        box-shadow: 0 0 20px rgba(0, 212, 255, 0.2);
    }

    .service-card:hover .sc-icon-wrap i {
        transform: scale(1.15) rotate(-8deg);
        text-shadow: 0 0 15px rgba(0, 212, 255, 0.8);
    }

    /* Text */
    .service-card h5 {
        font-family: 'Orbitron', monospace;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #c8e8ff;
        margin-bottom: 10px;
    }

    .service-card p {
        font-size: 13px;
        color: #4a7a9b;
        line-height: 1.65;
    }

    /* Link */
    .sc-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin-top: 16px;
        color: #00d4ff;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'Orbitron', monospace;
        transition: 0.3s;
    }

    .sc-link:hover {
        color: #fff;
        gap: 10px;
    }

    /* Explore btn */
    .explore-btn-tech {
        display: inline-flex;
        align-items: center;
        background: transparent;
        color: #00d4ff;
        padding: 13px 32px;
        border-radius: 8px;
        font-weight: 600;
        font-size: 13px;
        text-decoration: none;
        border: 1px solid rgba(0, 212, 255, 0.35);
        transition: all 0.3s;
        font-family: 'Orbitron', monospace;
        letter-spacing: 1px;
    }

    .explore-btn-tech:hover {
        background: rgba(0, 212, 255, 0.1);
        border-color: #00d4ff;
        color: #fff;
        box-shadow: 0 0 25px rgba(0, 212, 255, 0.2);
        transform: translateY(-2px);
    }
</style>



<!-- ====== WHY CHOOSE US ====== -->

<section class="why-section">
    <div class="container">
        <div class="row align-items-center">

            <div class="col-lg-6 mb-5 mb-lg-0">
                <h2 class="section-title left">Why <span>Choose</span> Us?</h2>
                <p class="section-subtitle" style="margin-left:0">
                    We deliver reliable, scalable, and innovative IT solutions that help your business grow faster.
                </p>

                <div class="why-points py-4">
                    <?php
                    $points = [
                        ["icon" => "bi-cpu", "text" => "Experienced & Skilled Team"],
                        ["icon" => "bi-person-check", "text" => "Client-Centric Approach"],
                        ["icon" => "bi-currency-dollar", "text" => "Affordable Pricing"],
                        ["icon" => "bi-lightning-charge", "text" => "Latest Technology Solutions"],
                        ["icon" => "bi-clock-history", "text" => "On-Time Project Delivery"],
                    ];
                    foreach ($points as $p): ?>
                        <div class="why-item">
                            <div class="why-icon"><i class="bi <?php echo $p['icon']; ?>"></i></div>
                            <span><?php echo $p['text']; ?></span>
                        </div>
                    <?php endforeach; ?>
                </div>
            </div>

            <div class="col-lg-6">
                <div class="row g-3">
                    <div class="col-6">
                        <div class="why-stat-card">
                            <i class="bi bi-briefcase"></i>
                            <h3 class="counter" data-target="50">0</h3>
                            <p>Projects Completed</p>
                        </div>
                    </div>
                    <div class="col-6">
                        <div class="why-stat-card">
                            <i class="bi bi-people"></i>
                            <h3 class="counter" data-target="30">0</h3>
                            <p>Happy Clients</p>
                        </div>
                    </div>
                    <div class="col-6">
                        <div class="why-stat-card">
                            <i class="bi bi-award"></i>
                            <h3 class="counter" data-target="5">0</h3>
                            <p>Years Experience</p>
                        </div>
                    </div>
                    <div class="col-6">
                        <div class="why-stat-card">
                            <i class="bi bi-headset"></i>
                            <h3>24/7</h3>
                            <p>Support</p>
                        </div>
                    </div>
                </div>
            </div>

        </div>
    </div>
</section>

<style>
    .why-section {
        padding: 100px 0;
        position: relative;
        overflow: hidden;
    }

    .why-section::before {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(0, 212, 255, 0.04), transparent 70%);
        top: -100px;
        left: -100px;
        pointer-events: none;
    }

    /* Points */
    .why-item {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 14px;
        padding: 12px 16px;
        background: rgba(0, 212, 255, 0.03);
        border: 1px solid rgba(0, 212, 255, 0.08);
        border-radius: 8px;
        transition: all 0.3s;
    }

    .why-item:hover {
        background: rgba(0, 212, 255, 0.07);
        border-color: rgba(0, 212, 255, 0.25);
        transform: translateX(6px);
    }

    .why-icon {
        width: 38px;
        height: 38px;
        background: rgba(0, 212, 255, 0.08);
        border: 1px solid rgba(0, 212, 255, 0.2);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .why-icon i {
        color: #00d4ff;
        font-size: 16px;
    }

    .why-item span {
        color: #8ab4cc;
        font-size: 14px;
        font-weight: 500;
    }

    /* Stat Cards */
    .why-stat-card {
        background: rgba(6, 18, 32, 0.7);
        border: 1px solid rgba(0, 212, 255, 0.12);
        border-radius: 12px;
        padding: 28px 18px;
        text-align: center;
        transition: all 0.4s ease;
        position: relative;
        overflow: hidden;
        backdrop-filter: blur(10px);
    }

    .why-stat-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, transparent, #00d4ff, transparent);
        transform: scaleX(0);
        transition: 0.4s;
    }

    .why-stat-card:hover::before {
        transform: scaleX(1);
    }

    .why-stat-card:hover {
        transform: translateY(-8px) scale(1.02);
        border-color: rgba(0, 212, 255, 0.35);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 212, 255, 0.1);
    }

    .why-stat-card i {
        font-size: 26px;
        color: #00d4ff;
        display: block;
        margin-bottom: 10px;
        text-shadow: 0 0 15px rgba(0, 212, 255, 0.5);
    }

    .why-stat-card h3 {
        font-family: 'Orbitron', monospace;
        font-size: 30px;
        font-weight: 700;
        color: #00d4ff;
        text-shadow: 0 0 20px rgba(0, 212, 255, 0.4);
        margin: 0 0 4px;
    }

    .why-stat-card p {
        margin: 0;
        font-size: 12px;
        color: #4a7a9b;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
</style>

<script>
    const counters = document.querySelectorAll('.counter');
    counters.forEach(counter => {
        const target = +counter.getAttribute('data-target');
        let count = 0;
        const inc = target / 80;
        const timer = setInterval(() => {
            count += inc;
            if (count >= target) {
                counter.innerText = target + "+";
                clearInterval(timer);
            } else {
                counter.innerText = Math.ceil(count);
            }
        }, 20);
    });
</script>



<!-- ====== PROCESS SECTION ====== -->

<section class="process-section py-5">
    <div class="container text-center">

        <div class="text-center mb-5">
            <h2 class="section-title">Our Work <span>Process</span></h2>
            <p class="section-subtitle">A clear, structured approach that keeps you informed and delivers results on time.</p>
        </div>

        <div class="process-steps">
            <?php
            $steps = [
                ["num" => "01", "title" => "Analysis", "desc" => "Deep dive into requirements and user needs."],
                ["num" => "02", "title" => "Planning", "desc" => "Define goals, timeline, and roadmap."],
                ["num" => "03", "title" => "Design", "desc" => "Craft UI/UX and visual structure."],
                ["num" => "04", "title" => "Development", "desc" => "Build using modern technologies."],
                ["num" => "05", "title" => "Launch", "desc" => "Test, deploy and monitor performance."],
            ];
            foreach ($steps as $i => $step): ?>
                <div class="step-tech" style="--i: <?php echo $i; ?>">
                    <div class="step-circle">
                        <span><?php echo $step['num']; ?></span>
                        <div class="step-ring-1"></div>
                        <div class="step-ring-2"></div>
                    </div>
                    <?php if ($i < count($steps) - 1): ?>
                        <div class="step-connector">
                            <div class="connector-line"></div>
                            <div class="connector-dot"></div>
                        </div>
                    <?php endif; ?>
                    <h6><?php echo $step['title']; ?></h6>
                    <p><?php echo $step['desc']; ?></p>
                </div>
            <?php endforeach; ?>
        </div>

    </div>
</section>

<style>
    .process-section {
        position: relative;
        overflow: hidden;
    }

    .process-steps {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        margin-top: 60px;
        gap: 0;
    }

    .step-tech {
        width: 18%;
        text-align: center;
        position: relative;
        z-index: 2;
        animation: card-in 0.6s ease calc(var(--i) * 0.1s) both;
    }

    /* Circle */
    .step-circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: rgba(6, 18, 32, 0.9);
        border: 1px solid rgba(0, 212, 255, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        font-family: 'Orbitron', monospace;
        font-weight: 700;
        font-size: 18px;
        color: #00d4ff;
        position: relative;
        transition: all 0.4s ease;
        box-shadow: 0 0 20px rgba(0, 212, 255, 0.08);
    }

    .step-ring-1,
    .step-ring-2 {
        position: absolute;
        border-radius: 50%;
        border: 1px solid rgba(0, 212, 255, 0.1);
        transition: 0.4s;
        pointer-events: none;
    }

    .step-ring-1 {
        width: 100px;
        height: 100px;
    }

    .step-ring-2 {
        width: 122px;
        height: 122px;
        border-style: dashed;
    }

    .step-tech:hover .step-circle {
        background: rgba(0, 212, 255, 0.1);
        border-color: #00d4ff;
        box-shadow: 0 0 30px rgba(0, 212, 255, 0.3);
        transform: scale(1.1);
        text-shadow: 0 0 15px rgba(0, 212, 255, 0.8);
    }

    .step-tech:hover .step-ring-1 {
        border-color: rgba(0, 212, 255, 0.25);
        transform: scale(1.05);
    }

    .step-tech:hover .step-ring-2 {
        border-color: rgba(0, 212, 255, 0.15);
        transform: scale(1.03) rotate(30deg);
    }

    /* Connector */
    .step-connector {
        position: absolute;
        top: 40px;
        right: -50%;
        width: 100%;
        z-index: 1;
    }

    .connector-line {
        height: 1px;
        background: linear-gradient(90deg, rgba(0, 212, 255, 0.3), rgba(0, 212, 255, 0.1));
        position: relative;
        overflow: hidden;
    }

    .connector-line::after {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.8), transparent);
        animation: connector-scan 3s linear infinite;
    }

    @keyframes connector-scan {
        to {
            left: 200%;
        }
    }

    .connector-dot {
        width: 6px;
        height: 6px;
        background: #00d4ff;
        border-radius: 50%;
        position: absolute;
        top: -3px;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 0 8px #00d4ff;
        animation: dot-pulse 2s infinite;
    }

    @keyframes dot-pulse {

        0%,
        100% {
            opacity: 1;
        }

        50% {
            opacity: 0.3;
        }
    }

    .step-tech h6 {
        margin-top: 70px;
        font-family: 'Orbitron', monospace;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #c8e8ff;
    }

    .step-tech p {
        font-size: 12px;
        color: #4a7a9b;
        margin-top: 6px;
        line-height: 1.5;
    }

    @media (max-width: 992px) {
        .process-steps {
            flex-wrap: wrap;
            gap: 40px;
            justify-content: center;
        }

        .step-tech {
            width: 45%;
        }

        .step-connector {
            display: none;
        }

        .step-tech h6 {
            margin-top: 30px;
        }
    }

    @media (max-width: 576px) {
        .step-tech {
            width: 80%;
        }
    }
</style>


<!-- ====== PORTFOLIO ====== -->

<section class="portfolio-section py-5">
    <div class="container">

        <div class="text-center mb-5">
            <h2 class="section-title">Our <span>Portfolio</span></h2>
            <p class="section-subtitle">Explore our diverse range of projects and see how we've helped businesses achieve their goals.</p>
        </div>

        <!-- Filter -->
        <div class="portfolio-filter text-center mb-5">
            <button class="pf-btn active" data-filter="all">All</button>
            <button class="pf-btn" data-filter="web">Web</button>
            <button class="pf-btn" data-filter="app">App</button>
            <button class="pf-btn" data-filter="design">Design</button>
        </div>

        <div class="row portfolio-grid">

            <div class="col-lg-4 col-md-6 mb-4 portfolio-item web">
                <div class="portfolio-card-tech">
                    <img src="assets/images/cta-bg.png" alt="Business Website">
                    <div class="portfolio-overlay-tech">
                        <div class="po-badge">WEB</div>
                        <h5>Business Website</h5>
                        <span>Web Development</span>
                        <div class="po-links">
                            <a href="#"><i class="bi bi-eye"></i></a>
                            <a href="#"><i class="bi bi-box-arrow-up-right"></i></a>
                        </div>
                    </div>
                </div>
            </div>

            <div class="col-lg-4 col-md-6 mb-4 portfolio-item app">
                <div class="portfolio-card-tech">
                    <img src="assets/images/cta-bg.png" alt="Mobile App">
                    <div class="portfolio-overlay-tech">
                        <div class="po-badge">APP</div>
                        <h5>Mobile App</h5>
                        <span>App Development</span>
                        <div class="po-links">
                            <a href="#"><i class="bi bi-eye"></i></a>
                            <a href="#"><i class="bi bi-box-arrow-up-right"></i></a>
                        </div>
                    </div>
                </div>
            </div>

            <div class="col-lg-4 col-md-6 mb-4 portfolio-item design">
                <div class="portfolio-card-tech">
                    <img src="assets/images/cta-bg.png" alt="Brand Design">
                    <div class="portfolio-overlay-tech">
                        <div class="po-badge">DESIGN</div>
                        <h5>Brand Design</h5>
                        <span>Graphic Design</span>
                        <div class="po-links">
                            <a href="#"><i class="bi bi-eye"></i></a>
                            <a href="#"><i class="bi bi-box-arrow-up-right"></i></a>
                        </div>
                    </div>
                </div>
            </div>

        </div>

    </div>
</section>

<style>
    .portfolio-section {
        position: relative;
    }

    /* Filter */
    .pf-btn {
        border: 1px solid rgba(0, 212, 255, 0.2);
        background: transparent;
        color: #5a8a9f;
        padding: 8px 22px;
        margin: 4px;
        border-radius: 6px;
        font-size: 11px;
        font-family: 'Orbitron', monospace;
        letter-spacing: 2px;
        cursor: pointer;
        transition: all 0.3s;
    }

    .pf-btn.active,
    .pf-btn:hover {
        background: rgba(0, 212, 255, 0.1);
        border-color: #00d4ff;
        color: #00d4ff;
        box-shadow: 0 0 15px rgba(0, 212, 255, 0.15);
    }

    /* Card */
    .portfolio-card-tech {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid rgba(0, 212, 255, 0.1);
        transition: all 0.4s;
    }

    .portfolio-card-tech:hover {
        border-color: rgba(0, 212, 255, 0.4);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5), 0 0 25px rgba(0, 212, 255, 0.1);
        transform: translateY(-6px);
    }

    .portfolio-card-tech img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        transition: 0.5s;
        filter: brightness(0.7) saturate(0.8);
    }

    .portfolio-card-tech:hover img {
        transform: scale(1.08);
        filter: brightness(0.5) saturate(0.6);
    }

    /* Overlay */
    .portfolio-overlay-tech {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(2, 5, 9, 0.95) 0%, rgba(2, 5, 9, 0.3) 60%, transparent 100%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 22px;
        color: #fff;
        opacity: 0;
        transition: 0.4s;
    }

    .portfolio-card-tech:hover .portfolio-overlay-tech {
        opacity: 1;
    }

    /* Badge */
    .po-badge {
        position: absolute;
        top: 14px;
        right: 14px;
        background: rgba(0, 212, 255, 0.15);
        border: 1px solid rgba(0, 212, 255, 0.4);
        color: #00d4ff;
        font-size: 9px;
        font-family: 'Orbitron', monospace;
        letter-spacing: 2px;
        padding: 4px 10px;
        border-radius: 4px;
    }

    .portfolio-overlay-tech h5 {
        font-family: 'Orbitron', monospace;
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 4px;
        color: #e8f4ff;
    }

    .portfolio-overlay-tech span {
        font-size: 12px;
        color: #5a8a9f;
    }

    /* Links */
    .po-links {
        display: flex;
        gap: 10px;
        margin-top: 12px;
    }

    .po-links a {
        width: 36px;
        height: 36px;
        background: rgba(0, 212, 255, 0.1);
        border: 1px solid rgba(0, 212, 255, 0.3);
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #00d4ff;
        font-size: 14px;
        text-decoration: none;
        transition: 0.3s;
    }

    .po-links a:hover {
        background: rgba(0, 212, 255, 0.25);
        color: #fff;
    }
</style>

<script>
    document.querySelectorAll('.pf-btn').forEach(btn => {
        btn.addEventListener('click', function() {
            document.querySelectorAll('.pf-btn').forEach(b => b.classList.remove('active'));
            this.classList.add('active');
            const filter = this.getAttribute('data-filter');
            document.querySelectorAll('.portfolio-item').forEach(item => {
                item.style.display = (filter === 'all' || item.classList.contains(filter)) ? 'block' : 'none';
            });
        });
    });
</script>



<!-- ====== TECHNOLOGIES ====== -->

<section class="tech-section py-5">
    <div class="container">

        <div class="text-center mb-5">
            <h2 class="section-title"><span>Technologies</span> We Use</h2>
            <p class="section-subtitle">
                We work with modern technologies to build scalable and efficient solutions.
            </p>
        </div>

        <div class="tech-marquee py-3">
            <div class="tech-track">

                <?php
                $techs = ['java', 'c', 'cpp', 'csharp', 'php', 'mysql', 'js', 'html', 'css', 'bootstrap', 'mongodb', 'express', 'angular', 'react', 'node', 'flutter', 'laravel'];

                foreach (array_merge($techs, $techs) as $t): ?>
                    <div class="tech-item">
                        <div class="tech-card-dark">
                            <img src="assets/tech-logos/<?php echo $t; ?>.png" alt="<?php echo $t; ?>">
                        </div>
                    </div>
                <?php endforeach; ?>

            </div>
        </div>

    </div>
</section>
<style>
    .tech-section {
        position: relative;
        overflow: hidden;
    }

    .tech-marquee {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    /* Track */
    .tech-track {
        display: flex;
        gap: 20px;
        width: max-content;

        animation: scrollTech 25s linear infinite;

        will-change: transform;
    }

    .tech-item {
        flex: 0 0 auto;
    }

    @keyframes scrollTech {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }

    .tech-card-dark {
        background: rgba(6, 18, 32, 0.6);
        padding: 18px 26px;
        border-radius: 10px;
        border: 1px solid rgba(0, 212, 255, 0.1);
        backdrop-filter: blur(8px);
        transition: all 0.4s;
        cursor: default;
    }

    .tech-card-dark img {
        height: 46px;
        width: auto;
        object-fit: contain;
        transition: 0.4s;
    }

    .tech-card-dark:hover {
        border-color: rgba(0, 212, 255, 0.4);
        background: rgba(0, 212, 255, 0.06);
        transform: translateY(-6px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4),
            0 0 15px rgba(0, 212, 255, 0.1);
    }

    .tech-marquee::before,
    .tech-marquee::after {
        content: "";
        position: absolute;
        top: 0;
        width: 80px;
        height: 100%;
        z-index: 2;
    }

    .tech-marquee::before {
        left: 0;
        background: linear-gradient(to right, #020509, transparent);
    }

    .tech-marquee::after {
        right: 0;
        background: linear-gradient(to left, #020509, transparent);
    }
</style>



<!-- ====== TEAM ====== -->

<section class="team-section py-5">
    <div class="container">

        <div class="text-center mb-5">
            <h2 class="section-title">Our <span>Team</span></h2>
            <p class="section-subtitle">Meet our talented professionals who drive innovation and success.</p>
        </div>

        <div class="swiper teamSwiper pt-3">
            <div class="swiper-wrapper">

                <?php
                $team = [
                    ["name" => "Rahul Sharma", "role" => "Full Stack Developer", "bio" => "Expert in building scalable web applications with modern technologies.", "img" => "male"],
                    ["name" => "Anjali Verma", "role" => "UI/UX Designer", "bio" => "Creates intuitive and beautiful user experiences for digital products.", "img" => "female"],
                    ["name" => "Amit Singh", "role" => "Salesforce Developer", "bio" => "Specialist in CRM solutions and business automation systems.", "img" => "male"],
                    ["name" => "Priya Mehta", "role" => "Digital Marketer", "bio" => "Helps brands grow online with smart digital strategies.", "img" => "female"],
                    ["name" => "Khushi Sharma", "role" => "Digital Marketer", "bio" => "Helps brands grow online with smart digital strategies.", "img" => "female"],
                ];
                foreach ($team as $member): ?>
                    <div class="swiper-slide">
                        <div class="team-card-dark">
                            <div class="tc-avatar-wrap">
                                <img src="assets/team/<?php echo $member['img']; ?>.png" alt="<?php echo $member['name']; ?>">
                                <div class="tc-avatar-ring"></div>
                                <div class="tc-avatar-scan"></div>
                            </div>
                            <div class="tc-info">
                                <h5><?php echo $member['name']; ?></h5>
                                <span><?php echo $member['role']; ?></span>
                                <p><?php echo $member['bio']; ?></p>
                            </div>
                        </div>
                    </div>
                <?php endforeach; ?>

            </div>

            <div class="swiper-button-next"></div>
            <div class="swiper-button-prev"></div>
            <div class="swiper-pagination"></div>
        </div>

    </div>
</section>

<style>
    .team-section {
        position: relative;
    }

    .teamSwiper {
        padding-bottom: 60px;
    }

    /* Card */
    .team-card-dark {
        background: rgba(6, 18, 32, 0.7);
        border: 1px solid rgba(0, 212, 255, 0.1);
        border-radius: 14px;
        padding: 32px 20px;
        text-align: center;
        transition: all 0.4s;
        backdrop-filter: blur(10px);
        overflow: hidden;
        position: relative;
    }

    .team-card-dark::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.5), transparent);
        transform: scaleX(0);
        transition: 0.4s;
    }

    .team-card-dark:hover {
        transform: translateY(-10px);
        border-color: rgba(0, 212, 255, 0.35);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 25px rgba(0, 212, 255, 0.1);
    }

    .team-card-dark:hover::before {
        transform: scaleX(1);
    }

    /* Avatar */
    .tc-avatar-wrap {
        width: 110px;
        height: 110px;
        margin: 0 auto 20px;
        position: relative;
    }

    .tc-avatar-wrap img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid rgba(0, 212, 255, 0.3);
        transition: 0.3s;
    }

    .team-card-dark:hover .tc-avatar-wrap img {
        border-color: #00d4ff;
        box-shadow: 0 0 20px rgba(0, 212, 255, 0.3);
        transform: scale(1.05);
    }

    .tc-avatar-ring {
        position: absolute;
        inset: -8px;
        border-radius: 50%;
        border: 1px dashed rgba(0, 212, 255, 0.2);
        animation: ring-spin 12s linear infinite;
    }

    @keyframes ring-spin {
        to {
            transform: rotate(360deg);
        }
    }

    .tc-avatar-scan {
        position: absolute;
        inset: 0;
        border-radius: 50%;
        background: linear-gradient(to bottom, rgba(0, 212, 255, 0.08), transparent);
        opacity: 0;
        transition: 0.3s;
    }

    .team-card-dark:hover .tc-avatar-scan {
        opacity: 1;
    }

    /* Info */
    .tc-info h5 {
        font-family: 'Orbitron', monospace;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #c8e8ff;
        margin-bottom: 5px;
    }

    .tc-info span {
        font-size: 11px;
        color: #00d4ff;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: 'Orbitron', monospace;
        display: block;
        margin-bottom: 10px;
    }

    .tc-info p {
        font-size: 12px;
        color: #4a7a9b;
        line-height: 1.6;
    }

    /* Swiper nav */
    .swiper-button-next,
    .swiper-button-prev {
        color: #00d4ff !important;
        width: 40px !important;
        height: 40px !important;
        background: rgba(0, 212, 255, 0.1);
        border: 1px solid rgba(0, 212, 255, 0.2);
        border-radius: 8px;
        transition: 0.3s;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background: rgba(0, 212, 255, 0.2);
        border-color: #00d4ff;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 14px !important;
    }

    .swiper-pagination-bullet {
        background: rgba(0, 212, 255, 0.3) !important;
    }

    .swiper-pagination-bullet-active {
        background: #00d4ff !important;
    }
</style>

<script>
    new Swiper(".teamSwiper", {
        slidesPerView: 4,
        spaceBetween: 20,
        loop: true,
        autoplay: {
            delay: 2500,
            disableOnInteraction: false
        },
        speed: 800,
        navigation: {
            nextEl: ".swiper-button-next",
            prevEl: ".swiper-button-prev"
        },
        pagination: {
            el: ".swiper-pagination",
            clickable: true
        },
        breakpoints: {
            0: {
                slidesPerView: 1
            },
            576: {
                slidesPerView: 2
            },
            768: {
                slidesPerView: 3
            },
            992: {
                slidesPerView: 4
            }
        }
    });
</script>



<!-- ====== TESTIMONIALS ====== -->

<section class="testimonial-section py-5">
    <div class="container">

        <div class="text-center mb-5">
            <h2 class="section-title">What Our <span>Clients</span> Say</h2>
            <p class="section-subtitle">We value our clients and their feedback drives us to deliver excellence.</p>
        </div>

        <div class="swiper testimonialSwiper pt-3">
            <div class="swiper-wrapper">

                <?php
                $testimonials = [
                    ["text" => "Windin Solutions delivered an outstanding website for our business. Their team is highly professional and supportive.", "name" => "Rohit Sharma", "role" => "Business Owner", "img" => "male.png"],
                    ["text" => "Excellent service and timely delivery. Highly recommend for software and digital marketing solutions.", "name" => "Neha Gupta", "role" => "Entrepreneur", "img" => "female.png"],
                    ["text" => "Their Salesforce solutions helped streamline our operations efficiently. Exceptional work!", "name" => "Amit Verma", "role" => "Company Director", "img" => "male.png"],
                ];
                foreach ($testimonials as $t): ?>
                    <div class="swiper-slide">
                        <div class="testi-card-dark">
                            <div class="testi-quote"><i class="bi bi-quote"></i></div>
                            <p><?php echo $t['text']; ?></p>
                            <div class="testi-stars">
                                <i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
                            </div>
                            <div class="testi-client">
                                <img src="assets/team/<?php echo $t['img']; ?>" alt="<?php echo $t['name']; ?>">
                                <div>
                                    <h6><?php echo $t['name']; ?></h6>
                                    <span><?php echo $t['role']; ?></span>
                                </div>
                            </div>
                        </div>
                    </div>
                <?php endforeach; ?>

            </div>
            <div class="swiper-pagination"></div>
        </div>

    </div>
</section>

<style>
    .testimonial-section {
        position: relative;
        overflow: hidden;
    }

    .testimonialSwiper {
        padding-bottom: 50px;
    }

    .testi-card-dark {
        background: rgba(6, 18, 32, 0.7);
        border: 1px solid rgba(0, 212, 255, 0.12);
        border-radius: 14px;
        padding: 36px;
        text-align: center;
        max-width: 700px;
        margin: auto;
        backdrop-filter: blur(10px);
        transition: all 0.4s;
        position: relative;
        overflow: hidden;
    }

    .testi-card-dark::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.4), transparent);
        transform: scaleX(0);
        transition: 0.4s;
    }

    .testi-card-dark:hover {
        transform: translateY(-8px);
        border-color: rgba(0, 212, 255, 0.3);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 25px rgba(0, 212, 255, 0.08);
    }

    .testi-card-dark:hover::after {
        transform: scaleX(1);
    }

    .testi-quote {
        font-size: 32px;
        color: #00d4ff;
        margin-bottom: 16px;
        opacity: 0.6;
    }

    .testi-card-dark p {
        font-size: 15px;
        color: #7aa0b5;
        font-style: italic;
        line-height: 1.75;
        margin-bottom: 20px;
    }

    .testi-stars {
        color: #ffb400;
        font-size: 14px;
        margin-bottom: 22px;
        gap: 3px;
        display: flex;
        justify-content: center;
    }

    .testi-client {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }

    .testi-client img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid rgba(0, 212, 255, 0.3);
    }

    .testi-client h6 {
        margin: 0;
        font-family: 'Orbitron', monospace;
        font-size: 12px;
        font-weight: 600;
        color: #c8e8ff;
        text-align: left;
    }

    .testi-client span {
        font-size: 11px;
        color: #4a7a9b;
    }
</style>

<script>
    new Swiper(".testimonialSwiper", {
        slidesPerView: 1,
        loop: true,
        autoplay: {
            delay: 3500,
            disableOnInteraction: false
        },
        speed: 900,
        pagination: {
            el: ".swiper-pagination",
            clickable: true
        },
    });
</script>



<!-- ====== FAQ SECTION ====== -->

<section class="faq-section py-5">
    <div class="container">

        <div class="text-center mb-5">
            <h2 class="section-title">Frequently Asked <span>Questions</span></h2>
            <p class="section-subtitle">Here are some common questions our clients ask before starting a project.</p>
        </div>

        <div class="row justify-content-center">
            <div class="col-lg-8">

                <div class="accordion faq-accordion" id="faqAccordion">

                    <?php
                    $faqs = [
                        ["q" => "What services does Windin Solutions provide?", "a" => "We provide website development, software development, Salesforce solutions, digital marketing, application development, and graphic designing services."],
                        ["q" => "How long does it take to complete a project?", "a" => "Project timelines vary depending on requirements. Typically, a website takes 1–4 weeks, while larger applications may take longer."],
                        ["q" => "Do you provide support after project delivery?", "a" => "Yes, we provide ongoing support and maintenance to ensure your system runs smoothly."],
                        ["q" => "What technologies do you use?", "a" => "We use modern technologies like PHP, Laravel, React, Node.js, MySQL, and more."],
                        ["q" => "How can I get started with my project?", "a" => "Simply contact us through our website or call us. We'll discuss your requirements and guide you."],
                    ];
                    foreach ($faqs as $i => $faq): ?>
                        <div class="accordion-item faq-item">
                            <h2 class="accordion-header">
                                <button class="accordion-button faq-btn <?php echo $i > 0 ? 'collapsed' : ''; ?>"
                                    data-bs-toggle="collapse"
                                    data-bs-target="#faq<?php echo $i; ?>">
                                    <span class="faq-num"><?php echo str_pad($i + 1, 2, '0', STR_PAD_LEFT); ?></span>
                                    <?php echo $faq['q']; ?>
                                </button>
                            </h2>
                            <div id="faq<?php echo $i; ?>" class="accordion-collapse collapse <?php echo $i === 0 ? 'show' : ''; ?>" data-bs-parent="#faqAccordion">
                                <div class="accordion-body faq-body">
                                    <?php echo $faq['a']; ?>
                                </div>
                            </div>
                        </div>
                    <?php endforeach; ?>

                </div>

            </div>
        </div>

    </div>
</section>

<style>
    .faq-section {
        position: relative;
    }

    .faq-item {
        background: rgba(6, 18, 32, 0.6);
        border: 1px solid rgba(0, 212, 255, 0.1) !important;
        border-radius: 10px !important;
        margin-bottom: 12px;
        overflow: hidden;
        backdrop-filter: blur(8px);
        transition: border-color 0.3s;
    }

    .faq-item:hover {
        border-color: rgba(0, 212, 255, 0.25) !important;
    }

    .faq-btn {
        background: transparent !important;
        color: #c8e8ff !important;
        font-size: 14px;
        font-weight: 500;
        padding: 18px 20px !important;
        box-shadow: none !important;
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .faq-btn:not(.collapsed) {
        color: #00d4ff !important;
        background: rgba(0, 212, 255, 0.05) !important;
    }

    .faq-btn::after {
        filter: invert(1) sepia(1) saturate(3) hue-rotate(170deg) !important;
    }

    .faq-num {
        font-family: 'Orbitron', monospace;
        font-size: 10px;
        color: rgba(0, 212, 255, 0.5);
        flex-shrink: 0;
        letter-spacing: 1px;
    }

    .faq-btn:not(.collapsed) .faq-num {
        color: #00d4ff;
    }

    .faq-body {
        background: rgba(0, 212, 255, 0.03) !important;
        color: #5a8a9f;
        font-size: 14px;
        line-height: 1.7;
        padding: 18px 20px 18px 54px !important;
        border-top: 1px solid rgba(0, 212, 255, 0.08);
    }
</style>



<!-- ====== CTA SECTION ====== -->

<section class="cta-section-dark my-5 py-5">
    <div class="container">
        <div class="cta-box-dark text-center">

            <!-- Decorative corner marks -->
            <div class="cta-corner cta-tl"></div>
            <div class="cta-corner cta-tr"></div>
            <div class="cta-corner cta-bl"></div>
            <div class="cta-corner cta-br"></div>

            <div class="cta-badge mb-4">
                <span class="badge-dot"></span>
                <span>START YOUR PROJECT</span>
            </div>

            <h2>Have a Project in Mind?</h2>

            <p>
                Let's build something extraordinary together. Get in touch with our team
                and start your digital transformation journey today.
            </p>

            <div class="cta-buttons-dark">
                <a href="contact.php" class="btn-primary-tech">
                    <span>Get Free Consultation</span>
                    <i class="bi bi-arrow-right"></i>
                </a>
                <a href="tel:9999999999" class="btn-ghost-tech">
                    <i class="bi bi-telephone me-2"></i>
                    <span>Call Now</span>
                </a>
            </div>

        </div>
    </div>
</section>


<?php include 'includes/footer.php'; ?>

MMCT - 2023