{"id":2283,"date":"2025-11-02T20:47:12","date_gmt":"2025-11-02T20:47:12","guid":{"rendered":"https:\/\/investmizoram.in\/?page_id=2283"},"modified":"2026-01-22T15:11:25","modified_gmt":"2026-01-22T15:11:25","slug":"zoning-and-permissible-activities","status":"publish","type":"page","link":"https:\/\/investmizoram.in\/?page_id=2283","title":{"rendered":"Zoning and permissible activities"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2283\" class=\"elementor elementor-2283\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2565447d e-con-full e-flex e-con e-parent\" data-id=\"2565447d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-318e9d3f elementor-widget elementor-widget-text-editor\" data-id=\"318e9d3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n<p><\/p>\n<p><style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #2c3e50;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            min-height: 100vh;\n            padding: 30px 15px;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 20px;\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);\n            overflow: hidden;\n        }\n\n        .header {\n            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);\n            color: white;\n            padding: 60px 40px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .header::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -10%;\n            width: 400px;\n            height: 400px;\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 50%;\n        }\n\n        .header h1 {\n            font-size: 2.8em;\n            margin-bottom: 15px;\n            font-weight: 700;\n            position: relative;\n            z-index: 1;\n        }\n\n        .header p {\n            font-size: 1.2em;\n            opacity: 0.95;\n            position: relative;\n            z-index: 1;\n        }\n\n        .quick-nav {\n            background: #f8f9fa;\n            padding: 30px 40px;\n            border-bottom: 3px solid #667eea;\n            position: sticky;\n            top: 0;\n            z-index: 100;\n        }\n\n        .quick-nav h3 {\n            margin-bottom: 15px;\n            color: #2a5298;\n            font-size: 1.2em;\n        }\n\n        .nav-links {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px;\n        }\n\n        .nav-link {\n            padding: 10px 20px;\n            background: white;\n            border: 2px solid #667eea;\n            border-radius: 25px;\n            text-decoration: none;\n            color: #667eea;\n            font-weight: 500;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .nav-link:hover {\n            background: #667eea;\n            color: white;\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);\n        }\n\n        .content {\n            padding: 40px;\n        }\n\n        .section {\n            margin-bottom: 50px;\n        }\n\n        .section-title {\n            font-size: 2.2em;\n            color: #1e3c72;\n            margin-bottom: 25px;\n            padding-bottom: 15px;\n            border-bottom: 4px solid #667eea;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n\n        .section-icon {\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5em;\n        }\n\n        .intro-text {\n            font-size: 1.1em;\n            line-height: 1.8;\n            color: #555;\n            margin-bottom: 30px;\n            padding: 25px;\n            background: #f8f9fa;\n            border-left: 5px solid #667eea;\n            border-radius: 8px;\n        }\n\n        .zone-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 25px;\n            margin-top: 30px;\n        }\n\n        .zone-card {\n            background: white;\n            border: 2px solid #e9ecef;\n            border-radius: 15px;\n            padding: 25px;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .zone-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 5px;\n            height: 100%;\n            background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);\n        }\n\n        .zone-card:hover {\n            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);\n            transform: translateY(-5px);\n            border-color: #667eea;\n        }\n\n        .zone-name {\n            font-size: 1.5em;\n            color: #1e3c72;\n            margin-bottom: 12px;\n            font-weight: 600;\n        }\n\n        .zone-location {\n            color: #666;\n            font-size: 0.95em;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .zone-details {\n            margin-top: 20px;\n        }\n\n        .detail-row {\n            display: flex;\n            justify-content: space-between;\n            padding: 10px 0;\n            border-bottom: 1px solid #f0f0f0;\n        }\n\n        .detail-row:last-child {\n            border-bottom: none;\n        }\n\n        .detail-label {\n            font-weight: 600;\n            color: #555;\n        }\n\n        .detail-value {\n            color: #2a5298;\n            font-weight: 500;\n        }\n\n        .status-badge {\n            display: inline-block;\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-size: 0.85em;\n            font-weight: 600;\n            margin-top: 10px;\n        }\n\n        .status-operational {\n            background: #d4edda;\n            color: #155724;\n        }\n\n        .status-development {\n            background: #fff3cd;\n            color: #856404;\n        }\n\n        .activities-section {\n            margin-top: 30px;\n        }\n\n        .activity-category {\n            background: #f8f9fa;\n            border-radius: 12px;\n            padding: 25px;\n            margin-bottom: 25px;\n            border-left: 5px solid #667eea;\n        }\n\n        .activity-category h3 {\n            color: #1e3c72;\n            margin-bottom: 15px;\n            font-size: 1.4em;\n        }\n\n        .activity-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 12px;\n            margin-top: 15px;\n        }\n\n        .activity-item {\n            background: white;\n            padding: 12px 18px;\n            border-radius: 8px;\n            border: 1px solid #e0e0e0;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            transition: all 0.3s ease;\n        }\n\n        .activity-item:hover {\n            border-color: #667eea;\n            transform: translateX(5px);\n        }\n\n        .activity-item::before {\n            content: '\u2713';\n            color: #28a745;\n            font-weight: bold;\n            font-size: 1.2em;\n        }\n\n        .regulation-box {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 30px;\n            border-radius: 15px;\n            margin: 30px 0;\n        }\n\n        .regulation-box h3 {\n            font-size: 1.8em;\n            margin-bottom: 20px;\n        }\n\n        .regulation-list {\n            list-style: none;\n        }\n\n        .regulation-list li {\n            padding: 12px 0;\n            padding-left: 35px;\n            position: relative;\n            line-height: 1.6;\n        }\n\n        .regulation-list li::before {\n            content: '\u2192';\n            position: absolute;\n            left: 10px;\n            font-weight: bold;\n            font-size: 1.2em;\n        }\n\n        .info-box {\n            background: #e7f3ff;\n            border-left: 5px solid #2196F3;\n            padding: 20px;\n            margin: 25px 0;\n            border-radius: 8px;\n        }\n\n        .info-box h4 {\n            color: #1565C0;\n            margin-bottom: 10px;\n            font-size: 1.2em;\n        }\n\n        .warning-box {\n            background: #fff3cd;\n            border-left: 5px solid #ffc107;\n            padding: 20px;\n            margin: 25px 0;\n            border-radius: 8px;\n        }\n\n        .warning-box h4 {\n            color: #856404;\n            margin-bottom: 10px;\n            font-size: 1.2em;\n        }\n\n        .table-container {\n            overflow-x: auto;\n            margin: 25px 0;\n            border-radius: 12px;\n            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n        }\n\n        thead {\n            background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);\n            color: white;\n        }\n\n        th {\n            padding: 15px;\n            text-align: left;\n            font-weight: 600;\n        }\n\n        td {\n            padding: 15px;\n            border-bottom: 1px solid #e9ecef;\n        }\n\n        tbody tr:hover {\n            background: #f8f9fa;\n        }\n\n        .contact-section {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 15px;\n            margin-top: 40px;\n            text-align: center;\n        }\n\n        .contact-section h3 {\n            font-size: 2em;\n            margin-bottom: 15px;\n        }\n\n        .contact-buttons {\n            display: flex;\n            gap: 20px;\n            justify-content: center;\n            margin-top: 25px;\n            flex-wrap: wrap;\n        }\n\n        .contact-btn {\n            padding: 15px 35px;\n            background: white;\n            color: #667eea;\n            text-decoration: none;\n            border-radius: 30px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n        }\n\n        .contact-btn:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);\n        }\n\n        @media (max-width: 768px) {\n            .header {\n                padding: 40px 25px;\n            }\n\n            .header h1 {\n                font-size: 2em;\n            }\n\n            .content {\n                padding: 25px;\n            }\n\n            .quick-nav {\n                padding: 20px 25px;\n            }\n\n            .nav-links {\n                flex-direction: column;\n            }\n\n            .zone-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .section-title {\n                font-size: 1.8em;\n            }\n        }\n    <\/style><\/p>\n<div class=\"container\">\n<div class=\"header\">\n<h1>Zoning and Permissible Activities<\/h1>\n<p>Industrial Infrastructure and Land Use Guidelines for Investors in Mizoram<\/p>\n<\/div>\n<div class=\"quick-nav\">\n<h3>Quick Navigation<\/h3>\n<div class=\"nav-links\"><a class=\"nav-link\" href=\"#industrial-zones\">Industrial Zones<\/a> <a class=\"nav-link\" href=\"#permissible-activities\">Permissible Activities<\/a> <a class=\"nav-link\" href=\"#regulations\">Regulations &amp; Guidelines<\/a> <a class=\"nav-link\" href=\"#land-use\">Land Use Policy<\/a> <a class=\"nav-link\" href=\"#application\">Application Process<\/a><\/div>\n<\/div>\n<div class=\"content\">\n<div class=\"intro-text\"><strong>Strategic Location:<\/strong> Mizoram&#8217;s proximity to Myanmar and Bangladesh offers investors a unique gateway to Southeast Asian markets. The state has developed designated industrial zones with infrastructure facilities to support manufacturing, processing, and service industries. Governed by the <strong>Mizoram Industrial Area (Management, Regulation &amp; Control) Act, 2008<\/strong>, these zones are managed by the <strong>Zoram Industrial Development Corporation (ZIDCO)<\/strong> to ensure systematic industrial growth while preserving environmental sustainability.<\/div>\n<!-- Industrial Zones Section -->\n<div id=\"industrial-zones\" class=\"section\">\n<div class=\"section-icon\">\ud83c\udfed<\/div>\n<h2 class=\"section-title\">Designated Industrial Zones<\/h2>\n<div class=\"info-box\">\n<h4>Key Infrastructure Authority<\/h4>\n<p><strong>Zoram Industrial Development Corporation (ZIDCO)<\/strong> is responsible for the overall development and management of industrial infrastructure in Mizoram. ZIDCO oversees eight industrial estates, with five currently operational and three under development.<\/p>\n<\/div>\n<div class=\"zone-grid\"><!-- Zone 1 -->\n<div class=\"zone-card\">\n<div class=\"zone-name\">Industrial Estate, Zuangtui<\/div>\n<div class=\"zone-location\">\ud83d\udccd Aizawl District<\/div>\n<span class=\"status-badge status-operational\">Operational<\/span>\n<div class=\"zone-details\">\n<div class=\"detail-row\"><span class=\"detail-label\">Total Land Area:<\/span> <span class=\"detail-value\">314.7 acres<\/span><\/div>\n<div class=\"detail-row\"><span class=\"detail-label\">Allotted Space:<\/span> <span class=\"detail-value\">203-235 acres<\/span><\/div>\n<div class=\"detail-row\"><span class=\"detail-label\">Industrial Units:<\/span> <span class=\"detail-value\">162 units<\/span><\/div>\n<div class=\"detail-row\"><span class=\"detail-label\">Status:<\/span> <span class=\"detail-value\">No vacant plots<\/span><\/div>\n<\/div>\n<\/div>\n<!-- Zone 2 -->\n<div class=\"zone-card\">\n<div class=\"zone-name\">Industrial Growth Centre (IGC), Luangmual<\/div>\n<div class=\"zone-location\">\ud83d\udccd Aizawl District (Luangmual Local Council)<\/div>\n<span class=\"status-badge status-operational\">Operational<\/span>\n<div class=\"zone-details\">\n<div class=\"detail-row\"><span class=\"detail-label\">Total Land Area:<\/span> <span class=\"detail-value\">766.42 bighas<\/span><\/div>\n<div class=\"detail-row\"><span class=\"detail-label\">Allotted:<\/span> <span class=\"detail-value\">108 bighas<\/span><\/div>\n<div class=\"detail-row\"><span class=\"detail-label\">Available:<\/span> <span class=\"detail-value\">548 bighas<\/span><\/div>\n<div class=\"detail-row\"><span class=\"detail-label\">Units Permitted:<\/span> <span class=\"detail-value\">53 units<\/span><\/div>\n<\/div>\n<\/div>\n<!-- Zone 3 -->\n<div class=\"zone-card\">\n<div class=\"zone-name\">Industrial Estate, Bairabi<\/div>\n<div class=\"zone-location\">\ud83d\udccd Kolasib District (NH 54)<\/div>\n<span class=\"status-badge status-operational\">Operational<\/span>\n<div class=\"zone-details\">\n<div class=\"detail-row\"><span class=\"detail-label\">Location Advantage:<\/span> <span class=\"detail-value\">85 km from Aizawl<\/span><\/div>\n<div class=\"detail-row\"><span class=\"detail-label\">Connectivity:<\/span> <span class=\"detail-value\">95 km from Silchar, Assam<\/span><\/div>\n<div class=\"detail-row\"><span class=\"detail-label\">Highway Access:<\/span> <span class=\"detail-value\">National Highway 54<\/span><\/div>\n<\/div>\n<\/div>\n<!-- Zone 4 -->\n<div class=\"zone-card\">\n<div class=\"zone-name\">Export Promotion Industrial Park (EPIP)<\/div>\n<div class=\"zone-location\">\ud83d\udccd Lengte, Mamit District<\/div>\n<span class=\"status-badge status-development\">Under Development<\/span>\n<div class=\"zone-details\">\n<div class=\"detail-row\"><span class=\"detail-label\">Focus:<\/span> <span class=\"detail-value\">Export-oriented industries<\/span><\/div>\n<div class=\"detail-row\"><span class=\"detail-label\">Special Features:<\/span> <span class=\"detail-value\">Border trade facilities<\/span><\/div>\n<\/div>\n<\/div>\n<!-- Zone 5 -->\n<div class=\"zone-card\">\n<div class=\"zone-name\">Bamboo Technology Park<\/div>\n<div class=\"zone-location\">\ud83d\udccd Sairang, Aizawl District<\/div>\n<span class=\"status-badge status-development\">Under Development<\/span>\n<div class=\"zone-details\">\n<div class=\"detail-row\"><span class=\"detail-label\">Specialization:<\/span> <span class=\"detail-value\">Bamboo processing &amp; products<\/span><\/div>\n<div class=\"detail-row\"><span class=\"detail-label\">Resource:<\/span> <span class=\"detail-value\">7 lakh hectares of bamboo<\/span><\/div>\n<\/div>\n<\/div>\n<!-- Zone 6 -->\n<div class=\"zone-card\">\n<div class=\"zone-name\">Integrated Industrial Development Centre (IIDC), Pukpui<\/div>\n<div class=\"zone-location\">\ud83d\udccd Lunglei District<\/div>\n<span class=\"status-badge status-development\">Under Development<\/span>\n<div class=\"zone-details\">\n<div class=\"detail-row\"><span class=\"detail-label\">Type:<\/span> <span class=\"detail-value\">Multi-sector industrial hub<\/span><\/div>\n<\/div>\n<\/div>\n<!-- Zone 7 -->\n<div class=\"zone-card\">\n<div class=\"zone-name\">Integrated Industrial Development Centre (IIDC), Zote<\/div>\n<div class=\"zone-location\">\ud83d\udccd Champhai District<\/div>\n<span class=\"status-badge status-development\">Under Development<\/span>\n<div class=\"zone-details\">\n<div class=\"detail-row\"><span class=\"detail-label\">Border Advantage:<\/span> <span class=\"detail-value\">Close to Myanmar border<\/span><\/div>\n<\/div>\n<\/div>\n<!-- Zone 8 -->\n<div class=\"zone-card\">\n<div class=\"zone-name\">Software Technology Park<\/div>\n<div class=\"zone-location\">\ud83d\udccd Mizoram University Campus<\/div>\n<span class=\"status-badge status-development\">Under Establishment<\/span>\n<div class=\"zone-details\">\n<div class=\"detail-row\"><span class=\"detail-label\">Focus:<\/span> <span class=\"detail-value\">IT\/ITES industries<\/span><\/div>\n<div class=\"detail-row\"><span class=\"detail-label\">Advantage:<\/span> <span class=\"detail-value\">Academic collaboration<\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<!-- Permissible Activities Section -->\n<div id=\"permissible-activities\" class=\"section\">\n<div class=\"section-icon\">\ud83d\udccb<\/div>\n<h2 class=\"section-title\">Permissible Industrial Activities<\/h2>\n<div class=\"activities-section\">\n<div class=\"activity-category\">\n<h3>Priority Sectors (Thrust Areas)<\/h3>\n<p style=\"margin-bottom: 15px; color: #666;\">As identified under the Mizoram Industrial Policy 2012 and Sustainable Investment Policy 2024:<\/p>\n<div class=\"activity-list\">\n<div class=\"activity-item\">Electronics &amp; IT<\/div>\n<div class=\"activity-item\">Information Technology Services<\/div>\n<div class=\"activity-item\">Bamboo-based Industries<\/div>\n<div class=\"activity-item\">Timber-based Products<\/div>\n<div class=\"activity-item\">Food Processing<\/div>\n<div class=\"activity-item\">Fruit Processing<\/div>\n<div class=\"activity-item\">Textiles Manufacturing<\/div>\n<div class=\"activity-item\">Handloom Products<\/div>\n<div class=\"activity-item\">Handicraft Production<\/div>\n<div class=\"activity-item\">Sericulture<\/div>\n<\/div>\n<\/div>\n<div class=\"activity-category\">\n<h3>Agriculture &amp; Allied Industries<\/h3>\n<div class=\"activity-list\">\n<div class=\"activity-item\">Horticulture Processing<\/div>\n<div class=\"activity-item\">Orange Processing<\/div>\n<div class=\"activity-item\">Banana Processing<\/div>\n<div class=\"activity-item\">Passion Fruit Processing<\/div>\n<div class=\"activity-item\">Ginger Processing<\/div>\n<div class=\"activity-item\">Turmeric Processing<\/div>\n<div class=\"activity-item\">Spice Processing<\/div>\n<div class=\"activity-item\">Bird&#8217;s Eye Chili Processing<\/div>\n<div class=\"activity-item\">Organic Product Certification<\/div>\n<div class=\"activity-item\">Oil Palm Processing<\/div>\n<div class=\"activity-item\">Dairy Products<\/div>\n<div class=\"activity-item\">Fisheries Processing<\/div>\n<\/div>\n<\/div>\n<div class=\"activity-category\">\n<h3>Forest-Based Industries<\/h3>\n<div class=\"activity-list\">\n<div class=\"activity-item\">Bamboo Furniture<\/div>\n<div class=\"activity-item\">Bamboo Panels<\/div>\n<div class=\"activity-item\">Bamboo Construction Materials<\/div>\n<div class=\"activity-item\">Timber Products<\/div>\n<div class=\"activity-item\">Wooden Handicrafts<\/div>\n<div class=\"activity-item\">Non-Timber Forest Products<\/div>\n<\/div>\n<\/div>\n<div class=\"activity-category\">\n<h3>Manufacturing &amp; Engineering<\/h3>\n<div class=\"activity-list\">\n<div class=\"activity-item\">Light Engineering<\/div>\n<div class=\"activity-item\">Electrical Machinery<\/div>\n<div class=\"activity-item\">Electric Transformer Repair<\/div>\n<div class=\"activity-item\">Steel Fabrication<\/div>\n<div class=\"activity-item\">Steel Furniture<\/div>\n<div class=\"activity-item\">Paver Block Manufacturing<\/div>\n<div class=\"activity-item\">Cement Products<\/div>\n<div class=\"activity-item\">Building Materials<\/div>\n<\/div>\n<\/div>\n<div class=\"activity-category\">\n<h3>Food &amp; Beverage Industries<\/h3>\n<div class=\"activity-list\">\n<div class=\"activity-item\">Semi-mechanized Bakery<\/div>\n<div class=\"activity-item\">Confectionery Items<\/div>\n<div class=\"activity-item\">Fruit Juice Manufacturing<\/div>\n<div class=\"activity-item\">Pickle Manufacturing<\/div>\n<div class=\"activity-item\">Processed Foods<\/div>\n<div class=\"activity-item\">Cold Chain Infrastructure<\/div>\n<\/div>\n<\/div>\n<div class=\"activity-category\">\n<h3>IT &amp; Digital Services<\/h3>\n<div class=\"activity-list\">\n<div class=\"activity-item\">Software Development<\/div>\n<div class=\"activity-item\">Mobile Application Development<\/div>\n<div class=\"activity-item\">BPO\/KPO Services<\/div>\n<div class=\"activity-item\">Data Processing<\/div>\n<div class=\"activity-item\">Digital Content Creation<\/div>\n<div class=\"activity-item\">Digital Photography\/Videography<\/div>\n<div class=\"activity-item\">E-commerce Platforms<\/div>\n<\/div>\n<\/div>\n<div class=\"activity-category\">\n<h3>Textiles &amp; Garments<\/h3>\n<div class=\"activity-list\">\n<div class=\"activity-item\">Traditional Garment Manufacturing<\/div>\n<div class=\"activity-item\">Handloom Weaving<\/div>\n<div class=\"activity-item\">Readymade Garments<\/div>\n<div class=\"activity-item\">Silk Production<\/div>\n<div class=\"activity-item\">Sericulture Activities<\/div>\n<\/div>\n<\/div>\n<div class=\"activity-category\">\n<h3>Emerging &amp; Specialized Sectors<\/h3>\n<div class=\"activity-list\">\n<div class=\"activity-item\">Pharmaceutical Manufacturing<\/div>\n<div class=\"activity-item\">Herbal Medicine Production<\/div>\n<div class=\"activity-item\">Renewable Energy Equipment<\/div>\n<div class=\"activity-item\">Tourism Infrastructure<\/div>\n<div class=\"activity-item\">Eco-tourism Facilities<\/div>\n<div class=\"activity-item\">Educational Services<\/div>\n<div class=\"activity-item\">Skill Development Centers<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<!-- Regulations Section -->\n<div id=\"regulations\" class=\"section\">\n<div class=\"section-icon\">\u2696\ufe0f<\/div>\n<h2 class=\"section-title\">Regulations &amp; Compliance Guidelines<\/h2>\n<div class=\"regulation-box\">\n<h3>Governing Framework<\/h3>\n<ul class=\"regulation-list\">\n<li><strong>The Mizoram Industrial Area (Management, Regulation &amp; Control) Act, 2008:<\/strong> Primary legislation governing industrial areas<\/li>\n<li><strong>The Mizoram Industrial Area (Management, Regulation &amp; Control) Rules, 2008:<\/strong> Implementation rules and procedures<\/li>\n<li><strong>Mizoram Industrial Policy, 2012:<\/strong> Policy framework for industrial development<\/li>\n<li><strong>Mizoram Sustainable Investment Policy, 2024:<\/strong> Latest comprehensive investment guidelines<\/li>\n<li><strong>The Mizoram (Land Revenue) Act, 2013:<\/strong> Land use and revenue regulations<\/li>\n<li><strong>Mizoram Ease of Doing Business Act, 2022:<\/strong> Streamlined approval mechanisms<\/li>\n<\/ul>\n<\/div>\n<div class=\"warning-box\">\n<h4>\u26a0\ufe0f Important Land Ownership Restrictions<\/h4>\n<p><strong>Bengal Eastern Frontier Regulations of 1873:<\/strong> Due to this regulation and constitutional protections, direct land ownership by non-indigenous persons is restricted in Mizoram. However, investors from outside Mizoram can:<\/p>\n<ul style=\"margin-top: 10px; padding-left: 20px;\">\n<li>Enter into <strong>lease agreements<\/strong> with government, community, or private landowners<\/li>\n<li>Form <strong>joint ventures<\/strong> with local partners for land access<\/li>\n<li>Access land in <strong>investment zones<\/strong> being developed by the government<\/li>\n<li>All lease arrangements require <strong>prior government sanction<\/strong><\/li>\n<\/ul>\n<\/div>\n<div class=\"info-box\">\n<h4>Investment Zone Development<\/h4>\n<p>The Sustainable Investment Policy, 2024 introduces the concept of <strong>&#8220;Investment Zones&#8221;<\/strong> &#8211; ready-to-move-in spaces with surplus government lands being put to productive economic use. These zones will feature:<\/p>\n<ul style=\"margin-top: 10px; padding-left: 20px;\">\n<li>Pre-cleared environmental approvals for specified activities<\/li>\n<li>Ready infrastructure (roads, power, water)<\/li>\n<li>Simplified clearance processes<\/li>\n<li>Pre-approved land use for industrial activities<\/li>\n<\/ul>\n<\/div>\n<h3 style=\"color: #1e3c72; margin: 30px 0 20px 0;\">Environmental and Safety Compliance<\/h3>\n<div class=\"table-container\">\n<table>\n<thead>\n<tr>\n<th>Compliance Area<\/th>\n<th>Requirements<\/th>\n<th>Authority<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Environmental Clearance<\/strong><\/td>\n<td>Required for Category A &amp; B projects under EIA Notification 2006<\/td>\n<td>MoEF&amp;CC \/ State Environment Authority<\/td>\n<\/tr>\n<tr>\n<td><strong>Consent to Establish<\/strong><\/td>\n<td>Before starting construction\/installation<\/td>\n<td>Mizoram Pollution Control Board<\/td>\n<\/tr>\n<tr>\n<td><strong>Consent to Operate<\/strong><\/td>\n<td>Before commencing commercial operations<\/td>\n<td>Mizoram Pollution Control Board<\/td>\n<\/tr>\n<tr>\n<td><strong>Fire Safety Certificate<\/strong><\/td>\n<td>For all industrial premises<\/td>\n<td>Fire &amp; Emergency Services<\/td>\n<\/tr>\n<tr>\n<td><strong>Factory License<\/strong><\/td>\n<td>As per Factories Act, 1948<\/td>\n<td>Labour &amp; Employment Department<\/td>\n<\/tr>\n<tr>\n<td><strong>Building Plan Approval<\/strong><\/td>\n<td>For all construction activities<\/td>\n<td>Local Administration \/ Municipal Corporation<\/td>\n<\/tr>\n<tr>\n<td><strong>Trade License<\/strong><\/td>\n<td>For commercial operations<\/td>\n<td>Local Council \/ Municipal Corporation<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h3 style=\"color: #1e3c72; margin: 30px 0 20px 0;\">Prohibited Activities<\/h3>\n<div class=\"warning-box\">\n<h4>Industries Not Permitted in Industrial Zones<\/h4>\n<ul style=\"padding-left: 20px;\">\n<li>Hazardous chemical manufacturing without proper clearances<\/li>\n<li>Industries causing severe environmental pollution<\/li>\n<li>Activities restricted under environmental protection laws<\/li>\n<li>Units not complying with forest conservation requirements<\/li>\n<li>Industries in Red Category without adequate pollution control measures<\/li>\n<li>Any activity violating the Bengal Eastern Frontier Regulations<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<!-- Land Use Policy Section -->\n<div id=\"land-use\" class=\"section\">\n<div class=\"section-icon\">\ud83d\uddfa\ufe0f<\/div>\n<h2 class=\"section-title\">Land Use Policy Framework<\/h2>\n<div class=\"intro-text\">Land use in Mizoram is governed by a comprehensive framework that balances economic development with indigenous rights protection and environmental sustainability.<\/div>\n<h3 style=\"color: #1e3c72; margin: 25px 0 20px 0;\">Land Categories and Allocation<\/h3>\n<div class=\"table-container\">\n<table>\n<thead>\n<tr>\n<th>Land Category<\/th>\n<th>Use Purpose<\/th>\n<th>Allocation Method<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Government Land<\/strong><\/td>\n<td>Industrial, commercial, and infrastructure projects<\/td>\n<td>Lease through ZIDCO \/ Government departments<\/td>\n<\/tr>\n<tr>\n<td><strong>Community Land<\/strong><\/td>\n<td>Projects with community participation<\/td>\n<td>Lease with Village Council consent and Government sanction<\/td>\n<\/tr>\n<tr>\n<td><strong>Private Land<\/strong><\/td>\n<td>Various commercial and industrial uses<\/td>\n<td>Private lease agreements with Government approval<\/td>\n<\/tr>\n<tr>\n<td><strong>Investment Zone Land<\/strong><\/td>\n<td>Pre-cleared industrial activities<\/td>\n<td>Through Single Window System<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h3 style=\"color: #1e3c72; margin: 30px 0 20px 0;\">Lease Terms and Conditions<\/h3>\n<div class=\"activity-category\">\n<h3>Standard Lease Provisions<\/h3>\n<div class=\"activity-list\" style=\"grid-template-columns: 1fr;\">\n<div class=\"activity-item\"><strong>Lease Duration:<\/strong> Typically 30-99 years, renewable based on project requirements<\/div>\n<div class=\"activity-item\"><strong>Prior Sanction:<\/strong> All leases require approval from the State Government<\/div>\n<div class=\"activity-item\"><strong>Lease Rates:<\/strong> Fixed by ZIDCO or relevant authority based on location and land type<\/div>\n<div class=\"activity-item\"><strong>Transfer Restrictions:<\/strong> Lease cannot be transferred without Government permission<\/div>\n<div class=\"activity-item\"><strong>Land Use Compliance:<\/strong> Must be used only for sanctioned purposes<\/div>\n<div class=\"activity-item\"><strong>Environmental Conditions:<\/strong> Compliance with environmental norms mandatory<\/div>\n<\/div>\n<\/div>\n<div class=\"info-box\">\n<h4>Special Economic Zone (SEZ) Consideration<\/h4>\n<p>While Mizoram doesn&#8217;t currently have operational SEZs, the government is exploring the establishment of border trade and economic zones leveraging its strategic location near Myanmar and Bangladesh. Investors interested in export-oriented units should monitor developments in the Export Promotion Industrial Park (EPIP) at Lengte.<\/p>\n<\/div>\n<h3 style=\"color: #1e3c72; margin: 30px 0 20px 0;\">Forest Land Clearance<\/h3>\n<div class=\"regulation-box\">\n<h3>Forest Conservation Act Compliance<\/h3>\n<p>Mizoram has approximately 90% forest cover. Projects requiring forest land diversion must obtain:<\/p>\n<ul class=\"regulation-list\">\n<li><strong>Stage-I Approval:<\/strong> In-principle approval from Ministry of Environment, Forest and Climate Change (MoEF&amp;CC)<\/li>\n<li><strong>Stage-II Approval:<\/strong> Final approval after submission of requisite documents and compensatory afforestation plans<\/li>\n<li><strong>Compensatory Afforestation:<\/strong> Equivalent area must be afforested as per CAMPA guidelines<\/li>\n<li><strong>Net Present Value (NPV):<\/strong> Payment for loss of forest ecosystem services<\/li>\n<li>Applications processed through <strong>PARIVESH portal<\/strong> (parivesh.nic.in)<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<!-- Application Process Section -->\n<div id=\"application\" class=\"section\">\n<div class=\"section-icon\">\ud83d\udcdd<\/div>\n<h2 class=\"section-title\">Application Process for Industrial Land<\/h2>\n<div class=\"intro-text\">Acquiring industrial land in Mizoram follows a transparent, time-bound process through the Single Window System established under the Mizoram Ease of Doing Business Act, 2022.<\/div>\n<h3 style=\"color: #1e3c72; margin: 25px 0 20px 0;\">Step-by-Step Application Process<\/h3>\n<div style=\"display: grid; gap: 20px; margin-top: 25px;\">\n<div style=\"background: #f8f9fa; padding: 25px; border-radius: 12px; border-left: 5px solid #667eea;\">\n<h4 style=\"color: #1e3c72; margin-bottom: 10px;\">Step 1: Initial Registration<\/h4>\n<ul style=\"padding-left: 20px; color: #555;\">\n<li>Register on <strong>National Single Window System (NSWS)<\/strong> portal at nsws.gov.in<\/li>\n<li>Submit <strong>Intent to Invest<\/strong> through Invest Mizoram portal at invest.mizoram.gov.in<\/li>\n<li>Provide basic company details and proposed investment information<\/li>\n<\/ul>\n<\/div>\n<div style=\"background: #f8f9fa; padding: 25px; border-radius: 12px; border-left: 5px solid #667eea;\">\n<h4 style=\"color: #1e3c72; margin-bottom: 10px;\">Step 2: Land Requirement Submission<\/h4>\n<ul style=\"padding-left: 20px; color: #555;\">\n<li>Specify land requirement (area, location preference, type of activity)<\/li>\n<li>Submit detailed project report (DPR) including technical and financial details<\/li>\n<li>Indicate infrastructure requirements (power load, water, connectivity)<\/li>\n<\/ul>\n<\/div>\n<div style=\"background: #f8f9fa; padding: 25px; border-radius: 12px; border-left: 5px solid #667eea;\">\n<h4 style=\"color: #1e3c72; margin-bottom: 10px;\">Step 3: Know Your Approvals (KYA)<\/h4>\n<ul style=\"padding-left: 20px; color: #555;\">\n<li>Use KYA module on NSWS to identify required clearances<\/li>\n<li>System generates customized checklist based on your industry and location<\/li>\n<li>Understand environmental, safety, and regulatory requirements<\/li>\n<\/ul>\n<\/div>\n<div style=\"background: #f8f9fa; padding: 25px; border-radius: 12px; border-left: 5px solid #667eea;\">\n<h4 style=\"color: #1e3c72; margin-bottom: 10px;\">Step 4: Land Allotment Application<\/h4>\n<ul style=\"padding-left: 20px; color: #555;\">\n<li>Apply to <strong>ZIDCO<\/strong> for industrial land in designated zones<\/li>\n<li>Submit application form with prescribed fees (\u20b950 per form)<\/li>\n<li>Attach required documents: Company registration, PAN, project report, financial capacity proof<\/li>\n<li>For government land outside industrial estates, apply through Revenue Department<\/li>\n<\/ul>\n<\/div>\n<div style=\"background: #f8f9fa; padding: 25px; border-radius: 12px; border-left: 5px solid #667eea;\">\n<h4 style=\"color: #1e3c72; margin-bottom: 10px;\">Step 5: Site Inspection &amp; Allotment<\/h4>\n<ul style=\"padding-left: 20px; color: #555;\">\n<li>ZIDCO\/concerned authority conducts site inspection<\/li>\n<li>Verification of project viability and applicant credentials<\/li>\n<li>Allotment order issued with lease terms and conditions<\/li>\n<li>Payment of lease premium and first year&#8217;s lease rent<\/li>\n<\/ul>\n<\/div>\n<div style=\"background: #f8f9fa; padding: 25px; border-radius: 12px; border-left: 5px solid #667eea;\">\n<h4 style=\"color: #1e3c72; margin-bottom: 10px;\">Step 6: Parallel Approval Processing<\/h4>\n<ul style=\"padding-left: 20px; color: #555;\">\n<li>Apply for all required clearances through Single Window Portal<\/li>\n<li>Environmental clearance (if applicable)<\/li>\n<li>Building plan approval<\/li>\n<li>Fire safety clearance<\/li>\n<li>Consent to establish from Pollution Control Board<\/li>\n<\/ul>\n<\/div>\n<div style=\"background: #f8f9fa; padding: 25px; border-radius: 12px; border-left: 5px solid #667eea;\">\n<h4 style=\"color: #1e3c72; margin-bottom: 10px;\">Step 7: Lease Agreement Execution<\/h4>\n<ul style=\"padding-left: 20px; color: #555;\">\n<li>Formal lease deed prepared and registered<\/li>\n<li>Handover of possession certificate<\/li>\n<li>Commencement of construction permitted upon clearances<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<h3 style=\"color: #1e3c72; margin: 35px 0 20px 0;\">Required Documents<\/h3>\n<div class=\"table-container\">\n<table>\n<thead>\n<tr>\n<th>Document Type<\/th>\n<th>Details Required<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Company Registration<\/strong><\/td>\n<td>Certificate of Incorporation \/ Registration (proprietorship\/partnership deed)<\/td>\n<\/tr>\n<tr>\n<td><strong>Identity Proof<\/strong><\/td>\n<td>PAN Card, Aadhaar Card of promoters\/directors<\/td>\n<\/tr>\n<tr>\n<td><strong>Address Proof<\/strong><\/td>\n<td>Registered office address proof<\/td>\n<\/tr>\n<tr>\n<td><strong>Project Report<\/strong><\/td>\n<td>Detailed Project Report with technical and financial details<\/td>\n<\/tr>\n<tr>\n<td><strong>Financial Capacity<\/strong><\/td>\n<td>Bank statements, credit facilities, net worth statement<\/td>\n<\/tr>\n<tr>\n<td><strong>MSME Registration<\/strong><\/td>\n<td>Udyam Registration Certificate (if applicable)<\/td>\n<\/tr>\n<tr>\n<td><strong>Board Resolution<\/strong><\/td>\n<td>Authorization for land application and investment<\/td>\n<\/tr>\n<tr>\n<td><strong>Site Plan<\/strong><\/td>\n<td>Proposed layout plan of the industrial unit<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h3 style=\"color: #1e3c72; margin: 35px 0 20px 0;\">Processing Timeline<\/h3>\n<div class=\"info-box\">\n<h4>Time-Bound Service Delivery<\/h4>\n<p>Under the <strong>Mizoram Right to Public Service (MRTPS) Act, 2015<\/strong> and <strong>Ease of Doing Business Act, 2022<\/strong>, all services are time-bound:<\/p>\n<ul style=\"margin-top: 15px; padding-left: 20px;\">\n<li><strong>Application Acknowledgment:<\/strong> Immediate (upon online submission)<\/li>\n<li><strong>Land Allotment Decision:<\/strong> 30-45 days (for available plots in industrial estates)<\/li>\n<li><strong>Lease Agreement Execution:<\/strong> 15-20 days (after payment and document verification)<\/li>\n<li><strong>Single Window Clearances:<\/strong> As per notified timelines for each service (typically 15-60 days)<\/li>\n<\/ul>\n<p style=\"margin-top: 15px;\"><strong>Note:<\/strong> Officers are liable for mandatory penalties if they fail to deliver services within stipulated timelines.<\/p>\n<\/div>\n<h3 style=\"color: #1e3c72; margin: 35px 0 20px 0;\">Fees and Charges<\/h3>\n<div class=\"table-container\">\n<table>\n<thead>\n<tr>\n<th>Fee Type<\/th>\n<th>Amount<\/th>\n<th>Remarks<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Application Form Fee<\/strong><\/td>\n<td>\u20b950 per form<\/td>\n<td>For incentive and land applications<\/td>\n<\/tr>\n<tr>\n<td><strong>Lease Premium<\/strong><\/td>\n<td>Varies by location<\/td>\n<td>One-time payment at time of allotment<\/td>\n<\/tr>\n<tr>\n<td><strong>Annual Lease Rent<\/strong><\/td>\n<td>As per ZIDCO rates<\/td>\n<td>Payable annually in advance<\/td>\n<\/tr>\n<tr>\n<td><strong>Processing Fees<\/strong><\/td>\n<td>As applicable<\/td>\n<td>For various clearances and registrations<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"warning-box\">\n<h4>Important Conditions<\/h4>\n<ul style=\"padding-left: 20px;\">\n<li><strong>Commencement Timeline:<\/strong> Commercial production must commence within 2-3 years of land allotment (specific timeline mentioned in lease deed)<\/li>\n<li><strong>Land Use Restriction:<\/strong> Land must be used only for the purpose specified in the allotment order<\/li>\n<li><strong>Transfer\/Sublease:<\/strong> Not permitted without prior written approval from ZIDCO\/Government<\/li>\n<li><strong>Reversion Clause:<\/strong> Land may be taken back if conditions are violated or project not implemented<\/li>\n<li><strong>Environmental Compliance:<\/strong> Continuous compliance with environmental norms mandatory<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<!-- Additional Benefits Section -->\n<div class=\"section\">\n<div class=\"section-icon\">\ud83c\udf81<\/div>\n<h2 class=\"section-title\">Infrastructure &amp; Support Facilities<\/h2>\n<div class=\"intro-text\">Industrial zones in Mizoram are equipped with essential infrastructure to facilitate smooth operations and reduce setup time for investors.<\/div>\n<div class=\"zone-grid\" style=\"grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\">\n<div class=\"zone-card\">\n<div class=\"zone-name\" style=\"font-size: 1.3em;\">\u26a1 Power Supply<\/div>\n<ul style=\"padding-left: 20px; margin-top: 15px; color: #555;\">\n<li>Dedicated HT lines in industrial estates<\/li>\n<li>Power substations within zones<\/li>\n<li>Provision for backup power<\/li>\n<\/ul>\n<\/div>\n<div class=\"zone-card\">\n<div class=\"zone-name\" style=\"font-size: 1.3em;\">\ud83d\udca7 Water Supply<\/div>\n<ul style=\"padding-left: 20px; margin-top: 15px; color: #555;\">\n<li>Dedicated water supply lines<\/li>\n<li>Water storage facilities<\/li>\n<li>Wastewater management systems<\/li>\n<\/ul>\n<\/div>\n<div class=\"zone-card\">\n<div class=\"zone-name\" style=\"font-size: 1.3em;\">\ud83d\udee3\ufe0f Road Connectivity<\/div>\n<ul style=\"padding-left: 20px; margin-top: 15px; color: #555;\">\n<li>Internal roads within estates<\/li>\n<li>Connection to national\/state highways<\/li>\n<li>All-weather road access<\/li>\n<\/ul>\n<\/div>\n<div class=\"zone-card\">\n<div class=\"zone-name\" style=\"font-size: 1.3em;\">\ud83d\udce1 Telecom &amp; Internet<\/div>\n<ul style=\"padding-left: 20px; margin-top: 15px; color: #555;\">\n<li>High-speed broadband connectivity<\/li>\n<li>Telecom infrastructure<\/li>\n<li>Mobile network coverage<\/li>\n<\/ul>\n<\/div>\n<div class=\"zone-card\">\n<div class=\"zone-name\" style=\"font-size: 1.3em;\">\ud83c\udfd7\ufe0f Common Facilities<\/div>\n<ul style=\"padding-left: 20px; margin-top: 15px; color: #555;\">\n<li>Administrative buildings<\/li>\n<li>Security and surveillance<\/li>\n<li>Fire fighting equipment<\/li>\n<li>Street lighting<\/li>\n<\/ul>\n<\/div>\n<div class=\"zone-card\">\n<div class=\"zone-name\" style=\"font-size: 1.3em;\">\ud83d\udd2c Testing &amp; R&amp;D<\/div>\n<ul style=\"padding-left: 20px; margin-top: 15px; color: #555;\">\n<li>Common facility centers (planned)<\/li>\n<li>Quality testing laboratories<\/li>\n<li>R&amp;D support facilities<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<!-- Contact Section -->\n<div class=\"contact-section\">\n<h3>Need Assistance with Zoning &amp; Land Acquisition?<\/h3>\n<p>Our team is ready to guide you through the process and answer your queries<\/p>\n<div style=\"margin: 30px 0;\">\n<p style=\"font-size: 1.1em; margin-bottom: 15px;\"><strong>Zoram Industrial Development Corporation (ZIDCO)<\/strong><\/p>\n<p>Luangmual, Aizawl, Mizoram &#8211; 796017<\/p>\n<p><strong>Phone:<\/strong> +91-389-2341044<\/p>\n<p><strong>Email:<\/strong> zidco.mizoram@gmail.com<\/p>\n<\/div>\n<div style=\"margin: 25px 0;\">\n<p style=\"font-size: 1.1em; margin-bottom: 15px;\"><strong>Directorate of Commerce &amp; Industries<\/strong><\/p>\n<p>Khatla, Aizawl, Mizoram &#8211; 796001<\/p>\n<p><strong>Phone:<\/strong> +91-389-2322839<\/p>\n<p><strong>Email:<\/strong> commerce-mz@nic.in<\/p>\n<\/div>\n<div class=\"contact-buttons\"><a class=\"contact-btn\" href=\"https:\/\/invest.mizoram.gov.in\" target=\"_blank\" rel=\"noopener\">Invest Mizoram Portal<\/a> <a class=\"contact-btn\" href=\"https:\/\/www.nsws.gov.in\" target=\"_blank\" rel=\"noopener\">National Single Window System<\/a> <a class=\"contact-btn\" href=\"https:\/\/industries.mizoram.gov.in\" target=\"_blank\" rel=\"noopener\">Industries Department<\/a><\/div>\n<p style=\"margin-top: 25px; font-size: 0.95em;\"><strong>Office Hours:<\/strong> Monday &#8211; Friday, 10:00 AM &#8211; 5:00 PM<br \/><strong>Helpdesk:<\/strong> Monday &#8211; Friday, 3:00 PM &#8211; 4:00 PM<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><script>\n        \/\/ Smooth scroll for navigation links\n        document.querySelectorAll('.nav-link').forEach(link => {\n            link.addEventListener('click', function(e) {\n                e.preventDefault();\n                const targetId = this.getAttribute('href');\n                const targetSection = document.querySelector(targetId);\n                if (targetSection) {\n                    targetSection.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                }\n            });\n        });\n\n        \/\/ Highlight active section in navigation\n        window.addEventListener('scroll', () => {\n            const sections = document.querySelectorAll('.section');\n            const navLinks = document.querySelectorAll('.nav-link');\n            \n            let current = '';\n            sections.forEach(section => {\n                const sectionTop = section.offsetTop;\n                const sectionHeight = section.clientHeight;\n                if (scrollY >= (sectionTop - 200)) {\n                    current = section.getAttribute('id');\n                }\n            });\n\n            navLinks.forEach(link => {\n                link.style.background = 'white';\n                link.style.color = '#667eea';\n                if (link.getAttribute('href') === '#' + current) {\n                    link.style.background = '#667eea';\n                    link.style.color = 'white';\n                }\n            });\n        });\n    <\/script><\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\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>\u00a0 \u00a0 Zoning and Permissible Activities Industrial Infrastructure and Land Use Guidelines for Investors in Mizoram Quick Navigation Industrial Zones Permissible Activities Regulations &amp; Guidelines Land Use Policy Application Process Strategic Location: Mizoram&#8217;s proximity to Myanmar and Bangladesh offers investors a unique gateway to Southeast Asian markets. The state has developed designated industrial zones with [&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":{"_oasis_is_in_workflow":0,"_oasis_original":0,"_view_id":"","footnotes":""},"class_list":["post-2283","page","type-page","status-publish","hentry","entry","owp-thumbs-layout-horizontal","owp-btn-normal","owp-tabs-layout-horizontal","has-no-thumbnails","has-product-nav"],"aioseo_notices":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/investmizoram.in\/index.php?rest_route=\/wp\/v2\/pages\/2283","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/investmizoram.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/investmizoram.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/investmizoram.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/investmizoram.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2283"}],"version-history":[{"count":4,"href":"https:\/\/investmizoram.in\/index.php?rest_route=\/wp\/v2\/pages\/2283\/revisions"}],"predecessor-version":[{"id":3497,"href":"https:\/\/investmizoram.in\/index.php?rest_route=\/wp\/v2\/pages\/2283\/revisions\/3497"}],"wp:attachment":[{"href":"https:\/\/investmizoram.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2283"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}