{"id":2982,"date":"2025-11-19T09:34:13","date_gmt":"2025-11-19T09:34:13","guid":{"rendered":"https:\/\/investmizoram.in\/?page_id=2982"},"modified":"2025-11-23T20:02:24","modified_gmt":"2025-11-23T20:02:24","slug":"clean-green-energy","status":"publish","type":"page","link":"https:\/\/investmizoram.in\/?page_id=2982","title":{"rendered":"Clean &amp; Green Energy"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2982\" class=\"elementor elementor-2982\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b48fa45 e-con-full e-flex e-con e-parent\" data-id=\"b48fa45\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-84b18e2 elementor-widget elementor-widget-html\" data-id=\"84b18e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Clean & Green Energy - InvestMizoram<\/title>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            line-height: 1.6;\r\n            color: #333;\r\n            background: #f8f9fa;\r\n        }\r\n\r\n        .hero {\r\n            background: linear-gradient(135deg, rgba(16, 185, 129, 0.85), rgba(5, 150, 105, 0.85)), url('https:\/\/investmizoram.in\/wp-content\/uploads\/2025\/11\/4.png');\r\n            background-size: cover;\r\n            background-position: center;\r\n            color: white;\r\n            padding: 80px 20px;\r\n            text-align: center;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .hero::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%);\r\n        }\r\n\r\n        .hero-content {\r\n            position: relative;\r\n            z-index: 1;\r\n            width: 100%;\r\n            margin: 0;\r\n            padding: 0 40px;\r\n        }\r\n\r\n        .hero h1 {\r\n            font-size: 3.5em;\r\n            margin-bottom: 20px;\r\n            font-weight: 700;\r\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\r\n            animation: fadeInUp 0.8s ease;\r\n        }\r\n\r\n        .hero p {\r\n            font-size: 1.4em;\r\n            width: 100%;\r\n            max-width: 900px;\r\n            margin: 0 auto;\r\n            opacity: 0.95;\r\n            animation: fadeInUp 1s ease;\r\n        }\r\n\r\n        @keyframes fadeInUp {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(30px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        .container {\r\n            width: 100%;\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n            padding: 60px 40px;\r\n        }\r\n\r\n        .section {\r\n            margin: 0 auto 60px auto;\r\n            max-width: 1400px;\r\n        }\r\n\r\n        .section-title {\r\n            font-size: 2.5em;\r\n            color: #059669;\r\n            margin-bottom: 30px;\r\n            text-align: center;\r\n            position: relative;\r\n            padding-bottom: 15px;\r\n        }\r\n\r\n        .section-title::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 100px;\r\n            height: 4px;\r\n            background: linear-gradient(90deg, #10b981, #059669);\r\n            border-radius: 2px;\r\n        }\r\n\r\n        .intro-text {\r\n            background: white;\r\n            padding: 40px;\r\n            border-radius: 15px;\r\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\r\n            font-size: 1.15em;\r\n            line-height: 1.8;\r\n            margin: 0 auto 40px auto;\r\n            max-width: 1400px;\r\n            text-align: center;\r\n            position: relative;\r\n        }\r\n\r\n        .intro-image {\r\n            width: 100%;\r\n            max-width: 1400px;\r\n            height: auto;\r\n            border-radius: 15px;\r\n            margin: 0 auto 40px auto;\r\n            display: block;\r\n            box-shadow: 0 8px 30px rgba(0,0,0,0.12);\r\n        }\r\n\r\n        .stats-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 30px;\r\n            margin: 0 auto 50px auto;\r\n            max-width: 1400px;\r\n        }\r\n\r\n        .stat-card {\r\n            background: linear-gradient(135deg, #10b981, #059669);\r\n            color: white;\r\n            padding: 35px;\r\n            border-radius: 15px;\r\n            text-align: center;\r\n            box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);\r\n            transform: translateY(0);\r\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n        }\r\n\r\n        .stat-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 12px 35px rgba(16, 185, 129, 0.4);\r\n        }\r\n\r\n        .stat-number {\r\n            font-size: 3em;\r\n            font-weight: 700;\r\n            margin-bottom: 10px;\r\n            display: block;\r\n        }\r\n\r\n        .stat-label {\r\n            font-size: 1.1em;\r\n            opacity: 0.95;\r\n        }\r\n\r\n        .opportunities-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\r\n            gap: 30px;\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .opportunity-card {\r\n            background: white;\r\n            border-radius: 15px;\r\n            padding: 35px;\r\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\r\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n            border-left: 5px solid #10b981;\r\n        }\r\n\r\n        .opportunity-card:hover {\r\n            transform: translateY(-8px);\r\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\r\n        }\r\n\r\n        .opportunity-icon {\r\n            font-size: 3em;\r\n            margin-bottom: 20px;\r\n            display: block;\r\n        }\r\n\r\n        .opportunity-title {\r\n            font-size: 1.6em;\r\n            color: #059669;\r\n            margin-bottom: 15px;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .opportunity-description {\r\n            color: #555;\r\n            line-height: 1.7;\r\n            font-size: 1.05em;\r\n        }\r\n\r\n        .products-list {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n            gap: 25px;\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .product-item {\r\n            background: white;\r\n            padding: 25px;\r\n            border-radius: 12px;\r\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\r\n            border-top: 4px solid #10b981;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .product-item:hover {\r\n            transform: scale(1.05);\r\n            box-shadow: 0 8px 25px rgba(0,0,0,0.12);\r\n        }\r\n\r\n        .product-name {\r\n            font-size: 1.4em;\r\n            color: #059669;\r\n            font-weight: 600;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .product-desc {\r\n            color: #666;\r\n            font-size: 1.05em;\r\n        }\r\n\r\n        .incentives-section {\r\n            background: linear-gradient(135deg, #059669, #047857);\r\n            color: white;\r\n            padding: 60px 40px;\r\n            border-radius: 20px;\r\n            margin: 50px auto;\r\n            max-width: 1400px;\r\n            box-shadow: 0 10px 40px rgba(0,0,0,0.15);\r\n        }\r\n\r\n        .incentives-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n            gap: 30px;\r\n            margin: 40px auto 0 auto;\r\n            max-width: 1400px;\r\n        }\r\n\r\n        .incentive-item {\r\n            background: rgba(255,255,255,0.1);\r\n            padding: 30px;\r\n            border-radius: 12px;\r\n            backdrop-filter: blur(10px);\r\n            border: 1px solid rgba(255,255,255,0.2);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .incentive-item:hover {\r\n            background: rgba(255,255,255,0.15);\r\n            transform: translateY(-5px);\r\n        }\r\n\r\n        .incentive-title {\r\n            font-size: 1.4em;\r\n            margin-bottom: 15px;\r\n            font-weight: 600;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n        }\r\n\r\n        .incentive-desc {\r\n            font-size: 1.05em;\r\n            line-height: 1.7;\r\n            opacity: 0.95;\r\n        }\r\n\r\n        .advantages-section {\r\n            background: #ecfdf5;\r\n            padding: 60px 40px;\r\n            border-radius: 20px;\r\n            margin: 50px auto;\r\n            max-width: 1400px;\r\n        }\r\n\r\n        .advantages-list {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 25px;\r\n            margin: 30px auto 0 auto;\r\n            max-width: 1400px;\r\n        }\r\n\r\n        .advantage-item {\r\n            background: white;\r\n            padding: 30px;\r\n            border-radius: 12px;\r\n            box-shadow: 0 4px 15px rgba(0,0,0,0.06);\r\n            display: flex;\r\n            gap: 20px;\r\n            align-items: start;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .advantage-item:hover {\r\n            box-shadow: 0 8px 25px rgba(0,0,0,0.12);\r\n        }\r\n\r\n        .advantage-icon {\r\n            font-size: 2.5em;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .advantage-content h3 {\r\n            color: #059669;\r\n            font-size: 1.4em;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .advantage-content p {\r\n            color: #555;\r\n            line-height: 1.7;\r\n        }\r\n\r\n        .cta-section {\r\n            text-align: center;\r\n            padding: 80px 20px;\r\n            background: linear-gradient(135deg, #10b981, #059669);\r\n            color: white;\r\n            border-radius: 20px;\r\n            margin: 60px auto;\r\n            max-width: 1400px;\r\n        }\r\n\r\n        .cta-title {\r\n            font-size: 2.8em;\r\n            margin-bottom: 20px;\r\n            font-weight: 700;\r\n        }\r\n\r\n        .cta-text {\r\n            font-size: 1.3em;\r\n            margin-bottom: 40px;\r\n            opacity: 0.95;\r\n        }\r\n\r\n        .cta-button {\r\n            display: inline-block;\r\n            padding: 18px 50px;\r\n            background: white;\r\n            color: #059669;\r\n            text-decoration: none;\r\n            border-radius: 50px;\r\n            font-size: 1.2em;\r\n            font-weight: 600;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 5px 20px rgba(0,0,0,0.2);\r\n        }\r\n\r\n        .cta-button:hover {\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 8px 30px rgba(0,0,0,0.3);\r\n            background: #f0f0f0;\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .hero h1 {\r\n                font-size: 2.2em;\r\n            }\r\n\r\n            .hero p {\r\n                font-size: 1.1em;\r\n            }\r\n\r\n            .section-title {\r\n                font-size: 2em;\r\n            }\r\n\r\n            .stat-number {\r\n                font-size: 2.2em;\r\n            }\r\n\r\n            .opportunities-grid,\r\n            .products-list,\r\n            .stats-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .cta-title {\r\n                font-size: 2em;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"hero\">\r\n        <div class=\"hero-content\">\r\n            <h1>Clean & Green Energy in Mizoram<\/h1>\r\n            <p>Powering Sustainable Development Through Renewable Energy<\/p>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"container\">\r\n        <img decoding=\"async\" src=\"https:\/\/investmizoram.in\/wp-content\/uploads\/2025\/11\/4.png\" alt=\"Clean Energy in Mizoram\" class=\"intro-image\" title=\"Clean &amp; Green Energy\">\r\n        \r\n        <div class=\"intro-text\">\r\n            Mizoram is positioned as a frontrunner in India's clean and green energy revolution, harnessing its abundant natural resources to become a model for sustainable development. With significant hydropower potential exceeding 2,196 MW, extensive solar energy possibilities, and untapped biomass resources, the state offers exceptional investment opportunities in renewable energy. The Government of Mizoram is committed to achieving 100% renewable energy status, supported by progressive policies, infrastructure development, and attractive incentives. As India accelerates toward its 500 GW renewable energy target by 2030, Mizoram presents a strategic location for investors seeking profitable ventures in the clean energy sector while contributing to environmental sustainability and rural electrification.\r\n        <\/div>\r\n\r\n        <div class=\"stats-grid\">\r\n            <div class=\"stat-card\">\r\n                <span class=\"stat-number\">2,196 MW<\/span>\r\n                <span class=\"stat-label\">Hydropower Potential<\/span>\r\n            <\/div>\r\n            <div class=\"stat-card\">\r\n                <span class=\"stat-number\">5.5 kWh\/m\u00b2<\/span>\r\n                <span class=\"stat-label\">Daily Solar Radiation<\/span>\r\n            <\/div>\r\n            <div class=\"stat-card\">\r\n                <span class=\"stat-number\">21,081 km\u00b2<\/span>\r\n                <span class=\"stat-label\">Forest Cover - 85% of Total Area<\/span>\r\n            <\/div>\r\n            <div class=\"stat-card\">\r\n                <span class=\"stat-number\">100%<\/span>\r\n                <span class=\"stat-label\">Renewable Energy Target<\/span>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <section class=\"section\">\r\n            <h2 class=\"section-title\">Renewable Energy Resources<\/h2>\r\n            <div class=\"products-list\">\r\n                <div class=\"product-item\">\r\n                    <div class=\"product-name\">\ud83d\udca7 Hydropower<\/div>\r\n                    <div class=\"product-desc\">2,196 MW potential with numerous perennial rivers. Ideal for small, mini, and micro hydro projects across the state.<\/div>\r\n                <\/div>\r\n                <div class=\"product-item\">\r\n                    <div class=\"product-name\">\u2600\ufe0f Solar Energy<\/div>\r\n                    <div class=\"product-desc\">Average solar radiation of 5.5 kWh\/m\u00b2\/day. Excellent for rooftop solar, solar farms, and off-grid applications.<\/div>\r\n                <\/div>\r\n                <div class=\"product-item\">\r\n                    <div class=\"product-name\">\ud83c\udf3f Biomass Energy<\/div>\r\n                    <div class=\"product-desc\">Abundant bamboo and agricultural residues. Potential for biomass power plants and biogas generation.<\/div>\r\n                <\/div>\r\n                <div class=\"product-item\">\r\n                    <div class=\"product-name\">\ud83d\udca8 Wind Energy<\/div>\r\n                    <div class=\"product-desc\">Favorable wind patterns in hilly terrain. Opportunities for small and medium wind power installations.<\/div>\r\n                <\/div>\r\n                <div class=\"product-item\">\r\n                    <div class=\"product-name\">\ud83d\udd25 Waste-to-Energy<\/div>\r\n                    <div class=\"product-desc\">Municipal solid waste and organic waste conversion. Sustainable waste management with energy generation.<\/div>\r\n                <\/div>\r\n                <div class=\"product-item\">\r\n                    <div class=\"product-name\">\u26a1 Energy Storage<\/div>\r\n                    <div class=\"product-desc\">Battery storage systems and grid integration solutions supporting renewable energy reliability.<\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section class=\"section\">\r\n            <h2 class=\"section-title\">Investment Opportunities<\/h2>\r\n            <div class=\"opportunities-grid\">\r\n                <div class=\"opportunity-card\">\r\n                    <span class=\"opportunity-icon\">\ud83d\udca7<\/span>\r\n                    <h3 class=\"opportunity-title\">Small Hydropower Projects<\/h3>\r\n                    <p class=\"opportunity-description\">Develop run-of-river and small hydro projects (up to 25 MW) leveraging Mizoram's perennial rivers and favorable topography with assured power purchase agreements.<\/p>\r\n                <\/div>\r\n                <div class=\"opportunity-card\">\r\n                    <span class=\"opportunity-icon\">\u2600\ufe0f<\/span>\r\n                    <h3 class=\"opportunity-title\">Solar Power Plants<\/h3>\r\n                    <p class=\"opportunity-description\">Establish grid-connected and off-grid solar farms, rooftop solar installations for commercial and residential sectors with government subsidies and net metering benefits.<\/p>\r\n                <\/div>\r\n                <div class=\"opportunity-card\">\r\n                    <span class=\"opportunity-icon\">\ud83c\udf3e<\/span>\r\n                    <h3 class=\"opportunity-title\">Biomass Power Generation<\/h3>\r\n                    <p class=\"opportunity-description\">Set up biomass gasification plants and biogas units utilizing bamboo, agricultural residues, and organic waste for decentralized power generation.<\/p>\r\n                <\/div>\r\n                <div class=\"opportunity-card\">\r\n                    <span class=\"opportunity-icon\">\ud83d\udd0b<\/span>\r\n                    <h3 class=\"opportunity-title\">Energy Storage Systems<\/h3>\r\n                    <p class=\"opportunity-description\">Deploy battery energy storage systems (BESS) for grid stabilization, peak shaving, and renewable integration supporting the state's energy transition.<\/p>\r\n                <\/div>\r\n                <div class=\"opportunity-card\">\r\n                    <span class=\"opportunity-icon\">\ud83d\udca1<\/span>\r\n                    <h3 class=\"opportunity-title\">Rural Electrification<\/h3>\r\n                    <p class=\"opportunity-description\">Implement off-grid solar solutions, micro-grids, and community-based renewable energy projects serving remote villages and hamlets.<\/p>\r\n                <\/div>\r\n                <div class=\"opportunity-card\">\r\n                    <span class=\"opportunity-icon\">\ud83c\udfed<\/span>\r\n                    <h3 class=\"opportunity-title\">Equipment Manufacturing<\/h3>\r\n                    <p class=\"opportunity-description\">Establish manufacturing facilities for solar panels, inverters, hydro turbines, and renewable energy components serving Northeast India markets.<\/p>\r\n                <\/div>\r\n                <div class=\"opportunity-card\">\r\n                    <span class=\"opportunity-icon\">\ud83d\udd0c<\/span>\r\n                    <h3 class=\"opportunity-title\">EV Charging Infrastructure<\/h3>\r\n                    <p class=\"opportunity-description\">Develop electric vehicle charging networks powered by renewable energy supporting Mizoram's transition to clean transportation.<\/p>\r\n                <\/div>\r\n                <div class=\"opportunity-card\">\r\n                    <span class=\"opportunity-icon\">\ud83c\udf93<\/span>\r\n                    <h3 class=\"opportunity-title\">Training & Consultancy<\/h3>\r\n                    <p class=\"opportunity-description\">Create technical training centers and consultancy services for renewable energy project development, installation, and maintenance.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <div class=\"advantages-section\">\r\n            <h2 class=\"section-title\" style=\"color: #059669;\">Why Invest in Mizoram's Clean Energy?<\/h2>\r\n            <div class=\"advantages-list\">\r\n                <div class=\"advantage-item\">\r\n                    <span class=\"advantage-icon\">\ud83c\udf0a<\/span>\r\n                    <div class=\"advantage-content\">\r\n                        <h3>Abundant Water Resources<\/h3>\r\n                        <p>2,196 MW hydropower potential with perennial rivers like Tuirial, Tlawng, and Tuivawl. High rainfall (2,500 mm annually) ensures consistent water flow for power generation.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"advantage-item\">\r\n                    <span class=\"advantage-icon\">\u2600\ufe0f<\/span>\r\n                    <div class=\"advantage-content\">\r\n                        <h3>Excellent Solar Potential<\/h3>\r\n                        <p>Average 5.5 kWh\/m\u00b2\/day solar radiation with 250+ sunny days annually. Hilly terrain provides optimal angles for solar installations.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"advantage-item\">\r\n                    <span class=\"advantage-icon\">\ud83c\udf8b<\/span>\r\n                    <div class=\"advantage-content\">\r\n                        <h3>Biomass Availability<\/h3>\r\n                        <p>85% forest cover providing sustainable biomass. Bamboo abundance (highest density in India) offers renewable feedstock for energy generation.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"advantage-item\">\r\n                    <span class=\"advantage-icon\">\ud83c\udfdb\ufe0f<\/span>\r\n                    <div class=\"advantage-content\">\r\n                        <h3>Strong Policy Support<\/h3>\r\n                        <p>State committed to 100% renewable energy. Progressive policies including renewable purchase obligations and feed-in tariffs ensure project viability.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"advantage-item\">\r\n                    <span class=\"advantage-icon\">\ud83d\udcb0<\/span>\r\n                    <div class=\"advantage-content\">\r\n                        <h3>Attractive Incentives<\/h3>\r\n                        <p>Central and state government subsidies, accelerated depreciation, tax holidays, and capital subsidies for renewable energy projects.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"advantage-item\">\r\n                    <span class=\"advantage-icon\">\ud83c\udf0d<\/span>\r\n                    <div class=\"advantage-content\">\r\n                        <h3>Strategic Location<\/h3>\r\n                        <p>Proximity to power-deficit regions in Northeast India. Potential for interstate power trading and ASEAN energy cooperation.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"incentives-section\">\r\n            <h2 class=\"section-title\" style=\"color: white;\">Government Incentives & Policy Support<\/h2>\r\n            <div class=\"incentives-grid\">\r\n                <div class=\"incentive-item\">\r\n                    <div class=\"incentive-title\">\ud83d\udcbc Capital Subsidies<\/div>\r\n                    <div class=\"incentive-desc\">Up to 40% capital subsidy for solar projects under MNRE schemes. Additional state incentives for mini\/micro hydro projects and biomass plants.<\/div>\r\n                <\/div>\r\n                <div class=\"incentive-item\">\r\n                    <div class=\"incentive-title\">\u26a1 Power Purchase Agreements<\/div>\r\n                    <div class=\"incentive-desc\">Guaranteed power purchase at preferential tariffs. 25-year PPAs for renewable energy projects ensuring long-term revenue stability.<\/div>\r\n                <\/div>\r\n                <div class=\"incentive-item\">\r\n                    <div class=\"incentive-title\">\ud83d\udcb0 Tax Benefits<\/div>\r\n                    <div class=\"incentive-desc\">Income tax exemptions, accelerated depreciation benefits, GST concessions on renewable energy equipment and generation.<\/div>\r\n                <\/div>\r\n                <div class=\"incentive-item\">\r\n                    <div class=\"incentive-title\">\ud83c\udfd7\ufe0f Infrastructure Support<\/div>\r\n                    <div class=\"incentive-desc\">Land allocation at concessional rates, transmission infrastructure development, and grid connectivity facilitation by state utilities.<\/div>\r\n                <\/div>\r\n                <div class=\"incentive-item\">\r\n                    <div class=\"incentive-title\">\ud83d\udccb Simplified Approvals<\/div>\r\n                    <div class=\"incentive-desc\">Single-window clearance for renewable projects, streamlined environmental approvals, and dedicated nodal agency support.<\/div>\r\n                <\/div>\r\n                <div class=\"incentive-item\">\r\n                    <div class=\"incentive-title\">\ud83d\udd2c R&D Support<\/div>\r\n                    <div class=\"incentive-desc\">Collaboration with national research institutions, technology transfer programs, and innovation grants for clean energy solutions.<\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <section class=\"section\">\r\n            <h2 class=\"section-title\">Existing Projects & Success Stories<\/h2>\r\n            <div class=\"advantages-list\">\r\n                <div class=\"advantage-item\">\r\n                    <span class=\"advantage-icon\">\ud83d\udca7<\/span>\r\n                    <div class=\"advantage-content\">\r\n                        <h3>Tuirial Hydro Electric Project<\/h3>\r\n                        <p>60 MW capacity operational since 2017. Demonstrates viability of hydropower in Mizoram with successful integration to regional grid.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"advantage-item\">\r\n                    <span class=\"advantage-icon\">\u2600\ufe0f<\/span>\r\n                    <div class=\"advantage-content\">\r\n                        <h3>Solar Rooftop Initiative<\/h3>\r\n                        <p>Government buildings and institutions installing solar systems. Over 10 MW rooftop solar capacity achieved, expanding rapidly.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"advantage-item\">\r\n                    <span class=\"advantage-icon\">\ud83c\udf0a<\/span>\r\n                    <div class=\"advantage-content\">\r\n                        <h3>Small Hydro Projects<\/h3>\r\n                        <p>Multiple mini and micro hydro projects operational in remote areas. Community-based models providing sustainable rural electrification.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"advantage-item\">\r\n                    <span class=\"advantage-icon\">\ud83d\udd0b<\/span>\r\n                    <div class=\"advantage-content\">\r\n                        <h3>Off-Grid Solar Solutions<\/h3>\r\n                        <p>Solar home lighting systems and micro-grids serving un-electrified villages. Successful models demonstrating social and economic impact.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"advantage-item\">\r\n                    <span class=\"advantage-icon\">\ud83c\udf3e<\/span>\r\n                    <div class=\"advantage-content\">\r\n                        <h3>Biogas Plants<\/h3>\r\n                        <p>Community and institutional biogas plants utilizing agricultural and municipal waste. Dual benefits of waste management and energy generation.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"advantage-item\">\r\n                    <span class=\"advantage-icon\">\ud83d\udce1<\/span>\r\n                    <div class=\"advantage-content\">\r\n                        <h3>Smart Grid Development<\/h3>\r\n                        <p>Modernization of transmission and distribution infrastructure. Integration of renewable energy with advanced monitoring and control systems.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section class=\"section\">\r\n            <h2 class=\"section-title\">Environmental & Social Impact<\/h2>\r\n            <div class=\"intro-text\">\r\n                <p style=\"margin-bottom: 20px;\">Clean energy investments in Mizoram deliver significant environmental and social benefits beyond financial returns:<\/p>\r\n                <p style=\"margin-bottom: 15px;\"><strong>Carbon Emission Reduction:<\/strong> Each MW of renewable energy prevents approximately 1,000 tonnes of CO2 emissions annually, contributing to India's climate commitments.<\/p>\r\n                <p style=\"margin-bottom: 15px;\"><strong>Rural Development:<\/strong> Decentralized renewable energy projects create local employment, improve quality of life, and enable economic activities in remote areas.<\/p>\r\n                <p style=\"margin-bottom: 15px;\"><strong>Energy Security:<\/strong> Reduced dependence on imported fossil fuels strengthens regional energy security and price stability.<\/p>\r\n                <p><strong>Sustainable Development:<\/strong> Clean energy aligns with Mizoram's vision of sustainable development, preserving natural beauty while meeting energy needs.<\/p>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <div class=\"cta-section\">\r\n            <h2 class=\"cta-title\">Power the Future with Clean Energy<\/h2>\r\n            <p class=\"cta-text\">Invest in Mizoram's renewable energy revolution and create sustainable returns<\/p>\r\n            <a href=\"#contact\" class=\"cta-button\">Start Your Clean Energy Journey<\/a>\r\n        <\/div>\r\n    <\/div>\r\n<\/body>\r\n<\/html>\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>Clean &#038; Green Energy &#8211; InvestMizoram Clean &#038; Green Energy in Mizoram Powering Sustainable Development Through Renewable Energy Mizoram is positioned as a frontrunner in India&#8217;s clean and green energy revolution, harnessing its abundant natural resources to become a model for sustainable development. With significant hydropower potential exceeding 2,196 MW, extensive solar energy possibilities, and [&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-2982","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\/2982","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=2982"}],"version-history":[{"count":4,"href":"https:\/\/investmizoram.in\/index.php?rest_route=\/wp\/v2\/pages\/2982\/revisions"}],"predecessor-version":[{"id":3102,"href":"https:\/\/investmizoram.in\/index.php?rest_route=\/wp\/v2\/pages\/2982\/revisions\/3102"}],"wp:attachment":[{"href":"https:\/\/investmizoram.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2982"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}