{"id":2905,"date":"2026-07-25T18:02:28","date_gmt":"2026-07-25T18:02:28","guid":{"rendered":"https:\/\/bharatsportswire.com\/?page_id=2905"},"modified":"2026-07-25T18:14:31","modified_gmt":"2026-07-25T18:14:31","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/bharatsportswire.com\/?page_id=2905","title":{"rendered":"Contact Us"},"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 Us \u00b7 Bharat Sports Wire<\/title>\n  <!-- Font Awesome 6 (free) -->\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\" \/>\n  <style>\n    \/* ====== GLOBAL ====== *\/\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      background: #ffffff;   \/* white background *\/\n      font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;\n      color: #1e1e1e;\n      line-height: 1.6;\n      padding: 2rem 1.5rem;\n    }\n\n    .contact-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      background: #fcfcfc;\n      border-radius: 32px;\n      padding: 2.8rem 2.5rem;\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);\n      border: 1px solid #e8e6e0;\n    }\n\n    \/* ====== HEADING: BLUE + ORANGE (matching About page) ====== *\/\n    h1 {\n      font-size: 2.8rem;\n      font-weight: 600;\n      letter-spacing: -0.02em;\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      flex-wrap: wrap;\n      margin-bottom: 0.25rem;\n    }\n\n    .heading-blue {\n      color: #0a4b8a;        \/* deep blue *\/\n    }\n\n    .heading-orange {\n      color: #c24f0a;        \/* deep orange *\/\n    }\n\n    h1 i {\n      color: #0a4b8a;\n      font-size: 2.4rem;\n    }\n\n    .subhead {\n      font-size: 1.1rem;\n      color: #3d3d3d;\n      border-left: 3px solid #d35400;\n      padding-left: 1rem;\n      margin-bottom: 2.2rem;\n      font-weight: 300;\n      letter-spacing: 0.3px;\n    }\n\n    \/* ====== SECTION TITLES ====== *\/\n    .section-title {\n      font-size: 1.7rem;\n      margin-top: 2.8rem;\n      margin-bottom: 1.2rem;\n      color: #b8490a;\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      border-bottom: 1px solid #e0dbd0;\n      padding-bottom: 0.6rem;\n    }\n\n    .section-title i {\n      color: #0a4b8a;\n      font-size: 1.6rem;\n      width: 2rem;\n    }\n\n    .section-title .fa-chevron-right {\n      color: #d35400;\n      font-size: 1rem;\n      margin-left: 4px;\n    }\n\n    p {\n      margin-bottom: 1.2rem;\n      color: #1f1f1f;\n    }\n\n    \/* ====== CONTACT CARDS ====== *\/\n    .contact-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n      gap: 1.5rem;\n      margin: 1.5rem 0 1rem 0;\n    }\n\n    .contact-card {\n      background: #f8f6f1;\n      border-radius: 24px;\n      padding: 1.8rem 1.5rem;\n      border: 1px solid #e3ddd2;\n      transition: transform 0.15s ease, box-shadow 0.15s ease;\n    }\n\n    .contact-card:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 8px 24px rgba(10, 75, 138, 0.08);\n    }\n\n    .contact-card .card-icon {\n      font-size: 2rem;\n      color: #0a4b8a;\n      margin-bottom: 0.6rem;\n    }\n\n    .contact-card h3 {\n      color: #b8490a;\n      font-size: 1.2rem;\n      font-weight: 600;\n      margin-bottom: 0.3rem;\n    }\n\n    .contact-card .card-label {\n      font-size: 0.85rem;\n      color: #777;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      margin-bottom: 0.6rem;\n    }\n\n    .contact-card .card-desc {\n      font-size: 0.95rem;\n      color: #3d3d3d;\n      margin-bottom: 1rem;\n    }\n\n    .contact-card .card-email {\n      font-family: 'Segoe UI', monospace;\n      font-size: 0.95rem;\n      font-weight: 600;\n      padding-top: 0.8rem;\n      border-top: 1px dashed #d5cdc0;\n    }\n\n    .contact-card .card-email a {\n      color: #0a4b8a;\n      text-decoration: none;\n      border-bottom: 2px solid transparent;\n      transition: border-color 0.15s ease;\n    }\n\n    .contact-card .card-email a:hover {\n      border-color: #0a4b8a;\n    }\n\n    .contact-card .card-email .arrow {\n      color: #d35400;\n      margin-left: 6px;\n    }\n\n    \/* ====== OFFICE PANEL ====== *\/\n    .office-panel {\n      background: #f8f6f1;\n      border-radius: 24px;\n      border: 1px solid #e3ddd2;\n      overflow: hidden;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      margin: 1.5rem 0;\n    }\n\n    .office-panel .venue {\n      padding: 2rem 2rem;\n      border-right: 1px solid #e3ddd2;\n    }\n\n    .office-panel .venue .tag {\n      font-size: 0.75rem;\n      text-transform: uppercase;\n      letter-spacing: 0.2em;\n      color: #0a4b8a;\n      font-weight: 600;\n      margin-bottom: 0.3rem;\n    }\n\n    .office-panel .venue h3 {\n      color: #b8490a;\n      font-size: 1.4rem;\n      font-weight: 600;\n      margin-bottom: 0.6rem;\n    }\n\n    .office-panel .venue address {\n      font-style: normal;\n      font-size: 0.95rem;\n      color: #3d3d3d;\n      line-height: 1.7;\n    }\n\n    .office-panel .stats {\n      padding: 2rem 2rem;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 1.2rem;\n    }\n\n    .office-panel .stat .stat-label {\n      font-size: 0.7rem;\n      text-transform: uppercase;\n      letter-spacing: 0.1em;\n      color: #777;\n    }\n\n    .office-panel .stat .stat-value {\n      font-size: 0.95rem;\n      font-weight: 600;\n      color: #1a1a1a;\n    }\n\n    \/* ====== NO FORM ====== *\/\n    .no-form-note {\n      background: #f8f6f1;\n      border-radius: 24px;\n      border: 1px solid #e3ddd2;\n      padding: 2rem 2rem;\n      text-align: center;\n      margin-top: 1.5rem;\n    }\n\n    .no-form-note i {\n      font-size: 2.5rem;\n      color: #0a4b8a;\n      margin-bottom: 0.8rem;\n      display: block;\n    }\n\n    .no-form-note h3 {\n      color: #b8490a;\n      font-size: 1.2rem;\n      margin-bottom: 0.4rem;\n    }\n\n    .no-form-note p {\n      color: #3d3d3d;\n      font-size: 0.95rem;\n      margin-bottom: 0;\n    }\n\n    .no-form-note .email-highlight {\n      display: inline-block;\n      background: #ffffff;\n      padding: 0.5rem 1.5rem;\n      border-radius: 40px;\n      border: 1px solid #e3ddd2;\n      margin-top: 0.8rem;\n      font-weight: 600;\n      color: #0a4b8a;\n    }\n\n    .no-form-note .email-highlight i {\n      font-size: 1rem;\n      display: inline;\n      margin-right: 8px;\n      color: #d35400;\n    }\n\n    \/* ====== FOOTER ====== *\/\n    .footer-note {\n      margin-top: 3rem;\n      padding-top: 1.8rem;\n      border-top: 1px solid #ddd6c9;\n      text-align: center;\n      color: #3d3d3d;\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 1.5rem 2.5rem;\n    }\n\n    .footer-note span i {\n      color: #0a4b8a;\n      margin-right: 8px;\n    }\n\n    .footer-note strong {\n      color: #b8490a;\n      font-weight: 500;\n    }\n\n    .theme-badge {\n      margin-top: 1.2rem;\n      font-size: 0.8rem;\n      color: #777;\n      text-align: center;\n      border-top: 1px dashed #d5cdc0;\n      padding-top: 1.2rem;\n    }\n\n    .theme-badge i {\n      color: #0a4b8a;\n    }\n\n    \/* ====== RESPONSIVE ====== *\/\n    @media (max-width: 720px) {\n      .contact-container {\n        padding: 1.8rem 1.2rem;\n      }\n\n      h1 {\n        font-size: 2.2rem;\n      }\n\n      .contact-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .office-panel {\n        grid-template-columns: 1fr;\n      }\n\n      .office-panel .venue {\n        border-right: none;\n        border-bottom: 1px solid #e3ddd2;\n      }\n\n      .office-panel .stats {\n        grid-template-columns: 1fr 1fr;\n      }\n\n      .section-title {\n        font-size: 1.4rem;\n      }\n\n      .footer-note {\n        flex-direction: column;\n        gap: 0.8rem;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<div class=\"contact-container\">\n\n  <!-- ====== HEADING: BLUE + ORANGE (matching About) ====== -->\n  <h1>\n    <i class=\"fas fa-envelope\"><\/i>\n    <span class=\"heading-blue\">Contact<\/span>\n    <span class=\"heading-orange\">Bharat Sports Wire<\/span>\n  <\/h1>\n\n  <div class=\"subhead\">\n    <i class=\"fas fa-check-circle\" style=\"color:#d35400; margin-right: 10px;\"><\/i>\n    News tips, feedback, or a partnership in mind \u2014 the desk is open.\n  <\/div>\n\n  <!-- ====== CONTACT CARDS ====== -->\n  <div class=\"section-title\">\n    <i class=\"fas fa-address-card\"><\/i> Reach Us\n    <i class=\"fas fa-chevron-right\"><\/i>\n  <\/div>\n\n  <div class=\"contact-grid\">\n    <!-- Editorial -->\n    <div class=\"contact-card\">\n      <div class=\"card-icon\"><i class=\"fas fa-pen-fancy\"><\/i><\/div>\n      <div class=\"card-label\">Editorial &amp; News Tips<\/div>\n      <h3>Break the Story<\/h3>\n      <p class=\"card-desc\">Got a story idea, a cricket update, or information that deserves coverage? Our editorial team welcomes credible tips and suggestions from readers.<\/p>\n      <div class=\"card-email\">\n        <a href=\"mailto:editor@bharatsportswire.com\">editor@bharatsportswire.com<\/a>\n        <span class=\"arrow\">\u2192<\/span>\n      <\/div>\n    <\/div>\n\n    <!-- General -->\n    <div class=\"contact-card\">\n      <div class=\"card-icon\"><i class=\"fas fa-comments\"><\/i><\/div>\n      <div class=\"card-label\">General Queries<\/div>\n      <h3>Talk To Us<\/h3>\n      <p class=\"card-desc\">Website questions, feedback, corrections, or anything else on your mind \u2014 this is the line for general communication with the team.<\/p>\n      <div class=\"card-email\">\n        <a href=\"mailto:contactus@bharatsportswire.com\">contactus@bharatsportswire.com<\/a>\n        <span class=\"arrow\">\u2192<\/span>\n      <\/div>\n    <\/div>\n\n    <!-- Advertising -->\n    <div class=\"contact-card\">\n      <div class=\"card-icon\"><i class=\"fas fa-handshake\"><\/i><\/div>\n      <div class=\"card-label\">Advertising &amp; Partnerships<\/div>\n      <h3>Team Up<\/h3>\n      <p class=\"card-desc\">Interested in partnering with Bharat Sports Wire? Reach out for advertising, brand collaborations, sponsorships, and media partnerships.<\/p>\n      <div class=\"card-email\">\n        <a href=\"mailto:business@bharatsportswire.com\">business@bharatsportswire.com<\/a>\n        <span class=\"arrow\">\u2192<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- ====== OFFICE PANEL ====== -->\n  <div class=\"section-title\">\n    <i class=\"fas fa-location-dot\"><\/i> Our Office\n    <i class=\"fas fa-chevron-right\"><\/i>\n  <\/div>\n\n  <div class=\"office-panel\">\n    <div class=\"venue\">\n      <p class=\"tag\"><i class=\"fas fa-building\" style=\"margin-right:6px;\"><\/i> The Newsroom<\/p>\n      <h3>Bharat Sports Wire<\/h3>\n      <address>\n        Plot No. 63, Shiv Nagri, Surabardi<br \/>\n        Nagpur \u2014 440023, Maharashtra, India\n      <\/address>\n    <\/div>\n    <div class=\"stats\">\n      <div class=\"stat\">\n        <p class=\"stat-label\">City<\/p>\n        <p class=\"stat-value\">Nagpur<\/p>\n      <\/div>\n      <div class=\"stat\">\n        <p class=\"stat-label\">Pin Code<\/p>\n        <p class=\"stat-value\">440023<\/p>\n      <\/div>\n      <div class=\"stat\">\n        <p class=\"stat-label\">Parent Company<\/p>\n        <p class=\"stat-value\">Continental Media LLP<\/p>\n      <\/div>\n      <div class=\"stat\">\n        <p class=\"stat-label\">Country<\/p>\n        <p class=\"stat-value\">India<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- ====== NO MESSAGE FORM \u2014 just a friendly note ====== -->\n  <div class=\"section-title\">\n    <i class=\"fas fa-paper-plane\"><\/i> Get in Touch\n    <i class=\"fas fa-chevron-right\"><\/i>\n  <\/div>\n\n  <div class=\"no-form-note\">\n    <i class=\"fas fa-envelope-open-text\"><\/i>\n    <h3>We&#8217;d love to hear from you<\/h3>\n    <p>Reach out to us directly via the email addresses above. Our team typically responds within 24 hours.<\/p>\n    <span class=\"email-highlight\">\n      <i class=\"fas fa-clock\"><\/i> Response time: ~24 hours\n    <\/span>\n  <\/div>\n\n  <!-- ====== FOOTER ====== -->\n  <div class=\"footer-note\">\n    <span><i class=\"fas fa-shield-alt\"><\/i> <strong>Trusted<\/strong> \u00b7 since 2026<\/span>\n    <span><i class=\"fas fa-cricket-bat-ball\"><\/i> cricket first, always<\/span>\n    <span><i class=\"fas fa-users\"><\/i> for the fans, by the fans<\/span>\n    <span><i class=\"fas fa-circle-check\" style=\"color: #2e7d32;\"><\/i> fact-checked<\/span>\n  <\/div>\n\n  <div class=\"theme-badge\">\n    <i class=\"fas fa-palette\"><\/i>\n    <span>white background \u00b7 heading: blue + orange \u00b7 orange &amp; gold accents<\/span>\n  <\/div>\n\n<\/div>\n\n<!-- ====== TOAST for email clicks ====== -->\n<div id=\"toast\" class=\"toast\"><\/div>\n\n<!-- ====== JAVASCRIPT ====== -->\n<script>\n  (function() {\n    \"use strict\";\n\n    const toast = document.getElementById('toast');\n\n    function showToast(msg, isError = false) {\n      toast.textContent = msg;\n      toast.style.background = isError ? '#B00020' : '#0a4b8a';\n      toast.classList.add('show');\n      clearTimeout(window.toastTimer);\n      window.toastTimer = setTimeout(() => toast.classList.remove('show'), 4000);\n    }\n\n    \/\/ Email link click toast\n    document.querySelectorAll('.card-email a').forEach(link => {\n      link.addEventListener('click', function(e) {\n        showToast(`\ud83d\udce7 Opening ${this.innerText.trim()}`);\n      });\n    });\n\n  })();\n<\/script>\n\n<!-- ====== TOAST STYLES ====== -->\n<style>\n  .toast {\n    position: fixed;\n    bottom: 30px;\n    left: 50%;\n    transform: translateX(-50%);\n    background: #0a4b8a;\n    color: #fff;\n    padding: 14px 28px;\n    border-radius: 40px;\n    font-family: 'Segoe UI', sans-serif;\n    font-size: 15px;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);\n    opacity: 0;\n    transition: opacity 0.3s ease;\n    pointer-events: none;\n    z-index: 999;\n  }\n\n  .toast.show {\n    opacity: 1;\n  }\n<\/style>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Contact Us \u00b7 Bharat Sports Wire Contact Bharat Sports Wire News tips, feedback, or a partnership in mind \u2014 the desk is open. Reach Us..<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2905","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bharatsportswire.com\/index.php?rest_route=\/wp\/v2\/pages\/2905","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bharatsportswire.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bharatsportswire.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bharatsportswire.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/bharatsportswire.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2905"}],"version-history":[{"count":1,"href":"https:\/\/bharatsportswire.com\/index.php?rest_route=\/wp\/v2\/pages\/2905\/revisions"}],"predecessor-version":[{"id":2910,"href":"https:\/\/bharatsportswire.com\/index.php?rest_route=\/wp\/v2\/pages\/2905\/revisions\/2910"}],"wp:attachment":[{"href":"https:\/\/bharatsportswire.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2905"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}