{"id":37,"date":"2026-04-13T04:20:32","date_gmt":"2026-04-13T04:20:32","guid":{"rendered":"https:\/\/basicpest.com\/?page_id=37"},"modified":"2026-04-13T07:50:36","modified_gmt":"2026-04-13T07:50:36","slug":"37-2","status":"publish","type":"page","link":"https:\/\/basicpest.com\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Basic Pest Solutions | Under Construction<\/title>\n  <meta name=\"description\" content=\"Basic Pest Solutions website is currently under construction. Call now for pest control assistance.\" \/>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700;800&#038;display=swap\" rel=\"stylesheet\" \/>\n\n  <style>\n    :root {\n      --bg: #f3f3f3;\n      --panel: #ffffff;\n      --text: #111111;\n      --muted: #5f5f5f;\n      --line: #d9d9d9;\n      --radius: 28px;\n    }\n\n    * {\n      box-sizing: border-box;\n    }\n\n    html,\n    body {\n      margin: 0;\n      padding: 0;\n      width: 100%;\n      overflow-x: hidden;\n      font-family: 'Open Sans', Arial, sans-serif;\n      background: var(--bg);\n      color: var(--text);\n    }\n\n    body {\n      display: block;\n    }\n\n    a {\n      color: inherit;\n      text-decoration: none;\n    }\n\n    img {\n      max-width: 100%;\n      display: block;\n    }\n\n    .wrap {\n      width: 100%;\n      max-width: none;\n      margin: 0;\n      padding: 0;\n    }\n\n    .card {\n      background: transparent;\n      border: none;\n      border-radius: 0;\n      box-shadow: none;\n      padding: 0 0 60px;\n      text-align: center;\n      width: 100%;\n      margin: 0;\n    }\n\n    .logo {\n      width: 100%;\n      max-width: none;\n      margin: 0;\n      display: block;\n    }\n\n    .content {\n      padding: 24px 20px 0;\n    }\n\n    .actions {\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      gap: 16px;\n      flex-wrap: wrap;\n      margin-top: 10px;\n    }\n\n    .btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      min-width: 220px;\n      padding: 18px 28px;\n      border-radius: 999px;\n      font-weight: 800;\n      font-size: 1.05rem;\n      border: 2px solid #111111;\n      background: #ffffff;\n      color: #111111;\n      cursor: pointer;\n      transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;\n      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);\n    }\n\n    .btn:hover {\n      transform: translateY(-2px);\n      opacity: 0.96;\n    }\n\n    .btn-primary {\n      background: #111111;\n      color: #ffffff;\n    }\n\n    .story {\n      margin: 28px auto 0;\n      max-width: 720px;\n      color: var(--muted);\n      font-size: 1.08rem;\n      line-height: 1.6;\n    }\n\n    .quote-box {\n      margin: 34px auto 0;\n      width: 100%;\n      max-width: 1000px;\n      padding: 28px 24px;\n      border: 1px solid var(--line);\n      border-radius: 18px;\n      background: #ffffff;\n      text-align: left;\n    }\n\n    .quote-box h2 {\n      margin: 0 0 8px;\n      font-size: clamp(1.5rem, 3vw, 2.1rem);\n      line-height: 1.05;\n      letter-spacing: -0.03em;\n      text-align: center;\n    }\n\n    .quote-box p {\n      max-width: 56ch;\n      text-align: center;\n      margin: 0 auto 22px;\n      color: var(--muted);\n      font-size: 1rem;\n      line-height: 1.6;\n    }\n\n    .quote-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 16px;\n    }\n\n    .field {\n      display: flex;\n      flex-direction: column;\n      gap: 8px;\n    }\n\n    .field.full {\n      grid-column: 1 \/ -1;\n    }\n\n    label {\n      font-size: 0.92rem;\n      font-weight: 700;\n      color: var(--text);\n    }\n\n    input,\n    select,\n    textarea {\n      width: 100%;\n      border: 1.5px solid #cfcfcf;\n      border-radius: 14px;\n      padding: 14px;\n      font: inherit;\n      color: var(--text);\n      background: #ffffff;\n    }\n\n    textarea {\n      min-height: 110px;\n      resize: vertical;\n    }\n\n    .quote-result {\n      margin-top: 18px;\n      padding: 18px 20px;\n      border-radius: 18px;\n      background: #111111;\n      color: #ffffff;\n      text-align: center;\n    }\n\n    .quote-result-label {\n      display: block;\n      font-size: 0.82rem;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      opacity: 0.72;\n      margin-bottom: 8px;\n    }\n\n    .quote-result-price {\n      display: block;\n      font-size: clamp(2rem, 5vw, 3rem);\n      font-weight: 800;\n      line-height: 1;\n      letter-spacing: -0.04em;\n    }\n\n    .quote-result-copy {\n      margin-top: 8px;\n      font-size: 0.95rem;\n      color: rgba(255, 255, 255, 0.78);\n    }\n\n    .quote-disclaimer {\n      margin-top: 12px;\n      font-size: 0.82rem;\n      line-height: 1.5;\n      color: rgba(255,255,255,0.7);\n    }\n\n    .quote-actions {\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      margin-top: 18px;\n      flex-wrap: wrap;\n    }\n\n    \/* Hide WPForms completely but keep it functional *\/\n    .wpforms-container,\n    #wpforms-form-28 {\n      position: absolute !important;\n      left: -9999px !important;\n      width: 1px !important;\n      height: 1px !important;\n      overflow: hidden !important;\n      opacity: 0 !important;\n    }\n\n    .quote-actions .wpforms-container {\n      margin: 0;\n    }\n\n    .quote-actions .wpforms-submit-container {\n      margin: 0;\n      padding: 0;\n      text-align: center;\n    }\n\n    .quote-actions .wpforms-field-container {\n      display: none;\n    }\n\n    .quote-note {\n      margin-top: 14px;\n      font-size: 0.92rem;\n      color: var(--muted);\n      text-align: center;\n    }\n\n    .eyebrow {\n      display: inline-block;\n      margin-top: 24px;\n      padding: 10px 16px;\n      border: 1px solid var(--line);\n      border-radius: 999px;\n      font-size: 0.84rem;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      background: #fafafa;\n    }\n\n    @media (max-width: 640px) {\n      .content {\n        padding: 20px 16px 0;\n      }\n\n      .btn {\n        width: 100%;\n        min-width: 0;\n      }\n\n      .actions {\n        flex-direction: column;\n      }\n\n      .quote-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .card {\n        padding-bottom: 40px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <main class=\"wrap\">\n    <section class=\"card\">\n      <img decoding=\"async\"\n        class=\"logo\"\n        src=\"https:\/\/basicpest.com\/wp-content\/uploads\/2026\/04\/Rectangle-Logo-2.png\"\n        alt=\"Basic Pest Solutions logo\"\n      \/>\n\n      <div class=\"content\">\n        <div class=\"actions\">\n          <a class=\"btn btn-primary\" href=\"tel:0414495809\">Call Now<\/a>\n          <a class=\"btn\" href=\"mailto:basicpest@outlook.com\">Email Now<\/a>\n        <\/div>\n\n        <p class=\"story\">\n          With over 25 years in pest control, Karl Younger built his experience from the ground up in his father\u2019s business, Neil Younger Pest Control. From technician to sales to General Manager, he led the company through its 2015 acquisition, then went on to run Northern Territory and Newcastle operations for two of Australia\u2019s largest pest control firms. After a short return to family business, it was time to build something of his own. That\u2019s Basic Pest Solutions: practical, reliable, and ready when you need it. Phones are on. Emails are live. Let\u2019s get it sorted.\n        <\/p>\n\n        <section class=\"quote-box\" aria-label=\"Quick quote form\">\n          <h2>Quick Residential Quote<\/h2>\n          <p>Choose your bedroom count and service type for a live residential estimate, then send through your details.<\/p>\n\n          <div id=\"quote-form\">\n            <div class=\"quote-grid\">\n              <div class=\"field\">\n                <label for=\"name\">Name<\/label>\n                <input id=\"name\" name=\"Name\" type=\"text\" placeholder=\"Your name\" required \/>\n              <\/div>\n\n              <div class=\"field\">\n                <label for=\"phone\">Phone<\/label>\n                <input id=\"phone\" name=\"Phone\" type=\"tel\" placeholder=\"Best contact number\" required \/>\n              <\/div>\n\n              <div class=\"field\">\n                <label for=\"email\">Email<\/label>\n                <input id=\"email\" name=\"Email\" type=\"email\" placeholder=\"Your email address\" \/>\n              <\/div>\n\n              <div class=\"field\">\n                <label for=\"bedrooms\">Number of Bedrooms<\/label>\n                <select id=\"bedrooms\" name=\"Number of Bedrooms\">\n                  <option value=\"242\">Up to 2 Bedrooms<\/option>\n                  <option value=\"275\">3 Bedrooms<\/option>\n                  <option value=\"308\">4 Bedrooms<\/option>\n                  <option value=\"330\">5 Bedrooms<\/option>\n                  <option value=\"363\">6+ Bedrooms<\/option>\n                <\/select>\n              <\/div>\n\n              <div class=\"field\">\n                <label for=\"pest\">Service Type<\/label>\n                <select id=\"pest\" name=\"Service Type\">\n                  <option value=\"general\">General Pest Treatment<\/option>\n                  <option value=\"termite\">Termite Inspection<\/option>\n                  <option value=\"combo\">General Pest Treatment and Termite Inspection<\/option>\n                <\/select>\n              <\/div>\n\n              <div class=\"field\">\n                <label for=\"suburb\">Suburb<\/label>\n                <input id=\"suburb\" name=\"Suburb\" type=\"text\" placeholder=\"Your suburb or area\" \/>\n              <\/div>\n\n              <div class=\"field full\">\n                <label for=\"details\">What\u2019s going on?<\/label>\n                <textarea id=\"details\" name=\"Details\" placeholder=\"Tell us what you\u2019re seeing, where it is, and anything useful to know.\"><\/textarea>\n              <\/div>\n            <\/div>\n\n            <div class=\"quote-result\" aria-live=\"polite\">\n              <span class=\"quote-result-label\">Live Estimate<\/span>\n              <span class=\"quote-result-price\" id=\"quote-price\">$242<\/span>\n              <div class=\"quote-result-copy\" id=\"quote-copy\">General pest treatment for up to 2 bedrooms.<\/div>\n              <div class=\"quote-disclaimer\">\n                Prices are valid for information provided only. If information is incorrect, price may vary. General pest treatment covers large cockroaches, webbing spiders and silverfish, backed by a 6 month warranty. Areas treated include all accessible internal and external areas such as roof cavity, wall cavities, subfloor, gardens, fences, sheds and garages.\n              <\/div>\n            <\/div>\n\n            <div class=\"quote-actions\" style=\"flex-direction:column; gap:14px; align-items:center;\">\n              <button class=\"btn btn-primary\" id=\"request-quote-button\" type=\"button\">Request This Quote<\/button>\n            <\/div>\n\n            <div class=\"quote-note\">Prefer to talk? Call <a href=\"tel:0414495809\">0414 495 809<\/a> instead.<\/div>\n          <\/div>\n        <\/section>\n\n        <div class=\"eyebrow\">Website Under Construction<\/div>\n      <\/div>\n    <\/section>\n  <\/main>\n\n  <script>\n    (function () {\n      const quoteLabels = {\n        general: {\n          '242': 'General pest treatment for up to 2 bedrooms.',\n          '275': 'General pest treatment for 3 bedrooms.',\n          '308': 'General pest treatment for 4 bedrooms.',\n          '330': 'General pest treatment for 5 bedrooms.',\n          '363': 'General pest treatment from 6+ bedrooms.'\n        },\n        termite: {\n          '242': 'Termite inspection carried out in accordance with AS 3660.2 and includes all accessible internal and external areas within 30m of the dwelling and structures. Full report (with photos and recommendations provided).',\n          '275': 'Termite inspection carried out in accordance with AS 3660.2 and includes all accessible internal and external areas within 30m of the dwelling and structures. Full report (with photos and recommendations provided).',\n          '308': 'Termite inspection carried out in accordance with AS 3660.2 and includes all accessible internal and external areas within 30m of the dwelling and structures. Full report (with photos and recommendations provided).',\n          '330': 'Termite inspection carried out in accordance with AS 3660.2 and includes all accessible internal and external areas within 30m of the dwelling and structures. Full report (with photos and recommendations provided).',\n          '363': 'Termite inspection carried out in accordance with AS 3660.2 and includes all accessible internal and external areas within 30m of the dwelling and structures. Full report (with photos and recommendations provided).'\n        },\n        combo: {\n          '242': 'Combined general pest treatment and termite inspection package, including a 15% bundle discount. General pest treatment covers large cockroaches, webbing spiders and silverfish. Termite inspection is carried out in accordance with AS 3660.2 and includes a full report with photos and recommendations.',\n          '275': 'Combined general pest treatment and termite inspection package, including a 15% bundle discount. General pest treatment covers large cockroaches, webbing spiders and silverfish. Termite inspection is carried out in accordance with AS 3660.2 and includes a full report with photos and recommendations.',\n          '308': 'Combined general pest treatment and termite inspection package, including a 15% bundle discount. General pest treatment covers large cockroaches, webbing spiders and silverfish. Termite inspection is carried out in accordance with AS 3660.2 and includes a full report with photos and recommendations.',\n          '330': 'Combined general pest treatment and termite inspection package, including a 15% bundle discount. General pest treatment covers large cockroaches, webbing spiders and silverfish. Termite inspection is carried out in accordance with AS 3660.2 and includes a full report with photos and recommendations.',\n          '363': 'Combined general pest treatment and termite inspection package, including a 15% bundle discount. General pest treatment covers large cockroaches, webbing spiders and silverfish. Termite inspection is carried out in accordance with AS 3660.2 and includes a full report with photos and recommendations.'\n        }\n      };\n\n      function updateQuote() {\n        const bedrooms = document.getElementById('bedrooms');\n        const pest = document.getElementById('pest');\n        const priceEl = document.getElementById('quote-price');\n        const copyEl = document.getElementById('quote-copy');\n        const disclaimerEl = document.querySelector('.quote-disclaimer');\n\n        if (!bedrooms || !priceEl || !copyEl || !pest) {\n          return;\n        }\n\n        const value = bedrooms.value;\n        const pestType = pest.value;\n        const numericValue = Number(value);\n\n        let displayPrice = numericValue;\n        if (pestType === 'combo') {\n          displayPrice = Math.round(((numericValue + numericValue) * 0.85) * 100) \/ 100;\n        }\n\n        const formattedPrice = Number.isInteger(displayPrice)\n          ? '$' + displayPrice\n          : '$' + displayPrice.toFixed(2);\n\n        priceEl.textContent = formattedPrice;\n\n        const wpQuoteField = document.querySelector('input[name=\"wpforms[fields][17]\"]');\n        const wpBedrooms = document.querySelector('input[name=\"wpforms[fields][11]\"]');\n        const wpService = document.querySelector('input[name=\"wpforms[fields][13]\"]');\n        const wpName = document.querySelector('input[name=\"wpforms[fields][8]\"]');\n        const wpPhone = document.querySelector('input[name=\"wpforms[fields][9]\"]');\n        const wpEmail = document.querySelector('input[name=\"wpforms[fields][10]\"]');\n        const wpSuburb = document.querySelector('input[name=\"wpforms[fields][14]\"]');\n        const wpDetails = document.querySelector('textarea[name=\"wpforms[fields][16]\"]');\n\n        if (wpQuoteField) {\n          wpQuoteField.value = formattedPrice;\n        }\n\n        if (wpBedrooms && bedrooms) {\n          wpBedrooms.value = bedrooms.options[bedrooms.selectedIndex].text;\n        }\n\n        if (wpService && pest) {\n          wpService.value = pest.options[pest.selectedIndex].text;\n        }\n\n        if (wpName) {\n          const nameInput = document.getElementById('name');\n          if (nameInput) wpName.value = nameInput.value;\n        }\n\n        if (wpPhone) {\n          const phoneInput = document.getElementById('phone');\n          if (phoneInput) wpPhone.value = phoneInput.value;\n        }\n\n        if (wpEmail) {\n          const emailInput = document.getElementById('email');\n          if (emailInput) wpEmail.value = emailInput.value;\n        }\n\n        if (wpSuburb) {\n          const suburbInput = document.getElementById('suburb');\n          if (suburbInput) wpSuburb.value = suburbInput.value;\n        }\n\n        if (wpDetails) {\n          const detailsInput = document.getElementById('details');\n          if (detailsInput) wpDetails.value = detailsInput.value;\n        }\n\n        const labels = quoteLabels[pestType] || quoteLabels.general;\n        copyEl.textContent = labels[value] || 'General pest treatment estimate.';\n\n        if (disclaimerEl) {\n          if (pestType === 'termite') {\n            disclaimerEl.textContent = 'Prices are valid for information provided only. If information is incorrect, price may vary. Termite inspection is carried out in accordance with AS 3660.2 and includes all accessible internal and external areas within 30m of the dwelling and structures. Full report with photos and recommendations provided.';\n          } else if (pestType === 'combo') {\n            disclaimerEl.textContent = 'Prices are valid for information provided only. If information is incorrect, price may vary. Bundle pricing includes general pest treatment plus termite inspection, less 15%. General pest treatment covers large cockroaches, webbing spiders and silverfish with a 6 month warranty. Termite inspection is carried out in accordance with AS 3660.2 and includes all accessible internal and external areas within 30m of the dwelling and structures, with a full report, photos and recommendations provided.';\n          } else {\n            disclaimerEl.textContent = 'Prices are valid for information provided only. If information is incorrect, price may vary. General pest treatment covers large cockroaches, webbing spiders and silverfish, backed by a 6 month warranty. Areas treated include all accessible internal and external areas such as roof cavity, wall cavities, subfloor, gardens, fences, sheds and garages.';\n          }\n        }\n      }\n\n      window.updateQuote = updateQuote;\n\n      document.addEventListener('DOMContentLoaded', function () {\n        const form = document.getElementById('quote-form');\n        const bedrooms = document.getElementById('bedrooms');\n        const pest = document.getElementById('pest');\n\n        updateQuote();\n\n        if (bedrooms) {\n          bedrooms.addEventListener('change', updateQuote);\n          bedrooms.addEventListener('input', updateQuote);\n        }\n\n        if (pest) {\n          pest.addEventListener('change', updateQuote);\n          pest.addEventListener('input', updateQuote);\n        }\n\n        if (form) {\n          form.addEventListener('input', updateQuote);\n        }\n\n        const requestButton = document.getElementById('request-quote-button');\n        if (requestButton) {\n          requestButton.addEventListener('click', function () {\n            updateQuote();\n            const wpSubmit = document.querySelector('#wpforms-form-28 button[type=\"submit\"], #wpforms-form-28 input[type=\"submit\"]');\n            if (wpSubmit) {\n              wpSubmit.click();\n            }\n          });\n        }\n      });\n    })();\n  <\/script>\n<\/body>\n<\/html>\n\n\n<style id=\"wpforms-css-vars-28-block-0cc23593-1cf8-4890-b19f-24f9521ac855\">\n\t\t\t\t#wpforms-28.wpforms-block-0cc23593-1cf8-4890-b19f-24f9521ac855 {\n\t\t\t\t--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-block wpforms-block-0cc23593-1cf8-4890-b19f-24f9521ac855 wpforms-render-modern\" id=\"wpforms-28\"><form id=\"wpforms-form-28\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"28\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F37\" data-token=\"03ca12bf1a48be267e45a5c9ffdb2e8b\" data-token-time=\"1776067429\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-28-field_8-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-28-field_8\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-28-field_8\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][8]\" aria-errormessage=\"wpforms-28-field_8-error\" required><\/div>\t\t<div id=\"wpforms-28-field_1-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"1\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-28-field_1\" >Price Name Number<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-28-field_1\" class=\"wpforms-field-medium\" name=\"wpforms[fields][1]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-28-field_9-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"9\"><label class=\"wpforms-field-label\" for=\"wpforms-28-field_9\">Phone <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-28-field_9\" class=\"wpforms-field-medium wpforms-field-required wpforms-limit-characters-enabled\" data-form-id=\"28\" data-field-id=\"9\" data-text-limit=\"10\" name=\"wpforms[fields][9]\" aria-errormessage=\"wpforms-28-field_9-error\" maxlength=\"10\" required><\/div><div id=\"wpforms-28-field_10-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"10\"><label class=\"wpforms-field-label\" for=\"wpforms-28-field_10\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-28-field_10\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][10]\" aria-errormessage=\"wpforms-28-field_10-error\" required><\/div><div id=\"wpforms-28-field_11-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"11\"><label class=\"wpforms-field-label\" for=\"wpforms-28-field_11\">Number of Bedrooms <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-28-field_11\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][11]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>&#8212; Select Choice &#8212;<\/option><option value=\"Up to 2 Bedrooms\"  class=\"choice-1 depth-1\"  >Up to 2 Bedrooms<\/option><option value=\"3 Bedrooms\"  class=\"choice-2 depth-1\"  >3 Bedrooms<\/option><option value=\"4 Bedrooms\"  class=\"choice-3 depth-1\"  >4 Bedrooms<\/option><option value=\"5 Bedrooms\"  class=\"choice-4 depth-1\"  >5 Bedrooms<\/option><option value=\"6+ Bedrooms\"  class=\"choice-5 depth-1\"  >6+ Bedrooms<\/option><\/select><\/div><div id=\"wpforms-28-field_13-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"13\"><label class=\"wpforms-field-label\" for=\"wpforms-28-field_13\">Service Type <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-28-field_13\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][13]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>&#8212; Select Choice &#8212;<\/option><option value=\"General Pest Treatment (GP)\"  class=\"choice-1 depth-1\"  >General Pest Treatment (GP)<\/option><option value=\"Termite Inspection (TI)\"  class=\"choice-2 depth-1\"  >Termite Inspection (TI)<\/option><option value=\"GP and TI Bundle\"  class=\"choice-3 depth-1\"  >GP and TI Bundle<\/option><\/select><\/div><div id=\"wpforms-28-field_14-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-28-field_14\">Suburb <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-28-field_14\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][14]\" aria-errormessage=\"wpforms-28-field_14-error\" required><\/div><div id=\"wpforms-28-field_16-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"16\"><label class=\"wpforms-field-label\" for=\"wpforms-28-field_16\">Additional Info (optional)<\/label><textarea id=\"wpforms-28-field_16\" class=\"wpforms-field-medium\" name=\"wpforms[fields][16]\" aria-errormessage=\"wpforms-28-field_16-error\" ><\/textarea><\/div><div id=\"wpforms-28-field_17-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"17\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-28-field_17\" aria-hidden=\"false\">Quote Price<\/label><input type=\"text\" id=\"wpforms-28-field_17\" class=\"wpforms-field-small\" name=\"wpforms[fields][17]\" aria-errormessage=\"wpforms-28-field_17-error\" ><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-28-field_1-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-28-field_1-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-28-field_1-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"28\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/basicpest.com\/index.php?rest_route=\/wp\/v2\/pages\/37\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-28\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Request a Service\" aria-live=\"assertive\" value=\"wpforms-submit\">Request a Service<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/basicpest.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->","protected":false},"excerpt":{"rendered":"<p>Basic Pest Solutions | Under Construction Call Now Email Now With over 25 years in pest control, Karl Younger built his experience from the ground up in his father\u2019s business, Neil Younger Pest Control. From technician to sales to General Manager, he led the company through its 2015 acquisition, then went on to run Northern [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"footnotes":""},"class_list":["post-37","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/basicpest.com\/index.php?rest_route=\/wp\/v2\/pages\/37","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/basicpest.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/basicpest.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/basicpest.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/basicpest.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=37"}],"version-history":[{"count":5,"href":"https:\/\/basicpest.com\/index.php?rest_route=\/wp\/v2\/pages\/37\/revisions"}],"predecessor-version":[{"id":54,"href":"https:\/\/basicpest.com\/index.php?rest_route=\/wp\/v2\/pages\/37\/revisions\/54"}],"wp:attachment":[{"href":"https:\/\/basicpest.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=37"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}