{"id":5660,"date":"2025-09-08T12:56:43","date_gmt":"2025-09-08T12:56:43","guid":{"rendered":"https:\/\/biomassbank.in\/?page_id=5660"},"modified":"2025-09-23T11:02:13","modified_gmt":"2025-09-23T11:02:13","slug":"blog-gallery","status":"publish","type":"page","link":"https:\/\/biomassbank.in\/gu\/blog-gallery\/","title":{"rendered":"\u0aac\u0acd\u0ab2\u0acb\u0a97 \u0a85\u0aa8\u0ac7 \u0a97\u0ac7\u0ab2\u0ac7\u0ab0\u0ac0"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5660\" class=\"elementor elementor-5660\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-6351e04 e-con-full e-flex e-con e-parent\" data-id=\"6351e04\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-542747f elementor-widget elementor-widget-heading\" data-id=\"542747f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Life at Biomass Bank\u2122<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ee5ab28 elementor-widget elementor-widget-heading\" data-id=\"ee5ab28\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Blogs and Gallery<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-e0ccc8e e-con-full e-flex e-con e-parent\" data-id=\"e0ccc8e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43a50fc elementor-widget elementor-widget-html\" data-id=\"43a50fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n   \r\n    <style>\r\n      \r\n        .carousel-container {\r\n            position: relative;\r\n            width: 100vw;\r\n            aspect-ratio: 1200 \/ 450;\r\n            margin: 0;\r\n            \/* Modern browsers: use a percentage-based path so the corners reach the full width on large screens *\/\r\n            -webkit-clip-path: path('M0% 0% C 2% 30%, 98% 30%, 100% 0% L 100% 100% C 98% 70%, 2% 70%, 0% 100% Z');\r\n            clip-path: path('M0% 0% C 2% 30%, 98% 30%, 100% 0% L 100% 100% C 98% 70%, 2% 70%, 0% 100% Z');\r\n            \/* Fallback for browsers that use the SVG clipPath *\/\r\n            clip-path: url(#hourglass-shape);\r\n            -webkit-clip-path: url(#hourglass-shape);\r\n            overflow: hidden; \/* Hide the parts of the track that are outside the container *\/\r\n            display: flex;\r\n            align-items: center; \/* ensure track is vertically centered inside the shaped container *\/\r\n        }\r\n\r\n        \/* The inner track that holds and moves the images *\/\r\n        .carousel-track {\r\n            display: flex;\r\n            \/* Let the content size itself; we use translateX(-50%) to move one copy of images *\/\r\n            width: max-content;\r\n            height: 100%;\r\n            align-items: center; \/* This vertically centers the images *\/\r\n            transition: transform 0.3s ease;\r\n            transform: translateX(0);\r\n        }\r\n\r\n        \/* Styling for the images within the carousel *\/\r\n        .carousel-item {\r\n            \/* Responsive width: smaller on narrow screens, larger on desktop *\/\r\n            width: clamp(220px, 18vw, 360px);\r\n            flex-shrink: 0;\r\n            \/* Use a percentage of the container height so items reach across the hourglass waist *\/\r\n            height: 100% !important;\r\n            max-height: 1200px;\r\n            aspect-ratio: 4\/3;\r\n            object-fit: cover;\r\n            border-radius: 1rem;\r\n            margin-right:20px; \/* Space between images *\/\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\r\n            \/* fallback background so a failed image area is visible in Elementor *\/\r\n            background-color: #1e293b;\r\n            color: #e2e8f0;\r\n            display: block;\r\n            text-align: center;\r\n            line-height: calc(80% * 1px); \/* fallback; JS will replace on placeholders if needed *\/\r\n        }\r\n        \r\n        \/* Remove automatic animation - now controlled by JavaScript *\/\r\n\r\n        \/* Desktop tweak: increase visible area by slightly enlarging items on very wide viewports *\/\r\n        @media (min-width: 1400px) {\r\n            .carousel-item { width: clamp(260px, 25vw, 420px); height: 100% !important; }\r\n        }\r\n        \/* Cursor pointer to indicate swipeable area *\/\r\n        .carousel-container {\r\n            cursor: grab;\r\n        }\r\n        \r\n        .carousel-container:active {\r\n            cursor: grabbing;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body class=\"bg-gray-900 text-white min-h-screen flex flex-col items-center justify-center p-4 overflow-hidden\">\r\n\r\n    <!-- SVG definition for the custom clip-path shape. It's not visible on the page. -->\r\n    <svg width=\"0\" height=\"0\">\r\n        <defs>\r\n            <clipPath id=\"hourglass-shape\" clipPathUnits=\"objectBoundingBox\">\r\n                <!-- This path creates a concave hourglass shape; control points moved further outward for a wider center -->\r\n                <path d=\"M 0,0 C 0.02,0.30, 0.98,0.30, 1,0 L 1,1 C 0.98,0.70, 0.02,0.70, 0,1 Z\"><\/path>\r\n            <\/clipPath>\r\n        <\/defs>\r\n    <\/svg>\r\n\r\n\r\n    <div class=\"relative w-full\">\r\n        <!-- This is the container for the 2D carousel, which is masked -->\r\n        <div class=\"carousel-container\">\r\n            <div class=\"carousel-track\">\r\n                <!-- Original images -->\r\n                <img decoding=\"async\" src=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/08\/Tractor-31-1-scaled.png\" class=\"carousel-item\" alt=\"Tractor\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/400x300\/334155\/e2e8f0?text=Image+1';\">\r\n                <img decoding=\"async\" src=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/07\/Transporting-Bales-scaled.jpg\" class=\"carousel-item\" alt=\"Transporting Bales\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/400x300\/334155\/e2e8f0?text=Image+2';\">\r\n                <img decoding=\"async\" src=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/07\/20241206_072111035_iOS-1-scaled.jpg\" class=\"carousel-item\" alt=\"Farm land\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/400x300\/334155\/e2e8f0?text=Image+3';\">\r\n                <img decoding=\"async\" src=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/07\/FG-Storage-Space.jpeg\" class=\"carousel-item\" alt=\"Storage Space\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/400x300\/334155\/e2e8f0?text=Image+4';\">\r\n                <img decoding=\"async\" src=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/07\/MicrosoftTeams-image-32.jpg\" class=\"carousel-item\" alt=\"Team meeting\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/400x300\/334155\/e2e8f0?text=Image+5';\">\r\n                <img decoding=\"async\" src=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/07\/MicrosoftTeams-image-41.jpg\" class=\"carousel-item\" alt=\"Machinery\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/400x300\/334155\/e2e8f0?text=Image+6';\">\r\n                \r\n                <!-- Duplicate all images for infinite scroll -->\r\n                <img decoding=\"async\" src=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/08\/Tractor-31-1-scaled.png\" class=\"carousel-item\" alt=\"Tractor\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/400x300\/334155\/e2e8f0?text=Image+1';\">\r\n                <img decoding=\"async\" src=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/07\/Transporting-Bales-scaled.jpg\" class=\"carousel-item\" alt=\"Transporting Bales\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/400x300\/334155\/e2e8f0?text=Image+2';\">\r\n                <img decoding=\"async\" src=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/07\/20241206_072111035_iOS-1-scaled.jpg\" class=\"carousel-item\" alt=\"Farm land\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/400x300\/334155\/e2e8f0?text=Image+3';\">\r\n                <img decoding=\"async\" src=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/07\/FG-Storage-Space.jpeg\" class=\"carousel-item\" alt=\"Storage Space\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/400x300\/334155\/e2e8f0?text=Image+4';\">\r\n                <img decoding=\"async\" src=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/07\/MicrosoftTeams-image-32.jpg\" class=\"carousel-item\" alt=\"Team meeting\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/400x300\/334155\/e2e8f0?text=Image+5';\">\r\n                <img decoding=\"async\" src=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/07\/MicrosoftTeams-image-41.jpg\" class=\"carousel-item\" alt=\"Machinery\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/400x300\/334155\/e2e8f0?text=Image+6';\">\r\n                <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        class SwipeCarousel {\r\n            constructor() {\r\n                this.carousel = document.querySelector('.carousel-container');\r\n                this.track = document.querySelector('.carousel-track');\r\n                this.items = document.querySelectorAll('.carousel-item');\r\n                this.itemWidth = this.items[0].offsetWidth + 20; \/\/ width + margin\r\n                this.originalItemCount = 6; \/\/ Number of unique images\r\n                this.totalItems = this.items.length; \/\/ Total including duplicates\r\n                this.currentIndex = 0; \/\/ Start at the first image\r\n                \r\n                this.isDragging = false;\r\n                this.startX = 0;\r\n                this.currentX = 0;\r\n                this.initialTransform = 0;\r\n                \r\n                this.init();\r\n                this.updatePosition();\r\n            }\r\n            \r\n            init() {\r\n                \/\/ Touch events for mobile\r\n                this.carousel.addEventListener('touchstart', this.handleStart.bind(this), { passive: false });\r\n                this.carousel.addEventListener('touchmove', this.handleMove.bind(this), { passive: false });\r\n                this.carousel.addEventListener('touchend', this.handleEnd.bind(this));\r\n                \r\n                \/\/ Mouse events for desktop\r\n                this.carousel.addEventListener('mousedown', this.handleStart.bind(this));\r\n                this.carousel.addEventListener('mousemove', this.handleMove.bind(this));\r\n                this.carousel.addEventListener('mouseup', this.handleEnd.bind(this));\r\n                this.carousel.addEventListener('mouseleave', this.handleEnd.bind(this));\r\n                \r\n                \/\/ Prevent default drag behavior on images\r\n                this.carousel.addEventListener('dragstart', (e) => e.preventDefault());\r\n            }\r\n            \r\n            handleStart(e) {\r\n                this.isDragging = true;\r\n                this.startX = this.getEventX(e);\r\n                this.initialTransform = this.getCurrentTransform();\r\n                this.track.style.transition = 'none';\r\n            }\r\n            \r\n            handleMove(e) {\r\n                if (!this.isDragging) return;\r\n                \r\n                e.preventDefault();\r\n                this.currentX = this.getEventX(e);\r\n                const deltaX = this.currentX - this.startX;\r\n                const newTransform = this.initialTransform + deltaX;\r\n                \r\n                this.track.style.transform = `translateX(${newTransform}px)`;\r\n            }\r\n            \r\n            handleEnd(e) {\r\n                if (!this.isDragging) return;\r\n                \r\n                this.isDragging = false;\r\n                this.track.style.transition = 'transform 0.3s ease';\r\n                \r\n                const deltaX = this.currentX - this.startX;\r\n                const threshold = this.itemWidth * 0.3; \/\/ 30% of item width\r\n                \r\n                if (Math.abs(deltaX) > threshold) {\r\n                    if (deltaX > 0) {\r\n                        this.goToPrevious();\r\n                    } else {\r\n                        this.goToNext();\r\n                    }\r\n                } else {\r\n                    \/\/ Snap back to current position\r\n                    this.updatePosition();\r\n                }\r\n            }\r\n            \r\n            goToNext() {\r\n                this.currentIndex++;\r\n                this.updatePosition();\r\n                this.checkInfiniteLoop();\r\n            }\r\n            \r\n            goToPrevious() {\r\n                this.currentIndex--;\r\n                this.updatePosition();\r\n                this.checkInfiniteLoop();\r\n            }\r\n            \r\n            updatePosition() {\r\n                const translateX = -this.currentIndex * this.itemWidth;\r\n                this.track.style.transform = `translateX(${translateX}px)`;\r\n            }\r\n            \r\n            checkInfiniteLoop() {\r\n                \/\/ When we reach the end of the first set, jump to the beginning of the second set\r\n                if (this.currentIndex >= this.originalItemCount) {\r\n                    setTimeout(() => {\r\n                        this.track.style.transition = 'none';\r\n                        this.currentIndex = 0;\r\n                        this.updatePosition();\r\n                        \/\/ Re-enable transition after a brief moment\r\n                        setTimeout(() => {\r\n                            this.track.style.transition = 'transform 0.3s ease';\r\n                        }, 50);\r\n                    }, 300); \/\/ Wait for transition to complete\r\n                }\r\n                \/\/ When we go before the beginning, jump to the end of the first set\r\n                else if (this.currentIndex < 0) {\r\n                    setTimeout(() => {\r\n                        this.track.style.transition = 'none';\r\n                        this.currentIndex = this.originalItemCount - 1;\r\n                        this.updatePosition();\r\n                        \/\/ Re-enable transition after a brief moment\r\n                        setTimeout(() => {\r\n                            this.track.style.transition = 'transform 0.3s ease';\r\n                        }, 50);\r\n                    }, 300); \/\/ Wait for transition to complete\r\n                }\r\n            }\r\n            \r\n            getCurrentTransform() {\r\n                const style = window.getComputedStyle(this.track);\r\n                const matrix = style.transform;\r\n                if (matrix === 'none') return 0;\r\n                \r\n                const values = matrix.split('(')[1].split(')')[0].split(',');\r\n                return parseFloat(values[4]) || 0;\r\n            }\r\n            \r\n            getEventX(e) {\r\n                return e.type.includes('mouse') ? e.clientX : e.touches[0].clientX;\r\n            }\r\n        }\r\n        \r\n        \/\/ Initialize the carousel when the page loads\r\n        document.addEventListener('DOMContentLoaded', () => {\r\n            new SwipeCarousel();\r\n        });\r\n    <\/script>\r\n<\/body>\r\n   \r\n<\/html>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-413b0a0 e-flex e-con-boxed e-con e-parent\" data-id=\"413b0a0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-7aa87f8 e-con-full e-flex e-con e-child\" data-id=\"7aa87f8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-6b7797b e-con-full e-flex e-con e-child\" data-id=\"6b7797b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-472d2ce elementor-widget elementor-widget-heading\" data-id=\"472d2ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Clear<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2da8a80 elementor-widget elementor-widget-heading\" data-id=\"2da8a80\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Your Farm Waste<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-729d5ab e-con-full e-flex e-con e-child\" data-id=\"729d5ab\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9f4f1c0 elementor-widget elementor-widget-heading\" data-id=\"9f4f1c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Collect<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c2049c5 elementor-widget elementor-widget-heading\" data-id=\"c2049c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Biomass from Fields<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-ca5525f e-con-full e-flex e-con e-child\" data-id=\"ca5525f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e3fe79 elementor-widget elementor-widget-heading\" data-id=\"1e3fe79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Convert<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c44f37 elementor-widget elementor-widget-heading\" data-id=\"6c44f37\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Biomass into Biofuel<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-6058a14 e-con-full e-flex e-con e-parent\" data-id=\"6058a14\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2719302 elementor-skin-carousel elementor-widget elementor-widget-media-carousel\" data-id=\"2719302\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_per_view&quot;:&quot;1&quot;,&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"media-carousel.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"image 17\" style=\"background-image: url(&#039;https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/image-17.webp&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"image 16\" style=\"background-image: url(&#039;https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/image-16.webp&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"image 15\" style=\"background-image: url(&#039;https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/image-15.webp&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3598181 e-flex e-con-boxed e-con e-parent\" data-id=\"3598181\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-dc02be9 e-con-full e-flex e-con e-child\" data-id=\"dc02be9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-472cc35 e-con-full e-flex e-con e-child\" data-id=\"472cc35\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ec6def9 elementor-widget elementor-widget-heading\" data-id=\"ec6def9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Learn more about the Biomass Collection Process<\/h2>\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-7dd0022 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"7dd0022\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aa1d85e animated-slow elementor-widget elementor-widget-image\" data-id=\"aa1d85e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1600\" height=\"524\" src=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/blog-1.webp\" class=\"attachment-full size-full wp-image-5844\" alt=\"\" srcset=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/blog-1.webp 1600w, https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/blog-1-300x98.webp 300w, https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/blog-1-1024x335.webp 1024w, https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/blog-1-768x252.webp 768w, https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/blog-1-1536x503.webp 1536w, https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/blog-1-18x6.webp 18w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-a7b902a e-con-full e-flex e-con e-child\" data-id=\"a7b902a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-08fecac elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"08fecac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/biomassbank.in\/blog\/biomass-brings-prosperity-to-96-villages-of-mathura\/\">Biomass brings prosperity to 96 villages of Mathura\n<\/a><\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8347d25 elementor-mobile-align-center elementor-widget-mobile__width-auto elementor-widget elementor-widget-button\" data-id=\"8347d25\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/biomassbank.in\/blog\/biomass-brings-prosperity-to-96-villages-of-mathura\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read Article<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\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<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-64fb1dd e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"64fb1dd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInDown&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-db8d868 elementor-widget elementor-widget-image\" data-id=\"db8d868\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1217\" height=\"683\" src=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/Blog-3-1.webp\" class=\"attachment-full size-full wp-image-5896\" alt=\"\" srcset=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/Blog-3-1.webp 1217w, https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/Blog-3-1-300x168.webp 300w, https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/Blog-3-1-1024x575.webp 1024w, https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/Blog-3-1-768x431.webp 768w, https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/Blog-3-1-18x10.webp 18w\" sizes=\"(max-width: 1217px) 100vw, 1217px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-d548286 e-con-full e-flex e-con e-child\" data-id=\"d548286\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f508ea elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"6f508ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/biomassbank.in\/blog\/harnessing-bioenergy-is-empowering-rural-india\/\">Harnessing Bioenergy is Empowering Rural India\n<\/a><\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c01a74f elementor-mobile-align-center elementor-widget-mobile__width-auto elementor-widget elementor-widget-button\" data-id=\"c01a74f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/biomassbank.in\/blog\/harnessing-bioenergy-is-empowering-rural-india\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read Article<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\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<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-b175a91 e-con-full e-flex e-con e-child\" data-id=\"b175a91\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-fb51e20 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"fb51e20\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7058b22 elementor-widget__width-initial animated-slow elementor-widget elementor-widget-image\" data-id=\"7058b22\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1217\" height=\"683\" src=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/Blog-5.webp\" class=\"attachment-full size-full wp-image-5863\" alt=\"\" srcset=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/Blog-5.webp 1217w, https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/Blog-5-300x168.webp 300w, https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/Blog-5-1024x575.webp 1024w, https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/Blog-5-768x431.webp 768w, https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/Blog-5-18x10.webp 18w\" sizes=\"(max-width: 1217px) 100vw, 1217px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-e81cad0 e-con-full e-flex e-con e-child\" data-id=\"e81cad0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-133a60c elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"133a60c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/biomassbank.in\/blog\/not-a-waste-until-wasted\/\">Not a waste until wasted<\/a><\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ee09342 elementor-mobile-align-center elementor-widget-mobile__width-auto elementor-widget elementor-widget-button\" data-id=\"ee09342\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/biomassbank.in\/blog\/not-a-waste-until-wasted\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read Article<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\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<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-5e1aff6 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"5e1aff6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInRight&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bab5d4 elementor-widget elementor-widget-image\" data-id=\"3bab5d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"524\" src=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/blog-2.webp\" class=\"attachment-full size-full wp-image-5858\" alt=\"\" srcset=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/blog-2.webp 1600w, https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/blog-2-300x98.webp 300w, https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/blog-2-1024x335.webp 1024w, https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/blog-2-768x252.webp 768w, https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/blog-2-1536x503.webp 1536w, https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/09\/blog-2-18x6.webp 18w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-a7d099e e-con-full e-flex e-con e-child\" data-id=\"a7d099e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ea8d092 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"ea8d092\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/biomassbank.in\/blog\/enabling-farmers-to-create-value-from-agri-residue\/\">Enabling farmers to create value from Agri residue\n<\/a><\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61325c4 elementor-mobile-align-center elementor-widget-mobile__width-auto elementor-widget elementor-widget-button\" data-id=\"61325c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/biomassbank.in\/blog\/enabling-farmers-to-create-value-from-agri-residue\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read Article<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Life at Biomass Bank\u2122 Blogs and Gallery Clear Your Farm Waste Collect Biomass from Fields Convert Biomass into Biofuel Learn more about the Biomass Collection Process Biomass brings prosperity to 96 villages of Mathura Read Article Harnessing Bioenergy is Empowering Rural India Read Article Not a waste until wasted Read Article Enabling farmers to create&#8230;<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"redux-templates_full_width","meta":{"footnotes":""},"class_list":["post-5660","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.5 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Blog-Gallery - Biomass Bank<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/biomassbank.in\/gu\/blog-gallery\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Blog-Gallery\" \/>\n<meta property=\"og:description\" content=\"Life at Biomass Bank\u2122 Blogs and Gallery Clear Your Farm Waste Collect Biomass from Fields Convert Biomass into Biofuel Learn more about the Biomass Collection Process Biomass brings prosperity to 96 villages of Mathura Read Article Harnessing Bioenergy is Empowering Rural India Read Article Not a waste until wasted Read Article Enabling farmers to create...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/biomassbank.in\/gu\/blog-gallery\/\" \/>\n<meta property=\"og:site_name\" content=\"Biomass Bank\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-23T11:02:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/08\/Tractor-31-1-scaled.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0a85\u0a82\u0aa6\u0abe\u0a9c\u0abf\u0aa4 \u0ab5\u0abe\u0a82\u0a9a\u0aa8 \u0ab8\u0aae\u0aaf\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 \u0aae\u0abf\u0aa8\u0abf\u0a9f\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/biomassbank.in\/blog-gallery\/\",\"url\":\"https:\/\/biomassbank.in\/blog-gallery\/\",\"name\":\"Blog-Gallery - Biomass Bank\",\"isPartOf\":{\"@id\":\"https:\/\/biomassbank.in\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/biomassbank.in\/blog-gallery\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/biomassbank.in\/blog-gallery\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/08\/Tractor-31-1-scaled.png\",\"datePublished\":\"2025-09-08T12:56:43+00:00\",\"dateModified\":\"2025-09-23T11:02:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/biomassbank.in\/blog-gallery\/#breadcrumb\"},\"inLanguage\":\"gu-IN\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/biomassbank.in\/blog-gallery\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"gu-IN\",\"@id\":\"https:\/\/biomassbank.in\/blog-gallery\/#primaryimage\",\"url\":\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/08\/Tractor-31-1-scaled.png\",\"contentUrl\":\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/08\/Tractor-31-1-scaled.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/biomassbank.in\/blog-gallery\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/biomassbank.in\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blog-Gallery\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/biomassbank.in\/#website\",\"url\":\"https:\/\/biomassbank.in\/\",\"name\":\"Biomass Bank\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/biomassbank.in\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/biomassbank.in\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"gu-IN\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/biomassbank.in\/#organization\",\"name\":\"Biomass Bank\",\"url\":\"https:\/\/biomassbank.in\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"gu-IN\",\"@id\":\"https:\/\/biomassbank.in\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/07\/Biomass-Bank-Logo2-scaled.png\",\"contentUrl\":\"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/07\/Biomass-Bank-Logo2-scaled.png\",\"width\":2560,\"height\":1691,\"caption\":\"Biomass Bank\"},\"image\":{\"@id\":\"https:\/\/biomassbank.in\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Blog-Gallery - Biomass Bank","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/biomassbank.in\/gu\/blog-gallery\/","og_locale":"en_US","og_type":"article","og_title":"Blog-Gallery","og_description":"Life at Biomass Bank\u2122 Blogs and Gallery Clear Your Farm Waste Collect Biomass from Fields Convert Biomass into Biofuel Learn more about the Biomass Collection Process Biomass brings prosperity to 96 villages of Mathura Read Article Harnessing Bioenergy is Empowering Rural India Read Article Not a waste until wasted Read Article Enabling farmers to create...","og_url":"https:\/\/biomassbank.in\/gu\/blog-gallery\/","og_site_name":"Biomass Bank","article_modified_time":"2025-09-23T11:02:13+00:00","og_image":[{"url":"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/08\/Tractor-31-1-scaled.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"\u0a85\u0a82\u0aa6\u0abe\u0a9c\u0abf\u0aa4 \u0ab5\u0abe\u0a82\u0a9a\u0aa8 \u0ab8\u0aae\u0aaf":"6 \u0aae\u0abf\u0aa8\u0abf\u0a9f"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/biomassbank.in\/blog-gallery\/","url":"https:\/\/biomassbank.in\/blog-gallery\/","name":"Blog-Gallery - Biomass Bank","isPartOf":{"@id":"https:\/\/biomassbank.in\/#website"},"primaryImageOfPage":{"@id":"https:\/\/biomassbank.in\/blog-gallery\/#primaryimage"},"image":{"@id":"https:\/\/biomassbank.in\/blog-gallery\/#primaryimage"},"thumbnailUrl":"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/08\/Tractor-31-1-scaled.png","datePublished":"2025-09-08T12:56:43+00:00","dateModified":"2025-09-23T11:02:13+00:00","breadcrumb":{"@id":"https:\/\/biomassbank.in\/blog-gallery\/#breadcrumb"},"inLanguage":"gu-IN","potentialAction":[{"@type":"ReadAction","target":["https:\/\/biomassbank.in\/blog-gallery\/"]}]},{"@type":"ImageObject","inLanguage":"gu-IN","@id":"https:\/\/biomassbank.in\/blog-gallery\/#primaryimage","url":"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/08\/Tractor-31-1-scaled.png","contentUrl":"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/08\/Tractor-31-1-scaled.png"},{"@type":"BreadcrumbList","@id":"https:\/\/biomassbank.in\/blog-gallery\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/biomassbank.in\/"},{"@type":"ListItem","position":2,"name":"Blog-Gallery"}]},{"@type":"WebSite","@id":"https:\/\/biomassbank.in\/#website","url":"https:\/\/biomassbank.in\/","name":"Biomass Bank","description":"","publisher":{"@id":"https:\/\/biomassbank.in\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/biomassbank.in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"gu-IN"},{"@type":"Organization","@id":"https:\/\/biomassbank.in\/#organization","name":"Biomass Bank","url":"https:\/\/biomassbank.in\/","logo":{"@type":"ImageObject","inLanguage":"gu-IN","@id":"https:\/\/biomassbank.in\/#\/schema\/logo\/image\/","url":"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/07\/Biomass-Bank-Logo2-scaled.png","contentUrl":"https:\/\/biomassbank.in\/wp-content\/uploads\/2025\/07\/Biomass-Bank-Logo2-scaled.png","width":2560,"height":1691,"caption":"Biomass Bank"},"image":{"@id":"https:\/\/biomassbank.in\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/biomassbank.in\/gu\/wp-json\/wp\/v2\/pages\/5660","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/biomassbank.in\/gu\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/biomassbank.in\/gu\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/biomassbank.in\/gu\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/biomassbank.in\/gu\/wp-json\/wp\/v2\/comments?post=5660"}],"version-history":[{"count":214,"href":"https:\/\/biomassbank.in\/gu\/wp-json\/wp\/v2\/pages\/5660\/revisions"}],"predecessor-version":[{"id":6532,"href":"https:\/\/biomassbank.in\/gu\/wp-json\/wp\/v2\/pages\/5660\/revisions\/6532"}],"wp:attachment":[{"href":"https:\/\/biomassbank.in\/gu\/wp-json\/wp\/v2\/media?parent=5660"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}