











{"id":33374795,"date":"2026-04-13T08:00:15","date_gmt":"2026-04-13T08:00:15","guid":{"rendered":"https:\/\/new.monaco-global.com.au\/?page_id=33374795"},"modified":"2026-05-07T09:43:50","modified_gmt":"2026-05-07T09:43:50","slug":"formwork-systems","status":"publish","type":"page","link":"https:\/\/new.monaco-global.com.au\/index.php\/formwork-systems\/","title":{"rendered":"Formwork Systems"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"33374795\" class=\"elementor elementor-33374795\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c1f51b e-con-full e-flex e-con e-parent\" data-id=\"2c1f51b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-151decd elementor-widget elementor-widget-html\" data-id=\"151decd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@300;400;500;700&display=swap\" rel=\"stylesheet\">\n\n<div class=\"stardeck-hero-full\">\n  <div class=\"hero-inner\">\n    <h1> PROJECTS<\/h1>\n\n    <p>\n       Monaco Global supports projects of all scales with high-quality, site-ready formwork systems.\nFrom planning through execution, our solutions are designed to improve efficiency, safety, and overall project performance.\n    <\/p>\n\n    \n  <\/div>\n<\/div>\n\n<style>\n\n\/* FORCE ROBOTO FONT *\/\n.stardeck-hero-full,\n.stardeck-hero-full *{\n  font-family:'Roboto', sans-serif;\n}\n\n\/* FULL WIDTH HERO *\/\n.stardeck-hero-full{\n  width:100vw;\n  margin-left:calc(50% - 50vw);\n  background:#135a9c;\n  padding:90px 0;\n  color:#fff;\n}\n\n\/* inner content container *\/\n.hero-inner{\n  max-width:1200px;\n  margin:0 auto;\n  padding:0 40px;\n}\n\n\/* title *\/\n.stardeck-hero-full h1{\n  font-size:48px;\n  font-weight:700;\n  margin-bottom:20px;\n}\n\n.stardeck-hero-full sup{\n  font-size:22px;\n}\n\n\/* paragraph *\/\n.stardeck-hero-full p{\n  font-size:20px;\n  line-height:1.5;\n  color:#e6eef7;\n  max-width:520px;\n  margin-bottom:30px;\n}\n\n\/* button *\/\n.hero-btn{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  padding:12px 26px;\n  background:#3b8fc6;\n  border-radius:6px;\n  color:white;\n  text-decoration:none;\n  font-size:18px;\n  transition:0.2s;\n}\n\n.hero-btn:hover{\n  background:#2f79a8;\n}\n\n.hero-btn .icon{\n  font-size:18px;\n}\n\n\/* responsive *\/\n@media (max-width:768px){\n\n  .stardeck-hero-full{\n    padding:60px 0;\n  }\n\n  .stardeck-hero-full h1{\n    font-size:34px;\n  }\n\n  .stardeck-hero-full p{\n    font-size:17px;\n  }\n\n}\n\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-40b9916 e-flex e-con-boxed e-con e-parent\" data-id=\"40b9916\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da21a8f elementor-widget elementor-widget-html\" data-id=\"da21a8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!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>Project Details<\/title>\n\n<style>\n\/* ===== Scoped Project Page ===== *\/\n.project-page {\n  font-family: Arial, sans-serif;\n  background: #ffffff;\n  color: #111;\n}\n\n\/* Container *\/\n.project-page .container {\n  max-width: 1100px;\n  margin: auto;\n  padding: 40px 20px;\n}\n\n\/* Hero Image *\/\n.project-page .hero {\n  width: 100%;\n  height: 420px;\n  border-radius: 16px;\n  overflow: hidden;\n  margin-bottom: 30px;\n}\n\n.project-page .hero img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n\/* Title Section *\/\n.project-page .title {\n  font-size: 34px;\n  margin-bottom: 10px;\n}\n\n.project-page .category {\n  color: #00529F;\n  font-weight: 600;\n  margin-bottom: 20px;\n}\n\n\/* Info Grid *\/\n.project-page .info-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n  margin-bottom: 30px;\n}\n\n.project-page .info-box {\n  background: #f7f7f7;\n  padding: 20px;\n  border-radius: 12px;\n}\n\n.project-page .info-box span {\n  display: block;\n  font-size: 12px;\n  color: #777;\n  margin-bottom: 6px;\n}\n\n.project-page .info-box strong {\n  font-size: 15px;\n}\n\n\/* Description *\/\n.project-page .description {\n  line-height: 1.7;\n  color: #444;\n  margin-bottom: 40px;\n}\n\n\/* Gallery *\/\n.project-page .gallery {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 15px;\n}\n\n.project-page .gallery img {\n  width: 100%;\n  height: 220px;\n  object-fit: cover;\n  border-radius: 10px;\n  transition: transform 0.3s ease;\n}\n\n.project-page .gallery img:hover {\n  transform: scale(1.05);\n}\n\n\/* Button *\/\n.project-page .back-btn {\n  display: inline-block;\n  margin-top: 40px;\n  padding: 12px 18px;\n  background: #00529F;\n  color: #fff;\n  text-decoration: none;\n  border-radius: 6px;\n  font-size: 14px;\n  transition: background 0.3s ease;\n}\n\n.project-page .back-btn:hover {\n  background: #003f7a;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .project-page .info-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .project-page .gallery {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\n@media (max-width: 600px) {\n  .project-page .info-grid,\n  .project-page .gallery {\n    grid-template-columns: 1fr;\n  }\n\n  .project-page .hero {\n    height: 300px;\n  }\n}\n<\/style>\n<\/head>\n\n<body>\n\n<section class=\"project-page\">\n  <div class=\"container\">\n\n    <!-- Hero Image -->\n    <div class=\"hero\">\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2018\/10\/Formwork-systems5.jpeg\" alt=\"Project Image\">\n    <\/div>\n\n    <!-- Title -->\n    <h1 class=\"title\">Formwork Systems<\/h1>\n    <div class=\"category\">Formwork Systems<\/div>\n\n    <!-- Info -->\n    <div class=\"info-grid\">\n      <div class=\"info-box\">\n        <span>Location<\/span>\n        <strong>Revesby NSW, Australia<\/strong>\n      <\/div>\n      <div class=\"info-box\">\n        <span>Year<\/span>\n        <strong>2025<\/strong>\n      <\/div>\n      <div class=\"info-box\">\n        <span>Status<\/span>\n        <strong>Completed<\/strong>\n      <\/div>\n    <\/div>\n\n    <!-- Description -->\n    <div class=\"description\">\n      This residential project combines modern architecture with comfort and functionality.\n      Designed to provide a premium lifestyle, the building features spacious apartments,\n      green areas, and high-end amenities. The structure reflects a balance between\n      aesthetics and practicality, making it ideal for urban living.\n    <\/div>\n\n    <!-- Gallery -->\n    <div class=\"gallery\">\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2018\/10\/Formwork-systems4.jpeg\" alt=\"\">\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2018\/10\/Formwork-systems-Monaco-Global-3.jpeg\" alt=\"\">\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2018\/10\/Formwork-systems3.jpeg\" alt=\"\">\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2018\/10\/Formwork-systems2.jpeg\n\" alt=\"\">\n<img decoding=\"async\" src=\"\/wp-content\/uploads\/2018\/10\/Formwork-systems-Monaco-Global-1.jpeg\" alt=\"\">\n<img decoding=\"async\" src=\"\/wp-content\/uploads\/2018\/10\/Formwork-systems-Monaco-Global-2.jpeg\" alt=\"\">\n      \n      \n    <\/div>\n\n    <!-- Back Button -->\n    <a href=\"\/index.php\/new-projects\/\" class=\"back-btn\">\u2190 Back to Projects<\/a>\n\n  <\/div>\n<\/section>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-92c89d8 e-flex e-con-boxed e-con e-parent\" data-id=\"92c89d8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9eb0897 elementor-widget elementor-widget-html\" data-id=\"9eb0897\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"stardeck-cta\">\n  <h2>Ready to move forward with YOUR  PROJECT?<\/h2>\n\n  <div class=\"cta-buttons\">\n    <a href=\"\/index.php\/contacts-one\/\" class=\"btn-contact\">Contact Us<\/a>\n    <a href=\"\/index.php\/contacts-one\/\" class=\"btn-quote\">\n      <span class=\"icon\">\u2708<\/span>\n      Get A Quote\n    <\/a>\n  <\/div>\n<\/div>\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@300;400;500;700&display=swap');\n\n\/* Section *\/\n.stardeck-cta,\n.stardeck-cta h2,\n.stardeck-cta a,\n.stardeck-cta span {\n    font-family: 'Roboto', sans-serif !important;\n}\n\n.stardeck-cta{\n    background:#FFFFFF;\n    padding:50px 20px;\n    text-align:center;\n}\n\n\/* Title *\/\n.stardeck-cta h2{\n    font-size:20px;\n    font-weight:500;\n    margin-bottom:25px;\n    color:#222;\n}\n\n\/* Buttons container *\/\n.cta-buttons{\n    display:flex;\n    justify-content:center;\n    gap:20px;\n    flex-wrap:wrap;\n}\n\n\/* Contact button *\/\n.btn-contact{\n    padding:12px 28px;\n    border:2px solid #1d7cc3;\n    color:#1d7cc3;\n    border-radius:6px;\n    text-decoration:none;\n    font-size:18px;\n    background:white;\n    transition:all .2s ease;\n}\n\n.btn-contact:hover{\n    background:#1d7cc3;\n    color:#fff;\n}\n\n\/* Quote button *\/\n.btn-quote{\n    padding:12px 28px;\n    background:#00529F;\n    color:#fff;\n    border-radius:6px;\n    text-decoration:none;\n    font-size:18px;\n    display:flex;\n    align-items:center;\n    gap:8px;\n    transition:all .2s ease;\n}\n\n.btn-quote:hover{\n    background:#073F6D;\n}\n\n\/* Icon *\/\n.btn-quote .icon{\n    font-size:18px;\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a7e9a6c e-flex e-con-boxed e-con e-parent\" data-id=\"a7e9a6c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>PROJECTS Monaco Global supports projects of all scales with high-quality, site-ready formwork systems. From planning through execution, our solutions are designed to improve efficiency, safety, and overall project performance. Project Details Formwork Systems Formwork Systems Location Revesby NSW, Australia Year 2025 Status Completed This residential project combines modern architecture with comfort and functionality. Designed to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-33374795","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/new.monaco-global.com.au\/index.php\/wp-json\/wp\/v2\/pages\/33374795","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/new.monaco-global.com.au\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/new.monaco-global.com.au\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/new.monaco-global.com.au\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/new.monaco-global.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=33374795"}],"version-history":[{"count":10,"href":"https:\/\/new.monaco-global.com.au\/index.php\/wp-json\/wp\/v2\/pages\/33374795\/revisions"}],"predecessor-version":[{"id":33374936,"href":"https:\/\/new.monaco-global.com.au\/index.php\/wp-json\/wp\/v2\/pages\/33374795\/revisions\/33374936"}],"wp:attachment":[{"href":"https:\/\/new.monaco-global.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=33374795"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}