{"id":15813,"date":"2022-03-04T10:18:29","date_gmt":"2022-03-04T07:18:29","guid":{"rendered":"https:\/\/innowise-group.inno.ws\/?page_id=15813"},"modified":"2026-08-20T07:30:04","modified_gmt":"2026-08-20T11:30:04","slug":"settori","status":"publish","type":"page","link":"https:\/\/innowise.com\/it\/industries\/","title":{"rendered":"Industrie"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"15813\" class=\"elementor elementor-15813\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54dddaa e-flex e-con-boxed e-con e-parent\" data-id=\"54dddaa\" data-element_type=\"container\" id=\"hero\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c44b901 e-con-full e-flex e-con e-child\" data-id=\"c44b901\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0838bb9 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"0838bb9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Industries we serve<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-55bf7b2 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"55bf7b2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">We build custom software for companies across 40+ industries, including complex regulated sectors, fast-moving markets, and niche business domains.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1df5ed0 elementor-align-justify elementor-mobile-align-justify hero-btn elementor-widget elementor-widget-button\" data-id=\"1df5ed0\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact-form\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Get in touch<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-af61e63 e-con-full elementor-hidden-mobile elementor-hidden-tablet stickyWrapper72 e-flex e-con e-parent\" data-id=\"af61e63\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14eca8a elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"14eca8a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n\n.textUnderline a{\n    text-decoration: underline;\n}\n\n.textUnderline a:hover{\n  color: #C63031 !important;  \n}\n\n.stickyWrapper72{\n    position: sticky;\n    top: 72px;\n    bottom: auto;   \n}\n\n.anchorTop{\n    width: 100%;\n    background-color: #F5F5F7;\n   padding: 0 15px;\n}\n\n.anchorTop .swiper-wrapper{\n    width: 100%;\n    max-width: 1400px;\n    margin: 0 auto;\n\n    display: flex;\n    justify-content: space-between;\n    width: 100%;\n    position: relative;\n\n}\n\n\n.anchorTop .elem {\n    width: fit-content !important;\n    padding: 10px 20px 8.5px 20px;\n    border-bottom: 1.5px solid transparent;\n    color: #2E2E2E !important;\n    transition: color 0.2s linear,  border 0.2s linear;\n    cursor: pointer;\n    \n    font-family: Karla;\nfont-weight: 400;\nfont-size: 16px;\nline-height: 20px;\nletter-spacing: 0%;\n\n}\n\n\n.anchorTop .elem.active {\n    color: #C63031 !important;\n   border-bottom: 1.5px solid #C63031;  \n}\n\n.anchorTop .elem:hover {\n       color: #C63031 !important;\n}\n\n<\/style>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", ()=>{\n        \nconst headerElement = document.querySelector(\".new-menu\");\n\nconst stickyElement = document.querySelector(\".stickyWrapper72\");\n\nconst headerElementH = headerElement.clientHeight;\n\n\nstickyElement.style.top =  headerElementH + 0 + \"px\";\n        \n});\n<\/script>\n\n<script>\n\n\n  document.addEventListener(\"DOMContentLoaded\", () => {\n      \n   const AnchorSwiper = new Swiper('.anchorSwiper', {\n     grabCursor:false, \n     slidesPerView: 'auto',\n\n        spaceBetween: 20, \n\n    \n  });       \n      \n      \n const headerMenuHeight=document.querySelector('.new-menu-inno')?.getBoundingClientRect()?.height ?? 72; \n \n\n\nlet anchorTopList = document.querySelectorAll('.anchorTop .elem');\nlet anchorList = [];\n\n\nanchorTopList.forEach((elem) => {\n   const id = elem.getAttribute('data-id'); \n\n   \n   anchorList.push(document.querySelector(`#${id}`)); \n})\n\n   \n   function scrollToElem(elem){\n       \n    const windowHeight = window.innerHeight;\n     const elTop = elem.offsetTop;\n       \n  \n   window.scrollTo({\n     top: elTop - headerMenuHeight,\n     behavior: \"smooth\",\n    });\n   }\n\n   anchorTopList.forEach((el,i)=>el.addEventListener('click',function(){\n       \n       const id = this.getAttribute('data-id');\n      \n    const element = anchorList[i];\n    \n    \n    if(element){\n      scrollToElem(element);    \n    }\n      \n       \n     \n       \n   }))\n\n\n\n      const checkScroll = () => {\n\n      const windowHeight = window.innerHeight;\n      const scrollTop = window.scrollY || document.documentElement.scrollTop;\n\n\nanchorList.forEach((anchor, index) => {\n \n        \n\nif(anchor){\n\n  const { top, left, bottom, right } = anchor.getBoundingClientRect();\n  const { innerHeight, innerWidth } = window;\n\n\nconst isInViewport = \n  bottom > innerHeight\/2 && top <innerHeight\/2;\n\n\n\/\/ const isInViewport =  top <innerHeight\/2;\n\n\n\n \n if(isInViewport){\n    anchorTopList[index].classList.add(\"active\");  \n    AnchorSwiper.slideTo(index);\n    if(index>0){\n            anchorTopList[index-1].classList.remove(\"active\"); \n        \n    }\n     \n }else{\n    anchorTopList[index].classList.remove(\"active\");   \n }\n        \n}\n\n});\n      \n\n  };\n  \n\ndocument.addEventListener(\"scroll\", (event) => {\n\n    checkScroll();\n\n});\n\n\n\n\n\n\n\n});\n \n  \n\n<\/script>\n\n<script defer>\n  window.addEventListener('hashchange', function(e) {\n      if(window.history.pushState) {\n    window.history.pushState('', '\/', window.location.pathname)\n} else {\n    window.location.hash = '';\n}\n\n});\n<\/script>\n\n\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-839525b elementor-widget elementor-widget-html\" data-id=\"839525b\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"anchorTop\">\r\n  <div class=\"anchorSwiper\">\r\n    <div class=\"swiper-wrapper\">\r\n      <div class='elem swiper-slide' data-id='test1'>Key industries<\/div>\r\n      <div class='elem swiper-slide' data-id='test2'>Our experts<\/div>\r\n      <div class='elem swiper-slide' data-id='test3'>More industries<\/div>\r\n      <div class='elem swiper-slide' data-id='test4'>Projects<\/div>\r\n      <div class='elem swiper-slide' data-id='test5'>Benefits<\/div>\r\n      <div class='elem swiper-slide' data-id='test6'>Reviews<\/div>\r\n      <div class='elem swiper-slide' data-id='test7'>Services<\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9f92d78 e-flex e-con-boxed e-con e-child\" data-id=\"9f92d78\" data-element_type=\"container\" id=\"test1\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cdfdf37 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"cdfdf37\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Key industries<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ed1f474 e-con-full e-flex e-con e-child\" data-id=\"ed1f474\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e01656 elementor-widget elementor-widget-html\" data-id=\"5e01656\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n    .industry-explore{\n        display: none;\n    }\n    \n    .industry-green{\n        background-color: #ECFBF8;\n    }\n    \n    .industry-blue{\n        background-color: #F0F8FF;\n    }\n    \n    .industry-outline{\n        border: 1px solid #9CC6ED;\n    }\n    \n    .industries{\n        display: grid;\n        grid-template-columns: repeat(6, minmax(0, 1fr));\n        gap: 40px;\n    }\n    \n    .industry-1, .industry-2, .industry-3, .industry-4{\n        grid-column: span 3;\n    }\n    \n    .industry-5, .industry-6, .industry-7, .industry-8, .industry-9, .industry-10{\n        grid-column: span 2;\n    }\n    \n    .industries .industry{\n        padding: 60px;\n        display: flex;\n        flex-direction: column;\n        font-family: Karla;\n        color: #2E2E2E;\n    }\n    \n    .industry-title{\n        display: flex;\n        align-items: center;\n        gap: 16px;\n    }\n    \n    .industry-title h3{\n        margin: 0;\n    }\n    \n    .industry-top{\n        display: flex;\n        flex-direction: column;\n        gap: 28px;\n        margin-bottom: 28px;\n    }\n    \n    .industry-experts{\n        color: #585858;\n        font-size: 18px;\n        line-height: 28px;\n        font-weight: 600;\n    }\n    \n    .industry-text{\n        font-size: 18px;\n        line-height: 150%;\n        margin: 0;\n    }\n    \n    .industry-content{\n        margin-top: 30px;\n    }\n    \n    .industry-content.grid-2, .industry-content.grid-4{\n        display: grid;\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n        gap: 40px;\n        margin-top: 40px;\n    }\n    \n    .industry-content h4{\n        margin: 0;\n        margin-bottom: 16px;\n        font-weight: 500;\n        font-size: 16px;\n        line-height: 150%;\n        text-transform: uppercase;\n        color: #585858;\n    }\n    \n    .industry-content h4 a{\n        color: inherit;\n    }\n    \n    .industry-content h4:hover{\n        color: #C63031;\n    }\n    \n    .industry-list{\n        list-style: none;\n        padding: 0;\n        display: flex;\n        flex-direction: column;\n        gap: 12px;\n        font-size: 18px;\n        line-height: 150%;\n    }\n    \n    .industry a:hover{\n        text-decoration: underline;\n    }\n    \n    @media (max-width: 1279px){\n        .industries{\n            gap: 30px;\n        }\n        \n        .industry-1, .industry-2{\n            grid-column: span 6;\n        }\n        \n        .industry-5, .industry-6, .industry-7, .industry-8, .industry-9, .industry-10{\n            grid-column: span 3;\n        }\n        \n        .industries .industry{\n            padding: 40px;\n        }\n        \n        .industry-top{\n            flex-direction: row;\n            justify-content: space-between;\n            align-items: center;\n            column-gap: 350px;\n            flex-wrap: wrap;\n            row-gap: 24px;\n            margin-bottom: 24px;\n        }\n        \n        .industry-content.grid-2, .industry-content.grid-4{\n            margin-top: 30px;\n        }\n        \n        .industry-content.grid-4{\n            grid-template-columns: repeat(4, minmax(0, 1fr));\n        }\n    }\n    \n    @media (max-width: 1023px){\n        .industry-content.grid-4{\n            grid-template-columns: repeat(2, minmax(0, 1fr));\n            row-gap: 30px;\n        }\n        \n        .industry-3, .industry-4{\n            grid-column: span 6;\n        }\n        \n    }\n    \n    @media (max-width: 767px){\n     .industries{\n         grid-template-columns: minmax(0, 1fr);\n         gap: 0;\n     }\n     \n     .industries .industry{\n         grid-column: span 1;\n     }\n     \n      .industries .industry{\n        width: 100%;\n        padding: 0;\n        border: none;\n        border-left:1px solid #C4C4C4;\n        transition:border-color .25s ease, background .25s ease;\n      }\n      \n      .industry.is-open{\n          border-color: #C63031;\n      }\n      \n      .industry-top{\n          margin-bottom: 0;\n         flex-direction: column;\n         align-items: start;\n         gap: 0;\n      }\n      \n      .industry-title{\n          padding: 16px 20px;\n          width: 100%;\n          cursor:pointer;\n          user-select:none;\n          background-color: #FFFFFF;\n          color: #717171;\n      }\n      \n      .industry-title img{\n          display: none;\n      }\n      \n      .industry-title a{\n          pointer-events: none;\n          color: inherit;\n      }\n      \n      .industry-body{\n          padding: 0 12px 20px 20px;\n      }\n      \n      .industry-experts{\n          font-size: 16px;\n          line-height: 20px;\n      }\n      \n      .industry-text{\n          font-size: 16px;\n          color: #585858;\n      }\n      \n      .industry-content h4{\n          font-size: 14px;\n          margin-bottom: 0;\n      }\n      \n      .industry-list{\n          font-size: 16px;\n      }\n \n \n  .industry-experts{\n    height: 0;\n    overflow:hidden;\n    opacity:0;\n    transition:grid-template-rows .3s ease, opacity .25s ease;\n  }\n  .industry.is-open .industry-experts{\n    opacity:1;\n    padding: 20px 12px 16px 20px;\n    height: auto;\n  }\n  \n  .industry.is-open .industry-title{\n      position: relative;\n      color: #2E2E2E;\n  }\n  \n  .industry.is-open .industry-title::before{\n      content: '';\n      height: 100%;\n      width: 2px;\n      position: absolute;\n      top: 0;\n      left: 0;\n      background: #C63031;\n  }\n \n  \/* ---- collapsible body ---- *\/\n  .industry-panel{\n    display:grid;\n    grid-template-rows:0fr;\n    transition:grid-template-rows .3s ease;\n  }\n  .industry.is-open .industry-panel{ grid-template-rows:1fr; }\n  .industry-panel-inner{ overflow:hidden; }\n \n \n  .industry .industry-content{ \n      display:grid; \n      gap:20px; \n      margin-top: 24px;\n      \n  }\n  .industry-content.grid-4{ \n      grid-template-columns: minmax(0, 1fr)\n  }\n  .industry-content.grid-2{ \n      grid-template-columns: minmax(0, 1fr)\n      \n  }\n  \n  .grid-4 .industry-content-item, .grid-2 .industry-content-item{\n      display: grid;\n      grid-template-columns: 100px minmax(0, 1fr);\n      gap: 12px;\n      padding-right: 12px;\n  }\n  \n  .industry .industry-content-item:not(:last-child){\n      border-bottom: 1px solid #2E2E2E1A;\n      padding-bottom: 20px;\n  }\n  \n  .industry:not(:has(.industry-experts)) .industry-body {\n      padding-top: 20px;\n   }\n   \n   .industry-explore{\n       display: block;\n       margin-top: 16px;\n       color: #C63031;\n        font-weight: 400;\n        font-size: 16px;\n        line-height: 20px;\n        position: relative;\n        width: fit-content;\n\n   }\n   \n   .industry-explore::after{\n       content: '';\n       width: 14px;\n       height: 13px;\n       background: url('https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Group-4700.svg');\n       background-size: cover;\n       position: absolute;\n       top: 50%;\n       transform: translateY(-50%);\n       left: calc(100% + 8px);\n   }\n  }\n    \n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8536a8d elementor-widget elementor-widget-html\" data-id=\"8536a8d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"industries\">\r\n    <!-- Finance, banking & insurance -->\r\n    <div class=\"industry industry-green industry-1 is-open\">\r\n        <div class=\"industry-top\">\r\n            <div class=\"industry-title\">\r\n                <h3><a href=\"\/finance\/\">Finance, banking &amp; insurance<\/a><\/h3>\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Group-4700.svg\" alt=\"arrow icon\"\/>\r\n            <\/div>\r\n            <span class=\"industry-experts\">150+ experts<\/span>\r\n        <\/div>\r\n        <div class=\"industry-panel\">\r\n          <div class=\"industry-panel-inner\">\r\n            <div class=\"industry-body\">\r\n                <div class=\"industry-body-top\">\r\n                    <p class=\"industry-text\">\r\n                        We develop secure financial software that helps companies improve transactions, risk management, and customer service.\r\n                    <\/p>\r\n                    <a href=\"\/finance\/\" class=\"industry-explore\">Explore<\/a>\r\n                <\/div>\r\n                <div class=\"industry-content grid-4\">\r\n                    <div class=\"industry-content-item\">\r\n                        <h4><a href=\"\/finance\/fintech-development\/\">FinTech<\/a><\/h4>\r\n                        <ul class=\"industry-list\">\r\n                            <li><a href=\"\/banking\/ewallet-app-development\/\">Digital wallets<\/a><\/li>\r\n                            <li><a href=\"\/finance\/payment-hub\/\">Payment platforms<\/a><\/li>\r\n                            <li><a href=\"\/finance\/lending-software-development\/\">Lending software<\/a><\/li>\r\n                            <li><a href=\"\/blog\/kyc-software-solutions\/\">KYC\/KYB solutions<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"industry-content-item\">\r\n                        <h4><a href=\"\/banking\/\">Banking<\/a><\/h4>\r\n                        <ul class=\"industry-list\">\r\n                            <li><a href=\"\/banking\/mobile-application-development\/\">Digital banking apps<\/a><\/li>\r\n                            <li><a href=\"\/blog\/what-is-core-banking-system\/\">Core banking<\/a><\/li>\r\n                            <li>Customer portals<\/li>\r\n                            <li><a href=\"\/blog\/aml-transaction-monitoring\/\">AML compliance tools<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"industry-content-item\">\r\n                        <h4><a href=\"\/finance\/trading\/\">Trading<\/a><\/h4>\r\n                        <ul class=\"industry-list\">\r\n                            <li>Trading platforms<\/li>\r\n                            <li><a href=\"\/finance\/investment\/\">Investment management systems<\/a><\/li>\r\n                            <li>Portfolio analytics<\/li>\r\n                            <li>Market data tools<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"industry-content-item\">\r\n                        <h4><a href=\"\/finance\/insurance\/\">Insurance<\/a><\/h4>\r\n                        <ul class=\"industry-list\">\r\n                            <li>Insurance platforms<\/li>\r\n                            <li>Claims management systems<\/li>\r\n                            <li>Policy administration<\/li>\r\n                            <li><a href=\"\/blog\/automated-insurance-underwriting\/\">Underwriting automation<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n    <\/div>\r\n \r\n    <!-- Healthcare & life sciences -->\r\n    <div class=\"industry industry-blue industry-2\">\r\n        <div class=\"industry-top\">\r\n            <div class=\"industry-title\">\r\n                <h3><a href=\"\/healthcare\/\">Healthcare &amp; life sciences<\/a><\/h3>\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Group-4700.svg\" alt=\"arrow icon\"\/>\r\n            <\/div>\r\n            <span class=\"industry-experts\">100+ experts<\/span>\r\n        <\/div>\r\n        <div class=\"industry-panel\">\r\n          <div class=\"industry-panel-inner\">\r\n            <div class=\"industry-body\">\r\n                <div class=\"industry-body-top\">\r\n                    <p class=\"industry-text\">\r\n                        We build secure healthcare software for better patient care, clinical workflows, and data management.\r\n                    <\/p>\r\n                    <a href=\"\/healthcare\/\" class=\"industry-explore\">Explore<\/a>\r\n                <\/div>\r\n                <div class=\"industry-content grid-4\">\r\n                    <div class=\"industry-content-item\">\r\n                        <h4><a href=\"\/industries\/healthcare\/\">Healthcare<\/a><\/h4>\r\n                        <ul class=\"industry-list\">\r\n                            <li><a href=\"\/industries\/healthcare\/ehr-integration\/\">EHR\/EMR systems<\/a><\/li>\r\n                            <li><a href=\"\/industries\/healthcare\/telemedicine-app-development\/\">Telemedicine apps<\/a><\/li>\r\n                            <li><a href=\"\/industries\/healthcare\/patient-engagement-software-solutions\/\">Patient portals<\/a><\/li>\r\n                            <li><a href=\"\/industries\/healthcare\/data-analytics-services\/\">Healthcare data analytics<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"industry-content-item\">\r\n                        <h4><a href=\"\/industries\/healthcare\/medtech-consulting\/\">MedTech<\/a><\/h4>\r\n                        <ul class=\"industry-list\">\r\n                            <li><a href=\"\/industries\/healthcare\/medical-device-software-development\/\">SaMD &amp; SiMD<\/a><\/li>\r\n                            <li>IoMT platforms<\/li>\r\n                            <li>In vitro diagnostics software<\/li>\r\n                            <li>Remote patient monitoring<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"industry-content-item\">\r\n                        <h4><a href=\"\/industries\/biotech\/\">Biotech<\/a><\/h4>\r\n                        <ul class=\"industry-list\">\r\n                            <li><a href=\"\/services\/lims-integration\/\">LIMS platforms<\/a><\/li>\r\n                            <li>Bioinformatics tools<\/li>\r\n                            <li>Research data management<\/li>\r\n                            <li><a href=\"\/industries\/healthcare\/clinical-intelligence\/\">Clinical intelligence<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"industry-content-item\">\r\n                        <h4><a href=\"\/industries\/pharma\/\">Pharma<\/a><\/h4>\r\n                        <ul class=\"industry-list\">\r\n                            <li><a href=\"\/industries\/pharma\/drug-discovery\/\">Drug discovery tools<\/a><\/li>\r\n                            <li><a href=\"\/industries\/healthcare\/clinical-trials-software-development\/\">Clinical trial software<\/a><\/li>\r\n                            <li>Pharmacovigilance systems<\/li>\r\n                            <li><a href=\"\/industries\/pharma\/ai\/\">AI tools for pharma companies<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n    <\/div>\r\n \r\n    <!-- E-commerce & retail -->\r\n    <div class=\"industry industry-outline industry-3\">\r\n        <div class=\"industry-top\">\r\n            <div class=\"industry-title\">\r\n                <h3>E-commerce &amp; retail<\/h3>\r\n            <\/div>\r\n            <span class=\"industry-experts\">150+ experts<\/span>\r\n        <\/div>\r\n        <div class=\"industry-panel\">\r\n          <div class=\"industry-panel-inner\">\r\n            <div class=\"industry-body\">\r\n                <p class=\"industry-text\">\r\n                    We create e-commerce and retail solutions that improve online sales, customer experience, and business operations.\r\n                <\/p>\r\n                <div class=\"industry-content grid-2\">\r\n                    <div class=\"industry-content-item\">\r\n                        <h4><a href=\"\/industries\/ecommerce\/\">E-commerce<\/a><\/h4>\r\n                        <ul class=\"industry-list\">\r\n                            <li>Online stores<\/li>\r\n                            <li><a href=\"\/industries\/ecommerce\/marketplace-development\/\">Marketplaces<\/a><\/li>\r\n                            <li><a href=\"\/services\/pim-implementation\/\">PIM solutions<\/a><\/li>\r\n                            <li><a href=\"\/finance\/payment-gateway-api-integration\/\">Payment integrations<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"industry-content-item\">\r\n                        <h4><a href=\"\/industries\/retail\/\">Retail<\/a><\/h4>\r\n                        <ul class=\"industry-list\">\r\n                            <li><a href=\"\/industries\/ecommerce\/pos-development\/\">POS systems<\/a><\/li>\r\n                            <li>Loyalty platforms<\/li>\r\n                            <li>Inventory management<\/li>\r\n                            <li><a href=\"\/industries\/retail\/data-analytics\/\">Omnichannel retail analytics<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n    <\/div>\r\n \r\n    <!-- Manufacturing -->\r\n    <div class=\"industry industry-outline industry-4\">\r\n        <div class=\"industry-top\">\r\n            <div class=\"industry-title\">\r\n                <h3><a href=\"\/industries\/manufacturing\/\">Manufacturing<\/a><\/h3>\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Group-4700.svg\" alt=\"arrow icon\"\/>\r\n            <\/div>\r\n            <span class=\"industry-experts\">50+ experts<\/span>\r\n        <\/div>\r\n        <div class=\"industry-panel\">\r\n          <div class=\"industry-panel-inner\">\r\n            <div class=\"industry-body\">\r\n                <div class=\"industry-body-top\">\r\n                    <p class=\"industry-text\">\r\n                        We develop manufacturing software that helps teams improve production planning, shop floor visibility, and operational efficiency.\r\n                    <\/p>\r\n                    <a href=\"\/industries\/manufacturing\/\" class=\"industry-explore\">Explore<\/a>\r\n                <\/div>\r\n                <div class=\"industry-content\">\r\n                    <div class=\"industry-content-item\">\r\n                        <ul class=\"industry-list\">\r\n                            <li>MES<\/li>\r\n                            <li>Production planning<\/li>\r\n                            <li>Quality control<\/li>\r\n                            <li>Predictive maintenance<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n    <\/div>\r\n \r\n    <!-- Sustainability -->\r\n    <div class=\"industry industry-outline industry-5\">\r\n        <div class=\"industry-top\">\r\n            <div class=\"industry-title\">\r\n                <h3><a href=\"\/services\/esg\/\">Sustainability<\/a><\/h3>\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Group-4700.svg\" alt=\"arrow icon\"\/>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"industry-panel\">\r\n          <div class=\"industry-panel-inner\">\r\n            <div class=\"industry-body\">\r\n                <div class=\"industry-body-top\">\r\n                    <p class=\"industry-text\">\r\n                        We build software for <a href=\"\/services\/esg\/consulting\/\">ESG<\/a>, climate tech, environmental monitoring, and sustainability management.\r\n                    <\/p>\r\n                    <a href=\"\/services\/esg\/\" class=\"industry-explore\">Explore<\/a>\r\n                <\/div>\r\n                <div class=\"industry-content\">\r\n                    <div class=\"industry-content-item\">\r\n                        <ul class=\"industry-list\">\r\n                            <li><a href=\"\/services\/esg\/\">ESG platforms<\/a><\/li>\r\n                            <li>Carbon tracking tools<\/li>\r\n                            <li><a href=\"\/industries\/enterprise\/ehs-services\/\">EHS monitoring systems<\/a><\/li>\r\n                            <li><a href=\"\/services\/life-cycle-assessment\/\">Life cycle assessment<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n    <\/div>\r\n \r\n    <!-- Logistics -->\r\n    <div class=\"industry industry-outline industry-6\">\r\n        <div class=\"industry-top\">\r\n            <div class=\"industry-title\">\r\n                <h3><a href=\"\/industries\/logistics\/\">Logistics<\/a><\/h3>\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Group-4700.svg\" alt=\"arrow icon\"\/>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"industry-panel\">\r\n          <div class=\"industry-panel-inner\">\r\n            <div class=\"industry-body\">\r\n                <div class=\"industry-body-top\">\r\n                    <p class=\"industry-text\">\r\n                        We create software that helps logistics companies improve visibility, planning, and delivery performance.\r\n                    <\/p>\r\n                    <a href=\"\/industries\/logistics\/\" class=\"industry-explore\">Explore<\/a>\r\n                <\/div>\r\n                <div class=\"industry-content\">\r\n                    <div class=\"industry-content-item\">\r\n                        <ul class=\"industry-list\">\r\n                            <li>TMS<\/li>\r\n                            <li>Fleet management<\/li>\r\n                            <li>Route optimization<\/li>\r\n                            <li><a href=\"\/blog\/warehouse-management-system\/\">Warehouse management<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n    <\/div>\r\n \r\n    <!-- Energy & utilities -->\r\n    <div class=\"industry industry-outline industry-7\">\r\n        <div class=\"industry-top\">\r\n            <div class=\"industry-title\">\r\n                <h3><a href=\"\/industries\/energy-and-utilities\/\">Energy &amp; utilities<\/a><\/h3>\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Group-4700.svg\" alt=\"arrow icon\"\/>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"industry-panel\">\r\n          <div class=\"industry-panel-inner\">\r\n            <div class=\"industry-body\">\r\n                <div class=\"industry-body-top\">\r\n                    <p class=\"industry-text\">\r\n                        We help energy and utility companies monitor assets, manage operations, and use data more effectively.\r\n                    <\/p>\r\n                    <a href=\"\/industries\/energy-and-utilities\/\" class=\"industry-explore\">Explore<\/a>\r\n                <\/div>\r\n                <div class=\"industry-content\">\r\n                    <div class=\"industry-content-item\">\r\n                        <ul class=\"industry-list\">\r\n                            <li><a href=\"\/blog\/energy-management-systems-for-wind-energy\/\">Energy management systems<\/a><\/li>\r\n                            <li>Asset monitoring<\/li>\r\n                            <li>Predictive maintenance<\/li>\r\n                            <li>Analytics platforms<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n    <\/div>\r\n \r\n    <!-- Automotive -->\r\n    <div class=\"industry industry-outline industry-8\">\r\n        <div class=\"industry-top\">\r\n            <div class=\"industry-title\">\r\n                <h3><a href=\"\/industries\/automotive\/\">Automotive<\/a><\/h3>\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Group-4700.svg\" alt=\"arrow icon\"\/>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"industry-panel\">\r\n          <div class=\"industry-panel-inner\">\r\n            <div class=\"industry-body\">\r\n                <div class=\"industry-body-top\">\r\n                    <p class=\"industry-text\">\r\n                        We develop automotive software for connected vehicles, mobility services, and dealership operations.\r\n                    <\/p>\r\n                    <a href=\"\/industries\/automotive\/\" class=\"industry-explore\">Explore<\/a>\r\n                <\/div>\r\n                <div class=\"industry-content\">\r\n                    <div class=\"industry-content-item\">\r\n                        <ul class=\"industry-list\">\r\n                            <li>Connected car apps<\/li>\r\n                            <li>Dealer management systems<\/li>\r\n                            <li>Fleet tools<\/li>\r\n                            <li>Vehicle diagnostics<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n    <\/div>\r\n \r\n    <!-- Media & entertainment -->\r\n    <div class=\"industry industry-outline industry-9\">\r\n        <div class=\"industry-top\">\r\n            <div class=\"industry-title\">\r\n                <h3><a href=\"\/industries\/entertainment-and-media\/\">Media &amp; entertainment<\/a><\/h3>\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Group-4700.svg\" alt=\"arrow icon\"\/>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"industry-panel\">\r\n          <div class=\"industry-panel-inner\">\r\n            <div class=\"industry-body\">\r\n                <div class=\"industry-body-top\">\r\n                    <p class=\"industry-text\">\r\n                        We develop platforms for content delivery, audience engagement, and digital media management.\r\n                    <\/p>\r\n                    <a href=\"\/industries\/entertainment-and-media\/\" class=\"industry-explore\">Explore<\/a>\r\n                <\/div>\r\n                <div class=\"industry-content\">\r\n                    <div class=\"industry-content-item\">\r\n                        <ul class=\"industry-list\">\r\n                            <li><a href=\"\/custom-video-on-demand-platform-development\/\">Streaming platforms<\/a><\/li>\r\n                            <li><a href=\"\/services\/ott-application-development\/\">OTT apps<\/a><\/li>\r\n                            <li>Content management<\/li>\r\n                            <li>Recommendation systems<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n    <\/div>\r\n \r\n    <!-- Enterprise -->\r\n    <div class=\"industry industry-blue industry-10\">\r\n        <div class=\"industry-top\">\r\n            <div class=\"industry-title\">\r\n                <h3><a href=\"\/industries\/enterprise\/\">Enterprise<\/a><\/h3>\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Group-4700.svg\" alt=\"arrow icon\"\/>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"industry-panel\">\r\n          <div class=\"industry-panel-inner\">\r\n            <div class=\"industry-body\">\r\n                <div class=\"industry-body-top\">\r\n                    <p class=\"industry-text\">\r\n                        We build enterprise software that helps companies connect systems, automate workflows, and manage core business operations.\r\n                    <\/p>\r\n                    <a href=\"\/industries\/enterprise\/\" class=\"industry-explore\">Explore<\/a>\r\n                <\/div>\r\n                <div class=\"industry-content\">\r\n                    <div class=\"industry-content-item\">\r\n                        <ul class=\"industry-list\">\r\n                            <li><a href=\"\/services\/erp\">ERP systems<\/a><\/li>\r\n                            <li><a href=\"\/services\/crm\/\">CRM platforms<\/a><\/li>\r\n                            <li><a href=\"\/services\/business-process-automation\/\">Workflow automation<\/a><\/li>\r\n                            <li><a href=\"\/data\/business-intelligence\/\">Business intelligence<\/a><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dcab4f6 elementor-widget elementor-widget-html\" data-id=\"dcab4f6\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\n    (function(){\n  var items = document.querySelectorAll('.industry');\n \n  items.forEach(function(item){\n    var trigger = item.querySelector('.industry-top');\n    trigger.addEventListener('click', function(e){\n      \/\/ don't toggle when clicking the actual title link\n      if (e.target.tagName === 'A') return;\n \n      var isOpen = item.classList.contains('is-open');\n \n      \/\/ close all, then open the clicked one (accordion behavior)\n      items.forEach(function(i){ i.classList.remove('is-open'); });\n      if (!isOpen) item.classList.add('is-open');\n    });\n  });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-85af2cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"85af2cc\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bc55955\" data-id=\"bc55955\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-59e3e79 elementor-widget elementor-widget-shortcode\" data-id=\"59e3e79\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">[clients_logos]<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-9fdfc5a e-flex e-con-boxed e-con e-parent\" data-id=\"9fdfc5a\" data-element_type=\"container\" id=\"test2\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ebb7f6 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"9ebb7f6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Meet our industry experts<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6f61207 e-con-full e-flex e-con e-child\" data-id=\"6f61207\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b60b48 elementor-widget elementor-widget-html\" data-id=\"7b60b48\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n    .experts-swiper{\r\n        overflow: visible;\r\n    }\r\n    \r\n    .expert-card{\r\n        max-width: 440px;\r\n        padding: 40px;\r\n        border: 1px solid #999999;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 24px;\r\n        justify-content: space-between;\r\n        align-items: start;\r\n        height: auto;\r\n        font-family: Karla;\r\n        color: #2E2E2E;\r\n        transition: all 0.3s;\r\n    }\r\n    \r\n    .expert-card:hover{\r\n        border-color: #2E2E2E;\r\n    }\r\n    \r\n    .expert-content{\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 24px;\r\n    }\r\n    \r\n    .expert-card p, .expert-card h3{\r\n        margin: 0;\r\n    }\r\n    \r\n    .expert-top{\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: start;\r\n        gap: 30px;\r\n    }\r\n    \r\n    .expert-tag{\r\n        padding: 6px 10px;\r\n        background-color: #F5F5F7;\r\n        font-size: 14px;\r\n        line-height: 150%;\r\n    }\r\n    \r\n    .expert-body{\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 8px;\r\n    }\r\n    \r\n    .expert-name-row{\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 10px;\r\n    }\r\n    \r\n    .expert-linkedin{\r\n        display: flex;\r\n        align-items: center;\r\n        color: #999999;\r\n        transition: color 0.3s;\r\n    }\r\n    \r\n    .expert-role{\r\n        color: #585858;\r\n        font-size: 18px;\r\n        line-height: 150%;\r\n    }\r\n    \r\n    .expert-linkedin:hover{\r\n        color: #2867B2;\r\n    }\r\n    \r\n    .expert-description{\r\n        font-size: 18px;\r\n        line-height: 150%;\r\n    }\r\n    \r\n    .expert-link{\r\n        font-family: Karla;\r\n        font-weight: 400;\r\n        font-size: 18px;\r\n        line-height: 150%;\r\n        color: #C63031;\r\n        position: relative;\r\n    }\r\n    \r\n    .expert-link::after {\r\n      content: '';\r\n      position: absolute;\r\n      top: 50%;\r\n      left: calc(100% + 10px);\r\n      width: 20px;\r\n      height: 20px;\r\n      background-image: url('https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/akar-icons_arrow-down.svg');\r\n      background-position: center;\r\n      background-repeat: no-repeat;\r\n      background-size: contain;\r\n      transform: translateY(-50%);\r\n    }\r\n    \r\n    .expert-link:hover{\r\n        color: #D13B3B;\r\n        text-decoration: none;\r\n    }\r\n    \r\n    .experts-pagination{\r\n        display: flex;\r\n        justify-content: center;\r\n        gap: 10px;\r\n        position: unset;\r\n        margin-top: 80px;\r\n    }\r\n    \r\n    .experts-pagination .swiper-pagination-bullet{\r\n        border-radius: 0;\r\n        width: 100px;\r\n        height: 4px;\r\n        margin: 0 !important;\r\n        background-color: #DBD8D8;\r\n        opacity: 1;\r\n    }\r\n    \r\n    .experts-pagination .swiper-pagination-bullet-active{\r\n        background-color: #2E2E2E;\r\n    }\r\n    \r\n    \/*.offering-swiper .offering-card:last-child {*\/\r\n    \/*    margin-right: 0 !important;*\/\r\n    \/*}*\/\r\n    \r\n    @media (max-width: 1279px){\r\n    }\r\n    \r\n    @media (max-width: 1023px){\r\n        .experts-pagination{\r\n            margin-top: 40px;\r\n        }\r\n        \r\n    }\r\n    \r\n    @media (max-width: 767px){\r\n        .experts-pagination{\r\n            display: none;\r\n        }\r\n        \r\n        .expert-card{\r\n            max-width: 300px;\r\n            padding: 20px;\r\n            gap: 20px;\r\n        }\r\n        \r\n        img.expert-avatar{\r\n            width: 80px;\r\n            height: 80px;\r\n        }\r\n        \r\n        .expert-top{\r\n            gap: 5px;\r\n        }\r\n        \r\n        .expert-tag{\r\n            font-size: 11px;\r\n            padding: 4px 10px;\r\n        }\r\n        \r\n        .expert-content{\r\n            gap: 20px;\r\n        }\r\n        \r\n        .expert-role{\r\n            font-size: 14px;\r\n        }\r\n        \r\n        .expert-description{\r\n            font-size: 14px;\r\n        }\r\n        \r\n        .expert-link{\r\n            font-size: 14px;\r\n        }\r\n        \r\n        .expert-link::after{\r\n            width: 18px;\r\n            height: 18px;\r\n            left: calc(100% + 8px);\r\n        }\r\n        \r\n    }\r\n    \r\n    .expert-cta{\r\n        background: url('https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Main_gradient-card.png');\r\n        background-size: cover;\r\n        background-repeat: no-repeat;\r\n        height: auto;\r\n        padding: 40px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        justify-content: end;\r\n        gap: 40px;\r\n        max-width: 440px;\r\n        color: #2E2E2E;\r\n        \r\n    }\r\n    \r\n    .expert-cta p{\r\n        margin: 0;\r\n    }\r\n    \r\n    .cta-content{\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 20px;\r\n    }\r\n    \r\n    .cta-title{\r\n        font-family: Sora;\r\n        font-weight: 600;\r\n        font-size: 20px;\r\n        line-height: 24px;\r\n    }\r\n    \r\n    .cta-description{\r\n        font-family: Karla;\r\n        font-weight: 400;\r\n        font-size: 16px;\r\n        line-height: 150%;\r\n    }\r\n    \r\n    .cta-link{\r\n        display: flex;\r\n        width: 70px;\r\n        height: 70px;\r\n        justify-content: center;\r\n        align-items: center;\r\n        background-color: #C63031;\r\n    }\r\n    \r\n    @media (max-width: 767px){\r\n        .expert-cta{\r\n            padding: 20px;\r\n            max-width: 300px;\r\n            gap: 20px;\r\n        }\r\n        \r\n        .cta-title{\r\n            font-size: 18px;\r\n            line-height: 130%;\r\n        }\r\n        \r\n        .cta-description{\r\n            font-size: 12px;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n    const offeringSwiper = new Swiper('.experts-swiper', {\r\n        slidesPerView: 'auto',\r\n        slidesPerGroup: 1,\r\n        spaceBetween: 12,\r\n        grabCursor: true,\r\n        loop: false,\r\n        pagination: {\r\n            el: '.experts-pagination',\r\n            clickable: true,\r\n        },\r\n        breakpoints: {\r\n            768: {\r\n                spaceBetween: 20,\r\n            },\r\n            1024: {\r\n                spaceBetween: 40,\r\n            },\r\n        }\r\n    });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c7d9471 elementor-widget elementor-widget-html\" data-id=\"c7d9471\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Swiper Container -->\r\n<div class=\"swiper experts-swiper\">\r\n    <div class=\"swiper-wrapper\">\r\n        \r\n        <!-- Slide 1: Roman Sen -->\r\n        <div class=\"swiper-slide expert-card\">\r\n            <div class=\"expert-content\">\r\n                <div class=\"expert-top\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Roman-Sen.png\" alt=\"Roman Sen\" class=\"expert-avatar\" \/>\r\n                    <span class=\"expert-tag\">Healthcare & life sciences<\/span>\r\n                <\/div>\r\n                <div class=\"expert-body\">\r\n                    <div class=\"expert-name-row\">\r\n                        <h3 class=\"expert-name\">\r\n                            <a href=\"\/authors\/roman-sen\/\">\r\n                               Roman Sen \r\n                            <\/a>\r\n                            \r\n                        <\/h3>\r\n                        <a href=\"https:\/\/www.linkedin.com\/in\/senroman\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"expert-linkedin\">\r\n                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8577 1.71387C21.6467 1.71387 22.2863 2.35346 22.2863 3.14244V20.8567C22.2863 21.6457 21.6467 22.2853 20.8577 22.2853H3.14342C2.35444 22.2853 1.71484 21.6457 1.71484 20.8567V3.14244C1.71484 2.35346 2.35444 1.71387 3.14342 1.71387H20.8577ZM4.86133 19.1424H7.86998V9.42815H4.86133V19.1424ZM15.6077 9.13128C13.5463 9.13131 12.6789 10.7367 12.6789 10.7367V9.42815H9.79353V19.1424H12.6789V14.0431C12.6789 12.6768 13.3077 11.8638 14.5114 11.8637C15.6181 11.8637 16.1496 12.645 16.1496 14.0431V19.1424H19.1434V12.992C19.1434 10.3897 17.6682 9.13128 15.6077 9.13128ZM6.35128 4.57101C5.36847 4.57101 4.57199 5.37378 4.57199 6.3637C4.57205 7.35356 5.36851 8.15611 6.35128 8.15611C7.33402 8.15606 8.12996 7.35353 8.13002 6.3637C8.13002 5.37381 7.33406 4.57106 6.35128 4.57101Z\" fill=\"currentColor\"\/>\r\n                            <\/svg>\r\n                        <\/a>\r\n                    <\/div>\r\n                    <p class=\"expert-role\">Head of Data-Driven Life Sciences<\/p>\r\n                <\/div>\r\n                <p class=\"expert-description\">\r\n                    Roman leads AI-driven drug discovery and clinical research initiatives at Innowise. He helps turn fragmented medical data into analytical tools that support lab innovation and modern life sciences workflows.\r\n                <\/p>\r\n            <\/div>\r\n            <a class=\"expert-link\" href=\"\/authors\/roman-sen\/#:~:text=Target%20Identification%20Approaches-,Blog%20articles,-Blog\">See profile<\/a>\r\n        <\/div>\r\n\r\n        <!-- Slide 2: Siarhei Sukhadolski -->\r\n        <div class=\"swiper-slide expert-card\">\r\n            <div class=\"expert-content\">\r\n                <div class=\"expert-top\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Siarhei-Sukhadolski.png\" alt=\"Siarhei Sukhadolski\" class=\"expert-avatar\" \/>\r\n                    <span class=\"expert-tag\">Finance, banking & insurance<\/span>\r\n                <\/div>\r\n                <div class=\"expert-body\">\r\n                    <div class=\"expert-name-row\">\r\n                        <h3 class=\"expert-name\"><a href=\"\/authors\/siarhei-sukhadolski\/\">\r\n                            Siarhei Sukhadolski\r\n                        <\/a>\r\n                            \r\n                        <\/h3>\r\n                        <a href=\"https:\/\/www.linkedin.com\/in\/sergey-sukhodolskiy\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"expert-linkedin\">\r\n                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8577 1.71387C21.6467 1.71387 22.2863 2.35346 22.2863 3.14244V20.8567C22.2863 21.6457 21.6467 22.2853 20.8577 22.2853H3.14342C2.35444 22.2853 1.71484 21.6457 1.71484 20.8567V3.14244C1.71484 2.35346 2.35444 1.71387 3.14342 1.71387H20.8577ZM4.86133 19.1424H7.86998V9.42815H4.86133V19.1424ZM15.6077 9.13128C13.5463 9.13131 12.6789 10.7367 12.6789 10.7367V9.42815H9.79353V19.1424H12.6789V14.0431C12.6789 12.6768 13.3077 11.8638 14.5114 11.8637C15.6181 11.8637 16.1496 12.645 16.1496 14.0431V19.1424H19.1434V12.992C19.1434 10.3897 17.6682 9.13128 15.6077 9.13128ZM6.35128 4.57101C5.36847 4.57101 4.57199 5.37378 4.57199 6.3637C4.57205 7.35356 5.36851 8.15611 6.35128 8.15611C7.33402 8.15606 8.12996 7.35353 8.13002 6.3637C8.13002 5.37381 7.33406 4.57106 6.35128 4.57101Z\" fill=\"currentColor\"\/>\r\n                            <\/svg>\r\n                        <\/a>\r\n                    <\/div>\r\n                    <p class=\"expert-role\">Chief Delivery Officer & Head of Competence Center<\/p>\r\n                <\/div>\r\n                <p class=\"expert-description\">\r\n                    Siarhei brings deep experience in FinTech delivery, regulatory complexity, and large-scale software architecture. He guides teams through complex requirements, security expectations, and scalability decisions for financial software.\r\n                <\/p>\r\n            <\/div>\r\n            <a class=\"expert-link\" href=\"\/authors\/siarhei-sukhadolski\/#:~:text=FinTech-,Blog%20articles,-Blog\">See profile<\/a>\r\n        <\/div>\r\n\r\n        <!-- Slide 3: Ivan Grabovski -->\r\n        <div class=\"swiper-slide expert-card\">\r\n            <div class=\"expert-content\">\r\n                <div class=\"expert-top\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Ivan-Grabovski.png\" alt=\"Ivan Grabovski\" class=\"expert-avatar\" \/>\r\n                    <span class=\"expert-tag\">E-commerce & retail<\/span>\r\n                <\/div>\r\n                <div class=\"expert-body\">\r\n                    <div class=\"expert-name-row\">\r\n                        <h3 class=\"expert-name\">\r\n                            <a href=\"\/authors\/ivan-grabovski\/\">\r\n                              Ivan Grabovski  \r\n                            <\/a>\r\n                            \r\n                        <\/h3>\r\n                    <\/div>\r\n                    <p class=\"expert-role\">Head of E-commerce and Retail<\/p>\r\n                <\/div>\r\n                <p class=\"expert-description\">\r\n                    Ivan helps retail and e-commerce companies plan and deliver complex platform transformations. He focuses on scalable architectures, resilient digital ecosystems, and smooth customer experiences that support high traffic, stable performance, and conversion growth.\r\n                <\/p>\r\n            <\/div>\r\n            <a class=\"expert-link\" href=\"\/authors\/ivan-grabovski\/#:~:text=Retail-,Blog%20articles,-Blog\">See profile<\/a>\r\n        <\/div>\r\n\r\n        <!-- Slide 4: Michael Labutin -->\r\n        <div class=\"swiper-slide expert-card\">\r\n            <div class=\"expert-content\">\r\n                <div class=\"expert-top\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Michael-Labutin.png\" alt=\"Michael Labutin\" class=\"expert-avatar\" \/>\r\n                    <span class=\"expert-tag\">Enterprise & manufacturing<\/span>\r\n                <\/div>\r\n                <div class=\"expert-body\">\r\n                    <div class=\"expert-name-row\">\r\n                        <h3 class=\"expert-name\">\r\n                            <a href=\"\/authors\/michael-labutin\/\">\r\n                             Michael Labutin   \r\n                            <\/a>\r\n                            \r\n                        <\/h3>\r\n                        <a href=\"https:\/\/www.linkedin.com\/in\/michael-labutin\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"expert-linkedin\">\r\n                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8577 1.71387C21.6467 1.71387 22.2863 2.35346 22.2863 3.14244V20.8567C22.2863 21.6457 21.6467 22.2853 20.8577 22.2853H3.14342C2.35444 22.2853 1.71484 21.6457 1.71484 20.8567V3.14244C1.71484 2.35346 2.35444 1.71387 3.14342 1.71387H20.8577ZM4.86133 19.1424H7.86998V9.42815H4.86133V19.1424ZM15.6077 9.13128C13.5463 9.13131 12.6789 10.7367 12.6789 10.7367V9.42815H9.79353V19.1424H12.6789V14.0431C12.6789 12.6768 13.3077 11.8638 14.5114 11.8637C15.6181 11.8637 16.1496 12.645 16.1496 14.0431V19.1424H19.1434V12.992C19.1434 10.3897 17.6682 9.13128 15.6077 9.13128ZM6.35128 4.57101C5.36847 4.57101 4.57199 5.37378 4.57199 6.3637C4.57205 7.35356 5.36851 8.15611 6.35128 8.15611C7.33402 8.15606 8.12996 7.35353 8.13002 6.3637C8.13002 5.37381 7.33406 4.57106 6.35128 4.57101Z\" fill=\"currentColor\"\/>\r\n                            <\/svg>\r\n                        <\/a>\r\n                    <\/div>\r\n                    <p class=\"expert-role\">Head of Delivery Office<\/p>\r\n                <\/div>\r\n                <p class=\"expert-description\">\r\n                    Michael leads enterprise software delivery for ERP systems and custom platforms that support core business operations. His work combines architecture planning, delivery control, and modernization without putting system stability at risk.\r\n                <\/p>\r\n            <\/div>\r\n            <a class=\"expert-link\" href=\"\/authors\/michael-labutin\/#:~:text=Mobile-,Blog%20articles,-Blog\">See profile<\/a>\r\n        <\/div>\r\n        \r\n        <!-- Slide 5: CTA -->\r\n        <div class=\"swiper-slide expert-cta\">\r\n            <div class=\"cta-content\">\r\n                <p class=\"cta-title\">Let\u2019s find the right expert for you<\/p>\r\n                <p class=\"cta-description\">Share your challenge, and we\u2019ll match you with specialists who understand the technology behind it.<\/p>\r\n                \r\n            <\/div>\r\n            <a class=\"cta-link\" href=\"#contact-form\"><img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Group-4700-1.svg\" alt=\"arrow icon\"\/><\/a>\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <!-- Swiper Controls -->\r\n    <div class=\"swiper-pagination experts-pagination\"><\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b7c5dd5 e-flex e-con-boxed e-con e-parent\" data-id=\"b7c5dd5\" data-element_type=\"container\" id=\"test3\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ae6551b elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"ae6551b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">More industries we work with<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4bed998 e-con-full e-flex e-con e-child\" data-id=\"4bed998\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e323632 elementor-widget elementor-widget-html\" data-id=\"e323632\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n.hover-animated-container {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 20px;\n}\n\n.hover-animated-block {\n    background-color: #F5F5F7;\n    padding: 40px;\n    \n    display: grid;\n    grid-template-columns: 1fr;\n    grid-template-rows: auto 1fr;\n    gap: 30px;\n    transition: background-color 0.3s ease;\n}\n\n.hover-animated-block p{\n    margin: 0;\n}\n\n.hover-animated-block .desktop-img {\n    width: 60px;\n    grid-column: 1;\n    grid-row: 1;\n    opacity: 1;\n    visibility: visible;\n    transition: opacity 0.3s ease, visibility 0.3s ease;\n}\n\n.hover-animated-title {\n    font-family: 'Karla', sans-serif;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 31.2px;\n    color: #2E2E2E;\n    \n    grid-column: 1;\n    grid-row: 2;\n    align-self: end;\n    \n    opacity: 1;\n    visibility: visible;\n    transition: opacity 0.3s ease, visibility 0.3s ease;\n}\n\n.hover-animated-hover-text {\n    font-family: 'Karla', sans-serif;\n    font-size: 18px;\n    line-height: 27px;\n    color: #FFFFFF;\n    pointer-events: none;\n    grid-column: 1;\n    grid-row: 1 \/ -1;\n    align-self: start; \n    \n    opacity: 0;\n    visibility: hidden;\n    transition: opacity 0.3s ease, visibility 0.3s ease;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    align-items: start;\n    gap: 10px;\n    height: 100%;\n    pointer-events: auto;\n}\n\n.hover-animated-hover-link{\n    color: #D13B3B;\n    cursor: pointer;\n    position: relative;\n}\n\n.hover-animated-hover-link::after{\n    content: '';\n    width: 14px;\n    height: 13px;\n    background: url('https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Group-4700.svg');\n    background-size: cover;\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    left: calc(100% + 10px);\n}\n\n\/* --- HOVER STATES --- *\/\n\n.hover-animated-block:hover {\n    background-color: #2E2E2E;\n}\n\n.hover-animated-block:hover .hover-animated-title,\n.hover-animated-block:hover .desktop-img {\n    opacity: 0;\n    visibility: hidden;\n}\n\n.hover-animated-block:hover .hover-animated-hover-text {\n    opacity: 1;\n    visibility: visible;\n}\n\n\/* --- MEDIA QUERIES --- *\/\n\n@media (max-width: 1279px) {\n    .hover-animated-container{\n        grid-template-columns: repeat(6, minmax(0, 1fr));\n    }\n    \n    .hover-animated-block{\n        padding: 30px;\n        grid-column: span 2;\n        gap: 24px;\n    }\n    \n    .hover-animated-block.long-title{\n        grid-column: span 3;\n    }\n    \n    .hover-animated-title{\n        position: relative;\n        padding-right: 25px;\n        word-break: break-word !important;\n    }\n    \n    .hover-animated-title::after{\n        content: '';\n        width: 19px;\n        height: 18px;\n        background: url('https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Union.svg');\n        background-size: cover;\n        position: absolute;\n        top: 7px;\n        right: 0;\n    }\n    \n    .hover-animated-block:hover {\n        background-color: #F5F5F7;\n    }\n    \n    .hover-animated-block:hover .hover-animated-title,\n    .hover-animated-block:hover .desktop-img {\n        opacity: 1;\n        visibility: visible;\n    }\n    \n    .hover-animated-hover-text {\n        display: none;\n    }\n    \n    .hover-animated-block:hover .hover-animated-title{\n        color: #C63031;\n    }\n}\n\n@media (max-width: 1023px){\n    .hover-animated-container{\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n    \n    .hover-animated-block{\n        grid-column: span 1;\n    }\n    \n    .hover-animated-block.long-title{\n        grid-column: span 1;\n    }\n}\n\n@media (max-width: 767px) {\n    .hover-animated-container{\n        gap: 10px;\n        \/*grid-auto-rows: 86px;*\/\n    }\n    \n    .hover-animated-container .hover-animated-block:nth-child(3), .hover-animated-container .hover-animated-block:nth-child(8){\n        grid-column: span 2;\n    }\n    \n    .hover-animated-block{\n        padding: 12px 14px 14px;\n        gap: 12px;\n    }\n\n    .hover-animated-block .desktop-img {\n        width: 32px;\n    }\n\n    .hover-animated-title {\n        font-size: 14px;\n        line-height: 16px;\n    }\n    \n    .hover-animated-title::after{\n        width: 11px;\n        height: 10px;\n        top: 3px;\n    }\n    \n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-de1c09e elementor-widget elementor-widget-html\" data-id=\"de1c09e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"hover-animated-container\">\n  \n  <!-- Transportation -->\n  <a href=\"\/industries\/transportation\/\" class=\"hover-animated-block long-title\">\n    <img decoding=\"async\" class=\"desktop-img\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/241.svg\" alt=\"Transportation icon\" \/> \n    <div class=\"hover-animated-hover-text\">\n      <p>\n        Scheduling systems, electric vehicle software, public transportation and carpooling apps.\n      <\/p>\n      <span class=\"hover-animated-hover-link\">Explore<\/span>\n    <\/div>\n    <span class=\"hover-animated-title\">Transportation<\/span>\n  <\/a>\n\n  <!-- Oil & gas -->\n  <a href=\"\/industries\/oil-and-gas\/\" class=\"hover-animated-block long-title\">\n    <img decoding=\"async\" class=\"desktop-img\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/Oil-and-gas.svg\" alt=\"Oil and gas icon\" \/> \n    <div class=\"hover-animated-hover-text\">\n      <p>\n        Engineering systems, field service management apps, and process automation platforms.\n      <\/p>\n      <span class=\"hover-animated-hover-link\">Explore<\/span>\n    <\/div>\n    <span class=\"hover-animated-title\">Oil &amp; gas<\/span>\n  <\/a>\n\n  <!-- Telecommunications -->\n  <a href=\"\/industries\/telecom\/\" class=\"hover-animated-block long-title\">\n    <img decoding=\"async\" class=\"desktop-img\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/469.svg\" alt=\"Telecommunications icon\" \/> \n    <div class=\"hover-animated-hover-text\">\n      <p>\n        Billing platforms, customer portals, network monitoring tools, and service management systems.\n      <\/p>\n      <span class=\"hover-animated-hover-link\">Explore<\/span>\n    <\/div>\n    <span class=\"hover-animated-title\">Telecommunications<\/span>\n  <\/a>\n\n  <!-- Education -->\n  <a href=\"\/industries\/elearning\/\" class=\"hover-animated-block long-title\">\n    <img decoding=\"async\" class=\"desktop-img\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/10\/161.svg\" alt=\"Education icon\" \/> \n    <div class=\"hover-animated-hover-text\">\n      <p>\n        Digital learning platforms that support online education, training, and knowledge management.\n      <\/p>\n      <span class=\"hover-animated-hover-link\">Explore<\/span>\n    <\/div>\n    <span class=\"hover-animated-title\">Education<\/span>\n  <\/a>\n\n  <!-- Marketing -->\n  <a href=\"\/industries\/marketing\/\" class=\"hover-animated-block\">\n    <img decoding=\"async\" class=\"desktop-img\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/03\/316.svg\" alt=\"Marketing icon\" \/> \n    <div class=\"hover-animated-hover-text\">\n      <p>\n        Social media marketing software, sales automation tools, advanced analytics, and MarTech integrations.\n      <\/p>\n      <span class=\"hover-animated-hover-link\">Explore<\/span>\n    <\/div>\n    <span class=\"hover-animated-title\">Marketing<\/span>\n  <\/a>\n\n  <!-- Advertising -->\n  <a href=\"\/industries\/marketing\/adtech\/\" class=\"hover-animated-block\">\n    <img decoding=\"async\" class=\"desktop-img\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/126.svg\" alt=\"Advertising icon\" \/> \n    <div class=\"hover-animated-hover-text\">\n      <p>\n        AdTech platforms, campaign automation, targeting solutions, and analytics dashboards.\n      <\/p>\n      <span class=\"hover-animated-hover-link\">Explore<\/span>\n    <\/div>\n    <span class=\"hover-animated-title\">Advertising<\/span>\n  <\/a>\n\n  <!-- Construction -->\n  <a href=\"\/industries\/construction\/\" class=\"hover-animated-block\">\n    <img decoding=\"async\" class=\"desktop-img\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/01\/458.svg\" alt=\"Construction icon\" \/> \n    <div class=\"hover-animated-hover-text\">\n      <p>\n        ERP systems, equipment management apps, BIM tools, and project management platforms.\n      <\/p>\n      <span class=\"hover-animated-hover-link\">Explore<\/span>\n    <\/div>\n    <span class=\"hover-animated-title\">Construction<\/span>\n  <\/a>\n  \n  <!-- Human resources -->\n  <a href=\"\/services\/hr\/\" class=\"hover-animated-block long-title\">\n    <img decoding=\"async\" class=\"desktop-img\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/12\/348.svg\" alt=\"Human resources icon\" \/> \n    <div class=\"hover-animated-hover-text\">\n      <p>\n        ATS platforms, HRM systems, learning management apps, desk booking tools, and workforce analytics.\n      <\/p>\n      <span class=\"hover-animated-hover-link\">Explore<\/span>\n    <\/div>\n    <span class=\"hover-animated-title\">Human resources<\/span>\n  <\/a>\n\n  <!-- Real estate -->\n  <a href=\"\/industries\/real-estate\/\" class=\"hover-animated-block long-title\">\n    <img decoding=\"async\" class=\"desktop-img\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/143.svg\" alt=\"Real estate icon\" \/> \n    <div class=\"hover-animated-hover-text\">\n      <p>\n        Property portals, real estate CRM systems, and real estate tokenization solutions.\n      <\/p>\n      <span class=\"hover-animated-hover-link\">Explore<\/span>\n    <\/div>\n    <span class=\"hover-animated-title\">Real estate<\/span>\n  <\/a>\n\n  <!-- Government -->\n  <a href=\"\/industries\/government\/\" class=\"hover-animated-block\">\n    <img decoding=\"async\" class=\"desktop-img\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/471.svg\" alt=\"Government icon\" \/> \n    <div class=\"hover-animated-hover-text\">\n      <p>\n        Citizen portals, case management systems, digital workflows, and administration tools.\n      <\/p>\n      <span class=\"hover-animated-hover-link\">Explore<\/span>\n    <\/div>\n    <span class=\"hover-animated-title\">Government<\/span>\n  <\/a>\n\n  <!-- Tourism -->\n  <a href=\"\/industries\/travel-and-tourism\/\" class=\"hover-animated-block\">\n    <img decoding=\"async\" class=\"desktop-img\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/136.svg\" alt=\"Tourism icon\" \/> \n    <div class=\"hover-animated-hover-text\">\n      <p>\n        Booking platforms, guest apps, property management integrations, and loyalty solutions.\n      <\/p>\n      <span class=\"hover-animated-hover-link\">Explore<\/span>\n    <\/div>\n    <span class=\"hover-animated-title\">Tourism<\/span>\n  <\/a>\n\n  <!-- Agriculture -->\n  <a href=\"\/industries\/agriculture\/\" class=\"hover-animated-block\">\n    <img decoding=\"async\" class=\"desktop-img\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/472.svg\" alt=\"Agriculture icon\" \/> \n    <div class=\"hover-animated-hover-text\">\n      <p>\n        Farm management systems, IoT monitoring, yield analytics, and supply chain software.\n      <\/p>\n      <span class=\"hover-animated-hover-link\">Explore<\/span>\n    <\/div>\n    <span class=\"hover-animated-title\">Agriculture<\/span>\n  <\/a>\n\n  <!-- Sports -->\n  <a href=\"\/industries\/entertainment-and-media\/sport-apps\/\" class=\"hover-animated-block\">\n    <img decoding=\"async\" class=\"desktop-img\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/473-1.svg\" alt=\"Sports icon\" \/> \n    <div class=\"hover-animated-hover-text\">\n      <p>\n        Fitness apps, booking systems, membership apps, and betting platforms.\n      <\/p>\n      <span class=\"hover-animated-hover-link\">Explore<\/span>\n    <\/div>\n    <span class=\"hover-animated-title\">Sports<\/span>\n  <\/a>\n\n  <!-- Gaming -->\n  <a href=\"\/mobile-app\/development\/game\/\" class=\"hover-animated-block\">\n    <img decoding=\"async\" class=\"desktop-img\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/01\/236.svg\" alt=\"Gaming icon\" \/> \n    <div class=\"hover-animated-hover-text\">\n      <p>\n        High-load iGaming apps, including MMOG, role-playing games, and social games.\n      <\/p>\n      <span class=\"hover-animated-hover-link\">Explore<\/span>\n    <\/div>\n    <span class=\"hover-animated-title\">Gaming<\/span>\n  <\/a>\n\n  <!-- Fashion -->\n  <div class=\"hover-animated-block\">\n    <img decoding=\"async\" class=\"desktop-img\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/474.svg\" alt=\"Fashion icon\" \/> \n    <div class=\"hover-animated-hover-text\">\n      <p>\n        Virtual try-on tools, e-commerce platforms, inventory systems, and product lifecycle solutions.\n      <\/p>\n    <\/div>\n    <span class=\"hover-animated-title\">Fashion<\/span>\n  <\/div>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-583731a e-con-full e-flex e-con e-parent\" data-id=\"583731a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1244ce8 e-grid e-con-full e-con e-child\" data-id=\"1244ce8\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1db0bad e-con-full e-flex e-con e-child\" data-id=\"1db0bad\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c69eb1a elementor-widget elementor-widget-image\" data-id=\"c69eb1a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"711\" height=\"470\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Frame.png\" class=\"attachment-full size-full wp-image-200132\" alt=\"\" srcset=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Frame.png 711w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Frame-300x198.png 300w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Frame-18x12.png 18w\" sizes=\"(max-width: 711px) 100vw, 711px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-375762c e-con-full e-flex e-con e-child\" data-id=\"375762c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3a03393 e-con-full e-flex e-con e-child\" data-id=\"3a03393\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-25608b3 elementor-widget__width-initial word-wrap-title elementor-widget elementor-widget-heading\" data-id=\"25608b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Don\u2019t see your industry?<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d90ca6 elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial mb-0 elementor-widget elementor-widget-text-editor\" data-id=\"7d90ca6\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">We also build software for niche and emerging markets.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b8e5a31 elementor-align-center contact320 elementor-widget elementor-widget-button\" data-id=\"b8e5a31\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact-form\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2748627 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2748627\" data-element_type=\"section\" id=\"test4\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2259b09\" data-id=\"2259b09\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bc55206 e-con-full e-flex e-con e-child\" data-id=\"bc55206\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c9d5c1e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"c9d5c1e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Case studies from different industries<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41300f9 allButton elementor-widget elementor-widget-text-editor\" data-id=\"41300f9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"\/cases\/\">All case studies<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fe47daa case-swip elementor-widget elementor-widget-shortcode\" data-id=\"fe47daa\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n        <div class=\"slider-overflow view-\">\n            <div class=\"swiper-related view-\">\n                <div class=\"swiper-wrapper\">\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/it\/case\/perfume-subscription-platform-scaling\/\" aria-label=\"block_200038\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/image-teaser.png\" alt=\"Development of a subscription perfume platform for Scentbird\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Log\u043es-desktop.png\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/it\/case\/perfume-subscription-platform-scaling\/\" aria-label=\"Development of a subscription perfume platform for Scentbird\" >Development of a subscription perfume platform for Scentbird<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/it\/cases\/ecommerce\/\">E-commerce<\/a><a href=\"\/it\/cases\/java\/\">Java<\/a><a href=\"\/it\/cases\/commercio-al-dettaglio\/\">Retail<\/a><a href=\"\/it\/cases\/sviluppo-web\/\">Web development<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/it\/case\/perfume-subscription-platform-scaling\/\" aria-label=\"Read more about Development of a subscription perfume platform for Scentbird\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/it\/case\/multilingual-coaching-platform-development\/\" aria-label=\"block_199752\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/image-1.png\" alt=\"Project: PromoveTM digital platform development\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Log\u043es-desktop.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/it\/case\/multilingual-coaching-platform-development\/\" aria-label=\"Project: PromoveTM digital platform development\" >Project: PromoveTM digital platform development<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/it\/cases\/hr-and-recruiting\/\">HR &amp; recruiting<\/a><a href=\"\/it\/cases\/php\/\">PHP<\/a><a href=\"\/it\/cases\/web\/\">Web<\/a><a href=\"\/it\/cases\/sviluppo-web\/\">Web development<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/it\/case\/multilingual-coaching-platform-development\/\" aria-label=\"Read more about Project: PromoveTM digital platform development\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/it\/case\/online-coupon-platform-modernization\/\" aria-label=\"block_198414\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/sovendus-coupon-platform-modernization.png\" alt=\"Online coupon platform modernization for Sovendus\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/Log\u043es-desktop.png\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/it\/case\/online-coupon-platform-modernization\/\" aria-label=\"Online coupon platform modernization for Sovendus\" >Online coupon platform modernization for Sovendus<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/it\/cases\/ecommerce\/\">E-commerce<\/a><a href=\"\/it\/cases\/marketing\/\">Marketing<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/it\/case\/online-coupon-platform-modernization\/\" aria-label=\"Read more about Online coupon platform modernization for Sovendus\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/it\/case\/unified-sales-metrics-platform\/\" aria-label=\"block_199218\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/image-3.png\" alt=\"Unified sales and metrics platform\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/Log\u043es-desktop-1.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/it\/case\/unified-sales-metrics-platform\/\" aria-label=\"Unified sales and metrics platform\" >Unified sales and metrics platform<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/it\/cases\/sviluppo-back-end\/\">Back-end development<\/a><a href=\"\/it\/cases\/gestione-dei-dati\/\">Data management (DMS)<\/a><a href=\"\/it\/cases\/sviluppo-front-end\/\">Front-end development<\/a><a href=\"\/it\/cases\/iot\/\">IoT<\/a><a href=\"\/it\/cases\/python\/\">Python<\/a><a href=\"\/it\/cases\/react\/\">React<\/a><a href=\"\/it\/cases\/commercio-al-dettaglio\/\">Retail<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/it\/case\/unified-sales-metrics-platform\/\" aria-label=\"Read more about Unified sales and metrics platform\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/it\/case\/sacred-geometry-tattoo-design-app\/\" aria-label=\"block_199155\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/image-teaser.png\" alt=\"Sacred geometry drawing app\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/Log\u043es-desktop.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/it\/case\/sacred-geometry-tattoo-design-app\/\" aria-label=\"Sacred geometry drawing app\" >Sacred geometry drawing app<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/it\/cases\/entertainment\/\">Entertainment<\/a><a href=\"\/it\/cases\/ios\/\">iOS<\/a><a href=\"\/it\/cases\/mobile-development\/\">Mobile development<\/a><a href=\"\/it\/cases\/qa\/\">QA<\/a><a href=\"\/it\/cases\/software-enhancement\/\">Software enhancement<\/a><a href=\"\/it\/cases\/swift\/\">Swift<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/it\/case\/sacred-geometry-tattoo-design-app\/\" aria-label=\"Read more about Sacred geometry drawing app\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/it\/case\/breast-cancer-detection-with-federated-learning\/\" aria-label=\"block_198695\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/collaborative-mammography-segmentation.png\" alt=\"Privacy-preserving breast cancer detection with federated learning\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/Log\u043es-desktop-2.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/it\/case\/breast-cancer-detection-with-federated-learning\/\" aria-label=\"Privacy-preserving breast cancer detection with federated learning\" >Privacy-preserving breast cancer detection with federated learning<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/it\/cases\/ai\/\">AI<\/a><a href=\"\/it\/cases\/computer-vision\/\">Computer vision<\/a><a href=\"\/it\/cases\/sanita\/\">Healthcare<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/it\/case\/breast-cancer-detection-with-federated-learning\/\" aria-label=\"Read more about Privacy-preserving breast cancer detection with federated learning\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/it\/case\/private-jet-charter-digital-platform\/\" aria-label=\"block_198736\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/Cover-End-to-end-ecosystem-for-the-private-luxury-aviation-sector.png\" alt=\"Private jet charter digital ecosystem\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/07\/Log\u043es-desktop-3.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/it\/case\/private-jet-charter-digital-platform\/\" aria-label=\"Private jet charter digital ecosystem\" >Private jet charter digital ecosystem<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/it\/cases\/java\/\">Java<\/a><a href=\"\/it\/cases\/mobile-development\/\">Mobile development<\/a><a href=\"\/it\/cases\/react\/\">React<\/a><a href=\"\/it\/cases\/sviluppo-web\/\">Web development<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/it\/case\/private-jet-charter-digital-platform\/\" aria-label=\"Read more about Private jet charter digital ecosystem\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/it\/case\/catena-media-igaming-scaling\/\" aria-label=\"block_198461\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/image-3.png\" alt=\"Catena Media case: scaling support for the iGaming leader\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/Log\u043es-desktop-1.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/it\/case\/catena-media-igaming-scaling\/\" aria-label=\"Catena Media case: scaling support for the iGaming leader\" >Catena Media case: scaling support for the iGaming leader<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/it\/cases\/aws\/\">AWS<\/a><a href=\"\/it\/cases\/sviluppo-back-end\/\">Back-end development<\/a><a href=\"\/it\/cases\/business-intelligence\/\">Business intelligence<\/a><a href=\"\/it\/cases\/ingegneria-dei-dati\/\">Data engineering<\/a><a href=\"\/it\/cases\/entertainment\/\">Entertainment<\/a><a href=\"\/it\/cases\/sviluppo-front-end\/\">Front-end development<\/a><a href=\"\/it\/cases\/node-js\/\">Node.js<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/it\/case\/catena-media-igaming-scaling\/\" aria-label=\"Read more about Catena Media case: scaling support for the iGaming leader\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n                <\/div>\n                \n                <div class=\"swiper-related__navigation\" style=\"\">\n                    <button class=\"swiper-related__navigation-btn\" style=\"\">\n                        <svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <g>\n                                <path d=\"M12 4L4 12L12 20\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                                <path d=\"M21 12.0002L4 12.0002\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                            <\/g>\n                        <\/svg>\n                    <\/button>\n                \n                    <button class=\"swiper-related__navigation-btn\" style=\"\">\n                        <svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M13 4L21 12L13 20\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                            <path d=\"M4 12.0002L21 12.0002\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n            <div class=\"cases-swiper-pagination case-slider-pagination\"><\/div>\n        <script src=\"\/wp-content\/themes\/hello-elementor\/assets\/js\/slb-case.js\"><\/script>  \n        <link rel=\"stylesheet\" href=\"\/wp-content\/themes\/hello-elementor\/assets\/css\/case-slider.css\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-9a79bee e-flex e-con-boxed e-con e-parent\" data-id=\"9a79bee\" data-element_type=\"container\" id=\"test5\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e1beb4 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"7e1beb4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What makes Innowise an industry-ready software partner<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a1bf4b e-con-full e-flex e-con e-child\" data-id=\"6a1bf4b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23148e5 elementor-widget elementor-widget-html\" data-id=\"23148e5\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n    .benefits-swiper{\r\n        overflow: visible;\r\n    }\r\n    \r\n    .benefit-card{\r\n        max-width: 440px;\r\n        padding: 30px 40px 40px;\r\n        border: 1px solid #999999;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 24px;\r\n        align-items: start;\r\n        height: auto;\r\n        font-family: Karla;\r\n        color: #2E2E2E;\r\n    }\r\n    \r\n    .benefit-card p, .benefit-card h3{\r\n        margin: 0;\r\n    }\r\n    \r\n    .benefit-card-top{\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: start;\r\n        gap: 20px;\r\n    }\r\n    \r\n    .benefit-card-body{\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 24px;\r\n    }\r\n    \r\n    .benefit-card-group{\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 10px;\r\n    }\r\n    \r\n    .benefit-card-group-title{\r\n        font-weight: 600;\r\n        font-size: 18px;\r\n        line-height: 150%;\r\n    }\r\n    \r\n    .benefit-card-standarts{\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        gap: 6px;\r\n    }\r\n    \r\n    .standart-item{\r\n        font-size: 16px;\r\n        line-height: 150%;\r\n        padding: 6px 10px;\r\n        background-color: #F5F5F7\r\n    }\r\n    \r\n    a.standart-item:hover{\r\n        background-color: #F5F5F7;\r\n        color: #C63031;\r\n    }\r\n    \r\n    a.standart-item:active{\r\n        background-color: #C63031;\r\n        color: #FFFFFF;\r\n    }\r\n    \r\n    .benefit-card-partners{\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        column-gap: 20px;\r\n        row-gap: 6px;\r\n        overflow: hidden;\r\n    }\r\n    \r\n    .partner-item{\r\n        font-size: 18px;\r\n        line-height: 150%;\r\n        position: relative;\r\n    }\r\n    \r\n    .partner-item::before{\r\n        content: '.';\r\n        position: absolute;\r\n        top: -4px;\r\n        right: 100%;\r\n        margin-right: 10px;\r\n        font-weight: 600;\r\n    }\r\n    \r\n    a.partner-item:hover{\r\n        text-decoration: underline;\r\n        color: #C63031;\r\n    }\r\n    \r\n    a.partner-item:active{\r\n        color: #D13B3B;\r\n    }\r\n    \r\n    .benefit-card-awards{\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 4px;\r\n    }\r\n    \r\n    .award-item{\r\n        font-size: 18px;\r\n        line-height: 150%;\r\n    }\r\n    \r\n    .benefits-pagination{\r\n        display: flex;\r\n        justify-content: center;\r\n        gap: 10px;\r\n        position: unset;\r\n        margin-top: 80px;\r\n    }\r\n    \r\n    .benefits-pagination .swiper-pagination-bullet{\r\n        border-radius: 0;\r\n        width: 100px;\r\n        height: 4px;\r\n        margin: 0 !important;\r\n        background-color: #DBD8D8;\r\n        opacity: 1;\r\n    }\r\n    \r\n    .benefits-pagination .swiper-pagination-bullet-active{\r\n        background-color: #2E2E2E;\r\n    }\r\n    \r\n    \/*.offering-swiper .offering-card:last-child {*\/\r\n    \/*    margin-right: 0 !important;*\/\r\n    \/*}*\/\r\n    \r\n    @media (max-width: 1279px){\r\n    }\r\n    \r\n    @media (max-width: 1023px){\r\n        .benefits-pagination{\r\n            margin-top: 40px;\r\n        }\r\n        \r\n    }\r\n    \r\n    @media (max-width: 767px){\r\n        .benefits-pagination{\r\n            display: none;\r\n        }\r\n        \r\n        .benefit-card{\r\n            max-width: 300px;\r\n            padding: 20px 20px 24px;\r\n        }\r\n        \r\n        .benefit-card-top{\r\n            gap: 12px;\r\n        }\r\n        \r\n        img.benefit-card-icon{\r\n            height: 32px;\r\n            width: auto;\r\n        }\r\n        \r\n        .benefit-card-body{\r\n            gap: 20px;\r\n        }\r\n        \r\n        .benefit-card-group{\r\n            gap: 8px;\r\n        }\r\n        \r\n        .benefit-card-group-title{\r\n            font-size: 14px;\r\n        }\r\n        \r\n        .standart-item{\r\n            font-size: 12px;\r\n            padding: 6px 8px;\r\n        }\r\n        \r\n        .partner-item, .award-item{\r\n            font-size: 14px;\r\n        }\r\n        \r\n        .partner-item::before{\r\n            margin-right: 8px;\r\n            top: -3px;\r\n        }\r\n        \r\n        a.partner-item:hover, a.partner-item:active{\r\n            text-decoration: none;\r\n        }\r\n        \r\n        .benefit-card-partners {\r\n            column-gap: 18px;\r\n            row-gap: 4px;\r\n        }\r\n        \r\n    }\r\n<\/style>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n    const offeringSwiper = new Swiper('.benefits-swiper', {\r\n        slidesPerView: 'auto',\r\n        slidesPerGroup: 1,\r\n        spaceBetween: 10,\r\n        grabCursor: true,\r\n        loop: false,\r\n        pagination: {\r\n            el: '.benefits-pagination',\r\n            clickable: true,\r\n        },\r\n        breakpoints: {\r\n            768: {\r\n                spaceBetween: 20,\r\n            },\r\n            1024: {\r\n                spaceBetween: 40,\r\n            },\r\n        }\r\n    });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10865ea elementor-widget elementor-widget-html\" data-id=\"10865ea\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Swiper Container -->\r\n<div class=\"swiper benefits-swiper\">\r\n    <div class=\"swiper-wrapper\">\r\n        \r\n        <!-- 1. Healthcare & life sciences -->\r\n        <div class=\"swiper-slide benefit-card\">\r\n            <div class=\"benefit-card-top\">\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/12\/228.svg\" class=\"benefit-card-icon\" alt=\"icon\"\/>\r\n                <h3 class=\"benefit-card-title\">Healthcare & life sciences<\/h3>\r\n            <\/div>\r\n            <div class=\"benefit-card-body\">\r\n                <div class=\"benefit-card-group\">\r\n                    <span class=\"benefit-card-group-title\">Standards<\/span>\r\n                    <div class=\"benefit-card-group-content benefit-card-standarts\">\r\n                        <span class=\"standart-item\">ISO 13485<\/span>\r\n                        <span class=\"standart-item\">ISO 9001<\/span>\r\n                        <span class=\"standart-item\">ISO 27001<\/span>\r\n                        <span class=\"standart-item\">HIPAA<\/span>\r\n                        <span class=\"standart-item\">GDPR<\/span>\r\n                        <span class=\"standart-item\">FDA<\/span>\r\n                        <span class=\"standart-item\">EU-MDR<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"benefit-card-group\">\r\n                    <span class=\"benefit-card-group-title\">Partners<\/span>\r\n                    <div class=\"benefit-card-group-content benefit-card-partners\">\r\n                        <a href=\"\/data\/iris-data-development\/\" class=\"partner-item\" >InterSystems<\/a>\r\n                        <span class=\"partner-item\">AWS<\/span>\r\n                        <span class=\"partner-item\">Microsoft Azure<\/span>\r\n                        <span class=\"partner-item\">Google Cloud<\/span>\r\n                        <span class=\"partner-item\">Databricks<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"benefit-card-group\">\r\n                    <span class=\"benefit-card-group-title\">Awards<\/span>\r\n                    <div class=\"benefit-card-group-content benefit-card-awards\">\r\n                        <span class=\"award-item\">HTN Primary Care Awards<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- 2. Finance -->\r\n        <div class=\"swiper-slide benefit-card\">\r\n            <div class=\"benefit-card-top\">\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/411.svg\" class=\"benefit-card-icon\" alt=\"icon\"\/>\r\n                <h3 class=\"benefit-card-title\">Finance<\/h3>\r\n            <\/div>\r\n            <div class=\"benefit-card-body\">\r\n                <div class=\"benefit-card-group\">\r\n                    <span class=\"benefit-card-group-title\">Standards<\/span>\r\n                    <div class=\"benefit-card-group-content benefit-card-standarts\">\r\n                        <span class=\"standart-item\">PCI DSS<\/span>\r\n                        <span class=\"standart-item\">ISO 27001<\/span>\r\n                        <span class=\"standart-item\">ISO 27018<\/span>\r\n                        <span class=\"standart-item\">GDPR<\/span>\r\n                        <span class=\"standart-item\">ISO 9001<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"benefit-card-group\">\r\n                    <span class=\"benefit-card-group-title\">Partners<\/span>\r\n                    <div class=\"benefit-card-group-content benefit-card-partners\">\r\n                        <span class=\"partner-item\">SDK.Finance<\/span>\r\n                        <span class=\"partner-item\">Mambu<\/span>\r\n                        <span class=\"partner-item\">Stripe<\/span>\r\n                        <span class=\"partner-item\">SumSub<\/span>\r\n                        <span class=\"partner-item\">ShuftiPro<\/span>\r\n                        <span class=\"partner-item\">Sanctions Scanner<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"benefit-card-group\">\r\n                    <span class=\"benefit-card-group-title\">Awards<\/span>\r\n                    <div class=\"benefit-card-group-content benefit-card-awards\">\r\n                        <span class=\"award-item\">FinTech Breakthrough Awards<\/span>\r\n                        <span class=\"award-item\">Top Financial App Developers<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- 3. E-commerce -->\r\n        <div class=\"swiper-slide benefit-card\">\r\n            <div class=\"benefit-card-top\">\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/12\/282.svg\" class=\"benefit-card-icon\" alt=\"icon\"\/>\r\n                <h3 class=\"benefit-card-title\">E-commerce<\/h3>\r\n            <\/div>\r\n            <div class=\"benefit-card-body\">\r\n                <div class=\"benefit-card-group\">\r\n                    <span class=\"benefit-card-group-title\">Standards<\/span>\r\n                    <div class=\"benefit-card-group-content benefit-card-standarts\">\r\n                        <span class=\"standart-item\">ISO 9001<\/span>\r\n                        <span class=\"standart-item\">ISO 27001<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"benefit-card-group\">\r\n                    <span class=\"benefit-card-group-title\">Partners<\/span>\r\n                    <div class=\"benefit-card-group-content benefit-card-partners\">\r\n                        <a href=\"\/services\/shopify-development\/\" class=\"partner-item\" >Shopify<\/a>\r\n                        <a href=\"\/industries\/ecommerce\/bigcommerce-development\/\" class=\"partner-item\" >BigCommerce<\/a>\r\n                        <span class=\"partner-item\">Shopline<\/span>\r\n                        <span class=\"partner-item\">ChannelEngine<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"benefit-card-group\">\r\n                    <span class=\"benefit-card-group-title\">Awards<\/span>\r\n                    <div class=\"benefit-card-group-content benefit-card-awards\">\r\n                        <span class=\"award-item\">Clutch Top E-Commerce Developers<\/span>\r\n                        <span class=\"award-item\">2nd place at E-commerce Berlin Expo<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- 4. Enterprise -->\r\n        <div class=\"swiper-slide benefit-card\">\r\n            <div class=\"benefit-card-top\">\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/12\/327.svg\" class=\"benefit-card-icon\" alt=\"icon\"\/>\r\n                <h3 class=\"benefit-card-title\">Enterprise<\/h3>\r\n            <\/div>\r\n            <div class=\"benefit-card-body\">\r\n                <div class=\"benefit-card-group\">\r\n                    <span class=\"benefit-card-group-title\">Standards<\/span>\r\n                    <div class=\"benefit-card-group-content benefit-card-standarts\">\r\n                        <span class=\"standart-item\">ISO 9001<\/span>\r\n                        <span class=\"standart-item\">ISO 27001<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"benefit-card-group\">\r\n                    <span class=\"benefit-card-group-title\">Partners<\/span>\r\n                    <div class=\"benefit-card-group-content benefit-card-partners\">\r\n                        <a href=\"\/services\/erp\/sap\/\" class=\"partner-item\" >SAP<\/a>\r\n                        <a href=\"\/services\/crm\/salesforce\/\" class=\"partner-item\" >Salesforce<\/a>\r\n                        <a href=\"\/services\/erp\/odoo\/\" class=\"partner-item\" >Odoo Camunda<\/a>\r\n                        <a href=\"\/hire-developers\/uipath\/\" class=\"partner-item\" >UiPath<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"benefit-card-group\">\r\n                    <span class=\"benefit-card-group-title\">Awards<\/span>\r\n                    <div class=\"benefit-card-group-content benefit-card-awards\">\r\n                        <span class=\"award-item\">Top Enterprise App Developers<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- 5. AI & data -->\r\n        <div class=\"swiper-slide benefit-card\">\r\n            <div class=\"benefit-card-top\">\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/10\/120.svg\" class=\"benefit-card-icon\" alt=\"icon\"\/>\r\n                <h3 class=\"benefit-card-title\">AI & data<\/h3>\r\n            <\/div>\r\n            <div class=\"benefit-card-body\">\r\n                <div class=\"benefit-card-group\">\r\n                    <span class=\"benefit-card-group-title\">Standards<\/span>\r\n                    <div class=\"benefit-card-group-content benefit-card-standarts\">\r\n                        <span class=\"standart-item\">ISO 27001<\/span>\r\n                        <span class=\"standart-item\">ISO 27017<\/span>\r\n                        <span class=\"standart-item\">ISO 27018<\/span>\r\n                        <span class=\"standart-item\">ISO 9001<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"benefit-card-group\">\r\n                    <span class=\"benefit-card-group-title\">Partners<\/span>\r\n                    <div class=\"benefit-card-group-content benefit-card-partners\">\r\n                        <span class=\"partner-item\">Databricks<\/span>\r\n                        <span class=\"partner-item\">AWS<\/span>\r\n                        <span class=\"partner-item\">Microsoft Azure<\/span>\r\n                        <span class=\"partner-item\">Google Cloud<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"benefit-card-group\">\r\n                    <span class=\"benefit-card-group-title\">Awards<\/span>\r\n                    <div class=\"benefit-card-group-content benefit-card-awards\">\r\n                        <span class=\"award-item\">Top AI Company<\/span>\r\n                        <span class=\"award-item\">Top BI Consulting Companies<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <!-- Swiper Controls -->\r\n    <div class=\"swiper-pagination benefits-pagination\"><\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7534047 e-flex e-con-boxed e-con e-parent\" data-id=\"7534047\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1c704ca elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"1c704ca\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Better software starts with business context<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f29d349 elementor-widget__width-initial mb-0 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"f29d349\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Industry knowledge helps us ask better questions, choose the right architecture, and avoid decisions that look fine technically but fail in real operations.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c97472 e-con-full e-flex e-con e-child\" data-id=\"7c97472\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1902e7f elementor-widget elementor-widget-html\" data-id=\"1902e7f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n    .context-list{\n        list-style: none;\n        padding-left: 0;\n        display: grid;\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n        column-gap: 120px;\n        row-gap: 80px;\n    }\n    \n    .context-list-item{\n        display: flex;\n        flex-direction: column;\n        gap: 20px;\n        color: #2E2E2E;\n        font-family: Karla;\n    }\n    \n    .context-list-body{\n        display: flex;\n        flex-direction: column;\n        gap: 20px;\n        height: 100%;\n        justify-content: space-between;\n    }\n    \n    .context-list-text{\n        margin-bottom: 0;\n        font-size: 18px;\n        line-height: 150%;\n    }\n    \n    .context-list-percent{\n        padding: 20px;\n        background-color: #F5F5F7;\n        display: flex;\n        flex-direction: column;\n        gap: 4px;\n        height: 100%;\n    }\n    \n    .context-list-percent-value{\n        font-weight: 700;\n        font-size: 24px;\n        line-height: 150%;\n    }\n    \n    .context-list-percent-desc{\n        margin-bottom: 0;\n        font-size: 18px;\n        line-height: 150%;\n        \n    }\n    \n    .context-list-title {\n        display: block; \n        margin: 0;\n    }\n    \n    .context-list-title::before {\n        display: inline-block;\n        content: \"\";\n        width: 7px;\n        height: 7px;\n        background-color: #C63031;\n        border-radius: 50%;\n        margin-right: 5px;\n        vertical-align: middle;\n    }\n    \n    @media (max-width: 1023px){\n        .context-list{\n            gap: 40px;\n        }\n    }\n    \n    @media (max-width: 767px){\n        .context-list{\n            grid-template-columns: minmax(0, 1fr);\n            gap: 30px;\n        }\n        \n        .context-list-item{\n            gap: 12px;\n        }\n        \n        .context-list-body{\n            gap: 12px;\n        }\n        \n        .context-list-percent{\n            gap: 2px;\n            padding: 14px 16px;\n        }\n        \n        .context-list-text, .context-list-percent-desc{\n            font-size: 14px;\n        }\n        \n        .context-list-percent-value{\n            font-size: 18px;\n        }\n        \n        .context-list-title::before{\n            width: 5px;\n            height: 5px;\n        }\n    }\n    \n    \n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ba1c64 elementor-widget elementor-widget-html\" data-id=\"2ba1c64\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"context-list\">\r\n    <!-- List Item 1 -->\r\n    <li class=\"context-list-item\">\r\n        <h3 class=\"context-list-title\">Faster discovery<\/h3>\r\n        <div class=\"context-list-body\">\r\n            <p class=\"context-list-text\">We already understand many industry-specific processes, so we can move from ideas to clear requirements faster.<\/p>\r\n            <div class=\"context-list-percent\">\r\n                <span class=\"context-list-percent-value\">Up to 40%<\/span>\r\n                <p class=\"context-list-percent-desc\">shorter discovery phase<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/li>\r\n\r\n    <!-- List Item 2 -->\r\n    <li class=\"context-list-item\">\r\n        <h3 class=\"context-list-title\">Fewer wrong assumptions<\/h3>\r\n        <div class=\"context-list-body\">\r\n            <p class=\"context-list-text\">Domain experience helps us spot risks early and avoid costly rework during development.<\/p>\r\n            <div class=\"context-list-percent\">\r\n                <span class=\"context-list-percent-value\">Up to 25%<\/span>\r\n                <p class=\"context-list-percent-desc\">fewer requirement changes after kickoff<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/li>\r\n\r\n    <!-- List Item 3 -->\r\n    <li class=\"context-list-item\">\r\n        <h3 class=\"context-list-title\">Better user experience<\/h3>\r\n        <div class=\"context-list-body\">\r\n            <p class=\"context-list-text\">We design software around real users: customers, employees, managers, field teams, partners, or administrators.<\/p>\r\n            <div class=\"context-list-percent\">\r\n                <span class=\"context-list-percent-value\">Up to 20%<\/span>\r\n                <p class=\"context-list-percent-desc\">faster task completion for key user flows<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/li>\r\n\r\n    <!-- List Item 4 -->\r\n    <li class=\"context-list-item\">\r\n        <h3 class=\"context-list-title\">Compliance focus<\/h3>\r\n        <div class=\"context-list-body\">\r\n            <p class=\"context-list-text\">For regulated industries, we take security, data protection, audit trails, and access control into account from the start.<\/p>\r\n            <div class=\"context-list-percent\">\r\n                <span class=\"context-list-percent-value\">Up to 50%<\/span>\r\n                <p class=\"context-list-percent-desc\">fewer compliance-related fixes before release<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/li>\r\n<\/ul>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-904cd01 e-grid e-con-full e-con e-child\" data-id=\"904cd01\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8483a78 e-con-full e-flex e-con e-child\" data-id=\"8483a78\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01637e2 img900500 img-container-cta elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"01637e2\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"900\" height=\"500\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Team-Innowise-1.png\" class=\"attachment-full size-full wp-image-194520\" alt=\"Team Innowise\" srcset=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Team-Innowise-1.png 900w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Team-Innowise-1-300x167.png 300w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Team-Innowise-1-768x427.png 768w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Team-Innowise-1-18x10.png 18w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ba20c48 e-con-full e-flex e-con e-child\" data-id=\"ba20c48\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-0f402e4 e-con-full e-flex e-con e-child\" data-id=\"0f402e4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ad0af3b elementor-widget__width-initial word-wrap-title elementor-widget elementor-widget-heading\" data-id=\"ad0af3b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Have a business challenge to solve?<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d4ef02d elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial tabletmax510 elementor-widget elementor-widget-text-editor\" data-id=\"d4ef02d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Let\u2019s find the right software approach.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-857f9c4 elementor-align-center contact320 elementor-widget elementor-widget-button\" data-id=\"857f9c4\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact-form\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ae31dbb e-flex e-con-boxed e-con e-parent\" data-id=\"ae31dbb\" data-element_type=\"container\" id=\"test6\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7f22f9e e-con-full e-flex e-con e-child\" data-id=\"7f22f9e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ef96765 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"ef96765\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Trusted by clients across industries<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c0478a allButton elementor-widget elementor-widget-text-editor\" data-id=\"9c0478a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\n    <a href=\"\/testimonials\/\" class=\"testimonials-count\">\n        All testimonials <span>(61)<\/span>\n    <\/a>\n    <style>\n        .testimonials-count{\n            font-weight:600;\n            font-family:Sora;\n            font-size:18px;\n            padding-bottom:8px;\n            border-bottom:1px solid #2e2e2e;\n        }\n        .testimonials-count:hover{\n            border-bottom:1px solid #c36;\n        }\n    <\/style>\n\n    <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b928c97 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"b928c97\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\njQuery( document ).ready( function($) {\n    var myAjax = {\n        ajaxurl: '\/wp-admin\/admin-ajax.php',\n        nonce: ''\n    };\n    function decodeHtmlEntities(encodedString) {\n        if (typeof encodedString !== 'string') return encodedString;\n        \n        const textarea = document.createElement('textarea');\n        textarea.innerHTML = encodedString;\n        return textarea.value;\n    }\n    \n    $('.bottomWrapperSay .details').click(function(){\n        var iframe = decodeHtmlEntities($(this).find('.iframe').html());\n        $('.testimolials-popup-pdf-cont .iframe').html(iframe);\n        $('.testimolials-popup-pdf').show();\n    });\n    \n    $('.testimolials-popup-pdf').on('click', function(event) {\n        if (event.target === this) {\n            $('.testimolials-popup-pdf').hide();\n        }\n    });\n    $('.testimolials-popup-pdf-close').on('click', function(event) {\n        $('.testimolials-popup-pdf').hide();\n    });\n    \n    $('.bottomWrapperSay .review').click(function(){\n        var id = $(this).data('postid');\n        \n        $.ajax({\n            url: myAjax.ajaxurl,\n            type: 'POST',\n            data: {\n                action: 'my_testimonials_action',\n                post_id: id,\n            },\n            success: function(response) {\n                 \n                $('.testimonialProjectPopup').html(response);\n                $('.testimolials-popup-desc').show();\n            },\n            error: function(xhr, status, error) {\n                console.log(error);\n            }\n        });\n        \n        $(document).on('click', '.testimolials-popup-desc-close', function(){\n        $('.testimolials-popup-desc').hide();\n        });\n        \n        $('.testimolials-popup-desc').on('click', function(event) {\n            if (event.target === this) {\n                $('.testimolials-popup-desc').hide();\n            }\n        });\n        \n    });\n     \n});\n<\/script>\n\n<div class=\"testimolials-popup-pdf\" style=\"display:none\">\n            <div class=\"testimolials-popup-pdf-cont\">\n                <img decoding=\"async\" src=\"\/wp-content\/themes\/hello-elementor\/assets\/images\/close_popup.svg\" alt=\"\" class=\"testimolials-popup-pdf-close\">\n                <div class=\"iframe\">\n\n                <\/div>\n            <\/div>\n<\/div>\n\n<div class=\"testimolials-popup-desc\" style=\"display:none\">\n            <div class=\"testimonialProjectPopup\">\n                \n            <\/div>\n        <\/div>\n\n<style>\n    .testimolials-popup-pdf{\n    \twidth:100vw;\n    \theight:100vh;\n    \tdisplay: flex;\n    \tjustify-content: center;\n    \tpadding-top:150px;\n    \tposition: fixed;\n    \ttop:0;\n    \tleft:0;\n    \tbackground:#0000009c;\n    \tz-index: 10;\n    }\n    .testimolials-popup-pdf-cont{\n    \tmax-width:680px;\n    \twidth: 95%;\n    \tbackground: white;\n    \tpadding:40px;\n    \theight: calc( 100vh - 200px);\n    \tposition: relative;\n    \tz-index: 10;\n    }\n    .testimolials-popup-pdf-cont .iframe{\n    \theight:100%;\n    }\n    .testimolials-popup-pdf-cont iframe{\n    \theight:100%;\n    }\n    .testimolials-popup-pdf-close{\n    \tposition: absolute;\n    \ttop:14px;\n    \tright:14px;\n    \tcursor: pointer;\n    }\n    \n    .testimolials-popup-desc-close{\n    \tposition: absolute;\n    \ttop:14px;\n    \tright:14px;\n    \tcursor: pointer;\n    }\n    \n    .testimolials-popup-desc{\n    \twidth:100vw;\n    \theight:100vh;\n    \tdisplay: flex;\n    \tjustify-content: center;\n    \talign-items: center;\n    \tposition: fixed;\n    \ttop:0;\n    \tleft:0;\n    \tbackground:#0000009c;\n    \tz-index: 10;\n    }\n    \n    .testimonialProjectPopup {\n    \tdisplay: flex;\n    \tflex-direction: column;\n    \tgap: 40px;\n    \twidth: 95%;\n    \tpadding: 50px 40px;\n    \tbackground-color: #FFFFFF;\n    \tmax-width:680px;\n    \tposition: relative;\n    }\n    \n    .testimonialProjectPopup .topPart {\n    \tdisplay: flex;\n    \tflex-direction: column;\n    \tgap: 30px;\n    }\n    \n    .testimonialProjectPopup .topPart img {\n    \theight: 39px;\n    }\n    \n    .testimonialProjectPopup .topPart .title {\n    \tfont-family: Sora;\n    \tfont-weight: 600;\n    \tfont-size: 24px;\n    \tline-height: 135%;\n    \tcolor: #2E2E2E;\n    }\n    \n    .testimonialProjectPopup .bottomPart {\n    \tdisplay: grid;\n    \tgap: 20px;\n    }\n    \n    \n    .testimonialProjectPopup .bottomPart {\n    \tgrid-template-columns: repeat(3, 1fr);\n    }\n    \n    .testimonialProjectPopup .bottomPart.all {\n    \tgrid-template-columns: repeat(4, 1fr);\n    }\n    \n    .testimonialProjectPopup .bottomPart .technologies {\n    \tgrid-column: span 2;\n    }\n    \n    .testimonialProjectPopup .bottomPart.all .services {\n    \tgrid-column: span 2;\n    }\n    \n    .testimonialProjectPopup .bottomPart .block {\n    \tdisplay: flex;\n    \tflex-direction: column;\n    \tgap: 8px;\n    }\n    \n    .testimonialProjectPopup .bottomPart .block .title {\n    \tfont-family: Karla;\n    \tfont-weight: 700;\n    \tfont-style: Bold;\n    \tfont-size: 16px;\n    \tline-height: 150%;\n    \tcolor: #2E2E2E;\n    }\n    \n    .testimonialProjectPopup .bottomPart .block .text {\n    \tfont-family: Karla;\n    \tfont-weight: 400;\n    \tfont-size: 16px;\n    \tline-height: 24px;\n    \tcolor: #2E2E2E;\n    }\n    \n    \n    @media (max-width:1279px) {\n        .testimonials-shortcode-swiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {\n            padding-top: 60px !important;\n        }\n    }\n    \n    @media (max-width:767px) {\n    \n    \t.testimonialProjectPopup {\n    \t\tgap: 30px;\n    \t\tpadding: 40px 24px;\n    \t}\n    \n    \t.testimonialProjectPopup .topPart {\n    \t\tgap: 20px;\n    \t}\n    \n    \t.testimonialProjectPopup .topPart img {\n    \t\theight: 24px;\n    \t}\n    \n    \t.testimonialProjectPopup .topPart .title {\n    \t\tfont-size: 18px;\n    \t\tline-height: 130%;\n    \t}\n    \n    \t.testimonialProjectPopup .bottomPart {\n    \t\tgrid-template-columns: repeat(2, 1fr);\n    \t}\n    \n    \t.testimonialProjectPopup .bottomPart.all {\n    \t\tgrid-template-columns: repeat(2, 1fr);\n    \t}\n    \n    \t.testimonialProjectPopup .bottomPart .block {\n    \t\tgap: 4px;\n    \t}\n    \n    \t.testimonialProjectPopup .bottomPart .block .title {\n    \t\tfont-size: 12px;\n    \t}\n    \n    \t.testimonialProjectPopup .bottomPart .block .text {\n    \t\tfont-size: 12px;\n    \t\tline-height: 150%;\n    \t}\n    }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c1c0a8 elementor-widget elementor-widget-shortcode\" data-id=\"4c1c0a8\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">[testimonials_slider post_in=\"189600,189619,189657,189429,189442\" view_all=\"true\"]<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2262486 e-flex e-con-boxed e-con e-parent\" data-id=\"2262486\" data-element_type=\"container\" id=\"test7\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-501f160 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"501f160\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Industry-focused services for every stage of your project<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c7248b elementor-widget__width-initial mb-0 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"1c7248b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Whether you need to plan a new product, improve an existing system, or extend your in-house team, we can support your project at any stage.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cc76fd0 e-con-full e-flex e-con e-child\" data-id=\"cc76fd0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6832a67 elementor-widget elementor-widget-html\" data-id=\"6832a67\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n    .services {\r\n        display: grid;\r\n        grid-template-columns: repeat(3, minmax(0, 1fr));\r\n        gap: 80px;\r\n    }\r\n\r\n    .services__title {\r\n        font-family: 'Sora', sans-serif;\r\n        font-weight: 600;\r\n        font-size: 24px;\r\n        line-height: 135%;\r\n        margin: 0;\r\n        margin-bottom: 30px;\r\n        display: flex;\r\n        gap: 25px;\r\n        align-items: center;\r\n    }\r\n\r\n    .services__title a {\r\n        color: inherit;\r\n        text-decoration: none;\r\n    }\r\n    \r\n    .services__title a:hover {\r\n        color: #C63031;\r\n    }\r\n\r\n    .services__arrow {\r\n        transition: transform 0.3s ease;\r\n    }\r\n\r\n    .services__desc {\r\n        font-family: 'Karla', sans-serif;\r\n        font-size: 18px;\r\n        line-height: 150%;\r\n        margin: 0;\r\n    }\r\n    \r\n    .services__explore {\r\n        display: none;\r\n    }\r\n\r\n    \/* --- MEDIA QUERIES --- *\/\r\n\r\n    @media (max-width: 1023px) {\r\n        .services {\r\n            gap: 40px;\r\n            grid-template-columns: repeat(2, minmax(0, 1fr));\r\n        }\r\n    }\r\n\r\n    @media (max-width: 767px) {\r\n        .services {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 0;\r\n        }\r\n\r\n        .services__item {\r\n            border-left: 1px solid #C4C4C4;\r\n        }\r\n        \r\n        .services__item.is-open {\r\n            border-color: #C63031;\r\n        }\r\n\r\n        .services__title {\r\n            margin-bottom: 0;\r\n            padding: 16px 20px;\r\n            font-size: 18px;\r\n            line-height: 100%;\r\n            cursor: pointer;\r\n            color: #717171;\r\n            position: relative;\r\n        }\r\n        \r\n        .services__item.is-open .services__title {\r\n            color: #2E2E2E;\r\n        }\r\n\r\n        .services__title a {\r\n            pointer-events: none;\r\n        }\r\n        \r\n        .services__arrow {\r\n            display: none;\r\n        }\r\n\r\n        \/* Accordion transition logic using CSS Grid *\/\r\n        .services__desc-wrapper {\r\n            display: grid;\r\n            grid-template-rows: 0fr;\r\n            transition: grid-template-rows 0.3s ease;\r\n        }\r\n\r\n        \/* Inner container clips both paragraph & explore link *\/\r\n        .services__desc-inner {\r\n            overflow: hidden;\r\n            padding-left: 20px;\r\n        }\r\n\r\n        .services__desc {\r\n            font-size: 14px;\r\n            margin: 0;\r\n        }\r\n\r\n        \/* Open State *\/\r\n        .services__item.is-open .services__desc-wrapper {\r\n            grid-template-rows: 1fr;\r\n        }\r\n\r\n        .services__item.is-open .services__desc-inner {\r\n            padding-top: 12px;\r\n            padding-bottom: 16px;\r\n        }\r\n        \r\n        .services__explore {\r\n            display: inline-block;\r\n            color: #C63031;\r\n            font-family: 'Karla', sans-serif;\r\n            font-size: 14px;\r\n            line-height: 150%;\r\n            margin-top: 16px;\r\n            text-decoration: none;\r\n            position: relative;\r\n        }\r\n        \r\n        .services__explore::after{\r\n            content: '';\r\n            width: 13px;\r\n            height: 12px;\r\n            background: url('https:\/\/innowise.com\/wp-content\/uploads\/2026\/08\/Group-4700.svg');\r\n            background-size: cover;\r\n            position: absolute;\r\n            bottom: 5px;\r\n            right: -20px;\r\n        }\r\n    }\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ccee04 roadmap-grid-2 elementor-widget elementor-widget-html\" data-id=\"1ccee04\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"services\">\r\n    <!-- 1. Consulting -->\r\n    <div class=\"services__item is-open\">\r\n        <div class=\"services__title\">\r\n            <span>\r\n                <a href=\"\/services\/it-consulting\/\">Consulting<\/a>\r\n            <\/span>\r\n            <img decoding=\"async\" class=\"services__arrow\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/arr-red.svg\" alt=\"\"\/>\r\n        <\/div>\r\n        <div class=\"services__desc-wrapper\">\r\n            <div class=\"services__desc-inner\">\r\n                <p class=\"services__desc\">We help define the right solution, architecture, tech stack, scope, and roadmap based on your business goals and industry requirements.<\/p>\r\n                <a class=\"services__explore\" href=\"\/services\/it-consulting\/\">Explore<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- 2. Software development -->\r\n    <div class=\"services__item\">\r\n        <div class=\"services__title\">\r\n            <span>\r\n                <a href=\"\/services\/custom-software-development\/\">Software development<\/a>\r\n            <\/span>\r\n            <img decoding=\"async\" class=\"services__arrow\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/arr-red.svg\" alt=\"\"\/>\r\n        <\/div>\r\n        <div class=\"services__desc-wrapper\">\r\n            <div class=\"services__desc-inner\">\r\n                <p class=\"services__desc\">We build custom web, mobile, cloud, enterprise, and AI-powered software for specific business workflows and user needs.<\/p>\r\n                <a class=\"services__explore\" href=\"\/services\/custom-software-development\/\">Explore<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- 3. Audit -->\r\n    <div class=\"services__item\">\r\n        <div class=\"services__title\">\r\n            <span>\r\n                <a href=\"\/services\/software-testing\/\">Audit<\/a>\r\n            <\/span>\r\n            <img decoding=\"async\" class=\"services__arrow\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/arr-red.svg\" alt=\"\"\/>\r\n        <\/div>\r\n        <div class=\"services__desc-wrapper\">\r\n            <div class=\"services__desc-inner\">\r\n                <p class=\"services__desc\">We review existing software, architecture, code, security, performance, and UX to find risks, bottlenecks, and improvement areas.<\/p>\r\n                <a class=\"services__explore\" href=\"\/services\/software-testing\/\">Explore<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- 4. Modernization -->\r\n    <div class=\"services__item\">\r\n        <div class=\"services__title\">\r\n            <span>\r\n                <a href=\"\/services\/legacy-modernization\/\">Modernization<\/a>\r\n            <\/span>\r\n            <img decoding=\"async\" class=\"services__arrow\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/arr-red.svg\" alt=\"\"\/>\r\n        <\/div>\r\n        <div class=\"services__desc-wrapper\">\r\n            <div class=\"services__desc-inner\">\r\n                <p class=\"services__desc\">We update legacy systems, improve architecture, redesign interfaces, migrate to the cloud, and make software easier to scale and maintain.<\/p>\r\n                <a class=\"services__explore\" href=\"\/services\/legacy-modernization\/\">Explore<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- 5. Integration -->\r\n    <div class=\"services__item\">\r\n        <div class=\"services__title\">\r\n            <span>\r\n                <a href=\"\/services\/api-development\/\">Integration<\/a>\r\n            <\/span>\r\n            <img decoding=\"async\" class=\"services__arrow\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/arr-red.svg\" alt=\"\"\/>\r\n        <\/div>\r\n        <div class=\"services__desc-wrapper\">\r\n            <div class=\"services__desc-inner\">\r\n                <p class=\"services__desc\">We connect internal tools, third-party platforms, APIs, data sources, and legacy systems into one reliable digital ecosystem.<\/p>\r\n                <a class=\"services__explore\" href=\"\/services\/api-development\/\">Explore<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- 6. Support & maintenance -->\r\n    <div class=\"services__item\">\r\n        <div class=\"services__title\">\r\n            <span>\r\n                <a href=\"\/services\/mainframe-support-and-maintenance\/\">Support &amp; maintenance<\/a>\r\n            <\/span>\r\n            <img decoding=\"async\" class=\"services__arrow\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/06\/arr-red.svg\" alt=\"\"\/>\r\n        <\/div>\r\n        <div class=\"services__desc-wrapper\">\r\n            <div class=\"services__desc-inner\">\r\n                <p class=\"services__desc\">We monitor, update, optimize, and improve software after launch to keep it stable, secure, and aligned with business needs.<\/p>\r\n                <a class=\"services__explore\" href=\"\/services\/mainframe-support-and-maintenance\/\">Explore<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n        const titles = document.querySelectorAll('.services__title');\r\n        const items = document.querySelectorAll('.services__item');\r\n\r\n        titles.forEach(title => {\r\n            title.addEventListener('click', () => {\r\n                \/\/ Execute only on mobile screen widths (< 768px)\r\n                if (window.innerWidth < 768) {\r\n                    const currentItem = title.closest('.services__item');\r\n                    const isOpen = currentItem.classList.contains('is-open');\r\n\r\n                    \/\/ Close all accordion items\r\n                    items.forEach(item => item.classList.remove('is-open'));\r\n\r\n                    \/\/ If the clicked item was not open, open it\r\n                    if (!isOpen) {\r\n                        currentItem.classList.add('is-open');\r\n                    }\r\n                }\r\n            });\r\n        });\r\n    });\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4027a2d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4027a2d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-dde361c\" data-id=\"dde361c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-33bce9b elementor-widget elementor-widget-shortcode\" data-id=\"33bce9b\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f196612-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"196612\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/it\/wp-json\/wp\/v2\/pages\/15813#wpcf7-f196612-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" enctype=\"multipart\/form-data\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"196612\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f196612-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<style>\n.mailToContact br:nth-child(2){\ndisplay:none;\n}\n#form-templates .contact__info {\n  background: url('https:\/\/innowise.com\/wp-content\/uploads\/2026\/05\/form_background.png');\n  background-size: cover; \/* Fills container, crops if necessary *\/\n  background-position: center; \/* Centers the image *\/\n  background-repeat: no-repeat; \/* Prevents tiling *\/\n  width: 100%; \/* Or specific width *\/\n  height: 100%; \/* Or specific height *\/\n  padding: 70px 44px 70px 50px;\n  position: relative;\n  max-width: 540px;\n  width: 100%;\n}\n\n\n#form-templates .new-container{\ndisplay: flex;\njustify-content: space-between;\nflex-wrap: wrap;\n}\n\n\n#form-templates{\npadding: 100px 15px 100px 15px;        \n}\n\n#form-templates .contact__info-heading {\n  font-family: 'Sora' !important;\n  font-style: normal !important;\n  font-weight: 400 !important;\n  font-size: 36px !important;\n  line-height: 46px !important;\n  color: #2E2E2E !important;\n   margin-bottom: 60px !important;\n\n}\n\n\n#form-templates .message label{\ncolor: #585858 !important;   \n}\n\n.elementor-widget-container.form-template h2,.elementor-widget-container.form-template h1{\n font-size: 60px !important;\n  line-height: 70px !important;\n  font-family: \"Sora\", Sans-serif;\n  font-weight: 400;\n  margin: 0;  \n  margin-bottom: 20px;\n}\n\n\n\n\n.elementor-widget-container.form-template p{\n  font-family: \"Karla\", Sans-serif;\n  font-size: 22px;\n  font-weight: 400;\n  line-height: 28px;\n  color: var( --e-global-color-primary );\n  max-width: 700px;\n  margin: 0; \n  margin-bottom: 40px;\n} \n  \n\n\n.new-container #spinner{\nwidth: 50%;\nmax-width: 700px;\n}\n\n\n#form-templates .new-container #spinner div.contact-us__wrapper:nth-child(6){\ngap:30px; \n    \n}\n\n\n#form-templates .contact__info-heading {\n  margin-bottom: 67px;\n  font-size: 36px;\n  font-family: karla;\n  color:  #2E2E2E;\n\n  line-height: 49px;\n}\n\n#form-templates .contact__info-steps {\n  display: flex;\n  flex-direction: column;\n  max-width: 425x;\n  padding-left: 20px;\n}\n\n#form-templates .contact__info-steps > div:not(:last-child) {\n  border-left: 1px solid #2e2e2e;\n  padding-bottom: 24px;\n}\n\n#form-templates .contact__info-block {\n  position: relative;\n  padding-left: 45px;\n}\n\n#form-templates .contact__info-step {\n  position: absolute;\n  border: 1px solid #2e2e2e;\n  width: 40px;\n  height: 40px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 20px;\n  left: -20px;\n  top: -8px;\n  background-color: #F4F4F4;\n  color:  #2E2E2E;\n\nfont-family: Karla;\nfont-weight: 700;\nfont-size: 18px;\nline-height: 28px;\n\n}\n\n.elementor-widget-global .contact__info-step {\n        color:  #2E2E2E;\n}\n\n#form-templates .contact__info-text {\n  margin: 0;\n  font-size: 16px;\n  line-height: 26px;\n  color: #2E2E2E;\n  font-family: karla;\n\n  width: 100%;\n}\n\n\n#form-templates .contact-us__send{\nflex-shrink: 0;\nmargin-top:0;\n}\n\n\n\n@media screen and (max-width: 1279px) {\n    .new-container #spinner{\n        width: 100%;\n        max-width:100%;\n        margin-bottom:40px;\n    }\n    \n\n    .new-container .contact__info {\n        max-width: 700px !important;\n    }\n    \n}\n\n\n@media screen and (max-width: 1279px) {\n#form-templates{\npadding: 60px 15px 70px 15px;     \n}\n}\n\n\n\n@media screen and (max-width: 767px) {\n\n#form-templates .new-container #spinner div.contact-us__wrapper:nth-child(6){\ngap:20px; \n \n}\n\n\n  #form-templates .contact__info {\n    padding: 20px 20px 40px 40px;\n    margin: 0 auto;\n  }\n\n\n#form-templates{\npadding: 40px 15px 50px 15px;  \n    \n}\n\n  \n   .new-container #spinner{\n       \n    margin-bottom:30px;   \n   }\n   \n   \n   .elementor-widget-container.form-template h2,.elementor-widget-container.form-template h1{\n   font-size: 32px !important;\n    line-height: 42px !important;    \n   }\n   \n   \n   .elementor-widget-container.form-template p{\n       \n    font-size: 16px;\n    line-height: 20px;  \n    margin-bottom: 30px;\n \n       \n   }\n   \n   #form-templates .contact__info-heading{\n   font-size: 24px !important;\n    line-height: 49px !important;    \n       \n   }\n   \n\n.mailToContact{\nmargin-top: 10px !important;        \n}\n\n   \n\n  #form-templates .contact__info-heading {\n    font-size: 24px;\n    margin-bottom: 37px;\n  }\n\n  #form-templates .contact__info-background {\n    top: 10px;\n    left: 10px;\n  }\n\n  #form-templates .contact__info-text {\n    font-size: 12px;\n    line-height: 20px;\n  }\n  \n  \n  #form-templates .contact__info-heading {\n   margin-bottom: 35px !important;\n\n}\n\n}\n\n@media (max-width: 767px) {\n    .mailToContact {\n        max-width: 100%;\n    }\n}\n\n<\/style>\n\n<script>\nwindow.addEventListener('hashchange',function(e){if(window.history.pushState){window.history.pushState('','\/',window.location.pathname)}else{window.location.hash=''}})\n<\/script>\n\n\n<div id=\"form-templates\">\n<div class=\"elementor-widget-container form-template\">\n<a name=\"contact-form\"><\/a>\n<h2>Contact us<\/h2>\n<p><a id=\"calendlylink\" style=\"color: #c63031; border-bottom: 1px solid #c63031; padding: 0;\">Book a call<\/a> or fill out the form below and we\u2019ll get back to you once we\u2019ve processed your request.<\/p>\n<\/div>\n\n<div class=\"new-container\">\n\n\n<div class=\"contact-us__main\" id=\"spinner\" data-no-defer=\"1\">\n\n<div class=\"contact-us__wrapper\">\n\n<div class=\"name\">\n<label>Name<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"field_name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required contact-us__name\" id=\"contact-name\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name*\" value=\"\" type=\"text\" name=\"field_name\" \/><\/span>\n<\/div>\n\n<div class=\"company\">\n<label>Company<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"company\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required contact-us__company\" id=\"contact-company\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Company*\" value=\"\" type=\"text\" name=\"company\" \/><\/span>\n<\/div>\n\n<\/div>\n\n<div class=\"contact-us__wrapper\">\n\n<div class=\"email\">\n<label>Email<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email contact-us__email\" id=\"contact-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Corporate email*\" value=\"\" type=\"email\" name=\"email\" \/><\/span>\n<\/div>\n\n<div class=\"phone\">\n<label>Phone<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"tel\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel contact-us__phone\" id=\"contact-phone\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone*\" value=\"\" type=\"tel\" name=\"tel\" \/><\/span>\n<\/div>\n\n<\/div>\n<div class=\"contact-us__wrapper subj\">\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-recipient\"><select class=\"wpcf7-form-control wpcf7-select\" id=\"form-field-subj_js\" aria-invalid=\"false\" name=\"your-recipient\"><option value=\"\">Subject*<\/option><option value=\"IT staff augmentation\">IT staff augmentation<\/option><option value=\"Turnkey product development\">Turnkey product development<\/option><option value=\"Support and enhancement\">Support and enhancement<\/option><option value=\"Careers\">Careers<\/option><option value=\"Other\">Other<\/option><\/select><\/span>\n\n<span class=\"wpcf7-form-control-wrap\" data-name=\"form-field-budget_js\"><select class=\"wpcf7-form-control wpcf7-select\" id=\"form-field-budget_js\" aria-invalid=\"false\" name=\"form-field-budget_js\"><option value=\"\">Project budget<\/option><option value=\"Under $15K\">Under $15K<\/option><option value=\"$15K-$30K\">$15K-$30K<\/option><option value=\"$30K-$100K\">$30K-$100K<\/option><option value=\"$100K-$250K\">$100K-$250K<\/option><option value=\"$250K-$500K\">$250K-$500K<\/option><option value=\"More than $500K\">More than $500K<\/option><\/select><\/span>\n\n<\/div>\n\n\n<div class=\"message\">\n<label>Message<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"message\"><textarea cols=\"40\" rows=\"1\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required contact-us__message\" id=\"contact-message\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Describe your needs in detail*\" name=\"message\"><\/textarea><\/span>\n<\/div>\n\n<div class=\"atvoice-wrap\">\n\n<div class=\"voice-wrap\">\n<span id=\"voice-mut\" class=\"voicetext\">Send us a voice message<\/span>\n         <div class=\"qc_voice_audio_wrapper\">\n            <div class=\"qc_voice_audio_container\">\n                <div class=\"qc_voice_audio_upload_main\" id=\"qc_audio_main\">\n                    <a class=\"qc_audio_record_button\" id=\"qc_audio_record\" href=\"#\" aria-label=\"Record an audio message\">\n                        <span class=\"dashicons dashicons-microphone\"><\/span> \u00a0<\/a> \n                <\/div>\n\n                <div class=\"qc_voice_audio_recorder\" id=\"qc_audio_recorder\" style=\"display:none\">\n\n                <\/div>\n                <div class=\"qc_voice_audio_display\" id=\"qc_audio_display\"  style=\"display:none\">\n                    <audio id=\"qc-audio\" controls src=\"\"><\/audio>\n                    <span title=\"Remove and back to main upload screen.\" class=\"qc_audio_remove_button dashicons dashicons-trash\"><\/span>\n                <\/div>\n            <\/div>\n            <input type=\"hidden\" value=\"\" name=\"qcwpvoicemessage\" id=\"qc_audio_url\" \/>\n        <\/div>\n        \n<\/div>\n\n\n<div class=\"attach-wrap\">\n<span class=\"voicetext\">Attach documents<\/span>\n\n<div class='attachment'>\n\n<div class=\"downloaded\">\n<span><\/span>\n<div class=\"deleteFile\"><\/div>\n<\/div>\n\n<div class=\"attachmentButton\" onclick=\"(function cl(e){if(e.target.nodeName == 'DIV'){e.target.parentNode.children[1].children[0].click(); }})(arguments[0]);\">\n\n<div class=\"innerText\">Upload file<\/div>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"att-files\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-file\" accept=\".jpg,.png,.jpeg,.pdf\" aria-invalid=\"false\" type=\"file\" name=\"att-files\" \/><\/span>\n\n<div class=\"tip\" onclick=\"event.stopPropagation()\">\n<p>You can attach 1 file up to 2MB. Valid file formats: pdf, jpg, jpeg, png.<\/p>\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<\/div>\n\n\n\n<\/div>\n\n<div class=\"contact-us__wrapper\"> \n<p class=\"pp\">By clicking Send, you consent to Innowise processing your personal data per our<a href=\"\/privacy-notice\/\"> Privacy Policy <\/a>to provide you with relevant information. By submitting your phone number, you agree that we may contact you via voice calls, SMS, and messaging apps. Calling, message, and data rates may apply.<\/p>\n\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"scoring_point\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmCampaign\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmContent\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmMedium\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmSource\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmTerm\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"location\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"city\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"ip\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"Summ\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"gclid\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"rating\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"urlCompany\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"urlWithParams\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"audioMessageLink\" \/>\n<input class=\"wpcf7-form-control wpcf7-submit has-spinner contact-us__send\" id=\"contact-send-button\" type=\"submit\" value=\"Send\" \/>\n<\/div>\n\n<div class='mailToContact'>You can also send us your request <\/br>to <a href=\"mailto:contact@innowise.com\">contact@innowise.com<\/a><\/div>\n\n<\/div>\n\n<div class=\"elementor-widget-container\" style=\"z-index:1;\">\n<div class=\"contact__info\">\n  <div class=\"contact__info-background\"><\/div>\n  <div class=\"contact__info-heading\">What happens next?<\/div>\n  <div class=\"contact__info-steps\">\n\n    <div class=\"contact__info-block\">\n      <div class=\"contact__info-step\">1<\/div>\n      <p class=\"contact__info-text\">Once we\u2019ve received and processed your request, we\u2019ll get back to you to detail your\n        project needs and sign an NDA to ensure confidentiality.<\/p>\n    <\/div>\n\n    <div class=\"contact__info-block\">\n      <div class=\"contact__info-step\">2<\/div>\n      <p class=\"contact__info-text\">After examining your wants, needs, and expectations, our team will devise a project\n        proposal with the scope of work, team size, time, and cost estimates.<\/p>\n    <\/div>\n\n    <div class=\"contact__info-block\">\n      <div class=\"contact__info-step\">3<\/div>\n      <p class=\"contact__info-text\">We\u2019ll arrange a meeting with you to discuss the offer and nail down the details.<\/p>\n    <\/div>\n\n    <div class=\"contact__info-block\">\n      <div class=\"contact__info-step\">4<\/div>\n      <p class=\"contact__info-text\">Finally, we\u2019ll sign a contract and start working on your project right away.<\/p>\n    <\/div>\n  <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\n<\/div>\n\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<div class=\"other_services_container\">[need_other_services_v2]<\/div><script>\n            jQuery( document ).ready(function($) {\n                $('[data-elementor-type=\"wp-page\"]').children().last().before($('.other_services_container'));\n                var sections = $('[data-elementor-type=\"wp-page\"]').find('.net-15.dt-16');\n                $($('#form-templates').parents('.elementor-section')).before($('.other_services_container'));\n                for(var i = 0; i<sections.length; i++){\n                    if($(sections[i]).hasClass( 'net-15' ) && $(sections[i]).hasClass( 'dt-16' ) && $(sections[i]).hasClass( 'elementor-hidden-desktop' )==false){\n                        $(sections[i]).before($('.other_services_container'));\n                        if($(sections[i]).css('background-color')=='rgb(255, 255, 255)' || $(sections[i]).css('background-color')=='rgba(0, 0, 0, 0)'){\n                            $('.other_services_container').find('.elementor-section').css('background-color','#FBFBFD');\n                        }      \n                    }\n                }\n                \n            });\n        <\/script>","protected":false},"excerpt":{"rendered":"<p>Industries we serve We build custom software for companies across 40+ industries, including complex regulated sectors, fast-moving markets, and niche business domains. Get in touch Key industries Our experts More industries Projects Benefits Reviews Services Key industries Finance, banking &amp; insurance 150+ experts We develop secure financial software that helps companies improve transactions, risk management, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-15813","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/innowise.com\/it\/wp-json\/wp\/v2\/pages\/15813","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innowise.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/innowise.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/innowise.com\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/innowise.com\/it\/wp-json\/wp\/v2\/comments?post=15813"}],"version-history":[{"count":0,"href":"https:\/\/innowise.com\/it\/wp-json\/wp\/v2\/pages\/15813\/revisions"}],"wp:attachment":[{"href":"https:\/\/innowise.com\/it\/wp-json\/wp\/v2\/media?parent=15813"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}