{"product_id":"polymath-college-office-container-kottawa","title":"20ft Office Container Delivered to Polymath College Kottawa","description":"\u003cstyle\u003e\n\/* =========================================================\n   HCD POLYMATH PROJECT\n   FUTURISTIC BRIGHT VERSION\n   ========================================================= *\/\n\n.hcd-polymath,\n.hcd-polymath * {\n  box-sizing: border-box;\n}\n\n.hcd-polymath {\n  --hcd-green: #16c47f;\n  --hcd-green-bright: #35e69b;\n  --hcd-green-soft: #eaf9f2;\n  --hcd-dark: #ffffff;\n  --hcd-text: #d7e1dc;\n  --hcd-muted: #aebdb5;\n  --hcd-line: rgba(255,255,255,0.24);\n  --hcd-gold: #e2bd55;\n  --hcd-white: #ffffff;\n  --hcd-panel: rgba(255,255,255,0.055);\n\n  width: 100%;\n  max-width: 100%;\n  margin: 0;\n  padding: 0;\n\n  color: var(--hcd-text);\n  font-family: inherit;\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   TYPOGRAPHY\n   ========================================================= *\/\n\n.hcd-polymath h2,\n.hcd-polymath h3,\n.hcd-polymath p {\n  word-break: normal !important;\n  overflow-wrap: break-word !important;\n  hyphens: none !important;\n  text-shadow: none !important;\n}\n\n.hcd-polymath h2 {\n  margin: 0 0 18px !important;\n\n  color: #f5f7f6 !important;\n\n  font-size: clamp(25px, 2.7vw, 34px) !important;\n  font-weight: 800 !important;\n  line-height: 1.22 !important;\n  letter-spacing: -0.35px;\n}\n\n.hcd-polymath h3 {\n  margin: 0 0 7px !important;\n\n  color: #f1f6f3 !important;\n\n  font-size: 17px !important;\n  font-weight: 800 !important;\n  line-height: 1.35 !important;\n}\n\n.hcd-polymath p {\n  margin: 0 0 16px !important;\n\n  color: #c2cec7 !important;\n\n  font-size: 16px !important;\n  line-height: 1.72 !important;\n}\n\n.hcd-polymath a {\n  color: #43e6a2 !important;\n\n  font-weight: 750 !important;\n\n  text-decoration: underline;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 4px;\n}\n\n.hcd-polymath a:hover {\n  color: #8af2c5 !important;\n}\n\n\n\/* =========================================================\n   MAIN SECTIONS\n   ========================================================= *\/\n\n.hcd-section {\n  position: relative;\n\n  width: 100%;\n\n  padding: 48px 0;\n\n  border-bottom: 1px solid rgba(255,255,255,0.22);\n}\n\n.hcd-section:first-child {\n  padding-top: 20px;\n}\n\n.hcd-section:last-child {\n  border-bottom: 0;\n}\n\n\n\/* =========================================================\n   FUTURISTIC SECTION LABEL\n   ========================================================= *\/\n\n.hcd-kicker {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n\n  margin-bottom: 13px;\n\n  color: #22d98c !important;\n\n  font-size: 11px !important;\n  font-weight: 900 !important;\n  line-height: 1.4 !important;\n  letter-spacing: 1.6px;\n\n  text-transform: uppercase;\n}\n\n.hcd-kicker::before {\n  display: block;\n\n  width: 29px;\n  height: 2px;\n\n  flex: 0 0 29px;\n\n  background: linear-gradient(\n    90deg,\n    #e2bd55,\n    #22dc90\n  );\n\n  box-shadow: 0 0 8px rgba(34,220,144,0.28);\n\n  content: \"\";\n}\n\n\n\/* =========================================================\n   HERO \/ PROJECT INTRO\n   ========================================================= *\/\n\n.hcd-intro {\n  position: relative;\n\n  margin: 0 0 22px;\n\n  padding: 34px 34px 30px;\n\n  overflow: hidden;\n\n  border: 1px solid rgba(53,230,155,0.38);\n  border-radius: 18px;\n\n  background:\n    radial-gradient(\n      circle at 94% 4%,\n      rgba(38,215,139,0.26),\n      transparent 38%\n    ),\n    linear-gradient(\n      135deg,\n      #082218 0%,\n      #0a3222 55%,\n      #0c4930 100%\n    );\n\n  box-shadow:\n    0 20px 50px rgba(0,0,0,0.22),\n    inset 0 1px 0 rgba(255,255,255,0.07);\n}\n\n.hcd-intro::before {\n  position: absolute;\n\n  top: 0;\n  left: 0;\n\n  width: 100%;\n  height: 3px;\n\n  background: linear-gradient(\n    90deg,\n    #e2bd55,\n    #32e59a,\n    transparent\n  );\n\n  content: \"\";\n}\n\n.hcd-intro::after {\n  position: absolute;\n\n  top: 22px;\n  right: 22px;\n\n  width: 65px;\n  height: 65px;\n\n  border-top: 1px solid rgba(255,255,255,0.30);\n  border-right: 1px solid rgba(255,255,255,0.30);\n\n  content: \"\";\n}\n\n.hcd-intro .hcd-kicker {\n  color: #75f0b8 !important;\n}\n\n.hcd-intro h2 {\n  max-width: 820px;\n\n  color: #ffffff !important;\n\n  font-size: clamp(28px, 3.5vw, 42px) !important;\n}\n\n.hcd-intro p {\n  max-width: 850px;\n\n  color: #e4eee9 !important;\n\n  font-size: 17px !important;\n}\n\n\n\/* =========================================================\n   PROJECT INFORMATION\n   ========================================================= *\/\n\n.hcd-project-info {\n  display: grid;\n\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n\n  gap: 1px;\n\n  margin-top: 27px;\n\n  overflow: hidden;\n\n  border: 1px solid rgba(255,255,255,0.25);\n  border-radius: 12px;\n\n  background: rgba(255,255,255,0.16);\n}\n\n.hcd-info-item {\n  min-width: 0;\n\n  padding: 15px 17px;\n\n  background: rgba(255,255,255,0.075);\n}\n\n.hcd-info-label {\n  display: block;\n\n  margin-bottom: 4px;\n\n  color: #65edaf !important;\n\n  font-size: 9px !important;\n  font-weight: 900 !important;\n  line-height: 1.3 !important;\n  letter-spacing: 1.2px;\n\n  text-transform: uppercase;\n}\n\n.hcd-info-value {\n  display: block;\n\n  color: #ffffff !important;\n\n  font-size: 14px !important;\n  font-weight: 750 !important;\n  line-height: 1.4 !important;\n}\n\n\n\/* =========================================================\n   LEAD TEXT\n   ========================================================= *\/\n\n.hcd-lead {\n  max-width: 900px;\n\n  color: #d2ddd7 !important;\n\n  font-size: 17px !important;\n  line-height: 1.75 !important;\n}\n\n\n\/* =========================================================\n   REPEAT CUSTOMER \/ HIGHLIGHT BOX\n   ========================================================= *\/\n\n.hcd-highlight {\n  position: relative;\n\n  margin-top: 28px;\n\n  padding: 22px 24px 21px 27px;\n\n  overflow: hidden;\n\n  border: 1px solid rgba(53,230,155,0.30);\n  border-radius: 11px;\n\n  background:\n    linear-gradient(\n      105deg,\n      #effaf5 0%,\n      #ffffff 100%\n    );\n\n  box-shadow:\n    0 10px 30px rgba(0,0,0,0.10);\n}\n\n.hcd-highlight::before {\n  position: absolute;\n\n  top: 0;\n  bottom: 0;\n  left: 0;\n\n  width: 4px;\n\n  background: linear-gradient(\n    180deg,\n    #e2bd55,\n    #16c47f\n  );\n\n  content: \"\";\n}\n\n.hcd-highlight h3 {\n  color: #087c4c !important;\n}\n\n.hcd-highlight p {\n  color: #31483c !important;\n}\n\n.hcd-highlight p:last-child {\n  margin-bottom: 0 !important;\n}\n\n\n\/* =========================================================\n   SPECIFICATIONS\n   ========================================================= *\/\n\n.hcd-spec-list {\n  width: 100%;\n\n  margin-top: 28px;\n\n  border-top: 1px solid rgba(255,255,255,0.28);\n}\n\n.hcd-spec {\n  display: grid;\n\n  grid-template-columns:\n    46px\n    minmax(175px, 0.75fr)\n    minmax(0, 1.5fr);\n\n  align-items: center;\n\n  width: 100%;\n\n  min-height: 78px;\n\n  border-bottom: 1px solid rgba(255,255,255,0.24);\n\n  transition:\n    background 0.2s ease,\n    border-color 0.2s ease;\n}\n\n.hcd-spec:hover {\n  background:\n    linear-gradient(\n      90deg,\n      rgba(22,196,127,0.11),\n      rgba(255,255,255,0.025)\n    );\n\n  border-bottom-color: rgba(53,230,155,0.42);\n}\n\n.hcd-spec-number {\n  color: #2fe29a !important;\n\n  font-size: 11px !important;\n  font-weight: 900 !important;\n  letter-spacing: 0.7px;\n}\n\n.hcd-spec-name {\n  min-width: 0;\n\n  padding: 15px 20px 15px 0;\n\n  color: #edf4f0 !important;\n\n  font-size: 14px !important;\n  font-weight: 850 !important;\n  line-height: 1.4 !important;\n}\n\n.hcd-spec-description {\n  min-width: 0;\n\n  padding: 15px 0 15px 22px;\n\n  border-left: 1px solid rgba(255,255,255,0.22);\n\n  color: #b9c7bf !important;\n\n  font-size: 14px !important;\n  line-height: 1.6 !important;\n}\n\n\n\/* =========================================================\n   PROJECT PROCESS\n   ========================================================= *\/\n\n.hcd-process {\n  margin-top: 28px;\n\n  border-top: 1px solid rgba(255,255,255,0.30);\n}\n\n.hcd-process-row {\n  display: grid;\n\n  grid-template-columns:\n    48px\n    minmax(170px, 0.7fr)\n    minmax(0, 1.5fr);\n\n  align-items: center;\n\n  min-height: 82px;\n\n  border-bottom: 1px solid rgba(255,255,255,0.28);\n}\n\n.hcd-process-row:hover {\n  background:\n    linear-gradient(\n      90deg,\n      rgba(20,190,122,0.08),\n      transparent\n    );\n}\n\n.hcd-process-number {\n  position: relative;\n\n  color: #2fe29a !important;\n\n  font-size: 12px !important;\n  font-weight: 900 !important;\n}\n\n.hcd-process-number::after {\n  position: absolute;\n\n  top: 50%;\n  right: 10px;\n\n  width: 5px;\n  height: 5px;\n\n  border-radius: 50%;\n\n  background: #e2bd55;\n\n  box-shadow: 0 0 7px rgba(226,189,85,0.35);\n\n  content: \"\";\n\n  transform: translateY(-50%);\n}\n\n.hcd-process-title {\n  padding: 15px 20px 15px 0;\n\n  color: #e9f1ed !important;\n\n  font-size: 14px !important;\n  font-weight: 850 !important;\n  line-height: 1.4 !important;\n\n  text-transform: uppercase;\n  letter-spacing: 0.3px;\n}\n\n.hcd-process-copy {\n  padding: 15px 0 15px 22px;\n\n  border-left: 1px solid rgba(255,255,255,0.25);\n\n  color: #b9c6bf !important;\n\n  font-size: 14px !important;\n  line-height: 1.58 !important;\n}\n\n\n\/* =========================================================\n   BENEFITS\n   ========================================================= *\/\n\n.hcd-benefits {\n  display: grid;\n\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n\n  gap: 10px 24px;\n\n  margin-top: 25px;\n}\n\n.hcd-benefit {\n  position: relative;\n\n  min-width: 0;\n\n  padding: 13px 10px 13px 36px;\n\n  border-bottom: 1px solid rgba(255,255,255,0.26);\n\n  color: #cbd7d0 !important;\n\n  font-size: 14px !important;\n  font-weight: 700 !important;\n  line-height: 1.45 !important;\n}\n\n.hcd-benefit::before {\n  position: absolute;\n\n  top: 12px;\n  left: 2px;\n\n  width: 21px;\n  height: 21px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  border: 1px solid rgba(53,230,155,0.55);\n  border-radius: 50%;\n\n  background: #eafaf3;\n\n  color: #087c4c !important;\n\n  content: \"✓\";\n\n  font-size: 11px;\n  font-weight: 900;\n\n  box-shadow: 0 0 10px rgba(53,230,155,0.12);\n}\n\n\n\/* =========================================================\n   APPLICATIONS\n   ========================================================= *\/\n\n.hcd-applications {\n  display: grid;\n\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n\n  gap: 12px;\n\n  margin-top: 26px;\n}\n\n.hcd-app {\n  position: relative;\n\n  min-width: 0;\n\n  padding: 20px 20px 18px;\n\n  overflow: hidden;\n\n  border: 1px solid rgba(255,255,255,0.19);\n  border-radius: 10px;\n\n  background:\n    linear-gradient(\n      135deg,\n      rgba(255,255,255,0.075),\n      rgba(22,196,127,0.045)\n    );\n\n  transition:\n    border-color 0.2s ease,\n    background 0.2s ease;\n}\n\n.hcd-app:hover {\n  border-color: rgba(53,230,155,0.40);\n\n  background:\n    linear-gradient(\n      135deg,\n      rgba(255,255,255,0.095),\n      rgba(22,196,127,0.08)\n    );\n}\n\n.hcd-app::after {\n  position: absolute;\n\n  top: 0;\n  right: 0;\n\n  width: 32px;\n  height: 32px;\n\n  border-top: 2px solid rgba(53,230,155,0.50);\n  border-right: 2px solid rgba(53,230,155,0.50);\n\n  content: \"\";\n}\n\n.hcd-app h3 {\n  margin-bottom: 6px !important;\n\n  color: #38e39d !important;\n\n  font-size: 15px !important;\n}\n\n.hcd-app p {\n  margin: 0 !important;\n\n  color: #b9c7bf !important;\n\n  font-size: 14px !important;\n  line-height: 1.58 !important;\n}\n\n\n\/* =========================================================\n   HCD CAPABILITY PANEL\n   ========================================================= *\/\n\n.hcd-capability {\n  position: relative;\n\n  padding: 33px;\n\n  overflow: hidden;\n\n  border: 1px solid rgba(53,230,155,0.25);\n  border-radius: 15px;\n\n  background:\n    radial-gradient(\n      circle at 92% 12%,\n      rgba(35,220,142,0.25),\n      transparent 36%\n    ),\n    linear-gradient(\n      135deg,\n      #092319,\n      #0a3423\n    );\n\n  box-shadow:\n    0 15px 40px rgba(0,0,0,0.18);\n}\n\n.hcd-capability::before {\n  position: absolute;\n\n  top: 0;\n  left: 0;\n\n  width: 100%;\n  height: 3px;\n\n  background: linear-gradient(\n    90deg,\n    #e2bd55,\n    #32e59a,\n    transparent\n  );\n\n  content: \"\";\n}\n\n.hcd-capability .hcd-kicker {\n  color: #65ecad !important;\n}\n\n.hcd-capability h2 {\n  color: #ffffff !important;\n}\n\n.hcd-capability p {\n  color: #d3dfd9 !important;\n}\n\n.hcd-capability a {\n  color: #65ecad !important;\n}\n\n.hcd-capability a:hover {\n  color: #9df4ca !important;\n}\n\n.hcd-capability-links {\n  margin-top: 23px;\n  padding-top: 19px;\n\n  border-top: 1px solid rgba(255,255,255,0.24);\n}\n\n.hcd-capability-links p {\n  margin-bottom: 8px !important;\n\n  font-size: 14px !important;\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.hcd-faq {\n  margin-top: 26px;\n\n  border-top: 1px solid rgba(255,255,255,0.30);\n}\n\n.hcd-faq-item {\n  padding: 21px 0;\n\n  border-bottom: 1px solid rgba(255,255,255,0.28);\n}\n\n.hcd-faq-question {\n  position: relative;\n\n  padding-left: 29px;\n\n  color: #eef5f1 !important;\n\n  font-size: 15px !important;\n  font-weight: 850 !important;\n  line-height: 1.45 !important;\n}\n\n.hcd-faq-question::before {\n  position: absolute;\n\n  top: 0;\n  left: 0;\n\n  color: #2ee29a !important;\n\n  content: \"+\";\n\n  font-size: 20px;\n  font-weight: 600;\n\n  text-shadow: 0 0 8px rgba(46,226,154,0.22);\n}\n\n.hcd-faq-answer {\n  margin: 8px 0 0 29px !important;\n\n  color: #b8c6be !important;\n\n  font-size: 14px !important;\n  line-height: 1.65 !important;\n}\n\n\n\/* =========================================================\n   EXTRA CONTRAST AGAINST SHOPIFY DARK THEME\n   ========================================================= *\/\n\n.hcd-polymath .hcd-section \u003e p:not(.hcd-lead) {\n  color: #bcc9c2 !important;\n}\n\n.hcd-polymath .hcd-section \u003e h2 {\n  color: #f3f6f5 !important;\n}\n\n.hcd-polymath strong {\n  color: #ffffff !important;\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media screen and (max-width: 749px) {\n\n  .hcd-section {\n    padding: 37px 0;\n  }\n\n  .hcd-intro {\n    padding: 27px 20px 24px;\n\n    border-radius: 12px;\n  }\n\n  .hcd-intro h2 {\n    font-size: 27px !important;\n  }\n\n  .hcd-intro p {\n    font-size: 15px !important;\n  }\n\n  .hcd-project-info {\n    grid-template-columns: 1fr;\n  }\n\n  .hcd-polymath h2 {\n    font-size: 23px !important;\n  }\n\n  .hcd-polymath p {\n    font-size: 15px !important;\n  }\n\n\n  \/* SPECIFICATIONS *\/\n\n  .hcd-spec {\n    grid-template-columns: 37px minmax(0, 1fr);\n\n    padding: 14px 0;\n  }\n\n  .hcd-spec-number {\n    grid-row: 1 \/ span 2;\n\n    align-self: start;\n\n    padding-top: 2px;\n  }\n\n  .hcd-spec-name {\n    padding: 0 0 5px;\n  }\n\n  .hcd-spec-description {\n    padding: 0;\n\n    border-left: 0;\n  }\n\n\n  \/* PROCESS *\/\n\n  .hcd-process-row {\n    grid-template-columns: 37px minmax(0, 1fr);\n\n    padding: 15px 0;\n  }\n\n  .hcd-process-number {\n    grid-row: 1 \/ span 2;\n\n    align-self: start;\n\n    padding-top: 2px;\n  }\n\n  .hcd-process-number::after {\n    display: none;\n  }\n\n  .hcd-process-title {\n    padding: 0 0 5px;\n  }\n\n  .hcd-process-copy {\n    padding: 0;\n\n    border-left: 0;\n  }\n\n\n  \/* BENEFITS *\/\n\n  .hcd-benefits {\n    grid-template-columns: 1fr;\n\n    gap: 0;\n  }\n\n\n  \/* APPLICATIONS *\/\n\n  .hcd-applications {\n    grid-template-columns: 1fr;\n  }\n\n\n  \/* CAPABILITY *\/\n\n  .hcd-capability {\n    padding: 25px 20px;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"hcd-polymath\"\u003e\n\n\n  \u003c!-- PROJECT INTRO --\u003e\n\n  \u003csection class=\"hcd-section\"\u003e\n\n    \u003cdiv class=\"hcd-intro\"\u003e\n\n      \u003cdiv class=\"hcd-kicker\"\u003e\n        Completed HCD Project\n      \u003c\/div\u003e\n\n      \u003ch2\u003e\n        Office Container for Polymath College\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        HCD completed and delivered a fully finished air-conditioned\n        20ft office container for Polymath College’s operations in the\n        Kottawa-Mattegoda area.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"hcd-project-info\"\u003e\n\n        \u003cdiv class=\"hcd-info-item\"\u003e\n          \u003cspan class=\"hcd-info-label\"\u003eClient\u003c\/span\u003e\n          \u003cspan class=\"hcd-info-value\"\u003ePolymath College\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hcd-info-item\"\u003e\n          \u003cspan class=\"hcd-info-label\"\u003eLocation\u003c\/span\u003e\n          \u003cspan class=\"hcd-info-value\"\u003eKottawa-Mattegoda\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hcd-info-item\"\u003e\n          \u003cspan class=\"hcd-info-label\"\u003eBuilding Type\u003c\/span\u003e\n          \u003cspan class=\"hcd-info-value\"\u003e20ft Office Container\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hcd-info-item\"\u003e\n          \u003cspan class=\"hcd-info-label\"\u003eScope\u003c\/span\u003e\n          \u003cspan class=\"hcd-info-value\"\u003e\n            Conversion, Finishing, Delivery and Installation\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- REQUIREMENT --\u003e\n\n  \u003csection class=\"hcd-section\"\u003e\n\n    \u003cdiv class=\"hcd-kicker\"\u003e\n      Project Requirement\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      A Practical Office for School Operations\n    \u003c\/h2\u003e\n\n    \u003cp class=\"hcd-lead\"\u003e\n      Polymath College required a compact professional workspace\n      that could be prepared away from the school and installed\n      with limited disruption to ongoing activities.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      HCD converted a 20ft shipping container into a comfortable\n      office with finished internal walls and ceiling,\n      timber-effect flooring, electrical services, lighting,\n      aluminium-framed openings and air conditioning.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The completed office was transported to the Kottawa-Mattegoda\n      area and positioned at the premises by crane. Completing the\n      principal conversion and finishing work at the HCD facility\n      reduced the amount of construction activity required at the\n      school.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"hcd-highlight\"\u003e\n\n      \u003ch3\u003e\n        Repeat HCD Customer\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Polymath College is a repeat HCD customer. This latest\n        delivery continues an established working relationship for\n        practical container-based building requirements.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SPECIFICATIONS --\u003e\n\n  \u003csection class=\"hcd-section\"\u003e\n\n    \u003cdiv class=\"hcd-kicker\"\u003e\n      Project Features\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Office Container Conversion and Finishing\n    \u003c\/h2\u003e\n\n    \u003cp class=\"hcd-lead\"\u003e\n      The unit was developed as a finished working office rather\n      than simply supplying an empty shipping container.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"hcd-spec-list\"\u003e\n\n      \u003cdiv class=\"hcd-spec\"\u003e\n        \u003cdiv class=\"hcd-spec-number\"\u003e01\u003c\/div\u003e\n        \u003cdiv class=\"hcd-spec-name\"\u003e20ft Container Structure\u003c\/div\u003e\n        \u003cdiv class=\"hcd-spec-description\"\u003e\n          A secure shipping-container structure provides the\n          structural base for the completed office.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-spec\"\u003e\n        \u003cdiv class=\"hcd-spec-number\"\u003e02\u003c\/div\u003e\n        \u003cdiv class=\"hcd-spec-name\"\u003eFinished Interior\u003c\/div\u003e\n        \u003cdiv class=\"hcd-spec-description\"\u003e\n          Finished internal walls and ceiling create a clean\n          professional environment for everyday office use.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-spec\"\u003e\n        \u003cdiv class=\"hcd-spec-number\"\u003e03\u003c\/div\u003e\n        \u003cdiv class=\"hcd-spec-name\"\u003eTimber-Effect Flooring\u003c\/div\u003e\n        \u003cdiv class=\"hcd-spec-description\"\u003e\n          Timber-effect flooring provides a warm appearance with\n          a practical and easy-to-maintain surface.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-spec\"\u003e\n        \u003cdiv class=\"hcd-spec-number\"\u003e04\u003c\/div\u003e\n        \u003cdiv class=\"hcd-spec-name\"\u003eAir Conditioning\u003c\/div\u003e\n        \u003cdiv class=\"hcd-spec-description\"\u003e\n          Air conditioning supports a comfortable working\n          environment for daily use in Sri Lanka’s climate.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-spec\"\u003e\n        \u003cdiv class=\"hcd-spec-number\"\u003e05\u003c\/div\u003e\n        \u003cdiv class=\"hcd-spec-name\"\u003eElectrical Services\u003c\/div\u003e\n        \u003cdiv class=\"hcd-spec-description\"\u003e\n          Internal wiring, lighting, plug points and the required\n          electrical provisions were incorporated into the office.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-spec\"\u003e\n        \u003cdiv class=\"hcd-spec-number\"\u003e06\u003c\/div\u003e\n        \u003cdiv class=\"hcd-spec-name\"\u003eAluminium Doors and Windows\u003c\/div\u003e\n        \u003cdiv class=\"hcd-spec-description\"\u003e\n          Aluminium-framed doors and windows provide access,\n          natural light and ventilation.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-spec\"\u003e\n        \u003cdiv class=\"hcd-spec-number\"\u003e07\u003c\/div\u003e\n        \u003cdiv class=\"hcd-spec-name\"\u003eExterior Finishing\u003c\/div\u003e\n        \u003cdiv class=\"hcd-spec-description\"\u003e\n          The exterior was finished to provide a neat appearance\n          appropriate for the school environment.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-spec\"\u003e\n        \u003cdiv class=\"hcd-spec-number\"\u003e08\u003c\/div\u003e\n        \u003cdiv class=\"hcd-spec-name\"\u003eFactory Fabrication\u003c\/div\u003e\n        \u003cdiv class=\"hcd-spec-description\"\u003e\n          The main conversion and finishing work was completed at\n          the HCD facility before transportation to the site.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-spec\"\u003e\n        \u003cdiv class=\"hcd-spec-number\"\u003e09\u003c\/div\u003e\n        \u003cdiv class=\"hcd-spec-name\"\u003eDelivery and Installation\u003c\/div\u003e\n        \u003cdiv class=\"hcd-spec-description\"\u003e\n          HCD coordinated transportation, crane lifting,\n          positioning and final checking at the premises.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PROCESS --\u003e\n\n  \u003csection class=\"hcd-section\"\u003e\n\n    \u003cdiv class=\"hcd-kicker\"\u003e\n      Project Delivery\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      From Requirement to Final Positioning\n    \u003c\/h2\u003e\n\n    \u003cp class=\"hcd-lead\"\u003e\n      HCD coordinated the key stages required to convert, finish,\n      transport and install the office.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"hcd-process\"\u003e\n\n      \u003cdiv class=\"hcd-process-row\"\u003e\n        \u003cdiv class=\"hcd-process-number\"\u003e01\u003c\/div\u003e\n        \u003cdiv class=\"hcd-process-title\"\u003eRequirement Review\u003c\/div\u003e\n        \u003cdiv class=\"hcd-process-copy\"\u003e\n          The intended use, openings, services, finishes and site\n          requirements were reviewed before fabrication.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-process-row\"\u003e\n        \u003cdiv class=\"hcd-process-number\"\u003e02\u003c\/div\u003e\n        \u003cdiv class=\"hcd-process-title\"\u003eFactory Conversion\u003c\/div\u003e\n        \u003cdiv class=\"hcd-process-copy\"\u003e\n          Structural work, internal finishing, electrical work,\n          flooring and painting were completed at the HCD facility.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-process-row\"\u003e\n        \u003cdiv class=\"hcd-process-number\"\u003e03\u003c\/div\u003e\n        \u003cdiv class=\"hcd-process-title\"\u003eTransport Planning\u003c\/div\u003e\n        \u003cdiv class=\"hcd-process-copy\"\u003e\n          Delivery access, transportation and crane positioning\n          requirements were coordinated before dispatch.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-process-row\"\u003e\n        \u003cdiv class=\"hcd-process-number\"\u003e04\u003c\/div\u003e\n        \u003cdiv class=\"hcd-process-title\"\u003eFinal Installation\u003c\/div\u003e\n        \u003cdiv class=\"hcd-process-copy\"\u003e\n          The completed office was transported to the premises,\n          lifted into position and checked following placement.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n\n  \u003csection class=\"hcd-section\"\u003e\n\n    \u003cdiv class=\"hcd-kicker\"\u003e\n      Container Offices\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      A Practical Option for Additional Workspace\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Educational institutions and businesses may require\n      additional operational space without carrying out prolonged\n      conventional construction inside an active premises.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A properly converted container office allows much of the\n      fabrication and finishing work to be completed away from\n      the final site before transportation and positioning.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"hcd-benefits\"\u003e\n\n      \u003cdiv class=\"hcd-benefit\"\u003e\n        Reduced construction activity on site\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-benefit\"\u003e\n        Off-site fabrication and finishing\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-benefit\"\u003e\n        Secure steel structure\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-benefit\"\u003e\n        Professional finished interior\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-benefit\"\u003e\n        Air-conditioned working environment\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-benefit\"\u003e\n        Flexible site placement\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-benefit\"\u003e\n        Potential for future relocation\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-benefit\"\u003e\n        Multiple layout possibilities\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hcd-highlight\"\u003e\n\n      \u003ch3\u003e\n        HCD's Approach to Container Conversion\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        The Polymath College project demonstrates the difference\n        between supplying an empty container and delivering a\n        properly converted working environment. HCD coordinated\n        the structure, openings, interior finishes, electrical\n        services, air conditioning, transportation and installation\n        as connected parts of the project.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- APPLICATIONS --\u003e\n\n  \u003csection class=\"hcd-section\"\u003e\n\n    \u003cdiv class=\"hcd-kicker\"\u003e\n      Applications\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Container Offices for Different Requirements\n    \u003c\/h2\u003e\n\n    \u003cp class=\"hcd-lead\"\u003e\n      Similar container units can be developed for educational,\n      commercial, industrial and project-site applications.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"hcd-applications\"\u003e\n\n      \u003cdiv class=\"hcd-app\"\u003e\n        \u003ch3\u003eAdministration Offices\u003c\/h3\u003e\n        \u003cp\u003e\n          Compact professional workspace for management and\n          administrative teams.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-app\"\u003e\n        \u003ch3\u003eAdmissions Offices\u003c\/h3\u003e\n        \u003cp\u003e\n          Dedicated space for enquiries, interviews and\n          registration activities.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-app\"\u003e\n        \u003ch3\u003eStaff Rooms\u003c\/h3\u003e\n        \u003cp\u003e\n          Additional working or rest space for staff and\n          operational personnel.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-app\"\u003e\n        \u003ch3\u003eMeeting Rooms\u003c\/h3\u003e\n        \u003cp\u003e\n          Compact private space for meetings, interviews and\n          discussions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-app\"\u003e\n        \u003ch3\u003eSecurity Offices\u003c\/h3\u003e\n        \u003cp\u003e\n          Secure units for entrances, monitoring points and\n          day-to-day site operations.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hcd-app\"\u003e\n        \u003ch3\u003eProject and Site Offices\u003c\/h3\u003e\n        \u003cp\u003e\n          Portable workspace for factories, construction sites\n          and commercial projects.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- HCD --\u003e\n\n  \u003csection class=\"hcd-section\"\u003e\n\n    \u003cdiv class=\"hcd-capability\"\u003e\n\n      \u003cdiv class=\"hcd-kicker\"\u003e\n        HCD Sri Lanka\n      \u003c\/div\u003e\n\n      \u003ch2\u003e\n        Office Container Design and Conversion in Sri Lanka\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        HCD designs and manufactures container-based offices for\n        schools, companies, factories, construction sites and\n        institutions in Sri Lanka.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Depending on the project requirement, units can include\n        internal finishing, electrical services, air conditioning,\n        partitions, washrooms and different aluminium door and\n        window arrangements.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Depending on the agreed scope, HCD can coordinate container\n        conversion, interior finishing, building services,\n        transportation and site installation.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"hcd-capability-links\"\u003e\n\n        \u003cp\u003e\n          Explore HCD’s\n          \u003ca href=\"\/collections\/container-offices\"\u003e\n            container office solutions\n          \u003c\/a\u003e\n          for other applications and configurations.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          View more\n          \u003ca href=\"\/pages\/projects\"\u003e\n            completed HCD projects\n          \u003c\/a\u003e\n          in Sri Lanka.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAQ --\u003e\n\n  \u003csection class=\"hcd-section\"\u003e\n\n    \u003cdiv class=\"hcd-kicker\"\u003e\n      Frequently Asked Questions\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Office Container FAQs\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"hcd-faq\"\u003e\n\n      \u003cdiv class=\"hcd-faq-item\"\u003e\n        \u003cdiv class=\"hcd-faq-question\"\u003e\n          Can HCD manufacture office containers for schools?\n        \u003c\/div\u003e\n        \u003cp class=\"hcd-faq-answer\"\u003e\n          Yes. HCD can develop container-based administration\n          offices, staff rooms and other operational spaces\n          according to the required layout and facilities.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"hcd-faq-item\"\u003e\n        \u003cdiv class=\"hcd-faq-question\"\u003e\n          What sizes can be used for an office container?\n        \u003c\/div\u003e\n        \u003cp class=\"hcd-faq-answer\"\u003e\n          Office units can be developed using different container\n          sizes including 20ft and 40ft units. The suitable\n          configuration depends on the intended use, number of\n          occupants and available site area.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"hcd-faq-item\"\u003e\n        \u003cdiv class=\"hcd-faq-question\"\u003e\n          Can air conditioning be included?\n        \u003c\/div\u003e\n        \u003cp class=\"hcd-faq-answer\"\u003e\n          Yes. Air conditioning and the required electrical\n          provisions can be incorporated according to the agreed\n          project specification.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"hcd-faq-item\"\u003e\n        \u003cdiv class=\"hcd-faq-question\"\u003e\n          Is the container office finished before delivery?\n        \u003c\/div\u003e\n        \u003cp class=\"hcd-faq-answer\"\u003e\n          Much of the structural conversion, interior finishing,\n          electrical work, flooring and painting can be completed\n          at the HCD facility before transportation to the site.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"hcd-faq-item\"\u003e\n        \u003cdiv class=\"hcd-faq-question\"\u003e\n          Can HCD coordinate transportation and crane installation?\n        \u003c\/div\u003e\n        \u003cp class=\"hcd-faq-answer\"\u003e\n          Transportation and crane installation can be coordinated\n          as part of the agreed project scope subject to site\n          access, lifting clearance and other site conditions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"hcd-faq-item\"\u003e\n        \u003cdiv class=\"hcd-faq-question\"\u003e\n          Can a container office be relocated?\n        \u003c\/div\u003e\n        \u003cp class=\"hcd-faq-answer\"\u003e\n          Container-based offices may be relocatable depending on\n          their configuration, condition, connected services,\n          supporting arrangement and access for lifting and\n          transportation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"hcd-faq-item\"\u003e\n        \u003cdiv class=\"hcd-faq-question\"\u003e\n          What information should I provide for an office container quotation?\n        \u003c\/div\u003e\n        \u003cp class=\"hcd-faq-answer\"\u003e\n          Provide the intended use, site location, preferred\n          container size, required facilities, approximate number\n          of occupants and information or photographs of the\n          proposed installation area.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"Article\",\n      \"@id\": \"https:\/\/hybridcargotecture.com\/products\/polymath-college-office-container-kottawa#article\",\n      \"headline\": \"20ft Office Container Delivered to Polymath College Kottawa\",\n      \"description\": \"HCD completed and delivered a finished air-conditioned 20ft office container for Polymath College in the Kottawa-Mattegoda area with interior finishing, electrical services, transportation and crane installation.\",\n      \"datePublished\": \"2026-09-21\",\n      \"dateModified\": \"2026-09-21\",\n      \"inLanguage\": \"en\",\n      \"mainEntityOfPage\": {\n        \"@type\": \"WebPage\",\n        \"@id\": \"https:\/\/hybridcargotecture.com\/products\/polymath-college-office-container-kottawa\"\n      },\n      \"author\": {\n        \"@type\": \"Organization\",\n        \"name\": \"Hybrid Cargotecture Development (Pvt) Ltd\",\n        \"url\": \"https:\/\/hybridcargotecture.com\/\"\n      },\n      \"publisher\": {\n        \"@type\": \"Organization\",\n        \"name\": \"Hybrid Cargotecture Development (Pvt) Ltd\",\n        \"url\": \"https:\/\/hybridcargotecture.com\/\"\n      },\n      \"about\": [\n        {\n          \"@type\": \"Thing\",\n          \"name\": \"Office container\"\n        },\n        {\n          \"@type\": \"Thing\",\n          \"name\": \"Shipping container conversion\"\n        },\n        {\n          \"@type\": \"Thing\",\n          \"name\": \"Portable office\"\n        }\n      ],\n      \"mentions\": {\n        \"@type\": \"EducationalOrganization\",\n        \"name\": \"Polymath College\"\n      },\n      \"contentLocation\": {\n        \"@type\": \"Place\",\n        \"name\": \"Kottawa-Mattegoda area\",\n        \"address\": {\n          \"@type\": \"PostalAddress\",\n          \"addressRegion\": \"Western Province\",\n          \"addressCountry\": \"LK\"\n        }\n      },\n      \"keywords\": [\n        \"office container Sri Lanka\",\n        \"20ft office container\",\n        \"office container Kottawa\",\n        \"container office Kottawa\",\n        \"school office container\",\n        \"shipping container office\",\n        \"portable office Sri Lanka\",\n        \"container conversion Sri Lanka\"\n      ]\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"@id\": \"https:\/\/hybridcargotecture.com\/products\/polymath-college-office-container-kottawa#faq\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can HCD manufacture office containers for schools?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes. HCD can develop container-based administration offices, staff rooms and other operational spaces according to the required layout and facilities.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What sizes can be used for an office container?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Office units can be developed using different container sizes including 20ft and 40ft units. The suitable configuration depends on the intended use, number of occupants and available site area.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can air conditioning be included?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes. Air conditioning and the required electrical provisions can be incorporated according to the agreed project specification.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Is the container office finished before delivery?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Much of the structural conversion, interior finishing, electrical work, flooring and painting can be completed at the HCD facility before transportation to the site.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can HCD coordinate transportation and crane installation?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Transportation and crane installation can be coordinated as part of the agreed project scope subject to site access, lifting clearance and other site conditions.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can a container office be relocated?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Container-based offices may be relocatable depending on their configuration, condition, connected services, supporting arrangement and access for lifting and transportation.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What information should I provide for an office container quotation?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Provide the intended use, site location, preferred container size, required facilities, approximate number of occupants and information or photographs of the proposed installation area.\"\n          }\n        }\n      ]\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"HCD™ Hybrid Cargotecture","offers":[{"title":"Default Title","offer_id":44946326421593,"sku":null,"price":1200000.0,"currency_code":"LKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0075\/4624\/1075\/files\/20ft-office-container-delivered-to-polymath-college-kottawa-250.jpg?v=1789997946","url":"https:\/\/hybridcargotecture.com\/products\/polymath-college-office-container-kottawa","provider":"HCD™ Hybrid Cargotecture","version":"1.0","type":"link"}