{"id":8046,"date":"2025-10-13T00:35:44","date_gmt":"2025-10-12T22:35:44","guid":{"rendered":"https:\/\/fenomenalno.com\/dizajn\/?page_id=8046"},"modified":"2026-01-04T21:39:30","modified_gmt":"2026-01-04T20:39:30","slug":"contact","status":"publish","type":"page","link":"https:\/\/fenomenalno.com\/dizajn\/en\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8046\" class=\"elementor elementor-8046\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e6c53f2 e-con-full header-wrapper-en z-top e-flex e-con e-parent\" data-id=\"6e6c53f2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-2ba95361 e-con-full header-inner-en e-flex e-con e-child\" data-id=\"2ba95361\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d2cf1f3 elementor-widget elementor-widget-html\" data-id=\"3d2cf1f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- DESKTOP HEADER - ENGLISH -->\n<div class=\"desktop-only-en\">\n  <header class=\"header-container-en\">\n    <div class=\"menu-widget-en\">\n      \n      <!-- Logo -->\n      <a class=\"custom-logo-link-en\" href=\"https:\/\/fenomenalno.com\/dizajn\/en\/\" aria-label=\"Home\">\n        <img decoding=\"async\" class=\"custom-logo-en lazyload\" data-src=\"https:\/\/fenomenalno.com\/dizajn\/wp-content\/uploads\/2025\/05\/favicon.png\" alt=\"Logo\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 512px; --smush-placeholder-aspect-ratio: 512\/512;\" \/>\n      <\/a>\n      \n      <!-- Hamburger Menu Button -->\n      <div class=\"menu-toggle-en\" tabindex=\"0\" role=\"button\" aria-expanded=\"false\" aria-controls=\"dropdownMenuEn\">\n        <svg class=\"hamburger-icon-en\" width=\"22\" height=\"16\" viewBox=\"0 0 22 16\">\n          <line class=\"line line1\" x1=\"0\" y1=\"1\" x2=\"22\" y2=\"1\" stroke=\"#14154C\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n          <line class=\"line line2\" x1=\"0\" y1=\"8\" x2=\"22\" y2=\"8\" stroke=\"#14154C\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n          <line class=\"line line3\" x1=\"0\" y1=\"15\" x2=\"22\" y2=\"15\" stroke=\"#14154C\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n        <\/svg>\n        <span id=\"menu-text-en\">Menu<\/span>\n      <\/div>\n      \n      <!-- Text Logo -->\n      <div class=\"fenomenalno-header-en\"> <span class=\"first-letter-en\">f<\/span>enomenaln<span class=\"last-o-en\">o<\/span><span class=\"header-exclamation-en\">.<\/span> <\/div>\n      \n      <!-- Navigation -->\n      <nav id=\"dropdownMenuEn\" class=\"dropdown-menu-en\" aria-label=\"Main menu\">\n        <ul>\n          <li><a href=\"https:\/\/fenomenalno.com\/dizajn\/en\">Home<\/a><\/li>\n          <li><a href=\"https:\/\/fenomenalno.com\/dizajn\/en\/#services\">Services<\/a><\/li>\n          <li><a href=\"https:\/\/fenomenalno.com\/dizajn\/en\/#projects\">Projects<\/a><\/li>\n          <li><a href=\"https:\/\/fenomenalno.com\/dizajn\/en\/#principles\">5 Principles<\/a><\/li>\n          <li><a href=\"https:\/\/fenomenalno.com\/dizajn\/en\/contact\/#q&a\">Questions &amp; Answers<\/a><\/li>\n          <li><a href=\"https:\/\/fenomenalno.com\/dizajn\/en\/contact\/#resources\">Gifts for You<\/a><\/li>\n          <li><a href=\"https:\/\/fenomenalno.com\/dizajn\/en\/contact\/\">Contact<\/a><\/li>\n        <\/ul>\n      <\/nav>\n      \n      <!-- Language Switcher -->\n      <div class=\"language-switcher-en\">\n        <a href=\"https:\/\/fenomenalno.com\/dizajn\/\" class=\"lang-link-en\" aria-label=\"Prebaci na srpski\">\n          \ud83c\udf10 SR\n        <\/a>\n      <\/div>\n      \n      <!-- Contact Button -->\n      <a class=\"header-button-en\" href=\"https:\/\/fenomenalno.com\/dizajn\/en\/contact\/\">Contact<\/a>\n      \n    <\/div>\n  <\/header>\n<\/div>\n\n<script>\n(function() {\n  'use strict';\n  \n  function initHeaderMenu() {\n    var menuToggle = document.querySelector('.menu-toggle-en');\n    var dropdownMenu = document.querySelector('.dropdown-menu-en');\n    \n    if (!menuToggle || !dropdownMenu) {\n      console.log('Menu elements not found');\n      return;\n    }\n    \n    console.log('Menu initialized successfully');\n    \n    \/\/ Funkcija za zatvaranje menija\n    function closeMenu() {\n      menuToggle.classList.remove('open');\n      dropdownMenu.classList.remove('show');\n      menuToggle.setAttribute('aria-expanded', 'false');\n    }\n    \n    \/\/ Otvaranje\/zatvaranje menija\n    menuToggle.addEventListener('click', function(e) {\n      e.preventDefault();\n      e.stopPropagation();\n      \n      var isOpen = menuToggle.classList.contains('open');\n      \n      if (isOpen) {\n        closeMenu();\n      } else {\n        menuToggle.classList.add('open');\n        dropdownMenu.classList.add('show');\n        menuToggle.setAttribute('aria-expanded', 'true');\n      }\n      \n      console.log('Menu toggled:', !isOpen);\n    });\n    \n    \/\/ Zatvaranje kada klikne\u0161 bilo gde na ekranu (van menija)\n    document.addEventListener('click', function(event) {\n      if (!menuToggle.contains(event.target) && !dropdownMenu.contains(event.target)) {\n        closeMenu();\n      }\n    });\n    \n    \/\/ Zatvaranje kada pritisne\u0161 ESC taster\n    document.addEventListener('keydown', function(event) {\n      if (event.key === 'Escape' || event.key === 'Esc') {\n        if (menuToggle.classList.contains('open')) {\n          closeMenu();\n          console.log('Menu closed with ESC key');\n        }\n      }\n    });\n    \n    \/\/ Zatvaranje kada klikne\u0161 na link u meniju\n    var menuLinks = dropdownMenu.querySelectorAll('a');\n    for (var i = 0; i < menuLinks.length; i++) {\n      menuLinks[i].addEventListener('click', function() {\n        closeMenu();\n      });\n    }\n  }\n  \n  \/\/ Inicijalizacija\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', initHeaderMenu);\n  } else {\n    initHeaderMenu();\n  }\n  \n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-932b500 e-con-full e-flex e-con e-parent\" data-id=\"932b500\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-2724222 e-con-full e-flex e-con e-child\" data-id=\"2724222\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9591bb7 elementor-widget elementor-widget-heading\" data-id=\"9591bb7\" data-element_type=\"widget\" data-e-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\">CONTACT<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b9d7531 elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"b9d7531\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d81d80d elementor-widget elementor-widget-html\" data-id=\"d81d80d\" data-element_type=\"widget\" data-e-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        .kontakt-email {\n            position: relative;\n            display: inline-block;\n            font-family: 'Raleway', sans-serif;\n            font-size: clamp(2rem, 5vw, 4rem); \/* Responsive font size - ve\u0107a slova *\/\n            font-weight: 600;\n            color: #14154C;\n            cursor: pointer;\n            transition: color 0.4s ease;\n            word-break: break-all; \/* Omogu\u0107ava prelom dugih email adresa *\/\n        }\n        \n        .kontakt-email::after {\n            content: \"\";\n            position: absolute;\n            left: 0;\n            bottom: 0;\n            height: clamp(2px, 0.5vw, 4px); \/* Responsive underline thickness *\/\n            width: 0;\n            background: #FA4F29;\n            transition: width 0.4s ease;\n        }\n        \n        .kontakt-email:hover {\n            color: #FA4F29;\n        }\n        \n        .kontakt-email:hover::after {\n            width: 100%;\n        }\n\n        \/* Media queries za dodatnu kontrolu *\/\n        @media (max-width: 768px) {\n            .kontakt-email {\n                font-size: 2.5rem; \/* Ve\u0107e slovo na tablet *\/\n            }\n        }\n\n        @media (max-width: 480px) {\n            .kontakt-email {\n                font-size: 1.8rem; \/* Ve\u0107e slovo na mobilnom *\/\n                word-break: break-word; \/* Bolje lomljenje re\u010di na mobilnom *\/\n            }\n            \n            .kontakt-email::after {\n                height: 2px; \/* Tanja linija na mobilnom *\/\n            }\n        }\n\n        @media (max-width: 320px) {\n            .kontakt-email {\n                font-size: 1.5rem; \/* Ve\u0107e slovo za male ekrane *\/\n            }\n        }\n    <\/style>\n    <a href=\"mailto:dizajn@fenomenalno.com\" class=\"kontakt-email\">dizajn@fenomenalno.com<\/a>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0273f71 elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"0273f71\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b480645 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"b480645\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+381641817744 | +38260022532<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bd37acc elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"bd37acc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">WhatsApp<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-viber\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M444 49.9C431.3 38.2 379.9.9 265.3.4c0 0-135.1-8.1-200.9 52.3C27.8 89.3 14.9 143 13.5 209.5c-1.4 66.5-3.1 191.1 117 224.9h.1l-.1 51.6s-.8 20.9 13 25.1c16.6 5.2 26.4-10.7 42.3-27.8 8.7-9.4 20.7-23.2 29.8-33.7 82.2 6.9 145.3-8.9 152.5-11.2 16.6-5.4 110.5-17.4 125.7-142 15.8-128.6-7.6-209.8-49.8-246.5zM457.9 287c-12.9 104-89 110.6-103 115.1-6 1.9-61.5 15.7-131.2 11.2 0 0-52 62.7-68.2 79-5.3 5.3-11.1 4.8-11-5.7 0-6.9.4-85.7.4-85.7-.1 0-.1 0 0 0-101.8-28.2-95.8-134.3-94.7-189.8 1.1-55.5 11.6-101 42.6-131.6 55.7-50.5 170.4-43 170.4-43 96.9.4 143.3 29.6 154.1 39.4 35.7 30.6 53.9 103.8 40.6 211.1zm-139-80.8c.4 8.6-12.5 9.2-12.9.6-1.1-22-11.4-32.7-32.6-33.9-8.6-.5-7.8-13.4.7-12.9 27.9 1.5 43.4 17.5 44.8 46.2zm20.3 11.3c1-42.4-25.5-75.6-75.8-79.3-8.5-.6-7.6-13.5.9-12.9 58 4.2 88.9 44.1 87.8 92.5-.1 8.6-13.1 8.2-12.9-.3zm47 13.4c.1 8.6-12.9 8.7-12.9.1-.6-81.5-54.9-125.9-120.8-126.4-8.5-.1-8.5-12.9 0-12.9 73.7.5 133 51.4 133.7 139.2zM374.9 329v.2c-10.8 19-31 40-51.8 33.3l-.2-.3c-21.1-5.9-70.8-31.5-102.2-56.5-16.2-12.8-31-27.9-42.4-42.4-10.3-12.9-20.7-28.2-30.8-46.6-21.3-38.5-26-55.7-26-55.7-6.7-20.8 14.2-41 33.3-51.8h.2c9.2-4.8 18-3.2 23.9 3.9 0 0 12.4 14.8 17.7 22.1 5 6.8 11.7 17.7 15.2 23.8 6.1 10.9 2.3 22-3.7 26.6l-12 9.6c-6.1 4.9-5.3 14-5.3 14s17.8 67.3 84.3 84.3c0 0 9.1.8 14-5.3l9.6-12c4.6-6 15.7-9.8 26.6-3.7 14.7 8.3 33.4 21.2 45.8 32.9 7 5.7 8.6 14.4 3.8 23.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Viber<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-telegram-plane\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Telegram<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-608be11 elementor-widget elementor-widget-html\" data-id=\"608be11\" data-element_type=\"widget\" data-e-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=\"quote-container\" id=\"quoteContainer\">\n        <div class=\"quote-marks opening\">\"<\/div>\n        <div class=\"quote-marks closing\">\"<\/div>\n        <div class=\"quote-text\" id=\"quoteText\"><\/div>\n        <div class=\"author-section\" id=\"authorSection\" style=\"opacity: 0;\">\n            <div class=\"author-lines\">\n                <div class=\"line\"><\/div>\n                <div class=\"author-name\" id=\"authorName\"><\/div>\n                <div class=\"line\"><\/div>\n            <\/div>\n        <\/div>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9537e2 elementor-hidden-desktop elementor-widget elementor-widget-heading\" data-id=\"a9537e2\" data-element_type=\"widget\" data-e-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\">Contact Form<\/h2>\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-7c6bd86 e-con-full e-flex e-con e-child\" data-id=\"7c6bd86\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e1fb612 elementor-widget elementor-widget-wpforms\" data-id=\"e1fb612\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wpforms.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style id=\"wpforms-css-vars-elementor-widget-e1fb612\">\n\t\t\t\t.elementor-widget-wpforms.elementor-element-e1fb612 {\n\t\t\t\t--wpforms-field-text-color: #00000061;\n--wpforms-label-color: #000000B8;\n--wpforms-field-background-color: #F0F8FF;\n--wpforms-button-background-color: #F0F8FF;\n--wpforms-button-text-color: #14154C;\n--wpforms-button-size-font-size: 20px;\n--wpforms-button-size-height: 48px;\n--wpforms-button-size-padding-h: 20px;\n--wpforms-button-size-margin-top: 15px;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-8192\"><form id=\"wpforms-form-8192\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"8192\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/dizajn\/wp-json\/wp\/v2\/pages\/8046\" data-token=\"bb33b449dbea1917b75e4be72e64bdd7\" data-token-time=\"1776411780\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-8192-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-8192-field_1\">Full Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-8192-field_1\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][1]\" placeholder=\"Your Name\" aria-errormessage=\"wpforms-8192-field_1-error\" required><\/div>\t\t<div id=\"wpforms-8192-field_6-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"6\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-8192-field_6\" >Project Project You<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-8192-field_6\" class=\"wpforms-field-medium\" name=\"wpforms[fields][6]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-8192-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><label class=\"wpforms-field-label\" for=\"wpforms-8192-field_2\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"email\" id=\"wpforms-8192-field_2\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][2]\" spellcheck=\"false\" aria-errormessage=\"wpforms-8192-field_2-error\" required><\/div><div id=\"wpforms-8192-field_4-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-8192-field_4\">Your Website<\/label><input type=\"text\" id=\"wpforms-8192-field_4\" class=\"wpforms-field-medium\" name=\"wpforms[fields][4]\" placeholder=\"Your Website URL (if you have one)\" aria-errormessage=\"wpforms-8192-field_4-error\" ><\/div><div id=\"wpforms-8192-field_5-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-modern\" data-field-id=\"5\"><label class=\"wpforms-field-label\" for=\"wpforms-8192-field_5\">Type of Website You Need <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-8192-field_5\" class=\"wpforms-field-medium wpforms-field-required choicesjs-select\" data-size-class=\"wpforms-field-row wpforms-field-medium\" data-search-enabled=\"\" name=\"wpforms[fields][5][]\" required=\"required\" multiple=\"multiple\"><option value=\"\" class=\"placeholder\" disabled >--- Select Website Type ---<\/option><option value=\"Business Website\"  class=\"choice-1 depth-1\"  >Business Website<\/option><option value=\"Portfolio\"  class=\"choice-2 depth-1\"  >Portfolio<\/option><option value=\"E-commerce\"  class=\"choice-3 depth-1\"  >E-commerce<\/option><option value=\"Other\"  class=\"choice-4 depth-1\"  >Other<\/option><\/select><\/div><div id=\"wpforms-8192-field_14-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-modern\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-8192-field_14\">Project Budget<\/label><select id=\"wpforms-8192-field_14\" class=\"wpforms-field-medium choicesjs-select\" data-size-class=\"wpforms-field-row wpforms-field-medium\" data-search-enabled=\"\" name=\"wpforms[fields][14]\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select your budget ---<\/option><option value=\"&lt;500\u20ac\"  class=\"choice-1 depth-1\"  >&lt;500\u20ac<\/option><option value=\"500 \u2013 1000 \u20ac\"  class=\"choice-2 depth-1\"  >500 \u2013 1000 \u20ac<\/option><option value=\"1000 \u2013 2000 \u20ac\"  class=\"choice-3 depth-1\"  >1000 \u2013 2000 \u20ac<\/option><option value=\"2000+ \u20ac\"  class=\"choice-4 depth-1\"  >2000+ \u20ac<\/option><option value=\"Not sure\"  class=\"choice-5 depth-1\"  >Not sure<\/option><\/select><\/div><div id=\"wpforms-8192-field_8-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-modern\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-8192-field_8\">Project Deadline<\/label><select id=\"wpforms-8192-field_8\" class=\"wpforms-field-medium choicesjs-select\" data-size-class=\"wpforms-field-row wpforms-field-medium\" data-search-enabled=\"\" name=\"wpforms[fields][8]\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>Select a deadline<\/option><option value=\"Flexible\"  class=\"choice-5 depth-1\"  >Flexible<\/option><option value=\"As soon as possible\"  class=\"choice-2 depth-1\"  >As soon as possible<\/option><option value=\"Within the next month\"  class=\"choice-3 depth-1\"  >Within the next month<\/option><option value=\"Specific date\"  class=\"choice-4 depth-1\"  >Specific date<\/option><\/select><\/div><div id=\"wpforms-8192-field_11-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"11\"><label class=\"wpforms-field-label\" for=\"wpforms-8192-field_11\">Do you have a specific deadline?<\/label><input type=\"text\" id=\"wpforms-8192-field_11\" class=\"wpforms-field-medium\" name=\"wpforms[fields][11]\" placeholder=\"Enter the date\" aria-errormessage=\"wpforms-8192-field_11-error\" ><\/div><div id=\"wpforms-8192-field_3-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"3\"><label class=\"wpforms-field-label\" for=\"wpforms-8192-field_3\">Project Details<\/label><textarea id=\"wpforms-8192-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" placeholder=\"Briefly describe your project, the goals you want to achieve, and the features you expect from the website (e.g., gallery, contact form, blog, online store\u2026). Let your imagination run wild!\" aria-errormessage=\"wpforms-8192-field_3-error\" ><\/textarea><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-8192-field_6-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-8192-field_6-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-8192-field_6-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"8192\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/fenomenalno.com\/dizajn\/wp-json\/wp\/v2\/pages\/8046\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-8192\" class=\"wpforms-submit\" data-alt-text=\"Sending\u2026\" data-submit-text=\"SEND INQUIRY\" aria-live=\"assertive\" value=\"wpforms-submit\">SEND INQUIRY<\/button><img decoding=\"async\" data-src=\"https:\/\/fenomenalno.com\/dizajn\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner lazyload\" style=\"--smush-placeholder-width: 26px; --smush-placeholder-aspect-ratio: 26\/26;display: none;\" width=\"26\" height=\"26\" alt=\"Loading\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\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-629f7d5 e-con-full e-flex e-con e-parent\" data-id=\"629f7d5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1074940 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"1074940\" data-element_type=\"widget\" data-e-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 style=\"font-family: 'Raleway', sans-serif; font-size: 12px; color: #333;\">By sending this message, you confirm that you have read and agree to our<a style=\"color: #1e73be; text-decoration: underline;\" href=\"https:\/\/fenomenalno.com\/dizajn\/privacy-policy-2\/\" target=\"_blank\" rel=\"noopener\">\u00a0 Privacy Policy<\/a>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4e436df e-con-full e-flex e-con e-parent\" data-id=\"4e436df\" data-element_type=\"container\" data-e-type=\"container\" id=\"q&amp;a\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-109e354 elementor-widget elementor-widget-heading\" data-id=\"109e354\" data-element_type=\"widget\" data-e-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 \u2013 Ask Away<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-faa512b elementor-widget elementor-widget-text-editor\" data-id=\"faa512b\" data-element_type=\"widget\" data-e-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>This section covers the most <strong>frequently asked questions<\/strong> about web design \u2014 from <strong>pricing<\/strong> and <strong>timelines<\/strong> to <strong>maintenance<\/strong> and additional services.<br data-start=\"1149\" data-end=\"1152\" \/>If anything\u2019s still unclear, feel free to reach out for quick, friendly help.<\/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-92eb328 faq-widget elementor-widget elementor-widget-n-accordion\" data-id=\"92eb328\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1540\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1540\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> How much does a website cost? <\/h3><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1540\" class=\"elementor-element elementor-element-0580578 e-con-full e-flex e-con e-child\" data-id=\"0580578\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a58a48 elementor-widget elementor-widget-text-editor\" data-id=\"2a58a48\" data-element_type=\"widget\" data-e-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>The <strong>cost depends<\/strong> on the type and complexity of the website. <strong>Simple websites<\/strong> usually range from <strong>\u20ac300\u2013\u20ac800<\/strong>, while more <strong>complex projects<\/strong>, like online stores, <strong>are higher.<\/strong> The initial <strong>consultation<\/strong> and project quote are <strong>free<\/strong>, and each project is generally discussed and tailored individually.<\/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<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1541\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1541\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> How long does it take to build a website? <\/h3><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1541\" class=\"elementor-element elementor-element-1e0f1a4 e-con-full e-flex e-con e-child\" data-id=\"1e0f1a4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c6932fd elementor-widget elementor-widget-text-editor\" data-id=\"c6932fd\" data-element_type=\"widget\" data-e-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>On average, <strong>small projects<\/strong> take <strong>1\u20132 weeks,<\/strong> while <strong>larger projects<\/strong> usually require <strong>4\u20138 weeks,<\/strong> depending on the scope of work and the readiness of materials.<\/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<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1542\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1542\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Do you offer website maintenance after launch? <\/h3><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1542\" class=\"elementor-element elementor-element-52176b0 e-con-full e-flex e-con e-child\" data-id=\"52176b0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-468d0fb elementor-widget elementor-widget-text-editor\" data-id=\"468d0fb\" data-element_type=\"widget\" data-e-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>Monthly <strong>website maintenance<\/strong> packages are available, including <strong>backups, updates, and content changes.<\/strong><br data-start=\"231\" data-end=\"234\" \/>Maintenance plans <strong>start at \u20ac50<\/strong> per month.<\/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<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1543\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1543\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Which platforms do you use to build websites? <\/h3><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1543\" class=\"elementor-element elementor-element-25de622 e-flex e-con-boxed e-con e-child\" data-id=\"25de622\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f72c60 elementor-widget elementor-widget-text-editor\" data-id=\"3f72c60\" data-element_type=\"widget\" data-e-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>Websites are built using platforms like <strong>WordPress and Wix<\/strong>, depending on the project\u2019s needs.<br data-start=\"213\" data-end=\"216\" \/>Both solutions offer modern design, functionality, and the ability to edit content later.<\/p>\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\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1544\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1544\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Will the website be mobile-friendly? <\/h3><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1544\" class=\"elementor-element elementor-element-2294cd3 e-flex e-con-boxed e-con e-child\" data-id=\"2294cd3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bd43ae1 elementor-widget elementor-widget-text-editor\" data-id=\"bd43ae1\" data-element_type=\"widget\" data-e-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 project is <strong>fully responsive,<\/strong> which means it will display correctly <strong>on mobile phones, tablets, and desktop computers.<\/strong><\/p>\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\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1545\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"6\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1545\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Is the website optimized for Google and other search engines? <\/h3><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1545\" class=\"elementor-element elementor-element-5f683dd e-flex e-con-boxed e-con e-child\" data-id=\"5f683dd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f813e2 elementor-widget elementor-widget-text-editor\" data-id=\"2f813e2\" data-element_type=\"widget\" data-e-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>Yes. The website is built following basic <strong>SEO principles<\/strong>, including properly structured headings, meta descriptions, and fast loading times.<\/p>\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\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1546\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"7\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1546\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> How does the website creation process work? <\/h3><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1546\" class=\"elementor-element elementor-element-a077000 e-flex e-con-boxed e-con e-child\" data-id=\"a077000\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-933057f elementor-widget elementor-widget-text-editor\" data-id=\"933057f\" data-element_type=\"widget\" data-e-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><li data-start=\"126\" data-end=\"149\"><p data-start=\"129\" data-end=\"149\"><strong data-start=\"129\" data-end=\"147\">Needs Analysis<\/strong><\/p><\/li><li data-start=\"152\" data-end=\"196\"><p data-start=\"155\" data-end=\"196\"><strong data-start=\"155\" data-end=\"194\">Preparing the Proposal and Timeline<\/strong><\/p><\/li><li data-start=\"199\" data-end=\"235\"><p data-start=\"202\" data-end=\"235\"><strong data-start=\"202\" data-end=\"233\">Wireframe and Mockup Design<\/strong><\/p><\/li><li data-start=\"238\" data-end=\"274\"><p data-start=\"241\" data-end=\"274\"><strong data-start=\"241\" data-end=\"272\">Programming and Development<\/strong><\/p><\/li><li data-start=\"277\" data-end=\"315\"><p data-start=\"280\" data-end=\"315\"><strong data-start=\"280\" data-end=\"313\">Testing and Final Adjustments<\/strong><\/p><\/li><li data-start=\"318\" data-end=\"341\"><p data-start=\"321\" data-end=\"341\"><strong data-start=\"321\" data-end=\"339\">Website Launch<\/strong><\/p><\/li><\/ul>\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\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1547\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"8\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1547\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> What needs to be prepared before starting the project? <\/h3><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1547\" class=\"elementor-element elementor-element-b353799 e-flex e-con-boxed e-con e-child\" data-id=\"b353799\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ff9a4cf elementor-widget elementor-widget-text-editor\" data-id=\"ff9a4cf\" data-element_type=\"widget\" data-e-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>It\u2019s recommended to provide a <strong>logo<\/strong>, <strong>written content,<\/strong> <strong>images<\/strong>,<strong> basic company information<\/strong>, and <strong>project goals.<\/strong><br data-start=\"237\" data-end=\"240\" \/>If needed, assistance with content creation can also be provided.<\/p>\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\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1548\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"9\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1548\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> What if there is no logo or prepared content? <\/h3><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1548\" class=\"elementor-element elementor-element-3020434 e-flex e-con-boxed e-con e-child\" data-id=\"3020434\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-77724ab elementor-widget elementor-widget-text-editor\" data-id=\"77724ab\" data-element_type=\"widget\" data-e-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 data-start=\"2476\" data-end=\"2623\"><strong>Logo design<\/strong> and <strong>SEO-optimized content<\/strong> writing are available as <strong>additional services.<\/strong><\/p>\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\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1549\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"10\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1549\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Can I follow along as my website is being built? <\/h3><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1549\" class=\"elementor-element elementor-element-7e94899 e-flex e-con-boxed e-con e-child\" data-id=\"7e94899\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f98465f elementor-widget elementor-widget-text-editor\" data-id=\"f98465f\" data-element_type=\"widget\" data-e-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><strong>Yes,<\/strong> clients can track the website development process.<br data-start=\"178\" data-end=\"181\" \/><strong>Regular updates<\/strong> are provided, and you can <strong>review<\/strong> the work <strong>at different stages<\/strong> to give <strong>feedback<\/strong> and ensure the project aligns with your expectations.<\/p>\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\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-15410\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"11\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-15410\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Will I be able to edit the website content myself? <\/h3><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-15410\" class=\"elementor-element elementor-element-4245306 e-flex e-con-boxed e-con e-child\" data-id=\"4245306\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c72c055 elementor-widget elementor-widget-text-editor\" data-id=\"c72c055\" data-element_type=\"widget\" data-e-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><strong>Yes<\/strong>, you can update the website content yourself.<br data-start=\"172\" data-end=\"175\" \/>Websites are built on platforms like <strong>WordPress or Wix<\/strong>, which allow easy content editing <strong>without technical knowledge.<\/strong><\/p>\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\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-15411\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"12\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-15411\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> What should I do if a technical issue comes up? <\/h3><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-15411\" class=\"elementor-element elementor-element-7a87b30 e-flex e-con-boxed e-con e-child\" data-id=\"7a87b30\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3edbb72 elementor-widget elementor-widget-text-editor\" data-id=\"3edbb72\" data-element_type=\"widget\" data-e-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><strong>Technical support<\/strong> is available<strong> via phone, email<\/strong>, or <strong>chat<\/strong>.<br data-start=\"180\" data-end=\"183\" \/>We respond <strong>within 24 hours,<\/strong> and urgent issues are given priority.<\/p>\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\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-15412\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"13\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-15412\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Is it possible to expand the website after it\u2019s built? <\/h3><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-15412\" class=\"elementor-element elementor-element-dd422f8 e-flex e-con-boxed e-con e-child\" data-id=\"dd422f8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7aca6a elementor-widget elementor-widget-text-editor\" data-id=\"d7aca6a\" data-element_type=\"widget\" data-e-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><strong>Yes<\/strong>, the website can be expanded after it\u2019s built.<br data-start=\"173\" data-end=\"176\" \/><strong>Additional<\/strong> features, <strong>pages<\/strong>, or <strong>functionality<\/strong> can be added at <strong>any<\/strong> <strong>time<\/strong>, depending on your needs and project scope.<\/p>\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\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-15413\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"14\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-15413\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Are e-commerce websites part of your services? <\/h3><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-15413\" class=\"elementor-element elementor-element-1d120cf e-flex e-con-boxed e-con e-child\" data-id=\"1d120cf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e8be10e elementor-widget elementor-widget-text-editor\" data-id=\"e8be10e\" data-element_type=\"widget\" data-e-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><strong>Yes<\/strong>, we create <strong>e-commerce<\/strong> websites using <strong>WooCommerce<\/strong>, <strong>Shopify<\/strong>, or fully <strong>custom solutions<\/strong>, depending on your requirements.<br data-start=\"230\" data-end=\"233\" \/>These online stores are tailored to your needs, including product listings and additional features for a <strong>complete shopping experience.<\/strong><\/p>\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\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-15414\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"15\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-15414\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Do you provide website hosting services? <\/h3><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-15414\" class=\"elementor-element elementor-element-2bab223 e-flex e-con-boxed e-con e-child\" data-id=\"2bab223\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b4f2d46 elementor-widget elementor-widget-text-editor\" data-id=\"b4f2d46\" data-element_type=\"widget\" data-e-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>Hosting is not included in our services, but we can <strong>recommend<\/strong> a suitable <strong>hosting provider<\/strong> based on your project\u2019s needs.<\/p>\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\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-15415\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"16\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-15415\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> I have an existing website \u2014 can it be refreshed or redesigned? <\/h3><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-15415\" class=\"elementor-element elementor-element-bfdcf9b e-flex e-con-boxed e-con e-child\" data-id=\"bfdcf9b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-be91f3a elementor-widget elementor-widget-text-editor\" data-id=\"be91f3a\" data-element_type=\"widget\" data-e-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><strong>Yes<\/strong>, existing websites can be <strong>refreshed<\/strong> or fully <strong>redesigned<\/strong>.<br data-start=\"183\" data-end=\"186\" \/>The project can include updated design, improved functionality, and content adjustments to better suit your current goals and audience.<\/p>\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\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-15416\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"17\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-15416\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Do you work with international clients? <\/h3><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-15416\" class=\"elementor-element elementor-element-2446813 e-flex e-con-boxed e-con e-child\" data-id=\"2446813\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-57385e0 elementor-widget elementor-widget-text-editor\" data-id=\"57385e0\" data-element_type=\"widget\" data-e-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>Working with <strong>international clients<\/strong> is fully <strong>supported<\/strong>.<br data-start=\"290\" data-end=\"293\" \/>Projects can be managed entirely <strong>online<\/strong> \u2014 from consultation and design to launch and ongoing support.<\/p>\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\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d6e313 elementor-widget elementor-widget-html\" data-id=\"4d6e313\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How much does a website cost?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The cost depends on the type and complexity of the website. Simple websites usually range from \u20ac300\u2013\u20ac800, while more complex projects, like online stores, are higher. The initial consultation and project quote are free, and each project is generally discussed and tailored individually.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How long does it take to build a website?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"On average, small projects take 1\u20132 weeks, while larger projects usually require 4\u20138 weeks, depending on the scope of work and the readiness of materials.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do you offer website maintenance after launch?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Monthly website maintenance packages are available, including backups, updates, and content changes. Maintenance plans start at \u20ac50 per month.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which platforms do you use to build websites?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Websites are built using platforms like WordPress and Wix, depending on the project\u2019s needs. Both solutions offer modern design, functionality, and the ability to edit content later.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Will the website be mobile-friendly?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Every project is fully responsive, which means it will display correctly on mobile phones, tablets, and desktop computers.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the website optimized for Google and other search engines?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The website is built following basic SEO principles, including properly structured headings, meta descriptions, and fast loading times.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How does the website creation process work?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"\u2022 Needs Analysis \u2022 Preparing the Proposal and Timeline \u2022 Wireframe and Mockup Design \u2022 Programming and Development \u2022 Testing and Final Adjustments \u2022 Website Launch\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What needs to be prepared before starting the project?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It\u2019s recommended to provide a logo, written content, images, basic company information, and project goals. If needed, assistance with content creation can also be provided.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What if there is no logo or prepared content?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Logo design and SEO-optimized content writing are available as additional services.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I follow along as my website is being built?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, clients can track the website development process. Regular updates are provided, and you can review the work at different stages to give feedback and ensure the project aligns with your expectations.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Will I be able to edit the website content myself?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, you can update the website content yourself. Websites are built on platforms like WordPress or Wix, which allow easy content editing without technical knowledge.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What should I do if a technical issue comes up?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Technical support is available via phone, email, or chat. Responses are provided within 24 hours, and urgent issues are given priority.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is it possible to expand the website after it\u2019s built?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, the website can be expanded after it\u2019s built. Additional features, pages, or functionality can be added at any time, depending on your needs and project scope.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are e-commerce websites part of your services?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, e-commerce websites are built using WooCommerce, Shopify, or fully custom solutions, depending on project requirements. These online stores are tailored to your needs, including product listings and additional features for a complete shopping experience.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do you provide website hosting services?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Hosting is not included in the service, but a suitable hosting provider can be recommended based on your project\u2019s needs.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"I have an existing website \u2014 can it be refreshed or redesigned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, existing websites can be refreshed or fully redesigned. The project can include updated design, improved functionality, and content adjustments to better suit your current goals and audience.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do you work with international clients?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Working with international clients is fully supported. Projects can be managed entirely online \u2014 from consultation and design to launch and ongoing support.\"\n      }\n    }\n  ]\n}\n<\/script>\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-d9aca08 e-con-full e-flex e-con e-parent\" data-id=\"d9aca08\" data-element_type=\"container\" data-e-type=\"container\" id=\"resources\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6011b67 elementor-widget elementor-widget-heading\" data-id=\"6011b67\" data-element_type=\"widget\" data-e-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\">A Little Gift for You<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-207cd3d elementor-widget elementor-widget-text-editor\" data-id=\"207cd3d\" data-element_type=\"widget\" data-e-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 data-pm-slice=\"1 1 []\">For those who\u2019ve come this far \u2014 a little gesture of gratitude.<br data-start=\"546\" data-end=\"549\" \/>Every journey feels complete when something meaningful is shared.<\/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-40e8e1f elementor-widget elementor-widget-html\" data-id=\"40e8e1f\" data-element_type=\"widget\" data-e-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=\"container\">\n    <div class=\"gift-container\">\n        <div class=\"gift-box\" id=\"giftBox\">\n            <div class=\"gift-base\"><\/div>\n            <div class=\"ribbon-horizontal\"><\/div>\n            <div class=\"ribbon-vertical\"><\/div>\n            <div class=\"gift-lid\">\n                \ud83c\udf81\n            <\/div>\n            <div class=\"bow\">\n                <div class=\"bow-left\"><\/div>\n                <div class=\"bow-right\"><\/div>\n                <div class=\"bow-center\"><\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    <p class=\"open-instruction\">Click the gift box to reveal tools one by one<\/p>\n\n    <!-- Visual indicator for new cards -->\n    <div class=\"new-card-indicator\" id=\"newCardIndicator\">\n        \ud83c\udf89 New tool unlocked!\n    <\/div>\n\n    <div class=\"tools-grid\" id=\"toolsGrid\">\n        <div class=\"tool-card\" data-type=\"icons\">\n            <div class=\"tool-icon\">\ud83c\udfa8<\/div>\n            <h3 class=\"tool-title\">SVG Repo<\/h3>\n            <p class=\"tool-description\">\n                A free collection of over 500,000 SVG icons, logos, and illustrations.\n                Perfectly optimized for web use, with customizable colors and sizes.\n            <\/p>\n            <div class=\"tool-tags\">\n                <span class=\"tag\">SVG Icons<\/span>\n                <span class=\"tag\">Free<\/span>\n                <span class=\"tag\">Customizable<\/span>\n            <\/div>\n            <a href=\"https:\/\/www.svgrepo.com\/\" target=\"_blank\" class=\"tool-link\" rel=\"noopener\">\n                Open SVG Repo\n            <\/a>\n        <\/div>\n\n        <div class=\"tool-card\" data-type=\"converter\">\n            <div class=\"tool-icon\">\ud83d\udd04<\/div>\n            <h3 class=\"tool-title\">CloudConvert<\/h3>\n            <p class=\"tool-description\">\n                An online file converter that supports over 200 formats \u2014 PDF, images, video, audio, and more.\n                Convert any file quickly and for free directly in your browser.\n            <\/p>\n            <div class=\"tool-tags\">\n                <span class=\"tag\">File Converter<\/span>\n                <span class=\"tag\">200+ Formats<\/span>\n                <span class=\"tag\">Fast & Free<\/span>\n            <\/div>\n            <a href=\"https:\/\/cloudconvert.com\/\" target=\"_blank\" class=\"tool-link\" rel=\"noopener\">\n                Convert files\n            <\/a>\n        <\/div>\n\n        <div class=\"tool-card\" data-type=\"business\">\n            <div class=\"tool-icon\">\ud83e\uddfe<\/div>\n            <h3 class=\"tool-title\">Invoice Generator<\/h3>\n            <p class=\"tool-description\">\n                Create professional invoices for your business completely free.\n                Includes automatic calculations, PDF download, and template saving.\n            <\/p>\n            <div class=\"tool-tags\">\n                <span class=\"tag\">Invoice<\/span>\n                <span class=\"tag\">PDF Export<\/span>\n                <span class=\"tag\">Professional<\/span>\n            <\/div>\n            <a href=\"https:\/\/invoice-generator.com\/\" target=\"_blank\" class=\"tool-link\" rel=\"noopener\">\n                Generate invoice\n            <\/a>\n        <\/div>\n\n        <div class=\"tool-card\" data-type=\"graphics\">\n            <div class=\"tool-icon\">\ud83d\udcf8<\/div>\n            <h3 class=\"tool-title\">Unsplash<\/h3>\n            <p class=\"tool-description\">\n                Millions of high-resolution professional photos, completely free.\n                No copyright restrictions \u2014 perfect for any web project.\n            <\/p>\n            <div class=\"tool-tags\">\n                <span class=\"tag\">Photography<\/span>\n                <span class=\"tag\">High Quality<\/span>\n                <span class=\"tag\">Commercial Use<\/span>\n            <\/div>\n            <a href=\"https:\/\/unsplash.com\/\" target=\"_blank\" class=\"tool-link\" rel=\"noopener\">\n                Browse photos\n            <\/a>\n        <\/div>\n\n        <div class=\"tool-card\" data-type=\"color\">\n            <div class=\"tool-icon\">\ud83c\udf08<\/div>\n            <h3 class=\"tool-title\">Coolors<\/h3>\n            <p class=\"tool-description\">\n                A powerful color palette generator that helps you create perfect color combinations.\n                Export in multiple formats, test accessibility, and share with your team.\n            <\/p>\n            <div class=\"tool-tags\">\n                <span class=\"tag\">Color Palettes<\/span>\n                <span class=\"tag\">Accessibility<\/span>\n                <span class=\"tag\">Export<\/span>\n            <\/div>\n            <a href=\"https:\/\/coolors.co\/\" target=\"_blank\" class=\"tool-link\" rel=\"noopener\">\n                Generate palette\n            <\/a>\n        <\/div>\n\n        <div class=\"tool-card\" data-type=\"optimization\">\n            <div class=\"tool-icon\">\u26a1<\/div>\n            <h3 class=\"tool-title\">TinyPNG<\/h3>\n            <p class=\"tool-description\">\n                Compress PNG and JPEG images without quality loss. Reduce file size by up to 80%\n                and improve your website loading speed.\n            <\/p>\n            <div class=\"tool-tags\">\n                <span class=\"tag\">Image Compression<\/span>\n                <span class=\"tag\">PNG\/JPEG<\/span>\n                <span class=\"tag\">Lossless<\/span>\n            <\/div>\n            <a href=\"https:\/\/tinypng.com\/\" target=\"_blank\" class=\"tool-link\" rel=\"noopener\">\n                Compress images\n            <\/a>\n        <\/div>\n    <\/div>\n<\/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-95c6394 e-con-full e-flex e-con e-parent\" data-id=\"95c6394\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-d03a471 e-con-full e-flex e-con e-child\" data-id=\"d03a471\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-83dcc48 e-con-full e-flex e-con e-child\" data-id=\"83dcc48\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-24a0d83 e-con-full e-flex e-con e-child\" data-id=\"24a0d83\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-192cc1f elementor-widget elementor-widget-heading\" data-id=\"192cc1f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Copyright @2026 | fenomenalno.com<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d669de7 elementor-widget elementor-widget-heading\" data-id=\"d669de7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Design - Sandra Z.<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fa93ea0 elementor-widget elementor-widget-heading\" data-id=\"fa93ea0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">A Website Crafted by fenomenalno.com<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Menu fenomenalno. Home Services Projects 5 Principles Questions &amp; Answers Gifts for You Contact \ud83c\udf10 SR Contact CONTACT dizajn@fenomenalno.com +381641817744 | +38260022532 WhatsApp Viber Telegram &#8220; &#8220; Contact Form Please enable JavaScript in your browser to complete this form.Please enable JavaScript in your browser to complete this form.Full Name *Email *Your WebsiteType of Website You [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":8461,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-8046","page","type-page","status-publish","has-post-thumbnail","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/fenomenalno.com\/dizajn\/wp-json\/wp\/v2\/pages\/8046","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fenomenalno.com\/dizajn\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fenomenalno.com\/dizajn\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fenomenalno.com\/dizajn\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fenomenalno.com\/dizajn\/wp-json\/wp\/v2\/comments?post=8046"}],"version-history":[{"count":61,"href":"https:\/\/fenomenalno.com\/dizajn\/wp-json\/wp\/v2\/pages\/8046\/revisions"}],"predecessor-version":[{"id":9857,"href":"https:\/\/fenomenalno.com\/dizajn\/wp-json\/wp\/v2\/pages\/8046\/revisions\/9857"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fenomenalno.com\/dizajn\/wp-json\/wp\/v2\/media\/8461"}],"wp:attachment":[{"href":"https:\/\/fenomenalno.com\/dizajn\/wp-json\/wp\/v2\/media?parent=8046"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}