{"id":1510,"date":"2026-07-07T11:20:06","date_gmt":"2026-07-07T11:20:06","guid":{"rendered":"https:\/\/www.voctos.com\/?page_id=1510"},"modified":"2026-09-06T13:15:22","modified_gmt":"2026-09-06T13:15:22","slug":"technical-support","status":"publish","type":"page","link":"https:\/\/www.voctos.com\/ar\/technical-support\/","title":{"rendered":"\u0627\u0644\u062f\u0639\u0645 \u0627\u0644\u0641\u0646\u064a"},"content":{"rendered":"<style>\n\/* Heading wrapper shrinks to the text's own width so the decorative ring\/oval behind it\n   scales with the heading length, instead of always spanning the full column width\n   (fixes an oversized ring on short headings like \"SEO\"). *\/\n.voctos-hero-offer-wrap{display:block;width:-webkit-fit-content;width:fit-content;}\n\/* Optional country chip above the heading \u2014 location pages only. It renders\n   only when a country code (or an uploaded flag) is set, so every existing\n   hero is untouched. Two\n   tones, because the hero background is dark on seo\/support\/marketplaces and\n   light on dev\/geo\/content\/ppc. *\/\n.voctos-hero-flag{display:inline-flex;align-items:center;gap:9px;margin-bottom:40px;padding:8px 14px;border-radius:10px;font-size:13px;line-height:1;color:#fff;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.30);}\n.voctos-hero-flag img{width:22px;height:15px;border-radius:3px;display:block;object-fit:cover;}\n.voctos-hero-flag--ink{color:#0d172d;background:rgba(13,23,45,.06);border-color:rgba(13,23,45,.14);}\n\/* The decorative ring is drawn OUTSIDE the heading's box, so it reaches up\n   into whatever sits above it. The chip needs real air, not the 20px that\n   looked fine before the ring was there. *\/\n@media (min-width:1024px){.voctos-hero-flag{margin-bottom:56px;}}\n\/* Belt-and-suspenders: hide the ring immediately on first paint (before Alpine.js\n   finishes initializing x-show), so there's no flash of the ring on pages where it's\n   been turned off (e.g. ppc, matching the original page which has no ring at all). *\/\n.voctos-ring-hidden{display:none!important;}\n\/* \"max-w-[250px]\" (an arbitrary-value Tailwind class) was never compiled into the static\n   main.css, so it silently did nothing \u2014 same class of bug as \"lg:text-[60px]\" above. This\n   caps the support ball\/chain graphic's width on mobile; \"lg:max-w-full\" (a real compiled\n   class) already handles desktop, so this only needs to apply below that breakpoint. *\/\n.voctos-support-balls-cap{max-width:250px;}\n@media (min-width:1024px){.voctos-support-balls-cap{max-width:none;}}\n\/* Same broken-arbitrary-class issue for the marketplaces card images: \"h-[184px]\" and\n   \"bg-[#F3F3F3]\" never compiled into main.css. Scoped class fallback, matching the pattern\n   above (mobile keeps the compiled w-36\/h-24 utility classes; desktop needs the override). *\/\n.voctos-mp-card-img{background-color:#F3F3F3;}\n@media (min-width:1024px){.voctos-mp-card-img{width:100%;height:184px;}}\n\/* Marketplaces hero graphic \u2014 reproduces the live original exactly: the classed inline SVG\n   (mp-hand \/ orbit \/ oz \/ wb \/ ya \/ sber) is driven by the theme's OWN GSAP timeline via\n   Alpine x-data=\"marketplaceShort\" (staggered fade-in entrance, then a perpetual yoyo float of\n   the OZON\/WB\/Yandex\/Sber logo bubbles). This wrapper only positions the graphic like the\n   original: left-bleed + navy bottom-fade on mobile, shifted left on desktop. No CSS animation\n   here \u2014 the GSAP timeline in selfhost\/js\/main.min.js owns the motion*\/\n.voctos-mp-wrap{position:relative;transform:translate(-16px,80px);}\n.voctos-mp-wrap::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,#0D172D 25%,rgba(13,23,45,0) 75%);pointer-events:none;}\n.voctos-mp-wrap svg{display:block;width:100%;height:auto;}\n@media (min-width:1024px){\n  .voctos-mp-wrap{transform:translate(-30%,128px);}\n  .voctos-mp-wrap::after{display:none;}\n}\n\/* Service hero cards \u2014 mobile & tablet only (below lg\/1024px): the 4 cards below the main hero\n   scroll horizontally. (\"auto-cols-[307px]\" was never compiled, so the grid row collapsed and the\n   cards stacked.) The main hero box is untouched; desktop keeps its original layout. *\/\n@media (max-width:1023px){\n  .voctos-hero-cards{display:flex!important;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:18px;padding-bottom:14px;scroll-snap-type:x mandatory;}\n  .voctos-hero-cards>li{flex:0 0 auto;width:320px;max-width:100%;scroll-snap-align:center;}\n  .voctos-mp-wrap{transform:translate(-74px,80px);}\n}\n\/* Desktop: \"auto-cols-[307px]\" was never compiled, so the fixed 307px columns overflowed the\n   container and the last card got clipped by lg:overflow-hidden. Make the columns share the row\n   width equally so all cards fit. *\/\n@media (min-width:1024px){\n  .voctos-hero-cards{grid-auto-columns:minmax(0,1fr);}\n}\n<\/style>\n<style>\n\/* Support hero \u2014 mobile & tablet only (<1024px): the \"support\" heading word is forced to 60px but\n   the base line-height (from text-4xl, 40px) is shorter than the glyphs, so the gradient-clipped\n   text looked cut off (descenders of \"pp\" clipped). Give the heading enough line-height. Desktop\n   already uses lg:leading-snug and is unaffected. *\/\n@media (max-width:1023px){\n  .voctos-support-hero h1{line-height:1.18!important;}\n}\n<\/style>\n<!-- Oval positioned via inline style on the SVG element below -->\n<section class=\"voctos-support-hero sm:pt-24 pt-20 bg-lg-29 relative before:content-[&#039;&#039;] before:absolute before:inset-x-0 before:top-0 before:h-32 before:opacity-60\" style=\"background: linear-gradient(#0D172D 25%, #EFF0F4 100%);\">\n<div class=\"container grid grid-cols-11 justify-items-center mb-7 lg:items-center lg:justify-items-start lg:gap-x-7 lg:mb-28\">\n\n<!-- LEFT PANEL: controlled by service_type field -->\n<div class=\"col-span-full mb-7 lg:col-span-4 lg:col-start-2\" x-data=\"balls\">\n    <img decoding=\"async\" alt=\"\" class=\"voctos-support-balls-cap lg:max-w-full\" src=\"https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/ellipses-large.svg\" style=\"display: none;\" x-show=\"!isActive\"\/>\n                <svg class=\"voctos-support-balls-cap lg:max-w-full\" fill=\"none\" viewbox=\"0 0 313 281\" width=\"313\" x-show=\"isActive\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path class=\"si-chain\" clip-rule=\"evenodd\" d=\"M130.589 22.4223C129.56 22.3791 128.53 22.3513 127.5 22.3389L127.428 28.3384C128.398 28.3501 129.368 28.3763 130.337 28.417L130.589 22.4223ZM124.401 22.3477L124.508 28.3467C123.538 28.364 122.568 28.3958 121.598 28.4421L121.312 22.4489C122.342 22.3998 123.371 22.366 124.401 22.3477ZM136.759 22.8664C135.734 22.7617 134.708 22.6724 133.681 22.5984L133.25 28.5829C134.217 28.6526 135.184 28.7367 136.149 28.8353L136.759 22.8664ZM118.31 22.6357L118.77 28.6181C117.802 28.6925 116.836 28.7813 115.871 28.8845L115.232 22.9185C116.257 22.809 117.283 22.7147 118.31 22.6357ZM142.904 23.681C141.887 23.5149 140.867 23.3641 139.846 23.2285L139.057 29.1764C140.019 29.304 140.979 29.4461 141.936 29.6025L142.904 23.681ZM112.147 23.2959L112.964 29.2401C112.002 29.3722 111.043 29.5186 110.086 29.6794L109.092 23.7622C110.108 23.5916 111.126 23.4361 112.147 23.2959ZM148.973 24.861C147.968 24.634 146.959 24.4222 145.948 24.2256L144.803 30.1153C145.755 30.3005 146.705 30.5 147.651 30.7137L148.973 24.861ZM106.028 24.3242L107.199 30.2088C106.248 30.3981 105.299 30.6016 104.354 30.8193L103.008 24.9723C104.011 24.7413 105.018 24.5252 106.028 24.3242ZM154.973 26.4075C153.983 26.1202 152.99 25.848 151.992 25.5908L150.494 31.4008C151.433 31.643 152.369 31.8993 153.301 32.1697L154.973 26.4075ZM99.9917 25.7148L101.513 31.5187C100.575 31.7647 99.6407 32.0247 98.7104 32.2986L97.0156 26.5429C98.0034 26.2521 98.9956 25.976 99.9917 25.7148ZM160.874 28.316C159.904 27.9693 158.928 27.6375 157.949 27.3204L156.102 33.0292C157.024 33.3276 157.942 33.64 158.856 33.9663L160.874 28.316ZM94.0564 27.463L95.9234 33.1651C95.001 33.4672 94.0832 33.783 93.1702 34.1126L91.1328 28.4691C92.1023 28.1191 93.0769 27.7837 94.0564 27.463ZM166.644 30.576C165.697 30.1712 164.743 29.7809 163.785 29.4053L161.596 34.9917C162.498 35.3453 163.395 35.7126 164.287 36.0936L166.644 30.576ZM88.229 29.5673L90.4359 35.1467C89.5347 35.5031 88.6389 35.8731 87.7487 36.2565L85.3751 30.746C86.3205 30.3388 87.2719 29.9458 88.229 29.5673ZM172.267 33.182C171.345 32.7203 170.417 32.2729 169.483 31.8398L166.959 37.2833C167.838 37.691 168.712 38.1122 169.58 38.5467L172.267 33.182ZM82.568 32.0049L85.1058 37.4417C84.2263 37.8523 83.353 38.2761 82.486 38.7132L79.7852 33.3554C80.7061 32.8912 81.6338 32.441 82.568 32.0049ZM177.725 36.127C176.833 35.6105 175.934 35.1078 175.029 34.6191L172.18 39.8997C173.032 40.3597 173.879 40.833 174.719 41.3193L177.725 36.127ZM77.0476 34.7881L79.909 40.0618C79.0568 40.5242 78.2113 40.9996 77.373 41.4878L74.3535 36.303C75.2441 35.7843 76.1423 35.2793 77.0476 34.7881ZM182.994 39.3936C182.135 38.824 181.267 38.268 180.393 37.7256L177.23 42.8245C178.054 43.3353 178.871 43.8589 179.68 44.3953L182.994 39.3936ZM71.6905 37.9092L74.8663 42.9998C74.044 43.5128 73.2291 44.0384 72.422 44.5765L69.0938 39.5842C69.9512 39.0126 70.8169 38.4542 71.6905 37.9092ZM188.065 42.9769C187.241 42.3569 186.409 41.75 185.569 41.1562L182.105 46.0556C182.897 46.615 183.681 47.1868 184.457 47.771L188.065 42.9769ZM66.5377 41.3447L70.0159 46.2337C69.2256 46.796 68.4433 47.3705 67.6693 47.9572L64.0449 43.1756C64.8671 42.5524 65.6981 41.942 66.5377 41.3447ZM192.811 46.7689C192.045 46.1196 191.271 45.4825 190.489 44.8574L186.742 49.5433C187.479 50.1326 188.208 50.7332 188.93 51.3453L188.995 51.3999L192.879 46.8268L192.811 46.7689ZM61.6216 45.0703L65.3879 49.7409C64.6331 50.3496 63.8869 50.9701 63.1495 51.6024L59.2441 47.0473C60.0273 46.3758 60.8199 45.7168 61.6216 45.0703ZM197.466 50.9665C196.722 50.2539 195.968 49.5524 195.203 48.8623L191.184 53.3169C191.904 53.9668 192.614 54.6274 193.315 55.2986L197.466 50.9665ZM56.915 49.1064L60.9561 53.5415C60.2397 54.1942 59.5323 54.8584 58.8342 55.5339L54.6621 51.2218C55.4033 50.5047 56.1543 49.7995 56.915 49.1064ZM201.798 55.3756C201.099 54.6197 200.388 53.8743 199.666 53.1397L195.387 57.3451C196.067 58.0369 196.736 58.7389 197.395 59.4508L201.798 55.3756ZM52.4744 53.4014L56.7731 57.5872C56.0975 58.2811 55.4312 58.9859 54.7745 59.7016L50.3535 55.6452C51.0503 54.8857 51.7573 54.1378 52.4744 53.4014ZM205.864 60.0438C205.211 59.2471 204.547 58.4603 203.87 57.6836L199.346 61.6244C199.983 62.3558 200.609 63.0968 201.224 63.8471L205.864 60.0438ZM48.3017 57.9492L52.8403 61.8736C52.632 62.1145 52.4248 62.3565 52.2186 62.5997L50.9122 64.1403L46.3359 60.2599L47.6423 58.7193C47.861 58.4614 48.0808 58.2047 48.3017 57.9492ZM208.547 63.3868L206.674 61.043L201.986 64.7881L203.859 67.1319L208.547 63.3868ZM44.3953 62.5479L48.9716 66.4283L48.534 66.9443C48.0481 67.5175 47.5694 68.0966 47.0982 68.6816L42.4258 64.9174C42.9285 64.2934 43.4391 63.6756 43.9576 63.0641L44.3953 62.5479ZM212.291 68.0743L210.418 65.7305L205.73 69.4756L207.603 71.8194L212.291 68.0743ZM40.5148 67.3704L45.3068 70.981C44.7244 71.754 44.1545 72.5363 43.5974 73.3276L38.6913 69.8737C39.2856 69.0295 39.8935 68.195 40.5148 67.3704ZM216.037 72.7618L214.164 70.418L209.477 74.1631L211.349 76.5069L216.037 72.7618ZM36.9531 72.4307L41.9681 75.7246C41.4368 76.5336 40.9186 77.351 40.4137 78.1766L35.2949 75.0464C35.8335 74.1656 36.3863 73.2936 36.9531 72.4307ZM219.781 77.4493L217.908 75.1055L213.221 78.8506L215.093 81.1944L219.781 77.4493ZM33.7162 77.7236L38.9338 80.6863C38.4558 81.528 37.9915 82.3774 37.541 83.2341L32.2305 80.4415C32.7111 79.5276 33.2064 78.6215 33.7162 77.7236ZM223.527 82.1378L221.654 79.7939L216.967 83.539L218.839 85.8829L223.527 82.1378ZM30.8322 83.208L36.2302 85.8274C35.8078 86.698 35.3994 87.5754 35.0052 88.4594L29.5254 86.0157C29.9459 85.0727 30.3816 84.1367 30.8322 83.208ZM227.271 86.8251L225.399 84.4812L220.711 88.2263L222.584 90.5702L227.271 86.8251ZM28.3047 88.876L33.8606 91.1414C33.4944 92.0396 33.143 92.942 32.8067 93.8483L27.1816 91.7604C27.5401 90.7946 27.9145 89.8331 28.3047 88.876ZM231.017 91.5128L229.145 89.1689L224.457 92.914L226.33 95.2579L231.017 91.5128ZM234.761 96.2004L232.889 93.8566L228.201 97.6017L230.074 99.9455L234.761 96.2004ZM236.635 98.5439L238.507 100.888L233.82 104.633L231.947 102.289L236.635 98.5439ZM30.1591 102.196L24.3585 100.662C24.0943 101.661 23.8465 102.664 23.6152 103.669L29.4624 105.014C29.6792 104.072 29.9114 103.133 30.1591 102.196ZM240.379 103.232L242.252 105.576L237.564 109.321L235.691 106.978L240.379 103.232ZM28.854 107.874L22.9659 106.721C22.7673 107.735 22.5853 108.751 22.4199 109.769L28.3424 110.731C28.4973 109.777 28.6678 108.824 28.854 107.874ZM244.123 107.92L245.996 110.264L241.308 114.009L239.436 111.665L244.123 107.92ZM247.869 112.607L249.742 114.951L245.054 118.696L243.182 116.352L247.869 112.607ZM251.613 117.295L253.486 119.639L248.798 123.384L246.926 121.04L251.613 117.295ZM257.232 124.326L255.36 121.982L250.672 125.728L252.544 128.071L257.232 124.326ZM27.1894 125.233C27.1917 126.201 27.2097 127.168 27.2434 128.134L21.247 128.343C21.2111 127.312 21.1919 126.28 21.1895 125.247L27.1894 125.233ZM260.976 129.014L259.104 126.67L254.416 130.415L256.289 132.759L260.976 129.014ZM27.3925 131.048C27.4578 132.014 27.5386 132.978 27.6351 133.941L21.665 134.539C21.5621 133.512 21.4758 132.483 21.4062 131.452L27.3925 131.048ZM264.722 133.702L262.85 131.358L258.162 135.103L260.035 137.447L264.722 133.702ZM268.466 138.39L266.594 136.046L261.906 139.791L263.779 142.135L268.466 138.39ZM272.213 143.077L270.34 140.733L265.652 144.478L267.525 146.822L272.213 143.077ZM274.084 145.421L275.957 147.765L271.269 151.51L269.396 149.166L274.084 145.421ZM31.0446 151.03C30.7644 150.104 30.4991 149.173 30.2488 148.238L24.4529 149.79C24.7198 150.787 25.0028 151.779 25.3016 152.767L31.0446 151.03ZM277.83 150.108L279.703 152.452L275.015 156.197L273.143 153.853L277.83 150.108ZM32.8923 156.499C32.5533 155.592 32.229 154.679 31.9194 153.762L26.2344 155.68C26.5645 156.659 26.9104 157.632 27.2718 158.599L32.8923 156.499ZM281.574 154.797L283.447 157.141L278.759 160.886L276.887 158.542L281.574 154.797ZM35.0852 161.844C34.6891 160.96 34.3071 160.071 33.9395 159.175L28.3887 161.452C28.7806 162.408 29.1879 163.357 29.6104 164.299L35.0852 161.844ZM285.32 159.484L287.193 161.828L282.505 165.573L280.633 163.229L285.32 159.484ZM289.065 164.172L290.937 166.516L286.249 170.261L284.377 167.917L289.065 164.172ZM294.687 171.446C294.09 170.59 293.473 169.746 292.836 168.915L288.074 172.565C288.656 173.324 289.219 174.094 289.763 174.876L294.687 171.446ZM39.0495 169.649C39.5291 170.49 40.0222 171.323 40.5286 172.148L35.4153 175.287C34.8752 174.407 34.3494 173.519 33.8379 172.622L39.0495 169.649ZM298.038 176.757C297.521 175.848 296.983 174.95 296.424 174.064L291.35 177.266C291.86 178.074 292.351 178.893 292.822 179.723L298.038 176.757ZM42.0968 174.61C42.6298 175.419 43.1759 176.218 43.7347 177.009L38.835 180.472C38.2389 179.629 37.6565 178.776 37.0879 177.913L42.0968 174.61ZM45.4529 179.358C46.0369 180.13 46.6333 180.893 47.2419 181.645L42.5766 185.418C41.9272 184.615 41.291 183.802 40.668 182.978L45.4529 179.358ZM51.0455 186.049C50.3888 185.337 49.7437 184.614 49.1105 183.881L44.5703 187.804C45.2459 188.586 45.9343 189.357 46.6352 190.117L51.0455 186.049ZM302.117 185.245C302.504 186.217 302.869 187.197 303.211 188.185L297.541 190.149C297.229 189.247 296.896 188.353 296.543 187.466L302.117 185.245ZM55.0985 190.167C54.3981 189.5 53.7088 188.822 53.0308 188.133L48.7537 192.341C49.4773 193.076 50.213 193.8 50.9605 194.512L55.0985 190.167ZM304.176 191.192C304.472 192.195 304.746 193.205 304.996 194.22L299.17 195.655C298.942 194.729 298.692 193.808 298.422 192.893L304.176 191.192ZM59.4436 194.043C58.701 193.423 57.9688 192.791 57.2474 192.147L53.2539 196.625C54.0239 197.312 54.8053 197.986 55.5979 198.648L59.4436 194.043ZM64.0255 197.621C63.2439 197.051 62.4723 196.468 61.7107 195.873L58.0176 200.602C58.8304 201.237 59.654 201.859 60.4881 202.467L64.0255 197.621ZM66.3901 199.289C67.1889 199.833 67.9972 200.365 68.8147 200.884L65.5989 205.949C64.7266 205.396 63.8641 204.828 63.0117 204.248L66.3901 199.289ZM71.3068 202.41C72.1387 202.901 72.9793 203.379 73.8286 203.844L70.9477 209.107C70.0419 208.611 69.1452 208.101 68.2578 207.578L71.3068 202.41ZM79.0141 206.47C78.1351 206.06 77.2641 205.636 76.4014 205.199L73.6914 210.552C74.6113 211.018 75.5398 211.47 76.4768 211.907L79.0141 206.47ZM82.5869 208.045C82.2778 207.916 81.9696 207.786 81.6623 207.654L79.2989 213.169C79.6263 213.309 79.9547 213.448 80.284 213.585L82.1005 214.34L84.4035 208.8L82.5869 208.045ZM87.1741 209.951L89.9443 211.103L87.6413 216.643L84.8711 215.492L87.1741 209.951ZM95.4833 213.405L92.7131 212.254L90.4102 217.794L93.1804 218.946L95.4833 213.405ZM101.024 215.708L98.2542 214.557L95.9512 220.097L98.7214 221.249L101.024 215.708ZM103.795 216.86L106.565 218.012L104.262 223.552L101.492 222.401L103.795 216.86ZM109.336 219.163L112.106 220.315L109.803 225.855L107.033 224.704L109.336 219.163ZM117.645 222.617L114.875 221.466L112.572 227.006L115.342 228.158L117.645 222.617ZM120.416 223.769L123.186 224.92L120.883 230.46L118.113 229.309L120.416 223.769ZM125.957 226.072L128.727 227.224L126.425 232.764L123.654 231.613L125.957 226.072ZM134.267 229.526L131.496 228.375L129.193 233.915L131.964 235.067L134.267 229.526ZM139.808 231.829L137.038 230.678L134.735 236.218L137.505 237.37L139.808 231.829ZM142.578 232.98L145.349 234.132L143.046 239.672L140.275 238.521L142.578 232.98ZM150.888 236.436L148.117 235.284L145.814 240.825L148.585 241.976L150.888 236.436ZM294.921 237.569L300.338 240.149C299.888 241.092 299.417 242.026 298.924 242.95L293.631 240.125C294.081 239.282 294.511 238.43 294.921 237.569ZM156.429 238.738L153.658 237.587L151.355 243.127L154.126 244.279L156.429 238.738ZM159.199 239.89L161.97 241.041L159.667 246.582L156.896 245.43L159.199 239.89ZM164.74 242.192L167.511 243.344L165.208 248.884L162.438 247.733L164.74 242.192ZM173.05 245.648L170.28 244.496L167.977 250.037L170.747 251.188L173.05 245.648ZM178.591 247.95L175.82 246.799L173.518 252.339L176.288 253.491L178.591 247.95ZM181.362 249.102L184.132 250.253L181.829 255.793L179.059 254.642L181.362 249.102ZM189.671 252.556L186.901 251.404L184.598 256.945L187.368 258.096L189.671 252.556ZM285.48 251.842L289.943 255.852C289.24 256.635 288.517 257.399 287.776 258.143L283.523 253.911C284.192 253.239 284.845 252.549 285.48 251.842ZM195.212 254.859L192.442 253.708L190.139 259.248L192.909 260.4L195.212 254.859ZM281.448 255.893L285.477 260.338C284.698 261.045 283.901 261.731 283.087 262.396L279.289 257.751C280.024 257.15 280.744 256.531 281.448 255.893ZM200.753 257.162L197.983 256.011L195.68 261.551L198.45 262.703L200.753 257.162ZM203.522 258.313L206.292 259.465L203.989 265.005L201.219 263.854L203.522 258.313ZM280.604 264.323L277.048 259.491C276.282 260.054 275.503 260.598 274.711 261.121L278.017 266.128C278.894 265.549 279.757 264.947 280.604 264.323ZM209.063 260.616L211.833 261.768L209.53 267.308L206.76 266.157L209.063 260.616ZM275.316 267.812L272.272 262.642C271.453 263.124 270.623 263.584 269.781 264.024L272.559 269.342C273.491 268.856 274.41 268.345 275.316 267.812ZM214.604 262.92L217.374 264.071L215.071 269.612L212.301 268.46L214.604 262.92ZM222.283 266.111L220.145 265.223L217.842 270.763L219.98 271.652C220.203 271.744 220.425 271.835 220.649 271.925L222.887 266.359C222.686 266.277 222.484 266.195 222.283 266.111ZM267.254 265.264L269.762 270.715C268.808 271.154 267.842 271.569 266.867 271.959L264.639 266.388C265.52 266.036 266.392 265.661 267.254 265.264ZM228.29 268.22C227.379 267.957 226.474 267.671 225.575 267.361L223.621 273.034C224.616 273.377 225.618 273.694 226.626 273.985L228.29 268.22ZM261.951 267.385L263.893 273.062C262.899 273.402 261.896 273.717 260.886 274.006L259.234 268.238C260.147 267.976 261.053 267.692 261.951 267.385ZM233.846 269.52C232.913 269.351 231.984 269.159 231.058 268.942L229.691 274.785C230.716 275.024 231.745 275.238 232.779 275.424L233.846 269.52ZM256.456 268.958L257.812 274.803C256.788 275.04 255.759 275.252 254.724 275.437L253.666 269.531C254.601 269.364 255.531 269.173 256.456 268.958ZM239.502 270.246C238.556 270.174 237.612 270.077 236.67 269.956L235.906 275.907C236.949 276.041 237.995 276.148 239.043 276.229L239.502 270.246ZM250.822 269.966L251.576 275.918C250.534 276.05 249.488 276.156 248.44 276.235L247.988 270.252C248.935 270.181 249.88 270.085 250.822 269.966ZM242.262 270.39C243.211 270.415 244.16 270.417 245.109 270.394L245.252 276.393C244.201 276.418 243.15 276.416 242.1 276.387L242.262 270.39ZM289.071 247.413L293.917 250.951C293.296 251.801 292.656 252.634 291.995 253.448L287.334 249.67C287.931 248.934 288.51 248.181 289.071 247.413ZM297.378 245.693L292.219 242.629C291.732 243.448 291.226 244.258 290.701 245.057L295.715 248.352C296.29 247.477 296.845 246.591 297.378 245.693ZM297.147 232.282L302.778 234.354C302.417 235.335 302.034 236.308 301.628 237.273L296.098 234.945C296.468 234.065 296.818 233.177 297.147 232.282ZM304.645 228.467L298.85 226.911C298.603 227.833 298.334 228.749 298.045 229.658L303.762 231.478C304.08 230.481 304.374 229.477 304.645 228.467ZM306 222.303L300.086 221.287C299.925 222.227 299.742 223.164 299.537 224.096L305.398 225.381C305.622 224.36 305.823 223.333 306 222.303ZM300.799 215.577L306.78 216.047C306.699 217.089 306.593 218.129 306.464 219.167L300.51 218.425C300.628 217.478 300.724 216.528 300.799 215.577ZM306.986 209.756C307 210.801 306.99 211.847 306.956 212.892L300.959 212.698C300.99 211.744 300.999 210.79 300.986 209.835L306.986 209.756ZM306.872 206.602C306.811 205.558 306.725 204.515 306.616 203.475L300.648 204.102C300.748 205.051 300.826 206.003 300.883 206.956L306.872 206.602ZM305.685 197.318C305.888 198.344 306.067 199.375 306.223 200.409L300.29 201.304C300.148 200.36 299.984 199.419 299.799 198.483L305.685 197.318ZM300.894 182.365C300.462 181.413 300.009 180.47 299.535 179.537L294.188 182.259C294.621 183.11 295.034 183.97 295.427 184.839L300.894 182.365ZM37.6419 167.085C37.1895 166.228 36.7509 165.365 36.3262 164.494L30.9336 167.125C31.3865 168.053 31.8542 168.974 32.3367 169.887L37.6419 167.085ZM28.9268 142.577C29.1164 143.526 29.3212 144.473 29.5413 145.415L23.6984 146.779C23.4636 145.774 23.2451 144.765 23.043 143.752L28.9268 142.577ZM27.9729 136.843C28.1006 137.802 28.2438 138.759 28.4025 139.713L22.4837 140.697C22.3145 139.679 22.1617 138.658 22.0254 137.635L27.9729 136.843ZM27.3648 119.42L21.3767 119.043C21.3118 120.074 21.2637 121.106 21.2324 122.138L27.2297 122.32C27.259 121.353 27.304 120.386 27.3648 119.42ZM27.9199 113.623L21.9691 112.855C21.837 113.88 21.7216 114.907 21.623 115.935L27.5956 116.508C27.688 115.545 27.7961 114.583 27.9199 113.623ZM26.141 94.709L31.8305 96.6142C31.5227 97.5333 31.2301 98.456 30.9528 99.382L25.2051 97.6605C25.5008 96.673 25.8128 95.6891 26.141 94.709Z\" fill=\"url(#paint0_linear_466_3923)\" fill-rule=\"evenodd\"><\/path>\n                    <ellipse class=\"si-ball-1\" cx=\"106.641\" cy=\"106.5\" fill=\"url(#paint1_angular_466_3923)\" rx=\"106.641\" ry=\"106.5\"><\/ellipse>\n                    <ellipse class=\"si-ball-2\" cx=\"244.835\" cy=\"212.934\" fill=\"url(#paint2_angular_466_3923)\" rx=\"52.5694\" ry=\"52.5\" transform=\"rotate(-110 244.835 212.934)\"><\/ellipse>\n                    <defs>\n                        <lineargradient gradientunits=\"userSpaceOnUse\" id=\"paint0_linear_466_3923\" x1=\"304.697\" x2=\"21.1895\" y1=\"23.3591\" y2=\"23.3591\">\n                            <stop stop-color=\"#D8FF23\"><\/stop>\n                            <stop offset=\"1\" stop-color=\"#536D83\"><\/stop>\n                        <\/lineargradient>\n                        <radialgradient cx=\"0\" cy=\"0\" gradienttransform=\"translate(106.641 106.5) scale(106.641 106.5)\" gradientunits=\"userSpaceOnUse\" id=\"paint1_angular_466_3923\" r=\"1\">\n                            <stop stop-color=\"white\"><\/stop>\n                            <stop offset=\"1\" stop-color=\"#415D77\"><\/stop>\n                        <\/radialgradient>\n                        <radialgradient cx=\"0\" cy=\"0\" gradienttransform=\"translate(244.835 212.934) scale(52.5694 52.5)\" gradientunits=\"userSpaceOnUse\" id=\"paint2_angular_466_3923\" r=\"1\">\n                            <stop stop-color=\"#E6E9C0\"><\/stop>\n                            <stop offset=\"0.999891\" stop-color=\"#7F9915\"><\/stop>\n                        <\/radialgradient>\n                    <\/defs>\n                <\/svg>\n<\/div>\n<!-- END LEFT PANEL -->\n\n<div class=\"col-span-full lg:col-span-3 lg:justify-self-center\">\n<div class=\"mb-4 lg:mb-4\">\n<div class=\"voctos-hero-offer-wrap relative mb-4 lg:mb-8\" x-data=\"offer\">\n<h1 class=\"text-4xl relative text-white z-[2] lg:text-[60px] lg:leading-snug\" style=\"font-size:60px;\">Website technical<br><span class=\"relative inline-block px-6 lg:px-8\" style=\"background:linear-gradient(91.39deg,#869D20 8.29%,#E7ED6C 33.96%,#869D20 62.37%,#E7ED6C 99.95%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;\"><span class=\"absolute\" style=\"width:14px;height:16px;left:0;top:50%;transform:translateY(-50%);background:url(https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/assets\/img\/dev-arrow.svg) no-repeat center\/contain;\"><\/span>support<span class=\"absolute\" style=\"width:14px;height:16px;right:0;top:50%;transform:translateY(-50%) scaleX(-1);background:url(https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/assets\/img\/dev-arrow.svg) no-repeat center\/contain;\"><\/span><span class=\"absolute\" style=\"width:34px;height:32px;right:-20px;top:-22px;background:url(https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/assets\/img\/dev-mustache.svg) no-repeat center\/contain;\"><\/span><span class=\"absolute\" style=\"left:0;top:108%;width:100%;height:16px;background:url(https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/assets\/img\/dev-line.svg) no-repeat center\/contain;\"><\/span><\/span><\/h1>\n<!-- offer-bg SVG: centered on h1 via top:50% translateY(-50%), width:148% of container, left:-14% -->\n<svg class=\"absolute z-[1] voctos-ring voctos-ring-hidden\" fill=\"none\" viewbox=\"0 0 473 190\" preserveAspectRatio=\"none\" style=\"width:148%;height:205px;left:-14%;top:50%;transform:translateY(-50%)\" x-show=\"false\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path class=\"fade-in-first\" d=\"M221.059 25.2622C299.6 28.1463 347.454 46.0472 363.799 73.8076C378.739 99.1827 365.114 129.208 337.002 142.871C312.179 154.936 238.003 164.92 167.766 165.737C85.2694 166.696 28.9295 155.858 19.9608 131.168C19.8927 130.981 19.8254 130.793 19.7591 130.605C14.4008 115.448 14.7686 99.6966 19.9543 84.2108C24.0134 72.0895 30.7826 60.7448 39.3958 50.2386C43.5913 45.1209 47.9603 40.531 52.2549 36.5247C53.76 35.1206 55.1509 33.8876 56.3964 32.8337C57.1553 32.1915 57.7053 31.7454 58.0153 31.5038C59.7843 30.1243 61.744 31.1126 62.3926 33.7112C63.0411 36.3097 62.1328 39.5344 60.3638 40.9138C60.1315 41.0949 59.6604 41.477 58.9823 42.0508C57.833 43.0234 56.5398 44.1698 55.1347 45.4805C51.1144 49.2308 47.023 53.5293 43.1185 58.2919C25.4435 79.8515 17.954 102.217 25.8407 124.527C25.8964 124.685 25.953 124.843 26.0103 125.001C33.3426 145.186 89.5742 156.003 168.646 155.083C238.209 154.274 311.894 144.357 335.815 132.73C347.257 127.169 356.068 118.616 360.298 109.294C364.379 100.3 364.029 90.9741 358.495 81.5758C343.533 56.1631 296.956 38.7399 219.973 35.9131C107.193 31.7719 45.2346 53.0778 34.7175 96.8216C34.03 99.6814 32.0505 101.44 30.2964 100.749C28.5422 100.059 27.6775 97.1808 28.3651 94.321C40.7022 43.007 104.727 20.9905 221.059 25.2622Z\" fill=\"#CF5C90\" style=\"opacity: 1;\"><\/path>\n<path class=\"fade-in-second\" d=\"M436.863 130.053C438.644 130.053 440.088 131.516 440.088 133.32C440.088 135.125 438.644 136.588 436.863 136.588H416.688L425.764 159.663C426.392 161.26 425.689 163.059 424.192 163.804L423.961 163.908C422.306 164.575 420.43 163.758 419.771 162.081L408.936 134.529L407.176 130.053H436.863Z\" fill=\"url(#paint0_linear_828_6719)\" style=\"opacity: 0.0278;\"><\/path>\n<path class=\"fade-in-second\" d=\"M409.96 131.673C410.856 130.124 412.839 129.593 414.391 130.487C439.587 144.999 458.978 163.194 472.514 185.059C473.456 186.581 472.984 188.576 471.46 189.516C469.936 190.456 467.937 189.985 466.996 188.464C454.043 167.542 435.444 150.089 411.149 136.096C409.597 135.202 409.065 133.222 409.96 131.673Z\" fill=\"url(#paint1_linear_828_6719)\" style=\"opacity: 0.0278;\"><\/path>\n<path class=\"fade-in-third\" d=\"M397.29 148.733C397.851 147.038 399.693 146.115 401.404 146.67C403.115 147.226 404.048 149.05 403.487 150.744L394.73 177.197C394.169 178.892 392.327 179.815 390.615 179.26C388.904 178.704 387.972 176.88 388.533 175.185L397.29 148.733Z\" fill=\"url(#paint2_linear_828_6719)\" style=\"opacity: 0;\"><\/path>\n<path class=\"fade-in-third\" d=\"M382.101 143.59C383.533 142.558 385.539 142.872 386.58 144.291C387.622 145.709 387.305 147.696 385.873 148.728L373.48 157.655C372.048 158.687 370.042 158.374 369.001 156.955C367.959 155.536 368.276 153.55 369.708 152.518L382.101 143.59Z\" fill=\"url(#paint3_linear_828_6719)\" style=\"opacity: 0;\"><\/path>\n<path class=\"fade-in-third\" d=\"M426.909 81.5559C427.561 79.8867 429.409 79.0748 431.038 79.7425C432.666 80.4101 433.458 82.3045 432.807 83.9737L423.88 106.848C423.228 108.517 421.38 109.329 419.751 108.661C418.123 107.993 417.331 106.099 417.982 104.43L426.909 81.5559Z\" fill=\"url(#paint4_linear_828_6719)\" style=\"opacity: 0;\"><\/path>\n<path class=\"fade-in-third\" d=\"M449.089 97.7365C450.539 96.71 452.555 97.0429 453.591 98.48C454.628 99.9171 454.292 101.914 452.841 102.941L436.964 114.176C435.513 115.203 433.497 114.87 432.461 113.433C431.425 111.996 431.761 109.999 433.212 108.972L449.089 97.7365Z\" fill=\"url(#paint5_linear_828_6719)\" style=\"opacity: 0;\"><\/path>\n<path class=\"fade-in-first\" d=\"M231.683 14.4673C318.441 18.2098 371.444 36.6082 389.692 64.2826C406.137 89.2235 391.824 118.441 361.467 131.583C334.299 143.344 252.365 152.537 174.704 152.586C83.8887 152.644 21.4259 141.17 11.4193 116.939C11.3428 116.754 11.2671 116.568 11.1924 116.383C5.1626 101.394 5.35256 85.8586 10.8007 70.6175C15.0734 58.6647 22.329 47.4928 31.6252 37.1594C36.1619 32.1166 40.8981 27.5983 45.5598 23.6605C47.1925 22.2814 48.7011 21.0717 50.0513 20.0395C50.5271 19.6758 50.9502 19.3595 51.3161 19.0916C51.5408 18.9272 51.6997 18.8132 51.7885 18.7508C53.2215 17.7433 54.7579 18.6322 55.2201 20.7364C55.6824 22.8405 54.8955 25.363 53.4626 26.3706C53.4026 26.4127 53.2728 26.5058 53.0776 26.6487C52.7437 26.8931 52.353 27.1852 51.91 27.5239C50.6351 28.4985 49.203 29.6467 47.6491 30.9593C43.2062 34.7123 38.6922 39.0186 34.3912 43.7995C14.8283 65.545 6.69506 88.2977 15.9294 111.252C15.9947 111.415 16.0609 111.577 16.1279 111.739C24.7878 132.709 87.3103 144.194 175.433 144.138C252.598 144.089 334.175 134.936 360.676 123.464C373.51 117.908 383.377 109.226 388.075 99.6353C392.646 90.3059 392.108 80.5364 385.619 70.696C368.466 44.6806 316.391 26.6043 230.804 22.9124C105.352 17.5007 36.5817 38.3275 25.3314 82.875C24.7611 85.1331 23.1692 86.4886 21.7756 85.9025C20.3821 85.3164 19.7148 83.0108 20.285 80.7527C33.0563 30.1827 103.243 8.9268 231.683 14.4673Z\" fill=\"url(#paint6_linear_828_6719)\" style=\"opacity: 1;\"><\/path>\n<defs>\n<lineargradient gradientunits=\"userSpaceOnUse\" id=\"paint0_linear_828_6719\" x1=\"443.418\" x2=\"422.292\" y1=\"136.676\" y2=\"105.463\"><stop stop-color=\"#FF8AA3\"><\/stop><stop offset=\"0.371585\" stop-color=\"#F7709A\"><\/stop><stop offset=\"0.676191\" stop-color=\"#A669FF\"><\/stop><stop offset=\"1\" stop-color=\"#FFA4A4\"><\/stop><\/lineargradient>\n<lineargradient gradientunits=\"userSpaceOnUse\" id=\"paint1_linear_828_6719\" x1=\"475.109\" x2=\"419.575\" y1=\"120.286\" y2=\"101.948\"><stop stop-color=\"#2ECECD\"><\/stop><stop offset=\"0.371585\" stop-color=\"#1EE6FD\"><\/stop><stop offset=\"0.676191\" stop-color=\"#CDDD77\"><\/stop><stop offset=\"1\" stop-color=\"#ED6D8C\"><\/stop><\/lineargradient>\n<lineargradient gradientunits=\"userSpaceOnUse\" id=\"paint2_linear_828_6719\" x1=\"404.158\" x2=\"389.635\" y1=\"141.147\" y2=\"139.044\"><stop stop-color=\"#2ECECD\"><\/stop><stop offset=\"0.371585\" stop-color=\"#1EE6FD\"><\/stop><stop offset=\"0.676191\" stop-color=\"#CDDD77\"><\/stop><stop offset=\"1\" stop-color=\"#ED6D8C\"><\/stop><\/lineargradient>\n<lineargradient gradientunits=\"userSpaceOnUse\" id=\"paint3_linear_828_6719\" x1=\"387.819\" x2=\"371.914\" y1=\"140.493\" y2=\"134.388\"><stop stop-color=\"#2ECECD\"><\/stop><stop offset=\"0.371585\" stop-color=\"#1EE6FD\"><\/stop><stop offset=\"0.676191\" stop-color=\"#CDDD77\"><\/stop><stop offset=\"1\" stop-color=\"#ED6D8C\"><\/stop><\/lineargradient>\n<lineargradient gradientunits=\"userSpaceOnUse\" id=\"paint4_linear_828_6719\" x1=\"433.543\" x2=\"419.095\" y1=\"74.7214\" y2=\"72.3784\"><stop stop-color=\"#2ECECD\"><\/stop><stop offset=\"0.371585\" stop-color=\"#1EE6FD\"><\/stop><stop offset=\"0.676191\" stop-color=\"#CDDD77\"><\/stop><stop offset=\"1\" stop-color=\"#ED6D8C\"><\/stop><\/lineargradient>\n<lineargradient gradientunits=\"userSpaceOnUse\" id=\"paint5_linear_828_6719\" x1=\"454.935\" x2=\"436.19\" y1=\"94.2682\" y2=\"86.8629\"><stop stop-color=\"#2ECECD\"><\/stop><stop offset=\"0.371585\" stop-color=\"#1EE6FD\"><\/stop><stop offset=\"0.676191\" stop-color=\"#CDDD77\"><\/stop><stop offset=\"1\" stop-color=\"#ED6D8C\"><\/stop><\/lineargradient>\n<lineargradient gradientunits=\"userSpaceOnUse\" id=\"paint6_linear_828_6719\" x1=\"419.881\" x2=\"218.905\" y1=\"8.42526\" y2=\"-198.005\"><stop stop-color=\"#2ECECD\"><\/stop><stop offset=\"0.371585\" stop-color=\"#1EE6FD\"><\/stop><stop offset=\"0.676191\" stop-color=\"#CDDD77\"><\/stop><stop offset=\"1\" stop-color=\"#ED6D8C\"><\/stop><\/lineargradient>\n<\/defs>\n<\/svg>\n<\/div>\n<\/div>\n<p class=\"text-lg text-white mb-3 leading-tight whitespace-pre-line lg:mb-5 lg:text-fs-8 mt-[40px]\">We keep your site fast, secure, and online, day after day.<\/p>\n<div class=\"flex flex-col lg:flex-row xl:flex-row\">\n<div class=\"w-full lg:w-auto xl:w-auto\">\n    <a href=\"#request\" class=\"inline-block text-center w-full lg:50 xl:50 text-sm py-4 px-5 bg-primary rounded-rc-6 text-white\">Get a support quote<\/a>\n    <\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<ul class=\"voctos-hero-cards container grid grid-flow-col auto-cols-[307px] gap-x-9 gap-y-[18px] overflow-x-auto lg:overflow-hidden xl:overflow-hidden\">\n            <li class=\"rounded-rc-5 bg-white px-4 py-7 shadow-lg flex flex-col items-center\">\n                <img decoding=\"async\" alt=\"\" class=\"mb-4 w-[89px] h-[72px]\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/voctos-hero-1.svg\"\/>\n                <div>\n            <p class=\"text-third text-base text-center leading-tight font-medium min-h-[30px] mb-3\">You focus, we fix<\/p>\n            <p class=\"text-fs-8 text-center\">You run the business. We handle bugs, updates, and outages behind the scenes.<\/p>\n        <\/div>\n    <\/li>\n                <li class=\"rounded-rc-5 bg-white px-4 py-7 shadow-lg flex flex-col items-center\">\n                <img decoding=\"async\" alt=\"\" class=\"mb-4 w-[89px] h-[72px]\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/voctos-hero-2.svg\"\/>\n                <div>\n            <p class=\"text-third text-base text-center leading-tight font-medium min-h-[30px] mb-3\">One point of contact<\/p>\n            <p class=\"text-fs-8 text-center\">Send a task any way you like. A dedicated manager owns it end to end.<\/p>\n        <\/div>\n    <\/li>\n                <li class=\"rounded-rc-5 bg-white px-4 py-7 shadow-lg flex flex-col items-center\">\n                <img decoding=\"async\" alt=\"\" class=\"mb-4 w-[89px] h-[72px]\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/voctos-hero-3.svg\"\/>\n                <div>\n            <p class=\"text-third text-base text-center leading-tight font-medium min-h-[30px] mb-3\">Transparent hours<\/p>\n            <p class=\"text-fs-8 text-center\">Every task and minute is logged in our CRM. You pay only for time actually spent.<\/p>\n        <\/div>\n    <\/li>\n                <li class=\"rounded-rc-5 bg-white px-4 py-7 shadow-lg flex flex-col items-center\">\n                <img decoding=\"async\" alt=\"\" class=\"mb-4 w-[89px] h-[72px]\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/voctos-hero-4.svg\"\/>\n                <div>\n            <p class=\"text-third text-base text-center leading-tight font-medium min-h-[30px] mb-3\">Response from 1 hour<\/p>\n            <p class=\"text-fs-8 text-center\">Priority plans start work within the hour, not the next business day.<\/p>\n        <\/div>\n    <\/li>\n        <\/ul>\n\n<div class=\"container relative z-[2]\">\n<nav class=\"py-6 lg:py-16\">\n<ul class=\"flex justify-center gap-x-2.5 lg:justify-start\" itemscope itemtype=\"https:\/\/schema.org\/BreadcrumbList\">\n        <li class=\"relative shrink-0 [&amp;:not(:last-child)]:after:content-[''] [&amp;:not(:last-child)]:after:absolute [&amp;:not(:last-child)]:after:w-0.5 [&amp;:not(:last-child)]:after:h-0.5 [&amp;:not(:last-child)]:after:rounded-full [&amp;:not(:last-child)]:after:bg-white [&amp;:not(:last-child)]:after:top-2 [&amp;:not(:last-child)]:after:-right-1.5\" itemprop=\"itemListElement\" itemscope itemtype=\"https:\/\/schema.org\/ListItem\">\n                <a class=\"block leading-3 text-fs-8 text-third p-1\" href=\"\/\" itemprop=\"item\"><span itemprop=\"name\">Home<\/span><\/a>\n                <meta content=\"1\" itemprop=\"position\"\/>\n    <\/li>\n        <li class=\"relative shrink-0 [&amp;:not(:last-child)]:after:content-[''] [&amp;:not(:last-child)]:after:absolute [&amp;:not(:last-child)]:after:w-0.5 [&amp;:not(:last-child)]:after:h-0.5 [&amp;:not(:last-child)]:after:rounded-full [&amp;:not(:last-child)]:after:bg-white [&amp;:not(:last-child)]:after:top-2 [&amp;:not(:last-child)]:after:-right-1.5\" itemprop=\"itemListElement\" itemscope itemtype=\"https:\/\/schema.org\/ListItem\">\n                <span class=\"block leading-3 text-fs-8 text-neutral-500\/90 p-1\" itemprop=\"item\"><span itemprop=\"name\">Technical Support<\/span><\/span>\n                <meta content=\"2\" itemprop=\"position\"\/>\n    <\/li>\n    <\/ul>\n<\/nav>\n<\/div>\n<\/section>\n\n\n    <section class=\"container mb-4\">\n\n        <div class=\"grid grid-cols-12 bg-white rounded-rc-1 pt-7 px-4 lg:pt-11 lg:pl-7 lg:pr-0 lg:pb-5 lg:overflow-hidden\">\n\n            <!-- Content: 9 cols desktop, full mobile -->\n            <div class=\"col-span-full lg:col-span-9\">\n\n                <h2 class=\"text-fs-7 font-medium mb-4 lg:text-4xl\">Website technical support and maintenance services<\/h2>\n\n                <p class=\"text-xs leading-tight mb-8 text-third lg:text-sm\">Website technical support is ongoing, hands-on maintenance that keeps your site fast, secure, and available while you run the business. We fix bugs, apply CMS, plugin, and theme updates, harden security, run backups, and respond to incidents, so a broken checkout or a blank page never turns into a lost day of revenue. One team, one point of contact, and every hour logged.<\/p>\n\n                <div class=\"grid grid-cols-2\">\n\n                    <h2 class=\"text-lg font-medium mb-3 text-third col-span-full lg:text-2xl\">Common technical support tasks<\/h2>\n\n                    <!-- Left advantages -->\n                    <ul class=\"si-whyus-list col-span-full mb-7 lg:col-span-1\">\n                                                <li>CMS, plugin, and theme updates<\/li>\n                                                <li>Scheduled backups to secure storage<\/li>\n                                                <li>Direct liaison with your hosting provider<\/li>\n                                                <li>Core CMS and security patching<\/li>\n                                                <li>SSL certificate setup and renewal<\/li>\n                                            <\/ul>\n\n                    <!-- Right advantages -->\n                    <ol class=\"si-whyus-list si-whyus-list--numbered col-span-full mb-8 lg:col-span-1\">\n                                                <li>Content edits and publishing<\/li>\n                                                <li>Adding new products and services<\/li>\n                                                <li>Price list and catalog updates<\/li>\n                                                <li>Stock and availability updates<\/li>\n                                            <\/ol>\n\n                <\/div>\n            <\/div><!-- .col-span-9 -->\n\n            <!-- Illustration: bottom-right on desktop, centered below on mobile -->\n            <div class=\"col-span-full h-40 flex items-end justify-center lg:col-span-3 lg:h-auto lg:self-end lg:justify-end lg:overflow-hidden\">\n                <img decoding=\"async\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/dev-illustr.svg\" alt=\"\" aria-hidden=\"true\"\n                     class=\"w-[195px] h-[241px] object-contain lg:w-80 lg:h-80 lg:translate-x-[16%] lg:-translate-y-8\">\n            <\/div>\n\n        <\/div>\n    <\/section>\n    \n\n    <section class=\"voctos-why-tabs\">\n        <div class=\"container\">\n\n            <!-- Header -->\n            <div class=\"vtabs-header\">\n                <p class=\"vtabs-eyebrow\">INSIDE THE VOCTOS CLIENT PORTAL<\/p>\n                <h2 class=\"vtabs-heading\">Every request logged, with the queue visible to you.<\/h2>\n                                    <p class=\"vtabs-lead\">Two screens from the live client portal. Support work is easy to lose track of, so tickets and the monthly roadmap sit in the same login as the performance they protect. The screenshots below are live views of a demo workspace. The layout is exactly what you get; the figures inside are demo data.<\/p>\n                            <\/div>\n\n            <!-- Tabs -->\n            <div class=\"vtabs-root\" x-data=\"{ tab: 0, lightbox: '' }\">\n\n                <div class=\"vtabs-nav\" role=\"tablist\">\n                    <span class=\"vtabs-line\" aria-hidden=\"true\"><\/span>\n                                            <button\n                            type=\"button\"\n                            role=\"tab\"\n                            class=\"vtabs-btn\"\n                            :class=\"tab === 0 ? 'vtabs-btn--active' : ''\"\n                            @click=\"tab = 0\"\n                            :aria-selected=\"(tab === 0).toString()\"\n                        ><span class=\"vtabs-btn-label\">Roadmap<\/span><\/button>\n                        <span class=\"vtabs-line\" aria-hidden=\"true\"><\/span>\n                                            <button\n                            type=\"button\"\n                            role=\"tab\"\n                            class=\"vtabs-btn\"\n                            :class=\"tab === 1 ? 'vtabs-btn--active' : ''\"\n                            @click=\"tab = 1\"\n                            :aria-selected=\"(tab === 1).toString()\"\n                        ><span class=\"vtabs-btn-label\">SEO performance<\/span><\/button>\n                        <span class=\"vtabs-line\" aria-hidden=\"true\"><\/span>\n                                    <\/div>\n\n                                <div\n                    class=\"vtabs-panel\"\n                    role=\"tabpanel\"\n                    x-show=\"tab === 0\"\n                    x-cloak\n                                    >\n                    <div class=\"vtabs-panel-inner\">\n\n                                                <div class=\"vtabs-photo\" role=\"button\" tabindex=\"0\"\n                             aria-label=\"Enlarge image\"\n                             @click=\"lightbox = 'https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/08\/voctos-portal-roadmap-month-by-month.gif'\"\n                             @keydown.enter=\"lightbox = 'https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/08\/voctos-portal-roadmap-month-by-month.gif'\"\n                             @keydown.space.prevent=\"lightbox = 'https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/08\/voctos-portal-roadmap-month-by-month.gif'\">\n                            <img decoding=\"async\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/08\/voctos-portal-roadmap-month-by-month.gif\" alt=\"\" loading=\"lazy\">\n                            <span class=\"vtabs-zoom\" aria-hidden=\"true\">\n                                <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M15 3h6v6M9 21H3v-6M21 3l-7 7M3 21l7-7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                            <\/span>\n                        <\/div>\n                        \n                        <div class=\"vtabs-body\">\n                                                            <div class=\"vtabs-text\"><p>What is planned, what is in progress and what has shipped, month by month, with each item tied to the outcome it is meant to move. You can see what we are working on right now without asking, and what is queued behind it, which also makes it easy to tell us when your priorities change.<\/p>\n<\/div>\n                                                                                <\/div>\n\n                    <\/div>\n                <\/div>\n                                <div\n                    class=\"vtabs-panel\"\n                    role=\"tabpanel\"\n                    x-show=\"tab === 1\"\n                    x-cloak\n                    style=\"display:none\"                >\n                    <div class=\"vtabs-panel-inner\">\n\n                                                <div class=\"vtabs-photo\" role=\"button\" tabindex=\"0\"\n                             aria-label=\"Enlarge image\"\n                             @click=\"lightbox = 'https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/08\/voctos-portal-seo-performance-technical-health.gif'\"\n                             @keydown.enter=\"lightbox = 'https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/08\/voctos-portal-seo-performance-technical-health.gif'\"\n                             @keydown.space.prevent=\"lightbox = 'https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/08\/voctos-portal-seo-performance-technical-health.gif'\">\n                            <img decoding=\"async\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/08\/voctos-portal-seo-performance-technical-health.gif\" alt=\"\" loading=\"lazy\">\n                            <span class=\"vtabs-zoom\" aria-hidden=\"true\">\n                                <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M15 3h6v6M9 21H3v-6M21 3l-7 7M3 21l7-7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                            <\/span>\n                        <\/div>\n                        \n                        <div class=\"vtabs-body\">\n                                                            <div class=\"vtabs-text\"><p>Clicks, impressions, positions and the pages producing them, next to the technical health of the site: Core Web Vitals, indexation, crawl errors, redirect chains and pages that have dropped out. Search Console and analytics data sit in the same view as the technical checks, so a traffic drop and the change behind it are on one screen rather than in two tools.<\/p>\n<\/div>\n                                                                                <\/div>\n\n                    <\/div>\n                <\/div>\n                \n                <!-- Lightbox -->\n                <div class=\"vtabs-lightbox\" x-show=\"lightbox\" x-cloak style=\"display:none\"\n                     @click=\"lightbox = ''\"\n                     @keydown.escape.window=\"lightbox = ''\">\n                    <button class=\"vtabs-lightbox-close\" type=\"button\" @click.stop=\"lightbox = ''\" aria-label=\"Close\">&times;<\/button>\n                    <img :src=\"lightbox\" @click.stop alt=\"\">\n                <\/div>\n\n            <\/div><!-- .vtabs-root -->\n\n        <\/div><!-- .container -->\n    <\/section>\n    \n\n    <section class=\"voctos-dev-pricing container pt-4 pb-2.5\" id=\"tarifs\">\n\n                <h2 class=\"text-2xl sm:text-fs-5 text-third sm:mb-7 mb-4\">Website support plans<\/h2>\n\n                <div class=\"dp-grid mb-5\" style=\"--cols:3\">\n            \n            <!-- \u2500\u2500 Simple : background (white) \u2500\u2500 -->\n            <div                  class=\"dp-bg rounded-rc-1 bg-no-repeat bg-center bg-contain\"\n                 style=\"--dc:1;--mr-start:1;--mr-end:9;background-color:#ffffff;\"><\/div>\n\n            <!-- row 1: name + optional logos gallery -->\n            <div class=\"dp-cell px-4 sm:px-10 sm:pt-7 pt-6 sm:pb-3.5 pb-4\" style=\"--dc:1;--dr:1;--mr:1;\">\n                                <p class=\"text-fs-7 text-third leading-tight font-medium\">Simple<\/p>\n                            <\/div>\n\n            <!-- row 2: features -->\n            <div class=\"dp-cell px-4 sm:px-10 py-4 border-y\" style=\"--dc:1;--dr:2;--mr:2;\">\n                                <ul class=\"dp-features\">\n                                        <li class=\"text-sm text-third flex items-center\">\n                        <svg class=\"w-6 h-6 mr-2.5 shrink-0\"><use href=\"https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/sprite.svg#gear\"><\/use><\/svg>\n                        10 hours per month                    <\/li>\n                                        <li class=\"text-sm text-third flex items-center\">\n                        <svg class=\"w-6 h-6 mr-2.5 shrink-0\"><use href=\"https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/sprite.svg#time\"><\/use><\/svg>\n                        Response time: 4 hours                    <\/li>\n                                        <li class=\"text-sm text-third flex items-center\">\n                        <svg class=\"w-6 h-6 mr-2.5 shrink-0\"><use href=\"https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/sprite.svg#star\"><\/use><\/svg>\n                        Free uptime monitoring included                    <\/li>\n                                    <\/ul>\n            <\/div>\n\n            <!-- row 3: timeline -->\n            <div class=\"dp-cell px-4 sm:px-10 pt-5 pb-2\" style=\"--dc:1;--dr:3;--mr:3;\">\n                                <span class=\"py-2 px-3.5 border rounded-rc-4 text-sm text-third\">Scoped with you after a free consultation<\/span>\n                            <\/div>\n\n            <!-- row 4: description -->\n            <div class=\"dp-cell px-4 sm:px-10 pt-2 pb-1.5\" style=\"--dc:1;--dr:4;--mr:4;\">\n                <p class=\"mb-auto text-third\">Light, reliable upkeep for stable sites.<\/p>\n            <\/div>\n\n            <!-- row 5: strikethrough \/ spacer -->\n            <div class=\"dp-cell px-4 sm:px-10 py-1.5 justify-self-start\" style=\"--dc:1;--dr:5;--mr:5;\">\n                            <\/div>\n\n            <!-- row 6: price -->\n            <div class=\"dp-cell px-4 sm:px-10 pb-0.5\" style=\"--dc:1;--dr:6;--mr:6;\">\n                <span class=\"text-third sm:text-[25px] text-[32px] font-medium leading-none\">Custom quote<\/span>\n            <\/div>\n\n            <!-- row 7: currency + badge -->\n            <div class=\"dp-cell px-4 sm:px-10 pt-0.5 pb-2\" style=\"--dc:1;--dr:7;--mr:7;\">\n                <div class=\"flex justify-between items-center\">\n                    <span class=\"text-sm text-third\"><\/span>\n                                    <\/div>\n            <\/div>\n\n            <!-- row 8: CTA -->\n            <div class=\"dp-cell px-4 sm:px-10 pb-8 pt-2\" style=\"--dc:1;--dr:8;--mr:8;\">\n                                <a href=\"#request\" class=\"text-sm p-4 w-full rounded-rc-6 text-white bg-secondary hover:bg-third transition-colors block text-center\">Request a quote<\/a>\n                            <\/div>\n\n            <!-- mobile gap between stacked cards -->\n            <div class=\"dp-mgap\" style=\"--mr:9\"><\/div>\n\n            \n            <!-- \u2500\u2500 Optimal : background (blue) \u2500\u2500 -->\n            <div x-data x-init=\"gsap.to($el, {duration:1,ease:'power1.inOut',backgroundPosition:'left 50% top 65%',delay:1,yoyo:true,repeat:-1})\"                 class=\"dp-bg rounded-rc-1 bg-no-repeat bg-center bg-contain\"\n                 style=\"--dc:2;--mr-start:10;--mr-end:18;background-color:#1531DA;background-image:url('https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/atom-bg.png');\"><\/div>\n\n            <!-- row 1: name + optional logos gallery -->\n            <div class=\"dp-cell px-4 sm:px-10 sm:pt-7 pt-6 sm:pb-3.5 pb-4\" style=\"--dc:2;--dr:1;--mr:10;\">\n                                <p class=\"text-fs-7 text-white leading-tight font-medium\">Optimal<\/p>\n                            <\/div>\n\n            <!-- row 2: features -->\n            <div class=\"dp-cell px-4 sm:px-10 py-4 border-y\" style=\"--dc:2;--dr:2;--mr:11;\">\n                                <ul class=\"dp-features\">\n                                        <li class=\"text-sm text-white flex items-center\">\n                        <svg class=\"w-6 h-6 mr-2.5 shrink-0\"><use href=\"https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/sprite.svg#gear\"><\/use><\/svg>\n                        16 hours per month                    <\/li>\n                                        <li class=\"text-sm text-white flex items-center\">\n                        <svg class=\"w-6 h-6 mr-2.5 shrink-0\"><use href=\"https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/sprite.svg#time\"><\/use><\/svg>\n                        Response time: up to 2 hours                    <\/li>\n                                        <li class=\"text-sm text-white flex items-center\">\n                        <svg class=\"w-6 h-6 mr-2.5 shrink-0\"><use href=\"https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/sprite.svg#star\"><\/use><\/svg>\n                        Free uptime monitoring included                    <\/li>\n                                    <\/ul>\n            <\/div>\n\n            <!-- row 3: timeline -->\n            <div class=\"dp-cell px-4 sm:px-10 pt-5 pb-2\" style=\"--dc:2;--dr:3;--mr:12;\">\n                                <span class=\"py-2 px-3.5 border rounded-rc-4 text-sm text-white\">Scoped with you after a free consultation<\/span>\n                            <\/div>\n\n            <!-- row 4: description -->\n            <div class=\"dp-cell px-4 sm:px-10 pt-2 pb-1.5\" style=\"--dc:2;--dr:4;--mr:13;\">\n                <p class=\"mb-auto text-white\">Balanced support for sites that keep growing.<\/p>\n            <\/div>\n\n            <!-- row 5: strikethrough \/ spacer -->\n            <div class=\"dp-cell px-4 sm:px-10 py-1.5 justify-self-start\" style=\"--dc:2;--dr:5;--mr:14;\">\n                            <\/div>\n\n            <!-- row 6: price -->\n            <div class=\"dp-cell px-4 sm:px-10 pb-0.5\" style=\"--dc:2;--dr:6;--mr:15;\">\n                <span class=\"text-white sm:text-[25px] text-[32px] font-medium leading-none\">Custom quote<\/span>\n            <\/div>\n\n            <!-- row 7: currency + badge -->\n            <div class=\"dp-cell px-4 sm:px-10 pt-0.5 pb-2\" style=\"--dc:2;--dr:7;--mr:16;\">\n                <div class=\"flex justify-between items-center\">\n                    <span class=\"text-sm text-white\"><\/span>\n                                    <\/div>\n            <\/div>\n\n            <!-- row 8: CTA -->\n            <div class=\"dp-cell px-4 sm:px-10 pb-8 pt-2\" style=\"--dc:2;--dr:8;--mr:17;\">\n                                <a href=\"#request\" class=\"text-sm p-4 w-full rounded-rc-6 text-third hover:text-white bg-white hover:bg-third transition-colors block text-center\">Request a quote<\/a>\n                            <\/div>\n\n            <!-- mobile gap between stacked cards -->\n            <div class=\"dp-mgap\" style=\"--mr:18\"><\/div>\n\n            \n            <!-- \u2500\u2500 Premium : background (orange) \u2500\u2500 -->\n            <div x-data x-init=\"gsap.to($el, {duration:1,ease:'power1.inOut',backgroundPosition:'left 50% top 65%',delay:1,yoyo:true,repeat:-1})\"                 class=\"dp-bg rounded-rc-1 bg-no-repeat bg-center bg-contain\"\n                 style=\"--dc:3;--mr-start:19;--mr-end:27;background-color:#FC5F0A;background-image:url('https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/spiral-bg.png');\"><\/div>\n\n            <!-- row 1: name + optional logos gallery -->\n            <div class=\"dp-cell px-4 sm:px-10 sm:pt-7 pt-6 sm:pb-3.5 pb-4\" style=\"--dc:3;--dr:1;--mr:19;\">\n                                <p class=\"text-fs-7 text-white leading-tight font-medium\">Premium<\/p>\n                            <\/div>\n\n            <!-- row 2: features -->\n            <div class=\"dp-cell px-4 sm:px-10 py-4 border-y\" style=\"--dc:3;--dr:2;--mr:20;\">\n                                <ul class=\"dp-features\">\n                                        <li class=\"text-sm text-white flex items-center\">\n                        <svg class=\"w-6 h-6 mr-2.5 shrink-0\"><use href=\"https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/sprite.svg#gear\"><\/use><\/svg>\n                        30 hours per month                    <\/li>\n                                        <li class=\"text-sm text-white flex items-center\">\n                        <svg class=\"w-6 h-6 mr-2.5 shrink-0\"><use href=\"https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/sprite.svg#time\"><\/use><\/svg>\n                        Response time: up to 1 hour                    <\/li>\n                                        <li class=\"text-sm text-white flex items-center\">\n                        <svg class=\"w-6 h-6 mr-2.5 shrink-0\"><use href=\"https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/sprite.svg#star\"><\/use><\/svg>\n                        Free uptime monitoring included                    <\/li>\n                                    <\/ul>\n            <\/div>\n\n            <!-- row 3: timeline -->\n            <div class=\"dp-cell px-4 sm:px-10 pt-5 pb-2\" style=\"--dc:3;--dr:3;--mr:21;\">\n                                <span class=\"py-2 px-3.5 border rounded-rc-4 text-sm text-white\">Scoped with you after a free consultation<\/span>\n                            <\/div>\n\n            <!-- row 4: description -->\n            <div class=\"dp-cell px-4 sm:px-10 pt-2 pb-1.5\" style=\"--dc:3;--dr:4;--mr:22;\">\n                <p class=\"mb-auto text-white\">Priority support with our fastest response.<\/p>\n            <\/div>\n\n            <!-- row 5: strikethrough \/ spacer -->\n            <div class=\"dp-cell px-4 sm:px-10 py-1.5 justify-self-start\" style=\"--dc:3;--dr:5;--mr:23;\">\n                            <\/div>\n\n            <!-- row 6: price -->\n            <div class=\"dp-cell px-4 sm:px-10 pb-0.5\" style=\"--dc:3;--dr:6;--mr:24;\">\n                <span class=\"text-white sm:text-[25px] text-[32px] font-medium leading-none\">Custom quote<\/span>\n            <\/div>\n\n            <!-- row 7: currency + badge -->\n            <div class=\"dp-cell px-4 sm:px-10 pt-0.5 pb-2\" style=\"--dc:3;--dr:7;--mr:25;\">\n                <div class=\"flex justify-between items-center\">\n                    <span class=\"text-sm text-white\"><\/span>\n                                    <\/div>\n            <\/div>\n\n            <!-- row 8: CTA -->\n            <div class=\"dp-cell px-4 sm:px-10 pb-8 pt-2\" style=\"--dc:3;--dr:8;--mr:26;\">\n                                <a href=\"#request\" class=\"text-sm p-4 w-full rounded-rc-6 text-third hover:text-white bg-white hover:bg-third transition-colors block text-center\">Request a quote<\/a>\n                            <\/div>\n\n            <!-- mobile gap between stacked cards -->\n            <div class=\"dp-mgap\" style=\"--mr:27\"><\/div>\n\n                    <\/div><!-- .dp-grid -->\n                <div class=\"dp-grid mb-5 dp-grid--2col\" style=\"--cols:2\">\n            \n            <!-- \u2500\u2500 Deposit : background (purple) \u2500\u2500 -->\n            <div x-data x-init=\"gsap.to($el, {duration:1,ease:'power1.inOut',backgroundPosition:'left 50% top 65%',yoyo:true,repeat:-1})\"                 class=\"dp-bg rounded-rc-1 bg-no-repeat bg-center bg-contain\"\n                 style=\"--dc:1;--mr-start:1;--mr-end:9;background-color:#6009D4;background-image:url('https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/bg-card-2.svg');\"><\/div>\n\n            <!-- row 1: name + optional logos gallery -->\n            <div class=\"dp-cell px-4 sm:px-10 sm:pt-7 pt-6 sm:pb-3.5 pb-4\" style=\"--dc:1;--dr:1;--mr:1;\">\n                                <p class=\"text-fs-7 text-white leading-tight font-medium\">Deposit<\/p>\n                            <\/div>\n\n            <!-- row 2: features -->\n            <div class=\"dp-cell px-4 sm:px-10 py-4 border-y\" style=\"--dc:1;--dr:2;--mr:2;\">\n                                <ul class=\"dp-features\">\n                                        <li class=\"text-sm text-white flex items-center\">\n                        <svg class=\"w-6 h-6 mr-2.5 shrink-0\"><use href=\"https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/sprite.svg#gear\"><\/use><\/svg>\n                        Prepaid hour packages (10\u2013300 hours)                    <\/li>\n                                        <li class=\"text-sm text-white flex items-center\">\n                        <svg class=\"w-6 h-6 mr-2.5 shrink-0\"><use href=\"https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/sprite.svg#time\"><\/use><\/svg>\n                        Response time: 1-4 hours depending on package                    <\/li>\n                                        <li class=\"text-sm text-white flex items-center\">\n                        <svg class=\"w-6 h-6 mr-2.5 shrink-0\"><use href=\"https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/sprite.svg#star\"><\/use><\/svg>\n                        Free uptime monitoring included                    <\/li>\n                                    <\/ul>\n            <\/div>\n\n            <!-- row 3: timeline -->\n            <div class=\"dp-cell px-4 sm:px-10 pt-5 pb-2\" style=\"--dc:1;--dr:3;--mr:3;\">\n                                <span class=\"py-2 px-3.5 border rounded-rc-4 text-sm text-white\">Scoped with you after a free consultation<\/span>\n                            <\/div>\n\n            <!-- row 4: description -->\n            <div class=\"dp-cell px-4 sm:px-10 pt-2 pb-1.5\" style=\"--dc:1;--dr:4;--mr:4;\">\n                <p class=\"mb-auto text-white\">Prepaid hours to use whenever you need them.<\/p>\n            <\/div>\n\n            <!-- row 5: strikethrough \/ spacer -->\n            <div class=\"dp-cell px-4 sm:px-10 py-1.5 justify-self-start\" style=\"--dc:1;--dr:5;--mr:5;\">\n                            <\/div>\n\n            <!-- row 6: price -->\n            <div class=\"dp-cell px-4 sm:px-10 pb-0.5\" style=\"--dc:1;--dr:6;--mr:6;\">\n                <span class=\"text-white sm:text-[25px] text-[32px] font-medium leading-none\">Custom quote<\/span>\n            <\/div>\n\n            <!-- row 7: currency + badge -->\n            <div class=\"dp-cell px-4 sm:px-10 pt-0.5 pb-2\" style=\"--dc:1;--dr:7;--mr:7;\">\n                <div class=\"flex justify-between items-center\">\n                    <span class=\"text-sm text-white\"><\/span>\n                                    <\/div>\n            <\/div>\n\n            <!-- row 8: CTA -->\n            <div class=\"dp-cell px-4 sm:px-10 pb-8 pt-2\" style=\"--dc:1;--dr:8;--mr:8;\">\n                                <a href=\"#request\" class=\"text-sm p-4 w-full rounded-rc-6 text-third hover:text-white bg-white hover:bg-third transition-colors block text-center\">Request a quote<\/a>\n                            <\/div>\n\n            <!-- mobile gap between stacked cards -->\n            <div class=\"dp-mgap\" style=\"--mr:9\"><\/div>\n\n            \n            <!-- \u2500\u2500 Pay-as-you-go : background (dark) \u2500\u2500 -->\n            <div x-data x-init=\"gsap.to($el, {duration:1,ease:'power1.inOut',backgroundPosition:'left 50% top 65%',delay:1,yoyo:true,repeat:-1})\"                 class=\"dp-bg rounded-rc-1 bg-no-repeat bg-center bg-contain\"\n                 style=\"--dc:2;--mr-start:10;--mr-end:18;background-color:#0D172D;background-image:url('https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/bg-card-3.svg');\"><\/div>\n\n            <!-- row 1: name + optional logos gallery -->\n            <div class=\"dp-cell px-4 sm:px-10 sm:pt-7 pt-6 sm:pb-3.5 pb-4\" style=\"--dc:2;--dr:1;--mr:10;\">\n                                <p class=\"text-fs-7 text-white leading-tight font-medium\">Pay-as-you-go<\/p>\n                            <\/div>\n\n            <!-- row 2: features -->\n            <div class=\"dp-cell px-4 sm:px-10 py-4 border-y\" style=\"--dc:2;--dr:2;--mr:11;\">\n                                <ul class=\"dp-features\">\n                                        <li class=\"text-sm text-white flex items-center\">\n                        <svg class=\"w-6 h-6 mr-2.5 shrink-0\"><use href=\"https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/sprite.svg#money\"><\/use><\/svg>\n                        Billed monthly for completed work only                    <\/li>\n                                        <li class=\"text-sm text-white flex items-center\">\n                        <svg class=\"w-6 h-6 mr-2.5 shrink-0\"><use href=\"https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/sprite.svg#time\"><\/use><\/svg>\n                        Response time: up to 1 hour                    <\/li>\n                                        <li class=\"text-sm text-white flex items-center\">\n                        <svg class=\"w-6 h-6 mr-2.5 shrink-0\"><use href=\"https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/sprite.svg#star\"><\/use><\/svg>\n                        Free uptime monitoring included                    <\/li>\n                                    <\/ul>\n            <\/div>\n\n            <!-- row 3: timeline -->\n            <div class=\"dp-cell px-4 sm:px-10 pt-5 pb-2\" style=\"--dc:2;--dr:3;--mr:12;\">\n                                <span class=\"py-2 px-3.5 border rounded-rc-4 text-sm text-white\">Scoped with you after a free consultation<\/span>\n                            <\/div>\n\n            <!-- row 4: description -->\n            <div class=\"dp-cell px-4 sm:px-10 pt-2 pb-1.5\" style=\"--dc:2;--dr:4;--mr:13;\">\n                <p class=\"mb-auto text-white\">Pay only for the work completed each month.<\/p>\n            <\/div>\n\n            <!-- row 5: strikethrough \/ spacer -->\n            <div class=\"dp-cell px-4 sm:px-10 py-1.5 justify-self-start\" style=\"--dc:2;--dr:5;--mr:14;\">\n                            <\/div>\n\n            <!-- row 6: price -->\n            <div class=\"dp-cell px-4 sm:px-10 pb-0.5\" style=\"--dc:2;--dr:6;--mr:15;\">\n                <span class=\"text-white sm:text-[25px] text-[32px] font-medium leading-none\">Custom quote<\/span>\n            <\/div>\n\n            <!-- row 7: currency + badge -->\n            <div class=\"dp-cell px-4 sm:px-10 pt-0.5 pb-2\" style=\"--dc:2;--dr:7;--mr:16;\">\n                <div class=\"flex justify-between items-center\">\n                    <span class=\"text-sm text-white\"><\/span>\n                                    <\/div>\n            <\/div>\n\n            <!-- row 8: CTA -->\n            <div class=\"dp-cell px-4 sm:px-10 pb-8 pt-2\" style=\"--dc:2;--dr:8;--mr:17;\">\n                                <a href=\"#request\" class=\"text-sm p-4 w-full rounded-rc-6 text-third hover:text-white bg-white hover:bg-third transition-colors block text-center\">Request a quote<\/a>\n                            <\/div>\n\n            <!-- mobile gap between stacked cards -->\n            <div class=\"dp-mgap\" style=\"--mr:18\"><\/div>\n\n                    <\/div><!-- .dp-grid -->\n        \n        <!-- \u2500\u2500 Footnote row \u2500\u2500 -->\n        <div class=\"flex sm:flex-row flex-col-reverse items-start py-5 border-y-2 border-sixth gap-x-5 gap-y-4 sm:items-center\">\n            <a class=\"py-4 sm:px-14 px-9 text-third border text-sm border-third transition-colors hover:bg-eleventh rounded-rc-6 shrink-0\"\n               href=\"https:\/\/www.voctos.com\/about\/cost-of-services\/\"\n               target=\"_blank\" rel=\"noopener\">\n                How we scope and price work            <\/a>\n            <p class=\"text-fs-8 text-seventh\">\n                * Any hours not used within the month do not carry over to the next month.                <br>** Response time depends on the plan you choose and starts from 1 hour; exact timing for each task is confirmed with you when it is submitted.            <\/p>\n        <\/div>\n\n    <\/section>\n    \n\n    <section class=\"voctos-dev-howwework voctos-dev-howwework--style-2\">\n        <div class=\"container\">\n\n                        <h2 class=\"dhww-heading\">What is included in website technical support?<\/h2>\n            \n            <ol class=\"dhww-steps\">\n\n                                <li class=\"dhww-step dhww-step--first\">\n\n                    \n                    <!-- Number box: number from CSS counter, dark bg -->\n                    <div class=\"dhww-step__head\">\n                        <p class=\"dhww-step__title\">Common tasks we handle<\/p>\n                                            <\/div>\n\n                                        <div class=\"dhww-step__items-s2\">\n                                                <ul class=\"dhww-step__items\">\n                                                        <li>Software, plugin, and theme updates<\/li>\n                                                        <li>Backups to secure off-site storage<\/li>\n                                                        <li>We deal with your hosting provider directly<\/li>\n                                                        <li>CMS core and security updates<\/li>\n                                                        <li>SSL certificate setup and renewal<\/li>\n                                                    <\/ul>\n                                                <ul class=\"dhww-step__items\">\n                                                        <li>Payment gateway integration<\/li>\n                                                        <li>Fixing 404 errors and 301 redirects<\/li>\n                                                        <li>Code validation and cleanup<\/li>\n                                                        <li>Emergency recovery after outages<\/li>\n                                                        <li>Email and mail service setup<\/li>\n                                                    <\/ul>\n                                                <ul class=\"dhww-step__items\">\n                                                        <li>Admin panel configuration<\/li>\n                                                        <li>Analytics and tracking setup<\/li>\n                                                        <li>Domain and DNS migration<\/li>\n                                                    <\/ul>\n                                            <\/div>\n                                            \n                <\/li>\n                                <li class=\"dhww-step\">\n\n                    \n                    <!-- Number box: number from CSS counter, dark bg -->\n                    <div class=\"dhww-step__head\">\n                        <p class=\"dhww-step__title\">Layout and design<\/p>\n                                            <\/div>\n\n                                        <div class=\"dhww-step__items-s2\">\n                                                <ul class=\"dhww-step__items\">\n                                                        <li>Banner and promo design<\/li>\n                                                        <li>Image editing and optimization<\/li>\n                                                    <\/ul>\n                                                <ul class=\"dhww-step__items\">\n                                                        <li>Navigation and usability fixes<\/li>\n                                                        <li>Responsive layouts for all devices<\/li>\n                                                    <\/ul>\n                                                <ul class=\"dhww-step__items\">\n                                                        <li>Broken links, redirects and 404s cleared<\/li>\n                                                        <li>Core Web Vitals monitored against Google&#039;s thresholds<\/li>\n                                                    <\/ul>\n                                            <\/div>\n                                            \n                <\/li>\n                                <li class=\"dhww-step\">\n\n                    \n                    <!-- Number box: number from CSS counter, dark bg -->\n                    <div class=\"dhww-step__head\">\n                        <p class=\"dhww-step__title\">Content and catalog support<\/p>\n                                            <\/div>\n\n                                        <div class=\"dhww-step__items-s2\">\n                                                <ul class=\"dhww-step__items\">\n                                                        <li>Content updates and editing<\/li>\n                                                        <li>Publishing new products and services<\/li>\n                                                        <li>Price list and catalog updates<\/li>\n                                                    <\/ul>\n                                                <ul class=\"dhww-step__items\">\n                                                        <li>Spam removal and comment cleanup<\/li>\n                                                        <li>Product page creation<\/li>\n                                                        <li>Blog and article publishing<\/li>\n                                                    <\/ul>\n                                                <ul class=\"dhww-step__items\">\n                                                        <li>Keeping site information current<\/li>\n                                                        <li>News and announcement posts<\/li>\n                                                    <\/ul>\n                                            <\/div>\n                                            \n                <\/li>\n                                <li class=\"dhww-step\">\n\n                    \n                    <!-- Number box: number from CSS counter, dark bg -->\n                    <div class=\"dhww-step__head\">\n                        <p class=\"dhww-step__title\">Sites we support<\/p>\n                                            <\/div>\n\n                                        <div class=\"dhww-step__items-s2\">\n                                                <ul class=\"dhww-step__items\">\n                                                        <li>Online stores<\/li>\n                                                        <li>Catalog and directory sites<\/li>\n                                                    <\/ul>\n                                                <ul class=\"dhww-step__items\">\n                                                        <li>Corporate websites<\/li>\n                                                        <li>One-page business sites<\/li>\n                                                    <\/ul>\n                                                <ul class=\"dhww-step__items\">\n                                                        <li>Landing pages<\/li>\n                                                        <li>Blogs and media portals<\/li>\n                                                    <\/ul>\n                                            <\/div>\n                                            \n                <\/li>\n                \n                                <li class=\"dhww-step dhww-step--sidebar\" style=\"--dhww-sidebar-end: 5\">\n                    <div class=\"dhww-s2-sidebar__card\">\n                                                <img decoding=\"async\" class=\"dhww-s2-sidebar__icon\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/06\/question.svg\" alt=\"\" aria-hidden=\"true\">\n                                                                        <p class=\"dhww-s2-sidebar__title\">Didn&#039;t find the service you need?<\/p>\n                                                                        <p class=\"dhww-s2-sidebar__desc\">Send a request and your dedicated manager will scope it quickly.<\/p>\n                                                                                                        <a href=\"#request\" class=\"dhww-s2-sidebar__btn\">Ask a question<\/a>\n                                                                        <\/div>\n                <\/li>\n                \n            <\/ol>\n\n        <\/div>\n    <\/section>\n    \n\n    <section class=\"voctos-dev-tech\" id=\"dt-54bd357c\" data-dt-mode=\"all\" data-dt-style=\"grid\">\n        <div class=\"container\">\n\n        \n            <div class=\"dt-head-row\">\n                <h2 class=\"dt-heading\">Platforms and technologies we support<\/h2>\n                <span class=\"dt-head-line\" aria-hidden=\"true\"><\/span>\n            <\/div>\n\n            <ul class=\"dt-cards dt-cards--grid\">\n                                <li class=\"dt-card\">\n                    <p class=\"dt-card__title-row\">\n                        <a class=\"dt-card__name\" href=\"https:\/\/www.voctos.com\/web-development\/wordpress\/\">WORDPRESS<\/a>\n                        <svg class=\"dt-card__arrow-svg\" width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" aria-hidden=\"true\">\n        <path d=\"M2 8L8 2M8 2H3M8 2v5\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n    <\/svg>                    <\/p>\n                    <p class=\"dt-card__desc\">The CMS we build on most often. Fast, editable by your team without a developer, and easy to keep crawlable for search engines and AI crawlers.<\/p>\n                                        <a class=\"dt-card__img-wrap\" href=\"https:\/\/www.voctos.com\/web-development\/wordpress\/\" tabindex=\"-1\" aria-hidden=\"true\">\n                        <img decoding=\"async\" class=\"dt-card__img\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/wordpress-icon.png\" alt=\"WordPress\" loading=\"lazy\">\n                    <\/a>\n                                    <\/li>\n                                <li class=\"dt-card\">\n                    <p class=\"dt-card__title-row\">\n                        <a class=\"dt-card__name\" href=\"https:\/\/www.voctos.com\/technical-support\/technical-support-on-opencart\/\">OPENCART<\/a>\n                        <svg class=\"dt-card__arrow-svg\" width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" aria-hidden=\"true\">\n        <path d=\"M2 8L8 2M8 2H3M8 2v5\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n    <\/svg>                    <\/p>\n                    <p class=\"dt-card__desc\">A lean PHP e-commerce platform. We maintain existing OpenCart stores and keep OCMOD and vQmod conflicts from breaking checkout.<\/p>\n                                        <a class=\"dt-card__img-wrap\" href=\"https:\/\/www.voctos.com\/technical-support\/technical-support-on-opencart\/\" tabindex=\"-1\" aria-hidden=\"true\">\n                        <img decoding=\"async\" class=\"dt-card__img\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/opencart-icon.png\" alt=\"OpenCart\" loading=\"lazy\">\n                    <\/a>\n                                    <\/li>\n                                <li class=\"dt-card\">\n                    <p class=\"dt-card__title-row\">\n                        <a class=\"dt-card__name\" href=\"https:\/\/www.voctos.com\/web-development\/\">REACT<\/a>\n                        <svg class=\"dt-card__arrow-svg\" width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" aria-hidden=\"true\">\n        <path d=\"M2 8L8 2M8 2H3M8 2v5\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n    <\/svg>                    <\/p>\n                    <p class=\"dt-card__desc\">For interfaces that need to be genuinely interactive. We pair it with server rendering so crawlers and AI bots still read the content.<\/p>\n                                        <a class=\"dt-card__img-wrap\" href=\"https:\/\/www.voctos.com\/web-development\/\" tabindex=\"-1\" aria-hidden=\"true\">\n                        <img decoding=\"async\" class=\"dt-card__img\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/react-icon.webp\" alt=\"React\" loading=\"lazy\">\n                    <\/a>\n                                    <\/li>\n                                <li class=\"dt-card\">\n                    <p class=\"dt-card__title-row\">\n                        <a class=\"dt-card__name\" href=\"https:\/\/www.voctos.com\/web-development\/\">VUE<\/a>\n                        <svg class=\"dt-card__arrow-svg\" width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" aria-hidden=\"true\">\n        <path d=\"M2 8L8 2M8 2H3M8 2v5\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n    <\/svg>                    <\/p>\n                    <p class=\"dt-card__desc\">A lighter front-end framework for dashboards and internal tools where React would be more than the job needs.<\/p>\n                                        <a class=\"dt-card__img-wrap\" href=\"https:\/\/www.voctos.com\/web-development\/\" tabindex=\"-1\" aria-hidden=\"true\">\n                        <img decoding=\"async\" class=\"dt-card__img\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/vue-logo-clean-1.webp\" alt=\"Vue\" loading=\"lazy\">\n                    <\/a>\n                                    <\/li>\n                                <li class=\"dt-card\">\n                    <p class=\"dt-card__title-row\">\n                        <a class=\"dt-card__name\" href=\"https:\/\/www.voctos.com\/web-development\/\">LARAVEL<\/a>\n                        <svg class=\"dt-card__arrow-svg\" width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" aria-hidden=\"true\">\n        <path d=\"M2 8L8 2M8 2H3M8 2v5\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n    <\/svg>                    <\/p>\n                    <p class=\"dt-card__desc\">For custom back-end logic, integrations and anything a CMS cannot carry on its own.<\/p>\n                                        <a class=\"dt-card__img-wrap\" href=\"https:\/\/www.voctos.com\/web-development\/\" tabindex=\"-1\" aria-hidden=\"true\">\n                        <img decoding=\"async\" class=\"dt-card__img\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/laravel-icon.webp\" alt=\"Laravel\" loading=\"lazy\">\n                    <\/a>\n                                    <\/li>\n                                <li class=\"dt-card\">\n                    <p class=\"dt-card__title-row\">\n                        <a class=\"dt-card__name\" href=\"https:\/\/www.voctos.com\/web-development\/\">DJANGO<\/a>\n                        <svg class=\"dt-card__arrow-svg\" width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" aria-hidden=\"true\">\n        <path d=\"M2 8L8 2M8 2H3M8 2v5\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n    <\/svg>                    <\/p>\n                    <p class=\"dt-card__desc\">Our Python option for data-heavy applications and internal systems that need to be maintainable years later.<\/p>\n                                        <a class=\"dt-card__img-wrap\" href=\"https:\/\/www.voctos.com\/web-development\/\" tabindex=\"-1\" aria-hidden=\"true\">\n                        <img decoding=\"async\" class=\"dt-card__img\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/django-icon.png\" alt=\"Django\" loading=\"lazy\">\n                    <\/a>\n                                    <\/li>\n                            <\/ul>\n\n        \n        <\/div>\n    <\/section>\n\n        \n\n        <section class=\"voctos-dev-whyus-simple container mb-9 lg:mb-5\">\n            <div class=\"dwts-card dwts-card--has-icon\" style=\"--dwts-icon:url('https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/gear.svg')\">\n                                <div class=\"dwts-icon-wrap\" aria-hidden=\"true\">\n                    <img decoding=\"async\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/gear.svg\" alt=\"\" class=\"dwts-icon-img\">\n                <\/div>\n                                <h2 class=\"dwts-heading\">Why teams choose VOCTOS for support<\/h2>\n                                <div class=\"dwts-intro\"><p>Downtime and slow fixes cost sales. Our specialists respond fast, keep your site secure and stable, and cut the revenue you lose when something breaks. Every engineer has at least three years of hands-on experience with the platforms we support, so your site is handled by people who work with this stack every day, not trainees. You get a single point of contact, logged hours, and clear monthly reporting. Focus on growth, and let us keep the site running.<\/p>\n<\/div>\n                            <\/div>\n        <\/section>\n        \n\n    <section id=\"our-team-block_aa6553498b81631c861ce23d3f8b8afa\" class=\"voctos-ourteam-block\" style=\"background:#eef0f5;--ot-bg:#eef0f5;--ot-accent:#b4f33c;\">\n        <div class=\"ot-inner\">\n\n            <header class=\"ot-head\">\n                                    <h2 class=\"ot-title\">The Team<\/h2>\n                \n                                    <a class=\"ot-all\" href=\"https:\/\/www.voctos.com\/about\/team\/\">\n                        <span>The team<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" aria-hidden=\"true\"><path d=\"M7 17 L17 7 M9 7 H17 V15\"\/><\/svg>                    <\/a>\n                            <\/header>\n\n            <div class=\"ourteam-slider\" data-ourteam-slider>\n                <div class=\"ot-viewport\">\n                    <div class=\"ot-track\">\n                                                    <article class=\"ot-card\">\n                                <div class=\"ot-photo\">\n                                                                            <img decoding=\"async\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/06\/Beshoy-Adel-768x768.webp\" alt=\"Beshoy Adel\" loading=\"lazy\" draggable=\"false\">\n                                    \n                                                                            <button type=\"button\" class=\"ot-info\" aria-label=\"Beshoy Adel info\" data-ot-info>\n                                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 11v5\" stroke-linecap=\"round\"\/><circle cx=\"12\" cy=\"7.6\" r=\"1.1\" fill=\"currentColor\" stroke=\"none\"\/><\/svg>\n                                            <span class=\"voctos-ourteam-tooltip\" role=\"tooltip\">Beshoy Adel is the Head of SEO &amp; GEO at VOCTOS, where he leads strategic initiatives in advanced search visibility and AI-powered content optimization. With 13+ years of experience in digital marketing, SEO strategy, and emerging search technologies, Beshoy's work focuses on bridging established SEO methodology with generative engine optimization.<\/span>\n                                        <\/button>\n                                    \n                                                                            <span class=\"ot-role\">Head of SEO and GEO<\/span>\n                                                                    <\/div>\n\n                                                                    <h3 class=\"ot-name\">Beshoy Adel<\/h3>\n                                                            <\/article>\n                                                    <article class=\"ot-card\">\n                                <div class=\"ot-photo\">\n                                                                            <img decoding=\"async\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/06\/Monika-1.webp\" alt=\"Monika Gabriel\" loading=\"lazy\" draggable=\"false\">\n                                    \n                                                                            <button type=\"button\" class=\"ot-info\" aria-label=\"Monika Gabriel info\" data-ot-info>\n                                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 11v5\" stroke-linecap=\"round\"\/><circle cx=\"12\" cy=\"7.6\" r=\"1.1\" fill=\"currentColor\" stroke=\"none\"\/><\/svg>\n                                            <span class=\"voctos-ourteam-tooltip\" role=\"tooltip\">Monika Gabriel is a Senior SEO Specialist at VOCTOS, where she has worked for over two years. She has strong expertise in technical SEO, keyword research, and on-page optimization, and has led ranking growth on client accounts across healthcare, education and SaaS. Beyond her technical skills, Monika is passionate about building smart SEO strategies that improve both visibility and user experience. On the team she is known for her analytical approach and attention to detail.<\/span>\n                                        <\/button>\n                                    \n                                                                            <span class=\"ot-role\">Senior SEO Specialist<\/span>\n                                                                    <\/div>\n\n                                                                    <h3 class=\"ot-name\">Monika Gabriel<\/h3>\n                                                            <\/article>\n                                                    <article class=\"ot-card\">\n                                <div class=\"ot-photo\">\n                                                                            <img decoding=\"async\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/06\/Reem-1-768x768.webp\" alt=\"Reem Sameh\" loading=\"lazy\" draggable=\"false\">\n                                    \n                                                                            <button type=\"button\" class=\"ot-info\" aria-label=\"Reem Sameh info\" data-ot-info>\n                                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 11v5\" stroke-linecap=\"round\"\/><circle cx=\"12\" cy=\"7.6\" r=\"1.1\" fill=\"currentColor\" stroke=\"none\"\/><\/svg>\n                                            <span class=\"voctos-ourteam-tooltip\" role=\"tooltip\">Reem Sameh is a Senior Full-Stack Web Developer at VOCTOS with four years of experience building fast, scalable, and SEO-friendly websites. She works across both front-end and back-end development, translating design and marketing requirements into clean, performant code, and ensuring technical foundations like site speed, structure, and Core Web Vitals support strong search performance.<\/span>\n                                        <\/button>\n                                    \n                                                                            <span class=\"ot-role\">Senior Full-Stack Web Developer<\/span>\n                                                                    <\/div>\n\n                                                                    <h3 class=\"ot-name\">Reem Sameh<\/h3>\n                                                            <\/article>\n                                                    <article class=\"ot-card\">\n                                <div class=\"ot-photo\">\n                                                                            <img decoding=\"async\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/06\/Keroles-1.webp\" alt=\"Keroles Mousa\" loading=\"lazy\" draggable=\"false\">\n                                    \n                                                                            <button type=\"button\" class=\"ot-info\" aria-label=\"Keroles Mousa info\" data-ot-info>\n                                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 11v5\" stroke-linecap=\"round\"\/><circle cx=\"12\" cy=\"7.6\" r=\"1.1\" fill=\"currentColor\" stroke=\"none\"\/><\/svg>\n                                            <span class=\"voctos-ourteam-tooltip\" role=\"tooltip\">Keroles Mousa is the Head of PPC at VOCTOS, specializing in developing and executing comprehensive paid search strategies across Google Ads, Microsoft Advertising and YouTube. He has three years of hands-on experience in PPC campaign management, data-driven optimization and team leadership. On one translation-services account he cut cost per click by 53% and lifted the conversion rate by 164.7%.<\/span>\n                                        <\/button>\n                                    \n                                                                            <span class=\"ot-role\">Head of PPC<\/span>\n                                                                    <\/div>\n\n                                                                    <h3 class=\"ot-name\">Keroles Mousa<\/h3>\n                                                            <\/article>\n                                                    <article class=\"ot-card\">\n                                <div class=\"ot-photo\">\n                                                                            <img decoding=\"async\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/06\/Tasneem.webp\" alt=\"Tasneem Moustafa\" loading=\"lazy\" draggable=\"false\">\n                                    \n                                                                            <button type=\"button\" class=\"ot-info\" aria-label=\"Tasneem Moustafa info\" data-ot-info>\n                                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 11v5\" stroke-linecap=\"round\"\/><circle cx=\"12\" cy=\"7.6\" r=\"1.1\" fill=\"currentColor\" stroke=\"none\"\/><\/svg>\n                                            <span class=\"voctos-ourteam-tooltip\" role=\"tooltip\">Tasneem Moustafa is an SEO Specialist at VOCTOS with two years of experience in on-page optimization, keyword research and technical SEO. She works across on-page optimization, keyword research, technical SEO, and content optimization, translating search data into actionable strategies that improve rankings and user experience.<\/span>\n                                        <\/button>\n                                    \n                                                                            <span class=\"ot-role\">SEO Specialist<\/span>\n                                                                    <\/div>\n\n                                                                    <h3 class=\"ot-name\">Tasneem Moustafa<\/h3>\n                                                            <\/article>\n                                                    <article class=\"ot-card\">\n                                <div class=\"ot-photo\">\n                                                                            <img decoding=\"async\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/06\/Shadi-768x768.webp\" alt=\"Shadi Milad\" loading=\"lazy\" draggable=\"false\">\n                                    \n                                                                            <button type=\"button\" class=\"ot-info\" aria-label=\"Shadi Milad info\" data-ot-info>\n                                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 11v5\" stroke-linecap=\"round\"\/><circle cx=\"12\" cy=\"7.6\" r=\"1.1\" fill=\"currentColor\" stroke=\"none\"\/><\/svg>\n                                            <span class=\"voctos-ourteam-tooltip\" role=\"tooltip\">Shadi Milad is a Link Building Specialist at VOCTOS focused on earning high-quality, relevant backlinks that strengthen a site's authority and search rankings. He combines outreach, digital PR, and relationship building with a strict emphasis on white-hat, sustainable link acquisition that complies with search engine guidelines.<\/span>\n                                        <\/button>\n                                    \n                                                                            <span class=\"ot-role\">Link Building Specialist<\/span>\n                                                                    <\/div>\n\n                                                                    <h3 class=\"ot-name\">Shadi Milad<\/h3>\n                                                            <\/article>\n                                                    <article class=\"ot-card\">\n                                <div class=\"ot-photo\">\n                                                                            <img decoding=\"async\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/06\/Aya-1.webp\" alt=\"Aya Kandil\" loading=\"lazy\" draggable=\"false\">\n                                    \n                                                                            <button type=\"button\" class=\"ot-info\" aria-label=\"Aya Kandil info\" data-ot-info>\n                                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 11v5\" stroke-linecap=\"round\"\/><circle cx=\"12\" cy=\"7.6\" r=\"1.1\" fill=\"currentColor\" stroke=\"none\"\/><\/svg>\n                                            <span class=\"voctos-ourteam-tooltip\" role=\"tooltip\">Aya Kandil is an SEO Specialist with over three years of experience in digital marketing. At VOCTOS she shapes SEO strategy across on-page optimization, in-depth analysis, AI search optimization, research and content optimization. Her work also covers link building, technical SEO and content strategy, which lets her run both the technical and content workstreams on the same account.<\/span>\n                                        <\/button>\n                                    \n                                                                            <span class=\"ot-role\">SEO Specialist<\/span>\n                                                                    <\/div>\n\n                                                                    <h3 class=\"ot-name\">Aya Kandil<\/h3>\n                                                            <\/article>\n                                                    <article class=\"ot-card\">\n                                <div class=\"ot-photo\">\n                                                                            <img decoding=\"async\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/Marina-Magdy-768x768.webp\" alt=\"Marina Magdy\" loading=\"lazy\" draggable=\"false\">\n                                    \n                                                                            <button type=\"button\" class=\"ot-info\" aria-label=\"Marina Magdy info\" data-ot-info>\n                                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 11v5\" stroke-linecap=\"round\"\/><circle cx=\"12\" cy=\"7.6\" r=\"1.1\" fill=\"currentColor\" stroke=\"none\"\/><\/svg>\n                                            <span class=\"voctos-ourteam-tooltip\" role=\"tooltip\">Marina Magdy is an SEO Content Writer at VOCTOS, writing search-optimized content that balances keyword strategy with genuine readability. With one year of experience at VOCTOS, she writes web copy, blog articles, and on-page content designed to rank well while giving readers clear, useful answers.<\/span>\n                                        <\/button>\n                                    \n                                                                            <span class=\"ot-role\">SEO Content Writer<\/span>\n                                                                    <\/div>\n\n                                                                    <h3 class=\"ot-name\">Marina Magdy<\/h3>\n                                                            <\/article>\n                                            <\/div>\n                <\/div>\n\n                <div class=\"ot-progress\" data-ot-progress>\n                    <span class=\"ot-progress-thumb\"><\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n\n    <style>\n      @keyframes vmqL{from{transform:translateX(0)}to{transform:translateX(-50%)}}\n      @keyframes vmqR{from{transform:translateX(-50%)}to{transform:translateX(0)}}\n      .vmq-wrap{overflow:hidden;width:100%}\n      .vmq-track{display:flex;width:max-content;align-items:center}\n      .vmq-track.l{animation:vmqL 60s linear infinite}\n      .vmq-track.r{animation:vmqR 60s linear infinite}\n      .vmq-cell{flex:0 0 auto;padding:0 40px;display:flex;align-items:center}\n      .vmq-cell img{height:104px;width:auto;max-width:280px;object-fit:contain}\n      .vmq-wrap:hover .vmq-track{animation-play-state:paused}\n    <\/style>\n    <section class=\"pt-3.5 pb-8 overflow-hidden vmq-section\"><div class=\"container relative\">\n        <h2 class=\"text-2xl sm:text-fs-5 text-third sm:mb-7 mb-4\">Trusted by<\/h2>\n        <div class=\"vmq-wrap\"><div class=\"vmq-track l\" style=\"animation-duration:147s\"><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Sputnik.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/VPNLY.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/TOTAL.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/SaladsUp.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Ogaei.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/NSFX.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Mouwasat.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/RoyalHairCenter.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/PlanetVPN.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Optifashion.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Mazloum.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Jobed.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Imtilak.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Ostoul.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/OvaSave.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/EVS.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Boston_Translation_Services.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/BrazenMENA.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/09\/turbo-compression-trustedby.svg\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/09\/hyperpay-trustedby.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/09\/Dr-Fahad-Clinic-logo-trustedby.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Sputnik.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/VPNLY.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/TOTAL.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/SaladsUp.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Ogaei.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/NSFX.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Mouwasat.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/RoyalHairCenter.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/PlanetVPN.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Optifashion.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Mazloum.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Jobed.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Imtilak.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Ostoul.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/OvaSave.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/EVS.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Boston_Translation_Services.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/BrazenMENA.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/09\/turbo-compression-trustedby.svg\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/09\/hyperpay-trustedby.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/09\/Dr-Fahad-Clinic-logo-trustedby.webp\" alt=\"\" decoding=\"async\"><\/div><\/div><\/div>\n        <div class=\"vmq-wrap\" style=\"margin-top:5px\"><div class=\"vmq-track r\" style=\"animation-duration:147s\"><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Adidas.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/FBS.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Delta.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/DrSerkanAygin.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Amanleek.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Esaal.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/AlHokail.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/CHMeetings.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Giggles.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Eduverse.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/CapitalHills.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/BaytMisr.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Arincen.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/AlYoumAlGadid.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/AlDar.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/09\/turbo-compression-trustedby.svg\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/09\/hyperpay-trustedby.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/09\/Dr-Fahad-Clinic-logo-trustedby.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Adidas.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/FBS.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Delta.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/DrSerkanAygin.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Amanleek.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Esaal.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/AlHokail.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/CHMeetings.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Giggles.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Eduverse.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/CapitalHills.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/BaytMisr.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/Arincen.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/AlYoumAlGadid.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/clients\/AlDar.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/09\/turbo-compression-trustedby.svg\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/09\/hyperpay-trustedby.webp\" alt=\"\" decoding=\"async\"><\/div><div class=\"vmq-cell\"><img src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/09\/Dr-Fahad-Clinic-logo-trustedby.webp\" alt=\"\" decoding=\"async\"><\/div><\/div><\/div>\n    <\/div><\/section>\n    \n\n    <style>\n      #vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;flex-wrap:nowrap}\n      #vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-head h2{min-width:0}\n      #vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-all{display:inline-block;background:#7c3aed;color:#fff;text-decoration:none;padding:14px 26px;border-radius:14px;font-size:14px;transition:background .25s;flex-shrink:0;white-space:nowrap}\n      @media(max-width:420px){#vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-all{padding:12px 18px}}\n      #vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-all:hover{background:#0d172d}\n      #vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-track{display:flex;gap:0;overflow-x:scroll;scroll-snap-type:x mandatory;scrollbar-width:none;scroll-behavior:smooth;padding-bottom:6px;-webkit-overflow-scrolling:touch}\n      #vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-track::-webkit-scrollbar{display:none}\n      \/* width set in JS to exact pixels \u2014 avoids iOS 100% flex bug *\/\n      #vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-slide{scroll-snap-align:start;flex-shrink:0;background:#fff;border-radius:22px;padding:34px 36px;display:flex;flex-direction:column;box-shadow:0 16px 40px rgba(13,23,45,.06);box-sizing:border-box}\n      #vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-stars{display:inline-flex;gap:5px;margin-bottom:18px}\n      #vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px}\n      #vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-site{font-size:26px;font-weight:700;color:#0d172d;margin:0;line-height:1.2;word-break:break-word}\n      #vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-logo{max-height:48px;max-width:150px;width:auto;object-fit:contain;flex:0 0 auto}\n      #vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-name{font-weight:700;color:#0d172d;margin:0;font-size:16px}\n      #vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-pos{font-size:14px;color:#5b6675;margin:3px 0 0}\n      #vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-quote{position:relative;margin:22px 0 0;padding:0 0 0 30px}\n      #vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-quote::before{content:\"\\201C\";position:absolute;left:-2px;top:-6px;font-family:Georgia,serif;font-size:54px;line-height:1;color:#7c3aed}\n      #vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-text{font-size:15px;line-height:1.7;color:#0d172d;margin:0}\n      #vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-quote .vr-qclose{font-family:Georgia,serif;font-size:40px;line-height:0;color:#7c3aed;vertical-align:-12px;margin-left:6px}\n      #vr-block_81c2c0320bab4018c3d2059046bc9f29 .vr-date{font-size:13px;color:#9aa3b2;margin:22px 0 0}\n    <\/style>\n    <section id=\"vr-block_81c2c0320bab4018c3d2059046bc9f29\" class=\"container relative mb-12\" style=\"margin:30px auto 50px auto;\">\n        <div class=\"vr-head\">\n            <h2 class=\"text-2xl sm:text-fs-5 text-third\">Client reviews<\/h2>\n            <a class=\"vr-all\" href=\"https:\/\/www.voctos.com\/about\/reviews\/\">All reviews<\/a>\n        <\/div>\n        <div class=\"vr-track\" data-vr-track>\n                            <div class=\"vr-slide\">\n                    <span class=\"vr-stars\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><\/span>                    <div class=\"vr-top\">\n                        <h3 class=\"vr-site\">egyptpyramidstours.com<\/h3>                        <img decoding=\"async\" class=\"vr-logo\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/logo-2.png\" alt=\"\" onerror=\"this.style.display='none'\"\/>                    <\/div>\n                    <p class=\"vr-name\"> Marcous Fathy<\/p>                    <p class=\"vr-pos\">Business Development Manager<\/p>                                            <blockquote class=\"vr-quote\">\n                            <p class=\"vr-text\">We&#039;ve just completed our first quarter with Beshoy, and the results have been outstanding. Our organic traffic grew from 3,650 to 18,720, we achieved a 300%+ ROI from reservations, and secured Featured Snippets for multiple tour packages.<span class=\"vr-qclose\" aria-hidden=\"true\">&#8221;<\/span><\/p>\n                        <\/blockquote>\n                                        <p class=\"vr-date\">24 September 2023<\/p>                <\/div>\n                            <div class=\"vr-slide\">\n                    <span class=\"vr-stars\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><\/span>                    <div class=\"vr-top\">\n                        <h3 class=\"vr-site\">drserkanaygin.com<\/h3>                        <img decoding=\"async\" class=\"vr-logo\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/Dr-Serkan-Clinic-1024x512-1.webp\" alt=\"\" onerror=\"this.style.display='none'\"\/>                    <\/div>\n                    <p class=\"vr-name\">Dr. Serkan Ayg\u0131n<\/p>                    <p class=\"vr-pos\">Hair Transplant Surgeon<\/p>                                            <blockquote class=\"vr-quote\">\n                            <p class=\"vr-text\">VOCTOS built an SEO strategy that grew our bookings and expanded our visibility to a whole new audience by 375%, with our keywords in the top search results up more than 1600%. Their understanding of Arabic search behavior made all the difference.<span class=\"vr-qclose\" aria-hidden=\"true\">&#8221;<\/span><\/p>\n                        <\/blockquote>\n                                        <p class=\"vr-date\">7 December 2021<\/p>                <\/div>\n                            <div class=\"vr-slide\">\n                    <span class=\"vr-stars\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><\/span>                    <div class=\"vr-top\">\n                        <h3 class=\"vr-site\">vpnarabi.com<\/h3>                        <img decoding=\"async\" class=\"vr-logo\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/VPN-Arabi.webp\" alt=\"\" onerror=\"this.style.display='none'\"\/>                    <\/div>\n                    <p class=\"vr-name\">Samy Amin<\/p>                    <p class=\"vr-pos\">Head of Editorial, VPN Arabi<\/p>                                            <blockquote class=\"vr-quote\">\n                            <p class=\"vr-text\">VOCTOS developed and executed a full Arabic SEO strategy for our VPN company. We saw a 280% increase in organic traffic, secured the top spot for competitive keywords, and our content got cited 160 times in ChatGPT responses. What really impressed us was how well they understand the Arabic market, not just generic SEO translated into Arabic.<span class=\"vr-qclose\" aria-hidden=\"true\">&#8221;<\/span><\/p>\n                        <\/blockquote>\n                                        <p class=\"vr-date\">1 June 2025<\/p>                <\/div>\n                            <div class=\"vr-slide\">\n                    <span class=\"vr-stars\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><\/span>                    <div class=\"vr-top\">\n                        <h3 class=\"vr-site\">Saif Cabinets Decor<\/h3>                        <img decoding=\"async\" class=\"vr-logo\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/logo-1-e1773228248805.webp\" alt=\"\" onerror=\"this.style.display='none'\"\/>                    <\/div>\n                    <p class=\"vr-name\">Abraam Samy<\/p>                    <p class=\"vr-pos\">CEO of Saif Cabinets Decor<\/p>                                            <blockquote class=\"vr-quote\">\n                            <p class=\"vr-text\">When we first came to VOCTOS, our business was almost invisible online despite years of quality work. Their team fixed the technical issues holding us back and built an SEO strategy ready for AI search too. Within months we ranked on Google&#039;s first page for over 55 keywords, with organic traffic up around 170%.<span class=\"vr-qclose\" aria-hidden=\"true\">&#8221;<\/span><\/p>\n                        <\/blockquote>\n                                        <p class=\"vr-date\">4 June 2026<\/p>                <\/div>\n                            <div class=\"vr-slide\">\n                    <span class=\"vr-stars\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><\/span>                    <div class=\"vr-top\">\n                        <h3 class=\"vr-site\">serialtranslation.com<\/h3>                        <img decoding=\"async\" class=\"vr-logo\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/cropped-logosi.webp\" alt=\"\" onerror=\"this.style.display='none'\"\/>                    <\/div>\n                    <p class=\"vr-name\">Samy Ibrahim<\/p>                    <p class=\"vr-pos\">General Manager of Serial Translation<\/p>                                            <blockquote class=\"vr-quote\">\n                            <p class=\"vr-text\">VOCTOS took over our Google Ads campaigns and brought our CPC down by 53%, while our conversion rate jumped 164.7%, with much higher quality leads coming through. It has been a pleasure working with the entire team.<span class=\"vr-qclose\" aria-hidden=\"true\">&#8221;<\/span><\/p>\n                        <\/blockquote>\n                                        <p class=\"vr-date\">15 July 2022<\/p>                <\/div>\n                            <div class=\"vr-slide\">\n                    <span class=\"vr-stars\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><\/span>                    <div class=\"vr-top\">\n                        <h3 class=\"vr-site\">Eagle Marble<\/h3>                                            <\/div>\n                    <p class=\"vr-name\">Ebraam Ayoub<\/p>                    <p class=\"vr-pos\">General Manager<\/p>                                            <blockquote class=\"vr-quote\">\n                            <p class=\"vr-text\">The VOCTOS team helped us grow our search visibility by 190%. We appreciate their responsiveness, dedication, and continuous support throughout the project.<span class=\"vr-qclose\" aria-hidden=\"true\">&#8221;<\/span><\/p>\n                        <\/blockquote>\n                                        <p class=\"vr-date\">25 March 2023<\/p>                <\/div>\n                            <div class=\"vr-slide\">\n                    <span class=\"vr-stars\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><\/span>                    <div class=\"vr-top\">\n                        <h3 class=\"vr-site\">ovistone.com<\/h3>                                            <\/div>\n                    <p class=\"vr-name\">John Attia<\/p>                    <p class=\"vr-pos\">Digital Marketing Director<\/p>                                            <blockquote class=\"vr-quote\">\n                            <p class=\"vr-text\">We hired VOCTOS two years ago to grow our SEO and traffic, and they delivered. What impressed me most was seeing Ovistone start showing up in ChatGPT and Google AI Overviews when people searched for stone suppliers. Our organic traffic keeps climbing and our qualified B2B inquiries have jumped.<span class=\"vr-qclose\" aria-hidden=\"true\">&#8221;<\/span><\/p>\n                        <\/blockquote>\n                                        <p class=\"vr-date\">13 October 2023<\/p>                <\/div>\n                            <div class=\"vr-slide\">\n                    <span class=\"vr-stars\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><\/span>                    <div class=\"vr-top\">\n                        <h3 class=\"vr-site\">royalhaircenter.com<\/h3>                        <img decoding=\"async\" class=\"vr-logo\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/wibsite-logo-D985D981D8B1D8BA.webp\" alt=\"\" onerror=\"this.style.display='none'\"\/>                    <\/div>\n                    <p class=\"vr-name\">Dr. Mathew John<\/p>                    <p class=\"vr-pos\">Senior Surgeon<\/p>                                            <blockquote class=\"vr-quote\">\n                            <p class=\"vr-text\">When we first partnered with VOCTOS, our clinic had just two physicians and one night doctor, with everyone juggling several roles. We&#039;ve grown a lot since then, today we have three physicians, a full-time secretary, and dedicated cleaning staff, largely thanks to the steady flow of new patients their marketing brought in.<span class=\"vr-qclose\" aria-hidden=\"true\">&#8221;<\/span><\/p>\n                        <\/blockquote>\n                                        <p class=\"vr-date\">11 August 2021<\/p>                <\/div>\n                            <div class=\"vr-slide\">\n                    <span class=\"vr-stars\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><\/span>                    <div class=\"vr-top\">\n                        <h3 class=\"vr-site\">nsfx.com<\/h3>                        <img decoding=\"async\" class=\"vr-logo\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/NSFX-Logo.webp\" alt=\"\" onerror=\"this.style.display='none'\"\/>                    <\/div>\n                    <p class=\"vr-name\"> Rami Dawud<\/p>                    <p class=\"vr-pos\">Marketing Manager<\/p>                                            <blockquote class=\"vr-quote\">\n                            <p class=\"vr-text\">Beshoy is a true SEO professional, punctual, and the quality of his delivery is fantastic. His analysis gave us real insight and a clear path to build our brand&#039;s online presence.<span class=\"vr-qclose\" aria-hidden=\"true\">&#8221;<\/span><\/p>\n                        <\/blockquote>\n                                        <p class=\"vr-date\">1 May 2019<\/p>                <\/div>\n                            <div class=\"vr-slide\">\n                    <span class=\"vr-stars\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><\/span>                    <div class=\"vr-top\">\n                        <h3 class=\"vr-site\">marketingcollege.com<\/h3>                        <img decoding=\"async\" class=\"vr-logo\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/cmc_logo.webp\" alt=\"\" onerror=\"this.style.display='none'\"\/>                    <\/div>\n                    <p class=\"vr-name\"> Nahed Maher<\/p>                    <p class=\"vr-pos\">Brand Ambassador<\/p>                                            <blockquote class=\"vr-quote\">\n                            <p class=\"vr-text\">SEO is a complicated world, and few people bring the creative techniques Beshoy does. He stays on top of the latest SEO trends and genuinely cares about getting his clients the most value.<span class=\"vr-qclose\" aria-hidden=\"true\">&#8221;<\/span><\/p>\n                        <\/blockquote>\n                                        <p class=\"vr-date\">16 October 2016<\/p>                <\/div>\n                            <div class=\"vr-slide\">\n                    <span class=\"vr-stars\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><\/span>                    <div class=\"vr-top\">\n                        <h3 class=\"vr-site\">nrg-digital.com<\/h3>                        <img decoding=\"async\" class=\"vr-logo\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/nrg-degital-solutions-logo-png_seeklogo-250387.png\" alt=\"\" onerror=\"this.style.display='none'\"\/>                    <\/div>\n                    <p class=\"vr-name\"> Ahmed Sabbour<\/p>                    <p class=\"vr-pos\">CEO<\/p>                                            <blockquote class=\"vr-quote\">\n                            <p class=\"vr-text\">It&#039;s been a real pleasure working with Beshoy. He&#039;s innovative, broad-minded, and has a great ability to analyze, summarize, and deliver strong results, even working remotely.<span class=\"vr-qclose\" aria-hidden=\"true\">&#8221;<\/span><\/p>\n                        <\/blockquote>\n                                        <p class=\"vr-date\">16 October 2016<\/p>                <\/div>\n                            <div class=\"vr-slide\">\n                    <span class=\"vr-stars\"><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"#F5B301\"><path d=\"M12 2l2.9 6.3 6.9.7-5.1 4.6 1.4 6.8L12 17.8 5.9 20.4l1.4-6.8L2.2 9l6.9-.7z\"\/><\/svg><\/span>                    <div class=\"vr-top\">\n                        <h3 class=\"vr-site\">vintage-vaults.com<\/h3>                        <img decoding=\"async\" class=\"vr-logo\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/07\/vintage-vaults.webp\" alt=\"\" onerror=\"this.style.display='none'\"\/>                    <\/div>\n                    <p class=\"vr-name\"> Sherif El-Haddad<\/p>                    <p class=\"vr-pos\">Founder \/ CEO<\/p>                                            <blockquote class=\"vr-quote\">\n                            <p class=\"vr-text\">Beshoy has done a great job increasing our SEO ranking. He&#039;s also helped boost our conversions and improve the website.<span class=\"vr-qclose\" aria-hidden=\"true\">&#8221;<\/span><\/p>\n                        <\/blockquote>\n                                        <p class=\"vr-date\">7 December 2023<\/p>                <\/div>\n                    <\/div>\n    <\/section>\n        <script>\n    (function(){\n      var GAP = 24; \/* px gap between slides *\/\n      function setSlideWidths(track){\n        \/* iOS Safari fix: set exact pixel width so 100% never mis-resolves *\/\n        var w = track.clientWidth;\n        track.querySelectorAll('.vr-slide').forEach(function(s,i,arr){\n          s.style.width = w + 'px';\n          s.style.marginRight = (i < arr.length - 1) ? GAP + 'px' : '0';\n        });\n      }\n      function initTrack(track){\n        if(track.__vrAuto!==undefined) return;\n        setSlideWidths(track);\n        window.addEventListener('resize',function(){ setSlideWidths(track); });\n        var slides=track.querySelectorAll('.vr-slide');\n        if(slides.length<2){ track.__vrAuto=0; return; }\n        function slideW(){ return track.clientWidth + GAP; }\n        function step(){\n          var max=track.scrollWidth - track.clientWidth - 2;\n          if(track.scrollLeft>=max){ track.scrollTo({left:0,behavior:'smooth'}); }\n          else { track.scrollBy({left:slideW(),behavior:'smooth'}); }\n        }\n        function start(){ if(!track.__vrAuto) track.__vrAuto=setInterval(step,3500); }\n        function stop(){ if(track.__vrAuto){ clearInterval(track.__vrAuto); track.__vrAuto=0; } }\n        start();\n        track.addEventListener('mouseenter',stop);\n        track.addEventListener('mouseleave',start);\n        track.addEventListener('touchstart',stop,{passive:true});\n      }\n      function run(){ document.querySelectorAll('[data-vr-track]').forEach(initTrack); }\n      if(document.readyState!=='loading') run(); else document.addEventListener('DOMContentLoaded',run);\n    })();\n    <\/script>\n    \n\n    <section id=\"faq-block_88fc697a39f8a64e9d4fd9fd29a69719\" class=\"voctos-faq-block\" style=\"background:#eef0f5;--faq-accent:#b4d335;\">\n        <div class=\"faq-inner\">\n            <div class=\"faq-card\">\n\n                <header class=\"faq-head\">\n                    <span class=\"faq-icon\">\n                                                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#0D172D\" stroke-width=\"2\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M9.2 9.3a2.8 2.8 0 0 1 5.4 1c0 1.9-2.6 2.3-2.6 3.9\" stroke-linecap=\"round\"\/><circle cx=\"12\" cy=\"17.4\" r=\"1.05\" fill=\"#0D172D\" stroke=\"none\"\/><\/svg>\n                                            <\/span>\n                                            <h2 class=\"faq-title\">Frequently Asked Questions<\/h2>\n                                    <\/header>\n\n                <div class=\"faq-list\" data-single=\"1\" data-faq-list>\n                                            <div class=\"faq-item\">\n                            <button type=\"button\" class=\"faq-q\" aria-expanded=\"false\" aria-controls=\"faq-block_88fc697a39f8a64e9d4fd9fd29a69719-a-0\">\n                                <span class=\"faq-q-text\">What kind of tasks can you handle?<\/span>\n                                <span class=\"faq-plus\" aria-hidden=\"true\">\n                                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M12 5v14M5 12h14\"\/><\/svg>\n                                <\/span>\n                            <\/button>\n                            <div class=\"faq-a\" id=\"faq-block_88fc697a39f8a64e9d4fd9fd29a69719-a-0\" role=\"region\">\n                                <div class=\"faq-a-inner\">\n                                    <p>Anything from small fixes and content updates to performance tuning, bug fixing, integrations, and server and infrastructure work. Send a short description of what you need and we scope the time and cost before any work starts.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"faq-item\">\n                            <button type=\"button\" class=\"faq-q\" aria-expanded=\"false\" aria-controls=\"faq-block_88fc697a39f8a64e9d4fd9fd29a69719-a-1\">\n                                <span class=\"faq-q-text\">What is included in the support plans?<\/span>\n                                <span class=\"faq-plus\" aria-hidden=\"true\">\n                                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M12 5v14M5 12h14\"\/><\/svg>\n                                <\/span>\n                            <\/button>\n                            <div class=\"faq-a\" id=\"faq-block_88fc697a39f8a64e9d4fd9fd29a69719-a-1\" role=\"region\">\n                                <div class=\"faq-a-inner\">\n                                    <p>Every plan includes the core ongoing work: uptime and performance monitoring, security and malware scanning with cleanup, regular backups including databases, coordination with your hosting provider, and periodic content checks. Each plan also gives you a set number of specialist hours to spend on your own priorities.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"faq-item\">\n                            <button type=\"button\" class=\"faq-q\" aria-expanded=\"false\" aria-controls=\"faq-block_88fc697a39f8a64e9d4fd9fd29a69719-a-2\">\n                                <span class=\"faq-q-text\">How are tasks submitted and estimated?<\/span>\n                                <span class=\"faq-plus\" aria-hidden=\"true\">\n                                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M12 5v14M5 12h14\"\/><\/svg>\n                                <\/span>\n                            <\/button>\n                            <div class=\"faq-a\" id=\"faq-block_88fc697a39f8a64e9d4fd9fd29a69719-a-2\" role=\"region\">\n                                <div class=\"faq-a-inner\">\n                                    <p>You get a dedicated manager as your single point of contact. Send tasks whichever way suits you, we estimate the effort, confirm the scope with you, then start. If a task cannot be fully scoped up front, we tell you before we begin, not after.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"faq-item\">\n                            <button type=\"button\" class=\"faq-q\" aria-expanded=\"false\" aria-controls=\"faq-block_88fc697a39f8a64e9d4fd9fd29a69719-a-3\">\n                                <span class=\"faq-q-text\">How fast do you respond?<\/span>\n                                <span class=\"faq-plus\" aria-hidden=\"true\">\n                                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M12 5v14M5 12h14\"\/><\/svg>\n                                <\/span>\n                            <\/button>\n                            <div class=\"faq-a\" id=\"faq-block_88fc697a39f8a64e9d4fd9fd29a69719-a-3\" role=\"region\">\n                                <div class=\"faq-a-inner\">\n                                    <p>Response time depends on your plan and starts from one hour on priority plans. For deposit and pay-as-you-go clients it also depends on current team workload, but we always confirm expected timing with you when a task is submitted.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"faq-item\">\n                            <button type=\"button\" class=\"faq-q\" aria-expanded=\"false\" aria-controls=\"faq-block_88fc697a39f8a64e9d4fd9fd29a69719-a-4\">\n                                <span class=\"faq-q-text\">How experienced are your specialists?<\/span>\n                                <span class=\"faq-plus\" aria-hidden=\"true\">\n                                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M12 5v14M5 12h14\"\/><\/svg>\n                                <\/span>\n                            <\/button>\n                            <div class=\"faq-a\" id=\"faq-block_88fc697a39f8a64e9d4fd9fd29a69719-a-4\" role=\"region\">\n                                <div class=\"faq-a-inner\">\n                                    <p>Every specialist has at least three years of hands-on experience and keeps their skills current. Your site is handled by engineers who work with these technologies daily, not trainees learning on your project.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"faq-item\">\n                            <button type=\"button\" class=\"faq-q\" aria-expanded=\"false\" aria-controls=\"faq-block_88fc697a39f8a64e9d4fd9fd29a69719-a-5\">\n                                <span class=\"faq-q-text\">Do you work with individuals or only companies?<\/span>\n                                <span class=\"faq-plus\" aria-hidden=\"true\">\n                                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M12 5v14M5 12h14\"\/><\/svg>\n                                <\/span>\n                            <\/button>\n                            <div class=\"faq-a\" id=\"faq-block_88fc697a39f8a64e9d4fd9fd29a69719-a-5\" role=\"region\">\n                                <div class=\"faq-a-inner\">\n                                    <p>Both. We support businesses and individual site owners, and we set up a working format that fits you, whether you run a large store or a single personal site.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"faq-item\">\n                            <button type=\"button\" class=\"faq-q\" aria-expanded=\"false\" aria-controls=\"faq-block_88fc697a39f8a64e9d4fd9fd29a69719-a-6\">\n                                <span class=\"faq-q-text\">Do you stand behind the work?<\/span>\n                                <span class=\"faq-plus\" aria-hidden=\"true\">\n                                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M12 5v14M5 12h14\"\/><\/svg>\n                                <\/span>\n                            <\/button>\n                            <div class=\"faq-a\" id=\"faq-block_88fc697a39f8a64e9d4fd9fd29a69719-a-6\" role=\"region\">\n                                <div class=\"faq-a-inner\">\n                                    <p>Yes. If a change we made causes a problem, we fix it at no extra cost. Whenever possible, changes are tested on a staging copy of your site and only pushed live once everything is confirmed to work correctly, so updates never break production.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"faq-item\">\n                            <button type=\"button\" class=\"faq-q\" aria-expanded=\"false\" aria-controls=\"faq-block_88fc697a39f8a64e9d4fd9fd29a69719-a-7\">\n                                <span class=\"faq-q-text\">What reporting do you provide?<\/span>\n                                <span class=\"faq-plus\" aria-hidden=\"true\">\n                                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M12 5v14M5 12h14\"\/><\/svg>\n                                <\/span>\n                            <\/button>\n                            <div class=\"faq-a\" id=\"faq-block_88fc697a39f8a64e9d4fd9fd29a69719-a-7\" role=\"region\">\n                                <div class=\"faq-a-inner\">\n                                    <p>Regular reporting in a format that works for you. By default you get a clear monthly summary of the tasks completed and the hours spent, so you always know exactly what was done and where your time went.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n\n    <section class=\"pb-3.5 lg:mb-12\">\n        <div class=\"container relative\">\n            <h2 class=\"text-2xl sm:text-fs-5 text-third sm:mb-7 mb-7 flex gap-x-6 items-center sm:after:content-[''] sm:after:relative sm:after:-top-1 sm:after:grow sm:after:h-px sm:after:bg-sixth\">Related services<\/h2>\n                        <ul class=\"grid gap-y-7 lg:grid-cols-3 lg:gap-x-[30px] lg:gap-y-9 mt-[60px]\">\n                                    <li class=\"bg-white rounded-b-rc-1 relative pb-[30px] lg:flex lg:flex-col lg:pb-[40px]\">\n                        <a class=\"absolute inset-0 z-[3]\" href=\"\/seo\/\" aria-label=\"Search Engine Optimization\"><\/a>\n                        <div class=\"mb-[25px] h-[115px] -translate-y-[5px] relative grow shadow-lg rounded-rc-6 rounded-tr-none py-1.5 px-4 !flex flex-row justify-start items-center gap-x-4 bg-blue-600 sm:gap-y-0.5 sm:px-8 lg:grow-0 lg:min-h-[126px]\">\n                            <img decoding=\"async\" alt=\"\" class=\"max-w-[80px] w-auto h-auto object-contain\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/06\/seo.svg\"\/>                            <span class=\"text-lg font-medium leading-tight text-white\">Search Engine Optimization<\/span>\n                            <a class=\"absolute inset-0\" href=\"\/seo\/\">\n                                <span class=\"block absolute right-0 top-0 w-12 h-2.5 bg-blue-600 rounded-tr-[10px] rounded-tl-[5px] -translate-y-[calc(100%-1px)] before:content-[''] before:absolute before:border-r-[2.5px] before:border-b-[2.5px] border-blue-600 before:rounded-br-[10px] before:right-[calc(100%-2.5px)] before:-bottom-[1.4px] before:w-3 before:h-[7px]\"><\/span>\n                                <svg class=\"absolute right-2.5 top-0 w-2.5 h-2.5 text-white\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M2.5 7.5L7.5 2.5M4 2.5h3.5V6\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>                            <\/a>\n                        <\/div>\n                                                <p class=\"px-[22px] text-xl text-[#80C342] font-medium leading-tight lg:mt-auto\">Climb the rankings and turn search traffic into sales<\/p>\n                    <\/li>\n                                    <li class=\"bg-white rounded-b-rc-1 relative pb-[30px] lg:flex lg:flex-col lg:pb-[40px]\">\n                        <a class=\"absolute inset-0 z-[3]\" href=\"\/content-marketing\/\" aria-label=\"Content Marketing\"><\/a>\n                        <div class=\"mb-[25px] h-[115px] -translate-y-[5px] relative grow shadow-lg rounded-rc-6 rounded-tr-none py-1.5 px-4 !flex flex-row justify-start items-center gap-x-4 bg-[rgba(118,22,244,1)] sm:gap-y-0.5 sm:px-8 lg:grow-0 lg:min-h-[126px]\">\n                            <img decoding=\"async\" alt=\"\" class=\"max-w-[80px] w-auto h-auto object-contain\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/06\/content.svg\"\/>                            <span class=\"text-lg font-medium leading-tight text-white\">Content Marketing<\/span>\n                            <a class=\"absolute inset-0\" href=\"\/content-marketing\/\">\n                                <span class=\"block absolute right-0 top-0 w-12 h-2.5 bg-[rgba(118,22,244,1)] rounded-tr-[10px] rounded-tl-[5px] -translate-y-[calc(100%-1px)] before:content-[''] before:absolute before:border-r-[2.5px] before:border-b-[2.5px] border-[rgba(118,22,244,1)] before:rounded-br-[10px] before:right-[calc(100%-2.5px)] before:-bottom-[1.4px] before:w-3 before:h-[7px]\"><\/span>\n                                <svg class=\"absolute right-2.5 top-0 w-2.5 h-2.5 text-white\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M2.5 7.5L7.5 2.5M4 2.5h3.5V6\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>                            <\/a>\n                        <\/div>\n                                                <p class=\"px-[22px] text-xl text-[#80C342] font-medium leading-tight lg:mt-auto\">Content built to rank, convert, and get cited by AI<\/p>\n                    <\/li>\n                                    <li class=\"bg-white rounded-b-rc-1 relative pb-[30px] lg:flex lg:flex-col lg:pb-[40px]\">\n                        <a class=\"absolute inset-0 z-[3]\" href=\"\/ppc\/\" aria-label=\"PPC advertising\"><\/a>\n                        <div class=\"mb-[25px] h-[115px] -translate-y-[5px] relative grow shadow-lg rounded-rc-6 rounded-tr-none py-1.5 px-4 !flex flex-row justify-start items-center gap-x-4 bg-yellow-300 sm:gap-y-0.5 sm:px-8 lg:grow-0 lg:min-h-[126px]\">\n                            <img decoding=\"async\" alt=\"\" class=\"max-w-[80px] w-auto h-auto object-contain\" src=\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/06\/advertising.svg\"\/>                            <span class=\"text-lg font-medium leading-tight \">PPC advertising<\/span>\n                            <a class=\"absolute inset-0\" href=\"\/ppc\/\">\n                                <span class=\"block absolute right-0 top-0 w-12 h-2.5 bg-yellow-300 rounded-tr-[10px] rounded-tl-[5px] -translate-y-[calc(100%-1px)] before:content-[''] before:absolute before:border-r-[2.5px] before:border-b-[2.5px] border-yellow-300 before:rounded-br-[10px] before:right-[calc(100%-2.5px)] before:-bottom-[1.4px] before:w-3 before:h-[7px]\"><\/span>\n                                <svg class=\"absolute right-2.5 top-0 w-2.5 h-2.5 \" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M2.5 7.5L7.5 2.5M4 2.5h3.5V6\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>                            <\/a>\n                        <\/div>\n                                                <p class=\"px-[22px] text-xl text-[#80C342] font-medium leading-tight lg:mt-auto\">Get in front of buyers the moment they search<\/p>\n                    <\/li>\n                            <\/ul>\n        <\/div>\n    <\/section>\n    \n\n    <section class=\"py-8 voctos-contact\" id=\"request\">\n        <div class=\"container\">\n            <form class=\"voctos-contact-form bg-white rounded-rc-1 p-6 sm:p-10 shadow-lg\"\n                  method=\"post\" enctype=\"multipart\/form-data\"\n                  data-ajax=\"https:\/\/www.voctos.com\/wp-admin\/admin-ajax.php\"\n                  data-success=\"Thank you! We&#039;ll be in touch shortly.\"\n                  novalidate>\n                <input type=\"hidden\" name=\"action\" value=\"voctos_contact\">\n                <input type=\"hidden\" name=\"formname\" value=\"Homepage bottom form\">\n                <input type=\"hidden\" id=\"voctos_contact_nonce\" name=\"voctos_contact_nonce\" value=\"22e24237f8\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/ar\/wp-json\/wp\/v2\/pages\/1510\" \/>\n                <div class=\"vc-head\">\n                    <h2 class=\"vc-title text-2xl sm:text-fs-5 text-third\">Discuss your <span class=\"vc-accent\">project<\/span><\/h2>\n                    <p class=\"vc-required\">* Required fields<\/p>\n                <\/div>\n                \n                <div class=\"vc-grid\">\n                    <input class=\"w-full px-4 py-3.5 sm:px-6 rounded-rc-6 bg-eighth text-sm placeholder:text-third\/40 outline-none vc-req vc-f-name\"    name=\"name\"    type=\"text\"  placeholder=\"Your name*\" required>\n                                        <div class=\"w-full px-4 py-3.5 sm:px-6 rounded-rc-6 bg-eighth text-sm placeholder:text-third\/40 outline-none vc-req vc-f-phone vc-phone-wrap\">\n                                                <div class=\"vc-code\" x-data=\"vcCode()\">\n                            <input type=\"hidden\" name=\"phone_code\" value=\"+20\" :value=\"current.code\">\n                            <button type=\"button\" class=\"vc-code-btn\" @click=\"open = !open\" @click.outside=\"open = false\" :aria-expanded=\"open\" aria-label=\"Country code\">\n                                <img decoding=\"async\" class=\"vc-flag\" :src=\"flag(current.iso)\" src=\"https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/flags\/eg.png\" alt=\"\" width=\"20\" height=\"14\" loading=\"eager\" data-no-lazy=\"1\" data-skip-lazy=\"1\">\n                                <span x-text=\"current.code\">+20<\/span>\n                                <svg class=\"vc-code-chev\" viewBox=\"0 0 10 6\" fill=\"none\" aria-hidden=\"true\"><path d=\"M1 1l4 4 4-4\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                            <\/button>\n                            <ul class=\"vc-code-list\" x-show=\"open\" x-cloak>\n                                <template x-for=\"c in codes\" :key=\"c.iso + c.code\">\n                                    <li @click=\"current = c; open = false\" :class=\"{ 'is-active': c.iso === current.iso }\">\n                                        <img class=\"vc-flag\" :src=\"flag(c.iso)\" alt=\"\" width=\"20\" height=\"14\" loading=\"eager\" data-no-lazy=\"1\" data-skip-lazy=\"1\">\n                                        <span class=\"vc-code-num\" x-text=\"c.code\"><\/span>\n                                        <span class=\"vc-code-country\" x-text=\"c.name\"><\/span>\n                                    <\/li>\n                                <\/template>\n                            <\/ul>\n                        <\/div>\n                        <input class=\"vc-req\" name=\"phone\" type=\"tel\" placeholder=\"Phone*\" required>\n                    <\/div>\n                    <input class=\"w-full px-4 py-3.5 sm:px-6 rounded-rc-6 bg-eighth text-sm placeholder:text-third\/40 outline-none vc-f-email\"          name=\"email\"   type=\"email\" placeholder=\"E-mail\">\n                    <input class=\"w-full px-4 py-3.5 sm:px-6 rounded-rc-6 bg-eighth text-sm placeholder:text-third\/40 outline-none vc-f-company\"        name=\"company\" type=\"text\"  placeholder=\"Company or website\">\n                    <input class=\"w-full px-4 py-3.5 sm:px-6 rounded-rc-6 bg-eighth text-sm placeholder:text-third\/40 outline-none vc-f-budget\"         name=\"budget\"  type=\"text\"  placeholder=\"Monthly marketing budget\">\n                    <textarea class=\"w-full px-4 py-3.5 sm:px-6 rounded-rc-6 bg-eighth text-sm placeholder:text-third\/40 outline-none resize-none vc-f-comments\" name=\"comments\" rows=\"4\" placeholder=\"Tell us more about your tasks\"><\/textarea>\n\n                    <label class=\"vc-attach\">\n                        <input type=\"file\" name=\"attachment\" class=\"vc-file-input\"\n                               accept=\".doc,.docx,.pdf,.xls,.xlsx,application\/pdf,application\/msword,application\/vnd.openxmlformats-officedocument.wordprocessingml.document,application\/vnd.ms-excel,application\/vnd.openxmlformats-officedocument.spreadsheetml.sheet\">\n                        <span class=\"vc-attach-inner\">\n                            <img decoding=\"async\" class=\"vc-clip\" src=\"https:\/\/www.voctos.com\/wp-content\/themes\/voctos\/firmwork\/assets\/img\/clip.svg\" alt=\"\" width=\"20\" height=\"40\" aria-hidden=\"true\">\n                            <span class=\"vc-attach-text\">Attach file<\/span>\n                        <\/span>\n                        <span class=\"vc-file-name\" aria-live=\"polite\"><\/span>\n                    <\/label>\n                <\/div>\n\n                <div class=\"vc-foot\">\n                    <div class=\"vc-foot-left\">\n                        <button type=\"submit\" class=\"vc-submit text-sm text-white bg-primary hover:bg-third rounded-rc-6\">Send<\/button>\n                        <p class=\"vc-consent text-third\/70\">By clicking the button, I consent to the processing of personal data and agree with the <a href=\"https:\/\/www.voctos.com\/privacy-policy\/\" class=\"vc-privacy\" target=\"_blank\" rel=\"noopener\">Privacy Policy<\/a><\/p>\n                    <\/div>\n                    <p class=\"vc-filenote text-third\/50\">File size must not exceed 2MB. File extensions: docx, doc, pdf, xlsx, xls<\/p>\n                <\/div>\n\n                <p class=\"vc-status\" role=\"status\" aria-live=\"polite\" hidden><\/p>\n            <\/form>\n        <\/div>\n        <script>\n        \/* The \"vcCode\" Alpine component (flag\/country-code dropdown) is registered\n           GLOBALLY now, in functions.php's wp_footer hook \u2014 not here. See\n           voctos_firmwork_vc_codes() there for why: this per-block <script> used to\n           be the only place it was registered, but anything that copies just this\n           block's <form>...<\/form> markup (like 404.php's \"reuse a real page's\n           contact form\") silently lost the registration along with it. *\/\n\n        \/* ------------------------------------------------------------------\n           Strip the size overrides an off-theme script (id=\"vtx-form-js\") writes\n           straight onto the attach box and the paperclip:\n\n               .vc-attach  height: 100% !important; align-self: stretch !important;\n               .vc-clip    width: 30px !important;  height: auto !important;\n\n           Because those land as INLINE !important they outrank every stylesheet,\n           so contact.css can never win \u2014 the box stretched to the full 150px row\n           height and the clip rendered at 30x60. Only these four properties are\n           removed; the snippet's border\/background styling is left alone.\n           Delete this block once those lines are gone from the snippet.\n           ------------------------------------------------------------------ *\/\n        (function () {\n            var clean = function () {\n                document.querySelectorAll('.voctos-contact .vc-attach').forEach(function (el) {\n                    el.style.removeProperty('height');\n                    el.style.removeProperty('align-self');\n                });\n                document.querySelectorAll('.voctos-contact .vc-clip').forEach(function (el) {\n                    el.style.removeProperty('width');\n                    el.style.removeProperty('height');\n                });\n            };\n            if (document.readyState === 'loading') {\n                document.addEventListener('DOMContentLoaded', clean);\n            } else { clean(); }\n            \/* the other script may run after us, on load or on a timer *\/\n            window.addEventListener('load', clean);\n            [60, 300, 1200].forEach(function (t) { setTimeout(clean, t); });\n        })();\n        <\/script>\n    <\/section>\n    \n\n\n<script type=\"application\/ld+json\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Service\",\"serviceType\":\"Technical support\",\"name\":\"Technical support\",\"description\":\"Reliable website technical support from VOCTOS. Maintenance, updates, security and fixes for sites on any platform, with fast response and clear reporting.\",\"provider\":{\"@type\":\"Organization\",\"name\":\"VOCTOS\",\"url\":\"https:\/\/www.voctos.com\",\"email\":\"contact@voctos.com\",\"telephone\":\"+20 100 805 3953\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"Point 9 Mall, Downtown\",\"addressLocality\":\"New Capital\",\"addressRegion\":\"Cairo\",\"postalCode\":\"4850801\",\"addressCountry\":\"EG\"},\"image\":\"https:\/\/www.voctos.com\/wp-content\/uploads\/2026\/06\/logo2.webp\"},\"areaServed\":\"Worldwide\",\"url\":\"https:\/\/www.voctos.com\/technical-support\/\",\"offers\":{\"@type\":\"Offer\",\"availability\":\"https:\/\/schema.org\/InStock\",\"priceCurrency\":\"USD\",\"url\":\"https:\/\/www.voctos.com\/technical-support\/\",\"priceRange\":\"$$$\"}},{\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What kind of tasks can you handle?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Anything from small fixes and content updates to performance tuning, bug fixing, integrations, and server and infrastructure work. Send a short description of what you need and we scope the time and cost before any work starts.\"}},{\"@type\":\"Question\",\"name\":\"What is included in the support plans?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Every plan includes the core ongoing work: uptime and performance monitoring, security and malware scanning with cleanup, regular backups including databases, coordination with your hosting provider, and periodic content checks. Each plan also gives you a set number of specialist hours to spend on your own priorities.\"}},{\"@type\":\"Question\",\"name\":\"How are tasks submitted and estimated?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"You get a dedicated manager as your single point of contact. Send tasks whichever way suits you, we estimate the effort, confirm the scope with you, then start. If a task cannot be fully scoped up front, we tell you before we begin, not after.\"}},{\"@type\":\"Question\",\"name\":\"How fast do you respond?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Response time depends on your plan and starts from one hour on priority plans. For deposit and pay-as-you-go clients it also depends on current team workload, but we always confirm expected timing with you when a task is submitted.\"}},{\"@type\":\"Question\",\"name\":\"How experienced are your specialists?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Every specialist has at least three years of hands-on experience and keeps their skills current. Your site is handled by engineers who work with these technologies daily, not trainees learning on your project.\"}},{\"@type\":\"Question\",\"name\":\"Do you work with individuals or only companies?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Both. We support businesses and individual site owners, and we set up a working format that fits you, whether you run a large store or a single personal site.\"}},{\"@type\":\"Question\",\"name\":\"Do you stand behind the work?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. If a change we made causes a problem, we fix it at no extra cost. Whenever possible, changes are tested on a staging copy of your site and only pushed live once everything is confirmed to work correctly, so updates never break production.\"}},{\"@type\":\"Question\",\"name\":\"What reporting do you provide?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Regular reporting in a format that works for you. By default you get a clear monthly summary of the tasks completed and the hours spent, so you always know exactly what was done and where your time went.\"}}]}]}<\/script>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-1510","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.voctos.com\/ar\/wp-json\/wp\/v2\/pages\/1510","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.voctos.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.voctos.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.voctos.com\/ar\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.voctos.com\/ar\/wp-json\/wp\/v2\/comments?post=1510"}],"version-history":[{"count":1,"href":"https:\/\/www.voctos.com\/ar\/wp-json\/wp\/v2\/pages\/1510\/revisions"}],"predecessor-version":[{"id":12302,"href":"https:\/\/www.voctos.com\/ar\/wp-json\/wp\/v2\/pages\/1510\/revisions\/12302"}],"wp:attachment":[{"href":"https:\/\/www.voctos.com\/ar\/wp-json\/wp\/v2\/media?parent=1510"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}