{"id":1501,"date":"2025-11-18T04:13:27","date_gmt":"2025-11-18T04:13:27","guid":{"rendered":"https:\/\/gcwas.taas.in\/?page_id=1501"},"modified":"2025-12-11T15:18:20","modified_gmt":"2025-12-11T15:18:20","slug":"sponsors","status":"publish","type":"page","link":"https:\/\/gcwas.taas.in\/index.php\/sponsors\/","title":{"rendered":"Sponsors"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1501\" class=\"elementor elementor-1501\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0438a56 e-con-full e-flex e-con e-parent\" data-id=\"0438a56\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-12f64df elementor-widget elementor-widget-html\" data-id=\"12f64df\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display:wght@700;800&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n     :root {\r\n        --primary: #FF4500;\r\n        --secondary: #FF7F50;\r\n        --accent: #FF6347;\r\n        --light: #FFF5EE;\r\n        --dark: #8B2500;  \/* Changed from #8B0000 to #8B2500 for lighter shade *\/\r\n        --text: #333333;\r\n    }\r\n\r\n    .partners-section {\r\n        max-width: 98%;\r\n        margin: 0 auto;\r\n        padding: 20px 10px;\r\n    }\r\n    \r\n    .section-title {\r\n        font-family: 'Playfair Display', serif;\r\n        color: var(--primary);\r\n        font-size: 2.8rem;\r\n        text-align: center;\r\n        margin-bottom: 60px;\r\n        position: relative;\r\n    }\r\n    \r\n    .section-title::after {\r\n        content: '';\r\n        position: absolute;\r\n        bottom: -15px;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        width: 80px;\r\n        height: 4px;\r\n        background: var(--accent);\r\n    }\r\n    \r\n    .partners-container {\r\n        display: grid;\r\n        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n        gap: 30px;\r\n    }\r\n    \r\n    .partner-card {\r\n        background: #FFF8F3;  \/* Changed from white to very light orange *\/\r\n        border-radius: 15px;\r\n        overflow: hidden;\r\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);  \/* Reduced shadow darkness *\/\r\n        transition: all 0.3s ease;\r\n        display: flex;\r\n        flex-direction: column;\r\n        height: 100%;\r\n    }\r\n    \r\n    .partner-card:hover {\r\n        transform: translateY(-10px);\r\n        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);  \/* Reduced hover shadow darkness *\/\r\n    }\r\n    \r\n    .partner-header {\r\n        background: linear-gradient(to right, var(--primary), var(--secondary));  \/* Changed from dark to secondary *\/\r\n        color: white;\r\n        padding: 25px;\r\n        text-align: center;\r\n        position: relative;\r\n    }\r\n    \r\n    .partner-logo-container {\r\n        width: 120px;\r\n        height: 120px;\r\n        margin: 0 auto 15px;\r\n        background-color: white;\r\n        border-radius: 50%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        padding: 10px;\r\n        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);  \/* Reduced shadow darkness *\/\r\n        overflow: hidden;\r\n    }\r\n    \r\n    .partner-logo {\r\n        max-width: 80%;\r\n        max-height: 80%;\r\n        object-fit: contain;\r\n        border-radius: 8px;\r\n    }\r\n    \r\n    .partner-name {\r\n        font-size: 1.5rem;\r\n        font-weight: 700;\r\n        margin-bottom: 5px;\r\n        color:white;\r\n    }\r\n    \r\n    .partner-abbr {\r\n        font-size: 0.9rem;\r\n        opacity: 0.9;\r\n    }\r\n    \r\n    .partner-type {\r\n        display: inline-block;\r\n        background: rgba(255, 255, 255, 0.3);  \/* Increased transparency *\/\r\n        color: white;\r\n        padding: 5px 12px;\r\n        border-radius: 20px;\r\n        font-size: 0.8rem;\r\n        font-weight: 600;\r\n        margin-top: 8px;\r\n    }\r\n    \r\n    .partner-body {\r\n        padding: 25px;\r\n        flex-grow: 1;\r\n        display: flex;\r\n        flex-direction: column;\r\n        background: #FFFFFF;  \/* Ensured body is pure white *\/\r\n    }\r\n    \r\n    .partner-description {\r\n        margin-bottom: 25px;\r\n        line-height: 1.7;\r\n        flex-grow: 1;\r\n        color: #000000;\r\n        text-align: justify;\r\n    }\r\n    \r\n    .partner-highlights {\r\n        margin-bottom: 25px;\r\n    }\r\n    \r\n    .highlight-item {\r\n        display: flex;\r\n        align-items: center;\r\n        margin-bottom: 12px;\r\n    }\r\n    \r\n    .highlight-icon {\r\n        color: var(--primary);\r\n        margin-right: 12px;\r\n        font-size: 1.5rem;\r\n    }\r\n    \r\n    .highlight-text {\r\n        font-size: 0.95rem;\r\n        color: #000000;\r\n    }\r\n    \r\n    .partner-link {\r\n        display: inline-flex;\r\n        align-items: center;\r\n        background: var(--accent);\r\n        color: white;\r\n        padding: 12px 25px;\r\n        border-radius: 30px;\r\n        text-decoration: none;\r\n        font-weight: 600;\r\n        transition: all 0.3s;\r\n        margin-top: auto;\r\n        align-self: flex-start;\r\n    }\r\n    \r\n    .partner-link:hover {\r\n        background: var(--primary);\r\n        transform: translateY(-3px);\r\n        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);  \/* Reduced hover shadow darkness *\/\r\n        color:white;\r\n    }\r\n    \r\n    .partner-link i {\r\n        margin-left: 8px;\r\n        font-size: 0.9rem;\r\n    }\r\n    \r\n    \/* Added rule for dark black paragraph text *\/\r\n    p {\r\n        color: #000000;\r\n    }\r\n    \r\n    \/* Responsive Design *\/\r\n    @media (max-width: 768px) {\r\n        .section-title {\r\n            font-size: 2.2rem;\r\n        }\r\n        \r\n        .partners-container {\r\n            grid-template-columns: 1fr;\r\n        }\r\n        \r\n        .partner-header {\r\n            padding: 20px;\r\n        }\r\n        \r\n        .partner-body {\r\n            padding: 20px;\r\n        }\r\n        \r\n        .partner-logo-container {\r\n            width: 100px;\r\n            height: 100px;\r\n        }\r\n    }\r\n<\/style>\r\n<section class=\"partners-section\">\r\n    <h2 class=\"section-title\">Diamond  Sponsors<\/h2>\r\n    \r\n    <div class=\"partners-container\">\r\n        <!-- NDDB Card -->\r\n        <div class=\"partner-card\">\r\n            <div class=\"partner-header\">\r\n                <div class=\"partner-logo-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/gcwas.taas.in\/wp-content\/uploads\/2025\/11\/Screenshot_2025.png\" alt=\"NDDB Logo\" class=\"partner-logo\">\r\n                <\/div>\r\n                <h3 class=\"partner-name\">National Dairy Development Board (NDDB)<\/h3>\r\n                <div class=\"partner-abbr\">Anand, India<\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"partner-body\">\r\n                <p class=\"partner-description\">\r\n                    The National Dairy Development Board (NDDB) is an institution of national importance established by an Act of Parliament to promote, plan, and organize programs for the development of dairy and other agriculture-based industries. NDDB's initiatives have transformed India's dairy sector through cooperative structures, making India the largest milk producer in the world.\r\n                <\/p>\r\n                \r\n                <div class=\"partner-highlights\">\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Pioneer of the White Revolution in India<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Promotes dairy cooperative movement across the country<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Implements programs for milk production and quality enhancement<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <a href=\"https:\/\/www.nddb.coop\/\" target=\"_blank\" class=\"partner-link\">\r\n                    Visit Website <i class=\"fas fa-arrow-right\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <!-- FSII Card -->\r\n        <div class=\"partner-card\">\r\n            <div class=\"partner-header\">\r\n                <div class=\"partner-logo-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/gcwas.taas.in\/wp-content\/uploads\/2025\/11\/images-removebg-preview.png\" alt=\"FSII Logo\" class=\"partner-logo\">\r\n                <\/div>\r\n                <h3 class=\"partner-name\">Federation of Seed Industry of India (FSII)<\/h3>\r\n                <div class=\"partner-abbr\">New Delhi, India<\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"partner-body\">\r\n                <p class=\"partner-description\">\r\n                    The Federation of Seed Industry of India (FSII) is an apex body representing the Indian seed industry. It works towards creating a conducive policy environment for the growth of the seed sector, promoting research and development, and ensuring the availability of high-quality seeds to farmers across the country.\r\n                <\/p>\r\n                \r\n                <div class=\"partner-highlights\">\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Advocates for farmer-friendly seed policies and regulations<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Promotes innovation and research in seed technology<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Facilitates knowledge sharing and capacity building<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <a href=\"https:\/\/fsii.in\/\" target=\"_blank\" class=\"partner-link\">\r\n                    Visit Website <i class=\"fas fa-arrow-right\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Parsons Nutritional Card -->\r\n        <div class=\"partner-card\">\r\n            <div class=\"partner-header\">\r\n                <div class=\"partner-logo-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/gcwas.taas.in\/wp-content\/uploads\/2025\/11\/Screenshot.png\" alt=\"Parsons Nutritional Logo\" class=\"partner-logo\">\r\n                <\/div>\r\n                <h3 class=\"partner-name\">Parsons Nutritional Pvt. Ltd. <br>(A Mann Group Company)<\/h3>\r\n                <div class=\"partner-abbr\">Mumbai, India<\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"partner-body\">\r\n                <p class=\"partner-description\">\r\n                    Parsons Nutritional Pvt. Ltd. is a leading company in the agricultural and nutritional sector, specializing in the development and distribution of high-quality nutritional products and agricultural inputs. The company is committed to enhancing agricultural productivity and improving nutritional outcomes through innovative solutions and sustainable practices.\r\n                <\/p>\r\n                \r\n                <div class=\"partner-highlights\">\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Develops innovative nutritional products for agriculture<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Promotes sustainable agricultural practices<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Supports farmers with quality inputs and technical knowledge<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <a href=\"#\" target=\"_blank\" class=\"partner-link\">\r\n                    Visit Website <i class=\"fas fa-arrow-right\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <!-- NSAI Card -->\r\n        <div class=\"partner-card\">\r\n            <div class=\"partner-header\">\r\n                <div class=\"partner-logo-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/gcwas.taas.in\/wp-content\/uploads\/2025\/12\/nsa.png\" alt=\"NSAI Logo\" class=\"partner-logo\">\r\n                <\/div>\r\n                <h3 class=\"partner-name\">National Seed Association of India (NSAI)<\/h3>\r\n                <div class=\"partner-abbr\">New Delhi, India<\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"partner-body\">\r\n                <p class=\"partner-description\">\r\n                    The National Seed Association of India (NSAI) is the premier organization representing the Indian seed industry. Established to promote the development of the seed sector, NSAI works closely with government bodies, research institutions, and farmers to ensure the availability of high-quality seeds and to foster innovation in seed technology.\r\n                <\/p>\r\n                \r\n                <div class=\"partner-highlights\">\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Advocates for policies that support seed industry growth<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Facilitates collaboration between industry and research institutions<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Promotes quality seed production and distribution systems<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <a href=\"https:\/\/www.nsai.in\/\" target=\"_blank\" class=\"partner-link\">\r\n                    Visit Website <i class=\"fas fa-arrow-right\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <!-- Bayer Card -->\r\n        <div class=\"partner-card\">\r\n            <div class=\"partner-header\">\r\n                <div class=\"partner-logo-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/gcwas.taas.in\/wp-content\/uploads\/2025\/12\/logo-1.jpg\" alt=\"Bayer Logo\" class=\"partner-logo\">\r\n                <\/div>\r\n                <h3 class=\"partner-name\">Bayer<\/h3>\r\n                <div class=\"partner-abbr\">Leverkusen, Germany<\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"partner-body\">\r\n                <p class=\"partner-description\">\r\n                    Bayer is a global enterprise with core competencies in the life science fields of health care and agriculture. With its innovative products, Bayer is contributing to finding solutions to some of the major challenges of our time. The company's Crop Science division is committed to helping farmers grow more with less through innovative solutions in seeds, traits, and crop protection.\r\n                <\/p>\r\n                \r\n                <div class=\"partner-highlights\">\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Global leader in agricultural innovation and crop science<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Develops high-quality seeds and crop protection solutions<\/span>\r\n                    <\/div>\r\n                    <div class=\"highlight-item\">\r\n                        <i class=\"fas fa-check-circle highlight-icon\"><\/i>\r\n                        <span class=\"highlight-text\">Committed to sustainable agriculture and food security<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <a href=\"https:\/\/www.bayer.com\/\" target=\"_blank\" class=\"partner-link\">\r\n                    Visit Website <i class=\"fas fa-arrow-right\"><\/i>\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\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>Diamond Sponsors National Dairy Development Board (NDDB) Anand, India The National Dairy Development Board (NDDB) is an institution of national importance established by an Act of Parliament to promote, plan, and organize programs for the development of dairy and other agriculture-based industries. NDDB&#8217;s initiatives have transformed India&#8217;s dairy sector through cooperative structures, making India the&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-1501","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/pages\/1501","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/comments?post=1501"}],"version-history":[{"count":18,"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/pages\/1501\/revisions"}],"predecessor-version":[{"id":1748,"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/pages\/1501\/revisions\/1748"}],"wp:attachment":[{"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/media?parent=1501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}