{"id":42,"date":"2026-03-25T06:34:16","date_gmt":"2026-03-25T06:34:16","guid":{"rendered":"https:\/\/viewanonymous.com\/?page_id=42"},"modified":"2026-03-31T11:49:31","modified_gmt":"2026-03-31T11:49:31","slug":"software-development","status":"publish","type":"page","link":"https:\/\/viewanonymous.com\/software-development\/","title":{"rendered":"Software Development"},"content":{"rendered":"\n[et_pb_section fb_built=&#8221;1&#8243; fullwidth=&#8221;on&#8221; theme_builder_area=&#8221;post_content&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221;][et_pb_fullwidth_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; theme_builder_area=&#8221;post_content&#8221; hover_enabled=&#8221;0&#8243; sticky_enabled=&#8221;0&#8243;]    <style>\r\n        :root {\r\n            --va-soft-primary: #6366F1;\r\n            --va-soft-primary-dark: #4F46E5;\r\n            --va-soft-primary-light: #818CF8;\r\n            --va-soft-secondary: #EC4899;\r\n            --va-soft-accent: #10B981;\r\n            --va-soft-dark: #0F172A;\r\n            --va-soft-dark-lighter: #1E293B;\r\n            --va-soft-gray: #64748B;\r\n            --va-soft-light-gray: #F1F5F9;\r\n            --va-soft-white: #FFFFFF;\r\n            --va-soft-gradient-1: linear-gradient(135deg,#6366f1 0%,#8c60ff 100%);\r\n            --va-soft-gradient-2: linear-gradient(135deg,#6366f1 0%,#8c60ff 100%);\r\n            --va-soft-gradient-hero: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #334155 100%);\r\n            --va-soft-gradient-text: linear-gradient(135deg,#6366f1 0%,#8c60ff 100%);\r\n            --va-soft-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\r\n            --va-soft-shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);\r\n            --va-soft-shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);\r\n            --va-soft-shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\r\n            overflow-x: hidden;\r\n            background-color: var(--va-soft-white);\r\n            color: var(--va-soft-dark);\r\n            line-height: 1.6;\r\n        }\r\n\r\n        h1, h2, h3, h4, h5, h6 {\r\n            font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;\r\n            font-weight: 700;\r\n            color: var(--va-soft-dark);\r\n            line-height: 1.2;\r\n        }\r\n\r\n        \/* Hero Section *\/\r\n        .va-soft-hero {\r\n            min-height: 100vh;\r\n            background: var(--va-soft-gradient-hero);\r\n            position: relative;\r\n            overflow: hidden;\r\n            display: flex;\r\n            align-items: center;\r\n        }\r\n\r\n        .va-soft-hero::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            background: \r\n                radial-gradient(circle at 20% 50%, rgba(99, 102, 241, 0.15) 0%, transparent 50%),\r\n                radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.1) 0%, transparent 50%),\r\n                radial-gradient(circle at 40% 20%, rgba(16, 185, 129, 0.1) 0%, transparent 50%);\r\n            z-index: 1;\r\n        }\r\n\r\n        .va-soft-hero-content {\r\n            position: relative;\r\n            z-index: 10;\r\n        }\r\n\r\n        .va-soft-hero-breadcrumb {\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 8px;\r\n            margin-bottom: 32px;\r\n            font-size: 16px;\r\n            color: rgba(255, 255, 255, 0.7);\r\n        }\r\n\r\n        .va-soft-hero-breadcrumb a {\r\n            color: rgba(255, 255, 255, 0.7);\r\n            text-decoration: none;\r\n            transition: color 0.3s ease;\r\n        }\r\n\r\n        .va-soft-hero-breadcrumb a:hover {\r\n            color: var(--va-soft-white);\r\n        }\r\n\r\n        .va-soft-hero-breadcrumb i {\r\n            color: var(--va-soft-primary);\r\n        }\r\n\r\n        .va-soft-hero-title {\r\n            font-size: 72px;\r\n            font-weight: 800;\r\n            color: var(--va-soft-white);\r\n            margin-bottom: 24px;\r\n            line-height: 1.1;\r\n            letter-spacing: -0.02em;\r\n        }\r\n\r\n        .va-soft-hero-title .va-soft-gradient-text {\r\n            background: var(--va-soft-gradient-text);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        .va-soft-hero-subtitle {\r\n            font-size: 20px;\r\n            color: rgba(255, 255, 255, 0.8);\r\n            margin-bottom: 40px;\r\n            max-width: 700px;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n        }\r\n\r\n        .va-soft-hero-buttons {\r\n            display: flex;\r\n            gap: 16px;\r\n            justify-content: center;\r\n            flex-wrap: wrap;\r\n        }\r\n\r\n        .va-soft-btn {\r\n            padding: 16px 32px;\r\n            border-radius: 12px;\r\n            font-weight: 600;\r\n            font-size: 16px;\r\n            text-decoration: none;\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            transition: all 0.3s ease;\r\n            border: none;\r\n            cursor: pointer;\r\n        }\r\n\r\n        .va-soft-btn-primary {\r\n            background: var(--va-soft-white)!important;\r\n            color: var(--va-soft-primary);\r\n        }\r\n\r\n        .va-soft-btn-primary:hover {\r\n            transform: translateY(-2px);\r\n            box-shadow: var(--va-soft-shadow-lg);\r\n            color: var(--va-soft-primary);\r\n        }\r\n\r\n        .va-soft-btn-secondary {\r\n            background: rgba(255, 255, 255, 0.1);\r\n            backdrop-filter: blur(10px);\r\n            color: var(--va-soft-white)!important;\r\n            border: 1px solid rgba(255, 255, 255, 0.2);\r\n        }\r\n\r\n        .va-soft-btn-secondary:hover {\r\n            background: rgba(255, 255, 255, 0.15);\r\n            transform: translateY(-2px);\r\n            color: var(--va-soft-white)!important;\r\n        }\r\n\r\n        \/* Section Styles *\/\r\n        .va-soft-section {\r\n            padding: 120px 0;\r\n        }\r\n\r\n        .va-soft-section-light {\r\n            background-color: var(--va-soft-white);\r\n        }\r\n\r\n        .va-soft-section-gray {\r\n            background-color: var(--va-soft-light-gray);\r\n        }\r\n\r\n        .va-soft-section-badge {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            background: rgba(99, 102, 241, 0.1);\r\n            border-radius: 100px;\r\n            padding: 8px 16px;\r\n            color: var(--va-soft-primary);\r\n            font-size: 14px;\r\n            font-weight: 600;\r\n            margin-bottom: 24px;\r\n        }\r\n\r\n        .va-soft-section-title {\r\n            font-size: 48px;\r\n            font-weight: 700;\r\n            color: var(--va-soft-dark);\r\n            margin-bottom: 24px;\r\n        }\r\n\r\n        .va-soft-section-text {\r\n            font-size: 18px;\r\n            color: var(--va-soft-gray);\r\n            margin-bottom: 24px;\r\n            line-height: 1.7;\r\n        }\r\n\r\n        \/* Services Section *\/\r\n        .va-soft-services-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 30px;\r\n            margin-top: 60px;\r\n        }\r\n\r\n        .va-soft-service-card {\r\n            background: var(--va-soft-white);\r\n            border-radius: 20px;\r\n            padding: 40px;\r\n            box-shadow: var(--va-soft-shadow-lg);\r\n            transition: all 0.3s ease;\r\n            border: 1px solid rgba(99, 102, 241, 0.1);\r\n            height: 100%;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .va-soft-service-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            height: 4px;\r\n            background: var(--va-soft-gradient-2);\r\n            transform: scaleX(0);\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .va-soft-service-card:hover::before {\r\n            transform: scaleX(1);\r\n        }\r\n\r\n        .va-soft-service-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: var(--va-soft-shadow-xl);\r\n            border-color: var(--va-soft-primary);\r\n        }\r\n\r\n        .va-soft-service-icon {\r\n            width: 80px;\r\n            height: 80px;\r\n            background: var(--va-soft-gradient-2);\r\n            border-radius: 16px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin-bottom: 24px;\r\n        }\r\n\r\n        .va-soft-service-icon i {\r\n            font-size: 36px;\r\n            color: var(--va-soft-white);\r\n        }\r\n\r\n        .va-soft-service-title {\r\n            font-size: 24px;\r\n            font-weight: 700;\r\n            color: var(--va-soft-dark);\r\n            margin-bottom: 16px;\r\n        }\r\n\r\n        .va-soft-service-description {\r\n            font-size: 16px;\r\n            color: var(--va-soft-gray);\r\n            line-height: 1.6;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .va-soft-service-features {\r\n            list-style: none;\r\n            padding: 0;\r\n        }\r\n\r\n        .va-soft-service-features li {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            margin-bottom: 8px;\r\n            font-size: 14px;\r\n            color: var(--va-soft-gray);\r\n        }\r\n\r\n        .va-soft-service-features i {\r\n            color: var(--va-soft-accent);\r\n            font-size: 16px;\r\n        }\r\n\r\n        \/* Process Section *\/\r\n        .va-soft-process-timeline {\r\n            position: relative;\r\n            padding: 60px 0;\r\n            max-width: 1000px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .va-soft-process-timeline::before {\r\n            content: '';\r\n            position: absolute;\r\n            left: 50%;\r\n            top: 0;\r\n            bottom: 0;\r\n            width: 3px;\r\n            background: linear-gradient(135deg,#6366f1 0%,#8c60ff 100%);\r\n            transform: translateX(-50%);\r\n            border-radius: 3px;\r\n        }\r\n\r\n        .va-soft-process-item {\r\n            position: relative;\r\n            margin-bottom: 60px;\r\n            width: 100%;\r\n        }\r\n\r\n        .va-soft-process-item:last-child {\r\n            margin-bottom: 0;\r\n        }\r\n\r\n        .va-soft-process-content {\r\n            width: calc(50% - 40px);\r\n            background: var(--va-soft-white);\r\n            padding: 30px;\r\n            border-radius: 16px;\r\n            box-shadow: var(--va-soft-shadow-lg);\r\n            position: relative;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .va-soft-process-content:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: var(--va-soft-shadow-xl);\r\n        }\r\n\r\n        .va-soft-process-item:nth-child(odd) .va-soft-process-content {\r\n            margin-left: auto;\r\n        }\r\n\r\n        .va-soft-process-item:nth-child(even) .va-soft-process-content {\r\n            margin-right: auto;\r\n        }\r\n\r\n        .va-soft-process-dot {\r\n            position: absolute;\r\n            width: 24px;\r\n            height: 24px;\r\n            background: var(--va-soft-gradient-2);\r\n            border-radius: 50%;\r\n            top: 30px;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            z-index: 2;\r\n            box-shadow: 0 0 0 5px var(--va-soft-white), 0 0 0 8px rgba(99, 102, 241, 0.2);\r\n        }\r\n\r\n        .va-soft-process-number {\r\n            position: absolute;\r\n            top: 20px;\r\n            font-size: 28px;\r\n            font-weight: 800;\r\n            color: var(--va-soft-primary);\r\n            font-family: 'Space Grotesk', sans-serif;\r\n        }\r\n\r\n        .va-soft-process-item:nth-child(odd) .va-soft-process-number {\r\n            right: calc(50% + 50px);\r\n        }\r\n\r\n        .va-soft-process-item:nth-child(even) .va-soft-process-number {\r\n            left: calc(50% + 50px);\r\n        }\r\n\r\n        .va-soft-process-title {\r\n            font-size: 20px;\r\n            font-weight: 700;\r\n            color: var(--va-soft-dark);\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .va-soft-process-description {\r\n            font-size: 14px;\r\n            color: var(--va-soft-gray);\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* Technologies Stack *\/\r\n        .va-soft-tech-stack {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 30px;\r\n            margin-top: 60px;\r\n        }\r\n\r\n        .va-soft-tech-category {\r\n            background: var(--va-soft-white);\r\n            border-radius: 16px;\r\n            padding: 30px;\r\n            box-shadow: var(--va-soft-shadow-md);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .va-soft-tech-category:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: var(--va-soft-shadow-lg);\r\n        }\r\n\r\n        .va-soft-tech-header {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 16px;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .va-soft-tech-icon {\r\n            width: 50px;\r\n            height: 50px;\r\n            background: var(--va-soft-gradient-2);\r\n            border-radius: 12px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n        }\r\n\r\n        .va-soft-tech-icon i {\r\n            font-size: 24px;\r\n            color: var(--va-soft-white);\r\n        }\r\n\r\n        .va-soft-tech-title {\r\n            font-size: 18px;\r\n            font-weight: 700;\r\n            color: var(--va-soft-dark);\r\n        }\r\n\r\n        .va-soft-tech-list {\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n            gap: 10px;\r\n        }\r\n\r\n        .va-soft-tech-item {\r\n            padding: 6px 12px;\r\n            background: rgba(99, 102, 241, 0.1);\r\n            border-radius: 20px;\r\n            font-size: 12px;\r\n            color: var(--va-soft-primary);\r\n            font-weight: 600;\r\n        }\r\n\r\n        \/* Solutions Section *\/\r\n        .va-soft-solutions-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 30px;\r\n            margin-top: 60px;\r\n        }\r\n\r\n        .va-soft-solution-card {\r\n            background: var(--va-soft-white);\r\n            border-radius: 16px;\r\n            overflow: hidden;\r\n            box-shadow: var(--va-soft-shadow-lg);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .va-soft-solution-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: var(--va-soft-shadow-xl);\r\n        }\r\n\r\n        .va-soft-solution-image {\r\n            height: 200px;\r\n            overflow: hidden;\r\n            position: relative;\r\n        }\r\n\r\n        .va-soft-solution-image img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            transition: transform 0.5s ease;\r\n        }\r\n\r\n        .va-soft-solution-card:hover .va-soft-solution-image img {\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        .va-soft-solution-overlay {\r\n            position: absolute;\r\n            top: 20px;\r\n            right: 20px;\r\n            background: rgba(255, 255, 255, 0.9);\r\n            backdrop-filter: blur(10px);\r\n            padding: 8px 16px;\r\n            border-radius: 20px;\r\n            font-size: 12px;\r\n            font-weight: 600;\r\n            color: var(--va-soft-primary);\r\n        }\r\n\r\n        .va-soft-solution-content {\r\n            padding: 24px;\r\n        }\r\n\r\n        .va-soft-solution-title {\r\n            font-size: 20px;\r\n            font-weight: 700;\r\n            color: var(--va-soft-dark);\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .va-soft-solution-description {\r\n            font-size: 14px;\r\n            color: var(--va-soft-gray);\r\n            line-height: 1.6;\r\n            margin-bottom: 16px;\r\n        }\r\n\r\n        .va-soft-solution-features {\r\n            list-style: none;\r\n            padding: 0;\r\n        }\r\n\r\n        .va-soft-solution-features li {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            margin-bottom: 6px;\r\n            font-size: 13px;\r\n            color: var(--va-soft-gray);\r\n        }\r\n\r\n        .va-soft-solution-features i {\r\n            color: var(--va-soft-accent);\r\n            font-size: 14px;\r\n        }\r\n\r\n        \/* Case Studies Section *\/\r\n        .va-soft-case-studies {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 30px;\r\n            margin-top: 60px;\r\n        }\r\n\r\n        .va-soft-case-study {\r\n            background: var(--va-soft-white);\r\n            border-radius: 16px;\r\n            overflow: hidden;\r\n            box-shadow: var(--va-soft-shadow-lg);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .va-soft-case-study:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: var(--va-soft-shadow-xl);\r\n        }\r\n\r\n        .va-soft-case-image {\r\n            height: 220px;\r\n            overflow: hidden;\r\n            position: relative;\r\n        }\r\n\r\n        .va-soft-case-image img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            transition: transform 0.5s ease;\r\n        }\r\n\r\n        .va-soft-case-study:hover .va-soft-case-image img {\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        .va-soft-case-content {\r\n            padding: 24px;\r\n        }\r\n\r\n        .va-soft-case-title {\r\n            font-size: 20px;\r\n            font-weight: 700;\r\n            color: var(--va-soft-dark);\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .va-soft-case-client {\r\n            font-size: 14px;\r\n            color: var(--va-soft-primary);\r\n            font-weight: 600;\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .va-soft-case-description {\r\n            font-size: 14px;\r\n            color: var(--va-soft-gray);\r\n            line-height: 1.6;\r\n            margin-bottom: 16px;\r\n        }\r\n\r\n        .va-soft-case-results {\r\n            display: flex;\r\n            gap: 16px;\r\n            margin-bottom: 16px;\r\n        }\r\n\r\n        .va-soft-case-result {\r\n            flex: 1;\r\n            text-align: center;\r\n            padding: 12px;\r\n            background: rgba(99, 102, 241, 0.05);\r\n            border-radius: 8px;\r\n        }\r\n\r\n        .va-soft-case-result-number {\r\n            font-size: 20px;\r\n            font-weight: 800;\r\n            color: var(--va-soft-primary);\r\n            font-family: 'Space Grotesk', sans-serif;\r\n        }\r\n\r\n        .va-soft-case-result-label {\r\n            font-size: 11px;\r\n            color: var(--va-soft-gray);\r\n        }\r\n\r\n        .va-soft-case-link {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            color: var(--va-soft-primary);\r\n            font-weight: 600;\r\n            font-size: 14px;\r\n            text-decoration: none;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .va-soft-case-link:hover {\r\n            gap: 12px;\r\n            color: var(--va-soft-primary-dark);\r\n        }\r\n\r\n        \/* Why Choose Section *\/\r\n        .va-soft-why-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 30px;\r\n            margin-top: 60px;\r\n        }\r\n\r\n        .va-soft-why-card {\r\n            background: var(--va-soft-white);\r\n            border-radius: 16px;\r\n            padding: 30px;\r\n            text-align: center;\r\n            box-shadow: var(--va-soft-shadow-md);\r\n            transition: all 0.3s ease;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .va-soft-why-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            background: var(--va-soft-gradient-2);\r\n            opacity: 0;\r\n            transition: opacity 0.3s ease;\r\n        }\r\n\r\n        .va-soft-why-card:hover::before {\r\n            opacity: 0.05;\r\n        }\r\n\r\n        .va-soft-why-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: var(--va-soft-shadow-xl);\r\n        }\r\n\r\n        .va-soft-why-icon {\r\n            width: 70px;\r\n            height: 70px;\r\n            background: var(--va-soft-gradient-2);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 20px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .va-soft-why-icon i {\r\n            font-size: 32px;\r\n            color: var(--va-soft-white);\r\n        }\r\n\r\n        .va-soft-why-title {\r\n            font-size: 20px;\r\n            font-weight: 700;\r\n            color: var(--va-soft-dark);\r\n            margin-bottom: 12px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .va-soft-why-description {\r\n            font-size: 14px;\r\n            color: var(--va-soft-gray);\r\n            line-height: 1.6;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* Testimonials Section *\/\r\n        .va-soft-testimonials-slider {\r\n            max-width: 900px;\r\n            margin: 0 auto;\r\n            position: relative;\r\n        }\r\n\r\n        .va-soft-testimonial {\r\n            background: var(--va-soft-white);\r\n            border-radius: 20px;\r\n            padding: 40px;\r\n            box-shadow: var(--va-soft-shadow-lg);\r\n            text-align: center;\r\n        }\r\n\r\n        .va-soft-testimonial-content {\r\n            font-size: 18px;\r\n            color: var(--va-soft-gray);\r\n            line-height: 1.7;\r\n            margin-bottom: 30px;\r\n            font-style: italic;\r\n        }\r\n\r\n        .va-soft-testimonial-author {\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 16px;\r\n        }\r\n\r\n        .va-soft-testimonial-image {\r\n            width: 60px;\r\n            height: 60px;\r\n            border-radius: 50%;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .va-soft-testimonial-image img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n        }\r\n\r\n        .va-soft-testimonial-info {\r\n            text-align: left;\r\n        }\r\n\r\n        .va-soft-testimonial-name {\r\n            font-size: 16px;\r\n            font-weight: 700;\r\n            color: var(--va-soft-dark);\r\n            margin-bottom: 4px;\r\n        }\r\n\r\n        .va-soft-testimonial-position {\r\n            font-size: 14px;\r\n            color: var(--va-soft-primary);\r\n        }\r\n\r\n        \/* FAQ Section *\/\r\n        .va-soft-faq {\r\n            max-width: 800px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .va-soft-faq-item {\r\n            background: var(--va-soft-white);\r\n            border-radius: 12px;\r\n            margin-bottom: 16px;\r\n            box-shadow: var(--va-soft-shadow-md);\r\n            overflow: hidden;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .va-soft-faq-item.active {\r\n            box-shadow: var(--va-soft-shadow-lg);\r\n        }\r\n\r\n        .va-soft-faq-question {\r\n            padding: 20px 24px;\r\n            font-size: 16px;\r\n            font-weight: 600;\r\n            color: var(--va-soft-dark);\r\n            cursor: pointer;\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .va-soft-faq-question:hover {\r\n            background: rgba(99, 102, 241, 0.05);\r\n        }\r\n\r\n        .va-soft-faq-question i {\r\n            transition: transform 0.3s ease;\r\n            color: var(--va-soft-primary);\r\n        }\r\n\r\n        .va-soft-faq-item.active .va-soft-faq-question i {\r\n            transform: rotate(180deg);\r\n        }\r\n\r\n        .va-soft-faq-answer {\r\n            padding: 0 24px;\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .va-soft-faq-item.active .va-soft-faq-answer {\r\n            padding: 0 24px 20px;\r\n            max-height: 500px;\r\n        }\r\n\r\n        .va-soft-faq-answer p {\r\n            font-size: 14px;\r\n            color: var(--va-soft-gray);\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* CTA Section *\/\r\n        .va-soft-cta {\r\n            padding: 120px 0;\r\n            background: var(--va-soft-gradient-2);\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .va-soft-cta::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1440 320\"><path fill=\"%23ffffff\" fill-opacity=\"0.05\" d=\"M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z\"><\/path><\/svg>') no-repeat bottom;\r\n            background-size: cover;\r\n        }\r\n\r\n        .va-soft-cta-content {\r\n            position: relative;\r\n            z-index: 2;\r\n            text-align: center;\r\n        }\r\n\r\n        .va-soft-cta-title {\r\n            font-size: 48px;\r\n            font-weight: 800;\r\n            color: var(--va-soft-white);\r\n            margin-bottom: 24px;\r\n        }\r\n\r\n        .va-soft-cta-subtitle {\r\n            font-size: 20px;\r\n            color: rgba(255, 255, 255, 0.9);\r\n            margin-bottom: 40px;\r\n            max-width: 600px;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 992px) {\r\n            .va-soft-hero-title {\r\n                font-size: 56px;\r\n            }\r\n            \r\n            .va-soft-section-title {\r\n                font-size: 40px;\r\n            }\r\n            \r\n            .va-soft-process-timeline::before {\r\n                left: 30px;\r\n            }\r\n            \r\n            .va-soft-process-content {\r\n                width: calc(100% - 80px);\r\n                margin-left: 80px !important;\r\n                margin-right: 0 !important;\r\n            }\r\n            \r\n            .va-soft-process-dot {\r\n                left: 30px;\r\n            }\r\n            \r\n            .va-soft-process-number {\r\n                position: relative;\r\n                top: auto;\r\n                left: auto !important;\r\n                right: auto !important;\r\n                margin-bottom: 10px;\r\n                display: block;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .va-soft-hero-title {\r\n                font-size: 42px;\r\n            }\r\n            \r\n            .va-soft-section-title {\r\n                font-size: 32px;\r\n            }\r\n            \r\n            .va-soft-cta-title {\r\n                font-size: 36px;\r\n            }\r\n            \r\n            .va-soft-hero-buttons {\r\n                flex-direction: column;\r\n            }\r\n            \r\n            .va-soft-btn {\r\n                width: 100%;\r\n                justify-content: center;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 576px) {\r\n            .va-soft-hero-title {\r\n                font-size: 32px;\r\n            }\r\n            \r\n            .va-soft-section-title {\r\n                font-size: 28px;\r\n            }\r\n            \r\n            .va-soft-cta-title {\r\n                font-size: 28px;\r\n            }\r\n            \r\n            .va-soft-section {\r\n                padding: 80px 0;\r\n            }\r\n        }\r\n\r\n            \/* Back to Top Button *\/\r\n            .anv-footer-back-to-top {\r\n                position: fixed;\r\n                bottom: 30px;\r\n                right: 30px;\r\n                width: 50px;\r\n                height: 50px;\r\n                background: linear-gradient(135deg,#6366f1 0%,#8c60ff 100%);\r\n                border: none;\r\n                border-radius: 50%;\r\n                color: #FFFFFF;\r\n                font-size: 24px;\r\n                cursor: pointer;\r\n                opacity: 0;\r\n                visibility: hidden;\r\n                transition: all 0.3s ease;\r\n                z-index: 1000;\r\n                box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);\r\n            }\r\n\r\n            .anv-footer-back-to-top.show {\r\n                opacity: 1;\r\n                visibility: visible;\r\n            }\r\n\r\n            .anv-footer-back-to-top:hover {\r\n                transform: translateY(-5px);\r\n                box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4);\r\n            }\r\n\r\n            \/* Responsive Design *\/\r\n            @media (max-width: 768px) {\r\n                \r\n                .anv-footer-back-to-top {\r\n                    bottom: 20px;\r\n                    right: 20px;\r\n                    width: 45px;\r\n                    height: 45px;\r\n                    font-size: 20px;\r\n                }\r\n            }\r\n\r\n    <\/style>\r\n\r\n    <body class=\"antialiased\" data-new-gr-c-s-check-loaded=\"14.1271.0\" data-gr-ext-installed=\"\" data-aos-easing=\"ease\" data-aos-duration=\"1000\" data-aos-delay=\"0\">\r\n\r\n<!-- Hero Section -->\r\n<section class=\"va-soft-hero\">\r\n    <div class=\"container\">\r\n        <div class=\"row align-items-center min-vh-100\">\r\n            <div class=\"col-lg-12\">\r\n                <div class=\"va-soft-hero-content text-center\">\r\n                    <div class=\"va-soft-hero-breadcrumb\">\r\n                        <span><a href=\"\/\">Home<\/a><\/span>\r\n                        <i class=\"bx bx-chevron-right\"><\/i>\r\n                        <span>Software Development<\/span>\r\n                    <\/div>\r\n                    <h1 class=\"va-soft-hero-title\">\r\n                        Tailored <span class=\"va-soft-gradient-text\">Software Development<\/span> Solutions\r\n                    <\/h1>\r\n                    <p class=\"va-soft-hero-subtitle\">\r\n                        Empower your business with innovative, scalable, and custom software solutions designed to meet your unique requirements using the latest technologies.\r\n                    <\/p>\r\n                    <div class=\"va-soft-hero-buttons\">\r\n                        <a href=\"#contact\" class=\"va-soft-btn va-soft-btn-primary\">\r\n                            Request a Free Consultation\r\n                            <i class=\"bx bx-arrow-right\"><\/i>\r\n                        <\/a>\r\n                        <a href=\"#case-studies\" class=\"va-soft-btn va-soft-btn-secondary\">\r\n                            View Our Case Studies\r\n                            <i class=\"bx bx-briefcase\"><\/i>\r\n                        <\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- Services Section -->\r\n<section class=\"va-soft-section va-soft-section-light\" id=\"services\">\r\n    <div class=\"container\">\r\n        <div class=\"text-center mb-5\">\r\n            <div class=\"va-soft-section-badge d-inline-block\">Our Expertise<\/div>\r\n            <h2 class=\"va-soft-section-title\">Comprehensive Software Development Services<\/h2>\r\n            <p class=\"va-soft-section-text mx-auto\" style=\"max-width: 700px;\">\r\n                We provide end-to-end software development solutions, from custom applications to robust enterprise systems, all aimed at fostering business innovation.\r\n            <\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"va-soft-services-grid\">\r\n            <div class=\"va-soft-service-card\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                <div class=\"va-soft-service-icon\">\r\n                    <i class=\"bx bx-desktop\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"va-soft-service-title\">Custom Software Development<\/h3>\r\n                <p class=\"va-soft-service-description\">\r\n                    Build custom solutions that directly address your business challenges, streamline operations, and improve efficiency.\r\n                <\/p>\r\n                <ul class=\"va-soft-service-features\">\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Tailored to Business Needs<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Scalable and Robust Architecture<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Seamless Integration<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Future-Proof and Flexible<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-service-card\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                <div class=\"va-soft-service-icon\">\r\n                    <i class=\"bx bx-building\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"va-soft-service-title\">Enterprise Solutions<\/h3>\r\n                <p class=\"va-soft-service-description\">\r\n                    Design and implement enterprise-grade software that powers complex business processes, from resource planning to customer relations.\r\n                <\/p>\r\n                <ul class=\"va-soft-service-features\">\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Enterprise Resource Planning (ERP)<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Customer Relationship Management (CRM)<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Business Intelligence Solutions<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Workflow and Process Automation<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-service-card\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                <div class=\"va-soft-service-icon\">\r\n                    <i class=\"bx bx-mobile-alt\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"va-soft-service-title\">Mobile App Development<\/h3>\r\n                <p class=\"va-soft-service-description\">\r\n                    Develop high-quality, intuitive mobile apps that offer seamless experiences across all platforms, ensuring strong user engagement.\r\n                <\/p>\r\n                <ul class=\"va-soft-service-features\">\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Native iOS & Android Apps<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Cross-Platform Solutions<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> App Store Optimization<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Real-time Push Notifications<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-service-card\" data-aos=\"fade-up\" data-aos-delay=\"400\">\r\n                <div class=\"va-soft-service-icon\">\r\n                    <i class=\"bx bx-cloud\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"va-soft-service-title\">Cloud-Based Solutions<\/h3>\r\n                <p class=\"va-soft-service-description\">\r\n                    Unlock the potential of cloud technology with secure, scalable applications hosted in leading cloud platforms like AWS and Azure.\r\n                <\/p>\r\n                <ul class=\"va-soft-service-features\">\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Cloud Infrastructure Setup<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> SaaS and Cloud Migration<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Cloud Security and Compliance<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> DevOps and Automation<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-service-card\" data-aos=\"fade-up\" data-aos-delay=\"500\">\r\n                <div class=\"va-soft-service-icon\">\r\n                    <i class=\"bx bx-brain\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"va-soft-service-title\">AI & Machine Learning<\/h3>\r\n                <p class=\"va-soft-service-description\">\r\n                    Empower your business with AI-powered solutions that enhance decision-making, automate processes, and optimize customer experiences.\r\n                <\/p>\r\n                <ul class=\"va-soft-service-features\">\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Predictive Analytics<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Natural Language Processing<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Computer Vision<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Personalized Recommendation Engines<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-service-card\" data-aos=\"fade-up\" data-aos-delay=\"600\">\r\n                <div class=\"va-soft-service-icon\">\r\n                    <i class=\"bx bx-bug\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"va-soft-service-title\">Software Testing & QA<\/h3>\r\n                <p class=\"va-soft-service-description\">\r\n                    Ensure your software is reliable, high-performing, and bug-free through comprehensive testing and quality assurance processes.\r\n                <\/p>\r\n                <ul class=\"va-soft-service-features\">\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Automated & Manual Testing<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Load & Stress Testing<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Security Audits & Vulnerability Assessments<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Code Quality & Review<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n      \r\n\r\n    <!-- Process Section -->\r\n    <section class=\"va-soft-section va-soft-section-gray\" id=\"process\">\r\n        <div class=\"container\">\r\n            <div class=\"text-center mb-5\">\r\n                <div class=\"va-soft-section-badge d-inline-block\">Our Process<\/div>\r\n                <h2 class=\"va-soft-section-title\">Software Development Lifecycle<\/h2>\r\n                <p class=\"va-soft-section-text mx-auto\" style=\"max-width: 700px;\">\r\n                    Our proven development methodology ensures your software project is delivered on time, within budget, and exceeds expectations.\r\n                <\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-process-timeline\">\r\n                <div class=\"va-soft-process-item\" data-aos=\"fade-up\">\r\n                    <div class=\"va-soft-process-dot\"><\/div>\r\n                    <div class=\"va-soft-process-number\">01<\/div>\r\n                    <div class=\"va-soft-process-content\">\r\n                        <h3 class=\"va-soft-process-title\">Discovery & Analysis<\/h3>\r\n                        <p class=\"va-soft-process-description\">\r\n                            We conduct thorough requirements gathering, business analysis, and feasibility studies to understand your needs and define project scope.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-process-item\" data-aos=\"fade-up\">\r\n                    <div class=\"va-soft-process-dot\"><\/div>\r\n                    <div class=\"va-soft-process-number\">02<\/div>\r\n                    <div class=\"va-soft-process-content\">\r\n                        <h3 class=\"va-soft-process-title\">Design & Architecture<\/h3>\r\n                        <p class=\"va-soft-process-description\">\r\n                            Our architects design scalable system architecture, create detailed technical specifications, and develop UI\/UX designs.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-process-item\" data-aos=\"fade-up\">\r\n                    <div class=\"va-soft-process-dot\"><\/div>\r\n                    <div class=\"va-soft-process-number\">03<\/div>\r\n                    <div class=\"va-soft-process-content\">\r\n                        <h3 class=\"va-soft-process-title\">Agile Development<\/h3>\r\n                        <p class=\"va-soft-process-description\">\r\n                            We implement agile methodologies with iterative development, regular sprints, and continuous integration to ensure rapid progress.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-process-item\" data-aos=\"fade-up\">\r\n                    <div class=\"va-soft-process-dot\"><\/div>\r\n                    <div class=\"va-soft-process-number\">04<\/div>\r\n                    <div class=\"va-soft-process-content\">\r\n                        <h3 class=\"va-soft-process-title\">Testing & Quality Assurance<\/h3>\r\n                        <p class=\"va-soft-process-description\">\r\n                            Comprehensive testing including unit tests, integration tests, performance testing, and security audits ensure software quality.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-process-item\" data-aos=\"fade-up\">\r\n                    <div class=\"va-soft-process-dot\"><\/div>\r\n                    <div class=\"va-soft-process-number\">05<\/div>\r\n                    <div class=\"va-soft-process-content\">\r\n                        <h3 class=\"va-soft-process-title\">Deployment & Launch<\/h3>\r\n                        <p class=\"va-soft-process-description\">\r\n                            We handle seamless deployment, data migration, user training, and go-live support to ensure successful implementation.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-process-item\" data-aos=\"fade-up\">\r\n                    <div class=\"va-soft-process-dot\"><\/div>\r\n                    <div class=\"va-soft-process-number\">06<\/div>\r\n                    <div class=\"va-soft-process-content\">\r\n                        <h3 class=\"va-soft-process-title\">Maintenance & Support<\/h3>\r\n                        <p class=\"va-soft-process-description\">\r\n                            Ongoing maintenance, updates, bug fixes, and 24\/7 support to keep your software running optimally.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Technologies Stack Section -->\r\n    <section class=\"va-soft-section va-soft-section-light\" id=\"technologies\">\r\n        <div class=\"container\">\r\n            <div class=\"text-center mb-5\">\r\n                <div class=\"va-soft-section-badge d-inline-block\">Technologies<\/div>\r\n                <h2 class=\"va-soft-section-title\">Our Technology Stack<\/h2>\r\n                <p class=\"va-soft-section-text mx-auto\" style=\"max-width: 700px;\">\r\n                    We leverage cutting-edge technologies and frameworks to build robust, scalable, and future-proof software solutions.\r\n                <\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-tech-stack\">\r\n                <div class=\"va-soft-tech-category\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                    <div class=\"va-soft-tech-header\">\r\n                        <div class=\"va-soft-tech-icon\">\r\n                            <i class=\"bx bx-code-alt\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"va-soft-tech-title\">Frontend Technologies<\/h3>\r\n                    <\/div>\r\n                    <div class=\"va-soft-tech-list\">\r\n                        <span class=\"va-soft-tech-item\">React<\/span>\r\n                        <span class=\"va-soft-tech-item\">Angular<\/span>\r\n                        <span class=\"va-soft-tech-item\">Vue.js<\/span>\r\n                        <span class=\"va-soft-tech-item\">TypeScript<\/span>\r\n                        <span class=\"va-soft-tech-item\">Next.js<\/span>\r\n                        <span class=\"va-soft-tech-item\">Redux<\/span>\r\n                        <span class=\"va-soft-tech-item\">Webpack<\/span>\r\n                        <span class=\"va-soft-tech-item\">Sass<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-tech-category\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                    <div class=\"va-soft-tech-header\">\r\n                        <div class=\"va-soft-tech-icon\">\r\n                            <i class=\"bx bx-server\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"va-soft-tech-title\">Backend Technologies<\/h3>\r\n                    <\/div>\r\n                    <div class=\"va-soft-tech-list\">\r\n                        <span class=\"va-soft-tech-item\">Node.js<\/span>\r\n                        <span class=\"va-soft-tech-item\">Python<\/span>\r\n                        <span class=\"va-soft-tech-item\">Java<\/span>\r\n                        <span class=\"va-soft-tech-item\">.NET Core<\/span>\r\n                        <span class=\"va-soft-tech-item\">PHP<\/span>\r\n                        <span class=\"va-soft-tech-item\">Ruby on Rails<\/span>\r\n                        <span class=\"va-soft-tech-item\">Go<\/span>\r\n                        <span class=\"va-soft-tech-item\">GraphQL<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-tech-category\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                    <div class=\"va-soft-tech-header\">\r\n                        <div class=\"va-soft-tech-icon\">\r\n                            <i class=\"bx bx-data\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"va-soft-tech-title\">Databases<\/h3>\r\n                    <\/div>\r\n                    <div class=\"va-soft-tech-list\">\r\n                        <span class=\"va-soft-tech-item\">PostgreSQL<\/span>\r\n                        <span class=\"va-soft-tech-item\">MySQL<\/span>\r\n                        <span class=\"va-soft-tech-item\">MongoDB<\/span>\r\n                        <span class=\"va-soft-tech-item\">Redis<\/span>\r\n                        <span class=\"va-soft-tech-item\">Elasticsearch<\/span>\r\n                        <span class=\"va-soft-tech-item\">Oracle<\/span>\r\n                        <span class=\"va-soft-tech-item\">SQL Server<\/span>\r\n                        <span class=\"va-soft-tech-item\">Cassandra<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-tech-category\" data-aos=\"fade-up\" data-aos-delay=\"400\">\r\n                    <div class=\"va-soft-tech-header\">\r\n                        <div class=\"va-soft-tech-icon\">\r\n                            <i class=\"bx bx-cloud\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"va-soft-tech-title\">Cloud & DevOps<\/h3>\r\n                    <\/div>\r\n                    <div class=\"va-soft-tech-list\">\r\n                        <span class=\"va-soft-tech-item\">AWS<\/span>\r\n                        <span class=\"va-soft-tech-item\">Azure<\/span>\r\n                        <span class=\"va-soft-tech-item\">Google Cloud<\/span>\r\n                        <span class=\"va-soft-tech-item\">Docker<\/span>\r\n                        <span class=\"va-soft-tech-item\">Kubernetes<\/span>\r\n                        <span class=\"va-soft-tech-item\">Jenkins<\/span>\r\n                        <span class=\"va-soft-tech-item\">Terraform<\/span>\r\n                        <span class=\"va-soft-tech-item\">GitLab CI<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-tech-category\" data-aos=\"fade-up\" data-aos-delay=\"500\">\r\n                    <div class=\"va-soft-tech-header\">\r\n                        <div class=\"va-soft-tech-icon\">\r\n                            <i class=\"bx bx-mobile-alt\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"va-soft-tech-title\">Mobile Development<\/h3>\r\n                    <\/div>\r\n                    <div class=\"va-soft-tech-list\">\r\n                        <span class=\"va-soft-tech-item\">React Native<\/span>\r\n                        <span class=\"va-soft-tech-item\">Flutter<\/span>\r\n                        <span class=\"va-soft-tech-item\">Swift<\/span>\r\n                        <span class=\"va-soft-tech-item\">Kotlin<\/span>\r\n                        <span class=\"va-soft-tech-item\">Xamarin<\/span>\r\n                        <span class=\"va-soft-tech-item\">Ionic<\/span>\r\n                        <span class=\"va-soft-tech-item\">Cordova<\/span>\r\n                        <span class=\"va-soft-tech-item\">PWA<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-tech-category\" data-aos=\"fade-up\" data-aos-delay=\"600\">\r\n                    <div class=\"va-soft-tech-header\">\r\n                        <div class=\"va-soft-tech-icon\">\r\n                            <i class=\"bx bx-brain\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"va-soft-tech-title\">AI & ML<\/h3>\r\n                    <\/div>\r\n                    <div class=\"va-soft-tech-list\">\r\n                        <span class=\"va-soft-tech-item\">TensorFlow<\/span>\r\n                        <span class=\"va-soft-tech-item\">PyTorch<\/span>\r\n                        <span class=\"va-soft-tech-item\">Scikit-learn<\/span>\r\n                        <span class=\"va-soft-tech-item\">OpenAI API<\/span>\r\n                        <span class=\"va-soft-tech-item\">Azure ML<\/span>\r\n                        <span class=\"va-soft-tech-item\">Google AI<\/span>\r\n                        <span class=\"va-soft-tech-item\">Hugging Face<\/span>\r\n                        <span class=\"va-soft-tech-item\">MLflow<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n      \r\n      \r\n<!-- Industry Solutions Section -->\r\n<section class=\"va-soft-section va-soft-section-gray\" id=\"solutions\">\r\n    <div class=\"container\">\r\n        <div class=\"text-center mb-5\">\r\n            <div class=\"va-soft-section-badge d-inline-block\">Industry Solutions<\/div>\r\n            <h2 class=\"va-soft-section-title\">Software Solutions for Every Industry<\/h2>\r\n            <p class=\"va-soft-section-text mx-auto\" style=\"max-width: 700px;\">\r\n                We develop industry-specific software solutions that address unique challenges and drive digital transformation across various sectors.\r\n            <\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"va-soft-solutions-grid\">\r\n            <div class=\"va-soft-solution-card\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                <div class=\"va-soft-solution-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/Healthcare-Management-Platform-img9.jpg\" alt=\"Healthcare Software\">\r\n                    <div class=\"va-soft-solution-overlay\">Healthcare<\/div>\r\n                <\/div>\r\n                <div class=\"va-soft-solution-content\">\r\n                    <h3 class=\"va-soft-solution-title\">Healthcare Management System<\/h3>\r\n                    <p class=\"va-soft-solution-description\">\r\n                        Comprehensive healthcare software solutions for hospitals, clinics, and medical practices.\r\n                    <\/p>\r\n                    <ul class=\"va-soft-solution-features\">\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Electronic Health Records<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Appointment Scheduling<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Telemedicine Platform<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Billing & Insurance<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-solution-card\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                <div class=\"va-soft-solution-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/Enterprise-ERP-Solution-img8.jpg\" alt=\"Finance Software\">\r\n                    <div class=\"va-soft-solution-overlay\">Finance<\/div>\r\n                <\/div>\r\n                <div class=\"va-soft-solution-content\">\r\n                    <h3 class=\"va-soft-solution-title\">FinTech Solutions<\/h3>\r\n                    <p class=\"va-soft-solution-description\">\r\n                        Secure and compliant financial software for banking, investment, and insurance sectors.\r\n                    <\/p>\r\n                    <ul class=\"va-soft-solution-features\">\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Digital Banking Platform<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Trading Systems<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Risk Management<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Compliance Tools<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-solution-card\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                <div class=\"va-soft-solution-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/Seller-Responsive-Multipurpose-WordPress-Theme.jpg\" alt=\"Retail Software\">\r\n                    <div class=\"va-soft-solution-overlay\">Retail<\/div>\r\n                <\/div>\r\n                <div class=\"va-soft-solution-content\">\r\n                    <h3 class=\"va-soft-solution-title\">Retail Management System<\/h3>\r\n                    <p class=\"va-soft-solution-description\">\r\n                        End-to-end retail solutions for inventory, sales, and customer management.\r\n                    <\/p>\r\n                    <ul class=\"va-soft-solution-features\">\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> POS System<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Inventory Management<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Customer Analytics<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Supply Chain<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-solution-card\" data-aos=\"fade-up\" data-aos-delay=\"400\">\r\n                <div class=\"va-soft-solution-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/EduLearn-img6.jpg\" alt=\"Education Software\">\r\n                    <div class=\"va-soft-solution-overlay\">Education<\/div>\r\n                <\/div>\r\n                <div class=\"va-soft-solution-content\">\r\n                    <h3 class=\"va-soft-solution-title\">EdTech Platform<\/h3>\r\n                    <p class=\"va-soft-solution-description\">\r\n                        Innovative educational software for schools, universities, and online learning platforms.\r\n                    <\/p>\r\n                    <ul class=\"va-soft-solution-features\">\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Learning Management<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Virtual Classroom<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Assessment Tools<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Student Analytics<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-solution-card\" data-aos=\"fade-up\" data-aos-delay=\"500\">\r\n                <div class=\"va-soft-solution-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/SaaS-Dashboard-img7.jpg\" alt=\"Logistics Software\">\r\n                    <div class=\"va-soft-solution-overlay\">Logistics<\/div>\r\n                <\/div>\r\n                <div class=\"va-soft-solution-content\">\r\n                    <h3 class=\"va-soft-solution-title\">Logistics & Supply Chain<\/h3>\r\n                    <p class=\"va-soft-solution-description\">\r\n                        Comprehensive logistics software for transportation, warehousing, and supply chain management.\r\n                    <\/p>\r\n                    <ul class=\"va-soft-solution-features\">\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Fleet Management<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Route Optimization<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Warehouse System<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Real-time Tracking<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-solution-card\" data-aos=\"fade-up\" data-aos-delay=\"600\">\r\n                <div class=\"va-soft-solution-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/manu-ev-img5.jpg\" alt=\"Manufacturing Software\">\r\n                    <div class=\"va-soft-solution-overlay\">Manufacturing<\/div>\r\n                <\/div>\r\n                <div class=\"va-soft-solution-content\">\r\n                    <h3 class=\"va-soft-solution-title\">Manufacturing ERP<\/h3>\r\n                    <p class=\"va-soft-solution-description\">\r\n                        Advanced manufacturing software for production planning, quality control, and resource management.\r\n                    <\/p>\r\n                    <ul class=\"va-soft-solution-features\">\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Production Planning<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Quality Control<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Maintenance System<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Resource Planning<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- Case Studies Section -->\r\n<section class=\"va-soft-section va-soft-section-light\" id=\"case-studies\">\r\n    <div class=\"container\">\r\n        <div class=\"text-center mb-5\">\r\n            <div class=\"va-soft-section-badge d-inline-block\">Success Stories<\/div>\r\n            <h2 class=\"va-soft-section-title\">Recent Software Development Projects<\/h2>\r\n            <p class=\"va-soft-section-text mx-auto\" style=\"max-width: 700px;\">\r\n                Discover how we've helped businesses transform their operations with custom software solutions.\r\n            <\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"va-soft-case-studies\">\r\n            <div class=\"va-soft-case-study\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                <div class=\"va-soft-case-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/Next-Gen-Banking-Platform.jpg\" alt=\"Healthcare Platform\">\r\n                <\/div>\r\n                <div class=\"va-soft-case-content\">\r\n                    <h3 class=\"va-soft-case-title\">MediCare+ Healthcare Platform<\/h3>\r\n                    <div class=\"va-soft-case-client\">Healthcare Industry<\/div>\r\n                    <p class=\"va-soft-case-description\">\r\n                        Developed a comprehensive healthcare management system serving 500+ doctors and 100,000+ patients with telemedicine capabilities.\r\n                    <\/p>\r\n                    <div class=\"va-soft-case-results\">\r\n                        <div class=\"va-soft-case-result\">\r\n                            <div class=\"va-soft-case-result-number\">40%<\/div>\r\n                            <div class=\"va-soft-case-result-label\">Efficiency Increase<\/div>\r\n                        <\/div>\r\n                        <div class=\"va-soft-case-result\">\r\n                            <div class=\"va-soft-case-result-number\">60%<\/div>\r\n                            <div class=\"va-soft-case-result-label\">Cost Reduction<\/div>\r\n                        <\/div>\r\n                        <div class=\"va-soft-case-result\">\r\n                            <div class=\"va-soft-case-result-number\">99.9%<\/div>\r\n                            <div class=\"va-soft-case-result-label\">Uptime<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <a href=\"#\" class=\"va-soft-case-link\">\r\n                        Read Case Study\r\n                        <i class=\"bx bx-arrow-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-case-study\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                <div class=\"va-soft-case-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/Travel-Tech-Luxury-Travel-Concierge.jpg\" alt=\"FinTech Solution\">\r\n                <\/div>\r\n                <div class=\"va-soft-case-content\">\r\n                    <h3 class=\"va-soft-case-title\">FinanceFlow Banking System<\/h3>\r\n                    <div class=\"va-soft-case-client\">Banking & Finance<\/div>\r\n                    <p class=\"va-soft-case-description\">\r\n                        Built a secure digital banking platform processing $2B+ transactions monthly with advanced fraud detection.\r\n                    <\/p>\r\n                    <div class=\"va-soft-case-results\">\r\n                        <div class=\"va-soft-case-result\">\r\n                            <div class=\"va-soft-case-result-number\">3M+<\/div>\r\n                            <div class=\"va-soft-case-result-label\">Active Users<\/div>\r\n                        <\/div>\r\n                        <div class=\"va-soft-case-result\">\r\n                            <div class=\"va-soft-case-result-number\">$2B+<\/div>\r\n                            <div class=\"va-soft-case-result-label\">Monthly Volume<\/div>\r\n                        <\/div>\r\n                        <div class=\"va-soft-case-result\">\r\n                            <div class=\"va-soft-case-result-number\">95%<\/div>\r\n                            <div class=\"va-soft-case-result-label\">Fraud Detection<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <a href=\"#\" class=\"va-soft-case-link\">\r\n                        Read Case Study\r\n                        <i class=\"bx bx-arrow-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-case-study\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                <div class=\"va-soft-case-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/SaaS-Platform-SaaS-Enterprise-Collaboration-Hub.png\" alt=\"Retail Management\">\r\n                <\/div>\r\n                <div class=\"va-soft-case-content\">\r\n                    <h3 class=\"va-soft-case-title\">RetailPro Management Suite<\/h3>\r\n                    <div class=\"va-soft-case-client\">Retail Industry<\/div>\r\n                    <p class=\"va-soft-case-description\">\r\n                        Created an integrated retail management system for 200+ stores with real-time inventory and analytics.\r\n                    <\/p>\r\n                    <div class=\"va-soft-case-results\">\r\n                        <div class=\"va-soft-case-result\">\r\n                            <div class=\"va-soft-case-result-number\">200+<\/div>\r\n                            <div class=\"va-soft-case-result-label\">Stores Managed<\/div>\r\n                        <\/div>\r\n                        <div class=\"va-soft-case-result\">\r\n                            <div class=\"va-soft-case-result-number\">35%<\/div>\r\n                            <div class=\"va-soft-case-result-label\">Sales Growth<\/div>\r\n                        <\/div>\r\n                        <div class=\"va-soft-case-result\">\r\n                            <div class=\"va-soft-case-result-number\">50%<\/div>\r\n                            <div class=\"va-soft-case-result-label\">Inventory Savings<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <a href=\"#\" class=\"va-soft-case-link\">\r\n                        Read Case Study\r\n                        <i class=\"bx bx-arrow-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n  <!-- Why Choose Section -->\r\n    <section class=\"va-soft-section va-soft-section-gray\" id=\"why-choose\">\r\n        <div class=\"container\">\r\n            <div class=\"text-center mb-5\">\r\n                <div class=\"va-soft-section-badge d-inline-block\">Why Choose Us<\/div>\r\n                <h2 class=\"va-soft-section-title\">Why Partner with Us?<\/h2>\r\n                <p class=\"va-soft-section-text mx-auto\" style=\"max-width: 700px;\">\r\n                     Discover why businesses trust us for innovative, reliable, and scalable software development solutions that deliver measurable results.\r\n                <\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-why-grid\">\r\n                <div class=\"va-soft-why-card\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                    <div class=\"va-soft-why-icon\">\r\n                        <i class=\"bx bx-award\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"va-soft-why-title\">15+ Years Experience<\/h3>\r\n                    <p class=\"va-soft-why-description\">\r\n                        Extensive experience in delivering complex software projects across various industries and technologies.\r\n                    <\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-why-card\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                    <div class=\"va-soft-why-icon\">\r\n                        <i class=\"bx bx-code-curly\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"va-soft-why-title\">Expert Development Team<\/h3>\r\n                    <p class=\"va-soft-why-description\">\r\n                        Certified developers, architects, and engineers with expertise in cutting-edge technologies and best practices.\r\n                    <\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-why-card\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                    <div class=\"va-soft-why-icon\">\r\n                        <i class=\"bx bx-git-branch\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"va-soft-why-title\">Agile Methodology<\/h3>\r\n                    <p class=\"va-soft-why-description\">\r\n                        Flexible development approach with iterative sprints, continuous delivery, and regular client feedback.\r\n                    <\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-why-card\" data-aos=\"fade-up\" data-aos-delay=\"400\">\r\n                    <div class=\"va-soft-why-icon\">\r\n                        <i class=\"bx bx-lock\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"va-soft-why-title\">Security First<\/h3>\r\n                    <p class=\"va-soft-why-description\">\r\n                        Built-in security measures, compliance with industry standards, and regular security audits.\r\n                    <\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-why-card\" data-aos=\"fade-up\" data-aos-delay=\"500\">\r\n                    <div class=\"va-soft-why-icon\">\r\n                        <i class=\"bx bx-support\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"va-soft-why-title\">24\/7 Support<\/h3>\r\n                    <p class=\"va-soft-why-description\">\r\n                        Round-the-clock technical support and maintenance to ensure your software runs smoothly.\r\n                    <\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-why-card\" data-aos=\"fade-up\" data-aos-delay=\"600\">\r\n                    <div class=\"va-soft-why-icon\">\r\n                        <i class=\"bx bx-dollar-circle\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"va-soft-why-title\">Cost-Effective Solutions<\/h3>\r\n                    <p class=\"va-soft-why-description\">\r\n                        Competitive pricing with transparent costs and flexible engagement models to suit your budget.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n<!-- Testimonials Section -->\r\n<section class=\"va-soft-section va-soft-section-light\" id=\"testimonials\">\r\n    <div class=\"container\">\r\n        <div class=\"text-center mb-5\">\r\n            <div class=\"va-soft-section-badge d-inline-block\">Client Testimonials<\/div>\r\n            <h2 class=\"va-soft-section-title\">What Our Clients Say<\/h2>\r\n            <p class=\"va-soft-section-text mx-auto\" style=\"max-width: 700px;\">\r\n                Hear directly from our clients who have experienced transformative results through our custom software solutions.\r\n            <\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"va-soft-testimonials-slider\">\r\n            <div class=\"va-soft-testimonial\" data-aos=\"fade-up\">\r\n                <p class=\"va-soft-testimonial-content\">\r\n                    \"ViewAnonymous has provided us with a comprehensive digital privacy solution, improving our data protection efforts and boosting customer trust.\"\r\n                <\/p>\r\n                <div class=\"va-soft-testimonial-author\">\r\n                    <div class=\"va-soft-testimonial-avatar\">\r\n                        <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/Olivia-Carter.png\" alt=\"Olivia Carter\">\r\n                    <\/div>\r\n                    <div class=\"va-soft-testimonial-info\">\r\n                        <h4 class=\"va-soft-testimonial-name\">Sarah Johnson<\/h4>\r\n                        <span class=\"va-soft-testimonial-role\">CEO, TechStart Inc.<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>    \r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- FAQ Section -->\r\n<section class=\"va-soft-section va-soft-section-gray\" id=\"faq\">\r\n    <div class=\"container\">\r\n        <div class=\"text-center mb-5\">\r\n            <div class=\"va-soft-section-badge d-inline-block\">FAQ<\/div>\r\n            <h2 class=\"va-soft-section-title\">Frequently Asked Questions<\/h2>\r\n            <p class=\"va-soft-section-text mx-auto\" style=\"max-width: 700px;\">\r\n                Get answers to common questions about our software development services.\r\n            <\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"va-soft-faq\">\r\n            <div class=\"va-soft-faq-item\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                <div class=\"va-soft-faq-question\">\r\n                    How long does it take to develop custom software?\r\n                    <i class=\"bx bx-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"va-soft-faq-answer\">\r\n                    <p>The timeline varies based on complexity and scope. Simple applications may take 2-4 months, while enterprise solutions can take 6-18 months. We provide detailed timelines after the discovery phase.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-faq-item\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                <div class=\"va-soft-faq-question\">\r\n                    What is the cost of custom software development?\r\n                    <i class=\"bx bx-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"va-soft-faq-answer\">\r\n                    <p>Costs range from $20,000 for simple applications to $500,000+ for enterprise systems. Factors include complexity, features, technology stack, and timeline. Contact us for a detailed quote.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-faq-item\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                <div class=\"va-soft-faq-question\">\r\n                    Do you provide ongoing maintenance and support?\r\n                    <i class=\"bx bx-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"va-soft-faq-answer\">\r\n                    <p>Yes, we offer comprehensive maintenance packages including bug fixes, updates, security patches, performance optimization, and 24\/7 technical support.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-faq-item\" data-aos=\"fade-up\" data-aos-delay=\"400\">\r\n                <div class=\"va-soft-faq-question\">\r\n                    Can you integrate with existing systems?\r\n                    <i class=\"bx bx-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"va-soft-faq-answer\">\r\n                    <p>Absolutely! We specialize in seamless integration with existing systems, databases, APIs, and third-party services to ensure smooth data flow and functionality.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-faq-item\" data-aos=\"fade-up\" data-aos-delay=\"500\">\r\n                <div class=\"va-soft-faq-question\">\r\n                    What technologies do you specialize in?\r\n                    <i class=\"bx bx-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"va-soft-faq-answer\">\r\n                    <p>We work with a wide range of technologies including React, Angular, Node.js, Python, Java, .NET, AWS, Azure, and more. We choose the best technology stack based on your specific requirements.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-faq-item\" data-aos=\"fade-up\" data-aos-delay=\"600\">\r\n                <div class=\"va-soft-faq-question\">\r\n                    How do you ensure software quality?\r\n                    <i class=\"bx bx-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"va-soft-faq-answer\">\r\n                    <p>We follow rigorous QA processes including code reviews, automated testing, performance testing, security audits, and user acceptance testing to ensure high-quality software.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- CTA Section -->\r\n<section class=\"va-soft-cta\" id=\"contact\">\r\n    <div class=\"container\">\r\n        <div class=\"va-soft-cta-content\">\r\n            <h2 class=\"va-soft-cta-title\" data-aos=\"fade-up\">Ready to Build Your Custom Software Solution?<\/h2>\r\n            <p class=\"va-soft-cta-subtitle\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                Let's discuss your project requirements and create a software solution that drives your business forward. Get a free consultation today!\r\n            <\/p>\r\n            <div class=\"va-soft-hero-buttons\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                <a href=\"\/contact\" class=\"va-soft-btn va-soft-btn-primary\">\r\n                    Schedule a Consultation\r\n                    <i class=\"bx bx-calendar\"><\/i>\r\n                <\/a>\r\n                <a href=\"mailto:support@viewanonymous.com\" class=\"va-soft-btn va-soft-btn-secondary\">\r\n                    Send Project Details\r\n                    <i class=\"bx bx-envelope\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section> \r\n\r\n    <!-- Back to Top Button -->\r\n    <button class=\"anv-footer-back-to-top show\" id=\"backToTop\" aria-label=\"Back to top\">\r\n        <i class=\"bx bx-up-arrow-alt\"><\/i>\r\n    <\/button>\r\n\r\n    <!-- Scripts -->\r\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.0\/dist\/js\/bootstrap.bundle.min.js\"><\/script>\r\n    <script src=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.js\"><\/script>\r\n    <script>\r\n\r\n        \/\/ FAQ Accordion\r\n        const faqItems = document.querySelectorAll('.va-soft-faq-item');\r\n\r\n        faqItems.forEach(item => {\r\n            const question = item.querySelector('.va-soft-faq-question');\r\n            \r\n            question.addEventListener('click', () => {\r\n                \/\/ Close other FAQ items\r\n                faqItems.forEach(otherItem => {\r\n                    if (otherItem !== item) {\r\n                        otherItem.classList.remove('active');\r\n                    }\r\n                });\r\n                \r\n                \/\/ Toggle current FAQ item\r\n                item.classList.toggle('active');\r\n            });\r\n        });\r\n\r\n        \/\/ Smooth Scrolling for anchor links\r\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\r\n            anchor.addEventListener('click', function (e) {\r\n                e.preventDefault();\r\n                const target = document.querySelector(this.getAttribute('href'));\r\n                if (target) {\r\n                    target.scrollIntoView({\r\n                        behavior: 'smooth',\r\n                        block: 'start'\r\n                    });\r\n                }\r\n            });\r\n        });\r\n\r\n        \/\/ Add counter animation for case study results\r\n        const observerOptions = {\r\n            threshold: 0.5,\r\n            rootMargin: '0px'\r\n        };\r\n\r\n        const observer = new IntersectionObserver((entries) => {\r\n            entries.forEach(entry => {\r\n                if (entry.isIntersecting) {\r\n                    const counters = entry.target.querySelectorAll('.va-soft-case-result-number');\r\n                    counters.forEach(counter => {\r\n                        const target = counter.innerText;\r\n                        if (target.includes('%') || target.includes('+') || target.includes('M') || target.includes('B')) {\r\n                            \/\/ Skip animation for percentage and monetary values\r\n                            return;\r\n                        }\r\n                        \r\n                        const finalNumber = parseInt(target);\r\n                        let currentNumber = 0;\r\n                        const increment = finalNumber \/ 50;\r\n                        \r\n                        const updateCounter = () => {\r\n                            if (currentNumber < finalNumber) {\r\n                                currentNumber += increment;\r\n                                counter.innerText = Math.ceil(currentNumber) + '+';\r\n                                requestAnimationFrame(updateCounter);\r\n                            } else {\r\n                                counter.innerText = target;\r\n                            }\r\n                        };\r\n                        \r\n                        updateCounter();\r\n                    });\r\n                    observer.unobserve(entry.target);\r\n                }\r\n            });\r\n        }, observerOptions);\r\n\r\n        \/\/ Observe all case study cards\r\n        document.querySelectorAll('.va-soft-case-study').forEach(card => {\r\n            observer.observe(card);\r\n        });\r\n    <\/script>    \r\n\r\n          <!-- footer -->\r\n          <script>\r\n            \/\/ Initialize AOS\r\n            AOS.init({\r\n                duration: 1000,\r\n                once: true,\r\n                offset: 100\r\n            });\r\n            \r\n            \/\/ Back to Top Button\r\n            const backToTopBtn = document.getElementById('backToTop');\r\n            \r\n            window.addEventListener('scroll', () => {\r\n                if (window.pageYOffset > 300) {\r\n                    backToTopBtn.classList.add('show');\r\n                } else {\r\n                    backToTopBtn.classList.remove('show');\r\n                }\r\n            });\r\n            \r\n            backToTopBtn.addEventListener('click', () => {\r\n                window.scrollTo({\r\n                    top: 0,\r\n                    behavior: 'smooth'\r\n                });\r\n            });\r\n          <\/script>[\/et_pb_fullwidth_code][\/et_pb_section]\n","protected":false},"excerpt":{"rendered":"    <style>\r\n        :root {\r\n            --va-soft-primary: #6366F1;\r\n            --va-soft-primary-dark: #4F46E5;\r\n            --va-soft-primary-light: #818CF8;\r\n            --va-soft-secondary: #EC4899;\r\n            --va-soft-accent: #10B981;\r\n            --va-soft-dark: #0F172A;\r\n            --va-soft-dark-lighter: #1E293B;\r\n            --va-soft-gray: #64748B;\r\n            --va-soft-light-gray: #F1F5F9;\r\n            --va-soft-white: #FFFFFF;\r\n            --va-soft-gradient-1: linear-gradient(135deg,#6366f1 0%,#8c60ff 100%);\r\n            --va-soft-gradient-2: linear-gradient(135deg,#6366f1 0%,#8c60ff 100%);\r\n            --va-soft-gradient-hero: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #334155 100%);\r\n            --va-soft-gradient-text: linear-gradient(135deg,#6366f1 0%,#8c60ff 100%);\r\n            --va-soft-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\r\n            --va-soft-shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);\r\n            --va-soft-shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);\r\n            --va-soft-shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\r\n            overflow-x: hidden;\r\n            background-color: var(--va-soft-white);\r\n            color: var(--va-soft-dark);\r\n            line-height: 1.6;\r\n        }\r\n\r\n        h1, h2, h3, h4, h5, h6 {\r\n            font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;\r\n            font-weight: 700;\r\n            color: var(--va-soft-dark);\r\n            line-height: 1.2;\r\n        }\r\n\r\n        \/* Hero Section *\/\r\n        .va-soft-hero {\r\n            min-height: 100vh;\r\n            background: var(--va-soft-gradient-hero);\r\n            position: relative;\r\n            overflow: hidden;\r\n            display: flex;\r\n            align-items: center;\r\n        }\r\n\r\n        .va-soft-hero::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            background: \r\n                radial-gradient(circle at 20% 50%, rgba(99, 102, 241, 0.15) 0%, transparent 50%),\r\n                radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.1) 0%, transparent 50%),\r\n                radial-gradient(circle at 40% 20%, rgba(16, 185, 129, 0.1) 0%, transparent 50%);\r\n            z-index: 1;\r\n        }\r\n\r\n        .va-soft-hero-content {\r\n            position: relative;\r\n            z-index: 10;\r\n        }\r\n\r\n        .va-soft-hero-breadcrumb {\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 8px;\r\n            margin-bottom: 32px;\r\n            font-size: 16px;\r\n            color: rgba(255, 255, 255, 0.7);\r\n        }\r\n\r\n        .va-soft-hero-breadcrumb a {\r\n            color: rgba(255, 255, 255, 0.7);\r\n            text-decoration: none;\r\n            transition: color 0.3s ease;\r\n        }\r\n\r\n        .va-soft-hero-breadcrumb a:hover {\r\n            color: var(--va-soft-white);\r\n        }\r\n\r\n        .va-soft-hero-breadcrumb i {\r\n            color: var(--va-soft-primary);\r\n        }\r\n\r\n        .va-soft-hero-title {\r\n            font-size: 72px;\r\n            font-weight: 800;\r\n            color: var(--va-soft-white);\r\n            margin-bottom: 24px;\r\n            line-height: 1.1;\r\n            letter-spacing: -0.02em;\r\n        }\r\n\r\n        .va-soft-hero-title .va-soft-gradient-text {\r\n            background: var(--va-soft-gradient-text);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        .va-soft-hero-subtitle {\r\n            font-size: 20px;\r\n            color: rgba(255, 255, 255, 0.8);\r\n            margin-bottom: 40px;\r\n            max-width: 700px;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n        }\r\n\r\n        .va-soft-hero-buttons {\r\n            display: flex;\r\n            gap: 16px;\r\n            justify-content: center;\r\n            flex-wrap: wrap;\r\n        }\r\n\r\n        .va-soft-btn {\r\n            padding: 16px 32px;\r\n            border-radius: 12px;\r\n            font-weight: 600;\r\n            font-size: 16px;\r\n            text-decoration: none;\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            transition: all 0.3s ease;\r\n            border: none;\r\n            cursor: pointer;\r\n        }\r\n\r\n        .va-soft-btn-primary {\r\n            background: var(--va-soft-white)!important;\r\n            color: var(--va-soft-primary);\r\n        }\r\n\r\n        .va-soft-btn-primary:hover {\r\n            transform: translateY(-2px);\r\n            box-shadow: var(--va-soft-shadow-lg);\r\n            color: var(--va-soft-primary);\r\n        }\r\n\r\n        .va-soft-btn-secondary {\r\n            background: rgba(255, 255, 255, 0.1);\r\n            backdrop-filter: blur(10px);\r\n            color: var(--va-soft-white)!important;\r\n            border: 1px solid rgba(255, 255, 255, 0.2);\r\n        }\r\n\r\n        .va-soft-btn-secondary:hover {\r\n            background: rgba(255, 255, 255, 0.15);\r\n            transform: translateY(-2px);\r\n            color: var(--va-soft-white)!important;\r\n        }\r\n\r\n        \/* Section Styles *\/\r\n        .va-soft-section {\r\n            padding: 120px 0;\r\n        }\r\n\r\n        .va-soft-section-light {\r\n            background-color: var(--va-soft-white);\r\n        }\r\n\r\n        .va-soft-section-gray {\r\n            background-color: var(--va-soft-light-gray);\r\n        }\r\n\r\n        .va-soft-section-badge {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            background: rgba(99, 102, 241, 0.1);\r\n            border-radius: 100px;\r\n            padding: 8px 16px;\r\n            color: var(--va-soft-primary);\r\n            font-size: 14px;\r\n            font-weight: 600;\r\n            margin-bottom: 24px;\r\n        }\r\n\r\n        .va-soft-section-title {\r\n            font-size: 48px;\r\n            font-weight: 700;\r\n            color: var(--va-soft-dark);\r\n            margin-bottom: 24px;\r\n        }\r\n\r\n        .va-soft-section-text {\r\n            font-size: 18px;\r\n            color: var(--va-soft-gray);\r\n            margin-bottom: 24px;\r\n            line-height: 1.7;\r\n        }\r\n\r\n        \/* Services Section *\/\r\n        .va-soft-services-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 30px;\r\n            margin-top: 60px;\r\n        }\r\n\r\n        .va-soft-service-card {\r\n            background: var(--va-soft-white);\r\n            border-radius: 20px;\r\n            padding: 40px;\r\n            box-shadow: var(--va-soft-shadow-lg);\r\n            transition: all 0.3s ease;\r\n            border: 1px solid rgba(99, 102, 241, 0.1);\r\n            height: 100%;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .va-soft-service-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            height: 4px;\r\n            background: var(--va-soft-gradient-2);\r\n            transform: scaleX(0);\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .va-soft-service-card:hover::before {\r\n            transform: scaleX(1);\r\n        }\r\n\r\n        .va-soft-service-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: var(--va-soft-shadow-xl);\r\n            border-color: var(--va-soft-primary);\r\n        }\r\n\r\n        .va-soft-service-icon {\r\n            width: 80px;\r\n            height: 80px;\r\n            background: var(--va-soft-gradient-2);\r\n            border-radius: 16px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin-bottom: 24px;\r\n        }\r\n\r\n        .va-soft-service-icon i {\r\n            font-size: 36px;\r\n            color: var(--va-soft-white);\r\n        }\r\n\r\n        .va-soft-service-title {\r\n            font-size: 24px;\r\n            font-weight: 700;\r\n            color: var(--va-soft-dark);\r\n            margin-bottom: 16px;\r\n        }\r\n\r\n        .va-soft-service-description {\r\n            font-size: 16px;\r\n            color: var(--va-soft-gray);\r\n            line-height: 1.6;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .va-soft-service-features {\r\n            list-style: none;\r\n            padding: 0;\r\n        }\r\n\r\n        .va-soft-service-features li {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            margin-bottom: 8px;\r\n            font-size: 14px;\r\n            color: var(--va-soft-gray);\r\n        }\r\n\r\n        .va-soft-service-features i {\r\n            color: var(--va-soft-accent);\r\n            font-size: 16px;\r\n        }\r\n\r\n        \/* Process Section *\/\r\n        .va-soft-process-timeline {\r\n            position: relative;\r\n            padding: 60px 0;\r\n            max-width: 1000px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .va-soft-process-timeline::before {\r\n            content: '';\r\n            position: absolute;\r\n            left: 50%;\r\n            top: 0;\r\n            bottom: 0;\r\n            width: 3px;\r\n            background: linear-gradient(135deg,#6366f1 0%,#8c60ff 100%);\r\n            transform: translateX(-50%);\r\n            border-radius: 3px;\r\n        }\r\n\r\n        .va-soft-process-item {\r\n            position: relative;\r\n            margin-bottom: 60px;\r\n            width: 100%;\r\n        }\r\n\r\n        .va-soft-process-item:last-child {\r\n            margin-bottom: 0;\r\n        }\r\n\r\n        .va-soft-process-content {\r\n            width: calc(50% - 40px);\r\n            background: var(--va-soft-white);\r\n            padding: 30px;\r\n            border-radius: 16px;\r\n            box-shadow: var(--va-soft-shadow-lg);\r\n            position: relative;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .va-soft-process-content:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: var(--va-soft-shadow-xl);\r\n        }\r\n\r\n        .va-soft-process-item:nth-child(odd) .va-soft-process-content {\r\n            margin-left: auto;\r\n        }\r\n\r\n        .va-soft-process-item:nth-child(even) .va-soft-process-content {\r\n            margin-right: auto;\r\n        }\r\n\r\n        .va-soft-process-dot {\r\n            position: absolute;\r\n            width: 24px;\r\n            height: 24px;\r\n            background: var(--va-soft-gradient-2);\r\n            border-radius: 50%;\r\n            top: 30px;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            z-index: 2;\r\n            box-shadow: 0 0 0 5px var(--va-soft-white), 0 0 0 8px rgba(99, 102, 241, 0.2);\r\n        }\r\n\r\n        .va-soft-process-number {\r\n            position: absolute;\r\n            top: 20px;\r\n            font-size: 28px;\r\n            font-weight: 800;\r\n            color: var(--va-soft-primary);\r\n            font-family: 'Space Grotesk', sans-serif;\r\n        }\r\n\r\n        .va-soft-process-item:nth-child(odd) .va-soft-process-number {\r\n            right: calc(50% + 50px);\r\n        }\r\n\r\n        .va-soft-process-item:nth-child(even) .va-soft-process-number {\r\n            left: calc(50% + 50px);\r\n        }\r\n\r\n        .va-soft-process-title {\r\n            font-size: 20px;\r\n            font-weight: 700;\r\n            color: var(--va-soft-dark);\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .va-soft-process-description {\r\n            font-size: 14px;\r\n            color: var(--va-soft-gray);\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* Technologies Stack *\/\r\n        .va-soft-tech-stack {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 30px;\r\n            margin-top: 60px;\r\n        }\r\n\r\n        .va-soft-tech-category {\r\n            background: var(--va-soft-white);\r\n            border-radius: 16px;\r\n            padding: 30px;\r\n            box-shadow: var(--va-soft-shadow-md);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .va-soft-tech-category:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: var(--va-soft-shadow-lg);\r\n        }\r\n\r\n        .va-soft-tech-header {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 16px;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .va-soft-tech-icon {\r\n            width: 50px;\r\n            height: 50px;\r\n            background: var(--va-soft-gradient-2);\r\n            border-radius: 12px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n        }\r\n\r\n        .va-soft-tech-icon i {\r\n            font-size: 24px;\r\n            color: var(--va-soft-white);\r\n        }\r\n\r\n        .va-soft-tech-title {\r\n            font-size: 18px;\r\n            font-weight: 700;\r\n            color: var(--va-soft-dark);\r\n        }\r\n\r\n        .va-soft-tech-list {\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n            gap: 10px;\r\n        }\r\n\r\n        .va-soft-tech-item {\r\n            padding: 6px 12px;\r\n            background: rgba(99, 102, 241, 0.1);\r\n            border-radius: 20px;\r\n            font-size: 12px;\r\n            color: var(--va-soft-primary);\r\n            font-weight: 600;\r\n        }\r\n\r\n        \/* Solutions Section *\/\r\n        .va-soft-solutions-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 30px;\r\n            margin-top: 60px;\r\n        }\r\n\r\n        .va-soft-solution-card {\r\n            background: var(--va-soft-white);\r\n            border-radius: 16px;\r\n            overflow: hidden;\r\n            box-shadow: var(--va-soft-shadow-lg);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .va-soft-solution-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: var(--va-soft-shadow-xl);\r\n        }\r\n\r\n        .va-soft-solution-image {\r\n            height: 200px;\r\n            overflow: hidden;\r\n            position: relative;\r\n        }\r\n\r\n        .va-soft-solution-image img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            transition: transform 0.5s ease;\r\n        }\r\n\r\n        .va-soft-solution-card:hover .va-soft-solution-image img {\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        .va-soft-solution-overlay {\r\n            position: absolute;\r\n            top: 20px;\r\n            right: 20px;\r\n            background: rgba(255, 255, 255, 0.9);\r\n            backdrop-filter: blur(10px);\r\n            padding: 8px 16px;\r\n            border-radius: 20px;\r\n            font-size: 12px;\r\n            font-weight: 600;\r\n            color: var(--va-soft-primary);\r\n        }\r\n\r\n        .va-soft-solution-content {\r\n            padding: 24px;\r\n        }\r\n\r\n        .va-soft-solution-title {\r\n            font-size: 20px;\r\n            font-weight: 700;\r\n            color: var(--va-soft-dark);\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .va-soft-solution-description {\r\n            font-size: 14px;\r\n            color: var(--va-soft-gray);\r\n            line-height: 1.6;\r\n            margin-bottom: 16px;\r\n        }\r\n\r\n        .va-soft-solution-features {\r\n            list-style: none;\r\n            padding: 0;\r\n        }\r\n\r\n        .va-soft-solution-features li {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            margin-bottom: 6px;\r\n            font-size: 13px;\r\n            color: var(--va-soft-gray);\r\n        }\r\n\r\n        .va-soft-solution-features i {\r\n            color: var(--va-soft-accent);\r\n            font-size: 14px;\r\n        }\r\n\r\n        \/* Case Studies Section *\/\r\n        .va-soft-case-studies {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 30px;\r\n            margin-top: 60px;\r\n        }\r\n\r\n        .va-soft-case-study {\r\n            background: var(--va-soft-white);\r\n            border-radius: 16px;\r\n            overflow: hidden;\r\n            box-shadow: var(--va-soft-shadow-lg);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .va-soft-case-study:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: var(--va-soft-shadow-xl);\r\n        }\r\n\r\n        .va-soft-case-image {\r\n            height: 220px;\r\n            overflow: hidden;\r\n            position: relative;\r\n        }\r\n\r\n        .va-soft-case-image img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            transition: transform 0.5s ease;\r\n        }\r\n\r\n        .va-soft-case-study:hover .va-soft-case-image img {\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        .va-soft-case-content {\r\n            padding: 24px;\r\n        }\r\n\r\n        .va-soft-case-title {\r\n            font-size: 20px;\r\n            font-weight: 700;\r\n            color: var(--va-soft-dark);\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .va-soft-case-client {\r\n            font-size: 14px;\r\n            color: var(--va-soft-primary);\r\n            font-weight: 600;\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .va-soft-case-description {\r\n            font-size: 14px;\r\n            color: var(--va-soft-gray);\r\n            line-height: 1.6;\r\n            margin-bottom: 16px;\r\n        }\r\n\r\n        .va-soft-case-results {\r\n            display: flex;\r\n            gap: 16px;\r\n            margin-bottom: 16px;\r\n        }\r\n\r\n        .va-soft-case-result {\r\n            flex: 1;\r\n            text-align: center;\r\n            padding: 12px;\r\n            background: rgba(99, 102, 241, 0.05);\r\n            border-radius: 8px;\r\n        }\r\n\r\n        .va-soft-case-result-number {\r\n            font-size: 20px;\r\n            font-weight: 800;\r\n            color: var(--va-soft-primary);\r\n            font-family: 'Space Grotesk', sans-serif;\r\n        }\r\n\r\n        .va-soft-case-result-label {\r\n            font-size: 11px;\r\n            color: var(--va-soft-gray);\r\n        }\r\n\r\n        .va-soft-case-link {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            color: var(--va-soft-primary);\r\n            font-weight: 600;\r\n            font-size: 14px;\r\n            text-decoration: none;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .va-soft-case-link:hover {\r\n            gap: 12px;\r\n            color: var(--va-soft-primary-dark);\r\n        }\r\n\r\n        \/* Why Choose Section *\/\r\n        .va-soft-why-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 30px;\r\n            margin-top: 60px;\r\n        }\r\n\r\n        .va-soft-why-card {\r\n            background: var(--va-soft-white);\r\n            border-radius: 16px;\r\n            padding: 30px;\r\n            text-align: center;\r\n            box-shadow: var(--va-soft-shadow-md);\r\n            transition: all 0.3s ease;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .va-soft-why-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            background: var(--va-soft-gradient-2);\r\n            opacity: 0;\r\n            transition: opacity 0.3s ease;\r\n        }\r\n\r\n        .va-soft-why-card:hover::before {\r\n            opacity: 0.05;\r\n        }\r\n\r\n        .va-soft-why-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: var(--va-soft-shadow-xl);\r\n        }\r\n\r\n        .va-soft-why-icon {\r\n            width: 70px;\r\n            height: 70px;\r\n            background: var(--va-soft-gradient-2);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 20px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .va-soft-why-icon i {\r\n            font-size: 32px;\r\n            color: var(--va-soft-white);\r\n        }\r\n\r\n        .va-soft-why-title {\r\n            font-size: 20px;\r\n            font-weight: 700;\r\n            color: var(--va-soft-dark);\r\n            margin-bottom: 12px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .va-soft-why-description {\r\n            font-size: 14px;\r\n            color: var(--va-soft-gray);\r\n            line-height: 1.6;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* Testimonials Section *\/\r\n        .va-soft-testimonials-slider {\r\n            max-width: 900px;\r\n            margin: 0 auto;\r\n            position: relative;\r\n        }\r\n\r\n        .va-soft-testimonial {\r\n            background: var(--va-soft-white);\r\n            border-radius: 20px;\r\n            padding: 40px;\r\n            box-shadow: var(--va-soft-shadow-lg);\r\n            text-align: center;\r\n        }\r\n\r\n        .va-soft-testimonial-content {\r\n            font-size: 18px;\r\n            color: var(--va-soft-gray);\r\n            line-height: 1.7;\r\n            margin-bottom: 30px;\r\n            font-style: italic;\r\n        }\r\n\r\n        .va-soft-testimonial-author {\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 16px;\r\n        }\r\n\r\n        .va-soft-testimonial-image {\r\n            width: 60px;\r\n            height: 60px;\r\n            border-radius: 50%;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .va-soft-testimonial-image img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n        }\r\n\r\n        .va-soft-testimonial-info {\r\n            text-align: left;\r\n        }\r\n\r\n        .va-soft-testimonial-name {\r\n            font-size: 16px;\r\n            font-weight: 700;\r\n            color: var(--va-soft-dark);\r\n            margin-bottom: 4px;\r\n        }\r\n\r\n        .va-soft-testimonial-position {\r\n            font-size: 14px;\r\n            color: var(--va-soft-primary);\r\n        }\r\n\r\n        \/* FAQ Section *\/\r\n        .va-soft-faq {\r\n            max-width: 800px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .va-soft-faq-item {\r\n            background: var(--va-soft-white);\r\n            border-radius: 12px;\r\n            margin-bottom: 16px;\r\n            box-shadow: var(--va-soft-shadow-md);\r\n            overflow: hidden;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .va-soft-faq-item.active {\r\n            box-shadow: var(--va-soft-shadow-lg);\r\n        }\r\n\r\n        .va-soft-faq-question {\r\n            padding: 20px 24px;\r\n            font-size: 16px;\r\n            font-weight: 600;\r\n            color: var(--va-soft-dark);\r\n            cursor: pointer;\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .va-soft-faq-question:hover {\r\n            background: rgba(99, 102, 241, 0.05);\r\n        }\r\n\r\n        .va-soft-faq-question i {\r\n            transition: transform 0.3s ease;\r\n            color: var(--va-soft-primary);\r\n        }\r\n\r\n        .va-soft-faq-item.active .va-soft-faq-question i {\r\n            transform: rotate(180deg);\r\n        }\r\n\r\n        .va-soft-faq-answer {\r\n            padding: 0 24px;\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .va-soft-faq-item.active .va-soft-faq-answer {\r\n            padding: 0 24px 20px;\r\n            max-height: 500px;\r\n        }\r\n\r\n        .va-soft-faq-answer p {\r\n            font-size: 14px;\r\n            color: var(--va-soft-gray);\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* CTA Section *\/\r\n        .va-soft-cta {\r\n            padding: 120px 0;\r\n            background: var(--va-soft-gradient-2);\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .va-soft-cta::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1440 320\"><path fill=\"%23ffffff\" fill-opacity=\"0.05\" d=\"M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z\"><\/path><\/svg>') no-repeat bottom;\r\n            background-size: cover;\r\n        }\r\n\r\n        .va-soft-cta-content {\r\n            position: relative;\r\n            z-index: 2;\r\n            text-align: center;\r\n        }\r\n\r\n        .va-soft-cta-title {\r\n            font-size: 48px;\r\n            font-weight: 800;\r\n            color: var(--va-soft-white);\r\n            margin-bottom: 24px;\r\n        }\r\n\r\n        .va-soft-cta-subtitle {\r\n            font-size: 20px;\r\n            color: rgba(255, 255, 255, 0.9);\r\n            margin-bottom: 40px;\r\n            max-width: 600px;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 992px) {\r\n            .va-soft-hero-title {\r\n                font-size: 56px;\r\n            }\r\n            \r\n            .va-soft-section-title {\r\n                font-size: 40px;\r\n            }\r\n            \r\n            .va-soft-process-timeline::before {\r\n                left: 30px;\r\n            }\r\n            \r\n            .va-soft-process-content {\r\n                width: calc(100% - 80px);\r\n                margin-left: 80px !important;\r\n                margin-right: 0 !important;\r\n            }\r\n            \r\n            .va-soft-process-dot {\r\n                left: 30px;\r\n            }\r\n            \r\n            .va-soft-process-number {\r\n                position: relative;\r\n                top: auto;\r\n                left: auto !important;\r\n                right: auto !important;\r\n                margin-bottom: 10px;\r\n                display: block;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .va-soft-hero-title {\r\n                font-size: 42px;\r\n            }\r\n            \r\n            .va-soft-section-title {\r\n                font-size: 32px;\r\n            }\r\n            \r\n            .va-soft-cta-title {\r\n                font-size: 36px;\r\n            }\r\n            \r\n            .va-soft-hero-buttons {\r\n                flex-direction: column;\r\n            }\r\n            \r\n            .va-soft-btn {\r\n                width: 100%;\r\n                justify-content: center;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 576px) {\r\n            .va-soft-hero-title {\r\n                font-size: 32px;\r\n            }\r\n            \r\n            .va-soft-section-title {\r\n                font-size: 28px;\r\n            }\r\n            \r\n            .va-soft-cta-title {\r\n                font-size: 28px;\r\n            }\r\n            \r\n            .va-soft-section {\r\n                padding: 80px 0;\r\n            }\r\n        }\r\n\r\n            \/* Back to Top Button *\/\r\n            .anv-footer-back-to-top {\r\n                position: fixed;\r\n                bottom: 30px;\r\n                right: 30px;\r\n                width: 50px;\r\n                height: 50px;\r\n                background: linear-gradient(135deg,#6366f1 0%,#8c60ff 100%);\r\n                border: none;\r\n                border-radius: 50%;\r\n                color: #FFFFFF;\r\n                font-size: 24px;\r\n                cursor: pointer;\r\n                opacity: 0;\r\n                visibility: hidden;\r\n                transition: all 0.3s ease;\r\n                z-index: 1000;\r\n                box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);\r\n            }\r\n\r\n            .anv-footer-back-to-top.show {\r\n                opacity: 1;\r\n                visibility: visible;\r\n            }\r\n\r\n            .anv-footer-back-to-top:hover {\r\n                transform: translateY(-5px);\r\n                box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4);\r\n            }\r\n\r\n            \/* Responsive Design *\/\r\n            @media (max-width: 768px) {\r\n                \r\n                .anv-footer-back-to-top {\r\n                    bottom: 20px;\r\n                    right: 20px;\r\n                    width: 45px;\r\n                    height: 45px;\r\n                    font-size: 20px;\r\n                }\r\n            }\r\n\r\n    <\/style>\r\n\r\n    <body class=\"antialiased\" data-new-gr-c-s-check-loaded=\"14.1271.0\" data-gr-ext-installed=\"\" data-aos-easing=\"ease\" data-aos-duration=\"1000\" data-aos-delay=\"0\">\r\n\r\n<!-- Hero Section -->\r\n<section class=\"va-soft-hero\">\r\n    <div class=\"container\">\r\n        <div class=\"row align-items-center min-vh-100\">\r\n            <div class=\"col-lg-12\">\r\n                <div class=\"va-soft-hero-content text-center\">\r\n                    <div class=\"va-soft-hero-breadcrumb\">\r\n                        <span><a href=\"\/\">Home<\/a><\/span>\r\n                        <i class=\"bx bx-chevron-right\"><\/i>\r\n                        <span>Software Development<\/span>\r\n                    <\/div>\r\n                    <h1 class=\"va-soft-hero-title\">\r\n                        Tailored <span class=\"va-soft-gradient-text\">Software Development<\/span> Solutions\r\n                    <\/h1>\r\n                    <p class=\"va-soft-hero-subtitle\">\r\n                        Empower your business with innovative, scalable, and custom software solutions designed to meet your unique requirements using the latest technologies.\r\n                    <\/p>\r\n                    <div class=\"va-soft-hero-buttons\">\r\n                        <a href=\"#contact\" class=\"va-soft-btn va-soft-btn-primary\">\r\n                            Request a Free Consultation\r\n                            <i class=\"bx bx-arrow-right\"><\/i>\r\n                        <\/a>\r\n                        <a href=\"#case-studies\" class=\"va-soft-btn va-soft-btn-secondary\">\r\n                            View Our Case Studies\r\n                            <i class=\"bx bx-briefcase\"><\/i>\r\n                        <\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- Services Section -->\r\n<section class=\"va-soft-section va-soft-section-light\" id=\"services\">\r\n    <div class=\"container\">\r\n        <div class=\"text-center mb-5\">\r\n            <div class=\"va-soft-section-badge d-inline-block\">Our Expertise<\/div>\r\n            <h2 class=\"va-soft-section-title\">Comprehensive Software Development Services<\/h2>\r\n            <p class=\"va-soft-section-text mx-auto\" style=\"max-width: 700px;\">\r\n                We provide end-to-end software development solutions, from custom applications to robust enterprise systems, all aimed at fostering business innovation.\r\n            <\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"va-soft-services-grid\">\r\n            <div class=\"va-soft-service-card\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                <div class=\"va-soft-service-icon\">\r\n                    <i class=\"bx bx-desktop\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"va-soft-service-title\">Custom Software Development<\/h3>\r\n                <p class=\"va-soft-service-description\">\r\n                    Build custom solutions that directly address your business challenges, streamline operations, and improve efficiency.\r\n                <\/p>\r\n                <ul class=\"va-soft-service-features\">\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Tailored to Business Needs<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Scalable and Robust Architecture<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Seamless Integration<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Future-Proof and Flexible<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-service-card\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                <div class=\"va-soft-service-icon\">\r\n                    <i class=\"bx bx-building\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"va-soft-service-title\">Enterprise Solutions<\/h3>\r\n                <p class=\"va-soft-service-description\">\r\n                    Design and implement enterprise-grade software that powers complex business processes, from resource planning to customer relations.\r\n                <\/p>\r\n                <ul class=\"va-soft-service-features\">\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Enterprise Resource Planning (ERP)<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Customer Relationship Management (CRM)<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Business Intelligence Solutions<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Workflow and Process Automation<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-service-card\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                <div class=\"va-soft-service-icon\">\r\n                    <i class=\"bx bx-mobile-alt\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"va-soft-service-title\">Mobile App Development<\/h3>\r\n                <p class=\"va-soft-service-description\">\r\n                    Develop high-quality, intuitive mobile apps that offer seamless experiences across all platforms, ensuring strong user engagement.\r\n                <\/p>\r\n                <ul class=\"va-soft-service-features\">\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Native iOS & Android Apps<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Cross-Platform Solutions<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> App Store Optimization<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Real-time Push Notifications<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-service-card\" data-aos=\"fade-up\" data-aos-delay=\"400\">\r\n                <div class=\"va-soft-service-icon\">\r\n                    <i class=\"bx bx-cloud\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"va-soft-service-title\">Cloud-Based Solutions<\/h3>\r\n                <p class=\"va-soft-service-description\">\r\n                    Unlock the potential of cloud technology with secure, scalable applications hosted in leading cloud platforms like AWS and Azure.\r\n                <\/p>\r\n                <ul class=\"va-soft-service-features\">\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Cloud Infrastructure Setup<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> SaaS and Cloud Migration<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Cloud Security and Compliance<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> DevOps and Automation<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-service-card\" data-aos=\"fade-up\" data-aos-delay=\"500\">\r\n                <div class=\"va-soft-service-icon\">\r\n                    <i class=\"bx bx-brain\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"va-soft-service-title\">AI & Machine Learning<\/h3>\r\n                <p class=\"va-soft-service-description\">\r\n                    Empower your business with AI-powered solutions that enhance decision-making, automate processes, and optimize customer experiences.\r\n                <\/p>\r\n                <ul class=\"va-soft-service-features\">\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Predictive Analytics<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Natural Language Processing<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Computer Vision<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Personalized Recommendation Engines<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-service-card\" data-aos=\"fade-up\" data-aos-delay=\"600\">\r\n                <div class=\"va-soft-service-icon\">\r\n                    <i class=\"bx bx-bug\"><\/i>\r\n                <\/div>\r\n                <h3 class=\"va-soft-service-title\">Software Testing & QA<\/h3>\r\n                <p class=\"va-soft-service-description\">\r\n                    Ensure your software is reliable, high-performing, and bug-free through comprehensive testing and quality assurance processes.\r\n                <\/p>\r\n                <ul class=\"va-soft-service-features\">\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Automated & Manual Testing<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Load & Stress Testing<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Security Audits & Vulnerability Assessments<\/li>\r\n                    <li><i class=\"bx bx-check-circle\"><\/i> Code Quality & Review<\/li>\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n      \r\n\r\n    <!-- Process Section -->\r\n    <section class=\"va-soft-section va-soft-section-gray\" id=\"process\">\r\n        <div class=\"container\">\r\n            <div class=\"text-center mb-5\">\r\n                <div class=\"va-soft-section-badge d-inline-block\">Our Process<\/div>\r\n                <h2 class=\"va-soft-section-title\">Software Development Lifecycle<\/h2>\r\n                <p class=\"va-soft-section-text mx-auto\" style=\"max-width: 700px;\">\r\n                    Our proven development methodology ensures your software project is delivered on time, within budget, and exceeds expectations.\r\n                <\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-process-timeline\">\r\n                <div class=\"va-soft-process-item\" data-aos=\"fade-up\">\r\n                    <div class=\"va-soft-process-dot\"><\/div>\r\n                    <div class=\"va-soft-process-number\">01<\/div>\r\n                    <div class=\"va-soft-process-content\">\r\n                        <h3 class=\"va-soft-process-title\">Discovery & Analysis<\/h3>\r\n                        <p class=\"va-soft-process-description\">\r\n                            We conduct thorough requirements gathering, business analysis, and feasibility studies to understand your needs and define project scope.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-process-item\" data-aos=\"fade-up\">\r\n                    <div class=\"va-soft-process-dot\"><\/div>\r\n                    <div class=\"va-soft-process-number\">02<\/div>\r\n                    <div class=\"va-soft-process-content\">\r\n                        <h3 class=\"va-soft-process-title\">Design & Architecture<\/h3>\r\n                        <p class=\"va-soft-process-description\">\r\n                            Our architects design scalable system architecture, create detailed technical specifications, and develop UI\/UX designs.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-process-item\" data-aos=\"fade-up\">\r\n                    <div class=\"va-soft-process-dot\"><\/div>\r\n                    <div class=\"va-soft-process-number\">03<\/div>\r\n                    <div class=\"va-soft-process-content\">\r\n                        <h3 class=\"va-soft-process-title\">Agile Development<\/h3>\r\n                        <p class=\"va-soft-process-description\">\r\n                            We implement agile methodologies with iterative development, regular sprints, and continuous integration to ensure rapid progress.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-process-item\" data-aos=\"fade-up\">\r\n                    <div class=\"va-soft-process-dot\"><\/div>\r\n                    <div class=\"va-soft-process-number\">04<\/div>\r\n                    <div class=\"va-soft-process-content\">\r\n                        <h3 class=\"va-soft-process-title\">Testing & Quality Assurance<\/h3>\r\n                        <p class=\"va-soft-process-description\">\r\n                            Comprehensive testing including unit tests, integration tests, performance testing, and security audits ensure software quality.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-process-item\" data-aos=\"fade-up\">\r\n                    <div class=\"va-soft-process-dot\"><\/div>\r\n                    <div class=\"va-soft-process-number\">05<\/div>\r\n                    <div class=\"va-soft-process-content\">\r\n                        <h3 class=\"va-soft-process-title\">Deployment & Launch<\/h3>\r\n                        <p class=\"va-soft-process-description\">\r\n                            We handle seamless deployment, data migration, user training, and go-live support to ensure successful implementation.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-process-item\" data-aos=\"fade-up\">\r\n                    <div class=\"va-soft-process-dot\"><\/div>\r\n                    <div class=\"va-soft-process-number\">06<\/div>\r\n                    <div class=\"va-soft-process-content\">\r\n                        <h3 class=\"va-soft-process-title\">Maintenance & Support<\/h3>\r\n                        <p class=\"va-soft-process-description\">\r\n                            Ongoing maintenance, updates, bug fixes, and 24\/7 support to keep your software running optimally.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Technologies Stack Section -->\r\n    <section class=\"va-soft-section va-soft-section-light\" id=\"technologies\">\r\n        <div class=\"container\">\r\n            <div class=\"text-center mb-5\">\r\n                <div class=\"va-soft-section-badge d-inline-block\">Technologies<\/div>\r\n                <h2 class=\"va-soft-section-title\">Our Technology Stack<\/h2>\r\n                <p class=\"va-soft-section-text mx-auto\" style=\"max-width: 700px;\">\r\n                    We leverage cutting-edge technologies and frameworks to build robust, scalable, and future-proof software solutions.\r\n                <\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-tech-stack\">\r\n                <div class=\"va-soft-tech-category\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                    <div class=\"va-soft-tech-header\">\r\n                        <div class=\"va-soft-tech-icon\">\r\n                            <i class=\"bx bx-code-alt\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"va-soft-tech-title\">Frontend Technologies<\/h3>\r\n                    <\/div>\r\n                    <div class=\"va-soft-tech-list\">\r\n                        <span class=\"va-soft-tech-item\">React<\/span>\r\n                        <span class=\"va-soft-tech-item\">Angular<\/span>\r\n                        <span class=\"va-soft-tech-item\">Vue.js<\/span>\r\n                        <span class=\"va-soft-tech-item\">TypeScript<\/span>\r\n                        <span class=\"va-soft-tech-item\">Next.js<\/span>\r\n                        <span class=\"va-soft-tech-item\">Redux<\/span>\r\n                        <span class=\"va-soft-tech-item\">Webpack<\/span>\r\n                        <span class=\"va-soft-tech-item\">Sass<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-tech-category\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                    <div class=\"va-soft-tech-header\">\r\n                        <div class=\"va-soft-tech-icon\">\r\n                            <i class=\"bx bx-server\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"va-soft-tech-title\">Backend Technologies<\/h3>\r\n                    <\/div>\r\n                    <div class=\"va-soft-tech-list\">\r\n                        <span class=\"va-soft-tech-item\">Node.js<\/span>\r\n                        <span class=\"va-soft-tech-item\">Python<\/span>\r\n                        <span class=\"va-soft-tech-item\">Java<\/span>\r\n                        <span class=\"va-soft-tech-item\">.NET Core<\/span>\r\n                        <span class=\"va-soft-tech-item\">PHP<\/span>\r\n                        <span class=\"va-soft-tech-item\">Ruby on Rails<\/span>\r\n                        <span class=\"va-soft-tech-item\">Go<\/span>\r\n                        <span class=\"va-soft-tech-item\">GraphQL<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-tech-category\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                    <div class=\"va-soft-tech-header\">\r\n                        <div class=\"va-soft-tech-icon\">\r\n                            <i class=\"bx bx-data\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"va-soft-tech-title\">Databases<\/h3>\r\n                    <\/div>\r\n                    <div class=\"va-soft-tech-list\">\r\n                        <span class=\"va-soft-tech-item\">PostgreSQL<\/span>\r\n                        <span class=\"va-soft-tech-item\">MySQL<\/span>\r\n                        <span class=\"va-soft-tech-item\">MongoDB<\/span>\r\n                        <span class=\"va-soft-tech-item\">Redis<\/span>\r\n                        <span class=\"va-soft-tech-item\">Elasticsearch<\/span>\r\n                        <span class=\"va-soft-tech-item\">Oracle<\/span>\r\n                        <span class=\"va-soft-tech-item\">SQL Server<\/span>\r\n                        <span class=\"va-soft-tech-item\">Cassandra<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-tech-category\" data-aos=\"fade-up\" data-aos-delay=\"400\">\r\n                    <div class=\"va-soft-tech-header\">\r\n                        <div class=\"va-soft-tech-icon\">\r\n                            <i class=\"bx bx-cloud\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"va-soft-tech-title\">Cloud & DevOps<\/h3>\r\n                    <\/div>\r\n                    <div class=\"va-soft-tech-list\">\r\n                        <span class=\"va-soft-tech-item\">AWS<\/span>\r\n                        <span class=\"va-soft-tech-item\">Azure<\/span>\r\n                        <span class=\"va-soft-tech-item\">Google Cloud<\/span>\r\n                        <span class=\"va-soft-tech-item\">Docker<\/span>\r\n                        <span class=\"va-soft-tech-item\">Kubernetes<\/span>\r\n                        <span class=\"va-soft-tech-item\">Jenkins<\/span>\r\n                        <span class=\"va-soft-tech-item\">Terraform<\/span>\r\n                        <span class=\"va-soft-tech-item\">GitLab CI<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-tech-category\" data-aos=\"fade-up\" data-aos-delay=\"500\">\r\n                    <div class=\"va-soft-tech-header\">\r\n                        <div class=\"va-soft-tech-icon\">\r\n                            <i class=\"bx bx-mobile-alt\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"va-soft-tech-title\">Mobile Development<\/h3>\r\n                    <\/div>\r\n                    <div class=\"va-soft-tech-list\">\r\n                        <span class=\"va-soft-tech-item\">React Native<\/span>\r\n                        <span class=\"va-soft-tech-item\">Flutter<\/span>\r\n                        <span class=\"va-soft-tech-item\">Swift<\/span>\r\n                        <span class=\"va-soft-tech-item\">Kotlin<\/span>\r\n                        <span class=\"va-soft-tech-item\">Xamarin<\/span>\r\n                        <span class=\"va-soft-tech-item\">Ionic<\/span>\r\n                        <span class=\"va-soft-tech-item\">Cordova<\/span>\r\n                        <span class=\"va-soft-tech-item\">PWA<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-tech-category\" data-aos=\"fade-up\" data-aos-delay=\"600\">\r\n                    <div class=\"va-soft-tech-header\">\r\n                        <div class=\"va-soft-tech-icon\">\r\n                            <i class=\"bx bx-brain\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"va-soft-tech-title\">AI & ML<\/h3>\r\n                    <\/div>\r\n                    <div class=\"va-soft-tech-list\">\r\n                        <span class=\"va-soft-tech-item\">TensorFlow<\/span>\r\n                        <span class=\"va-soft-tech-item\">PyTorch<\/span>\r\n                        <span class=\"va-soft-tech-item\">Scikit-learn<\/span>\r\n                        <span class=\"va-soft-tech-item\">OpenAI API<\/span>\r\n                        <span class=\"va-soft-tech-item\">Azure ML<\/span>\r\n                        <span class=\"va-soft-tech-item\">Google AI<\/span>\r\n                        <span class=\"va-soft-tech-item\">Hugging Face<\/span>\r\n                        <span class=\"va-soft-tech-item\">MLflow<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n      \r\n      \r\n<!-- Industry Solutions Section -->\r\n<section class=\"va-soft-section va-soft-section-gray\" id=\"solutions\">\r\n    <div class=\"container\">\r\n        <div class=\"text-center mb-5\">\r\n            <div class=\"va-soft-section-badge d-inline-block\">Industry Solutions<\/div>\r\n            <h2 class=\"va-soft-section-title\">Software Solutions for Every Industry<\/h2>\r\n            <p class=\"va-soft-section-text mx-auto\" style=\"max-width: 700px;\">\r\n                We develop industry-specific software solutions that address unique challenges and drive digital transformation across various sectors.\r\n            <\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"va-soft-solutions-grid\">\r\n            <div class=\"va-soft-solution-card\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                <div class=\"va-soft-solution-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/Healthcare-Management-Platform-img9.jpg\" alt=\"Healthcare Software\">\r\n                    <div class=\"va-soft-solution-overlay\">Healthcare<\/div>\r\n                <\/div>\r\n                <div class=\"va-soft-solution-content\">\r\n                    <h3 class=\"va-soft-solution-title\">Healthcare Management System<\/h3>\r\n                    <p class=\"va-soft-solution-description\">\r\n                        Comprehensive healthcare software solutions for hospitals, clinics, and medical practices.\r\n                    <\/p>\r\n                    <ul class=\"va-soft-solution-features\">\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Electronic Health Records<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Appointment Scheduling<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Telemedicine Platform<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Billing & Insurance<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-solution-card\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                <div class=\"va-soft-solution-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/Enterprise-ERP-Solution-img8.jpg\" alt=\"Finance Software\">\r\n                    <div class=\"va-soft-solution-overlay\">Finance<\/div>\r\n                <\/div>\r\n                <div class=\"va-soft-solution-content\">\r\n                    <h3 class=\"va-soft-solution-title\">FinTech Solutions<\/h3>\r\n                    <p class=\"va-soft-solution-description\">\r\n                        Secure and compliant financial software for banking, investment, and insurance sectors.\r\n                    <\/p>\r\n                    <ul class=\"va-soft-solution-features\">\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Digital Banking Platform<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Trading Systems<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Risk Management<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Compliance Tools<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-solution-card\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                <div class=\"va-soft-solution-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/Seller-Responsive-Multipurpose-WordPress-Theme.jpg\" alt=\"Retail Software\">\r\n                    <div class=\"va-soft-solution-overlay\">Retail<\/div>\r\n                <\/div>\r\n                <div class=\"va-soft-solution-content\">\r\n                    <h3 class=\"va-soft-solution-title\">Retail Management System<\/h3>\r\n                    <p class=\"va-soft-solution-description\">\r\n                        End-to-end retail solutions for inventory, sales, and customer management.\r\n                    <\/p>\r\n                    <ul class=\"va-soft-solution-features\">\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> POS System<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Inventory Management<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Customer Analytics<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Supply Chain<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-solution-card\" data-aos=\"fade-up\" data-aos-delay=\"400\">\r\n                <div class=\"va-soft-solution-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/EduLearn-img6.jpg\" alt=\"Education Software\">\r\n                    <div class=\"va-soft-solution-overlay\">Education<\/div>\r\n                <\/div>\r\n                <div class=\"va-soft-solution-content\">\r\n                    <h3 class=\"va-soft-solution-title\">EdTech Platform<\/h3>\r\n                    <p class=\"va-soft-solution-description\">\r\n                        Innovative educational software for schools, universities, and online learning platforms.\r\n                    <\/p>\r\n                    <ul class=\"va-soft-solution-features\">\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Learning Management<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Virtual Classroom<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Assessment Tools<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Student Analytics<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-solution-card\" data-aos=\"fade-up\" data-aos-delay=\"500\">\r\n                <div class=\"va-soft-solution-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/SaaS-Dashboard-img7.jpg\" alt=\"Logistics Software\">\r\n                    <div class=\"va-soft-solution-overlay\">Logistics<\/div>\r\n                <\/div>\r\n                <div class=\"va-soft-solution-content\">\r\n                    <h3 class=\"va-soft-solution-title\">Logistics & Supply Chain<\/h3>\r\n                    <p class=\"va-soft-solution-description\">\r\n                        Comprehensive logistics software for transportation, warehousing, and supply chain management.\r\n                    <\/p>\r\n                    <ul class=\"va-soft-solution-features\">\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Fleet Management<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Route Optimization<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Warehouse System<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Real-time Tracking<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-solution-card\" data-aos=\"fade-up\" data-aos-delay=\"600\">\r\n                <div class=\"va-soft-solution-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/manu-ev-img5.jpg\" alt=\"Manufacturing Software\">\r\n                    <div class=\"va-soft-solution-overlay\">Manufacturing<\/div>\r\n                <\/div>\r\n                <div class=\"va-soft-solution-content\">\r\n                    <h3 class=\"va-soft-solution-title\">Manufacturing ERP<\/h3>\r\n                    <p class=\"va-soft-solution-description\">\r\n                        Advanced manufacturing software for production planning, quality control, and resource management.\r\n                    <\/p>\r\n                    <ul class=\"va-soft-solution-features\">\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Production Planning<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Quality Control<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Maintenance System<\/li>\r\n                        <li><i class=\"bx bx-check-circle\"><\/i> Resource Planning<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- Case Studies Section -->\r\n<section class=\"va-soft-section va-soft-section-light\" id=\"case-studies\">\r\n    <div class=\"container\">\r\n        <div class=\"text-center mb-5\">\r\n            <div class=\"va-soft-section-badge d-inline-block\">Success Stories<\/div>\r\n            <h2 class=\"va-soft-section-title\">Recent Software Development Projects<\/h2>\r\n            <p class=\"va-soft-section-text mx-auto\" style=\"max-width: 700px;\">\r\n                Discover how we've helped businesses transform their operations with custom software solutions.\r\n            <\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"va-soft-case-studies\">\r\n            <div class=\"va-soft-case-study\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                <div class=\"va-soft-case-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/Next-Gen-Banking-Platform.jpg\" alt=\"Healthcare Platform\">\r\n                <\/div>\r\n                <div class=\"va-soft-case-content\">\r\n                    <h3 class=\"va-soft-case-title\">MediCare+ Healthcare Platform<\/h3>\r\n                    <div class=\"va-soft-case-client\">Healthcare Industry<\/div>\r\n                    <p class=\"va-soft-case-description\">\r\n                        Developed a comprehensive healthcare management system serving 500+ doctors and 100,000+ patients with telemedicine capabilities.\r\n                    <\/p>\r\n                    <div class=\"va-soft-case-results\">\r\n                        <div class=\"va-soft-case-result\">\r\n                            <div class=\"va-soft-case-result-number\">40%<\/div>\r\n                            <div class=\"va-soft-case-result-label\">Efficiency Increase<\/div>\r\n                        <\/div>\r\n                        <div class=\"va-soft-case-result\">\r\n                            <div class=\"va-soft-case-result-number\">60%<\/div>\r\n                            <div class=\"va-soft-case-result-label\">Cost Reduction<\/div>\r\n                        <\/div>\r\n                        <div class=\"va-soft-case-result\">\r\n                            <div class=\"va-soft-case-result-number\">99.9%<\/div>\r\n                            <div class=\"va-soft-case-result-label\">Uptime<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <a href=\"#\" class=\"va-soft-case-link\">\r\n                        Read Case Study\r\n                        <i class=\"bx bx-arrow-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-case-study\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                <div class=\"va-soft-case-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/Travel-Tech-Luxury-Travel-Concierge.jpg\" alt=\"FinTech Solution\">\r\n                <\/div>\r\n                <div class=\"va-soft-case-content\">\r\n                    <h3 class=\"va-soft-case-title\">FinanceFlow Banking System<\/h3>\r\n                    <div class=\"va-soft-case-client\">Banking & Finance<\/div>\r\n                    <p class=\"va-soft-case-description\">\r\n                        Built a secure digital banking platform processing $2B+ transactions monthly with advanced fraud detection.\r\n                    <\/p>\r\n                    <div class=\"va-soft-case-results\">\r\n                        <div class=\"va-soft-case-result\">\r\n                            <div class=\"va-soft-case-result-number\">3M+<\/div>\r\n                            <div class=\"va-soft-case-result-label\">Active Users<\/div>\r\n                        <\/div>\r\n                        <div class=\"va-soft-case-result\">\r\n                            <div class=\"va-soft-case-result-number\">$2B+<\/div>\r\n                            <div class=\"va-soft-case-result-label\">Monthly Volume<\/div>\r\n                        <\/div>\r\n                        <div class=\"va-soft-case-result\">\r\n                            <div class=\"va-soft-case-result-number\">95%<\/div>\r\n                            <div class=\"va-soft-case-result-label\">Fraud Detection<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <a href=\"#\" class=\"va-soft-case-link\">\r\n                        Read Case Study\r\n                        <i class=\"bx bx-arrow-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-case-study\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                <div class=\"va-soft-case-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/SaaS-Platform-SaaS-Enterprise-Collaboration-Hub.png\" alt=\"Retail Management\">\r\n                <\/div>\r\n                <div class=\"va-soft-case-content\">\r\n                    <h3 class=\"va-soft-case-title\">RetailPro Management Suite<\/h3>\r\n                    <div class=\"va-soft-case-client\">Retail Industry<\/div>\r\n                    <p class=\"va-soft-case-description\">\r\n                        Created an integrated retail management system for 200+ stores with real-time inventory and analytics.\r\n                    <\/p>\r\n                    <div class=\"va-soft-case-results\">\r\n                        <div class=\"va-soft-case-result\">\r\n                            <div class=\"va-soft-case-result-number\">200+<\/div>\r\n                            <div class=\"va-soft-case-result-label\">Stores Managed<\/div>\r\n                        <\/div>\r\n                        <div class=\"va-soft-case-result\">\r\n                            <div class=\"va-soft-case-result-number\">35%<\/div>\r\n                            <div class=\"va-soft-case-result-label\">Sales Growth<\/div>\r\n                        <\/div>\r\n                        <div class=\"va-soft-case-result\">\r\n                            <div class=\"va-soft-case-result-number\">50%<\/div>\r\n                            <div class=\"va-soft-case-result-label\">Inventory Savings<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <a href=\"#\" class=\"va-soft-case-link\">\r\n                        Read Case Study\r\n                        <i class=\"bx bx-arrow-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n  <!-- Why Choose Section -->\r\n    <section class=\"va-soft-section va-soft-section-gray\" id=\"why-choose\">\r\n        <div class=\"container\">\r\n            <div class=\"text-center mb-5\">\r\n                <div class=\"va-soft-section-badge d-inline-block\">Why Choose Us<\/div>\r\n                <h2 class=\"va-soft-section-title\">Why Partner with Us?<\/h2>\r\n                <p class=\"va-soft-section-text mx-auto\" style=\"max-width: 700px;\">\r\n                     Discover why businesses trust us for innovative, reliable, and scalable software development solutions that deliver measurable results.\r\n                <\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-why-grid\">\r\n                <div class=\"va-soft-why-card\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                    <div class=\"va-soft-why-icon\">\r\n                        <i class=\"bx bx-award\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"va-soft-why-title\">15+ Years Experience<\/h3>\r\n                    <p class=\"va-soft-why-description\">\r\n                        Extensive experience in delivering complex software projects across various industries and technologies.\r\n                    <\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-why-card\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                    <div class=\"va-soft-why-icon\">\r\n                        <i class=\"bx bx-code-curly\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"va-soft-why-title\">Expert Development Team<\/h3>\r\n                    <p class=\"va-soft-why-description\">\r\n                        Certified developers, architects, and engineers with expertise in cutting-edge technologies and best practices.\r\n                    <\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-why-card\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                    <div class=\"va-soft-why-icon\">\r\n                        <i class=\"bx bx-git-branch\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"va-soft-why-title\">Agile Methodology<\/h3>\r\n                    <p class=\"va-soft-why-description\">\r\n                        Flexible development approach with iterative sprints, continuous delivery, and regular client feedback.\r\n                    <\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-why-card\" data-aos=\"fade-up\" data-aos-delay=\"400\">\r\n                    <div class=\"va-soft-why-icon\">\r\n                        <i class=\"bx bx-lock\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"va-soft-why-title\">Security First<\/h3>\r\n                    <p class=\"va-soft-why-description\">\r\n                        Built-in security measures, compliance with industry standards, and regular security audits.\r\n                    <\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-why-card\" data-aos=\"fade-up\" data-aos-delay=\"500\">\r\n                    <div class=\"va-soft-why-icon\">\r\n                        <i class=\"bx bx-support\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"va-soft-why-title\">24\/7 Support<\/h3>\r\n                    <p class=\"va-soft-why-description\">\r\n                        Round-the-clock technical support and maintenance to ensure your software runs smoothly.\r\n                    <\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"va-soft-why-card\" data-aos=\"fade-up\" data-aos-delay=\"600\">\r\n                    <div class=\"va-soft-why-icon\">\r\n                        <i class=\"bx bx-dollar-circle\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"va-soft-why-title\">Cost-Effective Solutions<\/h3>\r\n                    <p class=\"va-soft-why-description\">\r\n                        Competitive pricing with transparent costs and flexible engagement models to suit your budget.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n<!-- Testimonials Section -->\r\n<section class=\"va-soft-section va-soft-section-light\" id=\"testimonials\">\r\n    <div class=\"container\">\r\n        <div class=\"text-center mb-5\">\r\n            <div class=\"va-soft-section-badge d-inline-block\">Client Testimonials<\/div>\r\n            <h2 class=\"va-soft-section-title\">What Our Clients Say<\/h2>\r\n            <p class=\"va-soft-section-text mx-auto\" style=\"max-width: 700px;\">\r\n                Hear directly from our clients who have experienced transformative results through our custom software solutions.\r\n            <\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"va-soft-testimonials-slider\">\r\n            <div class=\"va-soft-testimonial\" data-aos=\"fade-up\">\r\n                <p class=\"va-soft-testimonial-content\">\r\n                    \"ViewAnonymous has provided us with a comprehensive digital privacy solution, improving our data protection efforts and boosting customer trust.\"\r\n                <\/p>\r\n                <div class=\"va-soft-testimonial-author\">\r\n                    <div class=\"va-soft-testimonial-avatar\">\r\n                        <img decoding=\"async\" src=\"https:\/\/viewanonymous.com\/wp-content\/uploads\/2026\/03\/Olivia-Carter.png\" alt=\"Olivia Carter\">\r\n                    <\/div>\r\n                    <div class=\"va-soft-testimonial-info\">\r\n                        <h4 class=\"va-soft-testimonial-name\">Sarah Johnson<\/h4>\r\n                        <span class=\"va-soft-testimonial-role\">CEO, TechStart Inc.<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>    \r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- FAQ Section -->\r\n<section class=\"va-soft-section va-soft-section-gray\" id=\"faq\">\r\n    <div class=\"container\">\r\n        <div class=\"text-center mb-5\">\r\n            <div class=\"va-soft-section-badge d-inline-block\">FAQ<\/div>\r\n            <h2 class=\"va-soft-section-title\">Frequently Asked Questions<\/h2>\r\n            <p class=\"va-soft-section-text mx-auto\" style=\"max-width: 700px;\">\r\n                Get answers to common questions about our software development services.\r\n            <\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"va-soft-faq\">\r\n            <div class=\"va-soft-faq-item\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                <div class=\"va-soft-faq-question\">\r\n                    How long does it take to develop custom software?\r\n                    <i class=\"bx bx-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"va-soft-faq-answer\">\r\n                    <p>The timeline varies based on complexity and scope. Simple applications may take 2-4 months, while enterprise solutions can take 6-18 months. We provide detailed timelines after the discovery phase.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-faq-item\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                <div class=\"va-soft-faq-question\">\r\n                    What is the cost of custom software development?\r\n                    <i class=\"bx bx-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"va-soft-faq-answer\">\r\n                    <p>Costs range from $20,000 for simple applications to $500,000+ for enterprise systems. Factors include complexity, features, technology stack, and timeline. Contact us for a detailed quote.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-faq-item\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                <div class=\"va-soft-faq-question\">\r\n                    Do you provide ongoing maintenance and support?\r\n                    <i class=\"bx bx-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"va-soft-faq-answer\">\r\n                    <p>Yes, we offer comprehensive maintenance packages including bug fixes, updates, security patches, performance optimization, and 24\/7 technical support.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-faq-item\" data-aos=\"fade-up\" data-aos-delay=\"400\">\r\n                <div class=\"va-soft-faq-question\">\r\n                    Can you integrate with existing systems?\r\n                    <i class=\"bx bx-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"va-soft-faq-answer\">\r\n                    <p>Absolutely! We specialize in seamless integration with existing systems, databases, APIs, and third-party services to ensure smooth data flow and functionality.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-faq-item\" data-aos=\"fade-up\" data-aos-delay=\"500\">\r\n                <div class=\"va-soft-faq-question\">\r\n                    What technologies do you specialize in?\r\n                    <i class=\"bx bx-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"va-soft-faq-answer\">\r\n                    <p>We work with a wide range of technologies including React, Angular, Node.js, Python, Java, .NET, AWS, Azure, and more. We choose the best technology stack based on your specific requirements.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"va-soft-faq-item\" data-aos=\"fade-up\" data-aos-delay=\"600\">\r\n                <div class=\"va-soft-faq-question\">\r\n                    How do you ensure software quality?\r\n                    <i class=\"bx bx-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"va-soft-faq-answer\">\r\n                    <p>We follow rigorous QA processes including code reviews, automated testing, performance testing, security audits, and user acceptance testing to ensure high-quality software.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- CTA Section -->\r\n<section class=\"va-soft-cta\" id=\"contact\">\r\n    <div class=\"container\">\r\n        <div class=\"va-soft-cta-content\">\r\n            <h2 class=\"va-soft-cta-title\" data-aos=\"fade-up\">Ready to Build Your Custom Software Solution?<\/h2>\r\n            <p class=\"va-soft-cta-subtitle\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                Let's discuss your project requirements and create a software solution that drives your business forward. Get a free consultation today!\r\n            <\/p>\r\n            <div class=\"va-soft-hero-buttons\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                <a href=\"\/contact\" class=\"va-soft-btn va-soft-btn-primary\">\r\n                    Schedule a Consultation\r\n                    <i class=\"bx bx-calendar\"><\/i>\r\n                <\/a>\r\n                <a href=\"mailto:support@viewanonymous.com\" class=\"va-soft-btn va-soft-btn-secondary\">\r\n                    Send Project Details\r\n                    <i class=\"bx bx-envelope\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section> \r\n\r\n    <!-- Back to Top Button -->\r\n    <button class=\"anv-footer-back-to-top show\" id=\"backToTop\" aria-label=\"Back to top\">\r\n        <i class=\"bx bx-up-arrow-alt\"><\/i>\r\n    <\/button>\r\n\r\n    <!-- Scripts -->\r\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.0\/dist\/js\/bootstrap.bundle.min.js\"><\/script>\r\n    <script src=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.js\"><\/script>\r\n    <script>\r\n\r\n        \/\/ FAQ Accordion\r\n        const faqItems = document.querySelectorAll('.va-soft-faq-item');\r\n\r\n        faqItems.forEach(item => {\r\n            const question = item.querySelector('.va-soft-faq-question');\r\n            \r\n            question.addEventListener('click', () => {\r\n                \/\/ Close other FAQ items\r\n                faqItems.forEach(otherItem => {\r\n                    if (otherItem !== item) {\r\n                        otherItem.classList.remove('active');\r\n                    }\r\n                });\r\n                \r\n                \/\/ Toggle current FAQ item\r\n                item.classList.toggle('active');\r\n            });\r\n        });\r\n\r\n        \/\/ Smooth Scrolling for anchor links\r\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\r\n            anchor.addEventListener('click', function (e) {\r\n                e.preventDefault();\r\n                const target = document.querySelector(this.getAttribute('href'));\r\n                if (target) {\r\n                    target.scrollIntoView({\r\n                        behavior: 'smooth',\r\n                        block: 'start'\r\n                    });\r\n                }\r\n            });\r\n        });\r\n\r\n        \/\/ Add counter animation for case study results\r\n        const observerOptions = {\r\n            threshold: 0.5,\r\n            rootMargin: '0px'\r\n        };\r\n\r\n        const observer = new IntersectionObserver((entries) => {\r\n            entries.forEach(entry => {\r\n                if (entry.isIntersecting) {\r\n                    const counters = entry.target.querySelectorAll('.va-soft-case-result-number');\r\n                    counters.forEach(counter => {\r\n                        const target = counter.innerText;\r\n                        if (target.includes('%') || target.includes('+') || target.includes('M') || target.includes('B')) {\r\n                            \/\/ Skip animation for percentage and monetary values\r\n                            return;\r\n                        }\r\n                        \r\n                        const finalNumber = parseInt(target);\r\n                        let currentNumber = 0;\r\n                        const increment = finalNumber \/ 50;\r\n                        \r\n                        const updateCounter = () => {\r\n                            if (currentNumber < finalNumber) {\r\n                                currentNumber += increment;\r\n                                counter.innerText = Math.ceil(currentNumber) + '+';\r\n                                requestAnimationFrame(updateCounter);\r\n                            } else {\r\n                                counter.innerText = target;\r\n                            }\r\n                        };\r\n                        \r\n                        updateCounter();\r\n                    });\r\n                    observer.unobserve(entry.target);\r\n                }\r\n            });\r\n        }, observerOptions);\r\n\r\n        \/\/ Observe all case study cards\r\n        document.querySelectorAll('.va-soft-case-study').forEach(card => {\r\n            observer.observe(card);\r\n        });\r\n    <\/script>    \r\n\r\n          <!-- footer -->\r\n          <script>\r\n            \/\/ Initialize AOS\r\n            AOS.init({\r\n                duration: 1000,\r\n                once: true,\r\n                offset: 100\r\n            });\r\n            \r\n            \/\/ Back to Top Button\r\n            const backToTopBtn = document.getElementById('backToTop');\r\n            \r\n            window.addEventListener('scroll', () => {\r\n                if (window.pageYOffset > 300) {\r\n                    backToTopBtn.classList.add('show');\r\n                } else {\r\n                    backToTopBtn.classList.remove('show');\r\n                }\r\n            });\r\n            \r\n            backToTopBtn.addEventListener('click', () => {\r\n                window.scrollTo({\r\n                    top: 0,\r\n                    behavior: 'smooth'\r\n                });\r\n            });\r\n          <\/script>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-42","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/viewanonymous.com\/wp-json\/wp\/v2\/pages\/42","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/viewanonymous.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/viewanonymous.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/viewanonymous.com\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/viewanonymous.com\/wp-json\/wp\/v2\/comments?post=42"}],"version-history":[{"count":4,"href":"https:\/\/viewanonymous.com\/wp-json\/wp\/v2\/pages\/42\/revisions"}],"predecessor-version":[{"id":904,"href":"https:\/\/viewanonymous.com\/wp-json\/wp\/v2\/pages\/42\/revisions\/904"}],"wp:attachment":[{"href":"https:\/\/viewanonymous.com\/wp-json\/wp\/v2\/media?parent=42"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}