{"product_id":"hydroponic-container-farm-sri-lanka","title":"Hydroponic Container Farm in Sri Lanka","description":"\u003cstyle\u003e\n  .hcd-grow-project {\n    --hcd-dark: #101820;\n    --hcd-gold: #c9a861;\n    --hcd-light: #f6f5f1;\n    --hcd-text: #30343a;\n    --hcd-green: #496b43;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--hcd-text);\n    font-family: inherit;\n    line-height: 1.7;\n  }\n\n  .hcd-grow-project * {\n    box-sizing: border-box;\n  }\n\n  .hcd-grow-hero {\n    padding: 42px 34px;\n    border-radius: 18px;\n    background:\n      linear-gradient(135deg, rgba(16, 24, 32, 0.97), rgba(38, 55, 47, 0.94));\n    color: #ffffff;\n    margin-bottom: 30px;\n  }\n\n  .hcd-grow-label {\n    margin: 0 0 10px;\n    color: #e2c887;\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 1.6px;\n    text-transform: uppercase;\n  }\n\n  .hcd-grow-hero h2 {\n    margin: 0 0 16px;\n    color: #ffffff;\n    font-size: clamp(30px, 5vw, 52px);\n    line-height: 1.12;\n    letter-spacing: -0.7px;\n  }\n\n  .hcd-grow-intro {\n    max-width: 850px;\n    margin: 0;\n    color: rgba(255, 255, 255, 0.9);\n    font-size: 18px;\n  }\n\n  .hcd-grow-section {\n    padding: 34px;\n    margin-bottom: 24px;\n    border: 1px solid #e3e1db;\n    border-radius: 16px;\n    background: #ffffff;\n  }\n\n  .hcd-grow-section h3 {\n    margin: 0 0 14px;\n    color: var(--hcd-dark);\n    font-size: clamp(24px, 3vw, 32px);\n    line-height: 1.25;\n  }\n\n  .hcd-grow-section p {\n    margin: 0 0 16px;\n  }\n\n  .hcd-grow-section p:last-child {\n    margin-bottom: 0;\n  }\n\n  .hcd-grow-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 24px;\n  }\n\n  .hcd-grow-stat {\n    padding: 20px 16px;\n    border-radius: 12px;\n    background: var(--hcd-light);\n    border-left: 4px solid var(--hcd-gold);\n  }\n\n  .hcd-grow-stat strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--hcd-dark);\n    font-size: 18px;\n  }\n\n  .hcd-grow-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px 24px;\n    padding: 0;\n    margin: 22px 0 0;\n    list-style: none;\n  }\n\n  .hcd-grow-list li {\n    position: relative;\n    padding: 14px 16px 14px 42px;\n    border-radius: 10px;\n    background: #f7f8f5;\n  }\n\n  .hcd-grow-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 13px;\n    left: 16px;\n    color: var(--hcd-green);\n    font-weight: 900;\n  }\n\n  .hcd-grow-note {\n    padding: 18px 20px;\n    margin-top: 24px;\n    border-radius: 10px;\n    background: #f5f1e8;\n    color: #504733;\n    font-size: 14px;\n  }\n\n  .hcd-grow-faq details {\n    padding: 18px 0;\n    border-bottom: 1px solid #e3e1db;\n  }\n\n  .hcd-grow-faq details:first-of-type {\n    border-top: 1px solid #e3e1db;\n  }\n\n  .hcd-grow-faq summary {\n    color: var(--hcd-dark);\n    font-weight: 750;\n    cursor: pointer;\n  }\n\n  .hcd-grow-faq details p {\n    margin: 12px 0 0;\n  }\n\n  .hcd-grow-cta {\n    padding: 40px 32px;\n    border-radius: 18px;\n    background: var(--hcd-dark);\n    color: #ffffff;\n    text-align: center;\n  }\n\n  .hcd-grow-cta h3 {\n    margin: 0 0 12px;\n    color: #ffffff;\n    font-size: clamp(25px, 4vw, 38px);\n  }\n\n  .hcd-grow-cta p {\n    max-width: 720px;\n    margin: 0 auto 24px;\n    color: rgba(255, 255, 255, 0.84);\n  }\n\n  .hcd-grow-actions {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n  }\n\n  .hcd-grow-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 24px;\n    border: 2px solid var(--hcd-gold);\n    border-radius: 999px;\n    background: var(--hcd-gold);\n    color: #101820 !important;\n    font-weight: 800;\n    text-decoration: none !important;\n    transition: 0.25s ease;\n  }\n\n  .hcd-grow-button:hover {\n    border-color: #e48b32;\n    background: #e48b32;\n    transform: translateY(-2px);\n  }\n\n  .hcd-grow-button--outline {\n    background: transparent;\n    color: #ffffff !important;\n  }\n\n  @media (max-width: 760px) {\n    .hcd-grow-hero,\n    .hcd-grow-section,\n    .hcd-grow-cta {\n      padding: 27px 21px;\n      border-radius: 13px;\n    }\n\n    .hcd-grow-grid,\n    .hcd-grow-list {\n      grid-template-columns: 1fr;\n    }\n\n    .hcd-grow-intro {\n      font-size: 16px;\n    }\n\n    .hcd-grow-button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\u003carticle class=\"hcd-grow-project\"\u003e\u003cheader class=\"hcd-grow-hero\"\u003e\n\u003cp class=\"hcd-grow-label\"\u003eCompleted and Delivered by HCD\u003c\/p\u003e\n\u003ch2 id=\"hcd-grow-title\"\u003eHydroponic Container Farm in Sri Lanka\u003c\/h2\u003e\n\u003cp class=\"hcd-grow-intro\"\u003eHCD modified and delivered this insulated container as a clean controlled interior space for cultivating bell peppers and other organic produce. The project demonstrates how container modification can support compact indoor agriculture in Sri Lanka.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003csection class=\"hcd-grow-section\"\u003e\n\u003ch3\u003eA Container Prepared for Controlled Indoor Cultivation\u003c\/h3\u003e\n\u003cp\u003eThis project converts a shipping container into a practical indoor-growing environment suitable for hydroponic racks, irrigation equipment, cultivation lighting and environmental controls.\u003c\/p\u003e\n\u003cp\u003eThe finished interior provides washable insulated wall panels, a panelled ceiling, tiled flooring, electrical points and a secure access door. The long and narrow arrangement allows cultivation racks to be positioned along both sides while maintaining a clear central aisle for inspection, maintenance and harvesting.\u003c\/p\u003e\n\u003cdiv class=\"hcd-grow-grid\"\u003e\n\u003cdiv class=\"hcd-grow-stat\"\u003e\n\u003cstrong\u003e19.5 ft\u003c\/strong\u003e Internal length\u003c\/div\u003e\n\u003cdiv class=\"hcd-grow-stat\"\u003e\n\u003cstrong\u003e7.8 ft\u003c\/strong\u003e Internal width\u003c\/div\u003e\n\u003cdiv class=\"hcd-grow-stat\"\u003e\n\u003cstrong\u003e8 ft\u003c\/strong\u003e Internal height\u003c\/div\u003e\n\u003cdiv class=\"hcd-grow-stat\"\u003e\n\u003cstrong\u003eContainer-Based\u003c\/strong\u003e Controlled growing space\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"hcd-grow-section\"\u003e\n\u003ch3\u003eDesigned Around the Cultivation Requirement\u003c\/h3\u003e\n\u003cp\u003eThe container interior was prepared to accommodate organised multi-level cultivation racks for bell peppers, leafy greens, herbs and other selected crops. The proposed layout uses both long walls while preserving a practical central access route.\u003c\/p\u003e\n\u003cul class=\"hcd-grow-list\"\u003e\n\u003cli\u003eInsulated and easy-to-clean internal wall finish\u003c\/li\u003e\n\u003cli\u003eTiled flooring suitable for regular cleaning\u003c\/li\u003e\n\u003cli\u003eElectrical points for cultivation equipment\u003c\/li\u003e\n\u003cli\u003eSpace for hydroponic growing racks and trays\u003c\/li\u003e\n\u003cli\u003eProvision for LED grow-light installation\u003c\/li\u003e\n\u003cli\u003eClear central aisle for access and harvesting\u003c\/li\u003e\n\u003cli\u003eSecure enclosed environment for crop management\u003c\/li\u003e\n\u003cli\u003eAdaptable layout for different cultivation systems\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"hcd-grow-note\"\u003eThe cultivation rack visuals illustrate the intended use of the completed container interior. Crop systems, irrigation equipment, lighting and environmental-control requirements can be configured according to the cultivation specialist’s specifications.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"hcd-grow-section\"\u003e\n\u003ch3\u003eWhat Can Be Cultivated Inside a Container Farm?\u003c\/h3\u003e\n\u003cp\u003eDepending on the selected hydroponic system, lighting, ventilation, temperature control and crop-management plan, a modified cultivation container may be used for bell peppers, lettuce, herbs, leafy greens, seedlings and selected organic produce.\u003c\/p\u003e\n\u003cp\u003eEach unit can be planned around the crop type, number of growing levels, required aisle width, water-storage arrangement, electrical load and environmental-control equipment.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"hcd-grow-section\"\u003e\n\u003ch3\u003eContainer Modification for Agri-Tech Projects in Sri Lanka\u003c\/h3\u003e\n\u003cp\u003eHCD designs and modifies containers for commercial, industrial, agricultural and specialist applications. Each project is developed according to its intended use with attention to insulation, internal finishes, electrical requirements, access, durability and maintainability.\u003c\/p\u003e\n\u003cp\u003eContainer-based farming offers a compact modular space that can be manufactured away from the final location and transported for installation. Additional units may also be planned as part of a larger modular cultivation facility.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"hcd-grow-section hcd-grow-faq\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is a hydroponic container farm?\u003c\/summary\u003e\n\u003cp\u003eIt is a modified container prepared to accommodate indoor crop cultivation using hydroponic racks, controlled lighting, irrigation and suitable environmental equipment.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan bell peppers be cultivated inside the container?\u003c\/summary\u003e\n\u003cp\u003eYes. Bell peppers may be cultivated inside a properly configured container using a suitable hydroponic method, correct lighting, irrigation, ventilation and temperature management.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the internal dimensions of this unit?\u003c\/summary\u003e\n\u003cp\u003eThe completed internal space is approximately 19.5 feet long, 7.8 feet wide and 8 feet high.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan HCD customise the container for another crop?\u003c\/summary\u003e\n\u003cp\u003eYes. The interior layout, insulation, electrical provisions, access and finishes can be planned around the intended crop and the cultivation system specifications.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much does a hydroponic container farm cost?\u003c\/summary\u003e\n\u003cp\u003eThe cost depends on the container specification, cultivation racks, irrigation system, grow lights and environmental-control requirements. HCD can prepare a customised quotation after reviewing the intended crops and complete project scope.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the completed unit be delivered within Sri Lanka?\u003c\/summary\u003e\n\u003cp\u003eDelivery and installation can be arranged according to the project location, site access and transport requirements.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"hcd-grow-cta\"\u003e\n\u003ch3\u003ePlanning a Container-Based Cultivation Project?\u003c\/h3\u003e\n\u003cp\u003eSpeak with HCD about a modified container prepared for hydroponic farming, indoor agriculture or another specialist application in Sri Lanka.\u003c\/p\u003e\n\u003cdiv class=\"hcd-grow-actions\"\u003e\n\u003ca class=\"hcd-grow-button\" href=\"tel:+94763328888\"\u003e Call Our Hotline \u003c\/a\u003e \u003ca class=\"hcd-grow-button hcd-grow-button--outline\" href=\"mailto:enquiries@hybridcargotecture.com?subject=Hydroponic%20Container%20Farm%20Enquiry\"\u003e Email HCD \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/article\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"HCD™ Hybrid Cargotecture","offers":[{"title":"Default Title","offer_id":44531167625305,"sku":null,"price":1000000.0,"currency_code":"LKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0075\/4624\/1075\/files\/hydroponic-container-farm-in-sri-lanka-249.jpg?v=1786864261","url":"https:\/\/hybridcargotecture.com\/products\/hydroponic-container-farm-sri-lanka","provider":"HCD™ Hybrid Cargotecture","version":"1.0","type":"link"}