{% extends "base.html" %} {% block title %}Contact Us - Infyrus Tech{% endblock %} {% block content %}

We're Here to Help

Reach out via any channel. Our Nepali support team is online 24/7.

{% set contacts = [ ('fa-phone', 'blue', 'Phone', '+977-9801234567', 'Mon–Fri 9am–6pm'), ('fa-envelope', 'purple', 'Email', 'support@infyrus.com.np', 'Reply within 2 hours'), ('fa-location-dot', 'green', 'Office', 'New Baneshwor, Kathmandu', 'Nepal, 44600') ] %} {% for icon, color, title, val, sub in contacts %}

{{ title }}

{{ val }}

{{ sub }}

{% endfor %}

Send us a Message

Live Chat

Online

Chat with a support engineer right now. Average wait: <2 min.

WhatsApp Support

+977-9801234567 · 9am–9pm

Chat

Support Hours

{% set hours = [ ('Live Chat', '24 / 7 / 365', 'green'), ('Email Support', '24 / 7', 'blue'), ('Phone Support', 'Mon–Fri, 9am–6pm', 'purple'), ('Emergency', '24/7 (Enterprise)', 'amber') ] %} {% for service, time, color in hours %}
{{ service }} {{ time }}
{% endfor %}

Our Office

New Baneshwor, Kathmandu

Infyrus Tech Pvt. Ltd., Office 301, Tech Tower,
New Baneshwor, Kathmandu 44600, Nepal

{% endblock %} {% block extra_scripts %} {% endblock %}