MMCT TEAM
Server IP : 103.191.208.50  /  Your IP : 216.73.216.53
Web Server : LiteSpeed
System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64
User : celkcksm ( 1031)
PHP Version : 7.4.33
Disable Function : show_source, system, shell_exec, passthru, popen, exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/celkcksm/.gnupg/../demo.ncriptech.com/ncriptech-landing/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/celkcksm/.gnupg/../demo.ncriptech.com/ncriptech-landing/index.html
<!DOCTYPE html>
<html lang="en">
   <head>
      <meta charset="UTF-8">
      <meta name="theme-color" content="#0034f7">
      <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
      <meta name="format-detection" content="telephone=no">
      <meta name="_token" content="7DzogKJH00LKLcoo6pFW1fJ4q41Pwy9RhJTLvM9o" />
      <link rel="shortcut icon" href="frontend/assets/img/icons/favicon/favicon.ico" />
      <link rel="icon" type="image/png" href="frontend/assets/img/icons/favicon/favicon-32x32.png" sizes="32x32" />
      <link rel="icon" type="image/png" href="frontend/assets/img/icons/favicon/favicon-16x16.png" sizes="16x16" />
    <title>
        Best App Development Company in Kolkata
    </title>
    <meta name="keywords" content="app development company in kolkata,
Best app development company in kolkata,
web app developer near me,
app developers in kolkata,
software development companies in kolkata,
best mobile app development company kolkata,
mobile app development company in kolkata,
best mobile app development agency in Kolkata,
custom app development agency in Kolkata,
    
" />
    <meta name="description" content="We strive as the best app development company in Kolkata. Contact us for web app developer near me, software development companies in Kolkata.
    
" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="Article" />
<meta property="og:title" content="Best App Development Company in Kolkata" />
<meta property="og:site_name" content="Ncriptech is a top software development company" />
<meta property="og:description" content="We strive as the best app development company in Kolkata. Contact us for web app developer near me, software development companies in Kolkata. " />
      <!-- init css -->
      <style>
         @import url("https://sundewsolutions.com/frontend/assets/vendors/swiper@8.0.7/swiper-bundle.min.css?v=3.0.0");
         @import url("https://sundewsolutions.com/frontend/assets/dart-scss/style.min.css?v=3.0.0");
      </style>
      <script src="https://sundewsolutions.com/frontend/assets/js/jquery-3.5.1.min.js?v=3.0.0"></script>
      <script src="https://sundewsolutions.com/frontend/assets/js/jquery.validate.min.js?v=3.0.0" async></script>
      
      <style>
         .c-preloader {
         display: grid;
         place-items: center;
         color: #fff;
         position: fixed;
         background-color: #000 !important;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         z-index: 999999;
         overflow: hidden;
         opacity: 1;
         visibility: visible;
         }
         .c-preloader.c-loader-fade {
         opacity: 0;
         visibility: hidden;
         }
         .c-preloader svg {
         width: 8em;
         z-index: 1;
         fill: white;
         stroke: none;
         transform: scale(1.6);
         }
         @media (min-width: 2560px) {
         .c-preloader svg {
         transform: scale(2);
         }
         }
         .c-preloader__progress {
         position: absolute;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         background-color: #000;
         }
         .progress {
         background: rgba(255, 255, 255, .2);
         justify-content: flex-start;
         border-radius: 0;
         align-items: center;
         position: absolute;
         padding: 0 5px;
         display: flex;
         height: 10px;
         width: 100%;
         top: 0;
         }
         .progress-value {
         animation: load 3s normal forwards;
         box-shadow: 0 10px 40px -10px #fff;
         border-radius: 0;
         background: #fff;
         height: 10px;
         width: 0;
         }
         @keyframes load {
         0% {
         width: 0;
         }
         100% {
         width: 100%;
         }
         }
         .sundew__hero-texts-animation{
            padding-top: 0rem !important
         }
         header.header-on-scroll .sundew--logo {
            width: 100%;
         }
         .sundew__awards-recognation .dgrid .swiper-slide:nth-child(1) img{
            filter: invert(0);
         }
         .sundew__inner--paragraphs .stacks-grid.stacks-grid-brand {
            grid-template-columns: repeat(8, 1fr);
         }
         .two-column-list {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px 20px;
            padding-left: 0;
            list-style: none;
          }
          #goTopBtn {
            position: fixed;
            bottom: 40px;
            right: 40px;
            z-index: 99;
            font-size: 18px;
            background-color: #333;
            color: white;
            border: none;
            outline: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            box-shadow: 0 4px 8px rgba(0,0,0,0.3);
            transition: background-color 0.3s, transform 0.3s, opacity 0.3s;
            opacity: 0;
            pointer-events: none;
          }
          
          #goTopBtn.show {
            opacity: 1;
            pointer-events: auto;
          }
          
          #goTopBtn:hover {
            background-color: #555;
            transform: scale(1.1);
          }
          
          #goTopBtn:active {
            transform: scale(0.95);
          }
          
      </style>
      <script>
        window.onscroll = function () {
            const btn = document.getElementById("goTopBtn");
            if (window.scrollY > 0) {
              btn.classList.add("show");
            } else {
              btn.classList.remove("show");
            }
          };
          
          function topFunction() {
            window.scrollTo({ top: 0, behavior: 'smooth' });
          }
          
      </script>
      
      <!-- init js -->
      <style type="text/css">
         .grecaptcha-badge {
         visibility: hidden;
         }
      </style>
      <!-- gsap and scrolltrigger -->
      <script src=" frontend/assets/js/scripts.js?v=3.0.0" defer></script>
      <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.7.0/ScrollToPlugin.min.js"></script>
      <script src="frontend/assets/js/ScrollSmoother.min.js?v=3.0.0" defer></script>
      <script src="frontend/assets/js/gsap/DrawSVGPlugin.min.js?v=3.0.0" defer></script>
      <script src="frontend/assets/js/gsap/MotionPathPlugin.min.js?v=3.0.0" defer></script>
      <script src="frontend/assets/js/gsap/Draggable.min.js?v=3.0.0" defer></script>
      <script src="frontend/assets/js/gsap/SplitText.min.js?v=3.0.0" defer></script>
      <script src="frontend/assets/js/offerings-anim.js?v=3.0.0" defer></script>
      <!-- phone field -->
      <style>
         @import url("frontend/assets/js/intl-tel/css/intlTelInput.min.css?v=3.0.0");
      </style>
      <script type="text/javascript" src="frontend/assets/js/intl-tel/js/intlTelInput.min.js?v=3.0.0" defer></script>
      <style type="text/css">
         .grecaptcha-badge {
         visibility: hidden;
         }
      </style>
      <script>
         let smoother;
         window.addEventListener('DOMContentLoaded', () => {
             gsap.config({
                 autoSleep: 0,
                 force3D: false,
                 nullTargetWarn: false,
                 trialWarn: false
             });
         
             function recursion(x) {
         
                 if (x >= 1000000000000)
                     return;
                 recursion(x + 1);
             }
         
             function Geeks() {
                 try {
                     recursion(0);
                     console.log("Too much recursion" +
                         " error not occurred");
                 } catch (e) {
                     console.log("Too much recursion" +
                         " error occurred");
                 }
             }
         
             Geeks();
         
             gsap.registerPlugin(ScrollTrigger, ScrollSmoother, MotionPathPlugin, SplitText);
         
             ScrollTrigger.matchMedia({
                 "(min-width: 1200px)": function() {
         
                     ScrollTrigger.refresh();
                     ScrollTrigger.normalizeScroll(true)
                     smoother = ScrollSmoother.create({
                         smooth: 1, // how long (in seconds) it takes to "catch up" to the native scroll position
                         // speed: 1,
                         effects: true, // looks for data-speed and data-lag attributes on elements
                         smoothTouch: 0.1, // much shorter smoothing time on touch devices (default is NO smoothing on touch devices)
                         normalizeScroll: true,
                         ignoreMobileResize: true
                     });
                 }
             });
         });
      </script>

   </head>
   <body id="sundew">
    <button onclick="topFunction()" id="goTopBtn" title="Go to top">↑</button>
      <div data-scroll-container>
         <span class="drag-cursor">Drag</span>
         <!-- <div id="scroll-indicator"></div> -->
         <svg style="display: none;" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
            <symbol id="svg--arwR">
               <g
                  inkscape:label="Layer 1"
                  inkscape:groupmode="layer"
                  id="layer1"
                  transform="translate(-73.314364,-126.99332)">
                  <path
                     d="m 77.693214,135.75103 -0.88635,-0.89959 2.87073,-2.8575 h -6.36323 v -1.24354 h 6.36323 l -2.87073,-2.87073 0.88635,-0.88635 4.37886,4.37885 z"
                     id="path2"
                     style="stroke-width:0.264583" />
               </g>
            </symbol>
         </svg>
         <svg style="display: none;" viewBox="0 0 381.715 219.42999" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
            <symbol id="svg--videocam">
               <g
                  id="g134"
                  transform="translate(-159.1402,-213.15)">
                  <path
                     d="m 538.57,234.86 c -1.7148,-0.57031 -4,-0.57031 -5.7148,0 l -90.285,47.43 v -34.855 c 0,-18.855 -15.43,-34.285 -34.285,-34.285 h -214.86 c -18.855,0 -34.285,15.43 -34.285,34.285 v 150.86 c 0,18.855 15.43,34.285 34.285,34.285 h 214.86 c 18.855,0 34.285,-15.43 34.285,-34.285 V 363.44 l 90.285,47.426 h 5.7148 c 1.7148,-1.1445 2.2852,-3.4297 2.2852,-5.1445 v -165.71 c 0,-1.7148 -0.57031,-4 -2.2852,-5.1445 z M 431.14,398.29 c 0,12.57 -10.285,22.855 -22.855,22.855 l -214.86,0.004 c -12.57,0.57031 -22.285,-9.1445 -22.855,-21.715 v -1.1445 l -0.004,-150.86 c -0.57031,-12.57 9.1445,-22.285 21.715,-22.855 h 1.1445 214.86 c 12.57,0 22.855,10.285 22.855,22.855 z m 98.285,-2.2852 -86.855,-45.145 v -55.43 l 86.855,-45.145 z"
                     id="path64" />
               </g>
            </symbol>
         </svg>
         <svg style="display: none;" viewBox="0 0 51.411335 19.165352" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
            <symbol id="svg--sundewLTlong">
               <path
                  d="M 0.635,6.6410462 C 0.23812,7.0379262 0.0042,7.5935618 0,8.1756262 L 0.02575777,19.165351 H 7.296388 v 0 L 7.2495787,8.7312512 c -0.00356,-0.793742 0.66146,-1.45521 1.45521,-1.45521 H 13.070418 L 51.411336,7.2757916 51.364527,0.04681054 8.1756187,1.2471387e-6 C 7.5935391,-6.2962286e-4 7.0379187,0.23812125 6.6145787,0.63500125 L 0.635003,6.6410412"
                  id="path2"/>
            </symbol>
         </svg>
         <svg style="display: none;" viewBox="0 0 834.00001 500.99999" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
            <symbol id="svg--innerpagecover">
               <path
                  id="path-fill"
                  d="M 8.0829038e-6,0 V 330.87304 H 169.31447 414.12892 c 29.73431,0 54.51172,-18.77935 54.51172,-48.51367 V 118.82031 64.30859 h 272.56445 v 237.87305 c 0,21.80516 -7.92881,41.62728 -23.78711,57.48633 L 575.72071,500.74023 c 0.0187,0.0846 0.036,0.17074 0.0508,0.25977 H 834.00002 V 0 Z m 0,330.87304 c -1.4e-5,-224.58202 -7e-6,-112.29101 0,0 z" />
               <path
                  id="path-stroke"
                  d="M 8.0829038e-6,330.87304 411.67911,330.88044 c 0,0 54.96045,3.34501 56.39582,-46.4747 1.64998,-57.26813 0.5654,-220.09715 0.5654,-220.09715 h 272.56445 l -0.2221,238.58791 c 0,0 0.78828,21.48063 -11.23299,41.18762 -12.02127,19.707 -161.08387,162.3312 -161.08387,162.3312"/>
            </symbol>
         </svg>
         <svg style="display: none;" viewBox="0 0 128 128" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
            <symbol id="svg--callS">
               <path d="M123.28788,96.79737,100.78819,80.34893a6.26082,6.26082,0,0,0-8.08382.58949l-12.02065,11.805-.04092.04092a5.33619,5.33619,0,0,1-7.50362-.08369L52.35966,71.92108,35.2994,54.86081a5.33619,5.33619,0,0,1-.08369-7.50362l.04092-.04092,11.805-12.02065a6.26082,6.26082,0,0,0,.58949-8.08382L31.20263,4.71212a6.26247,6.26247,0,0,0-9.48412-.73271l-8.47993,8.47993q-.80336.80336-1.5342,1.66808C10.14787,15.9666,6.77822,20.09128,5.49694,22.745a34.59493,34.59493,0,0,0,5.73882,38.17081l55.84846,55.84846a34.59493,34.59493,0,0,0,38.17081,5.73882c2.65369-1.28128,6.77836-4.65093,8.61754-6.20744q.86472-.73083,1.66808-1.5342l8.47993-8.47993A6.26247,6.26247,0,0,0,123.28788,96.79737Z"/>
            </symbol>
         </svg>


         <header id="header" class="theme-white">
            <div class="fulls--request-cta">
               <a href="#" class="c2a-underline c--blak b-0">
               <span>Request for Quote</span>
               </a>
            </div>
            <div class="mainX2-container">
               <div class="inner-container">
                  <a class="sundew--logo-mobile" href="#" tabindex="0">
                        <!-- <i icon="ncriptech"></i> -->
                        <img src="frontend/assets/img/common/ncriptech_logo.webp" alt="Best Software Development Company in Kolkata - Ncriptech" title="Best Software Development Company in Kolkata - Ncriptech">
                  </a>
                  <a class="sundew--logo d-inline-block" href="#" aria-label="Sundew Home Page" tabindex="1">
                    
                    <!-- <i icon="ncriptech"></i> -->
                    <img src="frontend/assets/img/common/ncriptech_logo.webp" alt="Best Software Development Company in Kolkata - Ncriptech" title="Best Software Development Company in Kolkata - Ncriptech">
                  </a>
                  <nav>
                     <ul>
                        <li class="has-submenu has-submenu--company company--menu">
                           <span>Company</span>
                           <div class="submenu">
                              <div class="submenu--company">
                                 <figure class="submenu--company-fig">
                                    <img src="https://sundewsolutions.com/frontend/assets/img/2024_v1/aboutMenuHero.webp?v=3.0.0" alt="Sundew" title="Sundew" />
                                 </figure>
                                 <div class="submenu--company-items">
                                    <ul role="list">
                                       <li><a href="https://www.ncriptech.com/about" aria-label="About Us Page">About Us <i icon="arwR4"></i> </a></li>
                                       <li><a href="https://www.ncriptech.com/news" aria-label="Our Leadership Page">News <i icon="arwR4"></i> </a></li>
                                       <li><a href="https://www.ncriptech.com/success_stories" aria-label="Culture &amp; Values Page">Success Stories <i icon="arwR4"></i> </a></li>
                                      
                                    </ul>
                                 </div>
                                 <div class="submenu--company-btm">
                                    <a href="#" class="c2a outline c2a-arw c2a--inline hvr:bg--sundewblu hvr:c--whitee"> <span>Let's Connect</span> <i icon="arwR"></i></a>
                                 </div>
                              </div>
                           </div>
                        </li>
                        <li class="has-submenu has-submenu--practice new-practice-menu">
                           <span>Practices</span>
                           <div class="submenu">
                              <div class="submenu--practice-new">
                                 <nav class="menu">
                                    <a href="#" class="active" onclick="setActiveTab(event, 'Customer-Experience')">Mobile Application Development</a>
                                    <a href="#" onclick="setActiveTab(event, 'Data-Generative')">Website Development</a>
                                    <a href="#" onclick="setActiveTab(event, 'Application-Engineering')">Digital Marketing</a>
                                    <a href="#" onclick="setActiveTab(event, 'Modernization-Strategies')">Custom Software Development</a>
                                 </nav>
                                 <div class="container menu-tab-content active" id="Customer-Experience">
                                    <div class="left">
                                       <figure>
                                          <img src="https://sundewsolutions.com/frontend/assets/img/2025_v1/sap/practiceMenuHero1.webp?v=3.0.0" alt="Customer Experience" title="Customer Experience" />
                                       </figure>
                                    </div>
                                    <div class="middle flow-rootx">
                                       <p class="h4 fw--m">Mobile. <br/>Application Development.</p>
                                       <!-- <p class="h9">Deliver consistent, user-centric solutions that enhance engagement and streamline journeys across all platforms for scalable enterprise impact.</p> -->
                                    </div>
                                    <div class="right">
                                       <div class="link--row">
                                          <a href="https://www.ncriptech.com/android-application-services" class="link-row"><span>Android Application Development</span><i icon="arwR4"></i></a>
                                          <a href="https://www.ncriptech.com/ios-application-services" class="link-row"><span>IOS Application Development</span><i icon="arwR4"></i></a>
                                          <a href="https://www.ncriptech.com/crossplatform-application-services" class="link-row"><span>Cross Platform App Development</span><i icon="arwR4"></i></a>
                                          <a href="https://www.ncriptech.com/custom-application-services" class="link-row"><span>Custom Application Development</span><i icon="arwR4"></i></a>
                                       </div>
                                       <div class="cta flow-rootx">
                                          <p class="h5">Your next begins here <span class="c--blu fw--r">@ncriptech</span></p>
                                          <a href="https://www.ncriptech.com/contact" class="c2a outline c2a-arw c2a--inline c--blak hvr:bg--blu hvr:c--whitee radius:expandedX2 b-0">
                                          <span>Let’s Connect</span>
                                          <i icon="arwR"></i>
                                          </a>
                                       </div>
                                    </div>
                                 </div>
                                 <div class="container menu-tab-content" id="Data-Generative">
                                    <div class="left">
                                       <figure>
                                          <img src="frontend/assets/img/2025_v1/sap/practiceMenuHero2.webp?v=3.0.0" alt="Data & Generative AI" title="Data & Generative AI" />
                                       </figure>
                                    </div>
                                    <div class="middle flow-rootx">
                                       <p class="h4 fw--m">Website. <br/>Development.</p>
                                       <!-- <p class="h9">Transform data into actionable intelligence and automate processes with AI solutions built for reliability, adaptability, and future-ready performance.</p> -->
                                    </div>
                                    <div class="right">
                                       <div class="link--row">
                                          <a href="https://www.ncriptech.com/web-application-services" class="link-row"><span>Web Application Development</span><i icon="arwR4"></i></a>
                                          <a href="https://www.ncriptech.com/uiux-services" class="link-row"><span>UI/UX Design</span><i icon="arwR4"></i></a>
                                          <a href="https://www.ncriptech.com/website-services" class="link-row"><span>Website Development</span><i icon="arwR4"></i></a>
                                          <a href="https://www.ncriptech.com/custom-website-services" class="link-row"><span>Custom Website Development</span><i icon="arwR4"></i></a>
                                       </div>
                                       <div class="cta flow-rootx">
                                          <p class="h5">Your next begins here <span class="c--blu fw--r">@ncriptech</span></p>
                                          <a href="https://www.ncriptech.com/contact" class="c2a outline c2a-arw c2a--inline c--blak hvr:bg--blu hvr:c--whitee radius:expandedX2 b-0">
                                          <span>Let’s Connect</span>
                                          <i icon="arwR"></i>
                                          </a>
                                       </div>
                                    </div>
                                 </div>
                                 <div class="container menu-tab-content" id="Application-Engineering">
                                    <div class="left">
                                       <figure>
                                          <img src="frontend/assets/img/2025_v1/sap/practiceMenuHero3.webp?v=3.0.0" alt="Application Engineering" title="Application Engineering" />
                                       </figure>
                                    </div>
                                    <div class="middle flow-rootx">
                                       <p class="h4 fw--m">Digital. <br/>Marketing.</p>
                                       <!-- <p class="h9">Build scalable solutions that enhance usability, captivate users, and maintain consistent stability throughout the product lifecycle.</p> -->
                                    </div>
                                    <div class="right">
                                       <div class="link--row">
                                          <a href="https://www.ncriptech.com/seo-services" class="link-row"><span>SEO-Search Engine Optimization</span><i icon="arwR4"></i></a>
                                          <a href="https://www.ncriptech.com/smo-services" class="link-row"><span>SMO - Social Media Optimization</span><i icon="arwR4"></i></a>
                                          <a href="https://www.ncriptech.com/facebook-marketing-services" class="link-row"><span> Social Media Marketing</span><i icon="arwR4"></i></a>
                                          <a href="https://www.ncriptech.com/ecommerce-marketing-services" class="link-row"><span>E-Commerce Marketing</span><i icon="arwR4"></i></a>
                                       </div>
                                       <div class="cta flow-rootx">
                                          <p class="h5">Your next begins here <span class="c--blu fw--r">@ncriptech</span></p>
                                          <a href="https://www.ncriptech.com/contact" class="c2a outline c2a-arw c2a--inline c--blak hvr:bg--blu hvr:c--whitee radius:expandedX2 b-0">
                                          <span>Let’s Connect</span>
                                          <i icon="arwR"></i>
                                          </a>
                                       </div>
                                    </div>
                                 </div>
                                 <div class="container menu-tab-content" id="Modernization-Strategies">
                                    <div class="left">
                                       <figure>
                                          <img src="frontend/assets/img/2025_v1/sap/practiceMenuHero4.webp?v=3.0.0" alt="Modernization Strategies" title="Modernization Strategies" />
                                       </figure>
                                    </div>
                                    <div class="middle flow-rootx">
                                       <p class="h4 fw--m">Custom. <br/>Software Development.</p>
                                       <!-- <p class="h9">Advance your organization with modern technologies and streamlined processes, ensuring adaptability, resilience, and sustained growth in today’s fast-changing market.</p> -->
                                    </div>
                                    <div class="right">
                                       <div class="link--row">
                                          <a href="https://www.ncriptech.com/wordpress-services" class="link-row"><span>Wordpress Development</span><i icon="arwR4"></i></a>
                                          <a href="https://www.ncriptech.com/magento-services" class="link-row"><span>Magento Development</span><i icon="arwR4"></i></a>
                                          <a href="https://www.ncriptech.com/codeigniter-services" class="link-row"><span>CodeIgniter Development </span><i icon="arwR4"></i></a>
                                          <a href="https://www.ncriptech.com/opencart-services" class="link-row"><span>Opencart Development</span><i icon="arwR4"></i></a>
                                       </div>
                                       <div class="cta flow-rootx">
                                          <p class="h5">Your next begins here <span class="c--blu fw--r">@ncriptech</span></p>
                                          <a href="https://www.ncriptech.com/contact" class="c2a outline c2a-arw c2a--inline c--blak hvr:bg--blu hvr:c--whitee radius:expandedX2 b-0">
                                          <span>Let’s Connect</span>
                                          <i icon="arwR"></i>
                                          </a>
                                       </div>
                                    </div>
                                 </div>
                              </div>
                           </div>
                        </li>
                        <li class="has-submenu has-submenu--industries">
                           <span>Products</span>
                           <div class="submenu">
                              <div class="submenu--industries">
                                 <div class="submenu--industries-fig">
                                    <figure class="submenu--company-fig">
                                       <img src="https://sundewsolutions.com/frontend/assets/img/2024_v1/industryMenuHero.webp?v=3.0.0" alt="Sundew" title="Sundew" />
                                    </figure>
                                    <figcaption>Products We Offer</figcaption>
                                 </div>
                                 <div class="submenu--industries-items">
                                    <ul role="list">
                                       <li><a href="https://www.ncriptech.com/interface">INTERFACE <i icon="arwR4"></i></a></li>
                                       <li><a href="https://www.ncriptech.com/mobidev">MOBI DEV <i icon="arwR4"></i></a></li>
                                       <li><a href="https://www.ncriptech.com/codex">CODEX <i icon="arwR4"></i></a></li>
                                       <li><a href="https://www.ncriptech.com/keywords">KEYWORDS <i icon="arwR4"></i></a></li>
                                       <li><a href="https://www.ncriptech.com/pixelplus">PIXEL PLUS <i icon="arwR4"></i></a></li>
                                       <li><a href="https://www.ncriptech.com/impulse">IMPULSE <i icon="arwR4"></i></a></li>
                                       <li><a href="https://www.ncriptech.com/thinktank">THINKTANK <i icon="arwR4"></i></a></li>
                                       <li><a href="https://www.ncriptech.com/cloudcampus">CLOUD CAMPUS <i icon="arwR4"></i></a></li>
                                       <li><a href="https://www.ncriptech.com/sims">SIMS4.0 <i icon="arwR4"></i></a></li>
                                       <li><a href="https://www.ncriptech.com/ehm">EHM <i icon="arwR4"></i></a></li>
                                       <li><a href="https://www.ncriptech.com/flexibook">FLEXIBOOK <i icon="arwR4"></i></a></li>
                                    </ul>
                                 </div>
                                 <div class="submenu--industries-btm">
                                    <a href="https://www.ncriptech.com/contact" class="c2a outline c2a-arw c2a--inline hvr:bg--sundewblu hvr:c--whitee"> <span>Let's Connect</span> <i icon="arwR"></i></a>
                                 </div>
                              </div>
                           </div>
                        </li>
                        <li><a aria-label="CONNECT Page" href="https://www.ncriptech.com/contact">Connect</a></li>
                     </ul>
                     <div class="menu-icon">
                        <span class="menu-icon__line"></span>
                        <span class="menu-icon__line"></span>
                        <span class="menu-icon__line"></span>
                     </div>
                  </nav>
                  <figure class="gptw--logo">
                     <a href="https://g.page/r/CVcPvSUCkP04EBE/review" target="_blank"><img src="frontend/assets/img/common/nav-menu/google-review.png" alt="google-reviews" title="Google Review" /></a>
                  </figure>
               </div>
            </div>
         </header>
         <div class="nav-container">
            <div class="nav-overflow">
               <div class="menu-close">
                  <svg width="634" height="634" viewBox="0 0 634 634" fill="none" xmlns="http://www.w3.org/2000/svg">
                     <path d="M317 617C277.603 617 238.593 609.24 202.195 594.163C165.797 579.087 132.726 556.99 104.868 529.133C77.0103 501.273 54.9127 468.203 39.836 431.807C24.7597 395.407 17 356.397 17 317C17 277.603 24.7597 238.593 39.836 202.195C54.9127 165.797 77.0103 132.726 104.868 104.868C132.726 77.0103 165.797 54.9127 202.195 39.836C238.593 24.7597 277.603 17 317 17C356.397 17 395.407 24.7597 431.807 39.836C468.203 54.9127 501.273 77.0103 529.133 104.868C556.99 132.726 579.087 165.797 594.163 202.195C609.24 238.593 617 277.603 617 317C617 356.397 609.24 395.407 594.163 431.807C579.087 468.203 556.99 501.273 529.133 529.133C501.273 556.99 468.203 579.087 431.803 594.163C395.407 609.24 356.397 617 317 617Z" stroke="currentColor" stroke-width="33.3333" stroke-linecap="round"/>
                     <path d="M217 217L417 417" stroke="currentColor" stroke-width="33.3333" stroke-linecap="round"/>
                     <path d="M417 217L217 417" stroke="currentColor" stroke-width="33.3333" stroke-linecap="round"/>
                  </svg>
               </div>
               <nav class="menu menu-grid">
                  <div class="menu-f-grid">
                     <a class="sundew--logo d-inline-block" href="https://sundewsolutions.com" aria-label="Sundew Home Page" tabindex="1">
                        <img src="/frontend/assets/img/common/ncriptech_logo.webp" alt="Best Software Development Company in Kolkata - Ncriptech" title="Best Software Development Company in Kolkata - Ncriptech">
                     </a>
                     <a href="https://www.ncriptech.com/contact" class="c2a c2a--inline c2a--arw bg--blu c--whitee hvr:bg--ylw hvr:c--blak">
                     <span>Request for Quote</span> <i icon="arwR4"></i>
                     </a>
                  </div>
                  <div class="menu-inner-grid">
                     <div class="menu-item menu-item-full">
                        <h6 class="menu__heading">PRACTICES</h6>
                        <div class="menu__item-heading">
                           <a href="https://www.ncriptech.com/mobile-application-development" class="menu__item-link" href="#CustomerExperience" data-hover-content="Mobile Application Development Mobile Application Development Mobile Application Development Mobile Application Development Mobile Application Development Mobile Application Development Mobile Application Development Mobile Application Development Mobile Application Development Mobile Application Development Mobile Application Development"
                              data-href="#CustomerExperience" data-link="Customer Experience">Mobile Application Development <i icon="arwR4"></i></a>
                        </div>
                        <div class="menu__item-heading">
                           <a href="https://www.ncriptech.com/website-development" class="menu__item-link" href="#DataGenerativeAI" data-hover-content="Website Development Website Development Website Development Website Development Website Development Website Development Website Development Website Development Website Development Website Development Website Development Website Development Website Development Website Development Website Development Website Development"
                              data-href="#DataGenerativeAI" data-link="Data &amp; Generative AI">Website Development <i icon="arwR4"></i></a>
                        </div>
                        <div class="menu__item-heading">
                           <a href="https://www.ncriptech.com/digital-marketing" class="menu__item-link" href="#ApplicationEngineering" data-hover-content="Digital Marketing Digital Marketing Digital Marketing Digital Marketing Digital Marketing Digital Marketing Digital Marketing Digital Marketing Digital Marketing Digital Marketing Digital Marketing Digital Marketing Digital Marketing Digital Marketing Digital Marketing Digital Marketing Digital Marketing Digital Marketing"
                              data-href="#ApplicationEngineering" data-link="Application Engineering">Digital Marketing <i icon="arwR4"></i></a>
                        </div>
                        <div class="menu__item-heading">
                           <a href="https://www.ncriptech.com/custom-software-development" class="menu__item-link" href="#ModernizationStrategies" data-hover-content="Custom Software Development Custom Software Development Custom Software Development Custom Software Development Custom Software Development Custom Software Development Custom Software Development Custom Software Development Custom Software Development Custom Software Development Custom Software Development Custom Software Development Custom Software Development Custom Software Development Custom Software Development"
                              data-href="#ModernizationStrategies" data-link="Modernization Strategies">Custom Software Development <i icon="arwR4"></i></a>
                        </div>
                     </div>
                     <div class="menu-item-accord-cont">
                        <div class="menu-item menu-item-accord flow-rootx2">
                           <h6 class="menu__heading">Company</h6>
                           <ul class="menu__item--sub sub--list" role="list">
                              <li><a href="https://www.ncriptech.com/about">About Us</a></li>
                              <li><a href="https://www.ncriptech.com/news">News </a></li>
                              <li><a href="https://www.ncriptech.com/success_stories">Success Stories</a></li>
                              <li><a href="https://www.ncriptech.com/contact">Contact Us</a></li>
                           </ul>
                        </div>
                        <div class="menu-item menu-item-accord hide-on-desktop menu-new-minimal">
                           <h6 class="menu__heading">Career</h6>
                           <ul class="menu__item--sub arrow--cta" role="list">
                              <li><a href="https://sundewsolutions.com/career"><i icon="arwR4"></i> Career</a></li>
                              <li><a href="https://sundewsolutions.com/jobs"><i icon="arwR4"></i> Jobs</a></li>
                              <li><a href="https://sundewsolutions.com/recruitment-process"><i icon="arwR4"></i> Recruitment Process</a></li>
                              <li><a href="https://sundewsolutions.com/life-at-sundew"><i icon="arwR4"></i> Life at Sundew</a></li>
                           </ul>
                        </div>
                        <!-- <div class="menu-item menu-item-accord">
                           <h6 class="menu__heading">Resources</h6>
                           <ul class="menu__item--sub arrow--cta" role="list">
                           <li><a href="https://sundewsolutions.com/blog"><i icon="arwR4"></i> Thoughts &amp; Insights</a></li>
                           <li><a href="https://sundewsolutions.com/success-stories"><i icon="arwR4"></i> Success Stories</a></li>
                           </ul>
                           </div> -->
                     </div>
                  </div>
                  <div class="industries-full-menu">
                     <div class="menu-item">
                        <h6 class="menu__heading">Products</h6>
                        <ul class="menu__item--sub industries-new-menu arrow--cta" role="list">
                           <li><a href="https://www.ncriptech.com/interface"><i icon="arwR4"></i> INTERFACE</a></li>
                           <li><a href="https://www.ncriptech.com/mobidev"><i icon="arwR4"></i> MOBI DEV</a></li>
                           <li><a href="https://www.ncriptech.com/codex"><i icon="arwR4"></i> CODEX</a></li>
                           <li><a href="https://www.ncriptech.com/keywords"><i icon="arwR4"></i> KEYWORDS</a></li>
                           <li><a href="https://www.ncriptech.com/pixelplus"><i icon="arwR4"></i> PIXEL PLUS</a></li>
                           <li><a href="https://www.ncriptech.com/impulse"><i icon="arwR4"></i> IMPULSE</a></li>
                           <li><a href="https://www.ncriptech.com/thinktank"><i icon="arwR4"></i> THINKTANK</a></li>
                           <li><a href="https://www.ncriptech.com/cloudcampus"><i icon="arwR4"></i> CLOUD CAMPUS</a></li>
                           <li><a href="https://www.ncriptech.com/sims"><i icon="arwR4"></i> SIMS4.0</a></li>
                           <li><a href="https://www.ncriptech.com/ehm"><i icon="arwR4"></i> EHM</a></li>
                           <li><a href="https://www.ncriptech.com/flexibook"><i icon="arwR4"></i> FLEXIBOOK</a></li>
                        </ul>
                     </div>
                     
                  </div>
               </nav>
               <div class="nav--content">
                  <div class="close--content">
                     <i icon="arwR"></i>
                  </div>
                  <div id="CustomerExperience">
                     <div>
                        <div class="menu-heading-marquee">
                           <span>
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           Customer Experience
                           </span>
                        </div>
                        <ul class="arrow--cta" role="list">
                           <li><a href="https://sundewsolutions.com/omnichannel-customer-experience"><i icon="arwR"></i> Omnichannel CX</a></li>
                           <li><a href="https://sundewsolutions.com/brand-strategy-and-design"><i icon="arwR"></i> Brand Strategy &amp; Design</a></li>
                           <li><a href="https://sundewsolutions.com/interaction-design"><i icon="arwR"></i> Interaction Design (UI/UX)</a></li>
                           <li><a href="https://sundewsolutions.com/marketing-transformation"><i icon="arwR"></i> Marketing Transformation</a></li>
                        </ul>
                     </div>
                     <button type="button" class="c2a c2a--inline c2a--arw bg--blu c--whitee hvr:bg--ylw hvr:c--blak show-on-mobL" href="https://sundewsolutions.com/contact">
                     <span>Request for Quote</span> <i icon="arwR4"></i>
                     </button>
                  </div>
                  <div id="DataGenerativeAI">
                     <div>
                        <div class="menu-heading-marquee">
                           <span>
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           Data &amp; Generative AI
                           </span>
                        </div>
                        <ul class="arrow--cta" role="list">
                           <li><a href="https://sundewsolutions.com/migration-services"><i icon="arwR"></i> Migration Services</a></li>
                           <li><a href="https://sundewsolutions.com/automation-and-analytics"><i icon="arwR"></i> Analytics &amp; Automation</a></li>
                           <li><a href="https://sundewsolutions.com/data-engineering-services"><i icon="arwR"></i> Data Engineering &amp; AI/ML</a></li>
                           <li><a href="https://sundewsolutions.com/generative-ai-advisory"><i icon="arwR"></i> Generative AI Advisory</a></li>
                        </ul>
                     </div>
                     <button type="button" class="c2a c2a--inline c2a--arw bg--blu c--whitee hvr:bg--ylw hvr:c--blak show-on-mobL" href="https://sundewsolutions.com/contact">
                     <span>Request for Quote</span> <i icon="arwR4"></i>
                     </button>
                  </div>
                  <div id="ApplicationEngineering">
                     <div>
                        <div class="menu-heading-marquee">
                           <span>
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           Application Engineering
                           </span>
                        </div>
                        <ul class="arrow--cta" role="list">
                           <li><a href="https://sundewsolutions.com/agile-software-development-services"><i icon="arwR"></i> Agile Development</a></li>
                           <li><a href="https://sundewsolutions.com/product-engineering-services"><i icon="arwR"></i> Product Engineering</a></li>
                           <li><a href="https://sundewsolutions.com/mobile-application-development-services"><i icon="arwR"></i> Mobile Applications</a></li>
                           <li><a href="https://sundewsolutions.com/cloud-native-services"><i icon="arwR"></i> Cloud-Native Solutions</a></li>
                        </ul>
                     </div>
                     <button type="button" class="c2a c2a--inline c2a--arw bg--blu c--whitee hvr:bg--ylw hvr:c--blak show-on-mobL" href="https://sundewsolutions.com/contact">
                     <span>Request for Quote</span> <i icon="arwR4"></i>
                     </button>
                  </div>
                  <div id="ModernizationStrategies">
                     <div>
                        <div class="menu-heading-marquee">
                           <span>
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           Modernization Strategies
                           </span>
                        </div>
                        <ul class="arrow--cta" role="list">
                           <li><a href="https://sundewsolutions.com/cloud-consulting"><i icon="arwR"></i> Cloud Consulting</a></li>
                           <li><a href="https://sundewsolutions.com/process-automation"><i icon="arwR"></i> Process Automation</a></li>
                           <li><a href="https://sundewsolutions.com/technology-modernization"><i icon="arwR"></i> Technology Modernization</a></li>
                           <li><a href="https://sundewsolutions.com/digital-transformation-solutions"><i icon="arwR"></i> Digital Transformation</a></li>
                        </ul>
                     </div>
                     <button type="button" class="c2a c2a--inline c2a--arw bg--blu c--whitee hvr:bg--ylw hvr:c--blak show-on-mobL" href="https://sundewsolutions.com/contact">
                     <span>Request for Quote</span> <i icon="arwR4"></i>
                     </button>
                  </div>
                  <div id="Company">
                     <ul class="menu__item--sub arrow--cta" role="list">
                        <li><a href="https://sundewsolutions.com/about"><i icon="arwR4"></i> About Us</a></li>
                        <li><a href="https://sundewsolutions.com/leadership"><i icon="arwR4"></i> Our Leadership</a></li>
                        <li><a href="https://sundewsolutions.com/culture"><i icon="arwR4"></i> Culture &amp; Values</a></li>
                        <li><a href="https://sundewsolutions.com/contact"><i icon="arwR4"></i> Contact Us</a></li>
                     </ul>
                  </div>
                  <div id="Career">
                     <ul class="menu__item--sub arrow--cta" role="list">
                        <li><a href="https://sundewsolutions.com/career"><i icon="arwR4"></i> Career</a></li>
                        <li><a href="https://sundewsolutions.com/jobs"><i icon="arwR4"></i> Jobs</a></li>
                        <li><a href="https://sundewsolutions.com/recruitment-process"><i icon="arwR4"></i> Recruitment Process</a></li>
                        <li><a href="https://sundewsolutions.com/life-at-sundew"><i icon="arwR4"></i> Life at Sundew</a></li>
                     </ul>
                  </div>
                  <div id="Resources">
                     <ul class="menu__item--sub arrow--cta" role="list">
                        <li><a href="https://sundewsolutions.com/blog"><i icon="arwR4"></i> Thoughts &amp; Insights</a></li>
                        <li><a href="https://sundewsolutions.com/success-stories"><i icon="arwR4"></i> Success Stories</a></li>
                     </ul>
                  </div>
                  <div id="IndustriesWeServe" class="hide-on-desktop">
                     <ul class="menu__item--sub arrow--cta" role="list">
                        <li><a href="https://sundewsolutions.com/industries/insurance-and-home-warranty"><i icon="arwR4"></i> Insurance & Home Warranty</a></li>
                        <li><a href="https://sundewsolutions.com/industries/edutech-and-education"><i icon="arwR4"></i> Edu Tech & Education</a></li>
                        <li><a href="https://sundewsolutions.com/industries/retail-fashion-and-lifestyle"><i icon="arwR4"></i> Retail Fashion & Lifestyle</a></li>
                        <li><a href="https://sundewsolutions.com/industries/travel-and-hospitality"><i icon="arwR4"></i> Travel & Hospitality</a></li>
                        <li><a href="https://sundewsolutions.com/industries/health-tech-and-health-care"><i icon="arwR4"></i> Health Tech & Health Care</a></li>
                        <li><a href="https://sundewsolutions.com/industries/manufacturing"><i icon="arwR4"></i> Manufacturing</a></li>
                        <li><a href="https://sundewsolutions.com/industries/banking-and-financial-services"><i icon="arwR4"></i> Banking & Financial Services</a></li>
                        <li><a href="https://sundewsolutions.com/industries/food-and-beverage"><i icon="arwR4"></i> Food & Beverage</a></li>
                        <li><a href="https://sundewsolutions.com/industries/it-and-it-enabled-services"><i icon="arwR4"></i> IT & IT Enabled Services</a></li>
                        <li><a href="https://sundewsolutions.com/industries/real-estate-and-infrastructure"><i icon="arwR4"></i> Real Estate & Infrastructure</a></li>
                        <li><a href="https://sundewsolutions.com/industries/media-and-entertainment"><i icon="arwR4"></i> Media & Entertainment</a></li>
                        <li><a href="https://sundewsolutions.com/industries/energy"><i icon="arwR4"></i> Energy</a></li>
                     </ul>
                  </div>
               </div>
            </div>
         </div>
         <div id="smooth-wrapper" class="fl-left w-100p" scroll-section>
            <div id="smooth-content">
               <main class="mt-0 bg--white">

                <section class="sundew__hero-texts-animation bg--blak c--whitee mb-0 about-hero-banner pb-0">
                    <div class="sundew__inner--about inner-content c--whitee p-0">
                       <figure>
                          <img src="https://sundewsolutions.com/frontend/assets/img/2023_v2/contact/contact-hero.webp?v=3.0.0" alt="Connect with us" title="Connect with us" />>
                       </figure>
                       <div class="main-container">
                          <div class="inner-container">
                             <article>
                                <p class="h3 fw--r c--blak">Next Begins Here</p>
                                <img class="large-arrow" src="frontend/assets/img/2025/large-arrow.svg" alt="large arrow" title="large arrow" />
                             </article>
                          </div>
                       </div>
                    </div>
                 </section>
                 <!-- Contact Form Starts -->
                 <section class="sundew__contactstyle-2025">
                    <div class="main-container">
                       <div class="inner-container">
                          <div class="left flow-rootX6">
                             <div class="email">
                                <i icon="email"></i>
                                <div>
                                   <div class="head">
                                      <p>
                                         <span>Get in touch with us</span>
                                      </p>
                                   </div>
                                   <div class="sundew__mails">
                                      <ul class="p">
                                         <li><a href="mailto:ncriptech@gmail.com"><span>ncriptech@gmail.com</span></a></li>
                                         <li><a href="mailto:sales@ncriptech.com"><span>sales@ncriptech.com</span></a></li>
                                      </ul>
                                   </div>
                                </div>
                             </div>
                             <div class="address flow-rootX2">
                                <div class="india">
                                   <div class="icon"><img src="https://sundewsolutions.com/frontend/assets/img/2023_v2/contact/india.webp?v=3.0.0" alt="India Map" title="India Map"></div>
                                   <div class="details flow-rootx">
                                      <p class="map-link h5 fw--r"><a href="https://maps.app.goo.gl/ssp37yqcFvJr9bGu9" target="_blank">India Office</a></p>
                                      <p class="h6">3rd Floor, Rainbow Apartment, Naity Rd, Barabahera, Kanaipur, Jhilpar, Nabagram Colony, West Bengal 712246 .</p>
                                      <p class="telephone c--blu fw--r"><a href="tel:09830122122"><i icon="call"></i><span>Let’s Connect</span></a></p>
                                   </div>
                                </div>
                             </div>
                          </div>
                          <div class="right flow-rootX4">
                             <div class="head">
                                <p class="h3 fw--r">We love to create things with <br class="hide-on-mobP">fun, and with open-minded people.</p>
                             </div>
                             <div class="form-new flow-rootx3">
                                <p class="h6" style="opacity: 0.7"> <span class="c--error">*</span> marked fields are mandatory</p>
                                <form id="contactForm" class="form-style form-grid-2 form--whitee" action="send_email_contact_form.php" method="POST">
                                   <div class="form-element">
                                        <label class="form-label">First Name <span class="c--error">*</span></label>
                                        <input type="text" id="first_name" name="first_name" class="form-field validfield removeemoji toUpperCase" autocomplete="off" maxlength="90" required>
                                    </div>
                                    <div class="form-element">
                                        <label class="form-label">Last Name <span class="c--error">*</span></label>
                                        <input type="text" id="last_name" name="last_name" class="form-field validfield removeemoji toUpperCase" autocomplete="off" maxlength="90" required>
                                    </div>
                                    <div class="form-element">
                                        <label class="form-label">City <span class="c--error">*</span></label>
                                        <input type="text" id="city" name="city" class="form-field validfield removeemoji toUpperCase" autocomplete="off" maxlength="90" required>
                                    </div>
                                    <div class="form-element form-select">
                                        <label class="form-label">Country <span class="c--error">*</span></label>
                                        <select class="form-field bg--white" id="country_id" name="country_id" required>
                                        <option></option>
                                        <option value="Afghanistan">Afghanistan</option>
                                        <option value="Albania">Albania</option>
                                        <option value="Algeria">Algeria</option>
                                        <option value="American Samoa">American Samoa</option>
                                        <option value="Andorra">Andorra</option>
                                        <option value="Angola">Angola</option>
                                        <option value="Anguilla">Anguilla</option>
                                        <option value="Antarctica">Antarctica</option>
                                        <option value="Antigua and Barbuda">Antigua and Barbuda</option>
                                        <option value="Argentina">Argentina</option>
                                        <option value="Armenia">Armenia</option>
                                        <option value="Aruba">Aruba</option>
                                        <option value="Australia">Australia</option>
                                        <option value="Austria">Austria</option>
                                        <option value="Azerbaijan">Azerbaijan</option>
                                        <option value="Bahamas">Bahamas</option>
                                        <option value="Bahrain">Bahrain</option>
                                        <option value="Bangladesh">Bangladesh</option>
                                        <option value="Barbados">Barbados</option>
                                        <option value="Belarus">Belarus</option>
                                        <option value="Belgium">Belgium</option>
                                        <option value="Belize">Belize</option>
                                        <option value="Benin">Benin</option>
                                        <option value="Bermuda">Bermuda</option>
                                        <option value="Bhutan">Bhutan</option>
                                        <option value="Bolivia">Bolivia</option>
                                        <option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option>
                                        <option value="Botswana">Botswana</option>
                                        <option value="Bouvet Island">Bouvet Island</option>
                                        <option value="Brazil">Brazil</option>
                                        <option value="British Indian Ocean Territory">British Indian Ocean Territory</option>
                                        <option value="Brunei Darussalam">Brunei Darussalam</option>
                                        <option value="Bulgaria">Bulgaria</option>
                                        <option value="Burkina Faso">Burkina Faso</option>
                                        <option value="Burundi">Burundi</option>
                                        <option value="Cambodia">Cambodia</option>
                                        <option value="Cameroon">Cameroon</option>
                                        <option value="Canada">Canada</option>
                                        <option value="Cape Verde">Cape Verde</option>
                                        <option value="Cayman Islands">Cayman Islands</option>
                                        <option value="Central African Republic">Central African Republic</option>
                                        <option value="Chad">Chad</option>
                                        <option value="Chile">Chile</option>
                                        <option value="China">China</option>
                                        <option value="Christmas Island">Christmas Island</option>
                                        <option value="Cocos (Keeling) Islands">Cocos (Keeling) Islands</option>
                                        <option value="Colombia">Colombia</option>
                                        <option value="Comoros">Comoros</option>
                                        <option value="Congo">Congo</option>
                                        <option value="Congo, the Democratic Republic of the">Congo, the Democratic Republic of the</option>
                                        <option value="Cook Islands">Cook Islands</option>
                                        <option value="Costa Rica">Costa Rica</option>
                                        <option value="Cote D'Ivoire">Cote D'Ivoire</option>
                                        <option value="Croatia">Croatia</option>
                                        <option value="Cuba">Cuba</option>
                                        <option value="Cyprus">Cyprus</option>
                                        <option value="Czech Republic">Czech Republic</option>
                                        <option value="Denmark">Denmark</option>
                                        <option value="Djibouti">Djibouti</option>
                                        <option value="Dominica">Dominica</option>
                                        <option value="Dominican Republic">Dominican Republic</option>
                                        <option value="Ecuador">Ecuador</option>
                                        <option value="Egypt">Egypt</option>
                                        <option value="El Salvador">El Salvador</option>
                                        <option value="Equatorial Guinea">Equatorial Guinea</option>
                                        <option value="Eritrea">Eritrea</option>
                                        <option value="Estonia">Estonia</option>
                                        <option value="Ethiopia">Ethiopia</option>
                                        <option value="Falkland Islands (Islas Malvinas)">Falkland Islands (Islas Malvinas)</option>
                                        <option value="Faroe Islands">Faroe Islands</option>
                                        <option value="Fiji">Fiji</option>
                                        <option value="Finland">Finland</option>
                                        <option value="France">France</option>
                                        <option value="French Guiana">French Guiana</option>
                                        <option value="French Polynesia">French Polynesia</option>
                                        <option value="French Southern Territories">French Southern Territories</option>
                                        <option value="Gabon">Gabon</option>
                                        <option value="Gambia">Gambia</option>
                                        <option value="Georgia">Georgia</option>
                                        <option value="Germany">Germany</option>
                                        <option value="Ghana">Ghana</option>
                                        <option value="Gibraltar">Gibraltar</option>
                                        <option value="Greece">Greece</option>
                                        <option value="Greenland">Greenland</option>
                                        <option value="Grenada">Grenada</option>
                                        <option value="Guadeloupe">Guadeloupe</option>
                                        <option value="Guam">Guam</option>
                                        <option value="Guatemala">Guatemala</option>
                                        <option value="Guinea">Guinea</option>
                                        <option value="Guinea-Bissau">Guinea-Bissau</option>
                                        <option value="Guyana">Guyana</option>
                                        <option value="Haiti">Haiti</option>
                                        <option value="Heard Island and McDonald Islands">Heard Island and McDonald Islands</option>
                                        <option value="Holy See (Vatican City State)">Holy See (Vatican City State)</option>
                                        <option value="Honduras">Honduras</option>
                                        <option value="Hong Kong">Hong Kong</option>
                                        <option value="Hungary">Hungary</option>
                                        <option value="Iceland">Iceland</option>
                                        <option value="India">India</option>
                                        <option value="Indonesia">Indonesia</option>
                                        <option value="Iran, Islamic Republic of">Iran, Islamic Republic of</option>
                                        <option value="Iraq">Iraq</option>
                                        <option value="Ireland">Ireland</option>
                                        <option value="Israel">Israel</option>
                                        <option value="Italy">Italy</option>
                                        <option value="Jamaica">Jamaica</option>
                                        <option value="Japan">Japan</option>
                                        <option value="Jordan">Jordan</option>
                                        <option value="Kazakhstan">Kazakhstan</option>
                                        <option value="Kenya">Kenya</option>
                                        <option value="Kiribati">Kiribati</option>
                                        <option value="Korea, Democratic People's Republic of">Korea, Democratic People's Republic of</option>
                                        <option value="Korea, Republic of">Korea, Republic of</option>
                                        <option value="Kuwait">Kuwait</option>
                                        <option value="Kyrgyzstan">Kyrgyzstan</option>
                                        <option value="Laos">Laos</option>
                                        <option value="Latvia">Latvia</option>
                                        <option value="Lebanon">Lebanon</option>
                                        <option value="Lesotho">Lesotho</option>
                                        <option value="Liberia">Liberia</option>
                                        <option value="Libyan Arab Jamahiriya">Libyan Arab Jamahiriya</option>
                                        <option value="Liechtenstein">Liechtenstein</option>
                                        <option value="Lithuania">Lithuania</option>
                                        <option value="Luxembourg">Luxembourg</option>
                                        <option value="Macao">Macao</option>
                                        <option value="Macedonia, the Former Yugoslav Republic of">Macedonia, the Former Yugoslav Republic of</option>
                                        <option value="Madagascar">Madagascar</option>
                                        <option value="Malawi">Malawi</option>
                                        <option value="Malaysia">Malaysia</option>
                                        <option value="Maldives">Maldives</option>
                                        <option value="Mali">Mali</option>
                                        <option value="Malta">Malta</option>
                                        <option value="Marshall Islands">Marshall Islands</option>
                                        <option value="Martinique">Martinique</option>
                                        <option value="Mauritania">Mauritania</option>
                                        <option value="Mauritius">Mauritius</option>
                                        <option value="Mayotte">Mayotte</option>
                                        <option value="Mexico">Mexico</option>
                                        <option value="Micronesia, Federated States of">Micronesia, Federated States of</option>
                                        <option value="Moldova, Republic of">Moldova, Republic of</option>
                                        <option value="Monaco">Monaco</option>
                                        <option value="Mongolia">Mongolia</option>
                                        <option value="Montserrat">Montserrat</option>
                                        <option value="Morocco">Morocco</option>
                                        <option value="Mozambique">Mozambique</option>
                                        <option value="Myanmar">Myanmar</option>
                                        <option value="Namibia">Namibia</option>
                                        <option value="Nauru">Nauru</option>
                                        <option value="Nepal">Nepal</option>
                                        <option value="Netherlands">Netherlands</option>
                                        <option value="Netherlands Antilles">Netherlands Antilles</option>
                                        <option value="New Caledonia">New Caledonia</option>
                                        <option value="New Zealand">New Zealand</option>
                                        <option value="Nicaragua">Nicaragua</option>
                                        <option value="Niger">Niger</option>
                                        <option value="Nigeria">Nigeria</option>
                                        <option value="Niue">Niue</option>
                                        <option value="Norfolk Island">Norfolk Island</option>
                                        <option value="Northern Mariana Islands">Northern Mariana Islands</option>
                                        <option value="Norway">Norway</option>
                                        <option value="Oman">Oman</option>
                                        <option value="Pakistan">Pakistan</option>
                                        <option value="Palau">Palau</option>
                                        <option value="Palestinian Territory, Occupied">Palestinian Territory, Occupied</option>
                                        <option value="Panama">Panama</option>
                                        <option value="Papua New Guinea">Papua New Guinea</option>
                                        <option value="Paraguay">Paraguay</option>
                                        <option value="Peru">Peru</option>
                                        <option value="Philippines">Philippines</option>
                                        <option value="Pitcairn">Pitcairn</option>
                                        <option value="Poland">Poland</option>
                                        <option value="Portugal">Portugal</option>
                                        <option value="Puerto Rico">Puerto Rico</option>
                                        <option value="Qatar">Qatar</option>
                                        <option value="Reunion">Reunion</option>
                                        <option value="Romania">Romania</option>
                                        <option value="Russian Federation">Russian Federation</option>
                                        <option value="Rwanda">Rwanda</option>
                                        <option value="Saint Helena">Saint Helena</option>
                                        <option value="Saint Kitts and Nevis">Saint Kitts and Nevis</option>
                                        <option value="Saint Lucia">Saint Lucia</option>
                                        <option value="Saint Pierre and Miquelon">Saint Pierre and Miquelon</option>
                                        <option value="Saint Vincent and the Grenadines">Saint Vincent and the Grenadines</option>
                                        <option value="Samoa">Samoa</option>
                                        <option value="San Marino">San Marino</option>
                                        <option value="Sao Tome and Principe">Sao Tome and Principe</option>
                                        <option value="Saudi Arabia">Saudi Arabia</option>
                                        <option value="Senegal">Senegal</option>
                                        <option value="Serbia and Montenegro">Serbia and Montenegro</option>
                                        <option value="Seychelles">Seychelles</option>
                                        <option value="Sierra Leone">Sierra Leone</option>
                                        <option value="Singapore">Singapore</option>
                                        <option value="Slovakia">Slovakia</option>
                                        <option value="Slovenia">Slovenia</option>
                                        <option value="Solomon Islands">Solomon Islands</option>
                                        <option value="Somalia">Somalia</option>
                                        <option value="South Africa">South Africa</option>
                                        <option value="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</option>
                                        <option value="Spain">Spain</option>
                                        <option value="Sri Lanka">Sri Lanka</option>
                                        <option value="Sudan">Sudan</option>
                                        <option value="Suriname">Suriname</option>
                                        <option value="Svalbard and Jan Mayen">Svalbard and Jan Mayen</option>
                                        <option value="Swaziland">Swaziland</option>
                                        <option value="Sweden">Sweden</option>
                                        <option value="Switzerland">Switzerland</option>
                                        <option value="Syrian Arab Republic">Syrian Arab Republic</option>
                                        <option value="Taiwan, Province of China">Taiwan, Province of China</option>
                                        <option value="Tajikistan">Tajikistan</option>
                                        <option value="Tanzania, United Republic of">Tanzania, United Republic of</option>
                                        <option value="Thailand">Thailand</option>
                                        <option value="Timor-Leste">Timor-Leste</option>
                                        <option value="Togo">Togo</option>
                                        <option value="Tokelau">Tokelau</option>
                                        <option value="Tonga">Tonga</option>
                                        <option value="Trinidad and Tobago">Trinidad and Tobago</option>
                                        <option value="Tunisia">Tunisia</option>
                                        <option value="Turkey">Turkey</option>
                                        <option value="Turkmenistan">Turkmenistan</option>
                                        <option value="Turks and Caicos Islands">Turks and Caicos Islands</option>
                                        <option value="Tuvalu">Tuvalu</option>
                                        <option value="Uganda">Uganda</option>
                                        <option value="Ukraine">Ukraine</option>
                                        <option value="United Arab Emirates">United Arab Emirates</option>
                                        <option value="United Kingdom">United Kingdom</option>
                                        <option value="United States">United States</option>
                                        <option value="United States Minor Outlying Islands">United States Minor Outlying Islands</option>
                                        <option value="Uruguay">Uruguay</option>
                                        <option value="Uzbekistan">Uzbekistan</option>
                                        <option value="Vanuatu">Vanuatu</option>
                                        <option value="Venezuela">Venezuela</option>
                                        <option value="Viet Nam">Viet Nam</option>
                                        <option value="Virgin Islands, British">Virgin Islands, British</option>
                                        <option value="Virgin Islands, U.s.">Virgin Islands, U.s.</option>
                                        <option value="Wallis and Futuna">Wallis and Futuna</option>
                                        <option value="Western Sahara">Western Sahara</option>
                                        <option value="Yemen">Yemen</option>
                                        <option value="Zambia">Zambia</option>
                                        <option value="Zimbabwe">Zimbabwe</option>


                                        </select>
                                    </div>
                                    <div class="form-element">
                                        <label class="form-label">Email <span class="c--error">*</span></label>
                                        <input type="text" id="email" name="email" class="form-field validemail removeemoji" autocomplete="off" inputmode="email" maxlength="90" required>
                                    </div>
                                    <div class="form-element form-select focus">
                                        <label class="form-label">Purpose of Contact</label>
                                        <select class="form-field fw--m" name="looking_for" id="looking_for" required>
                                            <option></option>
                                            <option value="General Enquiry">General Enquiry</option>
                                            <option value="Request for Quote" selected>Request for Quote</option>
                                        </select>
                                    </div>
                                    <div class="dynamic__element colspan-2 hidden_div">
                                        <div class="form-element form-select">
                                            <label class="form-label">Select a Service <span class="c--error">*</span></label>
                                            <select class="form-field bg--white" name="contact_category_id" id="contact_category_id" required>
                                            <option></option>
                                            <option value="Mobile Application Development">Mobile Application Development</option>
                                            <option value="Website Development">Website Development</option>
                                            <option value="Digital Marketing">Digital Marketing</option>
                                            <option value="Custom Software Development">Custom Software Development</option>
                                            </select>
                                        </div>
                                        <div class="form-element form-select" id="offer_cat">
                                            <label class="form-label">Select Sub Category</label>
                                            <select class="form-field bg--white" id="contact_subcategory_id" name="contact_subcategory_id" disabled>
                                            <option></option>
                                            </select>
                                        </div>
                                    </div>
                                    <div class="form-element ">
                                        <div class="contact-number-container" style="display: flex; gap:8px; width: 100%;">
                                            
                                            <select name="country_code" id="country_code" class="form-field bg--white" style="width: 120px;" required>
                                                <option value="+91">+91 (India)</option>
                                                <option value="+93">+93 (Afghanistan)</option>
                                                <option value="+355">+355 (Albania)</option>
                                                <option value="+213">+213 (Algeria)</option>
                                                <option value="+1">+1 (American Samoa)</option>
                                                <option value="+376">+376 (Andorra)</option>
                                                <option value="+244">+244 (Angola)</option>
                                                <option value="+1">+1 (Anguilla)</option>
                                                <option value="+1">+1 (Antigua and Barbuda)</option>
                                                <option value="+54">+54 (Argentina)</option>
                                                <option value="+374">+374 (Armenia)</option>
                                                <option value="+297">+297 (Aruba)</option>
                                                <option value="+61">+61 (Australia)</option>
                                                <option value="+43">+43 (Austria)</option>
                                                <option value="+994">+994 (Azerbaijan)</option>
                                                <option value="+1">+1 (Bahamas)</option>
                                                <option value="+973">+973 (Bahrain)</option>
                                                <option value="+880">+880 (Bangladesh)</option>
                                                <option value="+1">+1 (Barbados)</option>
                                                <option value="+375">+375 (Belarus)</option>
                                                <option value="+32">+32 (Belgium)</option>
                                                <option value="+501">+501 (Belize)</option>
                                                <option value="+229">+229 (Benin)</option>
                                                <option value="+1">+1 (Bermuda)</option>
                                                <option value="+975">+975 (Bhutan)</option>
                                                <option value="+591">+591 (Bolivia)</option>
                                                <option value="+387">+387 (Bosnia and Herzegovina)</option>
                                                <option value="+267">+267 (Botswana)</option>
                                                <option value="+55">+55 (Brazil)</option>
                                                <option value="+359">+359 (Bulgaria)</option>
                                                <option value="+226">+226 (Burkina Faso)</option>
                                                <option value="+257">+257 (Burundi)</option>
                                                <option value="+855">+855 (Cambodia)</option>
                                                <option value="+237">+237 (Cameroon)</option>
                                                <option value="+1">+1 (Canada)</option>
                                                <option value="+238">+238 (Cape Verde)</option>
                                                <option value="+1">+1 (Cayman Islands)</option>
                                                <option value="+236">+236 (Central African Republic)</option>
                                                <option value="+56">+56 (Chile)</option>
                                                <option value="+86">+86 (China)</option>
                                                <option value="+57">+57 (Colombia)</option>
                                                <option value="+269">+269 (Comoros)</option>
                                                <option value="+242">+242 (Congo)</option>
                                                <option value="+243">+243 (Congo, Democratic Republic)</option>
                                                <option value="+506">+506 (Costa Rica)</option>
                                                <option value="+385">+385 (Croatia)</option>
                                                <option value="+53">+53 (Cuba)</option>
                                                <option value="+357">+357 (Cyprus)</option>
                                                <option value="+420">+420 (Czech Republic)</option>
                                                <option value="+45">+45 (Denmark)</option>
                                                <option value="+253">+253 (Djibouti)</option>
                                                <option value="+1">+1 (Dominica)</option>
                                                <option value="+1">+1 (Dominican Republic)</option>
                                                <option value="+593">+593 (Ecuador)</option>
                                                <option value="+20">+20 (Egypt)</option>
                                                <option value="+503">+503 (El Salvador)</option>
                                                <option value="+240">+240 (Equatorial Guinea)</option>
                                                <option value="+291">+291 (Eritrea)</option>
                                                <option value="+372">+372 (Estonia)</option>
                                                <option value="+251">+251 (Ethiopia)</option>
                                                <option value="+679">+679 (Fiji)</option>
                                                <option value="+500">+500 (Falkland Islands)</option>
                                                <option value="+298">+298 (Faroe Islands)</option>
                                                <option value="+33">+33 (France)</option>
                                                <option value="+241">+241 (Gabon)</option>
                                                <option value="+1">+1 (Gambia)</option>
                                                <option value="+49">+49 (Germany)</option>
                                                <option value="+233">+233 (Ghana)</option>
                                                <option value="+350">+350 (Gibraltar)</option>
                                                <option value="+30">+30 (Greece)</option>
                                                <option value="+299">+299 (Greenland)</option>
                                                <option value="+1">+1 (Grenada)</option>
                                                <option value="+590">+590 (Guadeloupe)</option>
                                                <option value="+1">+1 (Guam)</option>
                                                <option value="+224">+224 (Guinea)</option>
                                                <option value="+245">+245 (Guinea-Bissau)</option>
                                                <option value="+504">+504 (Honduras)</option>
                                                <option value="+852">+852 (Hong Kong)</option>
                                                <option value="+36">+36 (Hungary)</option>
                                                <option value="+354">+354 (Iceland)</option>
                                                <option value="+91">+91 (India)</option>
                                                <option value="+62">+62 (Indonesia)</option>
                                                <option value="+98">+98 (Iran)</option>
                                                <option value="+964">+964 (Iraq)</option>
                                                <option value="+972">+972 (Israel)</option>
                                                <option value="+39">+39 (Italy)</option>
                                                <option value="+1">+1 (Jamaica)</option>
                                                <option value="+81">+81 (Japan)</option>
                                                <option value="+962">+962 (Jordan)</option>
                                                <option value="+254">+254 (Kenya)</option>
                                                <option value="+996">+996 (Kyrgyzstan)</option>
                                                <option value="+856">+856 (Laos)</option>
                                                <option value="+371">+371 (Latvia)</option>
                                                <option value="+961">+961 (Lebanon)</option>
                                                <option value="+266">+266 (Lesotho)</option>
                                                <option value="+231">+231 (Liberia)</option>
                                                <option value="+218">+218 (Libyan Arab Jamahiriya)</option>
                                                <option value="+423">+423 (Liechtenstein)</option>
                                                <option value="+370">+370 (Lithuania)</option>
                                                <option value="+352">+352 (Luxembourg)</option>
                                                <option value="+853">+853 (Macao)</option>
                                                <option value="+389">+389 (Macedonia)</option>
                                                <option value="+261">+261 (Madagascar)</option>
                                                <option value="+265">+265 (Malawi)</option>
                                                <option value="+60">+60 (Malaysia)</option>
                                                <option value="+960">+960 (Maldives)</option>
                                                <option value="+223">+223 (Mali)</option>
                                                <option value="+356">+356 (Malta)</option>
                                                <option value="+692">+692 (Marshall Islands)</option>
                                                <option value="+222">+222 (Mauritania)</option>
                                                <option value="+230">+230 (Mauritius)</option>
                                                <option value="+52">+52 (Mexico)</option>
                                                <option value="+1">+1 (Montserrat)</option>
                                                <option value="+1">+1 (Morocco)</option>
                                                <option value="+977">+977 (Nepal)</option>
                                                <option value="+31">+31 (Netherlands)</option>
                                                <option value="+64">+64 (New Zealand)</option>
                                                <option value="+505">+505 (Nicaragua)</option>
                                                <option value="+234">+234 (Nigeria)</option>
                                                <option value="+850">+850 (North Korea)</option>
                                                <option value="+1">+1 (Northern Mariana Islands)</option>
                                                <option value="+47">+47 (Norway)</option>
                                                <option value="+968">+968 (Oman)</option>
                                                <option value="+92">+92 (Pakistan)</option>
                                                <option value="+680">+680 (Palau)</option>
                                                <option value="+970">+970 (Palestinian Territories)</option>
                                                <option value="+507">+507 (Panama)</option>
                                                <option value="+675">+675 (Papua New Guinea)</option>
                                                <option value="+595">+595 (Paraguay)</option>
                                                <option value="+51">+51 (Peru)</option>
                                                <option value="+63">+63 (Philippines)</option>
                                                <option value="+48">+48 (Poland)</option>
                                                <option value="+351">+351 (Portugal)</option>
                                                <option value="+1">+1 (Puerto Rico)</option>
                                                <option value="+378">+378 (San Marino)</option>
                                                <option value="+966">+966 (Saudi Arabia)</option>
                                                <option value="+221">+221 (Senegal)</option>
                                                <option value="+1">+1 (Seychelles)</option>
                                                <option value="+65">+65 (Singapore)</option>
                                                <option value="+1">+1 (Sint Maarten)</option>
                                                <option value="+421">+421 (Slovakia)</option>
                                                <option value="+386">+386 (Slovenia)</option>
                                                <option value="+1">+1 (Solomon Islands)</option>
                                                <option value="+677">+677 (Solomon Islands)</option>
                                                <option value="+252">+252 (Somalia)</option>
                                                <option value="+27">+27 (South Africa)</option>
                                                <option value="+500">+500 (South Georgia)</option>
                                                <option value="+82">+82 (South Korea)</option>
                                                <option value="+34">+34 (Spain)</option>
                                                <option value="+1">+1 (Sri Lanka)</option>
                                                <option value="+249">+249 (Sudan)</option>
                                                <option value="+597">+597 (Suriname)</option>
                                                <option value="+46">+46 (Sweden)</option>
                                                <option value="+41">+41 (Switzerland)</option>
                                                <option value="+963">+963 (Syria)</option>
                                                <option value="+886">+886 (Taiwan)</option>
                                                <option value="+992">+992 (Tajikistan)</option>
                                                <option value="+255">+255 (Tanzania)</option>
                                                <option value="+66">+66 (Thailand)</option>
                                                <option value="+228">+228 (Togo)</option>
                                                <option value="+690">+690 (Tokelau)</option>
                                                <option value="+1">+1 (Trinidad and Tobago)</option>
                                                <option value="+90">+90 (Turkey)</option>
                                                <option value="+256">+256 (Uganda)</option>
                                                <option value="+380">+380 (Ukraine)</option>
                                                <option value="+971">+971 (United Arab Emirates)</option>
                                                <option value="+44">+44 (United Kingdom)</option>
                                                <option value="+1">+1 (United States)</option>
                                                <option value="+598">+598 (Uruguay)</option>
                                                <option value="+998">+998 (Uzbekistan)</option>
                                                <option value="+58">+58 (Venezuela)</option>
                                                <option value="+84">+84 (Vietnam)</option>
                                                <option value="+1">+1 (Virgin Islands, U.S.)</option>
                                                <option value="+1">+1 (Virgin Islands, British)</option>
                                                <option value="+681">+681 (Wallis and Futuna)</option>
                                                <option value="+212">+212 (Western Sahara)</option>
                                                <option value="+967">+967 (Yemen)</option>
                                                <option value="+260">+260 (Zambia)</option>
                                                <option value="+263">+263 (Zimbabwe)</option>
                                            </select>
                                            
                                            <input type="tel" name="contact_number" id="contact_number" class="form-field with-placeholder validfieldnumaric removeemoji"
                                            placeholder="Contact Number" maxlength="12" inputmode="tel" style="flex-grow: 1;" required>
                                        </div>
                                    </div>
                                    <div class="form-element">
                                        <label class="form-label">Company Name</label>
                                        <input type="text" id="company_name" name="company_name" class="form-field validfield removeemoji" autocomplete="off" maxlength="90">
                                    </div>
                                    <div class="form-element form-textarea colspan-2">
                                        <label class="form-label">Tell us in brief about your biggest challenges today! <span class="c--error">*</span></label>
                                        <textarea class="form-field validfield removeemoji" id="message" name="message" maxlength="300" required></textarea>
                                    </div>
                                    <!-- <div class="form-element form-checkbox colspan-2">
                                        <label>
                                        <input type="checkbox" name="callback_request" value="1">
                                        <span class="checkmark"></span>
                                        <p>I want to request a call back from your end at the given number.</p>
                                        </label>
                                    </div> -->

                                    

                                    <div class="form-element mb-0 colspan-2">
                                        <!-- Add the reCAPTCHA widget -->
                                       <div class="g-recaptcha" data-sitekey="6LfOsMYqAAAAAGksHF550SHi1s27Ek1Td_NBDLvl"></div>

                                        <button id="submit-button-contact" type="submit" class="c2a outline c--white  hvr:bg--sundewblu hvr:c--whitee b-0 d-grid w-100p contactRequestBtn">Let's Connect</button>
                                    </div>
                                    <div id="response-message-contact"></div>
                                    <div class="flash-message">
                                        <span class="message"></span>
                                    </div>
                                </form>
                             </div>
                          </div>
                       </div>
                    </div>
                 </section>
                 <!-- Contact Form End -->
                 <!-- Your Success, Our Mission Starts -->
                  <section class="sundew-two-col-content-wrapper bg--whitee mb-0">
                     <div class="main-container">
                        <div class="inner-container">
                           <div class="left">
                              <article class="flow-rootX">
                                 <h6 class="h4x">Your Success, 
                                    <br /> Our Mission</h6>
                              </article>
                           </div>
                           <div class="right flow-rootX9">
                              <article class>
                                 <p class="h2x">
                                    Choose <span class="c--blu fw--r">Innovation </span> to Fulfill Your Mission With Us. Our <span class="c--blu fw--r">In-Demand Skills, On-Demand </span> service helps businesses build teams for <span class="c--blu fw--r">Web, Mobile, DevOps, or UI/UX </span> development.
                                 </p>
                              </article>
                              <article class="grid-text-with-arrow-2025">
                                 <p class="h2x">
                                    Elevate<br /> Every <span class="c--blu fw--r">Customer
                                    Touchpoint</span>
                                 </p>
                                 <figure class="large-arrow-wrapper">
                                    <img class="large-arrow" src="https://sundewsolutions.com/frontend/assets/img/2025/large-arrow.svg" alt="large arrow" title="large arrow" />
                                 </figure>
                              </article>
                           </div>
                        </div>
                     </div>
                  </section>
                <!-- Your Success, Our Mission Ends -->

                <!-- Who We Are Starts -->
                    <section
                        class="sundew__inner-footer-cta bg--whitee c--blak margin-top-minus pt-0 mb-0 mpb-0"
                        >
                        <div class="inner-container">
                            <figure class="reveal">
                                <img
                                    style="--img-op: center"
                                    src="frontend/assets/img/common/digital_marketing.webp"
                                    alt="Who We Are"
                                    title="Who We Are"
                                    />
                            </figure>
                            <article class="c--blak pb-0 mpb-0">
                                <h6 class="wrap text-uppercase h6-2025">
                                    <span class="quote">Who We Are</span>
                                </h6>
                                <h5>
                                    Digital-First, Agility-Driven - With a "Digital first. In our
                                    <span class="c--blu">"digital-first"</span>, mindset, we relentlessly pursue
                                    <span class="c--blu">excellence and agility</span>. We lead by example, fostering sustainable growth and innovation to ensure ongoing success.
                                </h5>
                            </article>
                        </div>
                    </section>
                    <!-- Who We Are Ends -->

                    <!-- Our Mission , Vision, Purpose Starts  -->
                        <section class="sundew__home--solutions bg--whitee sundew_inner_about_2025 sundew-new-about-card margin-top-minus mb-0 mpb-0">
                        <div class="main-container">
                            <div class="inner-container">
                                <div class="">
                                    <div class="home--solution--box-v2 swiper-eq-height accordion-main">
                                    <div class="swiper-slide solution-box acc-content">
                                        <div class="solution-box__front">
                                            <i icon="CustomerExperience"></i>
                                            <article>
                                                <h4 class="solution-box__top-heading flow-rootX3 headingAcc">
                                                Our Vision
                                                <span class="accordion_icon">
                                                    <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#fff">
                                                        <path d="M480-372.92q-7.23 0-13.46-2.31t-11.85-7.92L274.92-562.92q-8.3-8.31-8.5-20.89-.19-12.57 8.5-21.27 8.7-8.69 21.08-8.69 12.38 0 21.08 8.69L480-442.15l162.92-162.93q8.31-8.3 20.89-8.5 12.57-.19 21.27 8.5 8.69 8.7 8.69 21.08 0 12.38-8.69 21.08L505.31-383.15q-5.62 5.61-11.85 7.92-6.23 2.31-13.46 2.31Z"></path>
                                                    </svg>
                                                </span>
                                                </h4>
                                                <p class="solution-circle"></p>
                                            </article>
                                        </div>
                                        <div class="solution-box__links contentAcc">
                                            <p class="h6 sub-service text-uppercase fw--l c--sdsWhite">Our Vision</p>
                                            <h5 class="h5">
                                                Inspiring Innovation for Impact - We aim to inspire and influence the world with a spirit of innovation—one process, one organization, and one industry at a time. Our empathetic teams come together to drive meaningful societal change.
                                            </h5>

                                        </div>
                                    </div>
                                    <div class="swiper-slide solution-box acc-content">
                                        <div class="solution-box__front">
                                            <i icon="mission"></i>
                                            <article>
                                                <h4 class="solution-box__top-heading flow-rootX3 headingAcc">
                                                Our Purpose
                                                <span class="accordion_icon">
                                                    <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#fff">
                                                        <path d="M480-372.92q-7.23 0-13.46-2.31t-11.85-7.92L274.92-562.92q-8.3-8.31-8.5-20.89-.19-12.57 8.5-21.27 8.7-8.69 21.08-8.69 12.38 0 21.08 8.69L480-442.15l162.92-162.93q8.31-8.3 20.89-8.5 12.57-.19 21.27 8.5 8.69 8.7 8.69 21.08 0 12.38-8.69 21.08L505.31-383.15q-5.62 5.61-11.85 7.92-6.23 2.31-13.46 2.31Z"></path>
                                                    </svg>
                                                </span>
                                                </h4>
                                                <p class="solution-circle"></p>
                                            </article>
                                        </div>
                                        <div class="solution-box__links contentAcc">
                                            <p class="h6 sub-service text-uppercase fw--l c--sdsWhite">Our Purpose</p>
                                            <h5 class="h5">
                                                Empowering Transformation Through Technology - Our mission is to blend smart strategies with tech expertise, igniting transformative journeys for enterprises. We forge lasting connections with workforces, customers, and global communities.
                                            </h5>
                                        </div>
                                    </div>
                                    <div class="swiper-slide solution-box acc-content">
                                        <div class="solution-box__front">
                                            <i icon="ApplicationEngineering"></i>
                                            <article>
                                                <h4 class="solution-box__top-heading flow-rootX3 headingAcc">
                                                Our Approach
                                                <span class="accordion_icon">
                                                    <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#fff">
                                                        <path d="M480-372.92q-7.23 0-13.46-2.31t-11.85-7.92L274.92-562.92q-8.3-8.31-8.5-20.89-.19-12.57 8.5-21.27 8.7-8.69 21.08-8.69 12.38 0 21.08 8.69L480-442.15l162.92-162.93q8.31-8.3 20.89-8.5 12.57-.19 21.27 8.5 8.69 8.7 8.69 21.08 0 12.38-8.69 21.08L505.31-383.15q-5.62 5.61-11.85 7.92-6.23 2.31-13.46 2.31Z"></path>
                                                    </svg>
                                                </span>
                                                </h4>
                                                <p class="solution-circle"></p>
                                            </article>
                                        </div>
                                        <div class="solution-box__links contentAcc">
                                            <p class="h6 sub-service text-uppercase fw--l c--sdsWhite">Our Approach</p>
                                            <h5 class="h5">
                                                Digital-First, Agility-Driven - With a "Digital first. In our "digital-first" mindset, we relentlessly pursue excellence and agility. We lead by example, fostering sustainable growth and innovation to ensure ongoing success.
                                            </h5>
                                        </div>
                                    </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        </section>
                        <!-- Our Mission , Vision, Purpose Ends  -->

                    <!-- Our WorkFlow Starts  -->
                  <section class="sundew__tall-cards-carousel sundew__tall-cards-carousel-2025 new-gradient-tall__cards with-counters digi__1 bg--whitee pt-0 pb-0 mb-0 margin-top-minus">
                     <div class="main-container">
                        <div class="inner-container">
                           <div class="swiper swiper__4 swiper__4-trigger flow-rootX5">
                              <article class="block--head width_custom block--head-with-button-2025">
                                 <p class="h2x">Transforming Your <span class="c--blu fw--r">Digital Vision</span> into Reality.</p>
                                 <p class="h4x">We fast-track your journey to <br /><span class="c--blu fw--r">digital excellence, </span> empowering you to outpace <br/> the competition and seize new opportunities.</p>
                              </article>
                              <div class="swiper-wrapper anim--b2t">
                                 <div class="swiper-slide">
                                    <figure>
                                       <img class="full-height-img" src="frontend/assets/img/2025/hero-mob.webp" alt="Mapping Customer Challenges" title="Mapping Customer Challenges">
                                       <figcaption class="h3x fw--m">Expertise in<br/> Web Development
                                       </figcaption>
                                    </figure>
                                    <article class="flow-rootX2">
                                       <h5 class="h3x fw--m">Expertise in<br/> Web Development</h5>
                                       <p class="h5x">With a strong foundation in web development, Ncriptech brings extensive experience to every project, ensuring clients receive high-quality, reliable, and innovative digital solutions. This expertise allows them to address complex requirements and deliver customized solutions effectively.
                                       </p>
                                    </article>
                                 </div>
                                 <div class="swiper-slide">
                                    <figure>
                                       <img class="full-height-img" src="frontend/assets/img/2025/hero-mob-1.webp" alt="Identifying Purpose & Audience" title="Identifying Purpose & Audience">
                                       <figcaption class="h3x fw--m">Tailored Digital
                                          <br />Transformation Strategy
                                       </figcaption>
                                    </figure>
                                    <article class="flow-rootX2">
                                       <h5 class="h3x fw--m">Tailored Digital <br />Transformation Strategy
                                       </h5>
                                       <p class="h5x">Ncriptech understands that each business has unique needs. They specialize in creating customized digital strategies that align with your business objectives. From web design to back-end development, their solutions are tailored to create a seamless digital experience for your users.
                                       </p>
                                    </article>
                                 </div>
                                 <div class="swiper-slide">
                                    <figure>
                                       <img class="full-height-img" src="frontend/assets/img/2025/hero-mob-2.webp" alt="Defining the Transformation Journey" title="Defining the Transformation Journey">
                                       <figcaption class="h3x fw--m">Comprehensive <br/>Web Solutions</figcaption>
                                    </figure>
                                    <article class="flow-rootX2">
                                       <h5 class="h3x fw--m">Comprehensive <br/>Web Solutions
                                       </h5>
                                       <p class="h5x">Ncriptech offers end-to-end services, including responsive web design, eCommerce platforms, content management systems (CMS), and web applications. Their holistic approach ensures that all aspects of your digital transformation are handled with the utmost attention to detail and innovation.
                                       </p>
                                    </article>
                                 </div>
                                 <div class="swiper-slide">
                                    <figure>
                                       <img class="full-height-img" src="frontend/assets/img/2025/hero-mob-3.webp" alt="Building Interactive Pathways" title="Building Interactive Pathways">
                                       <figcaption class="h3x fw--m">Technologies &
                                          <br />Best Practices

                                       </figcaption>
                                    </figure>
                                    <article class="flow-rootX2">
                                       <h5 class="h3x fw--m">Technologies & <br />Best Practices

                                       </h5>
                                       <p class="h5x">Ncriptech stays at the forefront of technology trends and best practices. By leveraging the latest tools, frameworks, and programming languages, they ensure that your website is not only visually appealing but also scalable, secure, and optimized for performance.
                                       </p>
                                    </article>
                                 </div>
                              </div>
                           </div>
                        </div>
                     </div>
                  </section>
                  <!-- Our WorkFlow Ends  -->

                  <!-- Our Services Starts  -->
                  <section class="sundew_sticky_wrapper-2025 card-4-sticky bg--whitee mb-0 pt-0 margin-top-minus">
                     <div class="main-container">
                        <div class="inner-container">
                           <div class="left">
                              <article class="flow-rootX5">
                                 <h2 class="h2x wrap">Delivering Excellence<br /> <span class="c--blu fw--r">Across Every
                                    Channel.</span>
                                 </h2>
                                 <a href="https://www.ncriptech.com/contact" class="c2a c2a-arw c2a--inline outline c--blak hvr:bg--sundewblu hvr:c--whitee radius:expandedX2 b-0 hide-on-mobP">Let's
                                 Connect <i icon="arwR"></i></a>
                              </article>
                           </div>
                           <div class="right flow-rootX5">
                              <div class="sundew_outline_box-2025 flow-rootX5">
                                 <div class="sob-header">
                                    <h3 class="h3x fw--m">Mobile <br />Application Development
                                    </h3>
                                    <figure>
                                       <img src="https://sundewsolutions.com/frontend/assets/img/2025/dx-icon1.svg?v=2" alt="CX-First Website Development" title="CX-First Website Development">
                                    </figure>
                                 </div>
                                 <p class="h5x">
                                    We empower organizations with strategic insights and expertise to seamlessly navigate <span class="c--blu fw--r">digital transformation, optimize processes, and fuel business growth</span> through mobile solutions.
                                 </p>
                                 
                                 <ul role="list" class="two-column-list">
                                    <li><a class="hvr:c--blu" href="https://www.ncriptech.com/android-application-services">Android Application Development</a></li>
                                    <li><a class="hvr:c--blu" href="https://www.ncriptech.com/ios-application-services">IOS Application Development</a></li>
                                    <li><a class="hvr:c--blu" href="https://www.ncriptech.com/crossplatform-application-services">Cross Platform Application Development</a></li>
                                    <li><a class="hvr:c--blu" href="https://www.ncriptech.com/custom-application-services">Custom Application Development</a></li>
                                </ul>
                              </div>
                              <div class="sundew_outline_box-2025 flow-rootX5">
                                 <div class="sob-header">
                                    <h3 class="h3x fw--m">Website <br />Development
                                    </h3>
                                    <figure>
                                       <img src="https://sundewsolutions.com/frontend/assets/img/2025/dx-icon-2.svg?v=2" alt="CX-First Website Development" title="CX-First Website Development">
                                    </figure>
                                 </div>
                                 <p class="h5x">
                                    We create cutting-edge digital experiences that <span class="c--blu fw--r">engage users, build brand loyalty, and ensure seamless interactions</span> across all touchpoints.
                                 </p>
                                 <ul role="list" class="two-column-list">
                                    <li><a class="hvr:c--blu" href="https://www.ncriptech.com/web-application-services">Web Application Development</a></li>
                                    <li><a class="hvr:c--blu" href="https://www.ncriptech.com/website-services">Web Development</a></li>
                                    <li><a class="hvr:c--blu" href="https://www.ncriptech.com/uiux-services">UI/UX Development</a></li>
                                    <li><a class="hvr:c--blu" href="https://www.ncriptech.com/custom-website-services">Custom Website Development</a></li>
                                </ul>
                              </div>
                              <div class="sundew_outline_box-2025 flow-rootX5">
                                 <div class="sob-header">
                                    <h3 class="h3x fw--m">Digital <br /> Marketing
                                    </h3>
                                    <figure>
                                       <img src="https://sundewsolutions.com/frontend/assets/img/2025/dx-icon-3.svg?v=2" alt="CX-First Website Development" title="CX-First Website Development">
                                    </figure>
                                 </div>
                                 <p class="h5x">
                                    Our engineering prowess allows organizations to create robust, scalable solutions that adapt to <span class="c--blu fw--r">ever-changing customer demands, driving impactful marketing strategies.</span>
                                 </p>

                                 <ul role="list" class="two-column-list">
                                    <li><a class="hvr:c--blu" href="https://www.ncriptech.com/seo-services">SEO-Search Engine Optimization</a></li>
                                    <li><a class="hvr:c--blu" href="https://www.ncriptech.com/facebook-marketing-services">Facebook Marketing</a></li>
                                    <li><a class="hvr:c--blu" href="https://www.ncriptech.com/smo-services">SMO-Social Media Optimization</a></li>
                                    <li><a class="hvr:c--blu" href="https://www.ncriptech.com/ecommerce-marketing-services">E-commerce Marketing</a></li>
                                </ul>
                              </div>
                              <div class="sundew_outline_box-2025 flow-rootX5">
                                 <div class="sob-header">
                                    <h3 class="h3x fw--m">Custom <br />Software Development
                                    </h3>
                                    <figure>
                                       <img src="https://sundewsolutions.com/frontend/assets/img/2025/dx-icon-4.svg?v=2" alt="CX-First Website Development" title="CX-First Website Development">
                                    </figure>
                                 </div>
                                 <p class="h5x">
                                    Utilize our analytics and automation tools to gain <span class="c--blu fw--r">actionable insights, streamline operations, and enhance efficiency,</span> empowering you to make informed decisions.
                                 </p>

                                 <ul role="list" class="two-column-list">
                                    <li><a class="hvr:c--blu" href="https://www.ncriptech.com/wordpress-services">Wordpress Development</a></li>
                                    <li><a class="hvr:c--blu" href="https://www.ncriptech.com/codeigniter-services">CodeIgniter Development</a></li>
                                    <li><a class="hvr:c--blu" href="https://www.ncriptech.com/magento-services">Magento Development</a></li>
                                    <li><a class="hvr:c--blu" href="https://www.ncriptech.com/opencart-services">Opencart Development</a></li>
                                </ul>
                              </div>
                           </div>
                        </div>
                     </div>
                  </section>
                  <!-- Our Services Ends  -->

                  <!-- Our Tech Stacks Starts  -->
                  <section class="sundew--scrolltext pt-0 mb-0 bg--whitee margin-top-minus mpt-0">
                     <div class="main-conainer">
                        <div class="inner-container flow-rootX8">
                           <div class="row-scrolling">
                              <div class="m-scroll__title">
                                 <div>
                                    <h3 class="h2 c--blak">
                                       <span class="text__filled">Website</span>
                                       <div class="about__dot"></div>
                                       <span class="text__outline text__outline-2025">Visual Design</span>
                                       <div class="about__dot"></div>
                                       <span class="text__filled">Quick-Commerce</span>
                                       <div class="about__dot"></div>
                                       <span class="text__outline text__outline-2025">Adobe Suite</span>
                                       <div class="about__dot"></div>
                                       <span class="text__filled">Figma</span>
                                       <div class="about__dot"></div>
                                       <span class="text__outline text__outline-2025">Motion Graphics </span>
                                       <div class="about__dot"></div>
                                       <span class="text__filled">Brand Design</span>
                                    </h3>
                                 </div>
                              </div>
                           </div>
                           <div class="row-scrolling">
                              <div class="m-scroll__title2">
                                 <div>
                                    <h3 class="h2 c--blak">
                                       <span class="text__outline text__outline-2025">Digital Payments</span>
                                       <div class="about__dot"></div>
                                       <span class="text__filled">Cloud</span>
                                       <div class="about__dot"></div>
                                       <span class="text__outline text__outline-2025">UI/UX</span>
                                       <div class="about__dot"></div>
                                       <span class="text__filled">Mobile</span>
                                       <div class="about__dot"></div>
                                       <span class="text__outline text__outline-2025">Prototype</span>
                                       <div class="about__dot"></div>
                                       <span class="text__filled">Frontend</span>
                                       <div class="about__dot"></div>
                                       <span class="text__outline text__outline-2025">Backend</span>
                                       <div class="about__dot"></div>
                                       <span class="text__filled">CMS</span>
                                    </h3>
                                 </div>
                              </div>
                           </div>
                        </div>
                     </div>
                  </section>
                  <!-- Our Tech Stacks Starts  -->

                  <!-- FAQ Ncriptech Starts  -->
                  <section class="sundew_acc-sec_wrapper-2025 bg--whitee pt-0 margin-top-minus mb-0">
                     <div class="main-container">
                        <div class="inner-container">
                           <div class="acc-center-wrapper">
                              <h2 class="h2x wrap">
                                 What <span class="c--blu fw--m">You Gain</span><br /> FAQ with <span class="c--blu fw--m">Ncriptech's Services</span>
                              </h2>
                              <div class="acc-list-wrapper-2025">
                                 <div class="acc-list-item flow-rootX">
                                    <span class="acc-list-num h5x">01</span>
                                    <h3 class="h3x acc-heading">Why should I choose a dynamic website for my business?
                                    </h3>
                                    <p class="h4x acc-text">A dynamic website provides flexibility, enhanced user engagement, and scalability, which can grow with your business. It also allows for easier updates and customizations, making it ideal for businesses that frequently update content or offer personalized experiences.
                                    </p>
                                 </div>
                                 <div class="acc-list-item flow-rootX">
                                    <span class="acc-list-num h5x">02</span>
                                    <h3 class="h3x acc-heading">What is the typical timeline for developing a mobile app?
                                    </h3>
                                    <p class="h4x acc-text">The timeline depends on the complexity and features of the app. Generally, it can range from a few weeks to a few months. We provide a detailed timeline after analyzing your project requirements.
                                    </p>
                                 </div>
                                 <div class="acc-list-item flow-rootX">
                                    <span class="acc-list-num h5x">03</span>
                                    <h3 class="h3x acc-heading">What is included in your Digital Marketing Services?</h3>
                                    <p class="h4x acc-text">Our digital marketing services include SEO (Search Engine Optimization), SEM (Search Engine Marketing), social media marketing, content creation, email marketing, and paid advertising, all tailored to your business needs.</p>
                                 </div>
                                 <div class="acc-list-item flow-rootX">
                                    <span class="acc-list-num h5x">04</span>
                                    <h3 class="h3x acc-heading">What types of corporate photo shoots do you offer?</h3>
                                    <p class="h4x acc-text">We Offer a variety Of corporate photo shoot services including headshots, team photos, office environment Shots, product photography, executive portraits, and event coverage. Each shoot is tailored to meet your company's branding and professional image needs.</p>
                                 </div>
                              </div>
                           </div>
                        </div>
                     </div>
                  </section>
                  <!-- FAQ Ncriptech Starts  -->


                  
                  <!-- <section class="sundew__tall-cards-carousel sundew__tall-cards-carousel-2025 sundew__tall-cards-carousel-style-2-2025 new-gradient-tall__cards with-counters digi__1 bg--whitee  mb-0 margin-top-minus bgonmobile">
                     <div class="main-container">
                        <div class="inner-container">
                           <div class="swiper swiper__4 swiper__4-trigger flow-rootX5">
                              <article class="block--head width_custom">
                                 <h2 class="h2x wrap">Omnichannel CX <span class="c--blu fw--r">that drives Growth<span></h2>
                              </article>
                              <div class="swiper-wrapper anim--b2t">
                                 <div class="swiper-slide">
                                    <figure>
                                       <img class="full-height-img"
                                          src="https://sundewsolutions.com/frontend/assets/img/2025/omni/omni-tall-card1.webp"
                                          alt="Journey Mapping & Customer Insights"
                                          title="Journey Mapping & Customer Insights">
                                       <figcaption class="h3x fw--m">Journey Mapping
                                          <br /> & Customer
                                          Insights
                                       </figcaption>
                                    </figure>
                                    <article class="flow-rootX2">
                                       <h5 class="h3x fw--m">Journey Mapping <br /> &
                                          Customer Insights
                                       </h5>
                                       <p class="h5x">Pinpoint gaps, reduce
                                          churn, and elevate CX using
                                          data-driven journey analytics.
                                       </p>
                                    </article>
                                 </div>
                                 <div class="swiper-slide">
                                    <figure>
                                       <img class="full-height-img"
                                          src="https://sundewsolutions.com/frontend/assets/img/2025/omni/omni-tall-card2.webp"
                                          alt="Personalized Engagement at Scale" title="Personalized Engagement at Scale">
                                       <figcaption class="h3x fw--m">Personalized
                                          <br />Engagement at
                                          Scale
                                       </figcaption>
                                    </figure>
                                    <article class="flow-rootX2">
                                       <h5 class="h3x fw--m">Personalized
                                          <br />Engagement at Scale
                                       </h5>
                                       <p class="h5x">Leverage AI to predict
                                          customer needs and deliver
                                          hyper-personalized interactions.
                                       </p>
                                    </article>
                                 </div>
                                 <div class="swiper-slide">
                                    <figure>
                                       <img class="full-height-img"
                                          src="https://sundewsolutions.com/frontend/assets/img/2025/omni/omni-tall-card3.webp"
                                          alt="Advanced Tech Integrations" title="Advanced Tech Integrations">
                                       <figcaption class="h3x fw--m">Advanced
                                          <br />Tech Integrations
                                       </figcaption>
                                    </figure>
                                    <article class="flow-rootX2">
                                       <h5 class="h3x fw--m">Advanced <br />Tech
                                          Integrations
                                       </h5>
                                       <p class="h5x">Seamlessly connect CRM,
                                          analytics, and communication tools
                                          for an automated, data-rich CX
                                          ecosystem.
                                       </p>
                                    </article>
                                 </div>
                                 <div class="swiper-slide">
                                    <figure>
                                       <img class="full-height-img"
                                          src="https://sundewsolutions.com/frontend/assets/img/2025/omni/omni-tall-card4.webp"
                                          alt="Content Strategy & Brand Storytelling"
                                          title="Content Strategy & Brand Storytelling">
                                       <figcaption class="h3x fw--m">Content Strategy
                                          <br />& Brand
                                          Storytelling
                                       </figcaption>
                                    </figure>
                                    <article class="flow-rootX2">
                                       <h5 class="h3x fw--m">Content Strategy <br />&
                                          Brand Storytelling
                                       </h5>
                                       <p class="h5x">Engage customers with
                                          content that resonates, converts,
                                          and fosters loyalty.
                                       </p>
                                    </article>
                                 </div>
                                 <div class="swiper-slide">
                                    <figure>
                                       <img class="full-height-img"
                                          src="https://sundewsolutions.com/frontend/assets/img/2025/omni/omni-tall-card5.webp"
                                          alt="Data-Driven Optimization & KPI Monitoring"
                                          title="Data-Driven Optimization & KPI Monitoring">
                                       <figcaption class="h3x fw--m">Data-Driven
                                          <br />Optimization & KPI
                                          Monitoring
                                       </figcaption>
                                    </figure>
                                    <article class="flow-rootX2">
                                       <h5 class="h3x fw--m">Data-Driven
                                          <br />Optimization & KPI Monitoring
                                       </h5>
                                       <p class="h5x">Track CX success using
                                          real-time analytics, retention
                                          metrics, and conversion tracking.
                                       </p>
                                    </article>
                                 </div>
                                 <div class="swiper-slide">
                                    <figure>
                                       <img class="full-height-img"
                                          src="https://sundewsolutions.com/frontend/assets/img/2025/omni/omni-tall-card6.webp"
                                          alt="Micro-Interactions & UX Enhancements"
                                          title="Micro-Interactions & UX Enhancements">
                                       <figcaption class="h3x fw--m">Micro-Interactions
                                          <br />& UX Enhancements
                                       </figcaption>
                                    </figure>
                                    <article class="flow-rootX2">
                                       <h5 class="h3x fw--m">Micro-Interactions
                                          <br />& UX Enhancements
                                       </h5>
                                       <p class="h5x">Fine-tuned
                                          micro-interactions for intuitive,
                                          frictionless user navigation and
                                          engagement.
                                       </p>
                                    </article>
                                 </div>
                              </div>
                           </div>
                        </div>
                     </div>
                  </section> -->
                  
                  <!-- Our Portfolio Strats -->
                  <section class="sundew__webdesign--work sundew__webdesign--work-2025  mb-0 bg--blak margin-top-minus">
                     <div class="center-small-article-2025 flow-rootX5">
                        <p class="h2x c--whitee wrap"><span class="quote">A Glimpse into our Works</span></p>
                        <p class="h4x c--whitee wrap">We are architects of innovation, orchestrating digital transformations that reshape industries and empower businesses.
                        </p>
                     </div>
                     <div class="sundew__webdesign--work--parallax w-100p fl-left">
                        <div class="cont">
                           <div class="c-1" style="--i: 1 ">
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/22.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/23.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/24.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/25.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/26.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/10.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/12.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/14.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/15.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/16.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/32.webp">
                            </figure>
                           </div>
                           <div class="c-2" style="--i: 2 ">
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/17.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/18.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/19.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/20.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/21.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/27.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/28.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/29.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/30.webp">
                            </figure>
                            <figure>
                                <img src="frontend/assets/img/common/sample_work/31.webp">
                            </figure>
                           </div>

                     </div>
                  </section>
                  <!-- Our Portfolio Ends -->


                  <!-- Ready to Transform Starts  -->
                  <section class="sundew__lead-industry--parallax sundew__lead-industry--parallax-2025 c--whitee margin-top-minus mb-0 pb-0">
                     <div class="main-container">
                        <div class="inner-container flow-rootX8">
                           <aside class="aside-heading">
                              <div class="flow-rootx3">
                                 <p class="h2x c--whitee wrap">Ready to Transform Your Digital Experience?
                                 </p>
                                 <p class="h4x c--whitee wrap">Let’s take your brand to next level .</p>
                              </div>
                              <a href="https://www.ncriptech.com/contact" class="c2a c2a-arw c2a--inline outline c--whitee hvr:bg--sundewblu hvr:c--whitee radius:expandedX2 b-0 hide-on-mobP">Let's
                              Connect <i icon="arwR"></i></a>
                           </aside>
                        </div>
                     </div>
                     <figure class="fig-1">
                        <img class="w-100p" src="https://sundewsolutions.com/frontend/assets/img/2025/car-move1.webp" alt="make your brand unforgettable" title="make your brand unforgettable">
                     </figure>
                     <figure class="fig-2">
                        <img class="w-100p" src="https://sundewsolutions.com/frontend/assets/img/2025/car-move2.webp" alt="make your brand unforgettable" title="make your brand unforgettable">
                     </figure>
                  </section>
                  <!-- Ready to Transform Starts  -->

                  <!-- Our Products Starts  -->
                  <section class="sundew__awards-recognation sundew__awards-recognation-2025 bg--whitee c--blak mb-0 margin-top-minus">
                    <div class="main-container">
                       <div class="inner-container">
                          <article class="">
                             <h4 class="h2 wrap"><span class="quote">Our Products</span></h4>
                          </article>
                          <div class="swiper-nav text-center">
                             <div class="swiper--prev swiper___3--prev"><i icon="arwR"></i></div>
                             <div class="swiper--next swiper___3--next"><i icon="arwR"></i></div>
                          </div>
                       </div>
                    </div>
                    <div class="dgrid">
                       <div class="swiper swiper-container swiper___3 swiper-eq-height flow-rootX2">
                          <div class="swiper-wrapper">
                             <div class="swiper-slide">
                                <div class="card--recogincation-hero">
                                   <!-- <h4><span>2023</span></h4> -->
                                   <figure>
                                        <img src="frontend/assets/img/common/sub-brand-logo/logo1.png" alt="Interface" title="Interface" />
                                        <figcaption>WEB DEVELOPMENT</figcaption>
                                    </figure>
                                    <p>Dynamic Website Design-Give Wings To Your Business</p>
                                </div>
                             </div>
                             <div class="swiper-slide">
                                <div class="card--recogincation-hero">
                                    <figure>
                                         <img src="frontend/assets/img/common/sub-brand-logo/logo2.png" alt="Interface" title="Interface" />
                                         <figcaption>CORE MOBILE APP DEVELOPMENT</figcaption>
                                     </figure>
                                     <p>Industry Specific App Development Solutions</p>
                                 </div>
                             </div>
                             <div class="swiper-slide">
                                <div class="card--recogincation-hero">
                                    <figure>
                                         <img src="frontend/assets/img/common/sub-brand-logo/logo3.png" alt="Interface" title="Interface" />
                                         <figcaption>ERP DEVELOPMENT</figcaption>
                                     </figure>
                                     <p>Automate workflows and boost efficiency with tailored ERP systems</p>
                                 </div>
                             </div>
                             <div class="swiper-slide">
                                <div class="card--recogincation-hero">
                                    <figure>
                                         <img src="frontend/assets/img/common/sub-brand-logo/logo4.png" alt="Interface" title="Interface" />
                                         <figcaption>SOCIAL MEDIA OPTIMIZATION</figcaption>
                                     </figure>
                                     <p>Maximize your brand's reach with targeted social media strategies</p>
                                 </div>
                             </div>
                             <div class="swiper-slide">
                                <div class="card--recogincation-hero">
                                    <figure>
                                         <img src="frontend/assets/img/common/sub-brand-logo/logo5.png" alt="Interface" title="Interface" />
                                         <figcaption>CORPORATE SHOOT</figcaption>
                                     </figure>
                                     <p>Capture your brand's essence with professional corporate shoot</p>
                                 </div>
                             </div>
                             <div class="swiper-slide">
                                <div class="card--recogincation-hero">
                                    <figure>
                                         <img src="frontend/assets/img/common/sub-brand-logo/logo6.png" alt="Interface" title="Interface" />
                                         <figcaption>CORPORATE PRINTING SERVICE</figcaption>
                                     </figure>
                                     <p>Customized corporate printing solutions</p>
                                 </div>
                             </div>
                             <div class="swiper-slide">
                                <div class="card--recogincation-hero">
                                    <figure>
                                         <img src="frontend/assets/img/common/sub-brand-logo/logo7.png" alt="Interface" title="Interface" />
                                         <figcaption>CONSULTING BUSINESS</figcaption>
                                     </figure>
                                     <p>Transforming visions into reality with personalized consulting services</p>
                                 </div>
                             </div>
                             <div class="swiper-slide">
                                <div class="card--recogincation-hero">
                                    <figure>
                                         <img src="frontend/assets/img/common/sub-brand-logo/logo8.png" alt="Interface" title="Interface" />
                                         <figcaption>COLLEGE MANAGEMENT SYSTEM</figcaption>
                                     </figure>
                                     <p>Manage courses, schedules, and resources all in one place</p>
                                 </div>
                             </div>
                             <div class="swiper-slide">
                                <div class="card--recogincation-hero">
                                    <figure>
                                         <img src="frontend/assets/img/common/sub-brand-logo/logo9.png" alt="Interface" title="Interface" />
                                         <figcaption>SCHOOL INFORMATION MANAGEMENT SYSTEM</figcaption>
                                     </figure>
                                     <p>Simplify enrollment, attendance, and grading with automated processes</p>
                                 </div>
                             </div>
                             <div class="swiper-slide">
                                <div class="card--recogincation-hero">
                                    <figure>
                                         <img src="frontend/assets/img/common/sub-brand-logo/logo10.png" alt="Interface" title="Interface" />
                                         <figcaption>E-HOSPITAL MANAGEMENT</figcaption>
                                     </figure>
                                     <p>Transform healthcare delivery with our integrated e-Hospital</p>
                                 </div>
                             </div>
                             <div class="swiper-slide">
                                <div class="card--recogincation-hero">
                                    <figure>
                                         <img src="frontend/assets/img/common/sub-brand-logo/logo11.png" alt="Interface" title="Interface" />
                                         <figcaption>LIBRARY MANAGEMENT SYSTEMMENT</figcaption>
                                     </figure>
                                     <p>Integrate with educational tools for enhanced learning opportunities</p>
                                 </div>
                             </div>
                          </div>
                       </div>
                    </div>
                 </section>
                 <!-- Our Products Starts  -->

                 <!-- COUNTERS Starts  -->
                  <section class="sundew__inner--paragraphs new_style new_style-2025 bg--whitee c--blak mb-0 pb_mobile margin-top-minus">
                    <div class="main-container">
                       <div class="inner-container">
                          <article class="flow-rootX2">
                             <h3 class="c--blu-10 wrap h3_new">
                                <span class="quote">Transforming enterprises for<br />
                                enhanced customer experiences
                                </span>
                             </h3>
                             <h1 class="wrap clr-r1-c1 h1_new">
                                <span class="quote">We unite our strengths across industries to help clients
                                <span class="c--blu">accelerate growth and drive effective change</span>. By embracing digital solutions, we create pathways that fast-track business transformation.
                                </span>
                             </h1>
                             <div class="stacks-grid">
                                <div>
                                   <h5>200+</h5>
                                   <p>Projects <br class="show-on-mobP" />Executed</p>
                                </div>
                                <div>
                                   <h5>110+</h5>
                                   <p>Clients <br class="show-on-mobP" />Global</p>
                                </div>
                                <div>
                                   <h5>9+</h5>
                                   <p>
                                      Awards & <br class="show-on-mobP" />Recognitions
                                   </p>
                                </div>
                             </div>
                          </article>
                       </div>
                    </div>
                 </section>
                 <!-- COUNTERS Starts  -->

                 <section class="explore__sundew bg--whitee pt-0 margin-top-minus mb-0">
                    <div class="main-container">
                       <div class="inner-container">
                          <div class="sundew__inner--paragraphs">
                             <div class="stacks-grid stacks-grid-brand">
                                <figure>
                                   <img src="frontend/assets/img/common/project-logos/1.png" alt="Duns & Bradstreet" title="Duns & Bradstreet" />
                                </figure>
                                <figure>
                                   <img src="frontend/assets/img/common/project-logos/2.png" alt="BSI ISO/IEC 27001" title="BSI ISO/IEC 27001" />
                                </figure>
                                <figure>
                                   <img src="frontend/assets/img/common/project-logos/3.png" alt="BSI ISO 9001" title="BSI ISO 9001" />
                                </figure>
                                <figure>
                                   <img src="frontend/assets/img/common/project-logos/4.png" alt="Forbes 2000" title="Forbes 2000" />
                                </figure>
                                <figure>
                                   <img src="frontend/assets/img/common/project-logos/5.png" alt="CII" title="CII" />
                                </figure>
                                <figure>
                                   <img src="frontend/assets/img/common/project-logos/6.png" alt="Clutch" title="Clutch" />
                                </figure>
                                <figure>
                                   <img src="frontend/assets/img/common/project-logos/7.png" alt="New York Chamber of Commerce" title="New York Chamber of Commerce" />
                                </figure>
                                <figure>
                                   <img src="frontend/assets/img/common/project-logos/8.png" alt="Bengal Chamber of Commerce" title="Bengal Chamber of Commerce" />
                                </figure>
                                <figure>
                                   <img src="frontend/assets/img/common/project-logos/9.png" alt="Brands of Tomorrow" title="Brands of Tomorrow" />
                                </figure>
                                <figure>
                                   <img src="frontend/assets/img/common/project-logos/10.png" alt="Great place to work" title="Great place to work" />
                                </figure>
                                <figure>
                                    <img src="frontend/assets/img/common/project-logos/11.png" alt="Duns & Bradstreet" title="Duns & Bradstreet" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/12.png" alt="BSI ISO/IEC 27001" title="BSI ISO/IEC 27001" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/13.png" alt="BSI ISO 9001" title="BSI ISO 9001" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/14.png" alt="Forbes 2000" title="Forbes 2000" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/15.png" alt="CII" title="CII" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/16.png" alt="Clutch" title="Clutch" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/17.png" alt="New York Chamber of Commerce" title="New York Chamber of Commerce" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/18.png" alt="Bengal Chamber of Commerce" title="Bengal Chamber of Commerce" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/19.png" alt="Brands of Tomorrow" title="Brands of Tomorrow" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/20.png" alt="Great place to work" title="Great place to work" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/21.png" alt="Duns & Bradstreet" title="Duns & Bradstreet" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/22.png" alt="BSI ISO/IEC 27001" title="BSI ISO/IEC 27001" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/23.png" alt="BSI ISO 9001" title="BSI ISO 9001" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/24.png" alt="Forbes 2000" title="Forbes 2000" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/25.png" alt="CII" title="CII" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/26.png" alt="Clutch" title="Clutch" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/27.png" alt="New York Chamber of Commerce" title="New York Chamber of Commerce" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/28.png" alt="Bengal Chamber of Commerce" title="Bengal Chamber of Commerce" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/29.png" alt="Brands of Tomorrow" title="Brands of Tomorrow" />
                                 </figure>
                                 <figure>
                                    <img src="frontend/assets/img/common/project-logos/30.png" alt="Great place to work" title="Great place to work" />
                                 </figure>
                                 <figure>
                                     <img src="frontend/assets/img/common/project-logos/31.png" alt="Duns & Bradstreet" title="Duns & Bradstreet" />
                                  </figure>
                                  <figure>
                                     <img src="frontend/assets/img/common/project-logos/32.png" alt="BSI ISO/IEC 27001" title="BSI ISO/IEC 27001" />
                                  </figure>
                                  <figure>
                                     <img src="frontend/assets/img/common/project-logos/33.png" alt="BSI ISO 9001" title="BSI ISO 9001" />
                                  </figure>
                                  <figure>
                                     <img src="frontend/assets/img/common/project-logos/34.png" alt="Forbes 2000" title="Forbes 2000" />
                                  </figure>
                                  <figure>
                                     <img src="frontend/assets/img/common/project-logos/35.png" alt="CII" title="CII" />
                                  </figure>
                                  <figure>
                                     <img src="frontend/assets/img/common/project-logos/36.png" alt="Clutch" title="Clutch" />
                                  </figure>
                                  <figure>
                                     <img src="frontend/assets/img/common/project-logos/37.png" alt="New York Chamber of Commerce" title="New York Chamber of Commerce" />
                                  </figure>
                                  <figure>
                                     <img src="frontend/assets/img/common/project-logos/38.png" alt="Bengal Chamber of Commerce" title="Bengal Chamber of Commerce" />
                                  </figure>
                                  <figure>
                                     <img src="frontend/assets/img/common/project-logos/39.png" alt="Brands of Tomorrow" title="Brands of Tomorrow" />
                                  </figure>
                                  <figure>
                                     <img src="frontend/assets/img/common/project-logos/40.png" alt="Great place to work" title="Great place to work" />
                                  </figure>
                                  <figure>
                                    <img src="frontend/assets/img/common/project-logos/41.png" alt="Great place to work" title="Great place to work" />
                                 </figure>
                             </div>
                          </div>
                          <!-- <article>
                             <h6 class="wrap h2">
                                <span class="quote">Explore Sundew</span>
                             </h6>
                          </article> -->
                          <!-- <ul class="explore__list">
                             <li>
                                <a class="c2a-arw c2a--inline" href="https://sundewsolutions.com/leadership"><span>Our Leadership</span><i icon="arwR"></i
                                   ></a>
                             </li>
                             <li>
                                <a class="c2a-arw c2a--inline" href="https://sundewsolutions.com/life-at-sundew"><span>Life at Sundew </span><i icon="arwR"></i
                                   ></a>
                             </li>
                             <li>
                                <a class="c2a-arw c2a--inline" href="https://sundewsolutions.com/culture"><span>Culture & Values</span><i icon="arwR"></i
                                   ></a>
                             </li>
                             <li>
                                <a class="c2a-arw c2a--inline" href="https://sundewsolutions.com/blog"><span>Thoughts & Insights</span><i icon="arwR"></i
                                   ></a>
                             </li>
                             <li>
                                <a class="c2a-arw c2a--inline" href="https://sundewsolutions.com/success-stories"><span>Success Stories</span><i icon="arwR"></i
                                   ></a>
                             </li>
                             <li>
                                <a class="c2a-arw c2a--inline" href="https://sundewsolutions.com/career"><span>Career</span><i icon="arwR"></i
                                   ></a>
                             </li>
                          </ul> -->
                       </div>
                    </div>
                 </section>
                  
                 <section class="sundew_bg_banner-2025 mb-0 margin-top-minus bg-- c-whitee pt-0 pb-0">
                    <div class="main-container">
                       <div class="inner-container">
                          <article class="flow-rootX9">
                             <h2 class="h1x lh-sm  wrap">We Take<br /> Customer Experience<br /> to the <span class="fw--m">Next Level</span>.</h2>
                             <a href="https://www.ncriptech.com/contact" class="c2a c2a-arw c2a--inline outline c--blak hvr:bg--sundewblu hvr:c--whitee radius:expandedX2 b-0 ">Let's
                             Connect <i icon="arwR"></i></a>
                          </article>
                       </div>
                    </div>
                    <figure>
                       <img src="https://sundewsolutions.com/frontend/assets/img/2025/cx.webp?v=2" alt="CX-First Website Development" title="CX-First Website Development">
                    </figure>
                 </section>
                 
               </main>
               <style>
                  .mobile--cta-N {
                  justify-self: start;
                  margin-top: 1.5em;
                  }
                    @media(min-width: 2560px) {
                    .sundew__swipescroll--heading .h4 {
                    max-width: 1060px !important;
                    }
                    .sundew__swipescroll--heading p {
                    max-width: 765px !important;
                    }
                  }
               </style>
               <footer class="sundew__footer light-bg margin-top-minus c--blak bg--whitee pt-0-1000" id="footer">
                  <div class="mainX2-container">
                     <div class="inner-container">
                        <div class="footer--three-grid">
                           <div class="footer--subscribe flow-root">
                              <h4 class="grid--head fw--r">Connect with Ncriptech!</h4>
                              <p class="h4 c--blak">Subscribe to stay up-to-date on the technologies defining today and shaping tomorrow!</p>
                              <form class="form-style white__theme actv" id="newsletterForm">
                                 <div class="form-element">
                                    <label class="form-label">Name</label>
                                    <input autocomplete="off" class="form-field validfield removeemoji toUpperCase" aria-label="Name" type="text" name="news_name">
                                 </div>
                                 <div class="form-element ">
                                    <label class="form-label">Work Email</label>
                                    <input autocomplete="off" class="form-field validemail removeemoji" aria-label="Work Email" type="email" name="news_email" inputmode="email">
                                 </div>
                                 <div class="form-checkbox">
                                    <label>
                                       <input type="checkbox" name="check_noti">
                                       <span class="checkmark"></span>
                                       <p>Yes, you can email me and process my data for marketing purposes.</p>
                                    </label>
                                 </div>
                                 <button class="c2a bg--blu c--whitee hvr:bg--blak hvr:c--whitee c2a--inline b-0 move-to--nxt-frm ml-auto radius:expandedX2 newsbtn" type="submit">Sign Up</button>
                              </form>
                           </div>
                           <div class="quick--links">
                                <img src="frontend/assets/img/common/footer/footer.webp" alt="best-software-development-company" title="Best Software Development Company">
                            </div>
                            <div class="industry--links hide-on-mobL">
                                <h4 class="grid--head with-separator"><span>Our Products</span></h4>
                                <ul class="f__list arrow--cta" role="list">
                                    <li><a href="https://www.ncriptech.com/interface"><i icon="arwR"></i> Interface</a> </li>
                                    <li><a href="https://www.ncriptech.com/mobidev"><i icon="arwR"></i> Mobi Dev</a> </li>
                                    <li><a href="https://www.ncriptech.com/codex"><i icon="arwR"></i> Codex</a> </li>
                                    <li><a href="https://www.ncriptech.com/keywords"><i icon="arwR"></i> Keywords</a> </li>
                                    <li><a href="https://www.ncriptech.com/pixelplus"><i icon="arwR"></i> Pixel Plus </a> </li>
                                    <li><a href="https://www.ncriptech.com/impulse"><i icon="arwR"></i> Impulse</a> </li>
                                    <li><a href="https://www.ncriptech.com/thinktank"><i icon="arwR"></i> Thinktank</a> </li>
                                    <li><a href="https://www.ncriptech.com/cloudcampus"><i icon="arwR"></i> Cloud Campus</a> </li>
                                    <li><a href="https://www.ncriptech.com/sims"><i icon="arwR"></i> Sims4.0</a> </li>
                                    <li><a href="https://www.ncriptech.com/ehm"><i icon="arwR"></i> EHM</a> </li>
                                    <li><a href="https://www.ncriptech.com/flexibook"><i icon="arwR"></i> Flexibook</a> </li>
                                </ul>
                            </div>
                           <div class="footer--contact colspan-2">
                              <div class="mails">
                                 <a href="mailto:sales@ncriptech.com"><i icon="email"></i> <span>Sales</span></a>
                                 <a href="mailto:ncriptech@gmail.com"><i icon="email"></i> <span>Support</span></a>
                                 
                              </div>
                              <ul class="sundew__social--links">
                                 <li><a class="c--facebook" target="_blank" href="https://www.facebook.com/ncriptechglobal/"><img src="frontend/assets/img/icons/social-new/facebook.svg" alt="Facebook" title="Facebook"><span>Facebook</span></a></li>
                                 <li><a class="c--instagramorange" target="_blank" href="https://www.instagram.com/ncriptechglobal/"><img src="frontend/assets/img/icons/social-new/instagram.svg" alt="Instagram" title="Instagram"><span>Instagram</span></a></li>
                                 <li><a class="c--linkedin" target="_blank" href="https://www.linkedin.com/company/ncriptech/"><img src="frontend/assets/img/icons/social-new/linkedin.svg" alt="LinkedIn" title="LinkedIn"><span>LinkedIn</span></a></li>
                                 <li><a class="c--twitter" target="_blank" href="https://x.com/ncriptech"><img src="https://sundewsolutions.com/frontend/assets/img/icons/social-new/x.svg" alt="Twitter" title="Twitter"><span>Twitter</span></a></li>
                                 
                              </ul>
                           </div>
                        </div>
                        <div class="footer--company">
                           <!-- D&B seal -->
                           <div class="text-left">
                            <figure class="logo_img">
                                <img src="frontend/assets/img/common/footer/make-in-india.png" alt="make-in-india" title="Make in India">
                                <img src="frontend/assets/img/common/footer/since-2009.jpg" alt="15-years-of- excellence" title="15 years of excellence">
                                <img src="frontend/assets/img/common/footer/msme-logo.png" alt="msme" title="Msme">
                                <!-- <img src="frontend/assets/img/common/footer/bcci.png" alt="bcci" title="Bcci"> -->
                                <!-- <img src="frontend/assets/img/2024_v1/logo5.webp?v=1.1.8" alt="Bengal business council" title="Bengal business council"> -->
                            </figure>
                              <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
                              <script language="JavaScript" src="https://dunsregistered.dnb.com" data-consent-src="https://dunsregistered.dnb.com" data-category-consent="cookie_cat_necessary" type="text/javascript"></script>
                           </div>
                           <!-- ./D&B seal -->
                           <div class="flow-rootx">
                              <!-- <p>An ISO 27001:2022 Certified Company</p> -->
                              <div class="legal--links hide-on-mobL">
                                 <a href="https://www.ncriptech.com/legal">Legal</a>
                                 <a href="https://www.ncriptech.com/terms-and-conditions">Terms & Conditions</a>
                                 <a href="https://www.ncriptech.com/disclaimer">Disclaimer</a>
                                 <a href="https://www.ncriptech.com/privacy_policy">Privacy Policy</a>
                              </div>
                              <p><span style="font-family: arial;">©</span> 2025 <span class="fw--b c--blu">Ncriptech</span>. <br/>All Rights Reserved.</p>
                           </div>
                        </div>
                     </div>
                  </div>
                  <!-- <a class="toTop" aria-label="Go to Top" href="#sundew">
                     <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#000">
                        <path d="M480-120q-8.54 0-14.27-5.73T460-140v-625.46L267.08-572.77q-5.62 5.62-13.27 5.35-7.66-.27-13.5-6.12-5.62-5.61-5.62-13.77 0-8.15 5.62-13.77l217.07-217.07q5.24-5.23 10.7-7.35 5.46-2.12 11.92-2.12t11.92 2.12q5.46 2.12 10.7 7.35l217.84 217.84q5.62 5.62 5.62 13.66 0 8.03-5.62 13.88-5.84 6.62-14.27 6.23-8.42-.38-14.27-6.23L500-764.69V-140q0 8.54-5.73 14.27T480-120Z"/>
                     </svg>
                  </a> -->
                  <button onclick="topFunction()" id="goTopBtn" title="Go to top">↑</button>

               </footer>
               <svg width="0" height="0">
                  <defs>
                     <linearGradient id="targetSolGrad" x1="0%" x2="100%" y1="0%" y2="0%" gradientTransform="rotate(80)">
                        <stop offset="0%" stop-color="#ff4dd2"></stop>
                        <stop offset="100%" stop-color="#ff993b"></stop>
                     </linearGradient>
                  </defs>
               </svg>
               <script src="https://sundewsolutions.com/frontend/assets/vendors/swiper@8.0.7/swiper-bundle.min.js?v=3.0.0" defer></script>
               <script src="https://sundewsolutions.com/frontend/assets/js/icons.js?v=3.0.0" defer></script>
               <script src="https://sundewsolutions.com/frontend/assets/js/frontend.js?v=3.0.0" defer></script>
               <script src="https://sundewsolutions.com/frontend/assets/js/common.js?v=3.0.00" defer></script>
            </div>
         </div>
         <!-- modal -->
         <div class="sundew-ui--modal size:lg sundew-new-life-company">
            <span class="sundew-ui--modal-bg">
            <i icon="sundew"></i>
            <button type="button" class="sundew-ui--modal-close sds-modal-exit"></button>
            </span>
            <div class="sundew-ui--modal-scroll">
               <div class="sundew-ui--modal-outer">
                  <div class="sundew-ui--modal-inner">
                     <div class="ar-16/9">
                        <video class="company__video" src="https://sdspl.b-cdn.net/USQWS_April2025.mp4" type="video/mp4" controls></video>
                     </div>
                  </div>
               </div>
            </div>
         </div>
         <div class="sundew-ui--modal size:lg " id="team--video">
            <span class="sundew-ui--modal-bg">
            <i icon="sundew"></i>
            <button type="button" class="sundew-ui--modal-close sds-modal-exit"></button>
            </span>
            <div class="sundew-ui--modal-scroll">
               <div class="sundew-ui--modal-outer">
                  <div class="sundew-ui--modal-inner">
                     <div class="ar-16/9">
                        <iframe title="Sundew" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
                     </div>
                  </div>
               </div>
            </div>
         </div>
         <div class="sundew-ui--modal sundew-new-life size:lg">
            <span class="sundew-ui--modal-bg">
            <i icon="sundew"></i>
            <button type="button" class="sundew-ui--modal-close sds-modal-exit"></button>
            </span>
            <div class="sundew-ui--modal-scroll">
               <div class="sundew-ui--modal-outer">
                  <div class="sundew-ui--modal-inner">
                     <div class="ar-16/9 bg--blak">
                        <video class="company__video" src="https://sdspl.b-cdn.net/OnboardingHRMSvideo_22ndApril.mp4" type="video/mp4" controls></video>
                     </div>
                  </div>
               </div>
            </div>
         </div>

         <script type="text/javascript" src="frontend/assets/js/contact.js?v=3.0.0" defer></script>
         
      </div>
      </div>
      <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
    <!-- MAIN FORM -->
    <script>
        // AJAX form submission
        $(document).ready(function () {
            $('#contactForm').on('submit', function (e) {
                e.preventDefault(); 
                const formData = $(this).serialize(); 
                const submitButton = $('#submit-button-contact'); 
                submitButton.prop('disabled', true).text('Sending...');
                // Send form data via AJAX
                $.ajax({
                    type: 'POST',
                    url: 'send_email_contact_form.php', 
                    data: formData,
                    success: function (response) {
                        
                        if(response=='ok'){
                            $('#response-message-contact').text(response); 
                            $('#contactForm')[0].reset(); 
                            // submitButton.prop('disabled', false).text('Send');
                            $('#response-message-contact').html('<div style="color:green;">We received you request. Our team will connect with you soon.</div>')
                        }
                        else{
                            $('#response-message-contact').html('<div style="color:red;">Form failed to submit else</div>')
                        }
                        submitButton.prop('disabled', false).text('Let\'s Connect');
                        
                    },
                    error: function () {
                        submitButton.prop('disabled', false).text('Let\'s Connect');
                        $('#response-message-contact').html('<div style="color:red;">Form failed to submit</div>')
                    }
                });
            });
        });
    </script>

    <!-- SUB CATEGORY  -->
    <script>
        $(document).ready(function () {
            // Define subcategories for each service
            const subcategories = {
                "Mobile Application Development": [ // Mobile Application Development
                    { value: "IOS Application Development", text: "IOS Application Development" },
                    { value: "Android Application Development", text: "Android Application Development" },
                    { value: "Cross-Platform App Development", text: "Cross-Platform App Development" },
                    { value: "Custom Application Development", text: "Custom Application Development" }
                ],
                "Digital Marketing": [ // Digital Marketing
                    { value: "Web Application Development", text: "Web Application Development" },
                    { value: "UI/UX Design", text: "UI/UX Design" },
                    { value: "Website Development", text: "Website Development" },
                    { value: "Custom Website Development", text: "Custom Website Development" },
                ],
                "Website Development": [ // Website Development
                    { value: "SEO", text: "SEO" },
                    { value: "SMO", text: "SMO" },
                    { value: "Facebook Marketing", text: "Facebook Marketing" },
                    { value: "E-Commerce Marketing", text: "E-Commerce Marketing" },
                    ],
                "Custom Software Development": [ // Custom Software Development
                    { value: "Wordpress Development", text: "Wordpress Development" },
                    { value: "Magento Development", text: "Magento Development" },
                    { value: "CodeIgniter Development", text: "CodeIgniter Development" },
                    { value: "OpenCart Development", text: "OpenCart Development" },
                ],
            };
    
            // Handle service selection
            $('select[name="contact_category_id"]').on('change', function () {
                const selectedService = $(this).val(); // Get selected service value
                const subCategorySelect = $('select[name="contact_subcategory_id"]');
    
                if (subcategories[selectedService]) {
                    // Enable subcategory field
                    subCategorySelect.prop('disabled', false);
    
                    // Clear existing options
                    subCategorySelect.empty();
    
                    // Add a placeholder option
                    subCategorySelect.append('<option value=""></option>');
    
                    // Add new subcategory options
                    subcategories[selectedService].forEach(sub => {
                        subCategorySelect.append(
                            `<option value="${sub.value}">${sub.text}</option>`
                        );
                    });
                } else {
                    // If no subcategories, disable and clear the field
                    subCategorySelect.prop('disabled', true).empty();
                    subCategorySelect.append('<option value="">No Sub Categories Available</option>');
                }
            });
        });
    </script>

    <script>
        // Function to check if the form and CAPTCHA are completed
        function checkFormCompletion() {
            const firstName = document.getElementById('first_name').value.trim();
            const lastName = document.getElementById('last_name').value.trim();
            const city = document.getElementById('city').value.trim();
            const email = document.getElementById('email').value.trim();
            const country = document.getElementById('country_id').value; 
            const contact_category_id = document.getElementById('contact_category_id').value; 
            const country_code = document.getElementById('country_code').value; 
            const contact_number = document.getElementById('contact_number').value; 
            const message = document.getElementById('message').value; 
            
            const captchaResponse = grecaptcha.getResponse();
        
            const submitButton = document.getElementById('submit-button-contact');
        
            // Check if all required fields are filled and CAPTCHA is completed
            if (firstName && lastName && city && email && country && contact_category_id && country_code && contact_number && message && captchaResponse.length > 0) {
                submitButton.disabled = false;
            } else {
                submitButton.disabled = true;
            }
        }
        
        // Event listener to check form completion when the user interacts with the form
        document.getElementById('contactForm').addEventListener('input', checkFormCompletion);
        
        // Check CAPTCHA response when it's solved
        grecaptcha.ready(function() {
            grecaptcha.enterprise.addEventListener('captcha-success', function() {
                checkFormCompletion();
            });
        });
        checkFormCompletion();

        // Form submission handler
        document.getElementById('contactForm').addEventListener('submit', function(event) {
            event.preventDefault(); // Prevent form submission

            grecaptcha.reset();


            // Optionally, disable the submit button again after resetting
            document.getElementById('submit-button-contact').disabled = true;

        });
    </script>

   </body>
</html>

MMCT - 2023