{"id":11708,"date":"2026-04-21T11:29:02","date_gmt":"2026-04-21T14:29:02","guid":{"rendered":"https:\/\/planning.gov.bm\/?page_id=11708"},"modified":"2026-05-04T09:58:22","modified_gmt":"2026-05-04T12:58:22","slug":"dop-quarterly-statistics","status":"publish","type":"page","link":"https:\/\/planning.gov.bm\/index.php\/dop-quarterly-statistics\/","title":{"rendered":"DoP Quarterly Statistics"},"content":{"rendered":"<style>\n.stats-page {\n  max-width: 1400px;\n  margin: 0 auto;\n  padding: 30px 20px;\n  font-family: Arial, Helvetica, sans-serif;\n  color: #1f2937;\n}\n.intro-panel {\n  background: #1d5f91;\n  color: white;\n  border-radius: 12px;\n  padding: 25px;\n  margin-bottom: 18px;\n  box-shadow: 0 8px 20px rgba(0,0,0,0.08);\n}\n.intro-panel .eyebrow {\n  font-size: 12px;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  opacity: 0.8;\n}\n.intro-panel h1 {\n  margin: 5px 0 10px;\n  font-size: 34px;\n  line-height: 1.15;\n  color: white;\n}\n.intro-panel p {\n  font-size: 15px;\n  opacity: 0.92;\n  margin: 0;\n}\n.all-years-panel,\n.year-details,\n.stat-card,\n.chart-card {\n  background: white;\n  border: 1px solid #dbe4ec;\n  border-radius: 12px;\n  overflow: hidden;\n  margin-bottom: 18px;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.05);\n}\n.all-years-panel {\n  padding: 16px;\n}\n.year-accordion {\n  display: block;\n  margin-top: 18px;\n}\n.year-details {\n  margin-bottom: 16px;\n}\n.year-details summary,\n.graph-panel summary {\n  list-style: none;\n  cursor: pointer;\n  font-weight: 800;\n  color: #15344d;\n}\n.year-details summary::-webkit-details-marker,\n.graph-panel summary::-webkit-details-marker {\n  display: none;\n}\n.year-details > summary {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 12px;\n  padding: 16px 18px;\n  background: #f4f7fb;\n  border-bottom: 1px solid #dbe4ec;\n  font-size: 20px;\n}\n.year-details > summary::after {\n  content: \"Open\";\n  font-size: 12px;\n  text-transform: uppercase;\n  letter-spacing: 0.7px;\n  color: #1d5f91;\n  border: 1px solid #c8d6e2;\n  border-radius: 999px;\n  padding: 6px 10px;\n  background: white;\n}\n.year-details[open] > summary {\n  background: #1d5f91;\n  color: white;\n}\n.year-details[open] > summary::after {\n  content: \"Close\";\n  color: white;\n  border-color: rgba(255,255,255,0.45);\n  background: rgba(255,255,255,0.12);\n}\n.year-content {\n  padding: 18px;\n}\n.year-banner {\n  background: #f4f7fb;\n  border: 1px solid #d9e2ea;\n  border-radius: 12px;\n  padding: 18px;\n  margin-bottom: 18px;\n}\n.year-banner h1 {\n  margin: 0;\n  color: #15344d;\n  font-size: 26px;\n}\n.kpi-row {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 12px;\n  margin-bottom: 18px;\n}\n.kpi {\n  background: white;\n  border: 1px solid #dbe4ec;\n  border-radius: 12px;\n  padding: 16px;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.05);\n}\n.kpi-label {\n  font-size: 12px;\n  color: #5b6b79;\n  text-transform: uppercase;\n  letter-spacing: 0.6px;\n  line-height: 1.3;\n}\n.kpi-value {\n  font-size: 30px;\n  color: #1d5f91;\n  font-weight: 800;\n  margin-top: 6px;\n}\n.section-heading {\n  margin: 28px 0 12px;\n  font-size: 22px;\n  line-height: 1.25;\n  color: #15344d;\n  font-weight: 800;\n}\n.card-head {\n  padding: 14px 16px;\n  background: #f8fafc;\n  border-bottom: 1px solid #e3ebf2;\n}\n.card-head h2 {\n  margin: 0;\n  font-size: 18px;\n  line-height: 1.3;\n  color: #15344d;\n}\n.stat-table {\n  width: 100%;\n  border-collapse: collapse;\n}\n.table-head {\n  background: #eef4f9;\n}\n.table-head th {\n  padding: 10px;\n  text-align: center;\n  font-size: 13px;\n  color: #244761;\n}\n.table-head th:first-child {\n  text-align: left;\n}\n.measure {\n  padding: 10px;\n  border-top: 1px solid #e7edf3;\n  font-weight: 600;\n}\n.num {\n  text-align: center;\n  border-top: 1px solid #e7edf3;\n  font-weight: 600;\n  color: #1d5f91;\n  padding: 10px;\n}\n.graph-panel {\n  border: 0;\n  box-shadow: none;\n  margin-bottom: 18px;\n}\n.graph-panel summary {\n  display: inline-block;\n  padding: 10px 18px;\n  border: 1px solid #c8d6e2;\n  background: #f4f7fb;\n  color: #1d5f91;\n  border-radius: 10px;\n}\n.graph-panel[open] summary,\n.graph-panel summary:hover {\n  background: #1d5f91;\n  color: white;\n  margin-bottom: 14px;\n}\n.chart-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 14px;\n}\n.chart-card {\n  padding: 14px;\n  overflow: visible;\n}\n.chart-card h3 {\n  margin: 0 0 10px;\n  color: #15344d;\n  font-size: 17px;\n}\n.chart svg {\n  width: 100%;\n  height: auto;\n  min-height: 260px;\n}\n.chart-note {\n  font-size: 12px;\n  color: #5b6b79;\n  margin-top: 8px;\n}\n@media (max-width: 850px) {\n  .kpi-row,\n  .chart-grid {\n    grid-template-columns: 1fr;\n  }\n  .stat-table {\n    font-size: 13px;\n  }\n  .year-content {\n    padding: 12px;\n  }\n}\n<\/style>\n<div class=\"stats-page\">\n<div class=\"intro-panel\">\n<div class=\"eyebrow\">Department of Planning<\/div>\n<h1>Quarterly Statistics<\/h1>\n<p>Quarterly performance overview for planning application activity, building permit activity, inspections and certificates.<\/p>\n<\/div>\n<details class=\"graph-panel all-years-panel\">\n<summary>Show all years graphs<\/summary>\n<div class=\"chart-grid\">\n<div class=\"chart-card\">\n<h3>Planning Applications by Year<\/h3>\n<div class=\"chart\"><svg viewBox=\"0 0 760 330\" role=\"img\" aria-label=\"Bar chart\"><rect x=\"0\" y=\"0\" width=\"100%\" height=\"100%\" fill=\"#ffffff\"\/><line x1=\"50\" y1=\"260.0\" x2=\"740\" y2=\"260.0\" stroke=\"#e7edf3\" stroke-width=\"1\"\/><text x=\"42\" y=\"264.0\" text-anchor=\"end\" font-size=\"11\" fill=\"#5b6b79\">0<\/text><line x1=\"50\" y1=\"202.0\" x2=\"740\" y2=\"202.0\" stroke=\"#e7edf3\" stroke-width=\"1\"\/><text x=\"42\" y=\"206.0\" text-anchor=\"end\" font-size=\"11\" fill=\"#5b6b79\">105<\/text><line x1=\"50\" y1=\"144.0\" x2=\"740\" y2=\"144.0\" stroke=\"#e7edf3\" stroke-width=\"1\"\/><text x=\"42\" y=\"148.0\" text-anchor=\"end\" font-size=\"11\" fill=\"#5b6b79\">210<\/text><line x1=\"50\" y1=\"86.0\" x2=\"740\" y2=\"86.0\" stroke=\"#e7edf3\" stroke-width=\"1\"\/><text x=\"42\" y=\"90.0\" text-anchor=\"end\" font-size=\"11\" fill=\"#5b6b79\">315<\/text><line x1=\"50\" y1=\"28.0\" x2=\"740\" y2=\"28.0\" stroke=\"#e7edf3\" stroke-width=\"1\"\/><text x=\"42\" y=\"32.0\" text-anchor=\"end\" font-size=\"11\" fill=\"#5b6b79\">420<\/text><line x1=\"50\" y1=\"260\" x2=\"740\" y2=\"260\" stroke=\"#c8d6e2\"\/><rect x=\"77.6\" y=\"49.5\" width=\"36.4\" height=\"210.5\" rx=\"3\" fill=\"#1d5f91\"\/><text x=\"95.8\" y=\"45.5\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">381<\/text><rect x=\"118.0\" y=\"100.9\" width=\"36.4\" height=\"159.1\" rx=\"3\" fill=\"#5f8fb4\"\/><text x=\"136.2\" y=\"96.9\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">288<\/text><rect x=\"158.5\" y=\"249.5\" width=\"36.4\" height=\"10.5\" rx=\"3\" fill=\"#9bb7cf\"\/><text x=\"176.7\" y=\"245.5\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">19<\/text><text x=\"136.2\" y=\"282\" text-anchor=\"middle\" font-size=\"12\" fill=\"#244761\" font-weight=\"700\">2023<\/text><rect x=\"250.1\" y=\"29.1\" width=\"36.4\" height=\"230.9\" rx=\"3\" fill=\"#1d5f91\"\/><text x=\"268.3\" y=\"25.1\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">418<\/text><rect x=\"290.5\" y=\"94.3\" width=\"36.4\" height=\"165.7\" rx=\"3\" fill=\"#5f8fb4\"\/><text x=\"308.8\" y=\"90.3\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">300<\/text><rect x=\"331.0\" y=\"244.0\" width=\"36.4\" height=\"16.0\" rx=\"3\" fill=\"#9bb7cf\"\/><text x=\"349.2\" y=\"240.0\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">29<\/text><text x=\"308.8\" y=\"282\" text-anchor=\"middle\" font-size=\"12\" fill=\"#244761\" font-weight=\"700\">2024<\/text><rect x=\"422.6\" y=\"63.4\" width=\"36.4\" height=\"196.6\" rx=\"3\" fill=\"#1d5f91\"\/><text x=\"440.8\" y=\"59.4\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">356<\/text><rect x=\"463.0\" y=\"64.5\" width=\"36.4\" height=\"195.5\" rx=\"3\" fill=\"#5f8fb4\"\/><text x=\"481.2\" y=\"60.5\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">354<\/text><rect x=\"503.5\" y=\"250.1\" width=\"36.4\" height=\"9.9\" rx=\"3\" fill=\"#9bb7cf\"\/><text x=\"521.7\" y=\"246.1\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">18<\/text><text x=\"481.2\" y=\"282\" text-anchor=\"middle\" font-size=\"12\" fill=\"#244761\" font-weight=\"700\">2025<\/text><rect x=\"595.1\" y=\"200.9\" width=\"36.4\" height=\"59.1\" rx=\"3\" fill=\"#1d5f91\"\/><text x=\"613.3\" y=\"196.9\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">107<\/text><rect x=\"635.5\" y=\"224.6\" width=\"36.4\" height=\"35.4\" rx=\"3\" fill=\"#5f8fb4\"\/><text x=\"653.8\" y=\"220.6\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">64<\/text><rect x=\"676.0\" y=\"260.0\" width=\"36.4\" height=\"0.0\" rx=\"3\" fill=\"#9bb7cf\"\/><text x=\"653.8\" y=\"282\" text-anchor=\"middle\" font-size=\"12\" fill=\"#244761\" font-weight=\"700\">2026<\/text><rect x=\"50\" y=\"292\" width=\"11\" height=\"11\" rx=\"2\" fill=\"#1d5f91\"\/><text x=\"66\" y=\"302\" font-size=\"11\" fill=\"#244761\">Received<\/text><rect x=\"144.6\" y=\"292\" width=\"11\" height=\"11\" rx=\"2\" fill=\"#5f8fb4\"\/><text x=\"160.6\" y=\"302\" font-size=\"11\" fill=\"#244761\">Approved<\/text><rect x=\"239.2\" y=\"292\" width=\"11\" height=\"11\" rx=\"2\" fill=\"#9bb7cf\"\/><text x=\"255.2\" y=\"302\" font-size=\"11\" fill=\"#244761\">Refused<\/text><\/svg><\/div>\n<\/div>\n<div class=\"chart-card\">\n<h3>Building Control by Year<\/h3>\n<div class=\"chart\"><svg viewBox=\"0 0 760 330\" role=\"img\" aria-label=\"Bar chart\"><rect x=\"0\" y=\"0\" width=\"100%\" height=\"100%\" fill=\"#ffffff\"\/><line x1=\"50\" y1=\"260.0\" x2=\"740\" y2=\"260.0\" stroke=\"#e7edf3\" stroke-width=\"1\"\/><text x=\"42\" y=\"264.0\" text-anchor=\"end\" font-size=\"11\" fill=\"#5b6b79\">0<\/text><line x1=\"50\" y1=\"202.0\" x2=\"740\" y2=\"202.0\" stroke=\"#e7edf3\" stroke-width=\"1\"\/><text x=\"42\" y=\"206.0\" text-anchor=\"end\" font-size=\"11\" fill=\"#5b6b79\">235<\/text><line x1=\"50\" y1=\"144.0\" x2=\"740\" y2=\"144.0\" stroke=\"#e7edf3\" stroke-width=\"1\"\/><text x=\"42\" y=\"148.0\" text-anchor=\"end\" font-size=\"11\" fill=\"#5b6b79\">470<\/text><line x1=\"50\" y1=\"86.0\" x2=\"740\" y2=\"86.0\" stroke=\"#e7edf3\" stroke-width=\"1\"\/><text x=\"42\" y=\"90.0\" text-anchor=\"end\" font-size=\"11\" fill=\"#5b6b79\">705<\/text><line x1=\"50\" y1=\"28.0\" x2=\"740\" y2=\"28.0\" stroke=\"#e7edf3\" stroke-width=\"1\"\/><text x=\"42\" y=\"32.0\" text-anchor=\"end\" font-size=\"11\" fill=\"#5b6b79\">940<\/text><line x1=\"50\" y1=\"260\" x2=\"740\" y2=\"260\" stroke=\"#c8d6e2\"\/><rect x=\"77.6\" y=\"38.6\" width=\"36.4\" height=\"221.4\" rx=\"3\" fill=\"#1d5f91\"\/><text x=\"95.8\" y=\"34.6\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">897<\/text><rect x=\"118.0\" y=\"80.3\" width=\"36.4\" height=\"179.7\" rx=\"3\" fill=\"#5f8fb4\"\/><text x=\"136.2\" y=\"76.3\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">728<\/text><rect x=\"158.5\" y=\"30.0\" width=\"36.4\" height=\"230.0\" rx=\"3\" fill=\"#9bb7cf\"\/><text x=\"176.7\" y=\"26.0\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">932<\/text><text x=\"136.2\" y=\"282\" text-anchor=\"middle\" font-size=\"12\" fill=\"#244761\" font-weight=\"700\">2023<\/text><rect x=\"250.1\" y=\"55.4\" width=\"36.4\" height=\"204.6\" rx=\"3\" fill=\"#1d5f91\"\/><text x=\"268.3\" y=\"51.4\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">829<\/text><rect x=\"290.5\" y=\"117.1\" width=\"36.4\" height=\"142.9\" rx=\"3\" fill=\"#5f8fb4\"\/><text x=\"308.8\" y=\"113.1\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">579<\/text><rect x=\"331.0\" y=\"55.9\" width=\"36.4\" height=\"204.1\" rx=\"3\" fill=\"#9bb7cf\"\/><text x=\"349.2\" y=\"51.9\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">827<\/text><text x=\"308.8\" y=\"282\" text-anchor=\"middle\" font-size=\"12\" fill=\"#244761\" font-weight=\"700\">2024<\/text><rect x=\"422.6\" y=\"60.8\" width=\"36.4\" height=\"199.2\" rx=\"3\" fill=\"#1d5f91\"\/><text x=\"440.8\" y=\"56.8\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">807<\/text><rect x=\"463.0\" y=\"99.6\" width=\"36.4\" height=\"160.4\" rx=\"3\" fill=\"#5f8fb4\"\/><text x=\"481.2\" y=\"95.6\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">650<\/text><rect x=\"503.5\" y=\"102.0\" width=\"36.4\" height=\"158.0\" rx=\"3\" fill=\"#9bb7cf\"\/><text x=\"521.7\" y=\"98.0\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">640<\/text><text x=\"481.2\" y=\"282\" text-anchor=\"middle\" font-size=\"12\" fill=\"#244761\" font-weight=\"700\">2025<\/text><rect x=\"595.1\" y=\"210.6\" width=\"36.4\" height=\"49.4\" rx=\"3\" fill=\"#1d5f91\"\/><text x=\"613.3\" y=\"206.6\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">200<\/text><rect x=\"635.5\" y=\"214.8\" width=\"36.4\" height=\"45.2\" rx=\"3\" fill=\"#5f8fb4\"\/><text x=\"653.8\" y=\"210.8\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">183<\/text><rect x=\"676.0\" y=\"237.0\" width=\"36.4\" height=\"23.0\" rx=\"3\" fill=\"#9bb7cf\"\/><text x=\"694.2\" y=\"233.0\" text-anchor=\"middle\" font-size=\"10\" fill=\"#15344d\">93<\/text><text x=\"653.8\" y=\"282\" text-anchor=\"middle\" font-size=\"12\" fill=\"#244761\" font-weight=\"700\">2026<\/text><rect x=\"50\" y=\"292\" width=\"11\" height=\"11\" rx=\"2\" fill=\"#1d5f91\"\/><text x=\"66\" y=\"302\" font-size=\"11\" fill=\"#244761\">Permit Applications Received<\/text><rect x=\"268.6\" y=\"292\" width=\"11\" height=\"11\" rx=\"2\" fill=\"#5f8fb4\"\/><text x=\"284.6\" y=\"302\" font-size=\"11\" fill=\"#244761\">Permits Issued<\/text><rect x=\"400.40000000000003\" y=\"292\" width=\"11\" height=\"11\" rx=\"2\" fill=\"#9bb7cf\"\/><text x=\"416.40000000000003\" y=\"302\" font-size=\"11\" fill=\"#244761\">Certificates Issued<\/text><\/svg><\/div>\n<\/div>\n<\/div>\n<div class=\"chart-note\">2026 reflects the quarters populated in the data provided.<\/div>\n<\/details>\n<div class=\"year-accordion\">\n<details class=\"year-details\">\n<summary>2023<\/summary>\n<div class=\"year-content\" id=\"year-2023\">\n<div class=\"year-banner\">\n<h1>2023 Quarterly Statistics<\/h1>\n<\/div>\n<div class=\"kpi-row\">\n<div class=\"kpi\">\n<div class=\"kpi-label\">Planning applications received<\/div>\n<div class=\"kpi-value\">381<\/div>\n<\/div>\n<div class=\"kpi\">\n<div class=\"kpi-label\">Planning applications approved<\/div>\n<div class=\"kpi-value\">288<\/div>\n<\/div>\n<div class=\"kpi\">\n<div class=\"kpi-label\">Building permits issued<\/div>\n<div class=\"kpi-value\">728<\/div>\n<\/div>\n<div class=\"kpi\">\n<div class=\"kpi-label\">Certificates issued<\/div>\n<div class=\"kpi-value\">932<\/div>\n<\/div>\n<\/div>\n<details class=\"graph-panel\">\n<summary>Show graphs for 2023<\/summary>\n<div class=\"chart-grid\">\n<div class=\"chart-card\">\n<h3>Planning Applications<\/h3>\n<div class=\"chart\"><svg aria-label=\"Bar chart\" role=\"img\" viewbox=\"0 0 760 330\"><rect fill=\"#ffffff\" height=\"100%\" width=\"100%\" x=\"0\" y=\"0\"><\/rect><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"260.0\" y2=\"260.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"264.0\">0<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"202.0\" y2=\"202.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"206.0\">27<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"144.0\" y2=\"144.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"148.0\">55<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"86.0\" y2=\"86.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"90.0\">82<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"28.0\" y2=\"28.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"32.0\">110<\/text><line stroke=\"#c8d6e2\" x1=\"50\" x2=\"740\" y1=\"260\" y2=\"260\"><\/line><rect fill=\"#1d5f91\" height=\"198.3\" rx=\"3\" width=\"36.4\" x=\"77.6\" y=\"61.7\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"95.8\" y=\"57.7\">94<\/text><rect fill=\"#5f8fb4\" height=\"154.0\" rx=\"3\" width=\"36.4\" x=\"118.0\" y=\"106.0\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"136.2\" y=\"102.0\">73<\/text><rect fill=\"#9bb7cf\" height=\"6.3\" rx=\"3\" width=\"36.4\" x=\"158.5\" y=\"253.7\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"176.7\" y=\"249.7\">3<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"136.2\" y=\"282\">Q1<\/text><rect fill=\"#1d5f91\" height=\"215.1\" rx=\"3\" width=\"36.4\" x=\"250.1\" y=\"44.9\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"268.3\" y=\"40.9\">102<\/text><rect fill=\"#5f8fb4\" height=\"175.1\" rx=\"3\" width=\"36.4\" x=\"290.5\" y=\"84.9\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"308.8\" y=\"80.9\">83<\/text><rect fill=\"#9bb7cf\" height=\"14.8\" rx=\"3\" width=\"36.4\" x=\"331.0\" y=\"245.2\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"349.2\" y=\"241.2\">7<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"308.8\" y=\"282\">Q2<\/text><rect fill=\"#1d5f91\" height=\"191.9\" rx=\"3\" width=\"36.4\" x=\"422.6\" y=\"68.1\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"440.8\" y=\"64.1\">91<\/text><rect fill=\"#5f8fb4\" height=\"139.2\" rx=\"3\" width=\"36.4\" x=\"463.0\" y=\"120.8\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"481.2\" y=\"116.8\">66<\/text><rect fill=\"#9bb7cf\" height=\"8.4\" rx=\"3\" width=\"36.4\" x=\"503.5\" y=\"251.6\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"521.7\" y=\"247.6\">4<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"481.2\" y=\"282\">Q3<\/text><rect fill=\"#1d5f91\" height=\"198.3\" rx=\"3\" width=\"36.4\" x=\"595.1\" y=\"61.7\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"613.3\" y=\"57.7\">94<\/text><rect fill=\"#5f8fb4\" height=\"139.2\" rx=\"3\" width=\"36.4\" x=\"635.5\" y=\"120.8\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"653.8\" y=\"116.8\">66<\/text><rect fill=\"#9bb7cf\" height=\"10.5\" rx=\"3\" width=\"36.4\" x=\"676.0\" y=\"249.5\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"694.2\" y=\"245.5\">5<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"653.8\" y=\"282\">Q4<\/text><rect fill=\"#1d5f91\" height=\"11\" rx=\"2\" width=\"11\" x=\"50\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"66\" y=\"302\">Received<\/text><rect fill=\"#5f8fb4\" height=\"11\" rx=\"2\" width=\"11\" x=\"144.6\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"160.6\" y=\"302\">Approved<\/text><rect fill=\"#9bb7cf\" height=\"11\" rx=\"2\" width=\"11\" x=\"239.2\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"255.2\" y=\"302\">Refused<\/text><\/svg><\/div>\n<\/div>\n<div class=\"chart-card\">\n<h3>Building Control<\/h3>\n<div class=\"chart\"><svg aria-label=\"Bar chart\" role=\"img\" viewbox=\"0 0 760 330\"><rect fill=\"#ffffff\" height=\"100%\" width=\"100%\" x=\"0\" y=\"0\"><\/rect><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"260.0\" y2=\"260.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"264.0\">0<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"202.0\" y2=\"202.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"206.0\">62<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"144.0\" y2=\"144.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"148.0\">125<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"86.0\" y2=\"86.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"90.0\">187<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"28.0\" y2=\"28.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"32.0\">250<\/text><line stroke=\"#c8d6e2\" x1=\"50\" x2=\"740\" y1=\"260\" y2=\"260\"><\/line><rect fill=\"#1d5f91\" height=\"221.8\" rx=\"3\" width=\"36.4\" x=\"77.6\" y=\"38.2\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"95.8\" y=\"34.2\">239<\/text><rect fill=\"#5f8fb4\" height=\"189.3\" rx=\"3\" width=\"36.4\" x=\"118.0\" y=\"70.7\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"136.2\" y=\"66.7\">204<\/text><rect fill=\"#9bb7cf\" height=\"230.1\" rx=\"3\" width=\"36.4\" x=\"158.5\" y=\"29.9\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"176.7\" y=\"25.9\">248<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"136.2\" y=\"282\">Q1<\/text><rect fill=\"#1d5f91\" height=\"231.1\" rx=\"3\" width=\"36.4\" x=\"250.1\" y=\"28.9\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"268.3\" y=\"24.9\">249<\/text><rect fill=\"#5f8fb4\" height=\"181.0\" rx=\"3\" width=\"36.4\" x=\"290.5\" y=\"79.0\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"308.8\" y=\"75.0\">195<\/text><rect fill=\"#9bb7cf\" height=\"203.2\" rx=\"3\" width=\"36.4\" x=\"331.0\" y=\"56.8\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"349.2\" y=\"52.8\">219<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"308.8\" y=\"282\">Q2<\/text><rect fill=\"#1d5f91\" height=\"192.1\" rx=\"3\" width=\"36.4\" x=\"422.6\" y=\"67.9\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"440.8\" y=\"63.9\">207<\/text><rect fill=\"#5f8fb4\" height=\"135.5\" rx=\"3\" width=\"36.4\" x=\"463.0\" y=\"124.5\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"481.2\" y=\"120.5\">146<\/text><rect fill=\"#9bb7cf\" height=\"211.6\" rx=\"3\" width=\"36.4\" x=\"503.5\" y=\"48.4\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"521.7\" y=\"44.4\">228<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"481.2\" y=\"282\">Q3<\/text><rect fill=\"#1d5f91\" height=\"187.5\" rx=\"3\" width=\"36.4\" x=\"595.1\" y=\"72.5\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"613.3\" y=\"68.5\">202<\/text><rect fill=\"#5f8fb4\" height=\"169.8\" rx=\"3\" width=\"36.4\" x=\"635.5\" y=\"90.2\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"653.8\" y=\"86.2\">183<\/text><rect fill=\"#9bb7cf\" height=\"219.9\" rx=\"3\" width=\"36.4\" x=\"676.0\" y=\"40.1\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"694.2\" y=\"36.1\">237<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"653.8\" y=\"282\">Q4<\/text><rect fill=\"#1d5f91\" height=\"11\" rx=\"2\" width=\"11\" x=\"50\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"66\" y=\"302\">Permit Applications Received<\/text><rect fill=\"#5f8fb4\" height=\"11\" rx=\"2\" width=\"11\" x=\"268.6\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"284.6\" y=\"302\">Permits Issued<\/text><rect fill=\"#9bb7cf\" height=\"11\" rx=\"2\" width=\"11\" x=\"400.40000000000003\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"416.40000000000003\" y=\"302\">Certificates Issued<\/text><\/svg><\/div>\n<\/div>\n<\/div>\n<\/details>\n<div class=\"section-heading\">Planning Applications<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Development Management<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Planning Applications Received<\/td>\n<td class=\"num\">94<\/td>\n<td class=\"num\">102<\/td>\n<td class=\"num\">91<\/td>\n<td class=\"num\">94<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Planning Applications Approved<\/td>\n<td class=\"num\">73<\/td>\n<td class=\"num\">83<\/td>\n<td class=\"num\">66<\/td>\n<td class=\"num\">66<\/td>\n<\/tr>\n<tr>\n<td class=\"measure\">Planning Applications Refused<\/td>\n<td class=\"num\">3<\/td>\n<td class=\"num\">7<\/td>\n<td class=\"num\">4<\/td>\n<td class=\"num\">5<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Subdivision Applications<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Subdivision Applications Received<\/td>\n<td class=\"num\">8<\/td>\n<td class=\"num\">8<\/td>\n<td class=\"num\">12<\/td>\n<td class=\"num\">8<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Subdivision Applications Approved<\/td>\n<td class=\"num\">7<\/td>\n<td class=\"num\">8<\/td>\n<td class=\"num\">5<\/td>\n<td class=\"num\">8<\/td>\n<\/tr>\n<tr>\n<td class=\"measure\">Subdivision Applications Refused<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">1<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Planning Application Appeals<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Appeals Received<\/td>\n<td class=\"num\">3<\/td>\n<td class=\"num\">6<\/td>\n<td class=\"num\">10<\/td>\n<td class=\"num\">8<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Appeals Determined<\/td>\n<td class=\"num\">11<\/td>\n<td class=\"num\">6<\/td>\n<td class=\"num\">1<\/td>\n<td class=\"num\">7<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"section-heading\">Building Control<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Building Permit Applications Received<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Residential<\/td>\n<td class=\"num\">69<\/td>\n<td class=\"num\">64<\/td>\n<td class=\"num\">59<\/td>\n<td class=\"num\">45<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Commercial<\/td>\n<td class=\"num\">37<\/td>\n<td class=\"num\">33<\/td>\n<td class=\"num\">30<\/td>\n<td class=\"num\">46<\/td>\n<\/tr>\n<tr>\n<td class=\"measure\">PDP<\/td>\n<td class=\"num\">133<\/td>\n<td class=\"num\">152<\/td>\n<td class=\"num\">118<\/td>\n<td class=\"num\">111<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Building Permits Issued<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Residential<\/td>\n<td class=\"num\">62<\/td>\n<td class=\"num\">57<\/td>\n<td class=\"num\">36<\/td>\n<td class=\"num\">46<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Commercial<\/td>\n<td class=\"num\">32<\/td>\n<td class=\"num\">25<\/td>\n<td class=\"num\">24<\/td>\n<td class=\"num\">33<\/td>\n<\/tr>\n<tr>\n<td class=\"measure\">PDP<\/td>\n<td class=\"num\">110<\/td>\n<td class=\"num\">113<\/td>\n<td class=\"num\">86<\/td>\n<td class=\"num\">104<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Commencement Inspections<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Commencement Inspections Carried Out<\/td>\n<td class=\"num\">190<\/td>\n<td class=\"num\">182<\/td>\n<td class=\"num\">129<\/td>\n<td class=\"num\">146<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Certificates of Completion and Occupancy Issued<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Residential<\/td>\n<td class=\"num\">181<\/td>\n<td class=\"num\">161<\/td>\n<td class=\"num\">182<\/td>\n<td class=\"num\">185<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Commercial<\/td>\n<td class=\"num\">67<\/td>\n<td class=\"num\">58<\/td>\n<td class=\"num\">46<\/td>\n<td class=\"num\">52<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/details>\n<details class=\"year-details\">\n<summary>2024<\/summary>\n<div class=\"year-content\" id=\"year-2024\">\n<div class=\"year-banner\">\n<h1>2024 Quarterly Statistics<\/h1>\n<\/div>\n<div class=\"kpi-row\">\n<div class=\"kpi\">\n<div class=\"kpi-label\">Planning applications received<\/div>\n<div class=\"kpi-value\">418<\/div>\n<\/div>\n<div class=\"kpi\">\n<div class=\"kpi-label\">Planning applications approved<\/div>\n<div class=\"kpi-value\">300<\/div>\n<\/div>\n<div class=\"kpi\">\n<div class=\"kpi-label\">Building permits issued<\/div>\n<div class=\"kpi-value\">579<\/div>\n<\/div>\n<div class=\"kpi\">\n<div class=\"kpi-label\">Certificates issued<\/div>\n<div class=\"kpi-value\">827<\/div>\n<\/div>\n<\/div>\n<details class=\"graph-panel\">\n<summary>Show graphs for 2024<\/summary>\n<div class=\"chart-grid\">\n<div class=\"chart-card\">\n<h3>Planning Applications<\/h3>\n<div class=\"chart\"><svg aria-label=\"Bar chart\" role=\"img\" viewbox=\"0 0 760 330\"><rect fill=\"#ffffff\" height=\"100%\" width=\"100%\" x=\"0\" y=\"0\"><\/rect><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"260.0\" y2=\"260.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"264.0\">0<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"202.0\" y2=\"202.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"206.0\">30<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"144.0\" y2=\"144.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"148.0\">60<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"86.0\" y2=\"86.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"90.0\">90<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"28.0\" y2=\"28.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"32.0\">120<\/text><line stroke=\"#c8d6e2\" x1=\"50\" x2=\"740\" y1=\"260\" y2=\"260\"><\/line><rect fill=\"#1d5f91\" height=\"210.7\" rx=\"3\" width=\"36.4\" x=\"77.6\" y=\"49.3\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"95.8\" y=\"45.3\">109<\/text><rect fill=\"#5f8fb4\" height=\"156.6\" rx=\"3\" width=\"36.4\" x=\"118.0\" y=\"103.4\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"136.2\" y=\"99.4\">81<\/text><rect fill=\"#9bb7cf\" height=\"13.5\" rx=\"3\" width=\"36.4\" x=\"158.5\" y=\"246.5\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"176.7\" y=\"242.5\">7<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"136.2\" y=\"282\">Q1<\/text><rect fill=\"#1d5f91\" height=\"179.8\" rx=\"3\" width=\"36.4\" x=\"250.1\" y=\"80.2\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"268.3\" y=\"76.2\">93<\/text><rect fill=\"#5f8fb4\" height=\"143.1\" rx=\"3\" width=\"36.4\" x=\"290.5\" y=\"116.9\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"308.8\" y=\"112.9\">74<\/text><rect fill=\"#9bb7cf\" height=\"11.6\" rx=\"3\" width=\"36.4\" x=\"331.0\" y=\"248.4\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"349.2\" y=\"244.4\">6<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"308.8\" y=\"282\">Q2<\/text><rect fill=\"#1d5f91\" height=\"220.4\" rx=\"3\" width=\"36.4\" x=\"422.6\" y=\"39.6\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"440.8\" y=\"35.6\">114<\/text><rect fill=\"#5f8fb4\" height=\"131.5\" rx=\"3\" width=\"36.4\" x=\"463.0\" y=\"128.5\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"481.2\" y=\"124.5\">68<\/text><rect fill=\"#9bb7cf\" height=\"11.6\" rx=\"3\" width=\"36.4\" x=\"503.5\" y=\"248.4\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"521.7\" y=\"244.4\">6<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"481.2\" y=\"282\">Q3<\/text><rect fill=\"#1d5f91\" height=\"197.2\" rx=\"3\" width=\"36.4\" x=\"595.1\" y=\"62.8\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"613.3\" y=\"58.8\">102<\/text><rect fill=\"#5f8fb4\" height=\"148.9\" rx=\"3\" width=\"36.4\" x=\"635.5\" y=\"111.1\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"653.8\" y=\"107.1\">77<\/text><rect fill=\"#9bb7cf\" height=\"19.3\" rx=\"3\" width=\"36.4\" x=\"676.0\" y=\"240.7\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"694.2\" y=\"236.7\">10<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"653.8\" y=\"282\">Q4<\/text><rect fill=\"#1d5f91\" height=\"11\" rx=\"2\" width=\"11\" x=\"50\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"66\" y=\"302\">Received<\/text><rect fill=\"#5f8fb4\" height=\"11\" rx=\"2\" width=\"11\" x=\"144.6\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"160.6\" y=\"302\">Approved<\/text><rect fill=\"#9bb7cf\" height=\"11\" rx=\"2\" width=\"11\" x=\"239.2\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"255.2\" y=\"302\">Refused<\/text><\/svg><\/div>\n<\/div>\n<div class=\"chart-card\">\n<h3>Building Control<\/h3>\n<div class=\"chart\"><svg aria-label=\"Bar chart\" role=\"img\" viewbox=\"0 0 760 330\"><rect fill=\"#ffffff\" height=\"100%\" width=\"100%\" x=\"0\" y=\"0\"><\/rect><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"260.0\" y2=\"260.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"264.0\">0<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"202.0\" y2=\"202.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"206.0\">62<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"144.0\" y2=\"144.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"148.0\">125<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"86.0\" y2=\"86.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"90.0\">187<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"28.0\" y2=\"28.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"32.0\">250<\/text><line stroke=\"#c8d6e2\" x1=\"50\" x2=\"740\" y1=\"260\" y2=\"260\"><\/line><rect fill=\"#1d5f91\" height=\"224.6\" rx=\"3\" width=\"36.4\" x=\"77.6\" y=\"35.4\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"95.8\" y=\"31.4\">242<\/text><rect fill=\"#5f8fb4\" height=\"153.1\" rx=\"3\" width=\"36.4\" x=\"118.0\" y=\"106.9\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"136.2\" y=\"102.9\">165<\/text><rect fill=\"#9bb7cf\" height=\"229.2\" rx=\"3\" width=\"36.4\" x=\"158.5\" y=\"30.8\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"176.7\" y=\"26.8\">247<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"136.2\" y=\"282\">Q1<\/text><rect fill=\"#1d5f91\" height=\"188.4\" rx=\"3\" width=\"36.4\" x=\"250.1\" y=\"71.6\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"268.3\" y=\"67.6\">203<\/text><rect fill=\"#5f8fb4\" height=\"137.3\" rx=\"3\" width=\"36.4\" x=\"290.5\" y=\"122.7\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"308.8\" y=\"118.7\">148<\/text><rect fill=\"#9bb7cf\" height=\"190.2\" rx=\"3\" width=\"36.4\" x=\"331.0\" y=\"69.8\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"349.2\" y=\"65.8\">205<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"308.8\" y=\"282\">Q2<\/text><rect fill=\"#1d5f91\" height=\"174.5\" rx=\"3\" width=\"36.4\" x=\"422.6\" y=\"85.5\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"440.8\" y=\"81.5\">188<\/text><rect fill=\"#5f8fb4\" height=\"116.9\" rx=\"3\" width=\"36.4\" x=\"463.0\" y=\"143.1\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"481.2\" y=\"139.1\">126<\/text><rect fill=\"#9bb7cf\" height=\"186.5\" rx=\"3\" width=\"36.4\" x=\"503.5\" y=\"73.5\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"521.7\" y=\"69.5\">201<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"481.2\" y=\"282\">Q3<\/text><rect fill=\"#1d5f91\" height=\"181.9\" rx=\"3\" width=\"36.4\" x=\"595.1\" y=\"78.1\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"613.3\" y=\"74.1\">196<\/text><rect fill=\"#5f8fb4\" height=\"129.9\" rx=\"3\" width=\"36.4\" x=\"635.5\" y=\"130.1\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"653.8\" y=\"126.1\">140<\/text><rect fill=\"#9bb7cf\" height=\"161.5\" rx=\"3\" width=\"36.4\" x=\"676.0\" y=\"98.5\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"694.2\" y=\"94.5\">174<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"653.8\" y=\"282\">Q4<\/text><rect fill=\"#1d5f91\" height=\"11\" rx=\"2\" width=\"11\" x=\"50\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"66\" y=\"302\">Permit Applications Received<\/text><rect fill=\"#5f8fb4\" height=\"11\" rx=\"2\" width=\"11\" x=\"268.6\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"284.6\" y=\"302\">Permits Issued<\/text><rect fill=\"#9bb7cf\" height=\"11\" rx=\"2\" width=\"11\" x=\"400.40000000000003\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"416.40000000000003\" y=\"302\">Certificates Issued<\/text><\/svg><\/div>\n<\/div>\n<\/div>\n<\/details>\n<div class=\"section-heading\">Planning Applications<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Development Management<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Planning Applications Received<\/td>\n<td class=\"num\">109<\/td>\n<td class=\"num\">93<\/td>\n<td class=\"num\">114<\/td>\n<td class=\"num\">102<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Planning Applications Approved<\/td>\n<td class=\"num\">81<\/td>\n<td class=\"num\">74<\/td>\n<td class=\"num\">68<\/td>\n<td class=\"num\">77<\/td>\n<\/tr>\n<tr>\n<td class=\"measure\">Planning Applications Refused<\/td>\n<td class=\"num\">7<\/td>\n<td class=\"num\">6<\/td>\n<td class=\"num\">6<\/td>\n<td class=\"num\">10<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Subdivision Applications<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Subdivision Applications Received<\/td>\n<td class=\"num\">9<\/td>\n<td class=\"num\">6<\/td>\n<td class=\"num\">11<\/td>\n<td class=\"num\">3<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Subdivision Applications Approved<\/td>\n<td class=\"num\">7<\/td>\n<td class=\"num\">6<\/td>\n<td class=\"num\">10<\/td>\n<td class=\"num\">5<\/td>\n<\/tr>\n<tr>\n<td class=\"measure\">Subdivision Applications Refused<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">1<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Planning Application Appeals<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Appeals Received<\/td>\n<td class=\"num\">3<\/td>\n<td class=\"num\">7<\/td>\n<td class=\"num\">5<\/td>\n<td class=\"num\">7<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Appeals Determined<\/td>\n<td class=\"num\">13<\/td>\n<td class=\"num\">5<\/td>\n<td class=\"num\">12<\/td>\n<td class=\"num\">4<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"section-heading\">Building Control<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Building Permit Applications Received<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Residential<\/td>\n<td class=\"num\">73<\/td>\n<td class=\"num\">66<\/td>\n<td class=\"num\">47<\/td>\n<td class=\"num\">51<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Commercial<\/td>\n<td class=\"num\">44<\/td>\n<td class=\"num\">28<\/td>\n<td class=\"num\">40<\/td>\n<td class=\"num\">37<\/td>\n<\/tr>\n<tr>\n<td class=\"measure\">PDP<\/td>\n<td class=\"num\">125<\/td>\n<td class=\"num\">109<\/td>\n<td class=\"num\">101<\/td>\n<td class=\"num\">108<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Building Permits Issued<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Residential<\/td>\n<td class=\"num\">45<\/td>\n<td class=\"num\">32<\/td>\n<td class=\"num\">31<\/td>\n<td class=\"num\">41<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Commercial<\/td>\n<td class=\"num\">31<\/td>\n<td class=\"num\">28<\/td>\n<td class=\"num\">25<\/td>\n<td class=\"num\">23<\/td>\n<\/tr>\n<tr>\n<td class=\"measure\">PDP<\/td>\n<td class=\"num\">89<\/td>\n<td class=\"num\">88<\/td>\n<td class=\"num\">70<\/td>\n<td class=\"num\">76<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Commencement Inspections<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Commencement Inspections Carried Out<\/td>\n<td class=\"num\">189<\/td>\n<td class=\"num\">166<\/td>\n<td class=\"num\">149<\/td>\n<td class=\"num\">123<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Certificates of Completion and Occupancy Issued<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Residential<\/td>\n<td class=\"num\">187<\/td>\n<td class=\"num\">144<\/td>\n<td class=\"num\">146<\/td>\n<td class=\"num\">117<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Commercial<\/td>\n<td class=\"num\">60<\/td>\n<td class=\"num\">61<\/td>\n<td class=\"num\">55<\/td>\n<td class=\"num\">57<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/details>\n<details class=\"year-details\">\n<summary>2025<\/summary>\n<div class=\"year-content\" id=\"year-2025\">\n<div class=\"year-banner\">\n<h1>2025 Quarterly Statistics<\/h1>\n<\/div>\n<div class=\"kpi-row\">\n<div class=\"kpi\">\n<div class=\"kpi-label\">Planning applications received<\/div>\n<div class=\"kpi-value\">356<\/div>\n<\/div>\n<div class=\"kpi\">\n<div class=\"kpi-label\">Planning applications approved<\/div>\n<div class=\"kpi-value\">354<\/div>\n<\/div>\n<div class=\"kpi\">\n<div class=\"kpi-label\">Building permits issued<\/div>\n<div class=\"kpi-value\">650<\/div>\n<\/div>\n<div class=\"kpi\">\n<div class=\"kpi-label\">Certificates issued<\/div>\n<div class=\"kpi-value\">640<\/div>\n<\/div>\n<\/div>\n<details class=\"graph-panel\">\n<summary>Show graphs for 2025<\/summary>\n<div class=\"chart-grid\">\n<div class=\"chart-card\">\n<h3>Planning Applications<\/h3>\n<div class=\"chart\"><svg aria-label=\"Bar chart\" role=\"img\" viewbox=\"0 0 760 330\"><rect fill=\"#ffffff\" height=\"100%\" width=\"100%\" x=\"0\" y=\"0\"><\/rect><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"260.0\" y2=\"260.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"264.0\">0<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"202.0\" y2=\"202.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"206.0\">27<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"144.0\" y2=\"144.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"148.0\">55<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"86.0\" y2=\"86.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"90.0\">82<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"28.0\" y2=\"28.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"32.0\">110<\/text><line stroke=\"#c8d6e2\" x1=\"50\" x2=\"740\" y1=\"260\" y2=\"260\"><\/line><rect fill=\"#1d5f91\" height=\"166.6\" rx=\"3\" width=\"36.4\" x=\"77.6\" y=\"93.4\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"95.8\" y=\"89.4\">79<\/text><rect fill=\"#5f8fb4\" height=\"166.6\" rx=\"3\" width=\"36.4\" x=\"118.0\" y=\"93.4\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"136.2\" y=\"89.4\">79<\/text><rect fill=\"#9bb7cf\" height=\"8.4\" rx=\"3\" width=\"36.4\" x=\"158.5\" y=\"251.6\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"176.7\" y=\"247.6\">4<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"136.2\" y=\"282\">Q1<\/text><rect fill=\"#1d5f91\" height=\"227.8\" rx=\"3\" width=\"36.4\" x=\"250.1\" y=\"32.2\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"268.3\" y=\"28.2\">108<\/text><rect fill=\"#5f8fb4\" height=\"194.0\" rx=\"3\" width=\"36.4\" x=\"290.5\" y=\"66.0\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"308.8\" y=\"62.0\">92<\/text><rect fill=\"#9bb7cf\" height=\"8.4\" rx=\"3\" width=\"36.4\" x=\"331.0\" y=\"251.6\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"349.2\" y=\"247.6\">4<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"308.8\" y=\"282\">Q2<\/text><rect fill=\"#1d5f91\" height=\"229.9\" rx=\"3\" width=\"36.4\" x=\"422.6\" y=\"30.1\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"440.8\" y=\"26.1\">109<\/text><rect fill=\"#5f8fb4\" height=\"185.6\" rx=\"3\" width=\"36.4\" x=\"463.0\" y=\"74.4\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"481.2\" y=\"70.4\">88<\/text><rect fill=\"#9bb7cf\" height=\"12.7\" rx=\"3\" width=\"36.4\" x=\"503.5\" y=\"247.3\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"521.7\" y=\"243.3\">6<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"481.2\" y=\"282\">Q3<\/text><rect fill=\"#1d5f91\" height=\"126.5\" rx=\"3\" width=\"36.4\" x=\"595.1\" y=\"133.5\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"613.3\" y=\"129.5\">60<\/text><rect fill=\"#5f8fb4\" height=\"200.4\" rx=\"3\" width=\"36.4\" x=\"635.5\" y=\"59.6\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"653.8\" y=\"55.6\">95<\/text><rect fill=\"#9bb7cf\" height=\"8.4\" rx=\"3\" width=\"36.4\" x=\"676.0\" y=\"251.6\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"694.2\" y=\"247.6\">4<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"653.8\" y=\"282\">Q4<\/text><rect fill=\"#1d5f91\" height=\"11\" rx=\"2\" width=\"11\" x=\"50\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"66\" y=\"302\">Received<\/text><rect fill=\"#5f8fb4\" height=\"11\" rx=\"2\" width=\"11\" x=\"144.6\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"160.6\" y=\"302\">Approved<\/text><rect fill=\"#9bb7cf\" height=\"11\" rx=\"2\" width=\"11\" x=\"239.2\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"255.2\" y=\"302\">Refused<\/text><\/svg><\/div>\n<\/div>\n<div class=\"chart-card\">\n<h3>Building Control<\/h3>\n<div class=\"chart\"><svg aria-label=\"Bar chart\" role=\"img\" viewbox=\"0 0 760 330\"><rect fill=\"#ffffff\" height=\"100%\" width=\"100%\" x=\"0\" y=\"0\"><\/rect><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"260.0\" y2=\"260.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"264.0\">0<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"202.0\" y2=\"202.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"206.0\">55<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"144.0\" y2=\"144.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"148.0\">110<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"86.0\" y2=\"86.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"90.0\">165<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"28.0\" y2=\"28.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"32.0\">220<\/text><line stroke=\"#c8d6e2\" x1=\"50\" x2=\"740\" y1=\"260\" y2=\"260\"><\/line><rect fill=\"#1d5f91\" height=\"224.6\" rx=\"3\" width=\"36.4\" x=\"77.6\" y=\"35.4\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"95.8\" y=\"31.4\">213<\/text><rect fill=\"#5f8fb4\" height=\"136.0\" rx=\"3\" width=\"36.4\" x=\"118.0\" y=\"124.0\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"136.2\" y=\"120.0\">129<\/text><rect fill=\"#9bb7cf\" height=\"196.1\" rx=\"3\" width=\"36.4\" x=\"158.5\" y=\"63.9\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"176.7\" y=\"59.9\">186<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"136.2\" y=\"282\">Q1<\/text><rect fill=\"#1d5f91\" height=\"219.3\" rx=\"3\" width=\"36.4\" x=\"250.1\" y=\"40.7\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"268.3\" y=\"36.7\">208<\/text><rect fill=\"#5f8fb4\" height=\"166.6\" rx=\"3\" width=\"36.4\" x=\"290.5\" y=\"93.4\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"308.8\" y=\"89.4\">158<\/text><rect fill=\"#9bb7cf\" height=\"172.9\" rx=\"3\" width=\"36.4\" x=\"331.0\" y=\"87.1\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"349.2\" y=\"83.1\">164<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"308.8\" y=\"282\">Q2<\/text><rect fill=\"#1d5f91\" height=\"204.6\" rx=\"3\" width=\"36.4\" x=\"422.6\" y=\"55.4\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"440.8\" y=\"51.4\">194<\/text><rect fill=\"#5f8fb4\" height=\"208.8\" rx=\"3\" width=\"36.4\" x=\"463.0\" y=\"51.2\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"481.2\" y=\"47.2\">198<\/text><rect fill=\"#9bb7cf\" height=\"163.5\" rx=\"3\" width=\"36.4\" x=\"503.5\" y=\"96.5\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"521.7\" y=\"92.5\">155<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"481.2\" y=\"282\">Q3<\/text><rect fill=\"#1d5f91\" height=\"202.5\" rx=\"3\" width=\"36.4\" x=\"595.1\" y=\"57.5\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"613.3\" y=\"53.5\">192<\/text><rect fill=\"#5f8fb4\" height=\"174.0\" rx=\"3\" width=\"36.4\" x=\"635.5\" y=\"86.0\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"653.8\" y=\"82.0\">165<\/text><rect fill=\"#9bb7cf\" height=\"142.4\" rx=\"3\" width=\"36.4\" x=\"676.0\" y=\"117.6\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"694.2\" y=\"113.6\">135<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"653.8\" y=\"282\">Q4<\/text><rect fill=\"#1d5f91\" height=\"11\" rx=\"2\" width=\"11\" x=\"50\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"66\" y=\"302\">Permit Applications Received<\/text><rect fill=\"#5f8fb4\" height=\"11\" rx=\"2\" width=\"11\" x=\"268.6\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"284.6\" y=\"302\">Permits Issued<\/text><rect fill=\"#9bb7cf\" height=\"11\" rx=\"2\" width=\"11\" x=\"400.40000000000003\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"416.40000000000003\" y=\"302\">Certificates Issued<\/text><\/svg><\/div>\n<\/div>\n<\/div>\n<\/details>\n<div class=\"section-heading\">Planning Applications<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Development Management<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Planning Applications Received<\/td>\n<td class=\"num\">79<\/td>\n<td class=\"num\">108<\/td>\n<td class=\"num\">109<\/td>\n<td class=\"num\">60<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Planning Applications Approved<\/td>\n<td class=\"num\">79<\/td>\n<td class=\"num\">92<\/td>\n<td class=\"num\">88<\/td>\n<td class=\"num\">95<\/td>\n<\/tr>\n<tr>\n<td class=\"measure\">Planning Applications Refused<\/td>\n<td class=\"num\">4<\/td>\n<td class=\"num\">4<\/td>\n<td class=\"num\">6<\/td>\n<td class=\"num\">4<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Subdivision Applications<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Subdivision Applications Received<\/td>\n<td class=\"num\">3<\/td>\n<td class=\"num\">12<\/td>\n<td class=\"num\">5<\/td>\n<td class=\"num\">4<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Subdivision Applications Approved<\/td>\n<td class=\"num\">5<\/td>\n<td class=\"num\">8<\/td>\n<td class=\"num\">6<\/td>\n<td class=\"num\">3<\/td>\n<\/tr>\n<tr>\n<td class=\"measure\">Subdivision Applications Refused<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">1<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Planning Application Appeals<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Appeals Received<\/td>\n<td class=\"num\">3<\/td>\n<td class=\"num\">10<\/td>\n<td class=\"num\">6<\/td>\n<td class=\"num\">7<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Appeals Determined<\/td>\n<td class=\"num\">2<\/td>\n<td class=\"num\">9<\/td>\n<td class=\"num\">2<\/td>\n<td class=\"num\">5<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"section-heading\">Building Control<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Building Permit Applications Received<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Residential<\/td>\n<td class=\"num\">64<\/td>\n<td class=\"num\">70<\/td>\n<td class=\"num\">50<\/td>\n<td class=\"num\">64<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Commercial<\/td>\n<td class=\"num\">40<\/td>\n<td class=\"num\">29<\/td>\n<td class=\"num\">49<\/td>\n<td class=\"num\">37<\/td>\n<\/tr>\n<tr>\n<td class=\"measure\">PDP<\/td>\n<td class=\"num\">109<\/td>\n<td class=\"num\">109<\/td>\n<td class=\"num\">95<\/td>\n<td class=\"num\">91<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Building Permits Issued<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Residential<\/td>\n<td class=\"num\">29<\/td>\n<td class=\"num\">41<\/td>\n<td class=\"num\">51<\/td>\n<td class=\"num\">54<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Commercial<\/td>\n<td class=\"num\">37<\/td>\n<td class=\"num\">17<\/td>\n<td class=\"num\">28<\/td>\n<td class=\"num\">35<\/td>\n<\/tr>\n<tr>\n<td class=\"measure\">PDP<\/td>\n<td class=\"num\">63<\/td>\n<td class=\"num\">100<\/td>\n<td class=\"num\">119<\/td>\n<td class=\"num\">76<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Commencement Inspections<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Commencement Inspections Carried Out<\/td>\n<td class=\"num\">148<\/td>\n<td class=\"num\">135<\/td>\n<td class=\"num\">145<\/td>\n<td class=\"num\">131<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Certificates of Completion and Occupancy Issued<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Residential<\/td>\n<td class=\"num\">140<\/td>\n<td class=\"num\">116<\/td>\n<td class=\"num\">125<\/td>\n<td class=\"num\">100<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Commercial<\/td>\n<td class=\"num\">46<\/td>\n<td class=\"num\">48<\/td>\n<td class=\"num\">30<\/td>\n<td class=\"num\">35<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/details>\n<details class=\"year-details\">\n<summary>2026<\/summary>\n<div class=\"year-content\" id=\"year-2026\">\n<div class=\"year-banner\">\n<h1>2026 Quarterly Statistics<\/h1>\n<\/div>\n<div class=\"kpi-row\">\n<div class=\"kpi\">\n<div class=\"kpi-label\">Planning applications received<\/div>\n<div class=\"kpi-value\">107<\/div>\n<\/div>\n<div class=\"kpi\">\n<div class=\"kpi-label\">Planning applications approved<\/div>\n<div class=\"kpi-value\">64<\/div>\n<\/div>\n<div class=\"kpi\">\n<div class=\"kpi-label\">Building permits issued<\/div>\n<div class=\"kpi-value\">183<\/div>\n<\/div>\n<div class=\"kpi\">\n<div class=\"kpi-label\">Certificates issued<\/div>\n<div class=\"kpi-value\">93<\/div>\n<\/div>\n<\/div>\n<details class=\"graph-panel\">\n<summary>Show graphs for 2026<\/summary>\n<div class=\"chart-grid\">\n<div class=\"chart-card\">\n<h3>Planning Applications<\/h3>\n<div class=\"chart\"><svg aria-label=\"Bar chart\" role=\"img\" viewbox=\"0 0 760 330\"><rect fill=\"#ffffff\" height=\"100%\" width=\"100%\" x=\"0\" y=\"0\"><\/rect><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"260.0\" y2=\"260.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"264.0\">0<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"202.0\" y2=\"202.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"206.0\">27<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"144.0\" y2=\"144.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"148.0\">55<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"86.0\" y2=\"86.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"90.0\">82<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"28.0\" y2=\"28.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"32.0\">110<\/text><line stroke=\"#c8d6e2\" x1=\"50\" x2=\"740\" y1=\"260\" y2=\"260\"><\/line><rect fill=\"#1d5f91\" height=\"225.7\" rx=\"3\" width=\"36.4\" x=\"77.6\" y=\"34.3\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"95.8\" y=\"30.3\">107<\/text><rect fill=\"#5f8fb4\" height=\"135.0\" rx=\"3\" width=\"36.4\" x=\"118.0\" y=\"125.0\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"136.2\" y=\"121.0\">64<\/text><rect fill=\"#9bb7cf\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"158.5\" y=\"260.0\"><\/rect><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"136.2\" y=\"282\">Q1<\/text><rect fill=\"#1d5f91\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"250.1\" y=\"260.0\"><\/rect><rect fill=\"#5f8fb4\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"290.5\" y=\"260.0\"><\/rect><rect fill=\"#9bb7cf\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"331.0\" y=\"260.0\"><\/rect><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"308.8\" y=\"282\">Q2<\/text><rect fill=\"#1d5f91\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"422.6\" y=\"260.0\"><\/rect><rect fill=\"#5f8fb4\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"463.0\" y=\"260.0\"><\/rect><rect fill=\"#9bb7cf\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"503.5\" y=\"260.0\"><\/rect><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"481.2\" y=\"282\">Q3<\/text><rect fill=\"#1d5f91\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"595.1\" y=\"260.0\"><\/rect><rect fill=\"#5f8fb4\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"635.5\" y=\"260.0\"><\/rect><rect fill=\"#9bb7cf\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"676.0\" y=\"260.0\"><\/rect><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"653.8\" y=\"282\">Q4<\/text><rect fill=\"#1d5f91\" height=\"11\" rx=\"2\" width=\"11\" x=\"50\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"66\" y=\"302\">Received<\/text><rect fill=\"#5f8fb4\" height=\"11\" rx=\"2\" width=\"11\" x=\"144.6\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"160.6\" y=\"302\">Approved<\/text><rect fill=\"#9bb7cf\" height=\"11\" rx=\"2\" width=\"11\" x=\"239.2\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"255.2\" y=\"302\">Refused<\/text><\/svg><\/div>\n<\/div>\n<div class=\"chart-card\">\n<h3>Building Control<\/h3>\n<div class=\"chart\"><svg aria-label=\"Bar chart\" role=\"img\" viewbox=\"0 0 760 330\"><rect fill=\"#ffffff\" height=\"100%\" width=\"100%\" x=\"0\" y=\"0\"><\/rect><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"260.0\" y2=\"260.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"264.0\">0<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"202.0\" y2=\"202.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"206.0\">50<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"144.0\" y2=\"144.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"148.0\">100<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"86.0\" y2=\"86.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"90.0\">150<\/text><line stroke=\"#e7edf3\" stroke-width=\"1\" x1=\"50\" x2=\"740\" y1=\"28.0\" y2=\"28.0\"><\/line><text fill=\"#5b6b79\" font-size=\"11\" text-anchor=\"end\" x=\"42\" y=\"32.0\">200<\/text><line stroke=\"#c8d6e2\" x1=\"50\" x2=\"740\" y1=\"260\" y2=\"260\"><\/line><rect fill=\"#1d5f91\" height=\"232.0\" rx=\"3\" width=\"36.4\" x=\"77.6\" y=\"28.0\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"95.8\" y=\"24.0\">200<\/text><rect fill=\"#5f8fb4\" height=\"212.3\" rx=\"3\" width=\"36.4\" x=\"118.0\" y=\"47.7\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"136.2\" y=\"43.7\">183<\/text><rect fill=\"#9bb7cf\" height=\"107.9\" rx=\"3\" width=\"36.4\" x=\"158.5\" y=\"152.1\"><\/rect><text fill=\"#15344d\" font-size=\"10\" text-anchor=\"middle\" x=\"176.7\" y=\"148.1\">93<\/text><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"136.2\" y=\"282\">Q1<\/text><rect fill=\"#1d5f91\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"250.1\" y=\"260.0\"><\/rect><rect fill=\"#5f8fb4\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"290.5\" y=\"260.0\"><\/rect><rect fill=\"#9bb7cf\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"331.0\" y=\"260.0\"><\/rect><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"308.8\" y=\"282\">Q2<\/text><rect fill=\"#1d5f91\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"422.6\" y=\"260.0\"><\/rect><rect fill=\"#5f8fb4\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"463.0\" y=\"260.0\"><\/rect><rect fill=\"#9bb7cf\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"503.5\" y=\"260.0\"><\/rect><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"481.2\" y=\"282\">Q3<\/text><rect fill=\"#1d5f91\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"595.1\" y=\"260.0\"><\/rect><rect fill=\"#5f8fb4\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"635.5\" y=\"260.0\"><\/rect><rect fill=\"#9bb7cf\" height=\"0.0\" rx=\"3\" width=\"36.4\" x=\"676.0\" y=\"260.0\"><\/rect><text fill=\"#244761\" font-size=\"12\" font-weight=\"700\" text-anchor=\"middle\" x=\"653.8\" y=\"282\">Q4<\/text><rect fill=\"#1d5f91\" height=\"11\" rx=\"2\" width=\"11\" x=\"50\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"66\" y=\"302\">Permit Applications Received<\/text><rect fill=\"#5f8fb4\" height=\"11\" rx=\"2\" width=\"11\" x=\"268.6\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"284.6\" y=\"302\">Permits Issued<\/text><rect fill=\"#9bb7cf\" height=\"11\" rx=\"2\" width=\"11\" x=\"400.40000000000003\" y=\"292\"><\/rect><text fill=\"#244761\" font-size=\"11\" x=\"416.40000000000003\" y=\"302\">Certificates Issued<\/text><\/svg><\/div>\n<\/div>\n<\/div>\n<\/details>\n<div class=\"section-heading\">Planning Applications<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Development Management<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Planning Applications Received<\/td>\n<td class=\"num\">107<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Planning Applications Approved<\/td>\n<td class=\"num\">64<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<tr>\n<td class=\"measure\">Planning Applications Refused<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Subdivision Applications<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Subdivision Applications Received<\/td>\n<td class=\"num\">8<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Subdivision Applications Approved<\/td>\n<td class=\"num\">5<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<tr>\n<td class=\"measure\">Subdivision Applications Refused<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Planning Application Appeals<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Appeals Received<\/td>\n<td class=\"num\">2<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Appeals Determined<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"section-heading\">Building Control<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Building Permit Applications Received<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Residential<\/td>\n<td class=\"num\">48<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Commercial<\/td>\n<td class=\"num\">31<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<tr>\n<td class=\"measure\">PDP<\/td>\n<td class=\"num\">121<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Building Permits Issued<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Residential<\/td>\n<td class=\"num\">58<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Commercial<\/td>\n<td class=\"num\">37<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<tr>\n<td class=\"measure\">PDP<\/td>\n<td class=\"num\">88<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Commencement Inspections<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Commencement Inspections Carried Out<\/td>\n<td class=\"num\">181<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"stat-card\">\n<div class=\"card-head\">\n<h2>Certificates of Completion and Occupancy Issued<\/h2>\n<\/div>\n<table class=\"stat-table\">\n<tbody>\n<tr class=\"table-head\">\n<th><\/th>\n<th>Q1<\/th>\n<th>Q2<\/th>\n<th>Q3<\/th>\n<th>Q4<\/th>\n<\/tr>\n<tr>\n<td class=\"measure\">Residential<\/td>\n<td class=\"num\">68<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<tr style=\"background:#f9fbfd;\">\n<td class=\"measure\">Commercial<\/td>\n<td class=\"num\">25<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<td class=\"num\">0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/details>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Department of Planning Quarterly Statistics Quarterly performance overview for planning application activity, building permit activity, inspections and certificates. Show all years graphs Planning Applications by Year 0105210315420381288192023418300292024356354182025107642026ReceivedApprovedRefused Building Control by Year 0235470705940897728932202382957982720248076506402025200183932026Permit Applications ReceivedPermits IssuedCertificates Issued 2026 reflects the quarters populated in the data provided. 2023 2023 Quarterly Statistics Planning applications received 381 Planning applications &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/planning.gov.bm\/index.php\/dop-quarterly-statistics\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;DoP Quarterly Statistics&#8221;<\/span><\/a><\/p>\n","protected":false},"author":13,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11708","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/planning.gov.bm\/index.php\/wp-json\/wp\/v2\/pages\/11708","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/planning.gov.bm\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/planning.gov.bm\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/planning.gov.bm\/index.php\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/planning.gov.bm\/index.php\/wp-json\/wp\/v2\/comments?post=11708"}],"version-history":[{"count":30,"href":"https:\/\/planning.gov.bm\/index.php\/wp-json\/wp\/v2\/pages\/11708\/revisions"}],"predecessor-version":[{"id":11883,"href":"https:\/\/planning.gov.bm\/index.php\/wp-json\/wp\/v2\/pages\/11708\/revisions\/11883"}],"wp:attachment":[{"href":"https:\/\/planning.gov.bm\/index.php\/wp-json\/wp\/v2\/media?parent=11708"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}