{"id":1869,"date":"2025-12-31T11:42:22","date_gmt":"2025-12-31T11:42:22","guid":{"rendered":"https:\/\/gcwas.taas.in\/?page_id=1869"},"modified":"2026-02-06T13:39:52","modified_gmt":"2026-02-06T13:39:52","slug":"platinum-sponsors","status":"publish","type":"page","link":"https:\/\/gcwas.taas.in\/index.php\/platinum-sponsors\/","title":{"rendered":"Platinum Sponsors"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1869\" class=\"elementor elementor-1869\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b3f6557 e-con-full e-flex e-con e-parent\" data-id=\"b3f6557\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0a18e80 elementor-widget elementor-widget-html\" data-id=\"0a18e80\" 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;\r\n        --text: #333333;\r\n        --platinum: #E5E4E2;\r\n        --platinum-dark: #9E9E9E;\r\n    }\r\n\r\n    .platinum-section {\r\n        max-width: 98%;\r\n        margin: 0 auto;\r\n        padding: 20px 10px;\r\n        background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);\r\n        border-radius: 15px;\r\n        margin-bottom: 40px;\r\n    }\r\n    \r\n    .platinum-title {\r\n        font-family: 'Playfair Display', serif;\r\n        color: var(--platinum-dark);\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    .platinum-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: linear-gradient(to right, var(--platinum), var(--platinum-dark));\r\n    }\r\n    \r\n    .platinum-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    .platinum-card {\r\n        background: #FFF8F3;\r\n        border-radius: 15px;\r\n        overflow: hidden;\r\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);\r\n        transition: all 0.3s ease;\r\n        display: flex;\r\n        flex-direction: column;\r\n        height: 100%;\r\n        border-top: 5px solid var(--platinum-dark);\r\n    }\r\n    \r\n    .platinum-card:hover {\r\n        transform: translateY(-10px);\r\n        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);\r\n    }\r\n    \r\n    .platinum-header {\r\n        background: linear-gradient(to right, var(--platinum-dark), var(--platinum));\r\n        color: white;\r\n        padding: 25px;\r\n        text-align: center;\r\n        position: relative;\r\n    }\r\n    \r\n    .platinum-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);\r\n        overflow: hidden;\r\n    }\r\n    \r\n    .platinum-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    .platinum-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    .platinum-abbr {\r\n        font-size: 0.9rem;\r\n        opacity: 0.9;\r\n    }\r\n    \r\n    .platinum-type {\r\n        display: inline-block;\r\n        background: rgba(255, 255, 255, 0.3);\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    .platinum-body {\r\n        padding: 25px;\r\n        flex-grow: 1;\r\n        display: flex;\r\n        flex-direction: column;\r\n        background: #FFFFFF;\r\n    }\r\n    \r\n    .platinum-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    .platinum-highlights {\r\n        margin-bottom: 25px;\r\n    }\r\n    \r\n    .platinum-highlight-item {\r\n        display: flex;\r\n        align-items: center;\r\n        margin-bottom: 12px;\r\n    }\r\n    \r\n    .platinum-highlight-icon {\r\n        color: var(--platinum-dark);\r\n        margin-right: 12px;\r\n        font-size: 1.5rem;\r\n    }\r\n    \r\n    .platinum-highlight-text {\r\n        font-size: 0.95rem;\r\n        color: #000000;\r\n    }\r\n    \r\n    .platinum-link {\r\n        display: inline-flex;\r\n        align-items: center;\r\n        background: var(--platinum-dark);\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    .platinum-link:hover {\r\n        background: var(--platinum);\r\n        color: var(--platinum-dark);\r\n        transform: translateY(-3px);\r\n        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\r\n    }\r\n    \r\n    .platinum-link i {\r\n        margin-left: 8px;\r\n        font-size: 0.9rem;\r\n    }\r\n    \r\n    p {\r\n        color: #000000;\r\n    }\r\n    \r\n    \/* Responsive Design *\/\r\n    @media (max-width: 768px) {\r\n        .platinum-title {\r\n            font-size: 2.2rem;\r\n        }\r\n        \r\n        .platinum-container {\r\n            grid-template-columns: 1fr;\r\n        }\r\n        \r\n        .platinum-header {\r\n            padding: 20px;\r\n        }\r\n        \r\n        .platinum-body {\r\n            padding: 20px;\r\n        }\r\n        \r\n        .platinum-logo-container {\r\n            width: 100px;\r\n            height: 100px;\r\n        }\r\n    }\r\n<\/style>\r\n<section class=\"platinum-section\">\r\n    <h2 class=\"platinum-title\">Platinum Sponsors<\/h2>\r\n    \r\n    <div class=\"platinum-container\">\r\n        <!-- Rasi Seeds Card -->\r\n        <div class=\"platinum-card\">\r\n            <div class=\"platinum-header\">\r\n                <div class=\"platinum-logo-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/gcwas.taas.in\/wp-content\/uploads\/2025\/12\/Rasi-Seeds.png\" alt=\"Rasi Seeds Logo\" class=\"platinum-logo\">\r\n                <\/div>\r\n                <h3 class=\"platinum-name\">Rasi Seeds Pvt. Ltd.<\/h3>\r\n                <div class=\"platinum-abbr\">Attur, India<\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"platinum-body\">\r\n                <p class=\"platinum-description\">\r\n                    Rasi Seeds is one of India's leading seed companies, dedicated to providing high-quality seeds to farmers across the country. With a strong focus on research and development, Rasi Seeds has developed numerous hybrid varieties that have significantly improved crop productivity and farmer incomes. The company's commitment to innovation and quality has made it a trusted name in Indian agriculture.\r\n                <\/p>\r\n                \r\n                <div class=\"platinum-highlights\">\r\n                    <div class=\"platinum-highlight-item\">\r\n                        <i class=\"fas fa-check-circle platinum-highlight-icon\"><\/i>\r\n                        <span class=\"platinum-highlight-text\">Pioneer in developing hybrid seed varieties for Indian agriculture<\/span>\r\n                    <\/div>\r\n                    <div class=\"platinum-highlight-item\">\r\n                        <i class=\"fas fa-check-circle platinum-highlight-icon\"><\/i>\r\n                        <span class=\"platinum-highlight-text\">Extensive R&D network focused on crop improvement<\/span>\r\n                    <\/div>\r\n                    <div class=\"platinum-highlight-item\">\r\n                        <i class=\"fas fa-check-circle platinum-highlight-icon\"><\/i>\r\n                        <span class=\"platinum-highlight-text\">Empowering farmers with quality seeds and technical support<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <a href=\"https:\/\/www.rasiseeds.com\/\" target=\"_blank\" class=\"platinum-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        <!-- Corteva Card -->\r\n        <div class=\"platinum-card\">\r\n            <div class=\"platinum-header\">\r\n                <div class=\"platinum-logo-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/gcwas.taas.in\/wp-content\/uploads\/2025\/12\/Corteva_logo-scaled.jpg\" alt=\"Corteva Logo\" class=\"platinum-logo\">\r\n                <\/div>\r\n                <h3 class=\"platinum-name\">Corteva Agriscience<\/h3>\r\n                <div class=\"platinum-abbr\">Indianapolis, USA<\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"platinum-body\">\r\n                <p class=\"platinum-description\">\r\n                    Corteva Agriscience is a leading global agricultural company that provides farmers around the world with the most complete portfolio in the industry. With a balanced and diverse mix of seed, crop protection, and digital solutions, Corteva is dedicated to enriching the lives of those who produce and those who consume, ensuring progress for generations to come.\r\n                <\/p>\r\n                \r\n                <div class=\"platinum-highlights\">\r\n                    <div class=\"platinum-highlight-item\">\r\n                        <i class=\"fas fa-check-circle platinum-highlight-icon\"><\/i>\r\n                        <span class=\"platinum-highlight-text\">Global leader in agricultural innovation and technology<\/span>\r\n                    <\/div>\r\n                    <div class=\"platinum-highlight-item\">\r\n                        <i class=\"fas fa-check-circle platinum-highlight-icon\"><\/i>\r\n                        <span class=\"platinum-highlight-text\">Pioneer in advanced seed genetics and traits<\/span>\r\n                    <\/div>\r\n                    <div class=\"platinum-highlight-item\">\r\n                        <i class=\"fas fa-check-circle platinum-highlight-icon\"><\/i>\r\n                        <span class=\"platinum-highlight-text\">Committed to sustainable farming practices and food security<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <a href=\"https:\/\/www.corteva.com\/\" target=\"_blank\" class=\"platinum-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        <!-- Mahyco Grow Card -->\r\n        <div class=\"platinum-card\">\r\n            <div class=\"platinum-header\">\r\n                <div class=\"platinum-logo-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/gcwas.taas.in\/wp-content\/uploads\/2026\/02\/Mahyco-grow.png\" alt=\"Mahyco Grow Logo\" class=\"platinum-logo\">\r\n                <\/div>\r\n                <h3 class=\"platinum-name\">Mahyco Grow<\/h3>\r\n                <div class=\"platinum-abbr\">Jalna, India<\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"platinum-body\">\r\n                <p class=\"platinum-description\">\r\n                    Mahyco Grow is a leading agricultural solutions provider dedicated to empowering farmers with innovative products and technologies. As a part of the Mahyco group, the company leverages decades of research experience to deliver high-quality seeds, crop protection solutions, and agricultural inputs. Mahyco Grow is committed to enhancing farm productivity and sustainability through science-driven innovations.\r\n                <\/p>\r\n                \r\n                <div class=\"platinum-highlights\">\r\n                    <div class=\"platinum-highlight-item\">\r\n                        <i class=\"fas fa-check-circle platinum-highlight-icon\"><\/i>\r\n                        <span class=\"platinum-highlight-text\">Part of the renowned Mahyco group with rich agricultural heritage<\/span>\r\n                    <\/div>\r\n                    <div class=\"platinum-highlight-item\">\r\n                        <i class=\"fas fa-check-circle platinum-highlight-icon\"><\/i>\r\n                        <span class=\"platinum-highlight-text\">Comprehensive range of agricultural solutions for farmers<\/span>\r\n                    <\/div>\r\n                    <div class=\"platinum-highlight-item\">\r\n                        <i class=\"fas fa-check-circle platinum-highlight-icon\"><\/i>\r\n                        <span class=\"platinum-highlight-text\">Dedicated to improving farmer prosperity and sustainable agriculture<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <a href=\"https:\/\/www.mahyco.com\/\" target=\"_blank\" class=\"platinum-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>Platinum Sponsors Rasi Seeds Pvt. Ltd. Attur, India Rasi Seeds is one of India&#8217;s leading seed companies, dedicated to providing high-quality seeds to farmers across the country. With a strong focus on research and development, Rasi Seeds has developed numerous hybrid varieties that have significantly improved crop productivity and farmer incomes. The company&#8217;s commitment to&#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-1869","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/pages\/1869","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=1869"}],"version-history":[{"count":9,"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/pages\/1869\/revisions"}],"predecessor-version":[{"id":1978,"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/pages\/1869\/revisions\/1978"}],"wp:attachment":[{"href":"https:\/\/gcwas.taas.in\/index.php\/wp-json\/wp\/v2\/media?parent=1869"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}