{"id":15,"date":"2026-04-08T21:26:13","date_gmt":"2026-04-08T21:26:13","guid":{"rendered":"https:\/\/kvkpratapgarh.com\/?page_id=15"},"modified":"2026-04-08T23:50:04","modified_gmt":"2026-04-08T23:50:04","slug":"home","status":"publish","type":"page","link":"https:\/\/kvkpratapgarh.com\/","title":{"rendered":"Home"},"content":{"rendered":"<style>\n  :root {\n    --green-dark: #1a3a1f;\n    --green-mid: #2d6a35;\n    --green-light: #4a9e56;\n    --gold: #c8a84b;\n    --gold-light: #e8c876;\n    --cream: #f8f4ed;\n    --cream-dark: #ede7db;\n    --text-dark: #1a1a1a;\n    --text-mid: #3a3a3a;\n    --text-muted: #6a6a6a;\n    --white: #ffffff;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  html { scroll-behavior: smooth; }\n  body {\n    font-family: 'DM Sans', sans-serif;\n    color: var(--text-dark);\n    background: var(--white);\n    line-height: 1.6;\n  }\n  h1, h2, h3, h4 {\n    font-family: 'Cormorant Garamond', serif;\n    line-height: 1.2;\n  }\n  \/* \u2500\u2500\u2500 TOP BAR \u2500\u2500\u2500 *\/\n  .topbar {\n    background: var(--green-dark);\n    color: #cde8d0;\n    font-size: 12px;\n    padding: 6px 0;\n    letter-spacing: 0.03em;\n  }\n  .topbar .container {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 6px;\n  }\n  .topbar a { color: #cde8d0; text-decoration: none; margin-left: 16px; }\n  .topbar a:hover { color: var(--gold-light); }\n  \/* \u2500\u2500\u2500 HEADER \u2500\u2500\u2500 *\/\n  header {\n    background: var(--white);\n    border-bottom: 1px solid #e0d8cc;\n    position: sticky;\n    top: 0;\n    z-index: 100;\n    box-shadow: 0 2px 16px rgba(0,0,0,0.07);\n  }\n  .header-inner {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 12px 0;\n    gap: 24px;\n  }\n  .logo-block {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    text-decoration: none;\n    color: inherit;\n  }\n  .logo-emblem {\n    width: 64px;\n    height: 64px;\n    background: var(--green-dark);\n    border-radius: 50%;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    border: 2px solid var(--gold);\n  }\n  .logo-emblem svg { width: 36px; height: 36px; }\n  .logo-text h1 {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--green-dark);\n    line-height: 1.15;\n  }\n  .logo-text p {\n    font-size: 11px;\n    color: var(--text-muted);\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 400;\n    margin-top: 1px;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n  nav { display: flex; align-items: center; gap: 4px; }\n  nav a {\n    text-decoration: none;\n    color: var(--text-mid);\n    font-size: 13.5px;\n    font-weight: 500;\n    padding: 7px 12px;\n    border-radius: 6px;\n    transition: all 0.2s;\n    white-space: nowrap;\n  }\n  nav a:hover { background: var(--cream); color: var(--green-mid); }\n  nav a.active { color: var(--green-mid); }\n  .btn-contact {\n    background: var(--green-mid);\n    color: white !important;\n    border-radius: 8px !important;\n    padding: 8px 18px !important;\n    transition: background 0.2s !important;\n  }\n  .btn-contact:hover { background: var(--green-dark) !important; }\n  \/* \u2500\u2500\u2500 HERO \u2500\u2500\u2500 *\/\n  .hero {\n    background: linear-gradient(135deg, var(--green-dark) 0%, #254d2a 50%, #1e4023 100%);\n    color: white;\n    padding: 90px 0 80px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: \n      radial-gradient(ellipse at 70% 50%, rgba(74,158,86,0.15) 0%, transparent 60%),\n      url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n    pointer-events: none;\n  }\n  .hero-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 60px;\n    align-items: center;\n    position: relative;\n  }\n  .hero-tag {\n    display: inline-block;\n    background: rgba(200,168,75,0.2);\n    border: 1px solid rgba(200,168,75,0.5);\n    color: var(--gold-light);\n    font-size: 11px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 100px;\n    margin-bottom: 20px;\n    font-family: 'DM Sans', sans-serif;\n  }\n  .hero h2 {\n    font-size: 52px;\n    font-weight: 700;\n    line-height: 1.1;\n    margin-bottom: 8px;\n    color: white;\n  }\n  .hero h2 span { color: var(--gold-light); }\n  .hero-sub {\n    font-size: 16px;\n    color: rgba(255,255,255,0.75);\n    margin: 16px 0 32px;\n    max-width: 460px;\n    line-height: 1.7;\n  }\n  .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }\n  .btn-primary {\n    background: var(--gold);\n    color: var(--green-dark);\n    font-weight: 600;\n    font-size: 14px;\n    padding: 13px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    transition: all 0.2s;\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }\n  .btn-outline {\n    border: 1.5px solid rgba(255,255,255,0.4);\n    color: white;\n    font-size: 14px;\n    padding: 13px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    transition: all 0.2s;\n  }\n  .btn-outline:hover { border-color: rgba(255,255,255,0.8); background: rgba(255,255,255,0.08); }\n  .hero-stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1px;\n    background: rgba(255,255,255,0.1);\n    border-radius: 12px;\n    overflow: hidden;\n    margin-top: 48px;\n  }\n  .stat-item {\n    background: rgba(0,0,0,0.25);\n    padding: 20px;\n    text-align: center;\n  }\n  .stat-num {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 36px;\n    font-weight: 700;\n    color: var(--gold-light);\n    line-height: 1;\n  }\n  .stat-label { font-size: 11px; color: rgba(255,255,255,0.65); margin-top: 4px; letter-spacing: 0.05em; }\n  .hero-card-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n  }\n  .hero-card {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.1);\n    border-radius: 12px;\n    padding: 22px;\n    backdrop-filter: blur(4px);\n    transition: all 0.25s;\n  }\n  .hero-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-2px); }\n  .hero-card-icon {\n    width: 40px;\n    height: 40px;\n    background: rgba(200,168,75,0.2);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 12px;\n    font-size: 20px;\n  }\n  .hero-card h4 {\n    font-size: 16px;\n    color: white;\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 600;\n    margin-bottom: 6px;\n  }\n  .hero-card p { font-size: 12px; color: rgba(255,255,255,0.6); line-height: 1.5; }\n  \/* \u2500\u2500\u2500 MARQUEE \u2500\u2500\u2500 *\/\n  .marquee-bar {\n    background: var(--gold);\n    padding: 10px 0;\n    overflow: hidden;\n  }\n  .marquee-track {\n    display: flex;\n    gap: 40px;\n    animation: marquee 30s linear infinite;\n    white-space: nowrap;\n  }\n  .marquee-item {\n    font-size: 12.5px;\n    font-weight: 600;\n    color: var(--green-dark);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n  .marquee-item::before { content: '\u2726  '; }\n  @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }\n  \/* \u2500\u2500\u2500 CONTAINER \u2500\u2500\u2500 *\/\n  .container { max-width: 1180px; margin: 0 auto; padding: 0 32px; }\n  \/* \u2500\u2500\u2500 SECTION HEADER \u2500\u2500\u2500 *\/\n  .section-header { text-align: center; margin-bottom: 56px; }\n  .section-tag {\n    display: inline-block;\n    font-size: 11px;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--green-mid);\n    font-weight: 600;\n    background: rgba(45,106,53,0.08);\n    padding: 5px 14px;\n    border-radius: 100px;\n    margin-bottom: 14px;\n  }\n  .section-header h2 {\n    font-size: 42px;\n    font-weight: 700;\n    color: var(--green-dark);\n    margin-bottom: 14px;\n  }\n  .section-header p {\n    font-size: 16px;\n    color: var(--text-muted);\n    max-width: 560px;\n    margin: 0 auto;\n    line-height: 1.7;\n  }\n  .divider {\n    width: 60px;\n    height: 3px;\n    background: var(--gold);\n    margin: 16px auto 0;\n    border-radius: 2px;\n  }\n  \/* \u2500\u2500\u2500 ABOUT \u2500\u2500\u2500 *\/\n  .about { padding: 100px 0; background: var(--white); }\n  .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }\n  .about-image-block { position: relative; }\n  .about-img-main {\n    width: 100%;\n    aspect-ratio: 4\/3;\n    background: linear-gradient(160deg, #e8f5ea, #c6e0c9);\n    border-radius: 16px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  .about-img-main svg { width: 120px; opacity: 0.35; }\n  .about-badge {\n    position: absolute;\n    bottom: -24px;\n    right: -24px;\n    background: var(--green-dark);\n    color: white;\n    border-radius: 14px;\n    padding: 20px 24px;\n    text-align: center;\n    border: 4px solid white;\n    box-shadow: 0 8px 24px rgba(0,0,0,0.15);\n  }\n  .about-badge .num { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 700; color: var(--gold-light); line-height: 1; }\n  .about-badge p { font-size: 12px; color: rgba(255,255,255,0.75); margin-top: 4px; }\n  .about-content { padding-right: 20px; }\n  .about-content h2 { font-size: 38px; color: var(--green-dark); margin-bottom: 16px; }\n  .about-content > p { color: var(--text-mid); line-height: 1.8; margin-bottom: 24px; font-size: 15.5px; }\n  .about-points { list-style: none; margin: 28px 0; }\n  .about-points li {\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n    margin-bottom: 16px;\n    font-size: 14.5px;\n    color: var(--text-mid);\n    line-height: 1.6;\n  }\n  .about-points li .dot {\n    width: 22px;\n    height: 22px;\n    background: var(--green-mid);\n    border-radius: 50%;\n    flex-shrink: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 1px;\n  }\n  .about-points li .dot::after { content: '\u2713'; font-size: 11px; color: white; font-weight: 700; }\n  \/* \u2500\u2500\u2500 MANDATE \/ SERVICES \u2500\u2500\u2500 *\/\n  .services { padding: 100px 0; background: var(--cream); }\n  .services-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 28px;\n  }\n  .service-card {\n    background: white;\n    border-radius: 16px;\n    padding: 36px 30px;\n    border: 1px solid rgba(0,0,0,0.05);\n    transition: all 0.25s;\n    position: relative;\n    overflow: hidden;\n  }\n  .service-card::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 3px;\n    background: var(--gold);\n    transform: scaleX(0);\n    transition: transform 0.3s;\n    transform-origin: left;\n  }\n  .service-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.1); }\n  .service-card:hover::after { transform: scaleX(1); }\n  .service-icon {\n    width: 56px; height: 56px;\n    background: rgba(45,106,53,0.1);\n    border-radius: 14px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 26px;\n    margin-bottom: 20px;\n  }\n  .service-card h3 { font-size: 21px; color: var(--green-dark); margin-bottom: 10px; }\n  .service-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }\n  \/* \u2500\u2500\u2500 PROGRAMS \u2500\u2500\u2500 *\/\n  .programs { padding: 100px 0; }\n  .programs-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 28px;\n  }\n  .program-item {\n    background: var(--cream);\n    border-radius: 14px;\n    padding: 32px;\n    border-left: 4px solid var(--green-mid);\n    transition: box-shadow 0.2s;\n  }\n  .program-item:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); }\n  .program-item .prog-tag {\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n    color: var(--green-mid);\n    font-weight: 700;\n    margin-bottom: 10px;\n  }\n  .program-item h3 { font-size: 22px; color: var(--green-dark); margin-bottom: 10px; }\n  .program-item p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }\n  .program-meta {\n    display: flex;\n    gap: 20px;\n    margin-top: 18px;\n    padding-top: 18px;\n    border-top: 1px solid rgba(0,0,0,0.07);\n  }\n  .program-meta span { font-size: 12px; color: var(--text-muted); display: flex; align-items: center; gap: 5px; }\n  \/* \u2500\u2500\u2500 CROPS FOCUS \u2500\u2500\u2500 *\/\n  .crops { padding: 100px 0; background: var(--green-dark); }\n  .crops .section-header h2 { color: white; }\n  .crops .section-tag { background: rgba(200,168,75,0.2); color: var(--gold-light); }\n  .crops .section-header p { color: rgba(255,255,255,0.65); }\n  .crops .divider { background: var(--gold-light); }\n  .crops-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n  }\n  .crop-card {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.1);\n    border-radius: 14px;\n    padding: 28px 20px;\n    text-align: center;\n    transition: all 0.25s;\n    cursor: default;\n  }\n  .crop-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-3px); }\n  .crop-emoji { font-size: 40px; margin-bottom: 12px; display: block; }\n  .crop-card h4 { font-family: 'DM Sans'; font-size: 15px; font-weight: 600; color: white; margin-bottom: 6px; }\n  .crop-card p { font-size: 12px; color: rgba(255,255,255,0.55); }\n  \/* \u2500\u2500\u2500 FACILITIES \u2500\u2500\u2500 *\/\n  .facilities { padding: 100px 0; background: var(--cream); }\n  .facilities-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n  }\n  .facility-card {\n    background: white;\n    border-radius: 14px;\n    overflow: hidden;\n    border: 1px solid rgba(0,0,0,0.06);\n    transition: box-shadow 0.2s;\n  }\n  .facility-card:hover { box-shadow: 0 10px 36px rgba(0,0,0,0.1); }\n  .facility-img {\n    height: 160px;\n    background: linear-gradient(135deg, #e8f5ea 0%, #c0dbc4 100%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 52px;\n  }\n  .facility-body { padding: 24px; }\n  .facility-body h3 { font-size: 19px; color: var(--green-dark); margin-bottom: 8px; }\n  .facility-body p { font-size: 13.5px; color: var(--text-muted); line-height: 1.65; }\n  \/* \u2500\u2500\u2500 TEAM \u2500\u2500\u2500 *\/\n  .team { padding: 100px 0; }\n  .team-grid {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 22px;\n  }\n  .team-card {\n    text-align: center;\n    padding: 28px 20px;\n    border-radius: 14px;\n    background: var(--white);\n    border: 1px solid rgba(0,0,0,0.06);\n    transition: all 0.25s;\n  }\n  .team-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.08); }\n  .team-avatar {\n    width: 80px;\n    height: 80px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, var(--green-mid), var(--green-dark));\n    margin: 0 auto 16px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--gold-light);\n    border: 3px solid var(--gold);\n  }\n  .team-card h4 { font-size: 17px; color: var(--green-dark); margin-bottom: 4px; }\n  .team-card .designation { font-size: 12px; color: var(--green-mid); font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 8px; }\n  .team-card p { font-size: 12.5px; color: var(--text-muted); line-height: 1.6; }\n  \/* \u2500\u2500\u2500 GALLERY \/ HIGHLIGHT \u2500\u2500\u2500 *\/\n  .highlight { padding: 100px 0; background: var(--green-dark); }\n  .highlight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }\n  .highlight-content h2 { font-size: 42px; color: white; margin-bottom: 20px; }\n  .highlight-content h2 span { color: var(--gold-light); }\n  .highlight-content p { font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.8; margin-bottom: 20px; }\n  .highlight-list { list-style: none; }\n  .highlight-list li {\n    padding: 12px 0;\n    border-bottom: 1px solid rgba(255,255,255,0.08);\n    font-size: 14px;\n    color: rgba(255,255,255,0.8);\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n  }\n  .highlight-list li::before { content: '\u2192'; color: var(--gold-light); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .achievement-cards {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n  }\n  .ach-card {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.1);\n    border-radius: 12px;\n    padding: 24px;\n    text-align: center;\n  }\n  .ach-card .big-num {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 48px;\n    font-weight: 700;\n    color: var(--gold-light);\n    line-height: 1;\n  }\n  .ach-card .label { font-size: 12px; color: rgba(255,255,255,0.6); margin-top: 6px; line-height: 1.5; }\n  \/* \u2500\u2500\u2500 NEWS \u2500\u2500\u2500 *\/\n  .news { padding: 100px 0; }\n  .news-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 28px;\n  }\n  .news-card {\n    border-radius: 14px;\n    overflow: hidden;\n    border: 1px solid rgba(0,0,0,0.08);\n    transition: box-shadow 0.2s;\n  }\n  .news-card:hover { box-shadow: 0 10px 36px rgba(0,0,0,0.1); }\n  .news-date-band {\n    background: var(--green-mid);\n    color: white;\n    font-size: 11px;\n    padding: 8px 16px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .news-img {\n    height: 170px;\n    background: linear-gradient(135deg, #e8f5ea, #d4ebda);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 48px;\n  }\n  .news-body { padding: 20px; }\n  .news-body h3 { font-size: 19px; color: var(--green-dark); margin-bottom: 8px; line-height: 1.3; }\n  .news-body p { font-size: 13px; color: var(--text-muted); line-height: 1.65; }\n  .news-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--green-mid);\n    text-decoration: none;\n    margin-top: 14px;\n    transition: gap 0.2s;\n  }\n  .news-link:hover { gap: 10px; }\n  \/* \u2500\u2500\u2500 CONTACT \u2500\u2500\u2500 *\/\n  .contact { padding: 100px 0; background: var(--cream); }\n  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }\n  .contact-info h2 { font-size: 36px; color: var(--green-dark); margin-bottom: 16px; }\n  .contact-info p { color: var(--text-muted); font-size: 15px; line-height: 1.7; margin-bottom: 32px; }\n  .contact-items { list-style: none; }\n  .contact-items li {\n    display: flex;\n    gap: 16px;\n    align-items: flex-start;\n    padding: 16px 0;\n    border-bottom: 1px solid rgba(0,0,0,0.07);\n  }\n  .contact-items li:last-child { border-bottom: none; }\n  .ci-icon {\n    width: 44px; height: 44px;\n    background: var(--green-dark);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    flex-shrink: 0;\n  }\n  .ci-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600; }\n  .ci-value { font-size: 15px; color: var(--text-dark); margin-top: 2px; font-weight: 500; }\n  .contact-form { background: white; border-radius: 16px; padding: 40px; border: 1px solid rgba(0,0,0,0.06); box-shadow: 0 4px 24px rgba(0,0,0,0.06); }\n  .contact-form h3 { font-size: 24px; color: var(--green-dark); margin-bottom: 24px; }\n  .form-group { margin-bottom: 20px; }\n  .form-group label { display: block; font-size: 12.5px; font-weight: 600; color: var(--text-mid); margin-bottom: 7px; text-transform: uppercase; letter-spacing: 0.06em; }\n  .form-group input,\n  .form-group select,\n  .form-group textarea {\n    width: 100%;\n    padding: 12px 16px;\n    border: 1.5px solid #e0d8cc;\n    border-radius: 8px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 14px;\n    color: var(--text-dark);\n    background: #fdfaf6;\n    transition: border-color 0.2s;\n    outline: none;\n    appearance: none;\n  }\n  .form-group input:focus,\n  .form-group select:focus,\n  .form-group textarea:focus { border-color: var(--green-mid); background: white; }\n  .form-group textarea { resize: vertical; min-height: 100px; }\n  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n  .submit-btn {\n    width: 100%;\n    padding: 14px;\n    background: var(--green-dark);\n    color: white;\n    border: none;\n    border-radius: 8px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: background 0.2s;\n    letter-spacing: 0.04em;\n  }\n  .submit-btn:hover { background: var(--green-mid); }\n  \/* \u2500\u2500\u2500 FOOTER \u2500\u2500\u2500 *\/\n  footer {\n    background: #0f2213;\n    color: rgba(255,255,255,0.7);\n    padding: 72px 0 0;\n  }\n  .footer-grid {\n    display: grid;\n    grid-template-columns: 2fr 1fr 1fr 1fr;\n    gap: 48px;\n    margin-bottom: 56px;\n  }\n  .footer-brand .logo-text h1 { color: white; font-size: 18px; }\n  .footer-brand .logo-text p { color: rgba(255,255,255,0.45); }\n  .footer-brand > p { font-size: 13.5px; color: rgba(255,255,255,0.5); line-height: 1.8; margin-top: 16px; }\n  .footer-col h4 { color: white; font-family: 'DM Sans'; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 20px; }\n  .footer-col ul { list-style: none; }\n  .footer-col ul li { margin-bottom: 10px; }\n  .footer-col ul li a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 13.5px; transition: color 0.2s; }\n  .footer-col ul li a:hover { color: var(--gold-light); }\n  .footer-bottom {\n    border-top: 1px solid rgba(255,255,255,0.08);\n    padding: 20px 0;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n  .footer-bottom p { font-size: 12.5px; color: rgba(255,255,255,0.35); }\n  .footer-bottom a { color: var(--gold-light); text-decoration: none; }\n  \/* \u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500 *\/\n  @media (max-width: 900px) {\n    .hero-grid, .about-grid, .highlight-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }\n    .hero h2 { font-size: 38px; }\n    .services-grid, .programs-grid { grid-template-columns: 1fr 1fr; }\n    .crops-grid { grid-template-columns: repeat(2, 1fr); }\n    .team-grid { grid-template-columns: repeat(2, 1fr); }\n    .footer-grid { grid-template-columns: 1fr 1fr; }\n    nav { display: none; }\n  }\n  @media (max-width: 600px) {\n    .services-grid, .programs-grid, .crops-grid, .news-grid, .team-grid, .facilities-grid { grid-template-columns: 1fr; }\n    .footer-grid { grid-template-columns: 1fr; }\n    .hero h2 { font-size: 32px; }\n    .hero-card-grid { grid-template-columns: 1fr; }\n    .hero-stats { grid-template-columns: 1fr; }\n    .section-header h2 { font-size: 32px; }\n    .achievement-cards { grid-template-columns: 1fr; }\n    .form-row { grid-template-columns: 1fr; }\n  }\n<\/style>\n<p><!-- HERO --><\/p>\n<section id=\"home\">\n        Est. Pratapgarh, Uttar Pradesh<\/p>\n<h2>Empowering Farmers,<br \/>Transforming Agriculture<\/h2>\n<p>Raja Dinesh Singh Krishi Vigyan Kendra is dedicated to bridging the gap between agricultural research and farming practice \u2014 bringing the latest technology directly to the farmers of Pratapgarh.<\/p>\n<p>          <a href=\"#programs\">\u2192 Our Programs<\/a><br \/>\n          <a href=\"#contact\">Register as Farmer<\/a><br \/>\n            350,000+<br \/>\n            Farmers Trained<br \/>\n            200+<br \/>\n            Programs<br \/>\n            12<br \/>\n            Subject Matter Experts<br \/>\n            \ud83c\udf3e<\/p>\n<h4>Crop Technology<\/h4>\n<p>High-yielding variety demos &#038; integrated pest management<\/p>\n<p>            \ud83d\udd2c<\/p>\n<h4>Soil &#038; Water Testing<\/h4>\n<p>Free soil health card facility with lab analysis<\/p>\n<p>            \ud83d\udc04<\/p>\n<h4>Animal Husbandry<\/h4>\n<p>Livestock management, breed improvement &#038; dairy advisory<\/p>\n<p>            \ud83d\udcf1<\/p>\n<h4>Digital Farming<\/h4>\n<p>Mobile agri-apps, weather advisory &#038; e-learning tools<\/p>\n<\/section>\n<p><!-- MARQUEE --><br \/>\n    Rabi Season Wheat Demonstration Plots Now Open<br \/>\n    Free Soil Testing \u2014 Register at KVK Office<br \/>\n    Kissan Mela 2026<br \/>\n    New Batch: Organic Farming Training \u2014 Enroll Now<br \/>\n    Goat Rearing &#038; Dairy Management Workshop<br \/>\n    PM Kissan Portal Assistance at KVK Every Tuesday<br \/>\n    Rabi Season Wheat Demonstration Plots Now Open<br \/>\n    Free Soil Testing \u2014 Register at KVK Office<br \/>\n    Kissan Mela 2025<br \/>\n    New Batch: Organic Farming Training \u2014 Enroll Now<br \/>\n    Goat Rearing &#038; Dairy Management Workshop<br \/>\n    PM Kissan Portal Assistance at KVK Every Tuesday<br \/>\n<!-- ABOUT --><\/p>\n<section id=\"about\">\n          <svg viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <circle cx=\"60\" cy=\"85\" r=\"12\" fill=\"#2d6a35\" opacity=\"0.5\"\/>\n            <rect x=\"58\" y=\"20\" width=\"4\" height=\"55\" rx=\"2\" fill=\"#2d6a35\" opacity=\"0.6\"\/>\n            <path d=\"M60 35 C45 35 35 25 38 15 C42 30 60 35 60 35Z\" fill=\"#4a9e56\" opacity=\"0.7\"\/>\n            <path d=\"M60 50 C75 50 85 40 82 30 C78 45 60 50 60 50Z\" fill=\"#4a9e56\" opacity=\"0.7\"\/>\n            <path d=\"M60 62 C48 62 40 54 42 46 C46 58 60 62 60 62Z\" fill=\"#2d6a35\" opacity=\"0.5\"\/>\n            <ellipse cx=\"60\" cy=\"95\" rx=\"26\" ry=\"5\" fill=\"#1a3a1f\" opacity=\"0.15\"\/>\n          <\/svg><br \/>\n          25+<\/p>\n<p>Years of Service<br \/>to Farmers<\/p>\n<p>        About Us<\/p>\n<h2>A Legacy of Agricultural<br \/>Knowledge &amp; Service<\/h2>\n<p>Raja Dinesh Singh Krishi Vigyan Kendra (KVK), Pratapgarh is an agricultural extension centre established under the Indian Council of Agricultural Research (ICAR) and affiliated with Sardar Vallabhbhai Patel University of Agriculture &#038; Technology (SVPUAT), Meerut.<\/p>\n<p>Serving the farming community of Pratapgarh district, we translate cutting-edge research into practical knowledge \u2014 empowering farmers with the skills, technology, and information they need to improve productivity, income, and quality of life.<\/p>\n<ul>\n<li>Conducting on-farm trials and front-line demonstrations of improved technologies<\/li>\n<li>Organizing vocational trainings for farmers, rural youth, and farm women<\/li>\n<li>Providing expert advisory services in crop production, horticulture, and livestock<\/li>\n<li>Producing and distributing quality planting material, bio-agents, and inputs<\/li>\n<li>Assessing and documenting farm technologies suited to Pratapgarh&#8217;s agro-climate<\/li>\n<\/ul>\n<\/section>\n<p><!-- MANDATE \/ SERVICES --><\/p>\n<section id=\"services\">\n      Our Mandate<\/p>\n<h2>Core Areas of Work<\/h2>\n<p>As a district-level farm science centre, KVK Pratapgarh fulfils a broad mandate defined by ICAR to accelerate agricultural development.<\/p>\n<p>        \ud83c\udf31<\/p>\n<h3>Technology Assessment<\/h3>\n<p>Evaluating location-specific agricultural technologies on the farms of progressive farmers to assess their adaptability and performance under local conditions.<\/p>\n<p>        \ud83d\udcca<\/p>\n<h3>Front Line Demonstrations<\/h3>\n<p>Demonstrating improved packages of practices on crop production, horticulture, livestock, and fisheries at farmers&#8217; fields to bridge the yield gap.<\/p>\n<p>        \ud83d\udc69\u200d\ud83c\udf3e<\/p>\n<h3>Capacity Building<\/h3>\n<p>Conducting short-term and long-term training programs for farmers, farm women, rural youth, extension functionaries, and input dealers.<\/p>\n<p>        \ud83e\uddea<\/p>\n<h3>Soil &#038; Water Testing<\/h3>\n<p>Operating a soil testing laboratory to provide farmers with soil health cards and fertilizer recommendations for balanced nutrient management.<\/p>\n<p>        \ud83c\udf3f<\/p>\n<h3>Seed &#038; Input Production<\/h3>\n<p>Producing and supplying quality seeds, bio-agents, bio-fertilizers, and other agricultural inputs to farmers at subsidised or cost price.<\/p>\n<p>        \ud83d\udce1<\/p>\n<h3>Advisory &#038; Information Services<\/h3>\n<p>Providing weather-based agro-advisory, market information, and digital extension services through Kissan Call Centres and mobile platforms.<\/p>\n<\/section>\n<p><!-- PROGRAMS --><\/p>\n<section id=\"programs\">\n      Training &#038; Programs<\/p>\n<h2>Building Skills for Better Farming<\/h2>\n<p>Our training programs are designed for practical, hands-on learning tailored to the real needs of Pratapgarh&#8217;s farming community.<\/p>\n<p>        \ud83c\udf3e Crop Production<\/p>\n<h3>Integrated Crop Management<\/h3>\n<p>Hands-on training covering soil preparation, seed selection, sowing techniques, nutrient management, and post-harvest handling for major crops like wheat, rice, and pulses.<\/p>\n<p>          \ud83d\udcc5 Duration: 5\u20137 Days<br \/>\n          \ud83d\udc65 Capacity: 25 Farmers<br \/>\n          \ud83c\udd93 Free for Farmers<br \/>\n        \ud83c\udf3f Horticulture<\/p>\n<h3>Vegetable &#038; Fruit Cultivation<\/h3>\n<p>Training in improved vegetable production, protected cultivation (poly-house\/net-house), grafting techniques, and post-harvest management for high-value horticultural crops.<\/p>\n<p>          \ud83d\udcc5 Duration: 3\u20135 Days<br \/>\n          \ud83d\udc65 Capacity: 20 Farmers<br \/>\n          \ud83c\udd93 Free for Farmers<br \/>\n        \ud83d\udc04 Animal Husbandry<\/p>\n<h3>Dairy &#038; Livestock Management<\/h3>\n<p>Covering scientific livestock rearing, improved breeds, feeding management, health care, vaccination schedules, and profitable milk production for dairy farmers and rural households.<\/p>\n<p>          \ud83d\udcc5 Duration: 5 Days<br \/>\n          \ud83d\udc65 Capacity: 25 Farmers<br \/>\n          \ud83c\udd93 Free for Farmers<br \/>\n        \ud83d\udc69\u200d\ud83d\udcbc Farm Women<\/p>\n<h3>Agri-Entrepreneurship for Women<\/h3>\n<p>Skill development programs for farm women covering mushroom cultivation, food processing, vermicompost production, tailoring, and micro-enterprise development to boost rural income.<\/p>\n<p>          \ud83d\udcc5 Duration: 7\u201310 Days<br \/>\n          \ud83d\udc65 Capacity: 20 Women<br \/>\n          \ud83c\udd93 Free<br \/>\n        \u267b\ufe0f Sustainable Farming<\/p>\n<h3>Organic &#038; Natural Farming<\/h3>\n<p>Training in the principles of organic farming, preparation of organic inputs (Jeevamrit, Beejamrit, compost), natural pest management, and certification process for organic produce.<\/p>\n<p>          \ud83d\udcc5 Duration: 5 Days<br \/>\n          \ud83d\udc65 Capacity: 25 Farmers<br \/>\n          \ud83c\udd93 Free for Farmers<br \/>\n        \ud83d\udc1f Fisheries<\/p>\n<h3>Fish Farming &#038; Pond Management<\/h3>\n<p>Practical training on composite fish culture, pond construction, water quality management, fish feeding, disease control, and profitability enhancement for fishery farmers.<\/p>\n<p>          \ud83d\udcc5 Duration: 3 Days<br \/>\n          \ud83d\udc65 Capacity: 20 Farmers<br \/>\n          \ud83c\udd93 Free for Farmers<br \/>\n<\/section>\n<p><!-- CROPS FOCUS --><\/p>\n<section>\n      Focus Crops<\/p>\n<h2>Key Commodities of Pratapgarh<\/h2>\n<p>Our programs are tailored to the major crops and livestock of Pratapgarh&#8217;s agro-climatic zone.<\/p>\n<p>        \ud83c\udf3e<\/p>\n<h4>Wheat<\/h4>\n<p>High-yielding variety trials &#038; FLD<\/p>\n<p>        \ud83c\udf3e<\/p>\n<h4>Paddy \/ Rice<\/h4>\n<p>SRI method, Kharif management<\/p>\n<p>        \ud83e\uded8<\/p>\n<h4>Pulses (Arhar, Masoor)<\/h4>\n<p>Improved varieties, intercropping<\/p>\n<p>        \ud83e\udd6c<\/p>\n<h4>Vegetables<\/h4>\n<p>Tomato, potato, onion &#038; greens<\/p>\n<p>        \ud83c\udf48<\/p>\n<h4>Aonla (Indian Gooseberry)<\/h4>\n<p>Pratapgarh&#8217;s signature horticulture crop<\/p>\n<p>        \ud83c\udf4c<\/p>\n<h4>Banana &#038; Guava<\/h4>\n<p>Commercial orchard technology<\/p>\n<p>        \ud83d\udc04<\/p>\n<h4>Dairy Cattle<\/h4>\n<p>Breed improvement &#038; milk yield<\/p>\n<p>        \ud83d\udc10<\/p>\n<h4>Goat Rearing<\/h4>\n<p>Low-cost small ruminant farming<\/p>\n<\/section>\n<p><!-- FACILITIES --><\/p>\n<section id=\"facilities\">\n      Infrastructure<\/p>\n<h2>Our Facilities<\/h2>\n<p>State-of-the-art infrastructure to support research, demonstration, training, and farmer services.<\/p>\n<p>        \ud83c\udfeb<\/p>\n<h3>Training Hall &#038; Classrooms<\/h3>\n<p>A well-equipped training hall with audio-visual aids, projectors, and seating for up to 100 participants for large training programs and Kissan Melas.<\/p>\n<p>        \ud83e\uddeb<\/p>\n<h3>Soil &#038; Water Testing Lab<\/h3>\n<p>A modern laboratory offering free soil health testing, water quality analysis, and tailored fertilizer recommendations for farmers of Pratapgarh district.<\/p>\n<p>        \ud83c\udf3f<\/p>\n<h3>Demonstration Farm (100 Acres)<\/h3>\n<p>A large demonstration farm with trial plots for crop varieties, horticultural orchards, vegetable gardens, and integrated farming systems models.<\/p>\n<p>        \ud83c\udfe1<\/p>\n<h3>Hostel &#038; Residential Facility<\/h3>\n<p>Residential accommodation for outstation trainees participating in multi-day programs, with separate facilities for male and female participants.<\/p>\n<p>        \ud83d\udc04<\/p>\n<h3>Livestock Unit<\/h3>\n<p>A demonstration livestock unit with improved breeds of cattle, goats, and poultry for live training in animal husbandry and dairy management.<\/p>\n<p>        \ud83d\udcbb<\/p>\n<h3>e-Learning &#038; ICT Centre<\/h3>\n<p>A computer lab providing access to digital extension services, agri-portals, Kissan Call Centre linkages, and online certification courses for rural youth.<\/p>\n<\/section>\n<p><!-- HIGHLIGHT \/ ACHIEVEMENTS --><\/p>\n<section>\n        Why Choose KVK Pratapgarh<\/p>\n<h2>Rooted in Pratapgarh,<br \/>Driven by Science<\/h2>\n<p>KVK Pratapgarh is more than a training centre \u2014 it is the farmer&#8217;s companion for every season, every challenge, and every opportunity that modern agriculture presents.<\/p>\n<ul>\n<li>Free soil testing and personalised crop advisory for all district farmers<\/li>\n<li>Linkage with state and central government agricultural schemes<\/li>\n<li>Quality seed and bio-input supply at subsidised rates<\/li>\n<li>Weather-based agro-advisory for timely crop management decisions<\/li>\n<li>Women-focused programs for livelihood and entrepreneurship<\/li>\n<li>Year-round on-farm trials with the latest ICAR-recommended technologies<\/li>\n<\/ul>\n<p>          500+<br \/>\n          Front Line Demonstrations conducted<br \/>\n          95%<br \/>\n          Farmer satisfaction rating in programme feedback<br \/>\n          40%<br \/>\n          Average yield increase reported by trained farmers<br \/>\n          12+<br \/>\n          Subject matter specialists on staff<br \/>\n<\/section>\n<p><!-- TEAM --><\/p>\n<section id=\"team\">\n      Our Experts<\/p>\n<h2>Meet the KVK Team<\/h2>\n<p>Our multidisciplinary team of agricultural scientists and extension specialists is at your service.<\/p>\n<p>        NS<\/p>\n<h4>Dr. Naveen Kumar Singh<\/h4>\n<p>        SMS (Agronomy) \/ In-charge<\/p>\n<p>Leads the KVK with expertise in agronomy, crop management, and agricultural research extension.<\/p>\n<p>        SD<\/p>\n<h4>Mrs. Swati Deepak Dubey<\/h4>\n<p>        SMS (Home Science)<\/p>\n<p>Specialist in farm women empowerment, nutrition, food processing, and rural livelihood programs.<\/p>\n<p>        AK<\/p>\n<h4>Dr. Awadhesh Kumar Singh<\/h4>\n<p>        SMS (Agriculture Extension)<\/p>\n<p>Expert in agricultural extension methodologies, farmer training, and technology dissemination.<\/p>\n<p>        MP<\/p>\n<h4>Mr. Mahendra Pratap Singh<\/h4>\n<p>        SMS (Horticulture)<\/p>\n<p>Specialist in vegetable science, Aonla cultivation, orchard management, and horticulture technology.<\/p>\n<p>        PD<\/p>\n<h4>Dr. Prasenjit Debnath<\/h4>\n<p>        SMS (Animal Science)<\/p>\n<p>Expert in livestock management, dairy cattle, breed improvement, and animal health advisory.<\/p>\n<p>        RS<\/p>\n<h4>Dr. Ranjeet Singh<\/h4>\n<p>        Accountant<\/p>\n<p>Manages financial operations, accounts, and budgetary functions of the KVK.<\/p>\n<p>        PS<\/p>\n<h4>Mr. Pradeep Kumar Singh<\/h4>\n<p>        Farm Manager<\/p>\n<p>Oversees day-to-day farm operations, demonstration plots, and on-farm trial management.<\/p>\n<p>        YK<\/p>\n<h4>Mr. Yatendra Kumar<\/h4>\n<p>        Laboratory Assistant<\/p>\n<p>Supports soil &#038; water testing laboratory operations and sample analysis at the KVK.<\/p>\n<p>        VC<\/p>\n<h4>Mr. Vinod Kumar Chaurasia<\/h4>\n<p>        Steno \/ Clerk (Accounts)<\/p>\n<p>Handles administrative, stenography, and accounts-related clerical functions at the KVK.<\/p>\n<p>        SK<\/p>\n<h4>Mr. Sudheer Kumar<\/h4>\n<p>        Computer Programmer<\/p>\n<p>Manages digital systems, data management, ICT infrastructure, and online services at KVK.<\/p>\n<\/section>\n<p><!-- NEWS --><\/p>\n<section id=\"news\">\n      News &#038; Events<\/p>\n<h2>Latest from KVK Pratapgarh<\/h2>\n<p>Stay updated with our latest training programs, farm events, and agricultural advisories.<\/p>\n<p>        \ud83d\udcc5 January 2025<br \/>\n        \ud83c\udf3e<\/p>\n<h3>Rabi Season Wheat FLD \u2014 Results and Demonstrations<\/h3>\n<p>Front-line demonstrations of HD-3086 and PBW-725 wheat varieties showed 18\u201322% yield gain over local varieties at three farmer fields in Pratapgarh block.<\/p>\n<p>          <a href=\"#\">Read More \u2192<\/a><br \/>\n        \ud83d\udcc5 December 2024<br \/>\n        \ud83c\udf48<\/p>\n<h3>Aonla Processing Training \u2014 Value Addition for Farmers<\/h3>\n<p>50 farm women trained in Aonla candy, murabba, and juice processing \u2014 creating new livelihood opportunities and reducing post-harvest losses in Pratapgarh.<\/p>\n<p>          <a href=\"#\">Read More \u2192<\/a><br \/>\n        \ud83d\udcc5 November 2024<br \/>\n        \ud83d\udc04<\/p>\n<h3>Kissan Mela 2024 \u2014 8,000+ Farmers Participate<\/h3>\n<p>Annual Kissan Mela at KVK campus brought together over 8,000 farmers, 40 agri-companies, and government department stalls for a day of knowledge and networking.<\/p>\n<p>          <a href=\"#\">Read More \u2192<\/a><br \/>\n<\/section>\n<p><!-- CONTACT --><\/p>\n<section id=\"contact\">\n        Get in Touch<\/p>\n<h2>We&#8217;re Here to Help Every Farmer<\/h2>\n<p>Whether you need soil testing, want to attend a training program, or need expert advice \u2014 our team is available Monday to Saturday.<\/p>\n<ul>\n<li>\n            \ud83d\udccd<br \/>\n              Address<br \/>\n              Raja Dinesh Singh KVK, Near Agricultural Research Station, Pratapgarh \u2014 230001, Uttar Pradesh\n          <\/li>\n<li>\n            \ud83d\udcde<br \/>\n              Phone<br \/>\n              +91-5341-222000 \/ 222001\n          <\/li>\n<li>\n            \u2709<br \/>\n              Email<br \/>\n              <a href=\"\/cdn-cgi\/l\/email-protection\" data-cfemail=\"38534e5316484a594c59485f594a5078515b594a165f574e165156\">[email&#160;protected]<\/a>\n          <\/li>\n<li>\n            \ud83d\udd50<br \/>\n              Office Hours<br \/>\n              Monday \u2013 Saturday: 9:00 AM \u2013 5:00 PM\n          <\/li>\n<li>\n            \ud83d\udcf1<br \/>\n              Kissan Helpline (Toll Free)<br \/>\n              1800-180-1551\n          <\/li>\n<\/ul>\n<h3>Register \/ Send Enquiry<\/h3>\n<p>            <label>Full Name<\/label><br \/>\n            <input type=\"text\" placeholder=\"Your full name\"><br \/>\n            <label>Mobile Number<\/label><br \/>\n            <input type=\"tel\" placeholder=\"+91 XXXXX XXXXX\"><br \/>\n          <label>Village \/ Block \/ District<\/label><br \/>\n          <input type=\"text\" placeholder=\"e.g., Kunda Block, Pratapgarh\"><br \/>\n          <label>Area of Interest<\/label><br \/>\n          <select><option value=\"\">Select a topic&#8230;<\/option><option>Soil Testing<\/option><option>Crop Production Training<\/option><option>Horticulture Training<\/option><option>Animal Husbandry<\/option><option>Organic Farming<\/option><option>Farm Women Program<\/option><option>Agri-Entrepreneurship<\/option><option>Fisheries Training<\/option><option>Government Scheme Guidance<\/option><option>General Enquiry<\/option><\/select><br \/>\n          <label>Your Message \/ Query<\/label><br \/>\n          <textarea placeholder=\"Tell us how we can help you...\"><\/textarea><br \/>\n        <button onclick=\"alert('Thank you! Our team will contact you shortly.')\">Submit Enquiry \u2192<\/button><br \/>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Est. Pratapgarh, Uttar Pradesh Empowering Farmers,Transforming Agriculture Raja Dinesh Singh Krishi Vigyan Kendra is dedicated to bridging the gap between agricultural research and farming practice \u2014 bringing the latest technology directly to the farmers of Pratapgarh. \u2192 Our Programs Register as Farmer 350,000+ Farmers Trained 200+ Programs 12 Subject Matter Experts \ud83c\udf3e Crop Technology High-yielding [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-15","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/kvkpratapgarh.com\/index.php?rest_route=\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kvkpratapgarh.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kvkpratapgarh.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kvkpratapgarh.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kvkpratapgarh.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=15"}],"version-history":[{"count":10,"href":"https:\/\/kvkpratapgarh.com\/index.php?rest_route=\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":35,"href":"https:\/\/kvkpratapgarh.com\/index.php?rest_route=\/wp\/v2\/pages\/15\/revisions\/35"}],"wp:attachment":[{"href":"https:\/\/kvkpratapgarh.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}