{"title":"Fire Block Plan Restoration \u0026 Redrawing","description":"\u003cstyle\u003e\n\/* ===== Layout ===== *\/\n.plans-columns {\n  display: flex;\n  flex-wrap: nowrap;\n  justify-content: center;\n  margin: 30px auto;\n  gap: 20px;\n  max-width: 1200px;\n}\n\n.plans-card {\n  flex: 1;\n  min-width: 280px;\n  background: #f9f9f9;\n  padding: 20px;\n  border-radius: 8px;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.05);\n  text-align: center;\n}\n\n.plans-card h3 {\n  margin: 0 0 12px;\n  font-size: 18px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n\n.plans-card h3 span {\n  margin-right: 8px;\n  font-size: 20px;\n}\n\n.plans-card ul {\n  margin: 0;\n  padding-left: 18px;\n  font-size: 15px;\n  text-align: left;\n}\n\n.plans-card ul li {\n  margin-bottom: 6px;\n}\n\n.plans-card ul li a {\n  text-decoration: none;\n  color: #d32f2f;\n  font-weight: 500;\n}\n\n.plans-card ul li a:hover {\n  text-decoration: underline;\n}\n\n\/* ===== CTA Buttons ===== *\/\n.cta-buttons {\n  display: flex;\n  justify-content: center;\n  gap: 15px;\n  flex-wrap: wrap;\n  margin-top: 15px;\n}\n\n.cta-buttons a {\n  display: inline-block;\n  padding: 12px 20px;\n  border-radius: 6px;\n  font-weight: 600;\n  text-decoration: none;\n  white-space: nowrap;\n  min-width: 220px;\n  text-align: center;\n  box-sizing: border-box;\n}\n\n.cta-order {\n  background: #d32f2f;\n  color: #ffffff;\n}\n\n.cta-order:hover {\n  background: #b71c1c;\n  color: #ffffff;\n}\n\n.cta-quote {\n  background: #555555;\n  color: #ffffff;\n}\n\n.cta-quote:hover {\n  background: #333333;\n  color: #ffffff;\n}\n\n\/* ===== Before and After Section ===== *\/\n.restoration-example {\n  display: flex;\n  align-items: center;\n  gap: 30px;\n  max-width: 1100px;\n  margin: 35px auto;\n  padding: 25px;\n  background: #fff8f4;\n  border: 1px solid #f1d2c2;\n  border-radius: 10px;\n}\n\n.restoration-example-image {\n  flex: 1;\n  min-width: 280px;\n}\n\n.restoration-example-image img {\n  display: block;\n  width: 100%;\n  height: auto;\n  border-radius: 8px;\n}\n\n.restoration-example-content {\n  flex: 1;\n  min-width: 280px;\n  text-align: left;\n}\n\n.restoration-example-content h2 {\n  margin: 0 0 10px;\n  font-size: 25px;\n  color: #333333;\n}\n\n.restoration-example-content h3 {\n  margin: 0 0 15px;\n  color: #d32f2f;\n  font-size: 17px;\n}\n\n.restoration-example-content p {\n  line-height: 1.65;\n}\n\n.restoration-example-content ul {\n  margin: 15px 0 20px;\n  padding-left: 0;\n  list-style: none;\n}\n\n.restoration-example-content li {\n  margin-bottom: 7px;\n}\n\n\/* ===== Process Section ===== *\/\n.restoration-process {\n  max-width: 1100px;\n  margin: 40px auto;\n  text-align: center;\n}\n\n.restoration-process h2 {\n  margin-bottom: 8px;\n}\n\n.restoration-process-intro {\n  max-width: 760px;\n  margin: 0 auto 24px;\n}\n\n.process-columns {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 16px;\n}\n\n.process-card {\n  padding: 20px 16px;\n  background: #f9f9f9;\n  border-radius: 8px;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.05);\n}\n\n.process-number {\n  display: inline-flex;\n  justify-content: center;\n  align-items: center;\n  width: 38px;\n  height: 38px;\n  margin-bottom: 10px;\n  border-radius: 50%;\n  background: #d32f2f;\n  color: #ffffff;\n  font-weight: 700;\n}\n\n.process-card h3 {\n  margin: 0 0 8px;\n  font-size: 17px;\n}\n\n.process-card p {\n  margin: 0;\n  font-size: 14px;\n  line-height: 1.55;\n}\n\n\/* ===== Important Note ===== *\/\n.restoration-note {\n  max-width: 900px;\n  margin: 35px auto;\n  padding: 18px 20px;\n  background: #fff8e8;\n  border: 1px solid #eed18c;\n  border-radius: 8px;\n  line-height: 1.65;\n}\n\n\/* ===== Bottom CTA ===== *\/\n.restoration-bottom-cta {\n  max-width: 780px;\n  margin: 35px auto 10px;\n  padding: 24px;\n  background: #f8f8f8;\n  border-radius: 8px;\n  text-align: center;\n}\n\n.restoration-bottom-cta h2 {\n  margin: 0 0 10px;\n}\n\n.restoration-bottom-cta p {\n  margin: 0 0 18px;\n  line-height: 1.6;\n}\n\n\/* ===== Responsive ===== *\/\n@media (max-width: 992px) {\n  .plans-columns {\n    flex-wrap: wrap;\n  }\n\n  .process-columns {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n}\n\n@media (max-width: 768px) {\n  .plans-columns {\n    flex-direction: column;\n    align-items: center;\n  }\n\n  .plans-card {\n    width: 100%;\n    max-width: 90%;\n    box-sizing: border-box;\n  }\n\n  .restoration-example {\n    flex-direction: column;\n    padding: 20px;\n  }\n\n  .restoration-example-image,\n  .restoration-example-content {\n    width: 100%;\n    min-width: 0;\n  }\n\n  .process-columns {\n    grid-template-columns: 1fr;\n  }\n\n  .cta-buttons {\n    display: block;\n  }\n\n  .cta-buttons a {\n    display: block;\n    width: 100%;\n    min-width: 0;\n    margin-bottom: 10px;\n  }\n}\n\u003c\/style\u003e\n\u003c!-- ===== Collection Heading + Intro ===== --\u003e\n\u003cdiv style=\"margin: 40px auto; max-width: 850px; text-align: center;\"\u003e\n\u003ch2\u003eFire Block Plan Restoration \u0026amp; Redrawing\u003c\/h2\u003e\n\u003cp\u003eRestore, update or professionally redraw faded, damaged or outdated fire block plans. We recreate existing hydrant, sprinkler, fire alarm, zone and evacuation plans from clear photographs, scans, PDFs or supplied drawings.\u003c\/p\u003e\n\u003cp\u003eIdeal for strata buildings, commercial properties, industrial facilities, schools, hospitals and multi-level developments requiring a clean and professional replacement fire plan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===== 3-Column Band ===== --\u003e\n\u003cdiv class=\"plans-columns\"\u003e\n\u003c!-- Services --\u003e\n\u003cdiv class=\"plans-card\"\u003e\n\u003ch3\u003e\n\u003cspan\u003e🛠\u003c\/span\u003eOur Restoration Services\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e♻️ Restore faded or damaged plans\u003c\/li\u003e\n\u003cli\u003e✏️ Professionally redraw existing plans\u003c\/li\u003e\n\u003cli\u003e🔄 Update addresses and building details\u003c\/li\u003e\n\u003cli\u003e📍 Revise equipment and service locations\u003c\/li\u003e\n\u003cli\u003e🖨️ Digital artwork or printed replacement\u003c\/li\u003e\n\u003cli\u003e🔧 Installation available\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- CTA Card --\u003e\n\u003cdiv class=\"plans-card\"\u003e\n\u003ch3\u003e\n\u003cspan\u003e🔥\u003c\/span\u003eReady to Restore Your Plan?\u003c\/h3\u003e\n\u003cp\u003eComplete our quote form and upload your files, or send a clear photo directly through WhatsApp for an initial assessment.\u003c\/p\u003e\n\u003cdiv class=\"cta-buttons\"\u003e\n\u003ca aria-label=\"Request a fire block plan restoration quote\" title=\"Request a fire block plan restoration quote\" class=\"cta-order\" href=\"\/pages\/request-a-quote\"\u003e Request a Restoration Quote \u003c\/a\u003e \u003ca aria-label=\"Send an existing fire block plan photo by WhatsApp\" title=\"Send an existing fire block plan photo by WhatsApp\" class=\"cta-quote\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=61415559229\u0026amp;text=Hello%2C%20I%20would%20like%20a%20quote%20to%20restore%20or%20update%20an%20existing%20fire%20block%20plan.%20I%20will%20attach%20a%20clear%20photo%20or%20scan.%20The%20plan%20type%20is%3A%20____.%20Changes%20required%3A%20____.\"\u003e Send a Photo via WhatsApp \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 13px; margin-top: 12px; color: #555;\"\u003eA clear front-facing photo, scan or PDF is usually enough for us to review the condition of the existing plan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Plans We Restore --\u003e\n\u003cdiv class=\"plans-card\"\u003e\n\u003ch3\u003e\n\u003cspan\u003e📋\u003c\/span\u003ePlans We Can Restore\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFire Hydrant Block Plans\u003c\/li\u003e\n\u003cli\u003eFire Sprinkler Block Plans\u003c\/li\u003e\n\u003cli\u003eFire Alarm and Zone Block Plans\u003c\/li\u003e\n\u003cli\u003eEvacuation Diagrams\u003c\/li\u003e\n\u003cli\u003eMulti-Level and Multi-Building Plans\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-top: 10px;\"\u003e\u003ca aria-label=\"View all fire and evacuation block plans\" title=\"View all fire and evacuation block plans\" style=\"color: #d32f2f; font-weight: 600;\" href=\"\/collections\/block-plans\"\u003e View All Block Plans → \u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== Before and After Example ===== --\u003e\n\u003cdiv class=\"restoration-example\"\u003e\n\u003cdiv class=\"restoration-example-image\" style=\"text-align: start;\"\u003e\u003cimg loading=\"lazy\" alt=\"Before and after comparison of a faded fire hydrant block plan professionally restored and redrawn\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0668\/7440\/9182\/files\/hydrant_block_plan_restoration.png?v=1784076678\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"restoration-example-content\"\u003e\n\u003ch2\u003eRestore Instead of Starting Again\u003c\/h2\u003e\n\u003ch3\u003eSend us a photograph or scan of your existing plan\u003c\/h3\u003e\n\u003cp\u003eIf your existing fire block plan is faded, damaged, difficult to read or no longer reflects the current property details, we can recreate it in a clean and professional format.\u003c\/p\u003e\n\u003cp\u003eWe can retain the existing information where appropriate and update the address, building name, labels, legends, equipment locations and layout based on the information you provide.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e✅ Restore old, faded or damaged artwork\u003c\/li\u003e\n\u003cli\u003e✅ Redraw plans from photographs, scans or PDFs\u003c\/li\u003e\n\u003cli\u003e✅ Update property names, addresses and labels\u003c\/li\u003e\n\u003cli\u003e✅ Revise equipment and system information\u003c\/li\u003e\n\u003cli\u003e✅ Supply digital artwork or a new printed panel\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"justify-content: flex-start;\" class=\"cta-buttons\"\u003e\n\u003ca aria-label=\"Request a fire block plan restoration quote\" title=\"Request a fire block plan restoration quote\" class=\"cta-order\" href=\"\/pages\/request-a-quote\"\u003e Request a Restoration Quote \u003c\/a\u003e \u003ca aria-label=\"Send an existing fire block plan photo by WhatsApp\" title=\"Send an existing fire block plan photo by WhatsApp\" class=\"cta-quote\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=61415559229\u0026amp;text=Hello%2C%20I%20would%20like%20a%20quote%20to%20restore%20or%20update%20an%20existing%20fire%20block%20plan.%20I%20will%20attach%20a%20clear%20photo%20or%20scan.%20The%20plan%20type%20is%3A%20____.%20Changes%20required%3A%20____.\"\u003e Send a Photo via WhatsApp \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== How It Works ===== --\u003e\n\u003cdiv class=\"restoration-process\"\u003e\n\u003ch2\u003eHow Fire Block Plan Restoration Works\u003c\/h2\u003e\n\u003cp class=\"restoration-process-intro\"\u003eRestoration is a simple process. Start by sending us the clearest version of your existing plan and tell us whether any information has changed.\u003c\/p\u003e\n\u003cdiv class=\"process-columns\"\u003e\n\u003cdiv class=\"process-card\"\u003e\n\u003cdiv class=\"process-number\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eSend Your Existing Plan\u003c\/h3\u003e\n\u003cp\u003eUse our quote form or send a clear photo, scan or PDF through WhatsApp.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"process-card\"\u003e\n\u003cdiv class=\"process-number\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eTell Us What Changed\u003c\/h3\u003e\n\u003cp\u003eProvide updated addresses, labels, equipment locations or corrections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"process-card\"\u003e\n\u003cdiv class=\"process-number\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eReceive a Fixed Quote\u003c\/h3\u003e\n\u003cp\u003eWe review the condition and complexity of the plan before confirming the restoration price.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"process-card\"\u003e\n\u003cdiv class=\"process-number\"\u003e4\u003c\/div\u003e\n\u003ch3\u003eApprove and Produce\u003c\/h3\u003e\n\u003cp\u003eReview the proof before we supply digital artwork or print the new panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== Important Note ===== --\u003e\n\u003cdiv class=\"restoration-note\"\u003e\n\u003cstrong\u003eImportant:\u003c\/strong\u003e Restoration is based on the information and documentation supplied by the customer. Any changes to fire-service layouts, equipment locations, building details or emergency information should be confirmed against current approved documentation before production.\u003c\/div\u003e\n\u003c!-- ===== Bottom CTA ===== --\u003e\n\u003cdiv class=\"restoration-bottom-cta\"\u003e\n\u003ch2\u003eSeveral Plans or Major Changes?\u003c\/h2\u003e\n\u003cp\u003eFor multiple buildings, multiple levels, difficult-to-read originals or significant plan changes, send us the files first and we will prepare a tailored quotation.\u003c\/p\u003e\n\u003cdiv class=\"cta-buttons\"\u003e\n\u003ca aria-label=\"Request a quote for fire block plan restoration\" title=\"Request a quote for fire block plan restoration\" class=\"cta-order\" href=\"\/pages\/request-a-quote\"\u003e Request a Restoration Quote \u003c\/a\u003e \u003ca aria-label=\"Send a fire block plan photo using WhatsApp\" title=\"Send a fire block plan photo using WhatsApp\" class=\"cta-quote\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=61415559229\u0026amp;text=Hello%2C%20I%20would%20like%20a%20quote%20to%20restore%20or%20update%20an%20existing%20fire%20block%20plan.%20I%20will%20attach%20a%20clear%20photo%20or%20scan.%20The%20plan%20type%20is%3A%20____.%20Changes%20required%3A%20____.\"\u003e Send a Photo via WhatsApp \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","products":[],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0668\/7440\/9182\/collections\/hydrant_block_plan_restoration.png?v=1784079646","url":"https:\/\/statutorysigns.au\/collections\/fire-block-plan-restoration-redrawing.oembed","provider":"StatutorySigns.au","version":"1.0","type":"link"}