{"id":27975,"date":"2024-09-05T17:59:36","date_gmt":"2024-09-05T09:59:36","guid":{"rendered":"https:\/\/visibleone.com\/services\/google-advertising-ppc\/"},"modified":"2025-01-28T11:32:35","modified_gmt":"2025-01-28T03:32:35","slug":"google-ads","status":"publish","type":"page","link":"https:\/\/visibleone.com\/mm\/services\/google-advertising-ppc\/","title":{"rendered":"Google Ads\u00a0"},"content":{"rendered":"\n<div id=\"\" class=\"VOHeroV3 module_container pt-[43px] md:pt-[61px] xl:pt-[65px] 2xl:pt-[74px]\">\n    <div class=\" relative overflow-hidden px-4 md:px-8 lg:px-24 2xl:px-36 py-16 pb-8 xl:py-20 \">\n        <div class=\"absolute right-0 top-0\"><img decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/visibleone.com\/wp-content\/themes\/visibleone\/public\/images\/aboutus\/visible-one_68fd8708.svg\"  alt=\"\" aria-hidden=\"true\" loading=\"lazy\" class=\"w-[100px] md:w-[150px] lg:w-[180px] xl:w-[200px]\"><\/div>\n        <div class=\"hidden xl:block absolute right-[180px] top-[160px]\"><img decoding=\"async\"  width=\"350\" height=\"100\" src=\"https:\/\/visibleone.com\/wp-content\/themes\/visibleone\/public\/images\/aboutus\/line_4aa497fd.svg\"  alt=\"\" aria-hidden=\"true\" loading=\"lazy\" class=\"w-[350px]\"><\/div>\n        <div class=\"w-full\">\n            <div class=\"w-full lg:w-[70%] xl:w-[60%] text-primary\">\n                <p class=\"fs-xl uppercase tracking-widest font-medium\">DIGITAL MARKETING<\/p>\n                <div class=\"md:w-[80%] lg:w-[90%] mt-4 leading-[1.3] md:leading-[1.5] fs-6xl xl:leading-normal 2xl:leading-normal font-semibold capitalize\">\n                    <h1>Attract the Right Customers using Google Ads<br><\/h1>\n                <\/div>\n                <div class=\"my-4 md:my-8 h-2 w-16 bg-themeSecondary2\"><\/div>\n                <div class=\"proposalContainer\">\n                    <div class=\"fs-lg \">\n                        <div class=\"flex items-center mt-8 px-2\">\n                                                            <img decoding=\"async\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/Google-Ads-1.svg\" alt=\"Google Ads Logo in Visible One\" loading=\"lazy\" title=\"\">\n                                                <p class=\"font-semibold mt-4\">Get more leads with greater reach<\/p>\n                        <\/div>\n                        <!-- <fieldset>\n                            <legend class=\"w-[60%]\">\n                            <label for=\"facebookurl\" class=\"hidden\">Enter Your Facebook URL<\/label>\n                            <input id=\"facebookurl\" aria-label=\"Facebook url\" type=\"text\" placeholder=\"Enter Your Facebook URL\" class=\"border-2 rounded-full px-4 py-2 mt-4 w-full outline-none text-secondary\">\n                            <\/legend>\n                        <\/fieldset>                        \n                        <p class=\"text-red-500 text-sm 2xl:text-base font-semibold mt-2 error\">Please complete this field.<\/p> -->\n                    <\/div>\n                    <a href=\"\/quotation\" class=\"getProposalBtn inline-block mt-8 md:mt-12 lg:mt-16 px-4 py-2 text-light bg-themePrimary hover:bg-[#0ea472] hover:border-[#0ea472] duration-300 font-semibold fs-xl border-2 rounded-full border-themePrimary\">Get Free Proposal<\/a>\n                <\/div>\n                <div class=\"sm:w-3\/4 md:w-[60%] -mx-5 -mt-10 appointmentContainer\">\n                    <section class=\"appointment-form font-primary\">\n                        <div class=\"form-container py-6 px-5 mx-auto max-w-lg sm:py-10 xl:py-16 2xl:max-w-[36.875rem]\">\n                            <div class=\"font-semibold fs-lg mb-8\"><\/div>\n                            <div class=\"appointment-form \">\n                                <div>\n                                    <div id=\"appointmentHubspotForm\"><\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/section>\n                <\/div>\n\n            <\/div>\n        <\/div>\n        <div class=\"cursor-pointer relative z-10 float-right mt-[-45px] md:mt-[-50px] xl:mt-[-60px] 2xl:mt-[-65px]\"><img decoding=\"async\" width=\"50\" height=\"66\" src=\"https:\/\/visibleone.com\/wp-content\/themes\/visibleone\/public\/images\/aboutus\/downArrow_bc7cafe1.svg\" alt=\"visible one\" loading=\"lazy\" class=\"w-[60%] md:w-[70%] xl:w-[80%] 2xl:w-[90%] mx-auto\"><\/div>\n    <\/div>\n<\/div>\n\n<script>\n    document.addEventListener(\"DOMContentLoaded\", function() {\n\n        let proposalContainer = document.querySelector(\".VOHeroV3 .proposalContainer\");\n        let appointmentContainer = document.querySelector(\".VOHeroV3 .appointmentContainer\");\n        let proposalBtn = document.querySelector(\".VOHeroV3 .getProposalBtn\");\n        let proposalInput = document.querySelector(\".VOHeroV3 .proposalContainer input\");\n        let errorMessage = document.querySelector(\".VOHeroV3 .proposalContainer input ~ .error\");\n\n        proposalBtn && proposalBtn.addEventListener(\"click\", function(event) {\n            let value = document.querySelector(\".VOHeroV3 .proposalContainer input\").value;\n            if(value){\n                event.preventDefault();\n                if( !value.match(\/(?:https?:\\\/\\\/)?(?:www\\.)?(mbasic.facebook|m\\.facebook|facebook|fb)\\.(com|me)\\\/(?:(?:\\w\\.)*#!\\\/)?(?:pages\\\/)?(?:[\\w\\-\\.]*\\\/)*([\\w\\-\\.]*)\/g)) {\n                    errorMessage.style.display = \"block\";\n                } else {\n                    loadAppointmentHubSpotForm();\n                    proposalContainer.style.display = \"none\";\n                    appointmentContainer.style.display = \"block\";\n                }\n            }            \n        });\n\n        proposalInput && proposalInput.addEventListener('input', function() {\n            errorMessage.style.display = \"none\";\n        });\n\n        const portalId = \"5194436\";\n        const formId = \"c63414e0-7c5e-4dce-9115-a09ac9ea11d0\";\n\n        function loadAppointmentHubSpotForm() {\n            const script = document.createElement('script');\n            script.src = 'https:\/\/js.hsforms.net\/forms\/v2.js';\n            script.onload = () => {\n                window.hbspt.forms.create({\n                    portalId: portalId,\n                    formId: formId,\n                    target: '#appointmentHubspotForm',\n                    css:'',\n                    onFormReady: function ($form) {\n\t\t\t\t\t\tconst targetElement = $form.find('.hs-form-field label');\n                        targetElement?.each(function(key,label){\n                            const placeholder=label?.getAttribute('placeholder');\n                            const placeholder1=label?.closest('.hs-form-field').querySelector('input')?.getAttribute('placeholder');\n                            label?.querySelector('span:first-child')?.setAttribute('arial-label',placeholder1?.replace('*',''))\n                            label?.setAttribute('arial-label',placeholder);\n                            label?.closest('.hs-form-field').querySelector('input')?.setAttribute('arial-label',placeholder1?.replace('*',''))\n                        });\n                        const style = document.createElement('style');\n                        style.innerHTML = `\n                        .hs-error-msgs label {\n                            color: #fc010c;\n                        }\n                        `;\n                        document.querySelector('iframe').contentDocument.head.appendChild(style);\n\t\t\t\t\t}\n                });\n            };\n            document.body.appendChild(script);\n        }\n\n    });\n\n<\/script>\n\n\n<style>\n    .LeadsAndSaleIncrement.increment_counter_bg {\n        background-image: url('https:\/\/visibleone.com\/wp-content\/themes\/visibleone\/public\/images\/facebook\/inc1_6e90b30c.png'),\n            url('https:\/\/visibleone.com\/wp-content\/themes\/visibleone\/public\/images\/facebook\/inc2_150330ec.png');\n        background-repeat: no-repeat;\n        background-position: bottom left, 100% 75%;\n    }\n<\/style>\n\n<div class=\"xl:px-20 sm:px-12 px-4  mx-auto LeadsAndSaleIncrement increment_counter_bg\">\n    <div class=\"lg:py-36 sm:py-16 py-8\">\n        <div class=\"text-primary text-center fs-5xl font-semibold leading-[1.25] lg:mb-14 mb-8\">\n            <h2>Google Ads Statistics <br><\/h2>\n        <\/div>\n        <div class=\"grid lg:grid-cols-4 sm:grid-cols-2 grid-cols-1 justify-center\">\n            <div class=\"text-center my-6 leadsale-counter\">\n                            <h3 class=\"counter lg:mb-7 mb-3 font-primary font-semibold text-themePrimary fs-5xl\">\n                            <span class=\"leadsale-count\">80<\/span> %<\/h3>\n                            <p class=\"font-primary font-normal fs-xl text-primary\">GLOBAL BUSINESSES TRUST GOOGLE ADS FOR PPC CAMPAIGNS<\/p>\n                        <\/div><div class=\"text-center my-6 leadsale-counter\">\n                            <h3 class=\"counter lg:mb-7 mb-3 font-primary font-semibold text-themePrimary fs-5xl\">\n                            <span class=\"leadsale-count\">50<\/span> %<\/h3>\n                            <p class=\"font-primary font-normal fs-xl text-primary\">OF CUSTOMERS ARRIVING AT A SITE THROUGH PAID ADS ARE MORE LIKELY TO BUY<\/p>\n                        <\/div><div class=\"text-center my-6 leadsale-counter\">\n                            <h3 class=\"counter lg:mb-7 mb-3 font-primary font-semibold text-themePrimary fs-5xl\">\n                            <span class=\"leadsale-count\">1.2<\/span> m<\/h3>\n                            <p class=\"font-primary font-normal fs-xl text-primary\">BUSINESSES RELY ON GOOGLE ADS TO MARKET THEIR PRODUCTS AND SERVICES<\/p>\n                        <\/div><div class=\"text-center my-6 leadsale-counter\">\n                            <h3 class=\"counter lg:mb-7 mb-3 font-primary font-semibold text-themePrimary fs-5xl\">\n                            <span class=\"leadsale-count\">75<\/span> %<\/h3>\n                            <p class=\"font-primary font-normal fs-xl text-primary\">OF PEOPLE THINK THAT PAID ADS MAKE IT EASIER TO FIND THE INFORMATION THEY WANT<\/p>\n                        <\/div>        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        window.addEventListener('scroll', startCounter);\n\n        function startCounter() {\n            const loveCounter = document.querySelector('.leadsale-counter');\n            if (loveCounter) {\n                const hT = loveCounter.offsetTop,\n                    hH = loveCounter.offsetHeight,\n                    wH = window.innerHeight;\n\n                \/\/ Check if the element is in the viewport\n                if (window.scrollY > hT + hH - wH) {\n                    window.removeEventListener('scroll', startCounter); \/\/ Remove scroll listener after triggering\n\n                    \/\/ Animate each '.leadsale-count' element correctly handling both whole and decimal numbers\n                    document.querySelectorAll('.leadsale-count').forEach((element) => {\n                        const target = parseFloat(element.textContent); \/\/ Parse the text content as a float\n                        animateCount(element, target, false);\n                    });\n                }\n            }\n        }\n\n        \/\/ Helper function to animate the count\n        function animateCount(element, target, appendPlus) {\n            let count = 0;\n            const duration = 2000;\n            const steps = duration \/ 10; \/\/ 10 milliseconds per step\n            const increment = target \/ steps; \/\/ Increment per step\n            const decimalPlace = target.toString().split(\".\").at(-1).length;\n\n            function updateCounter() {\n                count += increment;\n                if (count >= target) {\n                    count = target; \/\/ Ensure count does not exceed the target\n                    clearInterval(interval);\n                }\n\n                \/\/ Update element text: Show two decimals if the target is decimal, otherwise show whole number\n                element.textContent = (target % 1 !== 0 ? count.toFixed(decimalPlace) : Math.round(count)) + (appendPlus ? '+' : '');\n            }\n\n            \/\/ Set interval to update the counter\n            const interval = setInterval(updateCounter, 10);\n        }\n\n    });\n<\/script>\n\n\n<section id=\"VOFacebookAds\" class=\"ads-services font-primary\">\n    <div class=\"ads-services-items\">\n        <div class=\"ads-services-item odd:bg-[#FAFAFA] even:bg-light\" id=\"google_search_ads\">\n                        <div class=\"\n                            ads-services-item-container max-w-5xl xl:max-w-6xl 2xl:max-w-[88.5rem] py-8 px-5 mx-auto md:flex md:items-center md:justify-between lg:py-10 2xl:py-20\n                            \n                            \">\n                            <div class=\"ads-services-item-image xl:max-w-md 2xl:max-w-xl md:flex-1 md:mr-2 xl:mr-0 \n                            2xl:mr-20\">\n                            <img decoding=\"async\" width=\"520\" height=\"520\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/google1.webp\" alt=\"Illustration of a smartphone screen showing Google search results with 'Ad' labels at the top and a callout pointing to an 'Organic Search' result below.\" loading=\"lazy\" title=\"\" class=\"w-auto h-auto mx-auto mix-blend-multiply\"><\/div>\n                            <div class=\"ads-services-item-desc mt-2 max-w-xl 2xl:max-w-[50rem] md:flex-1 md:ml-2 md:mt-0\">\n                                <div class=\"relative\">\n                                    <div class=\"inline-block font-semibold text-primary fs-5xl\">\n                                        <h2>Google Search Ads<\/h2>\n                                    <\/div><span class=\"\n                                    block absolute -bottom-2 left-0 xl:-bottom-4\n                                    bg-themeSecondary w-10 sm:w-12 lg:w-16 2xl:w-20 h-1 xl:h-2\"><\/span>\n                                <\/div>\n                                <ul class=\" list-disc font-light text-secondary fs-lg mt-8 ml-5 xl:mt-10 2xl:mt-16\"><li class=\"mt-1 first:mt-0\">A user typing a keyword into Google and businessu2019 website appears on the first page. Sounds fantastic? We can do this for you. You can expect your ads to be up and running within 24-48 hours when you agree to work with us. No confusion, no problems, just RESULTS.<\/li><\/ul>\n                                <div>\n                                <a arial-label=\"Get More Customer Leads Now0\" title=\"Get More Customer Leads Now0\" class=\"text-center font-semibold text-primary fs-xl py-2 2xl:py-3 px-5 border-2 border-solid border-primary inline-block transform hover:bg-primary hover:text-light transition-colors mt-6 2xl:mt-8 cursor-pointer\" href=\"https:\/\/visibleone.com\/mm\/quotation\/\">Get More Customer Leads Now<\/a>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div><div class=\"ads-services-item odd:bg-[#FAFAFA] even:bg-light\" id=\"google_display_network_ads\">\n                        <div class=\"\n                            ads-services-item-container max-w-5xl xl:max-w-6xl 2xl:max-w-[88.5rem] py-8 px-5 mx-auto md:flex md:items-center md:justify-between lg:py-10 2xl:py-20\n                            md:flex-row-reverse\n                            \">\n                            <div class=\"ads-services-item-image xl:max-w-md 2xl:max-w-xl md:flex-1 md:mr-2 xl:mr-0 \n                            \">\n                            <img decoding=\"async\" width=\"520\" height=\"520\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/google2.webp\" alt=\"Diagram showing a single product image of a red sneaker being distributed into various web layouts, including a search result, a product page with reviews, and a video thumbnail\" loading=\"lazy\" title=\"\" class=\"w-auto h-auto mx-auto mix-blend-multiply\"><\/div>\n                            <div class=\"ads-services-item-desc mt-2 max-w-xl 2xl:max-w-[50rem] md:flex-1 md:ml-2 md:mt-0\">\n                                <div class=\"relative\">\n                                    <div class=\"inline-block font-semibold text-primary fs-5xl\">\n                                        <h2>Google Display Network Ads<\/h2>\n                                    <\/div><span class=\"\n                                    block absolute -bottom-2 left-0 xl:-bottom-4\n                                    bg-themeSecondary w-10 sm:w-12 lg:w-16 2xl:w-20 h-1 xl:h-2\"><\/span>\n                                <\/div>\n                                <ul class=\" list-disc font-light text-secondary fs-lg mt-8 ml-5 xl:mt-10 2xl:mt-16\"><li class=\"mt-1 first:mt-0\">If you are not interested in search advertising, we recommend display campaign. Google Display Network allows you to subtly generate attention. Your ads here is shown on other websites, blogs, videos and apps that your target audience is most likely ready for browsing.<\/li><\/ul>\n                                <div>\n                                <a arial-label=\"Reach More Shopping Customers1\" title=\"Reach More Shopping Customers1\" class=\"text-center font-semibold text-primary fs-xl py-2 2xl:py-3 px-5 border-2 border-solid border-primary inline-block transform hover:bg-primary hover:text-light transition-colors mt-6 2xl:mt-8 cursor-pointer\" href=\"https:\/\/visibleone.com\/mm\/quotation\/\">Reach More Shopping Customers<\/a>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div><div class=\"ads-services-item odd:bg-[#FAFAFA] even:bg-light\" id=\"google_shopping_ads\">\n                        <div class=\"\n                            ads-services-item-container max-w-5xl xl:max-w-6xl 2xl:max-w-[88.5rem] py-8 px-5 mx-auto md:flex md:items-center md:justify-between lg:py-10 2xl:py-20\n                            \n                            \">\n                            <div class=\"ads-services-item-image xl:max-w-md 2xl:max-w-xl md:flex-1 md:mr-2 xl:mr-0 \n                            2xl:mr-20\">\n                            <img decoding=\"async\" width=\"520\" height=\"520\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/google3.webp\" alt=\"Mobile mockup of a Google search page for 'Buy iPhone', showing paid shopping ads and text ads at the top of the results.\" loading=\"lazy\" title=\"\" class=\"w-auto h-auto mx-auto mix-blend-multiply\"><\/div>\n                            <div class=\"ads-services-item-desc mt-2 max-w-xl 2xl:max-w-[50rem] md:flex-1 md:ml-2 md:mt-0\">\n                                <div class=\"relative\">\n                                    <div class=\"inline-block font-semibold text-primary fs-5xl\">\n                                        <h2>Google Shopping Ads<\/h2>\n                                    <\/div><span class=\"\n                                    block absolute -bottom-2 left-0 xl:-bottom-4\n                                    bg-themeSecondary w-10 sm:w-12 lg:w-16 2xl:w-20 h-1 xl:h-2\"><\/span>\n                                <\/div>\n                                <ul class=\" list-disc font-light text-secondary fs-lg mt-8 ml-5 xl:mt-10 2xl:mt-16\"><li class=\"mt-1 first:mt-0\">We will show your products with an image ad on your search result. Google Shopping will show users what you have to offer before they even clicked on your ad. Thus, less costs, budget waste, dead-end-clicks and more sales and converting value are included.<\/li><\/ul>\n                                <div>\n                                <a arial-label=\"Boost More Engagement Now2\" title=\"Boost More Engagement Now2\" class=\"text-center font-semibold text-primary fs-xl py-2 2xl:py-3 px-5 border-2 border-solid border-primary inline-block transform hover:bg-primary hover:text-light transition-colors mt-6 2xl:mt-8 cursor-pointer\" href=\"https:\/\/visibleone.com\/mm\/quotation\/\">Boost More Engagement Now<\/a>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div><div class=\"ads-services-item odd:bg-[#FAFAFA] even:bg-light\" id=\"google_remarketing_ads\">\n                        <div class=\"\n                            ads-services-item-container max-w-5xl xl:max-w-6xl 2xl:max-w-[88.5rem] py-8 px-5 mx-auto md:flex md:items-center md:justify-between lg:py-10 2xl:py-20\n                            md:flex-row-reverse\n                            \">\n                            <div class=\"ads-services-item-image xl:max-w-md 2xl:max-w-xl md:flex-1 md:mr-2 xl:mr-0 \n                            \">\n                            <img decoding=\"async\" width=\"520\" height=\"520\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/google4.webp\" alt=\"Diagram showing a transition from a product page on a laptop to the top sponsored result on a mobile Google search screen\" loading=\"lazy\" title=\"\" class=\"w-auto h-auto mx-auto mix-blend-multiply\"><\/div>\n                            <div class=\"ads-services-item-desc mt-2 max-w-xl 2xl:max-w-[50rem] md:flex-1 md:ml-2 md:mt-0\">\n                                <div class=\"relative\">\n                                    <div class=\"inline-block font-semibold text-primary fs-5xl\">\n                                        <h2>Google Remarketing Ads<\/h2>\n                                    <\/div><span class=\"\n                                    block absolute -bottom-2 left-0 xl:-bottom-4\n                                    bg-themeSecondary w-10 sm:w-12 lg:w-16 2xl:w-20 h-1 xl:h-2\"><\/span>\n                                <\/div>\n                                <ul class=\" list-disc font-light text-secondary fs-lg mt-8 ml-5 xl:mt-10 2xl:mt-16\"><li class=\"mt-1 first:mt-0\">Google Remarketing services will help your business to send subtle message, to cleverly encourages those website users to retrieve the products, services and additional items they have visited, indecisive abandonment or shopping cart abandonment.<\/li><\/ul>\n                                <div>\n                                <a arial-label=\"Get Started3\" title=\"Get Started3\" class=\"text-center font-semibold text-primary fs-xl py-2 2xl:py-3 px-5 border-2 border-solid border-primary inline-block transform hover:bg-primary hover:text-light transition-colors mt-6 2xl:mt-8 cursor-pointer\" href=\"https:\/\/visibleone.com\/mm\/quotation\/\">Get Started<\/a>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>    <\/div>\n<\/section>\n\n\n<div class=\"CaseStudyService\" style=\"opacity: 1; transform: none;\">\n    <div id=\"\" class=\"relative text-secondary\" style=\"background-color: rgb(255, 255, 255);\">\n        <div\n            class=\"max-w-screen-2xl 3xl:max-w-screen-3xl mx-auto py-16 dark:text-dark px-4 md:px-8 xl:px-16 2xl:px-20 3xl:px-28\">\n            <div class=\"text-center text-primary fs-5xl font-semibold\">\n                <h2>Why Choose Visible One For Your Google Ads <\/h2>\n            <\/div>\n            <div\n                class=\"text-center font-light my-4 md:my-8 fs-lg w-full lg:w-[90%] xl:w-[80%] 2xl:w-[70%] mx-auto leading-relaxed\">\n                            <\/div>\n            <div class=\"flex flex-wrap  mt-24 md:mt-20 case-study-services\">\n                <div class=\"lg:w-[33.333%] md:w-[50%] w-full h-auto sm:px-4 lg:pb-16 pb-20 flex max-w-lg mx-auto wrapper-container\">\n                            <div class=\"border rounded-md p-5 pt-8 lg:pl-10 lg:pt-10 lg:pr-5 relative wrapper bg-white\">\n                                <div class=\"flex items-center justify-center icon-wrapper bg-white\"><img decoding=\"async\" width=\"90\" height=\"90\"\n                                    alt=\"\" \n                                    src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/g1.svg\" \n                                    loading=\"lazy\" \n                                    class=\"icon mx-auto max-w-[90px] max-h-[90px]\"><img decoding=\"async\" width=\"90\" height=\"90\"\n                                    alt=\"\" \n                                    src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/gh1.svg\" \n                                    loading=\"lazy\" \n                                    class=\"icon-hover mx-auto max-w-[90px] max-h-[90px]\"><\/div><div class=\"font-semibold uppercase mb-3 relative fs-2xl text-primary text\">\n                                <h3>Performance Guarantee<\/h3>\n                              <\/div><div class=\"fs-base leading-loose font-light text text-gray-600\">\n                                <p>We guarantee that any existing digital marketing campaigns will be outperformed within 3 months or we will give you additional time free of charge.<\/p>\n\n                              <\/div><\/div><\/div><div class=\"lg:w-[33.333%] md:w-[50%] w-full h-auto sm:px-4 lg:pb-16 pb-20 flex max-w-lg mx-auto wrapper-container\">\n                            <div class=\"border rounded-md p-5 pt-8 lg:pl-10 lg:pt-10 lg:pr-5 relative wrapper bg-white\">\n                                <div class=\"flex items-center justify-center icon-wrapper bg-white\"><img decoding=\"async\" width=\"90\" height=\"90\"\n                                    alt=\"\" \n                                    src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/g2.svg\" \n                                    loading=\"lazy\" \n                                    class=\"icon mx-auto max-w-[90px] max-h-[90px]\"><img decoding=\"async\" width=\"90\" height=\"90\"\n                                    alt=\"\" \n                                    src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/gh2.svg\" \n                                    loading=\"lazy\" \n                                    class=\"icon-hover mx-auto max-w-[90px] max-h-[90px]\"><\/div><div class=\"font-semibold uppercase mb-3 relative fs-2xl text-primary text\">\n                                <h3>24\/7 Performance Tracking<\/h3>\n                              <\/div><div class=\"fs-base leading-loose font-light text text-gray-600\">\n                                <p>We don\u2019t hide behind fake numbers from clients; you can access every activity of your campaign 24 hours a day, anytime and anywhere.<\/p>\n\n                              <\/div><\/div><\/div><div class=\"lg:w-[33.333%] md:w-[50%] w-full h-auto sm:px-4 lg:pb-16 pb-20 flex max-w-lg mx-auto wrapper-container\">\n                            <div class=\"border rounded-md p-5 pt-8 lg:pl-10 lg:pt-10 lg:pr-5 relative wrapper bg-white\">\n                                <div class=\"flex items-center justify-center icon-wrapper bg-white\"><img decoding=\"async\" width=\"90\" height=\"90\"\n                                    alt=\"\" \n                                    src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/g3.svg\" \n                                    loading=\"lazy\" \n                                    class=\"icon mx-auto max-w-[90px] max-h-[90px]\"><img decoding=\"async\" width=\"90\" height=\"90\"\n                                    alt=\"\" \n                                    src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/gh3.svg\" \n                                    loading=\"lazy\" \n                                    class=\"icon-hover mx-auto max-w-[90px] max-h-[90px]\"><\/div><div class=\"font-semibold uppercase mb-3 relative fs-2xl text-primary text\">\n                                <h3>Complete Transparency<\/h3>\n                              <\/div><div class=\"fs-base leading-loose font-light text text-gray-600\">\n                                <p>Never deal again with a sketchy agency, complete monthly work reports detailing the exact breakdown of the work that we have done for you.<\/p>\n\n                              <\/div><\/div><\/div><div class=\"lg:w-[33.333%] md:w-[50%] w-full h-auto sm:px-4 lg:pb-16 pb-20 flex max-w-lg mx-auto wrapper-container\">\n                            <div class=\"border rounded-md p-5 pt-8 lg:pl-10 lg:pt-10 lg:pr-5 relative wrapper bg-white\">\n                                <div class=\"flex items-center justify-center icon-wrapper bg-white\"><img decoding=\"async\" width=\"90\" height=\"90\"\n                                    alt=\"\" \n                                    src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/g4.svg\" \n                                    loading=\"lazy\" \n                                    class=\"icon mx-auto max-w-[90px] max-h-[90px]\"><img decoding=\"async\" width=\"90\" height=\"90\"\n                                    alt=\"\" \n                                    src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/gh4.svg\" \n                                    loading=\"lazy\" \n                                    class=\"icon-hover mx-auto max-w-[90px] max-h-[90px]\"><\/div><div class=\"font-semibold uppercase mb-3 relative fs-2xl text-primary text\">\n                                <h3>Direct Point of Contact<\/h3>\n                              <\/div><div class=\"fs-base leading-loose font-light text text-gray-600\">\n                                <p>No more account managers or disconnect ; speak directly to the management team that understands the details of your campaign.<\/p>\n\n                              <\/div><\/div><\/div><div class=\"lg:w-[33.333%] md:w-[50%] w-full h-auto sm:px-4 lg:pb-16 pb-20 flex max-w-lg mx-auto wrapper-container\">\n                            <div class=\"border rounded-md p-5 pt-8 lg:pl-10 lg:pt-10 lg:pr-5 relative wrapper bg-white\">\n                                <div class=\"flex items-center justify-center icon-wrapper bg-white\"><img decoding=\"async\" width=\"90\" height=\"90\"\n                                    alt=\"\" \n                                    src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/g5.svg\" \n                                    loading=\"lazy\" \n                                    class=\"icon mx-auto max-w-[90px] max-h-[90px]\"><img decoding=\"async\" width=\"90\" height=\"90\"\n                                    alt=\"\" \n                                    src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/gh5.svg\" \n                                    loading=\"lazy\" \n                                    class=\"icon-hover mx-auto max-w-[90px] max-h-[90px]\"><\/div><div class=\"font-semibold uppercase mb-3 relative fs-2xl text-primary text\">\n                                <h3>Google Friendly Strategies<\/h3>\n                              <\/div><div class=\"fs-base leading-loose font-light text text-gray-600\">\n                                <p>Don\u2019t risk a penalty; 100% safe and google friendly strategies, don\u2019t risk your online business with a chance of a penalty.<\/p>\n\n                              <\/div><\/div><\/div><div class=\"lg:w-[33.333%] md:w-[50%] w-full h-auto sm:px-4 lg:pb-16 pb-20 flex max-w-lg mx-auto wrapper-container\">\n                            <div class=\"border rounded-md p-5 pt-8 lg:pl-10 lg:pt-10 lg:pr-5 relative wrapper bg-white\">\n                                <div class=\"flex items-center justify-center icon-wrapper bg-white\"><img decoding=\"async\" width=\"90\" height=\"90\"\n                                    alt=\"\" \n                                    src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/g6.svg\" \n                                    loading=\"lazy\" \n                                    class=\"icon mx-auto max-w-[90px] max-h-[90px]\"><img decoding=\"async\" width=\"90\" height=\"90\"\n                                    alt=\"\" \n                                    src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/gh6.svg\" \n                                    loading=\"lazy\" \n                                    class=\"icon-hover mx-auto max-w-[90px] max-h-[90px]\"><\/div><div class=\"font-semibold uppercase mb-3 relative fs-2xl text-primary text\">\n                                <h3>No Lock in Contracts<\/h3>\n                              <\/div><div class=\"fs-base leading-loose font-light text text-gray-600\">\n                                <p>100% free of risk. We have long-term partnerships with our customers, but we will not lock you in. Give a 30 days notice at any stage to cancel your project.<\/p>\n\n                              <\/div><\/div><\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<div id=\"\" class=\"SliderWithBGImg relative \">\n    <div class=\"relative\">\n        <div>\n            <div class=\"bg-img\"><\/div>\n        <\/div>\n        <div class=\"overlay\"><\/div>\n    <\/div>\n    <div class=\"md:px-[25px] px-4\"\n        style=\"background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);\">\n        <div class=\"swiper bgImgSwiper z-10\">\n            <div class=\"swiper-wrapper mb-12\">\n                <div class=\"swiper-slide md:px-[25px] px-4\">\n                    <div class=\"mb-5\" >\n                        <div class=\"lg:flex items-stretch 2xl:max-w-[1450px] md:max-w-[80%] m-auto\">\n                            <div class=\"flex-[2] flex items-center lg:justify-end justify-center lg:p-5 lg:max-w-none max-w-[200px] mx-auto\">\n                            <img decoding=\"async\" width=\"360\" height=\"360\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/g7.webp\" alt=\"Laptop displaying a Google Ads dashboard with performance charts, color-coded metric cards, and data tables\" loading=\"lazy\" title=\"\"><\/div>\n                            <div class=\"flex-[3] flex flex-col justify-center lg:my-0 my-7 sm:text-left text-center md:pl-5\">\n                                <div class=\"fs-6xl mb-4 text-light font-semibold\">\n                                    <h2><span>A PPC Agency with Strategies that Work <\/span><\/h2>\n                                    <span class=\"fs-2xl mb-4 font-semibold\" style=\"color:#FFFFFF;\"><\/span>\n                                <\/div>\n                                <div class=\"fs-lg text-light font-light\"><p>We are specialists in pay per click advertising including Google Search Network Ads, Display Network Ads, Shopping Ads &amp; Remarketing Ads. No matter your objective is to raise awareness of your brand or if you\u2019re searching for more internet sales, we will create suitable PPC approach that works for clients, continually evaluating and monitoring every PPC ads campaign to help clients to get the returns they deserve.<\/p>\n<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div><div class=\"swiper-slide md:px-[25px] px-4\">\n                    <div class=\"mb-5\" >\n                        <div class=\"lg:flex items-stretch 2xl:max-w-[1450px] md:max-w-[80%] m-auto\">\n                            <div class=\"flex-[2] flex items-center lg:justify-end justify-center lg:p-5 lg:max-w-none max-w-[200px] mx-auto\">\n                            <img decoding=\"async\" width=\"360\" height=\"360\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/g8.webp\" alt=\"Laptop displaying a Google Ads dashboard with performance charts, color-coded metric cards, and data tables\" loading=\"lazy\" title=\"\"><\/div>\n                            <div class=\"flex-[3] flex flex-col justify-center lg:my-0 my-7 sm:text-left text-center md:pl-5\">\n                                <div class=\"fs-6xl mb-4 text-light font-semibold\">\n                                    <h2><span>Professional, Dedicated, and Effective PPC Management <\/span><\/h2>\n                                    <span class=\"fs-2xl mb-4 font-semibold\" style=\"color:#FFFFFF;\"><\/span>\n                                <\/div>\n                                <div class=\"fs-lg text-light font-light\"><p>In organic searches, even a well-optimized website can struggle, but pay-per-click advertising can strengthen your brand presence and assist you climb the Google ladder easily. Your achievement is our success, so our PPC specialists will constantly monitor your advertisements and create minor adjustments to assist you get the most out of your pay per click campaign.<\/p>\n<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>            <\/div>\n            <div class=\"w-full flex justify-center pb-5 z-10\">\n                <div class=\"bg-swiper-bottom-section flex items-center justify-center\">\n                    <div class=\"swiper-pagination  z-20\"><\/div>\n                    <div class=\"bg-slider-playpause-btn pl-4 flex justify-center\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"12\" height=\"12\" aria-label=\"pause icon\" tabindex=\"0\"\n                            src=\"https:\/\/visibleone.com\/wp-content\/themes\/visibleone\/public\/images\/home\/mdi_pause.svg\"\n                            alt=\"pause icon\" class=\"cursor-pointer pause_btn min-w-[14px] min-h-[14px]\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"12\" height=\"12\" aria-label=\"play icon\" tabindex=\"0\"\n                            src=\"https:\/\/visibleone.com\/wp-content\/themes\/visibleone\/public\/images\/home\/mdi_play.svg\"\n                            alt=\"play icon\" class=\"hidden cursor-pointer play_btn min-w-[14px] min-h-[14px]\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<script>\n    (function () {\n\n        const items = [{\"title\":\"A PPC Agency with Strategies that Work \",\"subTitle\":\"\",\"description\":\"<p>We are specialists in pay per click advertising including Google Search Network Ads, Display Network Ads, Shopping Ads &amp; Remarketing Ads. No matter your objective is to raise awareness of your brand or if you\\u2019re searching for more internet sales, we will create suitable PPC approach that works for clients, continually evaluating and monitoring every PPC ads campaign to help clients to get the returns they deserve.<\\\/p>\\n\",\"bgImgUrl\":false,\"image\":{\"ID\":59904,\"id\":59904,\"title\":\"g7\",\"filename\":\"g7.webp\",\"filesize\":14588,\"url\":\"https:\\\/\\\/visibleone.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/g7.webp\",\"link\":\"https:\\\/\\\/visibleone.com\\\/mm\\\/services\\\/google-advertising-ppc\\\/attachment\\\/g7\\\/\",\"alt\":\"Laptop displaying a Google Ads dashboard with performance charts, color-coded metric cards, and data tables\",\"author\":\"4\",\"description\":\"\",\"caption\":\"\",\"name\":\"g7\",\"status\":\"inherit\",\"uploaded_to\":27975,\"date\":\"2024-10-16 11:27:47\",\"modified\":\"2026-03-05 08:18:15\",\"menu_order\":0,\"mime_type\":\"image\\\/webp\",\"type\":\"image\",\"subtype\":\"webp\",\"icon\":\"https:\\\/\\\/visibleone.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":680,\"height\":357,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/visibleone.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/g7-150x150.webp\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/visibleone.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/g7-300x158.webp\",\"medium-width\":300,\"medium-height\":158,\"medium_large\":\"https:\\\/\\\/visibleone.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/g7.webp\",\"medium_large-width\":680,\"medium_large-height\":357,\"large\":\"https:\\\/\\\/visibleone.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/g7.webp\",\"large-width\":680,\"large-height\":357,\"1536x1536\":\"https:\\\/\\\/visibleone.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/g7.webp\",\"1536x1536-width\":680,\"1536x1536-height\":357,\"2048x2048\":\"https:\\\/\\\/visibleone.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/g7.webp\",\"2048x2048-width\":680,\"2048x2048-height\":357}}},{\"title\":\"Professional, Dedicated, and Effective PPC Management \",\"subTitle\":\"\",\"description\":\"<p>In organic searches, even a well-optimized website can struggle, but pay-per-click advertising can strengthen your brand presence and assist you climb the Google ladder easily. Your achievement is our success, so our PPC specialists will constantly monitor your advertisements and create minor adjustments to assist you get the most out of your pay per click campaign.<\\\/p>\\n\",\"bgImgUrl\":false,\"image\":{\"ID\":59905,\"id\":59905,\"title\":\"g8\",\"filename\":\"g8.webp\",\"filesize\":8416,\"url\":\"https:\\\/\\\/visibleone.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/g8.webp\",\"link\":\"https:\\\/\\\/visibleone.com\\\/mm\\\/services\\\/google-advertising-ppc\\\/attachment\\\/g8\\\/\",\"alt\":\"Laptop displaying a Google Ads dashboard with performance charts, color-coded metric cards, and data tables\",\"author\":\"4\",\"description\":\"\",\"caption\":\"\",\"name\":\"g8\",\"status\":\"inherit\",\"uploaded_to\":27975,\"date\":\"2024-10-16 11:27:49\",\"modified\":\"2026-03-05 08:18:24\",\"menu_order\":0,\"mime_type\":\"image\\\/webp\",\"type\":\"image\",\"subtype\":\"webp\",\"icon\":\"https:\\\/\\\/visibleone.com\\\/wp-includes\\\/images\\\/media\\\/default.png\",\"width\":680,\"height\":357,\"sizes\":{\"thumbnail\":\"https:\\\/\\\/visibleone.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/g8-150x150.webp\",\"thumbnail-width\":150,\"thumbnail-height\":150,\"medium\":\"https:\\\/\\\/visibleone.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/g8-300x158.webp\",\"medium-width\":300,\"medium-height\":158,\"medium_large\":\"https:\\\/\\\/visibleone.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/g8.webp\",\"medium_large-width\":680,\"medium_large-height\":357,\"large\":\"https:\\\/\\\/visibleone.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/g8.webp\",\"large-width\":680,\"large-height\":357,\"1536x1536\":\"https:\\\/\\\/visibleone.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/g8.webp\",\"1536x1536-width\":680,\"1536x1536-height\":357,\"2048x2048\":\"https:\\\/\\\/visibleone.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/g8.webp\",\"2048x2048-width\":680,\"2048x2048-height\":357}}}];\n\n        const bgImgSwiper = new Swiper('.bgImgSwiper', {\n            \/\/ Optional parameters\n            direction: 'horizontal',\n            loop: true,\n\n            scrollbar: {\n                el: \".swiper-scrollbar\",\n                hide: true\n            },\n\n            \/\/ If we need pagination\n            pagination: {\n                el: '.swiper-pagination',\n                clickable: true,\n            },\n\n            \/\/ Navigation arrows\n            navigation: {\n                nextEl: '.swiper-button-next',\n                prevEl: '.swiper-button-prev',\n            },\n\n            \/\/ And if we need scrollbar\n            scrollbar: {\n                el: '.swiper-scrollbar',\n            },\n            effect: 'slide',\n            speed: 1000,\n            loop: true,\n        });\n\n        \/\/ slider bg dynamic\n        const defaultActiveIndex = bgImgSwiper.activeIndex;\n        bgImgSwiper.on('slideChange', function (sliderData) {\n            handleSlideBgImage(sliderData.activeIndex);\n        });\n        function handleSlideBgImage(index) {\n            document.querySelector('.SliderWithBGImg .bg-img').style.backgroundImage = `url(${items[index].bgImgUrl})`;\n        }\n        handleSlideBgImage(defaultActiveIndex);\n\n        document.querySelectorAll('.swiper-pagination-bullet').forEach(function(link){\n            link.setAttribute('tabindex',0)\n        })\n        \/\/ define slider bg hieght\n        function handleBgHeight() {\n            let _extra = 0;\n\n            if (window.innerWidth > 1279) {\n                _extra = 200;\n            } else if (window.innerWidth > 1023) {\n                _extra = 180;\n            } else {\n                _extra = 130;\n            }\n\n            setTimeout(() => {\n                const sliderWrapper = document.querySelector('.bgImgSwiper');\n                if (sliderWrapper) {\n                    const bgImgHeight = sliderWrapper.offsetHeight + _extra;\n                    document.querySelector('.SliderWithBGImg .bg-img').style.height = `${bgImgHeight}px`;\n                }\n            }, 10);\n        }\n        window.addEventListener(\"resize\", handleBgHeight);\n\n        setTimeout(() => {\n            handleBgHeight();\n        }, 150)\n        document.querySelector('.bg-slider-playpause-btn .pause_btn')?.addEventListener('click', function () {\n            bgImgSwiper?.autoplay.stop();\n            document.querySelector('.bg-slider-playpause-btn .pause_btn').classList?.add('hidden');\n            document.querySelector('.bg-slider-playpause-btn .play_btn').classList?.remove('hidden');\n        })\n        document.querySelector('.bg-slider-playpause-btn .play_btn')?.addEventListener('click', function () {\n            bgImgSwiper?.autoplay.start();\n            document.querySelector('.bg-slider-playpause-btn .play_btn').classList?.add('hidden');\n            document.querySelector('.bg-slider-playpause-btn .pause_btn').classList?.remove('hidden');\n        })\n\n        document.querySelector('.bg-slider-playpause-btn .pause_btn')?.addEventListener('keyup', function (e) {\n            if (e.key == \"Enter\") {\n                bgImgSwiper?.autoplay.stop();\n                document.querySelector('.bg-slider-playpause-btn .pause_btn').classList?.add('hidden');\n                document.querySelector('.bg-slider-playpause-btn .play_btn').classList?.remove('hidden');\n            }\n        })\n        document.querySelector('.bg-slider-playpause-btn .play_btn')?.addEventListener('keyup', function (e) {\n            if (e.key == \"Enter\") {\n                bgImgSwiper?.autoplay.start();\n                document.querySelector('.bg-slider-playpause-btn .play_btn').classList?.add('hidden');\n                document.querySelector('.bg-slider-playpause-btn .pause_btn').classList?.remove('hidden');\n            }\n\n        })\n    })();\n<\/script>\n\n\n<section class=\"our_partner relative\">\n  <div class=\"max-w-screen-2xl text-primary mx-auto px-4 relative sm:px-8  lg:px-16 xl:px-20 md:flex md:justify-between md:items-center py-8 lg:py-16 \">\n    <div class=\"text-primary font-semibold mx-auto text-center md:text-left fs-5xl font-primary xl:mr-8 md:flex-1 md:basis-1\/3\">\n      <h3>Specialized in<\/h3>\n    <\/div>\n    <div class=\"mt-8 grid grid-cols-4 md:flex-1 md:basis-3\/5\">\n      <div class=\"m-2 md:m-3 lg:m-4 xl:m-8 cursor-default flex justify-center items-center\">\n          <img decoding=\"async\" width=\"123\" height=\"67\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/sp1.svg\" alt=\"24-hour responsive service icon in visible one\" loading=\"lazy\" title=\"\" class=\"object-cover w-full \"><\/div><div class=\"m-2 md:m-3 lg:m-4 xl:m-8 cursor-default flex justify-center items-center\">\n          <img decoding=\"async\" width=\"123\" height=\"67\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/sp2.svg\" alt=\"24-hour responsive service icon in visible one\" loading=\"lazy\" title=\"\" class=\"object-cover w-full \"><\/div><div class=\"m-2 md:m-3 lg:m-4 xl:m-8 cursor-default flex justify-center items-center\">\n          <img decoding=\"async\" width=\"123\" height=\"67\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/sp3.svg\" alt=\"24-hour responsive service icon in visible one\" loading=\"lazy\" title=\"\" class=\"object-cover w-full \"><\/div><div class=\"m-2 md:m-3 lg:m-4 xl:m-8 cursor-default flex justify-center items-center\">\n          <img decoding=\"async\" width=\"123\" height=\"67\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/sp4.svg\" alt=\"24-hour responsive service icon in visible one\" loading=\"lazy\" title=\"\" class=\"object-cover w-full \"><\/div><div class=\"m-2 md:m-3 lg:m-4 xl:m-8 cursor-default flex justify-center items-center\">\n          <img decoding=\"async\" width=\"123\" height=\"67\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/sp5.svg\" alt=\"24-hour responsive service icon in visible one\" loading=\"lazy\" title=\"\" class=\"object-cover w-full \"><\/div><div class=\"m-2 md:m-3 lg:m-4 xl:m-8 cursor-default flex justify-center items-center\">\n          <img decoding=\"async\" width=\"123\" height=\"67\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/sp6.svg\" alt=\"24-hour responsive service icon in visible one\" loading=\"lazy\" title=\"\" class=\"object-cover w-full \"><\/div><div class=\"m-2 md:m-3 lg:m-4 xl:m-8 cursor-default flex justify-center items-center\">\n          <img decoding=\"async\" width=\"123\" height=\"67\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/g9.svg\" alt=\"Mailchimp Logo in visible one\" loading=\"lazy\" title=\"\" class=\"object-cover w-full \"><\/div><div class=\"m-2 md:m-3 lg:m-4 xl:m-8 cursor-default flex justify-center items-center\">\n          <img decoding=\"async\" width=\"123\" height=\"67\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/sp7.svg\" alt=\"24-hour responsive service icon in visible one\" loading=\"lazy\" title=\"\" class=\"object-cover w-full \"><\/div><div class=\"m-2 md:m-3 lg:m-4 xl:m-8 cursor-default flex justify-center items-center\">\n          <img decoding=\"async\" width=\"123\" height=\"67\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/sp8.svg\" alt=\"24-hour responsive service icon in visible one\" loading=\"lazy\" title=\"\" class=\"object-cover w-full \"><\/div><div class=\"m-2 md:m-3 lg:m-4 xl:m-8 cursor-default flex justify-center items-center\">\n          <img decoding=\"async\" width=\"123\" height=\"67\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/sp9.svg\" alt=\"24-hour responsive service icon in visible one\" loading=\"lazy\" title=\"\" class=\"object-cover w-full \"><\/div><div class=\"m-2 md:m-3 lg:m-4 xl:m-8 cursor-default flex justify-center items-center\">\n          <img decoding=\"async\" width=\"123\" height=\"67\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/sp10.svg\" alt=\"24-hour responsive service icon in visible one\" loading=\"lazy\" title=\"\" class=\"object-cover w-full \"><\/div><div class=\"m-2 md:m-3 lg:m-4 xl:m-8 cursor-default flex justify-center items-center\">\n          <img decoding=\"async\" width=\"123\" height=\"67\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/10\/sp11.svg\" alt=\"24-hour responsive service icon in visible one\" loading=\"lazy\" title=\"\" class=\"object-cover w-full \"><\/div>    <\/div>\n  <\/div><svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"absolute top-8 left-2 md:top-1\/2 md:-translate-y-1\/2 md:left-4 lg:left-8 w-2 h-auto md:w-3 lg:w-4 z-[-1] 2xl:w-auto\">\n    <path d=\"M4.84 11L1.32 7.48C-0.440001 5.72 -0.440001 3.08 1.32 1.32C3.08 -0.44 5.72001 -0.44 7.48 1.32L11 4.84L14.52 1.32C16.28 -0.44 18.92 -0.44 20.68 1.32C22.44 3.08 22.44 5.72 20.68 7.48L17.16 11L20.68 14.52C22.44 16.28 22.44 18.92 20.68 20.68C19.8 21.56 18.48 22 17.6 22C16.72 22 15.4 21.56 14.52 20.68L11 17.16L7.48 20.68C6.6 21.56 5.28 22 4.4 22C3.52 22 2.2 21.56 1.32 20.68C-0.440001 18.92 -0.440001 16.28 1.32 14.52L4.84 11Z\" fill=\"#00DB92\"><\/path>\n  <\/svg><svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"absolute top-16 left-4 md:top-3\/4 md:-translate-y-1\/2 md:left-8 lg:left-16 w-2 md:w-3 lg:w-4 h-auto z-[-1] 2xl:w-auto\">\n    <path d=\"M13 26C20.3667 26 26 20.3667 26 13C26 5.63333 20.3667 0 13 0C5.63333 0 0 5.63333 0 13C0 20.3667 5.63333 26 13 26ZM13 8.66667C15.6 8.66667 17.3333 10.4 17.3333 13C17.3333 15.6 15.6 17.3333 13 17.3333C10.4 17.3333 8.66667 15.6 8.66667 13C8.66667 10.4 10.4 8.66667 13 8.66667Z\" fill=\"#FFAE00\"><\/path>\n  <\/svg>\n<\/section>\n\n\n<div class=\"md:py-12 py-6 lg:py-16 px-4 OurProcessV2\" style=\"background-color: rgb(255, 255, 255);\">\n    <div class=\"container-md\">\n        <div class=\"max-w-screen-2xl 3xl:max-w-screen-3xl mx-auto\">\n            <div class=\"text-center\">\n                <div class=\"fs-5xl font-semibold text-primary\">\n                    <h2>Our Process <\/h2>\n                <\/div>\n                <div class=\"fs-lg font-light text-secondary mt-7\"><p>We make everything easy for our clients. Our 3-step process is simple, clear and hassle-free.<\/p>\n<\/div>\n            <\/div>\n            <div class=\"mt-7 flex flex-wrap items-stretch justify-center -ml-5 process-lists\">\n                                <div\n                    class=\"2xl:w-[20%] xl:w-[25%] lg:w-[33.3333%] md:w-[50%] w-full px-5 mb-7 flex hover:scale-105 transition-transform duration-300 item\">\n                    <div class=\"flex-1 card\" style=\"box-shadow: rgb(77, 215, 169) 15px 0px 0px;\">\n                        <div class=\"text-center mb-4\">\n                            <span class=\"fs-4xl text-primary font-semibold mb-3\"> 1<\/span>\n                            <div class=\"fs-2xl font-semibold mt-2\" style=\"color: rgb(77, 215, 169);\">\n                                <h3><span>Discovery<\/span><\/h3>\n                            <\/div>\n                        <\/div>\n                        <div class=\"fs-base text-secondary font-light text-center\"> <p>We begins project with discovery. We\u2019re going to learn about your products, services and company profile to understand you in particular. We will audit any present ad campaigns in order to comprehend the positive and check if any enhancement is available.<\/p>\n <\/div>\n                    <\/div>\n                <\/div>\n                                                <div\n                    class=\"2xl:w-[20%] xl:w-[25%] lg:w-[33.3333%] md:w-[50%] w-full px-5 mb-7 flex hover:scale-105 transition-transform duration-300 item\">\n                    <div class=\"flex-1 card\" style=\"box-shadow: rgb(101, 106, 110) 15px 0px 0px;\">\n                        <div class=\"text-center mb-4\">\n                            <span class=\"fs-4xl text-primary font-semibold mb-3\"> 2<\/span>\n                            <div class=\"fs-2xl font-semibold mt-2\" style=\"color: rgb(101, 106, 110);\">\n                                <h3><span>Planning<\/span><\/h3>\n                            <\/div>\n                        <\/div>\n                        <div class=\"fs-base text-secondary font-light text-center\"> <p>We begin building our strategy now that we\u2019re up to velocity. We will work with you to address your key performance indicators (KPIs) that match your marketing objectives. Then, we will achieve these objectives by using our strategic planning method.<\/p>\n <\/div>\n                    <\/div>\n                <\/div>\n                                                <div\n                    class=\"2xl:w-[20%] xl:w-[25%] lg:w-[33.3333%] md:w-[50%] w-full px-5 mb-7 flex hover:scale-105 transition-transform duration-300 item\">\n                    <div class=\"flex-1 card\" style=\"box-shadow: rgb(33, 33, 33) 15px 0px 0px;\">\n                        <div class=\"text-center mb-4\">\n                            <span class=\"fs-4xl text-primary font-semibold mb-3\"> 3<\/span>\n                            <div class=\"fs-2xl font-semibold mt-2\" style=\"color: rgb(33, 33, 33);\">\n                                <h3><span>Implementation<\/span><\/h3>\n                            <\/div>\n                        <\/div>\n                        <div class=\"fs-base text-secondary font-light text-center\"> <p>Finally, we are putting practice into the carefully developed approach. This is just as essential with PPC ad campaigns as planning. To optimize your campaigns, we will take a science strategy and send you reports to see the outcomes we deliver.<\/p>\n <\/div>\n                    <\/div>\n                <\/div>\n                                            <\/div>\n        <\/div>\n    <\/div>\n\n<\/div>\n\n\n<div class=\"TabContentCollapse\" id=\"tab_content_collapse\" style=\"background-color: rgb(250, 250, 250);\">\n    <div class=\"module_container mx-auto px-4\">\n        <div class=\"fs-5xl font-semibold text-center text-primary\">\n            <h2>Google Ads FAQ <\/h2>\n        <\/div>\n        <div class=\"\">\n            <ul class=\"mx-auto max-w-[900px] mt-9 content-wrapper\">\n                <li class=\"collapse-item text-secondary\">\n                                <button aria-label=\"How much do I pay if someone clicks on my Google Ad?\" class=\"w-full items-center text-left flex cursor-pointer collapse-header\">\n                                <h3 class=\"flex-1 fs-xl font-semibold transition-colors duration-300 text-primary header\">How much do I pay if someone clicks on my Google Ad?<\/h3>\n                                    <span aria-hidden=\"true\" class=\"w-[25px] block\">\n                                        <svg stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" t=\"1551322312294\" viewBox=\"0 0 1024 1024\" version=\"1.1\" class=\"text-xl plusIcon\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><defs><\/defs><path d=\"M474 152m8 0l60 0q8 0 8 8l0 704q0 8-8 8l-60 0q-8 0-8-8l0-704q0-8 8-8Z\"><\/path><path d=\"M168 474m8 0l672 0q8 0 8 8l0 60q0 8-8 8l-672 0q-8 0-8-8l0-60q0-8 8-8Z\"><\/path><\/svg>\n                                        <svg stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" viewBox=\"0 0 1024 1024\" class=\"text-xl minusIcon\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                            <path d=\"M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z\"><\/path>\n                                        <\/svg><\/span>\n                                <\/button>\n                                <div class=\"content active\">\n                                    <div class=\"fs-lg text-secondary font-light description\">\n                                    <p>It all depends on the bidding strategy. In short, you\u2019re setting up a maximum that you want to pay, and Google can spend up to 20% more on that offer. Other bidding approaches are available as options to allow Google to boost bid costs.<\/p>\n\n                                    <\/div>\n                                <\/div>\n                            <\/li><li class=\"collapse-item text-secondary\">\n                                <button aria-label=\"Where will my listings appear on the search results page?\" class=\"w-full items-center text-left flex cursor-pointer collapse-header\">\n                                <h3 class=\"flex-1 fs-xl font-semibold transition-colors duration-300 text-primary header\">Where will my listings appear on the search results page?<\/h3>\n                                    <span aria-hidden=\"true\" class=\"w-[25px] block\">\n                                        <svg stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" t=\"1551322312294\" viewBox=\"0 0 1024 1024\" version=\"1.1\" class=\"text-xl plusIcon\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><defs><\/defs><path d=\"M474 152m8 0l60 0q8 0 8 8l0 704q0 8-8 8l-60 0q-8 0-8-8l0-704q0-8 8-8Z\"><\/path><path d=\"M168 474m8 0l672 0q8 0 8 8l0 60q0 8-8 8l-672 0q-8 0-8-8l0-60q0-8 8-8Z\"><\/path><\/svg>\n                                        <svg stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" viewBox=\"0 0 1024 1024\" class=\"text-xl minusIcon\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                            <path d=\"M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z\"><\/path>\n                                        <\/svg><\/span>\n                                <\/button>\n                                <div class=\"content active\">\n                                    <div class=\"fs-lg text-secondary font-light description\">\n                                    <p>The location of where your ads will appear depends on your desired area of placement as well as the amount of competition that exists for each search term you\u2019re bidding on. Depending on the auction result, you might end up on page one or page 3, etc.<\/p>\n\n                                    <\/div>\n                                <\/div>\n                            <\/li><li class=\"collapse-item text-secondary\">\n                                <button aria-label=\"What is the difference between SEM and PPC?\" class=\"w-full items-center text-left flex cursor-pointer collapse-header\">\n                                <h3 class=\"flex-1 fs-xl font-semibold transition-colors duration-300 text-primary header\">What is the difference between SEM and PPC?<\/h3>\n                                    <span aria-hidden=\"true\" class=\"w-[25px] block\">\n                                        <svg stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" t=\"1551322312294\" viewBox=\"0 0 1024 1024\" version=\"1.1\" class=\"text-xl plusIcon\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><defs><\/defs><path d=\"M474 152m8 0l60 0q8 0 8 8l0 704q0 8-8 8l-60 0q-8 0-8-8l0-704q0-8 8-8Z\"><\/path><path d=\"M168 474m8 0l672 0q8 0 8 8l0 60q0 8-8 8l-672 0q-8 0-8-8l0-60q0-8 8-8Z\"><\/path><\/svg>\n                                        <svg stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" viewBox=\"0 0 1024 1024\" class=\"text-xl minusIcon\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                            <path d=\"M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z\"><\/path>\n                                        <\/svg><\/span>\n                                <\/button>\n                                <div class=\"content active\">\n                                    <div class=\"fs-lg text-secondary font-light description\">\n                                    <p>SEM is Search Engine Marketing\u2013which includes all advertising linked to a search engine like Google, Bing, Yahoo etc. Pay Per Click (PPC) is to pay for a search ad campaign, you jump into an auction, and if someone clicks on your ad, you\u2019re paying for it.<\/p>\n\n                                    <\/div>\n                                <\/div>\n                            <\/li><li class=\"collapse-item text-secondary\">\n                                <button aria-label=\"How does Google Remarketing and Google Display Network work?\" class=\"w-full items-center text-left flex cursor-pointer collapse-header\">\n                                <h3 class=\"flex-1 fs-xl font-semibold transition-colors duration-300 text-primary header\">How does Google Remarketing and Google Display Network work?<\/h3>\n                                    <span aria-hidden=\"true\" class=\"w-[25px] block\">\n                                        <svg stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" t=\"1551322312294\" viewBox=\"0 0 1024 1024\" version=\"1.1\" class=\"text-xl plusIcon\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><defs><\/defs><path d=\"M474 152m8 0l60 0q8 0 8 8l0 704q0 8-8 8l-60 0q-8 0-8-8l0-704q0-8 8-8Z\"><\/path><path d=\"M168 474m8 0l672 0q8 0 8 8l0 60q0 8-8 8l-672 0q-8 0-8-8l0-60q0-8 8-8Z\"><\/path><\/svg>\n                                        <svg stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" viewBox=\"0 0 1024 1024\" class=\"text-xl minusIcon\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                            <path d=\"M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z\"><\/path>\n                                        <\/svg><\/span>\n                                <\/button>\n                                <div class=\"content active\">\n                                    <div class=\"fs-lg text-secondary font-light description\">\n                                    <p>Remarketing is a way for individuals who already interacted with your brand to current advertisements. You can install a \u201ccookie\u201d that follows them on your website across the web to do this. Google Display Network(GDN) is conglomerate of over 4 million locations where display ads can be displayed. You can decide who to display the ads with this.<\/p>\n\n                                    <\/div>\n                                <\/div>\n                            <\/li><li class=\"collapse-item text-secondary\">\n                                <button aria-label=\"How many people really click on ads?\" class=\"w-full items-center text-left flex cursor-pointer collapse-header\">\n                                <h3 class=\"flex-1 fs-xl font-semibold transition-colors duration-300 text-primary header\">How many people really click on ads?<\/h3>\n                                    <span aria-hidden=\"true\" class=\"w-[25px] block\">\n                                        <svg stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" t=\"1551322312294\" viewBox=\"0 0 1024 1024\" version=\"1.1\" class=\"text-xl plusIcon\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><defs><\/defs><path d=\"M474 152m8 0l60 0q8 0 8 8l0 704q0 8-8 8l-60 0q-8 0-8-8l0-704q0-8 8-8Z\"><\/path><path d=\"M168 474m8 0l672 0q8 0 8 8l0 60q0 8-8 8l-672 0q-8 0-8-8l0-60q0-8 8-8Z\"><\/path><\/svg>\n                                        <svg stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" viewBox=\"0 0 1024 1024\" class=\"text-xl minusIcon\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                            <path d=\"M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z\"><\/path>\n                                        <\/svg><\/span>\n                                <\/button>\n                                <div class=\"content active\">\n                                    <div class=\"fs-lg text-secondary font-light description\">\n                                    <p>While the figures may differ from ad to ad, you can be ensured that there is a lot of clicking on PPC advertisements. In reality, the statistics of last year showed that while shopping online, 64.6 percent of individuals click on sponsored Google Ads.<\/p>\n\n                                    <\/div>\n                                <\/div>\n                            <\/li><li class=\"collapse-item text-secondary\">\n                                <button aria-label=\"How many sites offer PPC advertising?\" class=\"w-full items-center text-left flex cursor-pointer collapse-header\">\n                                <h3 class=\"flex-1 fs-xl font-semibold transition-colors duration-300 text-primary header\">How many sites offer PPC advertising?<\/h3>\n                                    <span aria-hidden=\"true\" class=\"w-[25px] block\">\n                                        <svg stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" t=\"1551322312294\" viewBox=\"0 0 1024 1024\" version=\"1.1\" class=\"text-xl plusIcon\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><defs><\/defs><path d=\"M474 152m8 0l60 0q8 0 8 8l0 704q0 8-8 8l-60 0q-8 0-8-8l0-704q0-8 8-8Z\"><\/path><path d=\"M168 474m8 0l672 0q8 0 8 8l0 60q0 8-8 8l-672 0q-8 0-8-8l0-60q0-8 8-8Z\"><\/path><\/svg>\n                                        <svg stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" viewBox=\"0 0 1024 1024\" class=\"text-xl minusIcon\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                            <path d=\"M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z\"><\/path>\n                                        <\/svg><\/span>\n                                <\/button>\n                                <div class=\"content active\">\n                                    <div class=\"fs-lg text-secondary font-light description\">\n                                    <p>PPC is a very profitable marketing idea for site owner, which is why millions of websites give PPC advertising to grace their pages. While the precise amount of locations it offers is unknown, PPC ads will appear on locations that may be perused by your required customers, reaching them wherever they are.<\/p>\n\n                                    <\/div>\n                                <\/div>\n                            <\/li><li class=\"collapse-item text-secondary\">\n                                <button aria-label=\"How can I track my PPC campaign and its progress?\" class=\"w-full items-center text-left flex cursor-pointer collapse-header\">\n                                <h3 class=\"flex-1 fs-xl font-semibold transition-colors duration-300 text-primary header\">How can I track my PPC campaign and its progress?<\/h3>\n                                    <span aria-hidden=\"true\" class=\"w-[25px] block\">\n                                        <svg stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" t=\"1551322312294\" viewBox=\"0 0 1024 1024\" version=\"1.1\" class=\"text-xl plusIcon\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><defs><\/defs><path d=\"M474 152m8 0l60 0q8 0 8 8l0 704q0 8-8 8l-60 0q-8 0-8-8l0-704q0-8 8-8Z\"><\/path><path d=\"M168 474m8 0l672 0q8 0 8 8l0 60q0 8-8 8l-672 0q-8 0-8-8l0-60q0-8 8-8Z\"><\/path><\/svg>\n                                        <svg stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" viewBox=\"0 0 1024 1024\" class=\"text-xl minusIcon\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                            <path d=\"M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z\"><\/path>\n                                        <\/svg><\/span>\n                                <\/button>\n                                <div class=\"content active\">\n                                    <div class=\"fs-lg text-secondary font-light description\">\n                                    <p>There are a number of ways to monitor the achievement of your PPC campaigns and their general progress. You can leave it to us. It is the simplest choice, we\u2019re going to send all your campaigns performance reports to you regularly in order to maintain you up to date.<\/p>\n\n                                    <\/div>\n                                <\/div>\n                            <\/li><li class=\"collapse-item text-secondary\">\n                                <button aria-label=\"If my competitor starts clicking on my ads, do i have to pay for those clicks?\" class=\"w-full items-center text-left flex cursor-pointer collapse-header\">\n                                <h3 class=\"flex-1 fs-xl font-semibold transition-colors duration-300 text-primary header\">If my competitor starts clicking on my ads, do i have to pay for those clicks?<\/h3>\n                                    <span aria-hidden=\"true\" class=\"w-[25px] block\">\n                                        <svg stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" t=\"1551322312294\" viewBox=\"0 0 1024 1024\" version=\"1.1\" class=\"text-xl plusIcon\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><defs><\/defs><path d=\"M474 152m8 0l60 0q8 0 8 8l0 704q0 8-8 8l-60 0q-8 0-8-8l0-704q0-8 8-8Z\"><\/path><path d=\"M168 474m8 0l672 0q8 0 8 8l0 60q0 8-8 8l-672 0q-8 0-8-8l0-60q0-8 8-8Z\"><\/path><\/svg>\n                                        <svg stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" viewBox=\"0 0 1024 1024\" class=\"text-xl minusIcon\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                            <path d=\"M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z\"><\/path>\n                                        <\/svg><\/span>\n                                <\/button>\n                                <div class=\"content active\">\n                                    <div class=\"fs-lg text-secondary font-light description\">\n                                    <p>This conduct is known as click fraud, and to prevent this, Google has a few techniques. Google will block activity from its IP address if a bot continually click the ad. Or you can block clicks from certain IP addresses manually to prevent rivals using your precious budget.<\/p>\n\n                                    <\/div>\n                                <\/div>\n                            <\/li>            <\/ul>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<script>\n    (function() {\n\n        const collapseHeaders = document.querySelectorAll(\".TabContentCollapse .collapse-header\");\n\n        collapseHeaders.forEach((header) => {\n            header.addEventListener(\"click\", function() {\n                const isActive = this.classList.contains('show');\n                collapseHeaders.forEach(item => {\n                    item.classList.remove('show');\n                    item.nextElementSibling.classList.remove('active');\n                    item.nextElementSibling.classList.add('unactive');\n                });\n                if (!isActive) {\n                    this.classList.add('show');\n                    this.nextElementSibling.classList.add('active');\n                    this.nextElementSibling.classList.remove('unactive');\n                }\n            });\n        });\n\n        if (collapseHeaders.length > 0) {\n            collapseHeaders[0].click();\n        }\n\n    })();\n<\/script>\n\n\n<div class=\"DigitalMarketingBanner relative \" style=\"opacity: 1;    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);\">\n    <div id=\"\" class=\"w-full block\">\n        <div class=\"relative max-w-full\"><img decoding=\"async\" src=\"https:\/\/visibleone.com\/wp-content\/uploads\/2024\/09\/Ready-to-have-a-chat-bg_11f11077.webp\" alt=\"hong kong bridge view in visible one\" loading=\"lazy\" title=\"\"\n                class=\"min-h-[311px] object-cover w-full mix-blend-multiply\">            <!-- <div class=\"overlay absolute top-0 right-0 left-0 bottom-0 bg-primary\/40]\"\n                style=\"background-color: rgba(0, 0, 0, 0.5);\"><\/div> -->\n            <div class=\"w-full px-8 absolute top-1\/2 left-1\/2 -translate-x-1\/2 -translate-y-1\/2 z-[1]\">\n                <div class=\"text-light text-center fs-5xl font-primary font-semibold leading-[1.25] mb-4\">\n                    <h3 class=\"opacity-100\"><span class=\"text-light opacity-100\">Ready to have a chat?<\/span><\/h3>\n                <\/div>\n                <p class=\"text-center text-light font-light opacity-100 fs-lg\"><span class=\"text-light opacity-100\">Have a question or want to know more about Facebook? We\u2019re ready to help.<\/span><\/p>                <div class=\"block mx-auto text-center lg:mt-7 mt-4\">\n                    <a target=\"_blank\" href=\"\"\n                        class=\"hover:bg-light bg-transparent text-light hover:text-primary border-2 border-light inline-block px-8 py-2 fs-lg font-primary font-semibold text-center transition-colors duration-300 break-all\">Talk to Us<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<section id=\"e33b5cfc-cf5c-455d-b312-c0df53f10845\" class=\"\n        contact-form bg-[color:var(--bg-color)] text-light relative overflow-hidden\n        StartContactForm contact_form\n      \" style=\"--bg-color: #4DD7A9;\">\n    <div class=\"sm:flex sm:items-center xl:justify-between \">\n        <div\n            class=\"absolute vertical-text text-5xl font-semibold hidden sm:block sm:flex-1 sm:basis-[15%] sm:max-w-[15%] md:basis-1\/5 xl:text-7xl 2xl:text-[7.5rem] vertical_text\">\n                                        <div\n                    class=\"absolute -top-3 left-[4.25rem] md:left-20 h-max lg:left-36 xl:left-52 2xl:-top-8 2xl:left-80 cursor-default aniTopToBottom text-custom-animation-tb\">\n                    <span class=\"opacity-30\">Talk to Us<\/span>&nbsp;\n                    <span class=\"opacity-60\">Contact Us<\/span>\n                <\/div>\n                    <\/div>\n        <div class=\"contact-form-playpause-btn  justify-start absolute left-[14%] bottom-5 sm:flex hidden\">\n                    <button class=\"cursor-pointer pause_btn\" tabindex=\"0\" aria-label=\"animation play pause\"\n                    data-play=\"https:\/\/visibleone.com\/wp-content\/themes\/visibleone\/public\/images\/home\/mdi_play.svg\"\n                    data-pause=\"https:\/\/visibleone.com\/wp-content\/themes\/visibleone\/public\/images\/home\/mdi_pause.svg\"\n                    >\n                    <img loading=\"lazy\" decoding=\"async\" width=\"12\" height=\"12\" aria-label=\"pause icon\"\n                        src=\"https:\/\/visibleone.com\/wp-content\/themes\/visibleone\/public\/images\/home\/mdi_pause.svg\"\n                        alt=\"pause icon\">\n                    <\/button>\n                <\/div>\n        <div\n            class=\"contact-form__container sm:flex-1 py-16 px-5 font-primary mx-auto sm:max-w-2xl xl:max-w-4xl xl:py-32 2xl:py-36 2xl:max-w-6xl\">\n            <div\n                class=\"mx-auto contact-form__main text-center sm:flex-1 sm:basis-[85%] sm:max-w-[85%]  md:max-w-xl md:basis-4\/5 xl:max-w-2xl 2xl:max-w-5xl\">\n                <div class=\"contact-form__header  mx-auto 2xl:max-w-xl\">\n                    <div class=\"font-semibold mb-5 2xl:mb-8 fs-5xl\">\n                        <div>Let&#8217;s Work Together<\/di>\n                        <\/div>\n                        <div class=\"font-normal fs-lg mb-6 2xl:mb-12\"><p>If you have a project and would like to discuss it with us, then please do call us or email us using the form below.<\/p>\n<\/div>\n                    <\/div>\n                    <div class=\"relative contact-form__body\">\n                        <div>\n                            <div id=\"hubspotForm\"><\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"contact-form__bg absolute top-1\/2 right-0 -translate-y-1\/2\">\n            <img decoding=\"async\" width=\"257\" height=\"510\"\n                src=\"https:\/\/visibleone.com\/wp-content\/themes\/visibleone\/public\/images\/projects\/StartContact-bgImg_c8261431.png\"\n                alt=\"\" aria-hidden=\"true\" loading=\"lazy\" class=\"h-auto w-24 lg:w-36 2xl:w-auto\" \/>\n        <\/div>\n<\/section>\n<style>\n\n<\/style>\n<script>\n    document.addEventListener(\"DOMContentLoaded\", function () {\n        \/\/ Your HubSpot form details\n        const portalId = \"5194436\";\n        const formId = \"e33b5cfc-cf5c-455d-b312-c0df53f10845\";\n\n        \/\/ Function to load the HubSpot form dynamically\n        function loadHubSpotForm() {\n            const script = document.createElement('script');\n            script.src = 'https:\/\/js.hsforms.net\/forms\/v2.js'; \/\/ HubSpot's form script\n            script.onload = () => {\n                window.hbspt.forms.create({\n                    portalId: portalId,\n                    formId: formId,\n                    target: '#hubspotForm', \/\/ ID of the element where the form will be rendered\n                    css: \"\",\n\t\t\t\t\tonFormSubmitted: function ($form, data) {\n    var values = data.submissionValues || {};\n    var email = values.email || '';\n    var phone = values.phone || '';\n\n    console.log(\"HubSpot form submitted:\");\n    console.log(\"Email:\", email);\n    console.log(\"Phone:\", phone);\n\n    gtag('set', 'user_data', {\n        email: email,\n        phone_number: phone\n    });\n}\n,\n                    onFormReady: function ($form) {\n                        const targetElement = $form.find('.hs-form-field label');\n                        targetElement?.each(function (key, label) {\n                            const placeholder = label?.getAttribute('placeholder');\n                            const name = label?.closest('.hs-form-field').querySelector('select')?.getAttribute('name')?.replaceAll('_', ' ');\n                            const placeholder1 = label?.closest('.hs-form-field').querySelector('input')?.getAttribute('placeholder');\n                            label?.querySelector('span:first-child')?.setAttribute('arial-label', placeholder1)\n                            label?.setAttribute('arial-label', placeholder1);\n                            label?.closest('.hs-form-field').querySelector('input')?.setAttribute('arial-label', placeholder1?.replace('*', ''))\n                            label?.closest('.hs-form-field').querySelector('select')?.setAttribute('arial-label', name?.replaceAll('_', ' '))\n                        });\n                        const style = document.createElement('style');\n                        style.innerHTML = `\n                        .hs-error-msgs label {\n                            color: #fc010c;\n                        }\n                        .hbspt-form select,\n                        .hbspt-form select::placeholder{\n                            color: #33475b !important;\n  opacity: 1 !important;\n                        }\n                        .hbspt-form textarea::placeholder,\n.hbspt-form input::placeholder{\n  color: #33475b !important;\n  opacity: 1 !important;\n}\n.hbspt-form input{\n  background-color: #fff !important;\n}\n.hs_submit input[type=submit]{\n  background: #000 !important;\n  color:#fff !important;\n  border:1px solid #000 !important;\n}\n                        `;\n                        document.querySelector('#hubspotForm iframe').contentDocument.head.appendChild(style);\n                    }\n                });\n            };\n            document.body.appendChild(script);\n        }\n\n        loadHubSpotForm();\n        const remove_animation = () => {\n            document.querySelectorAll('.text-custom-animation-bt').forEach(function (ani) {\n                ani.classList.remove('aniBottomToTop');\n            });\n            document.querySelectorAll('.text-custom-animation-tb').forEach(function (ani) {\n                ani.classList.remove('aniTopToBottom');\n            });\n            document.querySelector('.contact-form-playpause-btn .pause_btn').classList?.remove('active');\n            document.querySelector('.contact-form-playpause-btn .play_btn').classList?.add('active');\n        }\n        const add_animation = () => {\n            const button = document.querySelector(\".contact-form-playpause-btn button\");\n            button.classList.toggle('active');\n            const play_btn = button?.getAttribute('data-play');\n            const pause_btn = button?.getAttribute('data-pause');\n            const is_active = document.querySelector(\".contact-form-playpause-btn button.active\");\n            if (!is_active) {\n                document.querySelectorAll('.text-custom-animation-bt').forEach(function (ani) {\n                    ani.classList.add('aniBottomToTop');\n                });\n                document.querySelectorAll('.text-custom-animation-tb').forEach(function (ani) {\n                    ani.classList.add('aniTopToBottom');\n                });\n                button.querySelector('img')?.setAttribute('src', pause_btn);\n            } else {\n                document.querySelectorAll('.text-custom-animation-bt').forEach(function (ani) {\n                    ani.classList.remove('aniBottomToTop');\n                });\n                document.querySelectorAll('.text-custom-animation-tb').forEach(function (ani) {\n                    ani.classList.remove('aniTopToBottom');\n                });\n                button.querySelector('img')?.setAttribute('src', play_btn);\n            }\n        }\n        document.querySelector('.contact-form-playpause-btn button')?.addEventListener('click', function () {\n            add_animation();\n\n        })\n        \n    });\n\n<\/script>","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":0,"parent":27597,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"class_list":["post-27975","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/visibleone.com\/mm\/wp-json\/wp\/v2\/pages\/27975","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/visibleone.com\/mm\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/visibleone.com\/mm\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/visibleone.com\/mm\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/visibleone.com\/mm\/wp-json\/wp\/v2\/comments?post=27975"}],"version-history":[{"count":0,"href":"https:\/\/visibleone.com\/mm\/wp-json\/wp\/v2\/pages\/27975\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/visibleone.com\/mm\/wp-json\/wp\/v2\/pages\/27597"}],"wp:attachment":[{"href":"https:\/\/visibleone.com\/mm\/wp-json\/wp\/v2\/media?parent=27975"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}