{"id":25,"date":"2026-03-24T07:37:18","date_gmt":"2026-03-24T07:37:18","guid":{"rendered":"https:\/\/babaconnect.online\/?page_id=25"},"modified":"2026-03-24T07:37:19","modified_gmt":"2026-03-24T07:37:19","slug":"contact","status":"publish","type":"page","link":"https:\/\/babaconnect.online\/index.php\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Contact \u2013 BabaConnect Digital Marketing<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Syne:wght@400;600;700;800&#038;family=Plus+Jakarta+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --bg: #07080d; --bg2: #0e1018; --bg3: #12141f;\n    --accent: #ff4d00; --accent2: #ff8c42;\n    --text: #f0ede8; --muted: #7a7a8c; --border: rgba(255,255,255,0.07);\n    --syne: 'Syne', sans-serif; --jakarta: 'Plus Jakarta Sans', sans-serif;\n  }\n  body { background: var(--bg); color: var(--text); font-family: var(--jakarta); overflow-x: hidden; }\n\n  .bc-nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 60px; background: rgba(7,8,13,0.9); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }\n  .bc-logo { font-family: var(--syne); font-weight: 800; font-size: 1.4rem; letter-spacing: -0.02em; text-decoration: none; color: var(--text); }\n  .bc-logo span { color: var(--accent); }\n  .bc-nav-links { display: flex; gap: 36px; list-style: none; }\n  .bc-nav-links a { color: var(--muted); text-decoration: none; font-size: 0.875rem; font-weight: 500; transition: color 0.2s; }\n  .bc-nav-links a.active { color: var(--text); }\n  .bc-nav-cta { background: var(--accent); color: #fff; padding: 10px 24px; border-radius: 4px; font-weight: 600; font-size: 0.875rem; text-decoration: none; }\n\n  @keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }\n\n  \/* LAYOUT *\/\n  .bc-contact-wrap { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - 70px); }\n\n  \/* LEFT PANEL *\/\n  .bc-contact-left {\n    padding: 80px 60px; background: var(--bg);\n    border-right: 1px solid var(--border);\n    display: flex; flex-direction: column; justify-content: space-between;\n    position: relative; overflow: hidden;\n  }\n  .bc-contact-left::before {\n    content: ''; position: absolute; top: -100px; left: -100px;\n    width: 400px; height: 400px;\n    background: radial-gradient(circle, rgba(255,77,0,0.1) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .bc-contact-tag { display: inline-block; background: rgba(255,77,0,0.1); border: 1px solid rgba(255,77,0,0.3); color: var(--accent); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 32px; }\n  .bc-contact-left h1 { font-family: var(--syne); font-size: clamp(2.5rem, 5vw, 4.2rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.0; animation: fadeUp 0.6s ease both; }\n  .bc-contact-left h1 em { font-style: normal; color: var(--accent); }\n  .bc-contact-promise { margin-top: 40px; padding: 28px; background: rgba(255,77,0,0.05); border: 1px solid rgba(255,77,0,0.15); border-radius: 8px; }\n  .bc-contact-promise h3 { font-family: var(--syne); font-weight: 700; font-size: 0.9rem; margin-bottom: 12px; }\n  .bc-promise-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }\n  .bc-promise-list li { font-size: 0.875rem; color: var(--text); display: flex; align-items: flex-start; gap: 10px; }\n  .bc-promise-list li::before { content: '\u2726'; color: var(--accent); font-size: 0.55rem; margin-top: 5px; flex-shrink: 0; }\n  .bc-contact-channels { display: flex; flex-direction: column; gap: 16px; }\n  .bc-channel { display: flex; align-items: center; gap: 16px; padding: 18px 20px; background: var(--bg2); border: 1px solid var(--border); border-radius: 8px; text-decoration: none; color: var(--text); transition: border-color 0.2s; }\n  .bc-channel:hover { border-color: rgba(255,77,0,0.4); }\n  .bc-channel-icon { width: 40px; height: 40px; border-radius: 8px; background: rgba(255,77,0,0.1); color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }\n  .bc-channel-label { font-size: 0.75rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }\n  .bc-channel-value { font-size: 0.9rem; font-weight: 600; margin-top: 2px; }\n\n  \/* RIGHT PANEL - FORM *\/\n  .bc-contact-right { padding: 80px 60px; background: var(--bg2); }\n  .bc-form-title { font-family: var(--syne); font-size: 1.6rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 8px; }\n  .bc-form-subtitle { font-size: 0.875rem; color: var(--muted); margin-bottom: 40px; }\n  .bc-form { display: flex; flex-direction: column; gap: 20px; }\n  .bc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n  .bc-form-group { display: flex; flex-direction: column; gap: 8px; }\n  .bc-form-label { font-size: 0.775rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }\n  .bc-form-input, .bc-form-select, .bc-form-textarea {\n    background: var(--bg); border: 1px solid var(--border);\n    color: var(--text); font-family: var(--jakarta); font-size: 0.9rem;\n    padding: 14px 16px; border-radius: 6px; transition: border-color 0.2s; outline: none;\n    appearance: none;\n  }\n  .bc-form-input:focus, .bc-form-select:focus, .bc-form-textarea:focus { border-color: rgba(255,77,0,0.5); }\n  .bc-form-input::placeholder, .bc-form-textarea::placeholder { color: var(--muted); }\n  .bc-form-textarea { min-height: 120px; resize: vertical; }\n  .bc-form-select { background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%237a7a8c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'\/%3E%3C\/svg%3E\"); background-repeat: no-repeat; background-position: right 16px center; cursor: pointer; }\n  .bc-form-select option { background: #12141f; }\n  .bc-budget-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }\n  .bc-budget-option { display: none; }\n  .bc-budget-label {\n    padding: 10px 8px; border: 1px solid var(--border); border-radius: 6px;\n    font-size: 0.78rem; font-weight: 600; text-align: center; cursor: pointer;\n    transition: all 0.2s; color: var(--muted); user-select: none;\n  }\n  .bc-budget-option:checked + .bc-budget-label { border-color: var(--accent); background: rgba(255,77,0,0.1); color: var(--accent); }\n  .bc-form-submit {\n    background: var(--accent); color: #fff; border: none;\n    padding: 18px 36px; border-radius: 6px; font-family: var(--jakarta);\n    font-weight: 700; font-size: 0.9rem; cursor: pointer;\n    transition: all 0.2s; letter-spacing: 0.02em; display: flex; align-items: center; gap: 10px;\n    margin-top: 8px;\n  }\n  .bc-form-submit:hover { background: var(--accent2); transform: translateY(-1px); }\n  .bc-form-note { font-size: 0.78rem; color: var(--muted); margin-top: 12px; }\n\n  \/* LOCATIONS *\/\n  .bc-locations { padding: 80px 60px; border-top: 1px solid var(--border); display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }\n  .bc-location-card { padding: 32px; background: var(--bg2); border: 1px solid var(--border); border-radius: 10px; }\n  .bc-location-flag { font-size: 1.8rem; margin-bottom: 16px; }\n  .bc-location-city { font-family: var(--syne); font-size: 1.1rem; font-weight: 800; margin-bottom: 4px; }\n  .bc-location-type { font-size: 0.75rem; color: var(--accent); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; }\n  .bc-location-address { font-size: 0.875rem; color: var(--muted); line-height: 1.7; }\n\n  \/* FAQ *\/\n  .bc-faq { padding: 80px 60px; background: var(--bg2); }\n  .bc-faq h2 { font-family: var(--syne); font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 48px; max-width: 400px; }\n  .bc-faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }\n  .bc-faq-item { padding: 28px 32px; background: var(--bg); border-bottom: 1px solid var(--border); cursor: pointer; transition: background 0.2s; }\n  .bc-faq-item:hover { background: #0e1018; }\n  .bc-faq-q { font-family: var(--syne); font-weight: 700; font-size: 0.95rem; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: start; gap: 16px; }\n  .bc-faq-q::after { content: '+'; color: var(--accent); font-size: 1.2rem; flex-shrink: 0; }\n  .bc-faq-a { font-size: 0.875rem; color: var(--muted); line-height: 1.7; }\n\n  @media (max-width: 900px) {\n    .bc-nav { padding: 16px 24px; }\n    .bc-nav-links { display: none; }\n    .bc-contact-wrap { grid-template-columns: 1fr; }\n    .bc-contact-left, .bc-contact-right { padding: 60px 24px; }\n    .bc-form-row { grid-template-columns: 1fr; }\n    .bc-locations { grid-template-columns: 1fr; padding: 60px 24px; }\n    .bc-faq { padding: 60px 24px; }\n    .bc-faq-list { grid-template-columns: 1fr; }\n    .bc-budget-row { grid-template-columns: repeat(2, 1fr); }\n  }\n<\/style>\n<\/head>\n<body>\n\n<nav class=\"bc-nav\">\n  <a href=\"\/\" class=\"bc-logo\">Baba<span>Connect<\/span><\/a>\n  <ul class=\"bc-nav-links\">\n    <li><a href=\"#\">Services<\/a><\/li>\n    <li><a href=\"#\">Work<\/a><\/li>\n    <li><a href=\"#\">About<\/a><\/li>\n    <li><a href=\"#\">Blog<\/a><\/li>\n    <li><a href=\"#\" class=\"active\">Contact<\/a><\/li>\n  <\/ul>\n  <a href=\"#\" class=\"bc-nav-cta\">WhatsApp Us \u2197<\/a>\n<\/nav>\n\n<div class=\"bc-contact-wrap\">\n\n  <!-- LEFT -->\n  <div class=\"bc-contact-left\">\n    <div>\n      <div class=\"bc-contact-tag\">Let&#8217;s Talk<\/div>\n      <h1>We&#8217;d love to<br><em>hear about<\/em><br>your brand.<\/h1>\n\n      <div class=\"bc-contact-promise\">\n        <h3>What happens after you reach out?<\/h3>\n        <ul class=\"bc-promise-list\">\n          <li>We respond within 4 business hours<\/li>\n          <li>A free 30-minute discovery call with our strategy team<\/li>\n          <li>A detailed audit of your current digital presence (no cost, no obligation)<\/li>\n          <li>A custom growth roadmap tailored to your business goals<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <div>\n      <div class=\"bc-contact-channels\">\n        <a href=\"mailto:hello@babaconnect.online\" class=\"bc-channel\">\n          <div class=\"bc-channel-icon\">\u2709\ufe0f<\/div>\n          <div>\n            <div class=\"bc-channel-label\">Email Us<\/div>\n            <div class=\"bc-channel-value\">hello@babaconnect.online<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/wa.me\/919XXXXXXXXX\" class=\"bc-channel\">\n          <div class=\"bc-channel-icon\">\ud83d\udcac<\/div>\n          <div>\n            <div class=\"bc-channel-label\">WhatsApp<\/div>\n            <div class=\"bc-channel-value\">+91 9X XXX XXXXX<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/instagram.com\/babaconnect\" class=\"bc-channel\">\n          <div class=\"bc-channel-icon\">\ud83d\udcf8<\/div>\n          <div>\n            <div class=\"bc-channel-label\">Instagram<\/div>\n            <div class=\"bc-channel-value\">@babaconnect<\/div>\n          <\/div>\n        <\/a>\n        <a href=\"https:\/\/linkedin.com\/company\/babaconnect\" class=\"bc-channel\">\n          <div class=\"bc-channel-icon\">\ud83d\udcbc<\/div>\n          <div>\n            <div class=\"bc-channel-label\">LinkedIn<\/div>\n            <div class=\"bc-channel-value\">BabaConnect Digital<\/div>\n          <\/div>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- RIGHT \/ FORM -->\n  <div class=\"bc-contact-right\">\n    <h2 class=\"bc-form-title\">Tell us about your project<\/h2>\n    <p class=\"bc-form-subtitle\">Fill in the form and we&#8217;ll prepare a personalised audit before our call.<\/p>\n    <form class=\"bc-form\" onsubmit=\"return false;\">\n      <div class=\"bc-form-row\">\n        <div class=\"bc-form-group\">\n          <label class=\"bc-form-label\">First Name<\/label>\n          <input type=\"text\" class=\"bc-form-input\" placeholder=\"Arjun\">\n        <\/div>\n        <div class=\"bc-form-group\">\n          <label class=\"bc-form-label\">Last Name<\/label>\n          <input type=\"text\" class=\"bc-form-input\" placeholder=\"Mehta\">\n        <\/div>\n      <\/div>\n      <div class=\"bc-form-group\">\n        <label class=\"bc-form-label\">Work Email<\/label>\n        <input type=\"email\" class=\"bc-form-input\" placeholder=\"arjun@yourbrand.com\">\n      <\/div>\n      <div class=\"bc-form-row\">\n        <div class=\"bc-form-group\">\n          <label class=\"bc-form-label\">Company \/ Brand Name<\/label>\n          <input type=\"text\" class=\"bc-form-input\" placeholder=\"YourBrand Pvt Ltd\">\n        <\/div>\n        <div class=\"bc-form-group\">\n          <label class=\"bc-form-label\">Website URL<\/label>\n          <input type=\"url\" class=\"bc-form-input\" placeholder=\"https:\/\/yourbrand.com\">\n        <\/div>\n      <\/div>\n      <div class=\"bc-form-group\">\n        <label class=\"bc-form-label\">Service You&#8217;re Interested In<\/label>\n        <select class=\"bc-form-select\">\n          <option value=\"\" disabled selected>Select a service<\/option>\n          <option>SEO &#038; Organic Growth<\/option>\n          <option>Google &#038; Meta Ads (Paid)<\/option>\n          <option>Social Media Management<\/option>\n          <option>Content Marketing<\/option>\n          <option>Email \/ WhatsApp Marketing<\/option>\n          <option>Full-Stack Digital Marketing<\/option>\n          <option>Not sure \u2014 I need a recommendation<\/option>\n        <\/select>\n      <\/div>\n      <div class=\"bc-form-group\">\n        <label class=\"bc-form-label\">Monthly Marketing Budget<\/label>\n        <div class=\"bc-budget-row\">\n          <input type=\"radio\" id=\"b1\" name=\"budget\" class=\"bc-budget-option\">\n          <label for=\"b1\" class=\"bc-budget-label\">Under \u20b925K<\/label>\n          <input type=\"radio\" id=\"b2\" name=\"budget\" class=\"bc-budget-option\">\n          <label for=\"b2\" class=\"bc-budget-label\">\u20b925K\u2013\u20b975K<\/label>\n          <input type=\"radio\" id=\"b3\" name=\"budget\" class=\"bc-budget-option\" checked>\n          <label for=\"b3\" class=\"bc-budget-label\">\u20b975K\u2013\u20b92L<\/label>\n          <input type=\"radio\" id=\"b4\" name=\"budget\" class=\"bc-budget-option\">\n          <label for=\"b4\" class=\"bc-budget-label\">\u20b92L+<\/label>\n        <\/div>\n      <\/div>\n      <div class=\"bc-form-group\">\n        <label class=\"bc-form-label\">Tell Us About Your Goals<\/label>\n        <textarea class=\"bc-form-textarea\" placeholder=\"e.g. We're launching a new D2C brand and want to build organic traffic while running paid ads. Our main goal is 500 orders\/month by Q4...\"><\/textarea>\n      <\/div>\n      <div>\n        <button type=\"submit\" class=\"bc-form-submit\">\n          Send My Enquiry \u2726\n        <\/button>\n        <p class=\"bc-form-note\">\ud83d\udd12 Your data is safe. We never spam or share your information.<\/p>\n      <\/div>\n    <\/form>\n  <\/div>\n<\/div>\n\n<!-- OFFICE LOCATIONS -->\n<div class=\"bc-locations\">\n  <div class=\"bc-location-card\">\n    <div class=\"bc-location-flag\">\ud83c\udfd9\ufe0f<\/div>\n    <div class=\"bc-location-city\">New Delhi<\/div>\n    <div class=\"bc-location-type\">Head Office<\/div>\n    <div class=\"bc-location-address\">Connaught Place, New Delhi \u2014 110001<br>Mon\u2013Sat: 9:00 AM \u2013 7:00 PM<\/div>\n  <\/div>\n  <div class=\"bc-location-card\">\n    <div class=\"bc-location-flag\">\ud83c\udf06<\/div>\n    <div class=\"bc-location-city\">Mumbai<\/div>\n    <div class=\"bc-location-type\">Regional Office<\/div>\n    <div class=\"bc-location-address\">Bandra Kurla Complex, Mumbai \u2014 400051<br>Mon\u2013Fri: 9:00 AM \u2013 6:00 PM<\/div>\n  <\/div>\n  <div class=\"bc-location-card\">\n    <div class=\"bc-location-flag\">\ud83d\udcbb<\/div>\n    <div class=\"bc-location-city\">Remote \u2014 Pan India<\/div>\n    <div class=\"bc-location-type\">We work everywhere<\/div>\n    <div class=\"bc-location-address\">Serving clients from Bangalore to Ahmedabad, Hyderabad to Chandigarh. Timezone: IST<\/div>\n  <\/div>\n<\/div>\n\n<!-- FAQ -->\n<section class=\"bc-faq\">\n  <h2>Quick answers to common questions<\/h2>\n  <div class=\"bc-faq-list\">\n    <div class=\"bc-faq-item\">\n      <div class=\"bc-faq-q\">How quickly will you respond to my enquiry?<\/div>\n      <div class=\"bc-faq-a\">We respond to all enquiries within 4 business hours on weekdays. For urgent matters, WhatsApp is the fastest way to reach us.<\/div>\n    <\/div>\n    <div class=\"bc-faq-item\">\n      <div class=\"bc-faq-q\">Do you work with businesses outside India?<\/div>\n      <div class=\"bc-faq-a\">Yes! We work with international clients and have experience running campaigns in the US, UAE, UK, and Australia markets.<\/div>\n    <\/div>\n    <div class=\"bc-faq-item\">\n      <div class=\"bc-faq-q\">What&#8217;s the minimum contract term?<\/div>\n      <div class=\"bc-faq-a\">We recommend a minimum of 3 months for meaningful results, but we offer month-to-month flexibility for clients who prefer it. SEO typically needs 6 months to show impact.<\/div>\n    <\/div>\n    <div class=\"bc-faq-item\">\n      <div class=\"bc-faq-q\">Do you offer a free audit before I commit?<\/div>\n      <div class=\"bc-faq-a\">Yes, absolutely. We provide a free digital audit of your SEO, paid ads, and social presence for every prospective client \u2014 no strings attached.<\/div>\n    <\/div>\n    <div class=\"bc-faq-item\">\n      <div class=\"bc-faq-q\">How do you measure and report performance?<\/div>\n      <div class=\"bc-faq-a\">You get a live dashboard and a monthly performance report showing traffic, leads, conversions, and ROI. We also do bi-weekly calls on Growth and Enterprise plans.<\/div>\n    <\/div>\n    <div class=\"bc-faq-item\">\n      <div class=\"bc-faq-q\">Can I start with just one service and expand later?<\/div>\n      <div class=\"bc-faq-a\">Absolutely. Many clients start with SEO or ads and then scale to full-stack marketing as they see results. We make it easy to add services without switching vendors.<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Contact \u2013 BabaConnect Digital Marketing BabaConnect Services Work About Blog Contact WhatsApp Us \u2197 Let&#8217;s Talk We&#8217;d love tohear aboutyour brand. What happens after you reach out? We respond within 4 business hours A free 30-minute discovery call with our strategy team A detailed audit of your current digital presence (no cost, no obligation) A &#8230; <a title=\"Contact\" class=\"read-more\" href=\"https:\/\/babaconnect.online\/index.php\/contact\/\" aria-label=\"Read more about Contact\">Read more<\/a><\/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-25","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/pages\/25","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/comments?post=25"}],"version-history":[{"count":1,"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/pages\/25\/revisions"}],"predecessor-version":[{"id":26,"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/pages\/25\/revisions\/26"}],"wp:attachment":[{"href":"https:\/\/babaconnect.online\/index.php\/wp-json\/wp\/v2\/media?parent=25"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}