{"id":217,"date":"2020-11-05T23:55:30","date_gmt":"2020-11-05T18:25:30","guid":{"rendered":"http:\/\/agriculturereview.com\/?page_id=217"},"modified":"2026-06-25T17:32:24","modified_gmt":"2026-06-25T12:02:24","slug":"about-us","status":"publish","type":"page","link":"https:\/\/agriculturereview.com\/hi\/about-us\/","title":{"rendered":"\u0939\u092e\u093e\u0930\u0947 \u092c\u093e\u0930\u0947 \u092e\u0947\u0902"},"content":{"rendered":"<style>\n    \/* Scoped CSS for Agriculture Review About Page *\/\n    .ar-about-wrapper {\n        font-family: inherit;\n        color: #2D3748;\n        line-height: 1.8;\n        max-width: 100%;\n        margin: 0 auto;\n        overflow: hidden;\n    }\n\n    .ar-about-wrapper h2, \n    .ar-about-wrapper h3, \n    .ar-about-wrapper h4 {\n        font-family: inherit;\n        color: #2E5129; \/* Dark Green from logo for headings *\/\n        margin-top: 0;\n    }\n\n    .ar-container {\n        max-width: 1150px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    \/* Hero Section (No Border Radius, Logo-inspired Gradient) *\/\n    .ar-hero {\n        background: linear-gradient(135deg, #2E5129 0%, #3E6D38 100%); \/* Deep and lighter green gradient from logo circle *\/\n        color: #ffffff;\n        padding: 80px 20px;\n        text-align: center;\n        border-radius: 0; \/* Border Radius removed *\/\n        margin-bottom: 60px;\n    }\n\n    .ar-hero h1 {\n        font-family: inherit;\n        color: #ffffff;\n        font-size: 3rem;\n        font-weight: 700;\n        margin-bottom: 16px;\n        line-height: 1.2;\n    }\n\n    .ar-hero p {\n        font-size: 1.25rem;\n        max-width: 700px;\n        margin: 0 auto;\n        opacity: 0.95;\n    }\n\n    \/* Founder Note Section (Pale Background, Logo Yellow Side Accent) *\/\n    .ar-founder-note {\n        background-color: #F7FFF7; \/* Extremely pale green tinted background *\/\n        border-left: 6px solid #FFC107; \/* Logo Yellow from grain for accent *\/\n        padding: 50px;\n        border-radius: 0 16px 16px 0;\n        margin-bottom: 80px;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.03);\n    }\n\n    .ar-founder-note h2 {\n        font-size: 2.2rem;\n        margin-bottom: 24px;\n        display: flex;\n        align-items: center;\n        gap: 10px;\n    }\n\n    .ar-founder-note p {\n        margin-bottom: 16px;\n        font-size: 1.1rem;\n        color: #4A5568;\n    }\n\n    .ar-founder-signoff {\n        margin-top: 30px;\n        font-weight: 600;\n        font-size: 1.2rem;\n        color: #3E6D38; \/* Slightly lighter accent green *\/\n    }\n\n    \/* Story Section *\/\n    .ar-story {\n        margin-bottom: 80px;\n    }\n\n    .ar-story-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 60px;\n        align-items: center;\n    }\n\n    .ar-story h2 {\n        font-size: 2.2rem;\n        margin-bottom: 24px;\n    }\n\n    .ar-story p {\n        margin-bottom: 20px;\n        font-size: 1.1rem;\n        color: #4A5568;\n    }\n\n    .ar-highlight-box {\n        background-color: #ffffff;\n        border: 1px solid #E2E8F0;\n        border-radius: 16px;\n        padding: 40px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n    }\n\n    .ar-highlight-box blockquote {\n        font-size: 1.4rem;\n        font-style: italic;\n        color: #2E5129; \/* Dark green from logo for quotes *\/\n        border-left: none;\n        padding: 0;\n        margin: 0 0 20px 0;\n        line-height: 1.5;\n    }\n\n    \/* Pillars Section *\/\n    .ar-pillars {\n        margin-bottom: 80px;\n    }\n\n    .ar-pillars-header {\n        text-align: center;\n        margin-bottom: 50px;\n    }\n\n    .ar-pillars-header h2 {\n        font-size: 2.2rem;\n        margin-bottom: 16px;\n    }\n\n    .ar-pillars-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 40px;\n    }\n\n    .ar-card {\n        background: #ffffff;\n        border: 1px solid #E2E8F0;\n        padding: 40px;\n        border-radius: 16px;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n\n    .ar-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 12px 25px rgba(0,0,0,0.06);\n        border-color: #C6F6D5;\n    }\n\n    .ar-card-icon {\n        font-size: 3rem; \/* Slightly larger sleek icons *\/\n        color: #FFC107; \/* Logo yellow for iconic elements *\/\n        margin-bottom: 20px;\n    }\n\n    .ar-card h3 {\n        font-size: 1.5rem;\n        margin-bottom: 16px;\n    }\n\n    .ar-card p {\n        color: #4A5568;\n        font-size: 1.05rem;\n        margin-bottom: 0;\n    }\n\n    \/* Call to Action Section (New, Modern Sleek Design) *\/\n    .ar-cta {\n        padding: 60px 20px;\n        text-align: center;\n        background-color: #2E5129; \/* Dark green button background to stand out *\/\n        border-radius: 16px;\n        margin-bottom: 80px;\n    }\n\n    .ar-cta h2 {\n        font-size: 2.5rem;\n        color: #ffffff;\n        margin-bottom: 16px;\n    }\n\n    .ar-cta p {\n        font-size: 1.2rem;\n        color: #ffffff;\n        opacity: 0.95;\n        max-width: 600px;\n        margin: 0 auto 30px;\n    }\n\n    .ar-cta-btn {\n        display: inline-block;\n        background-color: #ffffff;\n        color: #2E5129; \/* Deep green text for high contrast *\/\n        padding: 16px 40px;\n        border-radius: 50px;\n        text-decoration: none;\n        font-weight: 600;\n        font-size: 1.1rem;\n        transition: transform 0.2s, box-shadow 0.2s;\n    }\n\n    .ar-cta-btn:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 900px) {\n        .ar-story-grid {\n            grid-template-columns: 1fr;\n            gap: 40px;\n        }\n        .ar-pillars-grid {\n            grid-template-columns: 1fr;\n        }\n    }\n\n    @media (max-width: 600px) {\n        .ar-hero {\n            padding: 50px 20px;\n        }\n        .ar-hero h1 {\n            font-size: 2.2rem;\n        }\n        .ar-founder-note {\n            padding: 30px 20px;\n            border-radius: 0 12px 12px 0;\n        }\n        .ar-cta {\n            padding: 40px 10px;\n        }\n    }\n<\/style>\n\n<div class=\"ar-about-wrapper\">\n    \n    <!-- Hero Section -->\n    <div class=\"ar-hero\">\n        <div class=\"ar-container\">\n            <h1>Cultivating a Greener Future<\/h1>\n            <p>Empowering students, farmers and inspiring urban gardeners to build a healthier, more sustainable world together.<\/p>\n        <\/div>\n    <\/div>\n\n    <div class=\"ar-container\">\n        <!-- Notes From The Founder Section -->\n        <div class=\"ar-founder-note\">\n            <h2>Notes \ud83d\udcdd From The Founder<\/h2>\n            <p>I started Agriculture Review in 2019, simply as a space to share the lessons I was absorbing during my college days. Back then, it was all about the pure joy of learning. I would sit at my desk for hours, navigating the complexities of coding, studying agriculture, and putting in the quiet work. It all began with a single guide on chilli farming.<\/p>\n            \n            <p>Slowly, people started to read. What began with just 10 to 20 daily visitors blossomed into a global community of over a million readers a day within just two to three years. A flood of agricultural and gardening knowledge followed. Brilliant minds connected with us, and incredible stories began to pour in. Some readers were inspired to open agritourism centers, others discovered the quiet peace of backyard gardening, while many students used our resources to pass their board examinations.<\/p>\n            \n            <p>The journey of Agriculture Review has been beautifully diverse as we have tried to capture the global spirit of farming. The path wasn&#8217;t always perfectly positive; there were heavy moments of doubt when I thought, &#8220;Maybe it&#8217;s time to stop,&#8221; followed by sudden, inspiring breakthroughs of, &#8220;Wow, I can actually do this.&#8221; Through every high and low, my deep love for agriculture remained my anchor.<\/p>\n            \n            <p>I don&#8217;t know exactly when it happened, but Agriculture Review became an essential platform for agriculture students, especially the incredible students from the Philippines \ud83c\uddf5\ud83c\udded\u2764\ufe0f. I have never seen such a pure, burning enthusiasm for agriculture as I have in the hearts of the Filipino youth.<\/p>\n            \n            <p>Last year, when countless students reached out to thank us for the free mock tests after passing their exams, I experienced what felt like a true milestone. It felt like passing the beacon of success in agriculture to deeply deserving people. Still, there is a long way to go and so much work left to do. To elevate agriculture, to win the hearts of hardworking farmers, to drive true agricultural growth, and to inspire more people around the world to simply plant a seed and watch it grow, that is the dream. That is the goal.<\/p>\n            \n            <div class=\"ar-founder-signoff\">\u2014 Aditya Abhishek<\/div>\n        <\/div>\n\n        <!-- The Story Section -->\n        <div class=\"ar-story\">\n            <div class=\"ar-story-grid\">\n                <div>\n                    <h2>Our Global Mission<\/h2>\n                    <p>During the 20th Century, the global population was around 1.6 billion. Today, that number has skyrocketed, driving an unprecedented demand for food. Only our farmers can meet this global need, yet many struggle to deliver basic food to their own families due to a lack of knowledge and infrastructure.<\/p>\n                    <p>We witness rapid development in our cities, but often a sinking quality of rural life. People migrate to cities in search of status, forgetting that true prosperity can be found in agriculture. Farming is the purest of businesses\u2014it is a service to mankind that, when practiced with modern techniques, can guarantee profits higher than a fixed-paying job.<\/p>\n                    <p>Simultaneously, our rapidly growing urban centers are suffocating under pollution and stress. We believe the antidote to this modern crisis lies in home gardening, giving people the power to grow their own peace and organic sustenance right at home.<\/p>\n                <\/div>\n                \n                <div class=\"ar-highlight-box\">\n                    <blockquote>&#8220;Agriculture is not just an art of growing crops; it is an absolute necessity for the upcoming generation.&#8221;<\/blockquote>\n                    <p>Our platform bridges the gap between traditional practices and modern, scientific solutions\u2014ensuring success for both rural farmers and urban backyard gardeners.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Core Pillars Section -->\n        <div class=\"ar-pillars\">\n            <div class=\"ar-pillars-header\">\n                <h2>Our Aim &#038; Goals<\/h2>\n                <p style=\"color: #4A5568; font-size: 1.1rem; max-width: 700px; margin: 0 auto;\">We provide user-friendly, practical, and scientific guidance across two main pillars to improve lives across the globe.<\/p>\n            <\/div>\n            \n            <div class=\"ar-pillars-grid\">\n                <!-- Pillar 1 -->\n                <div class=\"ar-card\">\n                    <div class=\"ar-card-icon\">\ud83c\udf3e<\/div>\n                    <h3>Empowering Farm Entrepreneurs<\/h3>\n                    <p>We guide farmers in developing countries to become successful entrepreneurs. From newly introduced farming techniques, fertilizers, and irrigation, to navigating government schemes, loans, and insurance planning. We are here to help farmers minimize losses and match the increasing global food demand.<\/p>\n                <\/div>\n                \n                <!-- Pillar 2 -->\n                <div class=\"ar-card\">\n                    <div class=\"ar-card-icon\">\ud83c\udf31<\/div>\n                    <h3>Inspiring Urban Gardening<\/h3>\n                    <p>For those living in metro or suburban areas battling pollution and stress, we provide the ultimate resource for growing organic fruits, vegetables, flowers, and houseplants. We clear up common misconceptions so you can easily cultivate a thriving backyard, terrace, or balcony garden.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Modern Sleek Call to Action Section -->\n        <div class=\"ar-cta\">\n            <h2>Join Our Movement<\/h2>\n            <p>Our team is ready to help you at every step. Share your story or connect with us to succeed.<\/p>\n            <a href=\"https:\/\/agriculturereview.com\/hi\/contact-us\/\" class=\"ar-cta-btn\">Connect With Us Today<\/a>\n        <\/div>\n    <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Cultivating a Greener Future Empowering students, farmers and inspiring urban gardeners to build a healthier, more sustainable world together. Notes \ud83d\udcdd From The Founder I started Agriculture Review in 2019, simply as a space to share the lessons I was absorbing during my college days. Back then, it was all about the pure joy of &#8230; <a title=\"\u0939\u092e\u093e\u0930\u0947 \u092c\u093e\u0930\u0947 \u092e\u0947\u0902\" class=\"read-more\" href=\"https:\/\/agriculturereview.com\/hi\/about-us\/\" aria-label=\"Read more about About Us\">Read more<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_surecart_dashboard_logo_width":"180px","_surecart_dashboard_show_logo":true,"_surecart_dashboard_navigation_orders":true,"_surecart_dashboard_navigation_invoices":true,"_surecart_dashboard_navigation_subscriptions":true,"_surecart_dashboard_navigation_downloads":true,"_surecart_dashboard_navigation_billing":true,"_surecart_dashboard_navigation_account":true,"footnotes":""},"class_list":["post-217","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/pages\/217","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/comments?post=217"}],"version-history":[{"count":7,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/pages\/217\/revisions"}],"predecessor-version":[{"id":22560,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/pages\/217\/revisions\/22560"}],"wp:attachment":[{"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/media?parent=217"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}