{"id":33375215,"date":"2026-07-29T06:48:00","date_gmt":"2026-07-29T06:48:00","guid":{"rendered":"https:\/\/monaco-global.com.au\/?page_id=33375215"},"modified":"2026-07-29T06:56:06","modified_gmt":"2026-07-29T06:56:06","slug":"plywood-lvl-formwork","status":"publish","type":"page","link":"https:\/\/monaco-global.com.au\/index.php\/plywood-lvl-formwork\/","title":{"rendered":"Plywood &amp; LVL Formwork"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"33375215\" class=\"elementor elementor-33375215\">\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  cursor: pointer;\n}\n\n.project-page .gallery img:hover {\n  transform: scale(1.05);\n}\n\n\/* Lightbox *\/\n.lightbox {\n  display: none;\n  position: fixed;\n  inset: 0;\n  background: rgba(0,0,0,.9);\n  z-index: 99999;\n  justify-content: center;\n  align-items: center;\n}\n\n.lightbox img {\n  max-width: 90%;\n  max-height: 85%;\n  border-radius: 12px;\n}\n\n.lightbox .close,\n.lightbox .prev,\n.lightbox .next {\n  position: absolute;\n  color: #fff;\n  font-size: 45px;\n  cursor: pointer;\n  user-select: none;\n  transition: .3s;\n}\n\n.lightbox .close:hover,\n.lightbox .prev:hover,\n.lightbox .next:hover {\n  color: #00529F;\n}\n\n.lightbox .close {\n  top: 20px;\n  right: 35px;\n}\n\n.lightbox .prev {\n  left: 30px;\n  top: 50%;\n  transform: translateY(-50%);\n}\n\n.lightbox .next {\n  right: 30px;\n  top: 50%;\n  transform: translateY(-50%);\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  .lightbox .prev,\n  .lightbox .next {\n    font-size: 35px;\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\/monaco-global-plywood-lvl-formwork-wolli-creek7.jpg\" alt=\"Project Image\">\n    <\/div>\n\n    <!-- Title -->\n    <h1 class=\"title\">Plywood & LVL Formwork<\/h1>\n    <div class=\"category\">Plywood & LVL Formwork<\/div>\n\n    <!-- Info -->\n    <div class=\"info-grid\">\n      <div class=\"info-box\">\n        <span>Location<\/span>\n        <strong>Wolli Creek 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      Monaco Global's Plywood and LVL Formwork solutions combine durability, precision, and consistent performance to meet the demands of modern construction. Manufactured to high quality standards, they help contractors achieve superior concrete finishes while reducing installation time and increasing productivity.\n    <\/div>\n\n    <!-- Gallery -->\n    <div class=\"gallery\">\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2018\/10\/monaco-global-plywood-lvl-formwork-wolli-creek6.jpg\" alt=\"\">\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2018\/10\/monaco-global-plywood-lvl-formwork-wolli-creek5.jpg\" alt=\"\">\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2018\/10\/monaco-global-plywood-lvl-formwork-wolli-creek4.jpg\" alt=\"\">\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2018\/10\/monaco-global-plywood-lvl-formwork-wolli-creek3.jpg\" alt=\"\">\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2018\/10\/monaco-global-plywood-lvl-formwork-wolli-creek2.jpg\" alt=\"\">\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2018\/10\/monaco-global-plywood-lvl-formwork-wolli-creek10.jpg\" alt=\"\">\n    <\/div>\n\n    <!-- Lightbox -->\n    <div class=\"lightbox\" id=\"lightbox\">\n      <span class=\"close\">&times;<\/span>\n      <span class=\"prev\">&#10094;<\/span>\n      <img decoding=\"async\" id=\"lightbox-img\" src=\"\" alt=\"\">\n      <span class=\"next\">&#10095;<\/span>\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<script>\nconst galleryImages = document.querySelectorAll('.project-page .gallery img');\nconst lightbox = document.getElementById('lightbox');\nconst lightboxImg = document.getElementById('lightbox-img');\nconst closeBtn = document.querySelector('.lightbox .close');\nconst prevBtn = document.querySelector('.lightbox .prev');\nconst nextBtn = document.querySelector('.lightbox .next');\n\nlet currentIndex = 0;\n\nfunction updateImage() {\n  lightboxImg.src = galleryImages[currentIndex].src;\n}\n\ngalleryImages.forEach((img, index) => {\n  img.addEventListener('click', () => {\n    currentIndex = index;\n    updateImage();\n    lightbox.style.display = 'flex';\n  });\n});\n\ncloseBtn.addEventListener('click', () => {\n  lightbox.style.display = 'none';\n});\n\nnextBtn.addEventListener('click', (e) => {\n  e.stopPropagation();\n  currentIndex = (currentIndex + 1) % galleryImages.length;\n  updateImage();\n});\n\nprevBtn.addEventListener('click', (e) => {\n  e.stopPropagation();\n  currentIndex = (currentIndex - 1 + galleryImages.length) % galleryImages.length;\n  updateImage();\n});\n\nlightbox.addEventListener('click', (e) => {\n  if (e.target === lightbox) {\n    lightbox.style.display = 'none';\n  }\n});\n\ndocument.addEventListener('keydown', (e) => {\n  if (lightbox.style.display === 'flex') {\n    if (e.key === 'Escape') {\n      lightbox.style.display = 'none';\n    }\n    if (e.key === 'ArrowRight') {\n      currentIndex = (currentIndex + 1) % galleryImages.length;\n      updateImage();\n    }\n    if (e.key === 'ArrowLeft') {\n      currentIndex = (currentIndex - 1 + galleryImages.length) % galleryImages.length;\n      updateImage();\n    }\n  }\n});\n<\/script>\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 Plywood &#038; LVL Formwork Plywood &#038; LVL Formwork Location Wolli Creek NSW, Australia Year 2025 Status Completed Monaco Global&#8217;s Plywood and LVL Formwork solutions [&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-33375215","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/monaco-global.com.au\/index.php\/wp-json\/wp\/v2\/pages\/33375215","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/monaco-global.com.au\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/monaco-global.com.au\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/monaco-global.com.au\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/monaco-global.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=33375215"}],"version-history":[{"count":7,"href":"https:\/\/monaco-global.com.au\/index.php\/wp-json\/wp\/v2\/pages\/33375215\/revisions"}],"predecessor-version":[{"id":33375229,"href":"https:\/\/monaco-global.com.au\/index.php\/wp-json\/wp\/v2\/pages\/33375215\/revisions\/33375229"}],"wp:attachment":[{"href":"https:\/\/monaco-global.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=33375215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}