File: /home/niyknzcu/nexlancedigital.com/terms.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Terms of Service | Nexlance</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- =========================
NAVIGATION
========================== -->
<header class="navbar">
<div class="nav-container">
<div class="logo">Nexlance</div>
<nav class="nav-menu">
<div class="nav-item"><a href="#">Products</a></div>
<div class="nav-item"><a href="#">About us</a></div>
<div class="nav-item"><a href="#">Contact us</a></div>
<div class="nav-item"><a href="#">Resources</a></div>
<div class="nav-item"><a href="#">Pricing</a></div>
</nav>
<div class="nav-actions">
<a href="#" class="btn-text">Sign In</a>
<a href="#" class="btn-primary">Try Free</a>
</div>
</div>
</header>
<!-- =========================
LEGAL CONTENT
========================== -->
<section class="legal-wrapper">
<div class="legal-box">
<div class="legal-header">
<h1>Terms of Service</h1>
<p class="legal-updated">Last Updated: January 2, 2026</p>
</div>
<h2>1. WHO WE ARE</h2>
<p>
Nexlance ("Nexlance", "we", "us", "our") operates a cloud-based CRM platform
available at Nexlance.com.
</p>
<p><strong>Email:</strong> admin@Nexlance.com</p>
<p><strong>Address:</strong></p></p>
<p>NexlanceDigital 82A James Carter Road, Milden Hall<br>
United Kingdom, IP28 7DA</p>
<h2>2. ELIGIBILITY AND ACCOUNTS</h2>
<h3>2.1 Business Use Only</h3>
<p>The Service is intended for business and professional use only.</p>
<h3>2.2 Account Registration</h3>
<p>
You must provide accurate information and maintain confidentiality of
your login credentials.
</p>
<h3>2.3 Authorized Users</h3>
<p>
You are responsible for ensuring your authorized users comply with these Terms.
</p>
<h2>3. SERVICE LICENSE AND USE</h2>
<h3>3.1 License</h3>
<p>
Nexlance grants a limited, non-exclusive, non-transferable license
to access and use the Service for internal business purposes.
</p>
<h3>3.2 Acceptable Use</h3>
<ul>
<li>No unlawful or abusive use</li>
<li>No malware or harmful code</li>
<li>No reverse engineering</li>
<li>No competing product development</li>
</ul>
<h2>4. YOUR DATA AND PRIVACY</h2>
<p>
You retain ownership of your Customer Data.
Nexlance processes data according to its Privacy Policy.
</p>
<h2>5. SERVICE AVAILABILITY</h2>
<p>
The Service may be temporarily unavailable due to maintenance or external factors.
</p>
<h2>6. FEES, PAYMENTS, AND BILLING</h2>
<p>
Subscriptions renew automatically unless cancelled.
Payments may be processed by Paddle as Merchant of Record.
</p>
<h2>7. INTELLECTUAL PROPERTY</h2>
<p>
All Service-related intellectual property belongs to Nexlance.
</p>
<h2>8. THIRD-PARTY SERVICES</h2>
<p>
Integrations with third-party services are subject to their own terms.
</p>
<h2>9. SUSPENSION AND TERMINATION</h2>
<p>
Nexlance may suspend or terminate accounts for violations of these Terms.
</p>
<h2>10. DISCLAIMERS</h2>
<p>
The Service is provided "as is" without warranties of any kind.
</p>
<h2>11. LIMITATION OF LIABILITY</h2>
<p>
Liability is limited to fees paid during the preceding 12 months.
</p>
<h2>12. INDEMNIFICATION</h2>
<p>
You agree to indemnify Nexlance against claims arising from misuse of the Service.
</p>
<h2>13. CHANGES TO THESE TERMS</h2>
<p>
Updated Terms will be posted with a revised effective date.
</p>
<h2>14. GOVERNING LAW</h2>
<p>
Governed by the laws of India, with jurisdiction in Rajasthan courts.
</p>
<h2>15. MISCELLANEOUS</h2>
<ul>
<li>Entire Agreement</li>
<li>Severability</li>
<li>No Waiver</li>
<li>Assignment</li>
</ul>
<h2>16. CONTACT</h2>
<p>Email: admin@Nexlance.com</p>
<p>Address: NexlanceDigital 82A James Carter Road, Milden Hall United Kingdom, IP28 7DA</p>
<div class="legal-divider"></div>
<p><strong>END OF TERMS OF SERVICE</strong></p>
<a href="index.html" class="legal-back">← Back to Home</a>
</div>
</section>
<!-- =========================
FOOTER
========================== -->
<footer class="footer">
<div class="container footer-grid">
<div class="footer-brand">
<div class="logo">Nexlance</div>
<p>Empowering teams to build better relationships and close more deals.</p>
</div>
<div class="footer-links">
<h4>Product</h4>
<ul>
<li><a href="#">Overview</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Customer stories</a></li>
</ul>
</div>
<div class="footer-links">
<h4>Company</h4>
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="footer-links">
<h4>Legal</h4>
<ul>
<li><a href="terms.html">Terms & Services</a></li>
<li><a href="refund.html">Refund Policy</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
</ul>
</div>
<div class="footer-links">
<h4>Contact</h4>
<ul>
<li>Email: support@Nexlance.com</li>
<li>NexlanceDigital 82A James Carter Road, Milden Hall</li>
<li> United Kingdom, IP28 7DA </li>
</ul>
</div>
</div>
<div class="footer-bottom container">
<p>© 2026 Nexlance LLC. All rights reserved.</p>
<p><strong>END OF TERMS OF SERVICE</strong></p>
</div>
</footer>
</body>
</html>