{"id":18,"date":"2025-12-04T15:47:51","date_gmt":"2025-12-04T15:47:51","guid":{"rendered":"https:\/\/gunvantpatil.com\/?page_id=18"},"modified":"2025-12-05T11:43:21","modified_gmt":"2025-12-05T11:43:21","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/gunvantpatil.com\/index.php\/contact-us\/","title":{"rendered":"Contact Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"18\" class=\"elementor elementor-18\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d95a86 e-flex e-con-boxed e-con e-parent\" data-id=\"7d95a86\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0097013 elementor-widget elementor-widget-html\" data-id=\"0097013\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Contact Mr. Gunvantrao Patil Hangargekar | Social Worker & Community Leader<\/title>\r\n    <meta name=\"description\" content=\"Get in touch with Mr. Gunvantrao Patil Hangargekar - social worker, liberal thinker, and community leader from Nanded. Connect for collaborations or inquiries.\">\r\n    <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=Poppins:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        :root {\r\n            --primary-color: #2c5aa0;\r\n            --secondary-color: #d4a017;\r\n            --accent-color: #1e3a6c;\r\n            --light-color: #f8f9fa;\r\n            --dark-color: #333;\r\n            --gray-color: #6c757d;\r\n            --success-color: #28a745;\r\n            --shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\r\n            --border-radius: 10px;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Poppins', sans-serif;\r\n            line-height: 1.6;\r\n            color: var(--dark-color);\r\n            background-color: #f5f7fa;\r\n        }\r\n\r\n        .container {\r\n            width: 100%;\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        \/* Header Styles *\/\r\n        header {\r\n            background-color: white;\r\n            box-shadow: var(--shadow);\r\n            position: sticky;\r\n            top: 0;\r\n            z-index: 1000;\r\n        }\r\n\r\n        .navbar {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n            padding: 20px 0;\r\n        }\r\n\r\n        .logo {\r\n            display: flex;\r\n            align-items: center;\r\n            text-decoration: none;\r\n        }\r\n\r\n        .logo-icon {\r\n            background-color: var(--primary-color);\r\n            color: white;\r\n            width: 40px;\r\n            height: 40px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 20px;\r\n            margin-right: 10px;\r\n        }\r\n\r\n        .logo-text {\r\n            font-family: 'Playfair Display', serif;\r\n            font-size: 24px;\r\n            font-weight: 600;\r\n            color: var(--primary-color);\r\n        }\r\n\r\n        .logo-text span {\r\n            color: var(--secondary-color);\r\n        }\r\n\r\n        .nav-links {\r\n            display: flex;\r\n            list-style: none;\r\n        }\r\n\r\n        .nav-links li {\r\n            margin-left: 30px;\r\n        }\r\n\r\n        .nav-links a {\r\n            text-decoration: none;\r\n            color: var(--dark-color);\r\n            font-weight: 500;\r\n            font-size: 16px;\r\n            transition: color 0.3s;\r\n            position: relative;\r\n        }\r\n\r\n        .nav-links a:hover {\r\n            color: var(--primary-color);\r\n        }\r\n\r\n        .nav-links a::after {\r\n            content: '';\r\n            position: absolute;\r\n            width: 0;\r\n            height: 2px;\r\n            background-color: var(--primary-color);\r\n            bottom: -5px;\r\n            left: 0;\r\n            transition: width 0.3s;\r\n        }\r\n\r\n        .nav-links a:hover::after {\r\n            width: 100%;\r\n        }\r\n\r\n        .mobile-menu-btn {\r\n            display: none;\r\n            background: none;\r\n            border: none;\r\n            font-size: 24px;\r\n            color: var(--primary-color);\r\n            cursor: pointer;\r\n        }\r\n\r\n        \/* Hero Section *\/\r\n        .hero {\r\n            background: linear-gradient(rgba(44, 90, 160, 0.85), rgba(30, 58, 108, 0.9)), url('https:\/\/images.unsplash.com\/photo-1553877522-43269d4ea984?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80');\r\n            background-size: cover;\r\n            background-position: center;\r\n            color: white;\r\n            text-align: center;\r\n            padding: 80px 20px;\r\n            border-radius: 0 0 var(--border-radius) var(--border-radius);\r\n            margin-bottom: 40px;\r\n        }\r\n\r\n        .hero h1 {\r\n            font-family: 'Playfair Display', serif;\r\n            font-size: 42px;\r\n            margin-bottom: 20px;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .hero p {\r\n            font-size: 18px;\r\n            max-width: 800px;\r\n            margin: 0 auto 30px;\r\n            opacity: 0.9;\r\n        }\r\n\r\n        \/* Contact Content *\/\r\n        .contact-intro {\r\n            text-align: center;\r\n            margin-bottom: 50px;\r\n        }\r\n\r\n        .contact-intro h2 {\r\n            font-family: 'Playfair Display', serif;\r\n            font-size: 36px;\r\n            color: var(--primary-color);\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .contact-intro p {\r\n            font-size: 18px;\r\n            color: var(--gray-color);\r\n            max-width: 800px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        \/* Contact Layout *\/\r\n        .contact-layout {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 50px;\r\n            margin-bottom: 60px;\r\n        }\r\n\r\n        .contact-info {\r\n            background-color: white;\r\n            border-radius: var(--border-radius);\r\n            padding: 40px;\r\n            box-shadow: var(--shadow);\r\n        }\r\n\r\n        .contact-info h3 {\r\n            font-family: 'Playfair Display', serif;\r\n            font-size: 28px;\r\n            color: var(--accent-color);\r\n            margin-bottom: 30px;\r\n            padding-bottom: 15px;\r\n            border-bottom: 2px solid var(--secondary-color);\r\n        }\r\n\r\n        .contact-detail {\r\n            display: flex;\r\n            align-items: flex-start;\r\n            margin-bottom: 30px;\r\n        }\r\n\r\n        .contact-icon {\r\n            background-color: rgba(44, 90, 160, 0.1);\r\n            color: var(--primary-color);\r\n            width: 50px;\r\n            height: 50px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 20px;\r\n            margin-right: 20px;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .contact-text h4 {\r\n            font-size: 18px;\r\n            margin-bottom: 5px;\r\n            color: var(--accent-color);\r\n        }\r\n\r\n        .contact-text p {\r\n            color: var(--gray-color);\r\n        }\r\n\r\n        .contact-text a {\r\n            color: var(--primary-color);\r\n            text-decoration: none;\r\n            transition: color 0.3s;\r\n        }\r\n\r\n        .contact-text a:hover {\r\n            color: var(--secondary-color);\r\n            text-decoration: underline;\r\n        }\r\n\r\n        \/* Contact Form *\/\r\n        .contact-form {\r\n            background-color: white;\r\n            border-radius: var(--border-radius);\r\n            padding: 40px;\r\n            box-shadow: var(--shadow);\r\n        }\r\n\r\n        .contact-form h3 {\r\n            font-family: 'Playfair Display', serif;\r\n            font-size: 28px;\r\n            color: var(--accent-color);\r\n            margin-bottom: 30px;\r\n            padding-bottom: 15px;\r\n            border-bottom: 2px solid var(--secondary-color);\r\n        }\r\n\r\n        .form-group {\r\n            margin-bottom: 25px;\r\n        }\r\n\r\n        .form-group label {\r\n            display: block;\r\n            margin-bottom: 8px;\r\n            font-weight: 500;\r\n            color: var(--accent-color);\r\n        }\r\n\r\n        .form-control {\r\n            width: 100%;\r\n            padding: 12px 15px;\r\n            border: 1px solid #ddd;\r\n            border-radius: 5px;\r\n            font-family: 'Poppins', sans-serif;\r\n            font-size: 16px;\r\n            transition: border-color 0.3s;\r\n        }\r\n\r\n        .form-control:focus {\r\n            border-color: var(--primary-color);\r\n            outline: none;\r\n        }\r\n\r\n        textarea.form-control {\r\n            min-height: 150px;\r\n            resize: vertical;\r\n        }\r\n\r\n        .submit-btn {\r\n            background-color: var(--primary-color);\r\n            color: white;\r\n            border: none;\r\n            padding: 14px 30px;\r\n            font-size: 16px;\r\n            font-weight: 600;\r\n            border-radius: 5px;\r\n            cursor: pointer;\r\n            transition: background-color 0.3s;\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n        }\r\n\r\n        .submit-btn:hover {\r\n            background-color: var(--accent-color);\r\n        }\r\n\r\n        .submit-btn i {\r\n            margin-left: 8px;\r\n        }\r\n\r\n        \/* FAQ Section *\/\r\n        .faq-section {\r\n            background-color: white;\r\n            border-radius: var(--border-radius);\r\n            padding: 40px;\r\n            box-shadow: var(--shadow);\r\n            margin-bottom: 60px;\r\n        }\r\n\r\n        .faq-section h3 {\r\n            font-family: 'Playfair Display', serif;\r\n            font-size: 28px;\r\n            color: var(--accent-color);\r\n            margin-bottom: 30px;\r\n            text-align: center;\r\n        }\r\n\r\n        .faq-item {\r\n            margin-bottom: 20px;\r\n            border: 1px solid #eee;\r\n            border-radius: 5px;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .faq-question {\r\n            background-color: #f9f9f9;\r\n            padding: 18px 20px;\r\n            font-weight: 600;\r\n            color: var(--accent-color);\r\n            cursor: pointer;\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n        }\r\n\r\n        .faq-question i {\r\n            transition: transform 0.3s;\r\n        }\r\n\r\n        .faq-answer {\r\n            padding: 0 20px;\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.3s, padding 0.3s;\r\n        }\r\n\r\n        .faq-item.active .faq-answer {\r\n            padding: 20px;\r\n            max-height: 300px;\r\n        }\r\n\r\n        .faq-item.active .faq-question i {\r\n            transform: rotate(180deg);\r\n        }\r\n\r\n        \/* Map Section *\/\r\n        .map-section {\r\n            margin-bottom: 60px;\r\n        }\r\n\r\n        .map-section h3 {\r\n            font-family: 'Playfair Display', serif;\r\n            font-size: 28px;\r\n            color: var(--accent-color);\r\n            margin-bottom: 20px;\r\n            text-align: center;\r\n        }\r\n\r\n        .map-container {\r\n            border-radius: var(--border-radius);\r\n            overflow: hidden;\r\n            box-shadow: var(--shadow);\r\n            height: 400px;\r\n            background-color: #f1f1f1;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            position: relative;\r\n        }\r\n\r\n        .map-placeholder {\r\n            text-align: center;\r\n            padding: 20px;\r\n        }\r\n\r\n        .map-placeholder i {\r\n            font-size: 60px;\r\n            color: var(--primary-color);\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .map-placeholder p {\r\n            color: var(--gray-color);\r\n            font-size: 18px;\r\n        }\r\n\r\n        \/* Footer *\/\r\n        footer {\r\n            background-color: var(--accent-color);\r\n            color: white;\r\n            padding: 50px 0 20px;\r\n            margin-top: 40px;\r\n        }\r\n\r\n        .footer-content {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr);\r\n            gap: 40px;\r\n            margin-bottom: 40px;\r\n        }\r\n\r\n        .footer-logo {\r\n            font-family: 'Playfair Display', serif;\r\n            font-size: 28px;\r\n            font-weight: 600;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .footer-logo span {\r\n            color: var(--secondary-color);\r\n        }\r\n\r\n        .footer-about p {\r\n            opacity: 0.8;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .footer-links h4, .footer-contact h4 {\r\n            font-size: 20px;\r\n            margin-bottom: 20px;\r\n            position: relative;\r\n            padding-bottom: 10px;\r\n        }\r\n\r\n        .footer-links h4::after, .footer-contact h4::after {\r\n            content: '';\r\n            position: absolute;\r\n            width: 50px;\r\n            height: 2px;\r\n            background-color: var(--secondary-color);\r\n            bottom: 0;\r\n            left: 0;\r\n        }\r\n\r\n        .footer-links ul {\r\n            list-style: none;\r\n        }\r\n\r\n        .footer-links li {\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .footer-links a {\r\n            color: rgba(255, 255, 255, 0.8);\r\n            text-decoration: none;\r\n            transition: color 0.3s;\r\n        }\r\n\r\n        .footer-links a:hover {\r\n            color: var(--secondary-color);\r\n            padding-left: 5px;\r\n        }\r\n\r\n        .footer-contact p {\r\n            opacity: 0.8;\r\n            margin-bottom: 10px;\r\n            display: flex;\r\n            align-items: center;\r\n        }\r\n\r\n        .footer-contact i {\r\n            margin-right: 10px;\r\n            color: var(--secondary-color);\r\n            width: 20px;\r\n        }\r\n\r\n        .social-icons {\r\n            display: flex;\r\n            margin-top: 20px;\r\n        }\r\n\r\n        .social-icons a {\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            width: 40px;\r\n            height: 40px;\r\n            background-color: rgba(255, 255, 255, 0.1);\r\n            border-radius: 50%;\r\n            margin-right: 15px;\r\n            color: white;\r\n            text-decoration: none;\r\n            transition: background-color 0.3s;\r\n        }\r\n\r\n        .social-icons a:hover {\r\n            background-color: var(--secondary-color);\r\n        }\r\n\r\n        .copyright {\r\n            text-align: center;\r\n            padding-top: 20px;\r\n            border-top: 1px solid rgba(255, 255, 255, 0.1);\r\n            opacity: 0.7;\r\n            font-size: 14px;\r\n        }\r\n\r\n        \/* Responsive Styles *\/\r\n        @media (max-width: 992px) {\r\n            .contact-layout {\r\n                grid-template-columns: 1fr;\r\n                gap: 30px;\r\n            }\r\n            \r\n            .footer-content {\r\n                grid-template-columns: 1fr;\r\n                gap: 30px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .nav-links {\r\n                display: none;\r\n                position: absolute;\r\n                top: 100%;\r\n                left: 0;\r\n                width: 100%;\r\n                background-color: white;\r\n                flex-direction: column;\r\n                padding: 20px;\r\n                box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);\r\n            }\r\n            \r\n            .nav-links.active {\r\n                display: flex;\r\n            }\r\n            \r\n            .nav-links li {\r\n                margin: 10px 0;\r\n            }\r\n            \r\n            .mobile-menu-btn {\r\n                display: block;\r\n            }\r\n            \r\n            .hero h1 {\r\n                font-size: 32px;\r\n            }\r\n            \r\n            .contact-intro h2, .contact-info h3, .contact-form h3, .faq-section h3, .map-section h3 {\r\n                font-size: 24px;\r\n            }\r\n            \r\n            .hero, .contact-info, .contact-form, .faq-section {\r\n                padding: 30px 20px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 576px) {\r\n            .hero {\r\n                padding: 60px 15px;\r\n            }\r\n            \r\n            .hero h1 {\r\n                font-size: 28px;\r\n            }\r\n            \r\n            .contact-detail {\r\n                flex-direction: column;\r\n            }\r\n            \r\n            .contact-icon {\r\n                margin-bottom: 10px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Header -->\r\n    <header>\r\n        <div class=\"container\">\r\n            <nav class=\"navbar\">\r\n                <a href=\"index.html\" class=\"logo\">\r\n                    <div class=\"logo-icon\">GP<\/div>\r\n                    <div class=\"logo-text\">Gunvant<span>Patil<\/span><\/div>\r\n                <\/a>\r\n                \r\n                <button class=\"mobile-menu-btn\" id=\"mobileMenuBtn\">\r\n                    <i class=\"fas fa-bars\"><\/i>\r\n                <\/button>\r\n                \r\n                <ul class=\"nav-links\" id=\"navLinks\">\r\n                    <li><a href=\"index.html\">Home<\/a><\/li>\r\n                    <li><a href=\"about.html\">About<\/a><\/li>\r\n                    <li><a href=\"initiatives.html\">Initiatives<\/a><\/li>\r\n                    <li><a href=\"gallery.html\">Gallery<\/a><\/li>\r\n                    <li><a href=\"contact.html\" class=\"active\">Contact<\/a><\/li>\r\n                <\/ul>\r\n            <\/nav>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <!-- Hero Section -->\r\n    <section class=\"hero\">\r\n        <div class=\"container\">\r\n            <h1>Get in Touch With Mr. Gunvantrao Patil Hangargekar<\/h1>\r\n            <p>Connect with a dedicated social worker, liberal thinker, and community leader from Nanded. Reach out for inquiries, collaborations, or to support initiatives in social reform, agriculture, and rationalism.<\/p>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Contact Intro -->\r\n    <section class=\"contact-intro\">\r\n        <div class=\"container\">\r\n            <h2>Your Voice Matters. Let's Connect.<\/h2>\r\n            <p>Whether you have a question about social initiatives, wish to collaborate on a community project, or want to learn more about the work in Nanded, this is the place to start the conversation. Mr. Hangargekar and his team value every message and look forward to hearing from you.<\/p>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Contact Layout -->\r\n    <section class=\"contact-layout\">\r\n        <div class=\"container\">\r\n            <!-- Contact Information -->\r\n            <div class=\"contact-info\">\r\n                <h3>Contact Information<\/h3>\r\n                \r\n                <div class=\"contact-detail\">\r\n                    <div class=\"contact-icon\">\r\n                        <i class=\"fas fa-map-marker-alt\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"contact-text\">\r\n                        <h4>Address<\/h4>\r\n                        <p>\"Madhvaj\"<br>Borban, Nanded<br>Maharashtra, India<br>Pin Code: 431604<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"contact-detail\">\r\n                    <div class=\"contact-icon\">\r\n                        <i class=\"fas fa-envelope\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"contact-text\">\r\n                        <h4>Email<\/h4>\r\n                        <p><a href=\"mailto:info@gunvantpatil.com\">info@gunvantpatil.com<\/a><\/p>\r\n                        <p><small>This is the official channel for all professional and organizational inquiries. We strive to respond within 24-48 hours.<\/small><\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"contact-detail\">\r\n                    <div class=\"contact-icon\">\r\n                        <i class=\"fas fa-info-circle\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"contact-text\">\r\n                        <h4>Why Connect With Us?<\/h4>\r\n                        <ul style=\"padding-left: 20px; color: var(--gray-color);\">\r\n                            <li>To discuss social work and community projects in Nanded<\/li>\r\n                            <li>For collaborations related to Shetkari Sanghatana or rationalist initiatives<\/li>\r\n                            <li>Invitations for speaking engagements or panel discussions<\/li>\r\n                            <li>Media inquiries or requests for interviews<\/li>\r\n                            <li>To learn more about APPN or the Nanded Trader Association<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Contact Form -->\r\n            <div class=\"contact-form\">\r\n                <h3>Send a Message<\/h3>\r\n                <form id=\"contactForm\">\r\n                    <div class=\"form-group\">\r\n                        <label for=\"name\">Full Name *<\/label>\r\n                        <input type=\"text\" id=\"name\" class=\"form-control\" required>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"form-group\">\r\n                        <label for=\"email\">Email Address *<\/label>\r\n                        <input type=\"email\" id=\"email\" class=\"form-control\" required>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"form-group\">\r\n                        <label for=\"subject\">Subject *<\/label>\r\n                        <input type=\"text\" id=\"subject\" class=\"form-control\" required>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"form-group\">\r\n                        <label for=\"message\">Your Message *<\/label>\r\n                        <textarea id=\"message\" class=\"form-control\" required><\/textarea>\r\n                    <\/div>\r\n                    \r\n                    <button type=\"submit\" class=\"submit-btn\">Send Message <i class=\"fas fa-paper-plane\"><\/i><\/button>\r\n                <\/form>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- FAQ Section -->\r\n    <section class=\"faq-section\">\r\n        <div class=\"container\">\r\n            <h3>Frequently Asked Questions (FAQ)<\/h3>\r\n            \r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    What is the best way to contact Mr. Hangargekar?\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    <p>For prompt attention, please use the official email address: <strong>info@gunvantpatil.com<\/strong>. This ensures your message reaches the appropriate team member who can best assist you.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    Can I visit the address for a meeting?\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    <p>Meetings are by prior appointment only to ensure availability and proper attention to your concerns. Please schedule via email before planning a visit.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    Do you respond to all inquiries?\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    <p>We make every effort to respond to genuine queries related to social work, collaborations, and media. Please allow 24-48 hours for a response during business days.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Map Section -->\r\n    <section class=\"map-section\">\r\n        <div class=\"container\">\r\n            <h3>Located in the Heart of Nanded<\/h3>\r\n            <p style=\"text-align: center; margin-bottom: 20px; color: var(--gray-color); max-width: 800px; margin-left: auto; margin-right: auto;\">Our base in <strong>Borban, Nanded<\/strong>, places us at the center of the community we serve. From here, Mr. Hangargekar coordinates his wide-ranging work\u2014from local trader advocacy to his contributions on national committees in New Delhi.<\/p>\r\n            \r\n            <div class=\"map-container\">\r\n                <div class=\"map-placeholder\">\r\n                    <i class=\"fas fa-map-marked-alt\"><\/i>\r\n                    <p>Nanded, Maharashtra - Location Map<\/p>\r\n                    <p><small>Borban area, Nanded - 431604<\/small><\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Footer -->\r\n    <footer>\r\n        <div class=\"container\">\r\n            <div class=\"footer-content\">\r\n                <div class=\"footer-about\">\r\n                    <div class=\"footer-logo\">Gunvant<span>Patil<\/span><\/div>\r\n                    <p>Mr. Gunvantrao Patil Hangargekar is a dedicated social worker, liberal thinker, and ethical leader committed to social reform, rationalism, and community empowerment in Nanded, Maharashtra.<\/p>\r\n                    <div class=\"social-icons\">\r\n                        <a href=\"#\"><i class=\"fab fa-facebook-f\"><\/i><\/a>\r\n                        <a href=\"#\"><i class=\"fab fa-twitter\"><\/i><\/a>\r\n                        <a href=\"#\"><i class=\"fab fa-linkedin-in\"><\/i><\/a>\r\n                        <a href=\"#\"><i class=\"fab fa-instagram\"><\/i><\/a>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"footer-links\">\r\n                    <h4>Quick Links<\/h4>\r\n                    <ul>\r\n                        <li><a href=\"index.html\">Home<\/a><\/li>\r\n                        <li><a href=\"about.html\">About Mr. Hangargekar<\/a><\/li>\r\n                        <li><a href=\"initiatives.html\">Social Initiatives<\/a><\/li>\r\n                        <li><a href=\"gallery.html\">Photo Gallery<\/a><\/li>\r\n                        <li><a href=\"contact.html\">Contact Us<\/a><\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                \r\n                <div class=\"footer-contact\">\r\n                    <h4>Contact Info<\/h4>\r\n                    <p><i class=\"fas fa-map-marker-alt\"><\/i> \"Madhvaj\", Borban, Nanded - 431604<\/p>\r\n                    <p><i class=\"fas fa-envelope\"><\/i> info@gunvantpatil.com<\/p>\r\n                    <p style=\"margin-top: 20px;\"><i class=\"fas fa-handshake\"><\/i> <em>Together for rational thinking, ethical action, and inclusive progress.<\/em><\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"copyright\">\r\n                <p>&copy; 2023 GunvantPatil.com | All Rights Reserved<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/footer>\r\n\r\n    <script>\r\n        \/\/ Mobile Menu Toggle\r\n        document.getElementById('mobileMenuBtn').addEventListener('click', function() {\r\n            document.getElementById('navLinks').classList.toggle('active');\r\n            this.querySelector('i').classList.toggle('fa-bars');\r\n            this.querySelector('i').classList.toggle('fa-times');\r\n        });\r\n        \r\n        \/\/ FAQ Toggle\r\n        document.querySelectorAll('.faq-question').forEach(question => {\r\n            question.addEventListener('click', () => {\r\n                const faqItem = question.parentElement;\r\n                faqItem.classList.toggle('active');\r\n            });\r\n        });\r\n        \r\n        \/\/ Contact Form Submission\r\n        document.getElementById('contactForm').addEventListener('submit', function(e) {\r\n            e.preventDefault();\r\n            \r\n            \/\/ Get form values\r\n            const name = document.getElementById('name').value;\r\n            const email = document.getElementById('email').value;\r\n            const subject = document.getElementById('subject').value;\r\n            const message = document.getElementById('message').value;\r\n            \r\n            \/\/ Basic validation\r\n            if (!name || !email || !subject || !message) {\r\n                alert('Please fill in all required fields.');\r\n                return;\r\n            }\r\n            \r\n            \/\/ In a real implementation, you would send this data to a server\r\n            \/\/ For this example, we'll just show a success message\r\n            const submitBtn = this.querySelector('.submit-btn');\r\n            const originalText = submitBtn.innerHTML;\r\n            \r\n            submitBtn.innerHTML = '<i class=\"fas fa-spinner fa-spin\"><\/i> Sending...';\r\n            submitBtn.disabled = true;\r\n            \r\n            \/\/ Simulate API call\r\n            setTimeout(() => {\r\n                alert(`Thank you, ${name}! Your message has been sent successfully. We will respond to your inquiry at ${email} within 24-48 hours.`);\r\n                \r\n                \/\/ Reset form\r\n                this.reset();\r\n                \r\n                \/\/ Restore button\r\n                submitBtn.innerHTML = originalText;\r\n                submitBtn.disabled = false;\r\n            }, 1500);\r\n        });\r\n        \r\n        \/\/ Smooth scrolling for anchor links\r\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\r\n            anchor.addEventListener('click', function(e) {\r\n                if (this.getAttribute('href') !== '#') {\r\n                    e.preventDefault();\r\n                    \r\n                    const targetId = this.getAttribute('href');\r\n                    if (targetId === '#') return;\r\n                    \r\n                    const targetElement = document.querySelector(targetId);\r\n                    if (targetElement) {\r\n                        window.scrollTo({\r\n                            top: targetElement.offsetTop - 80,\r\n                            behavior: 'smooth'\r\n                        });\r\n                    }\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Contact Mr. Gunvantrao Patil Hangargekar | Social Worker &#038; Community Leader GP GunvantPatil Home About Initiatives Gallery Contact Get in Touch With Mr. Gunvantrao Patil Hangargekar Connect with a dedicated social worker, liberal thinker, and community leader from Nanded. Reach out for inquiries, collaborations, or to support initiatives in social reform, agriculture, and rationalism. Your [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_eb_attr":"","footnotes":""},"class_list":["post-18","page","type-page","status-publish","hentry","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.6 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Contact Us - gunvantpatil.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gunvantpatil.com\/index.php\/contact-us\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact Us\" \/>\n<meta property=\"og:description\" content=\"Contact Mr. Gunvantrao Patil Hangargekar | Social Worker &#038; Community Leader GP GunvantPatil Home About Initiatives Gallery Contact Get in Touch With Mr. Gunvantrao Patil Hangargekar Connect with a dedicated social worker, liberal thinker, and community leader from Nanded. Reach out for inquiries, collaborations, or to support initiatives in social reform, agriculture, and rationalism. Your [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gunvantpatil.com\/index.php\/contact-us\/\" \/>\n<meta property=\"og:site_name\" content=\"gunvantpatil.com\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-05T11:43:21+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gunvantpatil.com\/index.php\/contact-us\/\",\"url\":\"https:\/\/gunvantpatil.com\/index.php\/contact-us\/\",\"name\":\"Contact Us - gunvantpatil.com\",\"isPartOf\":{\"@id\":\"https:\/\/gunvantpatil.com\/#website\"},\"datePublished\":\"2025-12-04T15:47:51+00:00\",\"dateModified\":\"2025-12-05T11:43:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/gunvantpatil.com\/index.php\/contact-us\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gunvantpatil.com\/index.php\/contact-us\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gunvantpatil.com\/index.php\/contact-us\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/gunvantpatil.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/gunvantpatil.com\/#website\",\"url\":\"https:\/\/gunvantpatil.com\/\",\"name\":\"gunvantpatil.com\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/gunvantpatil.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/gunvantpatil.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/gunvantpatil.com\/#organization\",\"name\":\"gunvantpatil.com\",\"url\":\"https:\/\/gunvantpatil.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gunvantpatil.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/gunvantpatil.com\/wp-content\/uploads\/2025\/12\/gp_sir_logo2-removebg-preview.png\",\"contentUrl\":\"https:\/\/gunvantpatil.com\/wp-content\/uploads\/2025\/12\/gp_sir_logo2-removebg-preview.png\",\"width\":1258,\"height\":198,\"caption\":\"gunvantpatil.com\"},\"image\":{\"@id\":\"https:\/\/gunvantpatil.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Contact Us - gunvantpatil.com","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gunvantpatil.com\/index.php\/contact-us\/","og_locale":"en_US","og_type":"article","og_title":"Contact Us","og_description":"Contact Mr. Gunvantrao Patil Hangargekar | Social Worker &#038; Community Leader GP GunvantPatil Home About Initiatives Gallery Contact Get in Touch With Mr. Gunvantrao Patil Hangargekar Connect with a dedicated social worker, liberal thinker, and community leader from Nanded. Reach out for inquiries, collaborations, or to support initiatives in social reform, agriculture, and rationalism. Your [&hellip;]","og_url":"https:\/\/gunvantpatil.com\/index.php\/contact-us\/","og_site_name":"gunvantpatil.com","article_modified_time":"2025-12-05T11:43:21+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gunvantpatil.com\/index.php\/contact-us\/","url":"https:\/\/gunvantpatil.com\/index.php\/contact-us\/","name":"Contact Us - gunvantpatil.com","isPartOf":{"@id":"https:\/\/gunvantpatil.com\/#website"},"datePublished":"2025-12-04T15:47:51+00:00","dateModified":"2025-12-05T11:43:21+00:00","breadcrumb":{"@id":"https:\/\/gunvantpatil.com\/index.php\/contact-us\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gunvantpatil.com\/index.php\/contact-us\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gunvantpatil.com\/index.php\/contact-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gunvantpatil.com\/"},{"@type":"ListItem","position":2,"name":"Contact Us"}]},{"@type":"WebSite","@id":"https:\/\/gunvantpatil.com\/#website","url":"https:\/\/gunvantpatil.com\/","name":"gunvantpatil.com","description":"","publisher":{"@id":"https:\/\/gunvantpatil.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gunvantpatil.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/gunvantpatil.com\/#organization","name":"gunvantpatil.com","url":"https:\/\/gunvantpatil.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gunvantpatil.com\/#\/schema\/logo\/image\/","url":"https:\/\/gunvantpatil.com\/wp-content\/uploads\/2025\/12\/gp_sir_logo2-removebg-preview.png","contentUrl":"https:\/\/gunvantpatil.com\/wp-content\/uploads\/2025\/12\/gp_sir_logo2-removebg-preview.png","width":1258,"height":198,"caption":"gunvantpatil.com"},"image":{"@id":"https:\/\/gunvantpatil.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/gunvantpatil.com\/index.php\/wp-json\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gunvantpatil.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gunvantpatil.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gunvantpatil.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gunvantpatil.com\/index.php\/wp-json\/wp\/v2\/comments?post=18"}],"version-history":[{"count":4,"href":"https:\/\/gunvantpatil.com\/index.php\/wp-json\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":58,"href":"https:\/\/gunvantpatil.com\/index.php\/wp-json\/wp\/v2\/pages\/18\/revisions\/58"}],"wp:attachment":[{"href":"https:\/\/gunvantpatil.com\/index.php\/wp-json\/wp\/v2\/media?parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}