{"id":176969,"date":"2025-01-13T04:55:01","date_gmt":"2025-01-13T09:55:01","guid":{"rendered":"https:\/\/innowise.com\/?page_id=176969"},"modified":"2026-03-31T02:34:50","modified_gmt":"2026-03-31T06:34:50","slug":"responsief","status":"publish","type":"page","link":"https:\/\/innowise.com\/nl\/services\/web-design\/responsive\/","title":{"rendered":"Responsive webdesignservices"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"176969\" class=\"elementor elementor-176969\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4db7e4e back-animations de-hyph e-flex e-con-boxed e-con e-parent\" data-id=\"4db7e4e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-39ff723 e-con-full e-flex e-con e-child\" data-id=\"39ff723\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d91e215 elementor-widget elementor-widget-heading\" data-id=\"d91e215\" 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\">Responsive web design services<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-94e1dce e-con-full elementor-hidden-desktop e-flex e-con e-child\" data-id=\"94e1dce\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0b1e088 e-con-full e-flex e-con e-child\" data-id=\"0b1e088\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d5f0109 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"d5f0109\" 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>With our responsive web design services, you\u2019ll be able to reach a wider audience and provide an excellent user experience, no matter how your clients access the site.<\/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-7db7fb4 elementor-align-center elementor-mobile-align-center elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"7db7fb4\" 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\" id=\"main-block-link\">\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<div class=\"elementor-element elementor-element-a01cfc1 e-con-full e-flex e-con e-child\" data-id=\"a01cfc1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e75d32 elementor-widget elementor-widget-html\" data-id=\"4e75d32\" 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=\"animated-mobile\">\n    <div class=\"animated-text-mobile\">\n        <div class=\"message-mobile active-message\">\n            <p class=\"number-mobile\">100+<\/p>\n            <p class=\"description-mobile\">web development projects <\/p>\n        <\/div>\n        <div class=\"message-mobile\">\n            <p class=\"number-mobile\">40+<\/p>\n            <p class=\"description-mobile\">website experts<\/p>\n        <\/div>\n        <div class=\"message-mobile\">\n            <p class=\"number-mobile\">80%<\/p>\n            <p class=\"description-mobile\">senior & mid-level specialists<\/p>\n        <\/div>\n    <\/div>\n    <div class=\"clutch-widget-container-mobile\">\n        <img decoding=\"async\" class=\"clutch-image-mobile\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/Clutch-Logo.svg\"\/ alt=\"\">\n        <div class=\"button-container-mobile\">\n        <a rel=\"nofollow\" href=\"https:\/\/clutch.co\/profile\/innowise?utm_source=widget&utm_medium=2&utm_campaign=widget&utm_content=logo&utm_term=innowise-group.com\" class=\"circle-button-mobile\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather-mobile feather-arrow-right-mobile\">\n                <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                <polyline points=\"12 5 19 12 12 19\"><\/polyline>\n            <\/svg>\n        <\/a>\n    <\/div>\n    <\/div>\n<\/div>\n\n\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    const textElement = document.querySelector(\".animated-text-mobile\");\n    \n    const messageElements = [...textElement.children]\n    \n    let index = 1;\n\n    function changeText() {\n        textElement.classList.add(\"hidden-mobile\");\n        \n        setTimeout(() => {\n            messageElements.forEach((elem, elemIndex)=> {\n                if (index === elemIndex) elem.classList.add(\"active-message\")\n                else elem.classList.remove(\"active-message\")\n            })\n            \n            textElement.classList.remove(\"hidden-mobile\");\n            index = (index + 1) % messageElements.length;\n        }, 1000);\n    }\n\n    setInterval(changeText, 4000);\n    changeText();\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<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a0fdf0 elementor-widget-tablet__width-inherit elementor-widget__width-initial elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-text-editor\" data-id=\"6a0fdf0\" 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>With our responsive web design services, you\u2019ll be able to reach a wider audience and provide an excellent user experience, no matter how your clients access the site.<\/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-0567da4 elementor-align-justify elementor-hidden-tablet elementor-hidden-mobile hero-btn elementor-widget elementor-widget-button\" data-id=\"0567da4\" 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<div class=\"elementor-element elementor-element-eb49350 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"eb49350\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af3fe48 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"af3fe48\" 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=\"animated\">\n    <div class=\"animated-text\">\n        <div class=\"message active-message\">\n            <p class=\"number\">100+<\/p>\n            <p class=\"description\">web development projects <\/p>\n        <\/div>\n        <div class=\"message\">\n            <p class=\"number\">40+<\/p>\n            <p class=\"description\">website experts<\/p>\n        <\/div>\n        <div class=\"message\">\n            <p class=\"number\">80%<\/p>\n            <p class=\"description\">senior & mid-level specialists<\/p>\n        <\/div>\n    <\/div>\n    <div class=\"clutch-widget-container\">\n        <img decoding=\"async\" class=\"clutch-image\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/Clutch-Logo.svg\"\/ alt=\"\">\n        <div class=\"button-container\">\n        <a rel=\"nofollow\" href=\"https:\/\/clutch.co\/profile\/innowise?utm_source=widget&utm_medium=2&utm_campaign=widget&utm_content=logo&utm_term=innowise-group.com\" class=\"circle-button\" target=\"_blank\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-arrow-right\">\n                <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                <polyline points=\"12 5 19 12 12 19\"><\/polyline>\n            <\/svg>\n        <\/a>\n    <\/div>\n    <\/div>\n<\/div>\n\n\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    const textElement = document.querySelector(\".animated-text\");\n    \n    const messageElements = [...textElement.children]\n    \n    let index = 1;\n\n    function changeText() {\n        textElement.classList.add(\"hidden\");\n        \n        setTimeout(() => {\n            messageElements.forEach((elem, elemIndex)=> {\n                if (index === elemIndex) elem.classList.add(\"active-message\")\n                else elem.classList.remove(\"active-message\")\n            })\n            \n            textElement.classList.remove(\"hidden\");\n            index = (index + 1) % messageElements.length;\n        }, 1000);\n    }\n\n    setInterval(changeText, 4000);\n    changeText();\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<div class=\"elementor-element elementor-element-fd49639 e-flex e-con-boxed e-con e-parent\" data-id=\"fd49639\" 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-636c02a elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"636c02a\" 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\">Challenges addressed with responsive web design services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a4407a7 e-con-full e-flex e-con e-child\" data-id=\"a4407a7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4676930 domains-wrapper-1 elementor-widget elementor-widget-html\" data-id=\"4676930\" 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=\"domains-container\">\r\n    <ul class=\"domains__list\">\r\n        <div class=\"domain__list_container\">\r\n            <li class=\"domains__list-item domains__list-item_active\">Reaching a mobile-first audience<\/li>\r\n            <li class=\"domains__list-item\">Boosted user retention<\/li>\r\n            <li class=\"domains__list-item\">Faster load times<\/li>\r\n            <li class=\"domains__list-item\">Brand consistency<\/li>\r\n            <li class=\"domains__list-item\">Cost-effective maintenance<\/li>\r\n        <\/div>\r\n    <\/ul>\r\n  \r\n  \r\n    <div class=\"domains__descriptions\">\r\n  \r\n        <div class=\"domains__descriptions-item domains__descriptions-item_active\">\r\n            <div class=\"slider-title\">\r\n                <h3>Reaching a mobile-first audience<\/h3>\r\n            <\/div>\r\n            <p class=\"slider-desc\">Through our responsive web design services, we adapt your website to any\r\n                    device to create a smooth and intuitive user experience. This way, you can improve engagement,\r\n                    maximize SEO impact, and reach more customers.<\/p>\r\n            <div class=\"slider-image-block\">\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Reaching-a-mobile-first-audience.png\" alt=\"Reaching a mobile-first audience\" \/>\r\n            <\/div>\r\n        <\/div>\r\n  \r\n        <div class=\"domains__descriptions-item\">\r\n            <div class=\"slider-title\">\r\n                <h3>Boosted user retention<\/h3>\r\n            <\/div>\r\n            <p class=\"slider-desc\">As new devices with unique screen sizes are released, our responsive web\r\n                    design company allows businesses to easily maintain compatibility. Instead of redesigning for each\r\n                    new device, our design can evolve with trends in technology.<\/p>\r\n            <div class=\"slider-image-block\">\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Adaptability-to-future-devices.png\" alt=\"Boosted user retention\" \/>\r\n            <\/div>\r\n        <\/div>\r\n  \r\n        <div class=\"domains__descriptions-item\">\r\n            <div class=\"slider-title\">\r\n                <h3>Faster load times<\/h3>\r\n            <\/div>\r\n            <p class=\"slider-desc\">We can optimize your website by using flexible layouts, compressing images,\r\n                    implementing lazy loading, minifying code, and conducting responsive testing for high performance\r\n                    across all devices.<\/p>\r\n            <div class=\"slider-image-block\">\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Faster-load-times.png\" alt=\"Faster load times\" \/>\r\n            <\/div>\r\n        <\/div>\r\n  \r\n        <div class=\"domains__descriptions-item\">\r\n            <div class=\"slider-title\">\r\n                <h3>Brand consistency<\/h3>\r\n            <\/div>\r\n            <p class=\"slider-desc\">Inconsistent visuals and messaging may confuse visitors and weaken your brand\r\n                    identity. At our responsive web design agency, we craft designs that adapt easily, while providing a\r\n                    unified, engaging experience for users on any screen.<\/p>\r\n            <div class=\"slider-image-block\">\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Brand-consistency.png\" alt=\"Brand consistency\" \/>\r\n            <\/div>\r\n        <\/div>\r\n  \r\n        <div class=\"domains__descriptions-item\">\r\n            <div class=\"slider-title\">\r\n                <h3>Cost-effective maintenance<\/h3>\r\n            <\/div>\r\n            <p class=\"slider-desc\">With a single responsive website by Innowise, businesses no longer need\r\n                    separate versions for desktop, mobile, or tablet. Updates are simpler and faster since any changes\r\n                    made apply instantly across all devices, saving time and effort.<\/p>\r\n            <div class=\"slider-image-block\">\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Cost-effective-maintenance.png\" alt=\"Cost-effective maintenance\" \/>\r\n            <\/div>\r\n        <\/div>\r\n  \r\n    <\/div>\r\n<\/div>\r\n  \r\n<div class=\"mobile-domains\">\r\n    <div class=\"mobile-domains-navbar\">\r\n\r\n        <div class=\"mobile-domains-navitem\">\r\n            <span class=\"mobile-domains-navitem-title\">Reaching a mobile-first audience<\/span>\r\n            <div class=\"mobile-domain-list\">\r\n                <p class=\"slider-desc\">Through our responsive web design services, we adapt your website to any\r\n                    device to create a smooth and intuitive user experience. This way, you can improve engagement,\r\n                    maximize SEO impact, and reach more customers.<\/p>\r\n                <div class=\"slider-image-block\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Reaching-a-mobile-first-audience.png\" alt=\"Reaching a mobile-first audience\" \/>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"mobile-domains-navitem\">\r\n            <span class=\"mobile-domains-navitem-title\">Boosted user retention<\/span>\r\n            <div class=\"mobile-domain-list\">\r\n                <p class=\"slider-desc\">As new devices with unique screen sizes are released, our responsive web\r\n                    design company allows businesses to easily maintain compatibility. Instead of redesigning for each\r\n                    new device, our design can evolve with trends in technology.<\/p>\r\n                <div class=\"slider-image-block\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Adaptability-to-future-devices.png\" alt=\"Boosted user retention\" \/>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"mobile-domains-navitem\">\r\n            <span class=\"mobile-domains-navitem-title\">Faster load times<\/span>\r\n            <div class=\"mobile-domain-list\">\r\n                <p class=\"slider-desc\">We can optimize your website by using flexible layouts, compressing images,\r\n                    implementing lazy loading, minifying code, and conducting responsive testing for high performance\r\n                    across all devices.<\/p>\r\n                <div class=\"slider-image-block\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Faster-load-times.png\" alt=\"Faster load times\" \/>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"mobile-domains-navitem\">\r\n            <span class=\"mobile-domains-navitem-title\">Brand consistency<\/span>\r\n            <div class=\"mobile-domain-list\">\r\n                <p class=\"slider-desc\">Inconsistent visuals and messaging may confuse visitors and weaken your brand\r\n                    identity. At our responsive web design agency, we craft designs that adapt easily, while providing a\r\n                    unified, engaging experience for users on any screen.<\/p>\r\n                <div class=\"slider-image-block\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Brand-consistency.png\" alt=\"Brand consistency\" \/>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"mobile-domains-navitem\">\r\n            <span class=\"mobile-domains-navitem-title\">Cost-effective maintenance<\/span>\r\n            <div class=\"mobile-domain-list\">\r\n                <p class=\"slider-desc\">With a single responsive website by Innowise, businesses no longer need\r\n                    separate versions for desktop, mobile, or tablet. Updates are simpler and faster since any changes\r\n                    made apply instantly across all devices, saving time and effort.<\/p>\r\n                <div class=\"slider-image-block\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Cost-effective-maintenance.png\" alt=\"Cost-effective maintenance\" \/>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n\r\n        const mobileNavItems = document.querySelectorAll('.domains-wrapper-1 .mobile-domains-navitem');\r\n\r\n        const domainsListItems = document.querySelectorAll(\r\n            '.domains-wrapper-1 .domains-container  .domains__list  .domain__list_container  .domains__list-item'\r\n        );\r\n        const domainsDescriptions = document.querySelectorAll(\r\n            '.domains-wrapper-1 .domains-container  .domains__descriptions  .domains__descriptions-item'\r\n        );\r\n        \r\n        function showMobileItem(item) {\r\n            item.classList.add('active')\r\n\r\n            const content = item.querySelector('.mobile-domain-list');\r\n            if (content) {\r\n                content.style.transitionDuration = content.scrollHeight * 1 + 'ms'\r\n                \r\n                content.style.maxHeight = content.scrollHeight ? Math.max(content.scrollHeight, 700) + 'px' : \"unset\"\r\n                \r\n            };\r\n        }\r\n\r\n        function hideMobileItem(item) {\r\n            item.classList.remove('active')\r\n\r\n            const content = item.querySelector('.mobile-domain-list');\r\n            if (content) {\r\n                content.style.transitionDuration = 0;\r\n                content.style.maxHeight = '0';\r\n            }\r\n        }\r\n\r\n\r\n        function activateMobileItem(index, canClose = true) {\r\n            const item = mobileNavItems[index];\r\n            \r\n            const isActive = item.classList.contains('active');\r\n                \/\/ Collapse all items\r\n            mobileNavItems.forEach(nav => {\r\n                hideMobileItem(nav)\r\n            });\r\n\r\n            \/\/ Expand clicked item only if it was not active\r\n            if (!isActive || !canClose) {\r\n                showMobileItem(item)\r\n            }\r\n        }\r\n\r\n        function activateDesktopItem(index) {\r\n            domainsListItems.forEach((item, itemIndex) => {\r\n                if (itemIndex === index) {\r\n                    item.classList.add('domains__list-item_active');\r\n                } else {\r\n                    item.classList.remove('domains__list-item_active');\r\n                }\r\n            });\r\n            \r\n            domainsDescriptions.forEach(\r\n                (itemDesc, itemDescIndex) => {\r\n                    if (itemDescIndex === index) {\r\n                        itemDesc.classList.add(\r\n                            'domains__descriptions-item_active'\r\n                        );\r\n                    } else {\r\n                        itemDesc.classList.remove(\r\n                            'domains__descriptions-item_active'\r\n                        );\r\n                    }\r\n                }\r\n            );\r\n        }\r\n\r\n        mobileNavItems.forEach((item, index) => {\r\n            item.querySelector(\".mobile-domains-navitem-title\").addEventListener('click', () => {\r\n                activateMobileItem(index);\r\n                activateDesktopItem(index);\r\n            });\r\n        });\r\n\r\n        domainsListItems.forEach((item, index) => {\r\n            item.addEventListener('click', () => {\r\n                activateDesktopItem(index);\r\n                activateMobileItem(index, false);\r\n            });\r\n        });\r\n        \r\n        activateMobileItem(0)\r\n        \r\n    });\r\n<\/script>\r\n\r\n    \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-fb91f6a e-flex e-con-boxed e-con e-parent\" data-id=\"fb91f6a\" 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-7ed4edc elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget-mobile__width-inherit elementor-widget elementor-widget-heading\" data-id=\"7ed4edc\" 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 our responsive web design services include<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10f1081 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"10f1081\" 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>As a leading responsive web design company, we offer custom solutions that enable your site to look and function flawlessly on any device. Our responsive web design services focus on key elements like SEO optimization to improve your search rankings, fast loading times for an excellent user experience, and cross-browser compatibility for consistent performance.<\/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-c7920c8 e-grid e-con-full cust-grid e-con e-child\" data-id=\"c7920c8\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a3247e3 e-con-full e-flex e-con e-child\" data-id=\"a3247e3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-edace91 elementor-widget elementor-widget-text-editor\" data-id=\"edace91\" 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<ul class=\"list\"><li class=\"red-dot\"><h3>Custom design for all devices<\/h3><\/li><\/ul>\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-d584113 elementor-widget elementor-widget-text-editor\" data-id=\"d584113\" 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>Every device and every screen size comes with its own set of challenges. But that&#8217;s where we shine. Our team designs tailored layouts that look great and feel intuitive, delivering your users the best experience, whether they\u2019re on a smartphone, tablet, or desktop.<\/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<div class=\"elementor-element elementor-element-d182efd e-con-full e-flex e-con e-child\" data-id=\"d182efd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-86b27f0 elementor-widget elementor-widget-text-editor\" data-id=\"86b27f0\" 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<ul class=\"list\"><li class=\"red-dot\"><h3>SEO optimization<\/h3><\/li><\/ul>\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-e9afe77 elementor-widget elementor-widget-text-editor\" data-id=\"e9afe77\" 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>Our experts research your market and target audience right from the start to incorporate SEO best practices into the design. We take into account everything \u2014 from content structure to meta tags \u2014 so your site ranks well and is visible to the right people.<\/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<div class=\"elementor-element elementor-element-812bbfd e-con-full e-flex e-con e-child\" data-id=\"812bbfd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-902de7f elementor-widget elementor-widget-text-editor\" data-id=\"902de7f\" 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<ul class=\"list\"><li class=\"red-dot\"><h3>Fast loading times<\/h3><\/li><\/ul>\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-f9e155d elementor-widget elementor-widget-text-editor\" data-id=\"f9e155d\" 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>Our responsive web design company works hard to create websites that deliver both speed and flawless functionality. We compress files, minimize code, and use caching strategies to make your site perform quickly with your users engaged and satisfied.<\/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<div class=\"elementor-element elementor-element-68925c0 e-con-full e-flex e-con e-child\" data-id=\"68925c0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2735896 elementor-widget elementor-widget-text-editor\" data-id=\"2735896\" 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<ul class=\"list\"><li class=\"red-dot\"><h3>Cross-browser compatibility<\/h3><\/li><\/ul>\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-70de7c7 elementor-widget elementor-widget-text-editor\" data-id=\"70de7c7\" 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 great design means nothing if it doesn\u2019t work well across all browsers. We test your site on every major browser \u2014 Chrome, Firefox, Safari, Edge \u2014 and make adjustments where needed to maintain a consistent interaction for every visitor.<\/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<div class=\"elementor-element elementor-element-f25ca94 e-con-full e-flex e-con e-child\" data-id=\"f25ca94\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-87146a0 elementor-widget elementor-widget-text-editor\" data-id=\"87146a0\" 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<ul class=\"list\"><li class=\"red-dot\"><h3>Scalable solutions<\/h3><\/li><\/ul>\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-7188cc0 elementor-widget elementor-widget-text-editor\" data-id=\"7188cc0\" 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>Our team builds on flexible frameworks, allowing for easy updates, new features, and expansions. No matter what you\u2019re doing \u2014 adding new products, services, or integrations \u2014 your website will adapt to future demands.<\/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>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-762d24f e-flex e-con-boxed e-con e-parent\" data-id=\"762d24f\" 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<div class=\"elementor-element elementor-element-7f06cc7 e-con-full e-flex e-con e-child\" data-id=\"7f06cc7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0572901 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"0572901\" 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\">Award-winning designs to boost user engagement<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-91241bd elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"91241bd\" 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\tWe at Innowise focus on what drives your metrics: higher activation, smoother funnels, and interfaces that help your business sell more with less effort. As a <strong class=\"red-text\">Gold Winner of the London Design Awards<\/strong>, we bring proven web design expertise to each project and strengthen your brand presence.\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-a33af46 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"a33af46\" 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.red-text {\n    color: #C63031;\n}\n<\/style>\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-2aa52f9 elementor-widget-tablet__width-inherit elementor-widget elementor-widget-image\" data-id=\"2aa52f9\" 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=\"680\" height=\"382\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/01\/Visual-content.png\" class=\"attachment-full size-full wp-image-191131\" alt=\"London Design Awards\" srcset=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/01\/Visual-content.png 680w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/01\/Visual-content-300x169.png 300w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/01\/Visual-content-18x10.png 18w\" sizes=\"(max-width: 680px) 100vw, 680px\" \/>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c4abca5 e-flex e-con-boxed e-con e-parent\" data-id=\"c4abca5\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0371789 e-con-full e-flex e-con e-child\" data-id=\"0371789\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e516f3 elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"5e516f3\" 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>Our team is fully equipped to provide responsive website development services, so you have a design that is both visually appealing and perfectly adapted to all screen sizes. We take the time to understand your brand, vision, and goals, translating them into a unique digital experience that resonates with your audience.<\/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-07b804b elementor-widget elementor-widget-heading\" data-id=\"07b804b\" 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\">Dmitry Los<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-054b18b elementor-widget elementor-widget-heading\" data-id=\"054b18b\" 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\">Product Design Team Lead<\/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-88ac411 e-con-full e-flex e-con e-child\" data-id=\"88ac411\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c4a8be elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"7c4a8be\" 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\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/12\/Photo-1.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\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 class=\"elementor-element elementor-element-0d628ff elementor-hidden-desktop elementor-widget elementor-widget-image\" data-id=\"0d628ff\" 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\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/12\/Photo-1.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3ceb178 e-flex e-con-boxed e-con e-parent\" data-id=\"3ceb178\" 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-4e08f1c elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"4e08f1c\" 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\">Benefits of our responsive web design services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a503fef e-con-full e-flex e-con e-child\" data-id=\"a503fef\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2277522 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"2277522\" 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\n<div class=\"kop-container\">\n    <div class=\"kop-item\">\n        <span class=\"kop-item__title\">\n           Improved user experience\n        <\/span>\n        <p class=\"kop-item__content\">\n           Our responsive designs keep users enjoying an intuitive experience, no matter what device they\u2019re using. With easy navigation and a seamless layout, visitors stay longer, engage more, and return often.\n        <\/p>\n    <\/div>\n    <div class=\"kop-item\">\n        <span class=\"kop-item__title\">\n            Boosted SEO rankings\n        <\/span>\n        <p class=\"kop-item__content\">\n            With Google\u2019s mobile-first indexing, having a responsive website directly impacts your SEO rankings. Our responsive web design services make your site fully optimized for mobile, keeping it more accessible on search engines.\n        <\/p>\n    <\/div>\n    <div class=\"kop-item\">\n        <span class=\"kop-item__title\">\n            Increased conversions\n        <\/span>\n        <p class=\"kop-item__content\">\n            Thanks to a responsive website, users get the same high-quality experience across all devices. We enable your site visitors to quickly access required information and easily complete actions like buying products or signing up.\n        <\/p>\n    <\/div>\n    <div class=\"kop-item\">\n        <span class=\"kop-item__title\">\n            Saved costs\n        <\/span>\n        <p class=\"kop-item__content\">\n            Deciding on our responsive web design services, you eliminate the need for separate mobile and desktop versions of your site, saving you time and money on both development and ongoing maintenance.\n        <\/p>\n    <\/div>\n    <div class=\"kop-item\">\n        <span class=\"kop-item__title\">\n            Competitive advantage\n        <\/span>\n        <p class=\"kop-item__content\">\n            Our responsive web design company helps you stay ahead of the competition by keeping up with industry trends, prioritizing mobile-first design, and continuously improving your website to meet evolving customer expectations.\n        <\/p>\n    <\/div>\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\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-b19d820 e-grid e-con-full e-con e-child\" data-id=\"b19d820\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3f0ce7f e-con-full e-flex e-con e-child\" data-id=\"3f0ce7f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-585f75a elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"585f75a\" 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=\"668\" height=\"470\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Frame-1597885559-1-2.png\" class=\"attachment-full size-full wp-image-195062\" alt=\"\" srcset=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Frame-1597885559-1-2.png 668w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Frame-1597885559-1-2-300x211.png 300w, https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Frame-1597885559-1-2-18x12.png 18w\" sizes=\"(max-width: 668px) 100vw, 668px\" \/>\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-4c63c9f e-con-full e-flex e-con e-child\" data-id=\"4c63c9f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-f233644 e-con-full e-flex e-con e-child\" data-id=\"f233644\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f65d76 elementor-widget__width-initial word-wrap-title elementor-widget elementor-widget-heading\" data-id=\"0f65d76\" 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\">Get your website perfected for every device.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fff52e0 elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"fff52e0\" 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>We take a hands-on, step-by-step approach to building websites that bring value.<\/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-af8ae6b elementor-align-center contact320 elementor-widget elementor-widget-button\" data-id=\"af8ae6b\" 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\">Know the details<\/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-768ac7a e-flex e-con-boxed e-con e-parent\" data-id=\"768ac7a\" 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-32b9319 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"32b9319\" 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\">Industries<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8bd8c59 x-switcher-section elementor-widget elementor-widget-html\" data-id=\"8bd8c59\" 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=\"x-domains-container\">\r\n    <div class=\"x-domains__list\">\r\n        <div class=\"x-domains__swiper\">\r\n            \r\n            <ul class=\"x-domains__list_container swiper-wrapper\">\r\n                <li class=\"x-domains__list-item swiper-slide x-domains__list-item_active\">Banking<\/li>\r\n                <li class=\"x-domains__list-item swiper-slide\">Finance<\/li>\r\n                <li class=\"x-domains__list-item swiper-slide\">Education<\/li>\r\n                <li class=\"x-domains__list-item swiper-slide\">Entertainment<\/li>\r\n                <li class=\"x-domains__list-item swiper-slide\">Media<\/li>\r\n                <li class=\"x-domains__list-item swiper-slide\">eCommerce<\/li>\r\n                <li class=\"x-domains__list-item swiper-slide\">Retail<\/li>\r\n                <li class=\"x-domains__list-item swiper-slide\">Healthcare<\/li>\r\n                <li class=\"x-domains__list-item swiper-slide\">Marketing<\/li>\r\n            <\/ul>\r\n  \r\n        <\/div>\r\n  \r\n        <div class=\"x-domains__navigation\">\r\n            <button class=\"x-domains__navigation-btn\">\r\n                <svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                    <g>\r\n                        <path d=\"M12 4L4 12L12 20\" stroke=\"#2E2E2E\" stroke-width=\"2\" \/>\r\n                        <path d=\"M21 12.0002L4 12.0002\" stroke=\"#2E2E2E\" stroke-width=\"2\" \/>\r\n                    <\/g>\r\n                <\/svg>\r\n            <\/button>\r\n  \r\n            <button class=\"x-domains__navigation-btn\">\r\n                <svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                    <g>\r\n                        <path d=\"M13 4L21 12L13 20\" stroke=\"#2E2E2E\" stroke-width=\"2\" \/>\r\n                        <path d=\"M4 12.0002L21 12.0002\" stroke=\"#2E2E2E\" stroke-width=\"2\" \/>\r\n                    <\/g>\r\n                <\/svg>\r\n            <\/button>\r\n        <\/div>\r\n    <\/div>\r\n  \r\n  \r\n  \r\n  \r\n    <div class=\"x-domains__descriptions domains__swiper\">\r\n        <div class=\"swiper-wrapper\">\r\n  \r\n            <div class=\"x-domains__descriptions-item swiper-slide swiper-slide-active\">\r\n                <div class=\"x-slider-info-block\">\r\n                    <div class=\"x-slider-title\">\r\n                        <h3>Banking<\/h3>\r\n                    <\/div>\r\n                    <p class=\"x-slider-desc\">We create responsive and user-friendly banking platforms that adjust smoothly to any device. Our responsive website design services help provide easy access to financial services so customers can manage their accounts securely and efficiently, no matter where they are.<\/p>\r\n                    <ul class=\"x-slider-list\">\r\n                        <li>Adaptive banking app layouts<\/li>\r\n                        <li>Responsive dashboards<\/li>\r\n                        <li>Secure, mobile-optimized app features<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"x-slider-image-block\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Banking.jpg\" alt=\"Finance\" \/>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"x-domains__descriptions-item swiper-slide\">\r\n                <div class=\"x-slider-info-block\">\r\n                    <div class=\"x-slider-title\">\r\n                        <h3>Finance<\/h3>\r\n                    <\/div>\r\n                    <p class=\"x-slider-desc\">At our responsive web design company, we deliver financial platforms that work perfectly across all devices. We create clear, intuitive interfaces that make financial tools easy to navigate and optimize the user experience for mobile and desktop users alike.<\/p>\r\n                    <ul class=\"x-slider-list\">\r\n                        <li>Mobile-responsive platforms<\/li>\r\n                        <li>Accessible real-time data<\/li>\r\n                        <li>User-friendly mobile and desktop interfaces <\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"x-slider-image-block\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Finance-2.png\" alt=\"Banking\" \/>\r\n                <\/div>\r\n            <\/div>\r\n\r\n\r\n            <div class=\"x-domains__descriptions-item swiper-slide\">\r\n                <div class=\"x-slider-info-block\">\r\n                    <div class=\"x-slider-title\">\r\n                        <h3>Education<\/h3>\r\n                    <\/div>\r\n                    <p class=\"x-slider-desc\">We design responsive eLearning platforms that offer easy access to educational content, whether on mobile or desktop. Our responsive web design services guarantee interactive and immersive learning experiences across devices.<\/p>\r\n                    <ul class=\"x-slider-list\">\r\n                        <li>Mobile-optimized eLearning environments<\/li>\r\n                        <li>Virtual classrooms that adjust to screen sizes<\/li>\r\n                        <li>Responsive, gamified learning experiences<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"x-slider-image-block\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Education-2.png\" alt=\"Healthcare\" \/>\r\n                <\/div>\r\n            <\/div>\r\n\r\n\r\n            <div class=\"x-domains__descriptions-item swiper-slide\">\r\n                <div class=\"x-slider-info-block\">\r\n                    <div class=\"x-slider-title\">\r\n                        <h3>Entertainment<\/h3>\r\n                    <\/div>\r\n                    <p class=\"x-slider-desc\">Our responsive web design services help deliver engaging entertainment experiences. We create visually captivating, user-friendly interfaces that make interactive content compelling through intuitive navigation, responsive elements, and smooth transitions.<\/p>\r\n                    <ul class=\"x-slider-list\">\r\n                        <li>Interactive elements (buttons, sliders, etc.)<\/li>\r\n                        <li>Responsive video embedding<\/li>\r\n                        <li>Cross-device syncing<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"x-slider-image-block\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Entertainment.png\"\r\n                        alt=\"Retail\" \/>\r\n                <\/div>\r\n            <\/div>\r\n\r\n\r\n            <div class=\"x-domains__descriptions-item swiper-slide\">\r\n                <div class=\"x-slider-info-block\">\r\n                    <div class=\"x-slider-title\">\r\n                        <h3>Media<\/h3>\r\n                    <\/div>\r\n                    <p class=\"x-slider-desc\">Our responsive website development services enable media websites to deliver content that is easily accessible on any device. From articles to videos and podcasts, we build layouts that improve navigation and content discovery, making media sites user-friendly across devices.<\/p>\r\n                    <ul class=\"x-slider-list\">\r\n                        <li>Improved content discovery<\/li>\r\n                        <li>User-friendly design on mobile, tablet, and desktop<\/li>\r\n                        <li>Adaptive media elements (text, video, audio)<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"x-slider-image-block\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Media-Entertainment.jpg\"\r\n                        alt=\"eCommerce\" \/>\r\n                <\/div>\r\n            <\/div>\r\n\r\n\r\n            <div class=\"x-domains__descriptions-item swiper-slide\">\r\n                <div class=\"x-slider-info-block\">\r\n                    <div class=\"x-slider-title\">\r\n                        <h3>eCommerce<\/h3>\r\n                    <\/div>\r\n                    <p class=\"x-slider-desc\">At our responsive web design agency, we develop responsive eCommerce websites that offer smooth shopping experiences across all devices. Our designs optimize product browsing, cart management, and checkout processes.<\/p>\r\n                    <ul class=\"x-slider-list\">\r\n                        <li>Responsive eCommerce websites<\/li>\r\n                        <li>Smooth shopping experiences across all devices<\/li>\r\n                        <li>Optimized product browsing<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"x-slider-image-block\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/12\/ERP-implementation-7-e1735553967976.png\" alt=\"Insurance\" \/>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"x-domains__descriptions-item swiper-slide\">\r\n                <div class=\"x-slider-info-block\">\r\n                    <div class=\"x-slider-title\">\r\n                        <h3>Retail<\/h3>\r\n                    <\/div>\r\n                    <p class=\"x-slider-desc\">Our responsive web design services help retailers create cohesive online and in-store experiences. We focus on optimizing product discovery and transaction processes for all screen sizes, letting customers shop efficiently on both mobile and desktop.<\/p>\r\n                    <ul class=\"x-slider-list\">\r\n                        <li>Omnichannel retail experiences<\/li>\r\n                        <li>Mobile-optimized product discovery features<\/li>\r\n                        <li>Cross-device inventory and order management tools<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"x-slider-image-block\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/12\/ERP-implementation-3-e1735553929263.png\"\r\n                        alt=\"Telecommunications\" \/>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"x-domains__descriptions-item swiper-slide\">\r\n                <div class=\"x-slider-info-block\">\r\n                    <div class=\"x-slider-title\">\r\n                        <h3>Healthcare<\/h3>\r\n                    <\/div>\r\n                    <p class=\"x-slider-desc\">We provide users with easy access to medical services, whether on mobile or desktop. With a focus on improving the patient experience, our responsive web design agency delivers accessible telemedicine, hassle-free appointment booking, and consistent health tracking features.<\/p>\r\n                    <ul class=\"x-slider-list\">\r\n                        <li>Responsive patient portals<\/li>\r\n                        <li>Telemedicine platforms optimized for mobile and desktop<\/li>\r\n                        <li>Mobile-optimized health-tracking apps<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"x-slider-image-block\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Healthcare-1.png\"\r\n                        alt=\"Telecommunications\" \/>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"x-domains__descriptions-item swiper-slide\">\r\n                <div class=\"x-slider-info-block\">\r\n                    <div class=\"x-slider-title\">\r\n                        <h3>Marketing<\/h3>\r\n                    <\/div>\r\n                    <p class=\"x-slider-desc\">For marketing tools, as a responsive web design company, we build websites that adapt across devices, guaranteeing smooth user engagement. Our designs help businesses track campaigns, schedule content, and create customized landing pages that work perfectly.<\/p>\r\n                    <ul class=\"x-slider-list\">\r\n                        <li>Mobile-responsive campaign performance dashboards<\/li>\r\n                        <li>Adaptive landing page builders<\/li>\r\n                        <li>Optimized performance on mobile and desktop<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"x-slider-image-block\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Marketing.jpg\"\r\n                        alt=\"Telecommunications\" \/>\r\n                <\/div>\r\n            <\/div>\r\n  \r\n  \r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n  \r\n  \r\n<script>\r\n(()=>{\r\n    const xDomainsListItems = document.querySelectorAll('.x-domains__list-item');\r\n\r\n\r\n  \r\n  const xDomainsSwiper = new Swiper('.x-domains__swiper', {\r\n    slidesPerView: 'auto',\r\n    spaceBetween: 20,  \r\n       observer:true,\r\n    \r\n      freeMode: true,\r\n      watchSlidesVisibility: true,\r\n      watchSlidesProgress: true,\r\n    grabCursor: true,\r\n\r\n    breakpoints: {\r\n    \/\/ when window width is >= 320px\r\n    1280: {\r\n      spaceBetween: 30\r\n    },\r\n  }\r\n  });\r\n  \r\n  \r\n  const domainsSwiper = new Swiper('.x-domains__descriptions.domains__swiper', {\r\n    slidesPerView: 1,\r\n   spaceBetween: 24, \r\n       effect:'fade',\r\n       observer:true,\r\n    grabCursor: true,\r\n      thumbs: {\r\n        swiper: xDomainsSwiper,\r\n      },\r\n      navigation: {\r\n        nextEl: \".x-domains__navigation button:nth-child(2)\",\r\n        prevEl: \".x-domains__navigation button:nth-child(1)\",\r\n      },\r\n  });  \r\n    \r\n  \r\n  \r\n  \r\n    domainsSwiper.on('slideChange', function (data) {\r\n    \r\n    const activeIndex = data.activeIndex;\r\n    \r\n        \r\n    xDomainsListItems.forEach((elem,i)=>{\r\n             if (activeIndex === i) {\r\n              elem.classList.add('x-domains__list-item_active');\r\n            } else {\r\n              elem.classList.remove('x-domains__list-item_active');\r\n            }   \r\n    })\r\n    \r\n    \/*xDomainsSwiper.slideTo(data.activeIndex)*\/\r\n\r\n});\r\n})()\r\n    \r\n  \r\n  \r\n<\/script>\r\n\r\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-2df90b2 e-flex e-con-boxed e-con e-parent\" data-id=\"2df90b2\" 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-71eb6aa elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"71eb6aa\" 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\">Get responsive web design services provided at your pace<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-01ee72b roadmap-grid-2 elementor-widget elementor-widget-html\" data-id=\"01ee72b\" 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=\"new-steps-container\">\n\n    <div class=\"new-step-item\">\n\n        <div class=\"figure-container\">\n            <div class=\"scheme-progress-circle\">\n            <\/div>\n        <\/div>\n    \n        <div class=\"new-step-item-desc\">\n            <span class=\"new-step-item-title\">\n                Discovery & strategy\n            <\/span>\n            <ul class=\"new-step-item-list\">\n                <li>Identify your needs and business objectives<\/li>\n                <li>Create a responsive design strategy <\/li>\n                <li>Define tools and frameworks<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"new-step-item\">\n        <div class=\"figure-container\">\n            <div class=\"scheme-progress-circle\">\n    \n            <\/div>\n        <\/div>\n        <div class=\"new-step-item-desc\">\n            <span class=\"new-step-item-title\">\n                Design & development\n            <\/span>\n            <ul class=\"new-step-item-list\">\n                <li>Craft layouts tailored for mobile, tablet, and desktop<\/li>\n                <li>Build with HTML5, CSS3, and responsive frameworks<\/li>\n                <li>Develop smooth navigation and adaptive elements<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"new-step-item\">\n    \n        <div class=\"figure-container\">\n            <div class=\"scheme-progress-circle\">\n    \n            <\/div>\n        <\/div>\n        <div class=\"new-step-item-desc\">\n            <span class=\"new-step-item-title\">\n                Testing & optimization\n            <\/span>\n            <ul class=\"new-step-item-list\">\n                <li>Test across devices and across all major browsers<\/li>\n                <li>Improve loading speed and meet accessibility standards<\/li>\n                <li>Apply SEO best practices<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"new-step-item bottom-erp-item\">\n        <div class=\"figure-container\">\n            <div class=\"scheme-progress-circle\">\n    \n            <\/div>\n        <\/div>\n        <div class=\"new-step-item-desc\">\n            <span class=\"new-step-item-title\">\n                Launch & support\n            <\/span>\n            <ul class=\"new-step-item-list\">\n                <li>Deploy the site across all platforms<\/li>\n                <li>Monitor performance and optimize based on user feedback<\/li>\n                <li>Offer continuous updates, maintenance, and troubleshooting<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n\n\n<\/div>\n\n\n<script>\n    (() => {\n\n        \/\/ number of elements must be at least equal to num of colors to work\n        const colors = [\n            \"#C63031\",\n            \"#CD505D\",\n            \"#D36F89\",\n            \"#DD9ECB\",\n        ]\n\n        const desktopFigures = [...document.querySelectorAll(\".roadmap-grid-2 .new-steps-container .figure-container\")]\n\n        desktopFigures.forEach((item, index) => {\n            item.style.setProperty(\"--item-color\", colors[index]);\n        })\n\n    })()\n<\/script>\n\n\n\n\n\n\n\n\n\n\n\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-b0938b8 e-flex e-con-boxed e-con e-parent\" data-id=\"b0938b8\" 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-2b7344f elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-video\" data-id=\"2b7344f\" data-element_type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/07\/Why-Choose-@innowiseglobal-as-Your-IT-Staffing-Partner_-Top-Reasons-Revealed-1.mp4\" controls=\"\" preload=\"metadata\" controlsList=\"nodownload\" poster=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/03\/Video.png\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7d5a25e e-con-full e-flex e-con e-child\" data-id=\"7d5a25e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1ee653a elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"1ee653a\" 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\">Choose Innowise as experienced responsive website company<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4cecca5 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"4cecca5\" 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>At Innowise, we offer a full suite of services, including responsive website design services, backed by over 17 years of technical expertise. Our global team of highly skilled engineers selected among the top 3% in the industry makes your website look great and run flawlessly on every device.<\/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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f7f21d2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f7f21d2\" 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-4830f81\" data-id=\"4830f81\" 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-13dfa55 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"13dfa55\" 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<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5fa4e40 case-swip elementor-widget elementor-widget-shortcode\" data-id=\"5fa4e40\" 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\">\n            <div class=\"swiper-related\">\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\/nl\/case\/custom-website-development-for-airline\/\" aria-label=\"block_193018\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/airplane-in-the-sky.jpg\" alt=\"Multi-page charter airline website for a startup air carrier\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Flyyo-logo.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\/nl\/case\/custom-website-development-for-airline\/\" aria-label=\"Multi-page charter airline website for a startup air carrier\" >Multi-page charter airline website for a startup air carrier<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/nl\/cases\/design\/\">UI\/UX design<\/a><a href=\"\/nl\/cases\/php\/\">PHP<\/a><a href=\"\/nl\/cases\/webontwikkeling\/\">Web development<\/a><a href=\"\/nl\/cases\/website\/\">Website<\/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\/nl\/case\/custom-website-development-for-airline\/\" aria-label=\"Read more about Multi-page charter airline website for a startup air carrier\">\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\/nl\/case\/it-solutions-for-travel-industry\/\" aria-label=\"block_160038\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/05\/Revamping-tour-operator-software-small-cover.png\" alt=\"Developing tour operator software\">\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\/nl\/case\/it-solutions-for-travel-industry\/\" aria-label=\"Developing tour operator software\" >Developing tour operator software<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/nl\/cases\/design\/\">UI\/UX design<\/a><a href=\"\/nl\/cases\/dart\/\">Dart<\/a><a href=\"\/nl\/cases\/front-end-ontwikkeling\/\">Front-end development<\/a><a href=\"\/nl\/cases\/laravel\/\">Laravel<\/a><a href=\"\/nl\/cases\/mobile-development\/\">Mobile development<\/a><a href=\"\/nl\/cases\/php\/\">PHP<\/a><a href=\"\/nl\/cases\/travel\/\">Travel<\/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\/nl\/case\/it-solutions-for-travel-industry\/\" aria-label=\"Read more about Developing tour operator software\">\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\/nl\/case\/nft-minting-platform-development\/\" aria-label=\"block_159721\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/04\/space-tizer.png\" alt=\"NFT minting website development\">\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\/nl\/case\/nft-minting-platform-development\/\" aria-label=\"NFT minting website development\" >NFT minting website development<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/nl\/cases\/blockchain\/\">Blockchain<\/a><a href=\"\/nl\/cases\/marketplace\/\">Marketplace<\/a><a href=\"\/nl\/cases\/nft\/\">NFT<\/a><a href=\"\/nl\/cases\/node-js\/\">Node.js<\/a><a href=\"\/nl\/cases\/qa\/\">QA<\/a><a href=\"\/nl\/cases\/react\/\">React<\/a><a href=\"\/nl\/cases\/web\/\">Web<\/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\/nl\/case\/nft-minting-platform-development\/\" aria-label=\"Read more about NFT minting website 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\/nl\/case\/mobile-app-redesign\/\" aria-label=\"block_155234\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/02\/MyDolomiti-small-cover.jpg\" alt=\"Mobile app redesign\">\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\/nl\/case\/mobile-app-redesign\/\" aria-label=\"Mobile app redesign\" >Mobile app redesign<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/nl\/cases\/design\/\">UI\/UX design<\/a><a href=\"\/nl\/cases\/ios\/\">iOS<\/a><a href=\"\/nl\/cases\/kotlin\/\">Kotlin<\/a><a href=\"\/nl\/cases\/mobile\/\">Mobile<\/a><a href=\"\/nl\/cases\/sport-lifestyle\/\">Sport &amp; lifestyle<\/a><a href=\"\/nl\/cases\/swift\/\">Swift<\/a><a href=\"\/nl\/cases\/travel\/\">Travel<\/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\/nl\/case\/mobile-app-redesign\/\" aria-label=\"Read more about Mobile app redesign\">\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\/nl\/case\/real-estate-online-platform\/\" aria-label=\"block_154411\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/01\/Real-estate-online-platform-small-cover.png\" alt=\"Real estate online platform\">\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\/nl\/case\/real-estate-online-platform\/\" aria-label=\"Real estate online platform\" >Real estate online platform<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/nl\/cases\/ai\/\">AI<\/a><a href=\"\/nl\/cases\/aws\/\">AWS<\/a><a href=\"\/nl\/cases\/data-management\/\">Data management (DMS)<\/a><a href=\"\/nl\/cases\/data-science\/\">Data science<\/a><a href=\"\/nl\/cases\/python\/\">Python<\/a><a href=\"\/nl\/cases\/react\/\">React<\/a><a href=\"\/nl\/cases\/vastgoed\/\">Real Estate<\/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\/nl\/case\/real-estate-online-platform\/\" aria-label=\"Read more about Real estate online 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\/nl\/case\/investment-banking-software\/\" aria-label=\"block_136751\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2023\/10\/Additiv-tizer.png\" alt=\"One-stop investment portal\">\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\/nl\/case\/investment-banking-software\/\" aria-label=\"One-stop investment portal\" >One-stop investment portal<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/nl\/cases\/design\/\">UI\/UX design<\/a><a href=\"\/nl\/cases\/azure\/\">Azure<\/a><a href=\"\/nl\/cases\/banken\/\">Banking<\/a><a href=\"\/nl\/cases\/c\/\">C#<\/a><a href=\"\/nl\/cases\/crm\/\">CRM<\/a><a href=\"\/nl\/cases\/fintech\/\">FinTech<\/a><a href=\"\/nl\/cases\/investering\/\">Investment<\/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\/nl\/case\/investment-banking-software\/\" aria-label=\"Read more about One-stop investment portal\">\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\/nl\/case\/social-networking-app-development\/\" aria-label=\"block_135101\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2023\/10\/RUBA-Ayoba.png\" alt=\"Social networking application\">\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\/nl\/case\/social-networking-app-development\/\" aria-label=\"Social networking application\" >Social networking application<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/nl\/cases\/design\/\">UI\/UX design<\/a><a href=\"\/nl\/cases\/ba\/\">Business analysis<\/a><a href=\"\/nl\/cases\/ios\/\">iOS<\/a><a href=\"\/nl\/cases\/kotlin\/\">Kotlin<\/a><a href=\"\/nl\/cases\/mobile\/\">Mobile<\/a><a href=\"\/nl\/cases\/social-network\/\">Social network<\/a><a href=\"\/nl\/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\/nl\/case\/social-networking-app-development\/\" aria-label=\"Read more about Social networking application\">\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\/nl\/case\/corporate-web-application-development\/\" aria-label=\"block_113491\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2023\/05\/Hotteling.png\" alt=\"How corporate web-based desk booking software has optimized 40% of workplaces\">\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\/nl\/case\/corporate-web-application-development\/\" aria-label=\"How corporate web-based desk booking software has optimized 40% of workplaces\" >How corporate web-based desk booking software has optimized 40% of workplaces<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/nl\/cases\/aws\/\">AWS<\/a><a href=\"\/nl\/cases\/booking\/\">Booking<\/a><a href=\"\/nl\/cases\/chatbot\/\">Chatbot<\/a><a href=\"\/nl\/cases\/data-management\/\">Data management (DMS)<\/a><a href=\"\/nl\/cases\/hr-and-recruiting\/\">HR &amp; recruiting<\/a><a href=\"\/nl\/cases\/integratie\/\">Integration<\/a><a href=\"\/nl\/cases\/python\/\">Python<\/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\/nl\/case\/corporate-web-application-development\/\" aria-label=\"Read more about How corporate web-based desk booking software has optimized 40% of workplaces\">\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\">\n                    <button class=\"swiper-related__navigation-btn\">\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\">\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\n        <div class=\"cases-swiper-pagination\"><\/div>\n        \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\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3c98ae5 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"3c98ae5\" 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-8962ccf\" data-id=\"8962ccf\" 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-e2b3c41 elementor-widget elementor-widget-shortcode\" data-id=\"e2b3c41\" 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-e269862 e-flex e-con-boxed e-con e-parent\" data-id=\"e269862\" 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-4b64fd7 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"4b64fd7\" 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\">How we deliver our responsive web design services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dc9e8ee e-grid e-con-full grid-with-links e-con e-child\" data-id=\"dc9e8ee\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-706bffc e-con-full e-flex e-con e-child\" data-id=\"706bffc\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fb396ea e-con-full e-flex e-con e-child\" data-id=\"fb396ea\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1408a9 elementor-widget elementor-widget-image\" data-id=\"c1408a9\" 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\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Requirement.svg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\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 class=\"elementor-element elementor-element-2db6722 elementor-widget elementor-widget-heading\" data-id=\"2db6722\" 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\">Thoughtful planning<\/h3>\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-6437a71 elementor-widget elementor-widget-text-editor\" data-id=\"6437a71\" 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>Our collaboration starts with a clear roadmap that matches your vision, breaking it into clear milestones and tasks. Risk management is baked right in, so nothing catches us off guard.<\/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<div class=\"elementor-element elementor-element-57285e3 e-con-full e-flex e-con e-child\" data-id=\"57285e3\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-568340c e-con-full e-flex e-con e-child\" data-id=\"568340c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0d34741 elementor-widget elementor-widget-image\" data-id=\"0d34741\" 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\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/bd-maintenance.svg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\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 class=\"elementor-element elementor-element-eed2df6 elementor-widget elementor-widget-heading\" data-id=\"eed2df6\" 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\">Ongoing testing<\/h3>\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-0af103d elementor-widget elementor-widget-text-editor\" data-id=\"0af103d\" 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>We create responsive designs while testing them from day one. Our teams stay connected every step of the way, making the final product look great and perform flawlessly on any device.<\/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<div class=\"elementor-element elementor-element-79a4fb3 e-con-full e-flex e-con e-child\" data-id=\"79a4fb3\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a7e105a e-con-full e-flex e-con e-child\" data-id=\"a7e105a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d0ad461 elementor-widget elementor-widget-image\" data-id=\"d0ad461\" 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\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Support.svg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\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 class=\"elementor-element elementor-element-6809ca3 elementor-widget elementor-widget-heading\" data-id=\"6809ca3\" 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\">Support for the long haul<\/h3>\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-8694967 elementor-widget elementor-widget-text-editor\" data-id=\"8694967\" 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>When it\u2019s time to go live, we\u2019re still right there with you. With stunning designs, we hand over detailed reports and documentation to make the launch process easy and clear.<\/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<div class=\"elementor-element elementor-element-a367c69 e-con-full e-flex e-con e-child\" data-id=\"a367c69\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5a321cf e-con-full e-flex e-con e-child\" data-id=\"5a321cf\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e008a03 elementor-widget elementor-widget-image\" data-id=\"e008a03\" 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\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Frame-1597886057.svg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\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 class=\"elementor-element elementor-element-558717d elementor-widget elementor-widget-heading\" data-id=\"558717d\" 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\">Crystal-clear documentation<\/h3>\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-d3d5f0c elementor-widget elementor-widget-text-editor\" data-id=\"d3d5f0c\" 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>From style guides to tutorials, we let everyone understand the design inside and out \u2014 no guesswork, no confusion \u2014 just apparent, valuable resources that keep your team entrusted.<\/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<div class=\"elementor-element elementor-element-a2d1b24 e-con-full e-flex e-con e-child\" data-id=\"a2d1b24\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7f220c1 e-con-full e-flex e-con e-child\" data-id=\"7f220c1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-12cddd9 elementor-widget elementor-widget-image\" data-id=\"12cddd9\" 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\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/Icon-13.svg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\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 class=\"elementor-element elementor-element-ad87fb8 elementor-widget elementor-widget-heading\" data-id=\"ad87fb8\" 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\">Designs that adapt and evolve<\/h3>\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-3f46730 elementor-widget elementor-widget-text-editor\" data-id=\"3f46730\" 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>Focusing on mobile-first design and optimized performance, we guarantee your site stays ahead, providing a smooth and engaging user experience no matter how it\u2019s accessed.<\/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<div class=\"elementor-element elementor-element-9ab0a21 e-con-full e-flex e-con e-child\" data-id=\"9ab0a21\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7769cda e-con-full e-flex e-con e-child\" data-id=\"7769cda\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cf07dc4 elementor-widget elementor-widget-image\" data-id=\"cf07dc4\" 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\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/01\/mob-app.svg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\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 class=\"elementor-element elementor-element-b60a841 elementor-widget elementor-widget-heading\" data-id=\"b60a841\" 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\">Reviews that raise the bar<\/h3>\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-75b6c41 elementor-widget elementor-widget-text-editor\" data-id=\"75b6c41\" 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>Every design element goes through a review process \u2014 peer critiques, team discussions, and constant refinement. This results in a polished look that\u2019s ready to wow your audience.<\/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>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0199f3a e-grid e-con-full e-con e-child\" data-id=\"0199f3a\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-970c215 e-con-full e-flex e-con e-child\" data-id=\"970c215\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8485e82 img900500 elementor-widget elementor-widget-image\" data-id=\"8485e82\" 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=\"1350\" height=\"750\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/04\/Team-Innowise-1.jpg\" class=\"attachment-full size-full wp-image-182128\" alt=\"image for CTA\" srcset=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/04\/Team-Innowise-1.jpg 1350w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/04\/Team-Innowise-1-300x167.jpg 300w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/04\/Team-Innowise-1-1024x569.jpg 1024w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/04\/Team-Innowise-1-768x427.jpg 768w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/04\/Team-Innowise-1-18x10.jpg 18w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/04\/elementor\/thumbs\/Team-Innowise-1-r50skrbqr7gzf1bl06a4lio7gw0p8sez331f6aufm0.jpg 900w\" sizes=\"(max-width: 1350px) 100vw, 1350px\" \/>\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-e7bb8be e-con-full e-flex e-con e-child\" data-id=\"e7bb8be\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-db14437 e-con-full e-flex e-con e-child\" data-id=\"db14437\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-65cfbab elementor-widget__width-initial word-wrap-title elementor-widget elementor-widget-heading\" data-id=\"65cfbab\" 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\">Outdated tools slowing your team down?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20e0813 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"20e0813\" 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>We build solutions that simplify work and support your growth.<\/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-1ee086b elementor-align-center contact320 elementor-widget elementor-widget-button\" data-id=\"1ee086b\" 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\">Reach out<\/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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5f23159 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5f23159\" 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-510b2db\" data-id=\"510b2db\" 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-cfb2a98 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"cfb2a98\" 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 our customers think<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-790aabc e-con-full e-flex e-con e-parent\" data-id=\"790aabc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-533cb9c elementor-widget elementor-widget-html\" data-id=\"533cb9c\" 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=\"c-section__background c-section__background\">\n  <div class=\"c-section__container p-mad-testimonials__section-container\">\n    <div class=\"c-section__body\">\n\n      <div class=\"p-mad-testimonials__swiper\">\n        <div class=\"swiper\">\n          <div class=\"swiper-wrapper\">\n              \n            <div class=\"swiper-slide p-mad-testimonial\">\n              <div class=\"p-mad-testimonial__cite-author\">\n                <div class=\"p-mad-testimonial__author\">\n                  <span class=\"p-mad-testimonial__author-name\">David Roberts<\/span>\n                  <span>CEO<\/span>\n                  <span>ReVerb<\/span>\n                <\/div>\n                <div class=\"p-mad-testimonial__company-icon-wrapper\">\n                  <img decoding=\"async\" class=\"p-mad-testimonial__company-icon\"\n                    src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/12\/Reverb.svg\" alt=\"company's logo\">\n                <\/div>\n              <\/div>\n              <div class=\"p-mad-testimonial__cite-details\">\n                <p class=\"p-mad-testimonial__cite\">\u201cInnowise's commitment to maintaining an excellent service standard was impressive. They fostered a collaborative team environment, especially during unforeseen external challenges, it was particularly noteworthy.\u201d<\/p>\n                <ul class=\"p-mad-testimonial__details\">\n                  <li>\n                    <span class=\"p-mad-testimonial__details-term\">Industry<\/span>\n                    <span class=\"p-mad-testimonial__details-desc\">Advertising & Marketing<\/span>\n                  <\/li>\n                  <li>\n                    <span class=\"p-mad-testimonial__details-term\">Team size<\/span>\n                    <span class=\"p-mad-testimonial__details-desc\">5 specialists<\/span>\n                  <\/li>\n                  <li>\n                    <span class=\"p-mad-testimonial__details-term\">Duration<\/span>\n                    <span class=\"p-mad-testimonial__details-desc\">6 months<\/span>\n                  <\/li>\n                  <li>\n                    <span class=\"p-mad-testimonial__details-term\">Services<\/span>\n                    <span class=\"p-mad-testimonial__details-desc\">Web development, UX\/UI and graphic design<\/span>\n                  <\/li>\n                <\/ul>\n              <\/div>\n            <\/div>\n\n            <div class=\"swiper-slide p-mad-testimonial\">\n              <div class=\"p-mad-testimonial__cite-author\">\n                <div class=\"p-mad-testimonial__author\">\n                  <span class=\"p-mad-testimonial__author-name\">Andreas Huber<\/span>\n                  <span>Company Owner<\/span>\n                  <span>INDI Solutions & Consulting<\/span>\n                <\/div>\n                <div class=\"p-mad-testimonial__company-icon-wrapper\">\n                  <img decoding=\"async\" class=\"p-mad-testimonial__company-icon\"\n                    src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/10\/indi_solutions_consulting_logo-1.png\" alt=\"company's logo\">\n                <\/div>\n              <\/div>\n              <div class=\"p-mad-testimonial__cite-details\">\n                <p class=\"p-mad-testimonial__cite\">\u201cWe are pleased to recommend Innowise as a reliable IT outsourcing partner and highly appreciate their attention to detail and professionalism.\u201d\n                <\/p>\n                <ul class=\"p-mad-testimonial__details\">\n                  <li>\n                    <span class=\"p-mad-testimonial__details-term\">Industry<\/span>\n                    <span class=\"p-mad-testimonial__details-desc\">IT services<\/span>\n                  <\/li>\n                  <li>\n                    <span class=\"p-mad-testimonial__details-term\">Team size<\/span>\n                    <span class=\"p-mad-testimonial__details-desc\">1 specialist<\/span>\n                  <\/li>\n                  <li>\n                    <span class=\"p-mad-testimonial__details-term\">Duration<\/span>\n                    <span class=\"p-mad-testimonial__details-desc\">1 month<\/span>\n                  <\/li>\n                  <li>\n                    <span class=\"p-mad-testimonial__details-term\">Services<\/span>\n                    <span class=\"p-mad-testimonial__details-desc\">Staff augmentation<\/span>\n                  <\/li>\n                <\/ul>\n              <\/div>\n            <\/div>\n              \n            <div class=\"swiper-slide p-mad-testimonial\">\n                  <div class=\"p-mad-testimonial__cite-author\">\n                      <div class=\"p-mad-testimonial__author\">\n                        <span class=\"p-mad-testimonial__author-name\">Alice Bodnar<\/span>\n                        <span>COO<\/span>\n                        <span>Atlas Guides<\/span>\n                      <\/div>\n                      <div class=\"p-mad-testimonial__company-icon-wrapper\">\n                        <img decoding=\"async\" class=\"p-mad-testimonial__company-icon\"\n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/Frame-1410119457.svg\"\n                             alt=\"company's logo\">\n                      <\/div>\n                  <\/div>\n                  <div class=\"p-mad-testimonial__cite-details\">\n                    <p class=\"p-mad-testimonial__cite\">\u201cInnowise\u2019s work met all expectations. The team was efficient, prompt, and on top of their project deliverables. Customers can expect an experienced team that offers an array of business services.\u201d\n                    <\/p>\n                    <ul class=\"p-mad-testimonial__details\">\n                      <li>\n                          <span class=\"p-mad-testimonial__details-term\">Industry<\/span>\n                          <span class=\"p-mad-testimonial__details-desc\">Software<\/span>\n                      <\/li>\n                      <li>\n                          <span class=\"p-mad-testimonial__details-term\">Team size<\/span>\n                          <span class=\"p-mad-testimonial__details-desc\">8 specialists<\/span>\n                      <\/li>\n                      <li>\n                          <span class=\"p-mad-testimonial__details-term\">Duration<\/span>\n                          <span class=\"p-mad-testimonial__details-desc\">24+ months<\/span>\n                      <\/li>\n                      <li>\n                          <span class=\"p-mad-testimonial__details-term\">Services<\/span>\n                          <span class=\"p-mad-testimonial__details-desc\">Mobile development<\/span>\n                      <\/li>\n                    <\/ul>\n                  <\/div>\n              <\/div>\n            \n            \n              \n\n          <\/div>\n          <div class=\"swiper-pagination\"><\/div>\n\n        <\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n<\/div>\n\n<!--<script defer src=\"\/wp-content\/themes\/hello-elementor\/assets\/js\/swipe-dev-services.js\"><\/script>-->\n\n<script>\n(()=>{\n    const options = {\n      grabCursor: true,\n      slidesPerView: 1,\n      spaceBetween: 20,\n      freeMode: {\n          enabled:true, sticky:true\n      },\n      pagination: {\n        el: '.swiper-pagination',\n        clickable:true\n      },\n      breakpoints: {\n         768: {\n          spaceBetween: 40\n         }\n        },\n    };\n    \n    let swiper;\n    \n    const initSwiper = (options) => {\n      swiper = new Swiper('.p-mad-testimonials__swiper .swiper', options);\n      swiper.autoplay.stop();\n    };\n    \n    const mediaQueryList = window.matchMedia('(min-width: 1px)');\n    \n    const onMediaQueryChange = (e) => {\n      if (!e.matches && swiper) {\n        swiper.disable();\n      } else if (e.matches && !swiper) {\n        initSwiper(options);\n      } else if (e.matches) {\n        swiper.enable();\n      }\n    };\n    \n    if (mediaQueryList.matches) {\n      initSwiper(options);\n    }\n    \n    mediaQueryList.addEventListener('change', onMediaQueryChange);\n})()\n<\/script>\n\n              \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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-116b965 net-14 dt-15 faq-1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"116b965\" 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-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-38286a8\" data-id=\"38286a8\" 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-bb3a892 elementor-widget elementor-widget-heading\" data-id=\"bb3a892\" 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\">FAQ<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f38300e e-con-full net-142 dt-15-2 e-flex e-con e-parent\" data-id=\"f38300e\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f437e77 e-con-full e-flex e-con e-child\" data-id=\"f437e77\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bbf5ef7 faq elementor-widget elementor-widget-html\" data-id=\"bbf5ef7\" 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=\"c-section__container\">\n    <div class=\"custom-faq-acc__container\">\n\n        <div class=\"c-accordion--faq custom-faq-acc__accordion\">\n\n\n            <div class=\"c-accordion__item\">\n                <div class=\"c-accordion__trigger custom-faq-acc__accordion-trigger\">\n                    <div class=\"c-accordion__header\">\n                        <button class=\"c-accordion__toggle-button\">\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2022\/02\/open-accordion.svg\"\n                                alt=\"toggle-icon\">\n                        <\/button>\n                        <span class=\"c-accordion__title\">What are responsive web design services?<\/span>\n                    <\/div>\n                    <div class=\"c-accordion__panel custom-faq-acc__content\">\n\n                        <div class=\"custom-faq-acc__content__column\">\n                            <p>Responsive web design services involve creating websites that automatically adjust their layout and design to provide an optimal viewing experience across devices, covering desktops, tablets, and smartphones. These services typically include flexible grid layouts, scalable images, and media queries to ensure the site looks great and functions well on any screen size.<\/p>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"c-accordion__item\">\n                <div class=\"c-accordion__trigger custom-faq-acc__accordion-trigger\">\n                    <div class=\"c-accordion__header\">\n                        <button class=\"c-accordion__toggle-button\">\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2022\/02\/open-accordion.svg\"\n                                alt=\"toggle-icon\">\n                        <\/button>\n                        <span class=\"c-accordion__title\">What are the 3 basic things required for responsive web design?<\/span>\n                    <\/div>\n                    <div class=\"c-accordion__panel custom-faq-acc__content\">\n\n                        <div class=\"custom-faq-acc__content__column\">\n                            <p>Responsive web design relies on three key elements: flexible grid layouts, responsive images, and CSS media queries. Flexible grids allow the website's structure to resize proportionally across different screen sizes, providing a consistent layout. Responsive images are adjusted and scaled to fit perfectly within the design, without distortion or layout issues. CSS media queries make it possible to apply specific styles based on the device's screen size or orientation.<\/p>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"c-accordion__item\">\n                <div class=\"c-accordion__trigger custom-faq-acc__accordion-trigger\">\n                    <div class=\"c-accordion__header\">\n                        <button class=\"c-accordion__toggle-button\">\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2022\/02\/open-accordion.svg\"\n                                alt=\"toggle-icon\">\n                        <\/button>\n                        <span class=\"c-accordion__title\">Is responsive design still a thing?<\/span>\n                    <\/div>\n                    <div class=\"c-accordion__panel custom-faq-acc__content\">\n\n                        <div class=\"custom-faq-acc__content__column\">\n                            <p>Responsive design is as important as ever. With mobile devices leading the way in online traffic, having a site that adjusts effortlessly to any screen size is key to keeping visitors engaged. Search engines like Google also give priority to mobile-friendly websites, which means a responsive design isn\u2019t just about user experience \u2014 it\u2019s also a smart move for better visibility. Our responsive web design services help you connect with your audience wherever they are, on any device. Let\u2019s discuss how we can better collaborate on that.<\/p>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n\n        <\/div>\n\n        \n    <\/div>\n\n<\/div>\n\n    <script src=\"https:\/\/innowise.com\/wp-content\/themes\/hello-elementor\/assets\/js\/accordion.min.js\"><\/script>\n\n    <script>\n        window.addEventListener(\"DOMContentLoaded\", (event) => {\n\n            const siteLanguage = document.documentElement.getAttribute(\"lang\").toLowerCase();\n\n            function initAccordion(element) {\n                if (!element) return;\n\n                new Accordion(element, {\n                    duration: 200,\n                    showMultiple: false,\n                    onOpen: function (currentElement) {\n                        const img = currentElement.querySelector('.c-accordion__toggle-button img');\n                        img.src = 'https:\/\/innowise.com\/wp-content\/uploads\/2022\/02\/close-accordion.svg';\n                    },\n                    onClose: function (currentElement) {\n                        const img = currentElement.querySelector('.c-accordion__toggle-button img');\n                        img.src = 'https:\/\/innowise.com\/wp-content\/uploads\/2022\/02\/open-accordion.svg';\n                    },\n                    elementClass: 'c-accordion__item',\n                    triggerClass: 'c-accordion__trigger',\n                    panelClass: 'c-accordion__panel',\n                    activeClass: 'c-accordion__item_active',\n                });\n            }\n\n\n            initAccordion(document.querySelector(\".c-accordion--faq\"))\n        })\n    <\/script>\n\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-7c6f606 e-con-full e-flex e-con e-child\" data-id=\"7c6f606\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46e5770 elementor-widget elementor-widget-html\" data-id=\"46e5770\" 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=\"faq-cta\">\n    <p class=\"faq-cta__text\">\n        Feel free to book a call and get all the answers you need.\n    <\/p>\n    <a class=\"faq-cta__link\" href=\"#contact-form\">\n        Book a call\n    <\/a>\n<\/div>\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\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-025a9ab e-flex e-con-boxed e-con e-parent\" data-id=\"025a9ab\" 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-ab149e2 elementor-widget elementor-widget-shortcode\" data-id=\"ab149e2\" 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-f100240-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"100240\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/nl\/wp-json\/wp\/v2\/pages\/176969#wpcf7-f100240-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=\"100240\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f100240-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#form-templates .contact__info {\n  background-color: #f4f4f4;\n  padding: 70px 44px 70px 50px;\n  position: relative;\n  max-width: 540px;\n  width: 100%;\nborder: 1px solid #AEB1B7;\n}\n\n#form-templates .contact__info-background {\n  z-index: -1;\n  position: absolute;\n  top: 20px;\n  left: 20px;\n  width: 100%;\n  height: 100%;\n  border: 1px dashed #ef4557;\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  row-gap: 20px;\n  border-left: 1px solid #2e2e2e;\n}\n\n#form-templates .contact__info-block {\n  position: relative;\n  padding-left: 45px;\n}\n\n#form-templates .contact__info-block:last-child {\n  box-shadow: -1px 0 0 1px #f4f4f4;\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  #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<\/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\t\t<\/div>\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>Responsive web design services With our responsive web design services, you\u2019ll be able to reach a wider audience and provide an excellent user experience, no matter how your clients access the site. Contact us 100+ web development projects 40+ website experts 80% senior &#038; mid-level specialists With our responsive web design services, you\u2019ll be able [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":188933,"parent":178651,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-176969","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/innowise.com\/nl\/wp-json\/wp\/v2\/pages\/176969","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innowise.com\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/innowise.com\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/innowise.com\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/innowise.com\/nl\/wp-json\/wp\/v2\/comments?post=176969"}],"version-history":[{"count":0,"href":"https:\/\/innowise.com\/nl\/wp-json\/wp\/v2\/pages\/176969\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/innowise.com\/nl\/wp-json\/wp\/v2\/pages\/178651"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/innowise.com\/nl\/wp-json\/wp\/v2\/media\/188933"}],"wp:attachment":[{"href":"https:\/\/innowise.com\/nl\/wp-json\/wp\/v2\/media?parent=176969"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}