Files
CompanySite/src/pages/terms.astro
T

311 lines
18 KiB
Plaintext

---
// Terms of Service Page for WorkRoot IT Solutions
// Features: Legal content with proper formatting for readability
import BaseLayout from '../layouts/BaseLayout.astro';
const lastUpdated = 'March 20, 2026';
---
<BaseLayout
title="Terms of Service — Website & Project Terms"
description="Read the WorkRoot IT Solutions terms of service covering acceptable use of our website, project engagements, intellectual property, liability, and warranties."
noIndex={true}
>
<!-- Hero Section -->
<section class="relative bg-gradient-to-br from-secondary-900 via-secondary-800 to-secondary-900 py-16 lg:py-20">
<div class="absolute inset-0 overflow-hidden">
<div class="absolute top-0 left-1/4 w-96 h-96 bg-primary-500/10 rounded-full blur-3xl"></div>
<div class="absolute bottom-0 right-1/4 w-96 h-96 bg-accent-500/10 rounded-full blur-3xl"></div>
</div>
<div class="container mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="max-w-3xl mx-auto text-center">
<h1 class="text-4xl md:text-5xl font-bold text-white mb-4">
Terms of <span class="text-transparent bg-clip-text bg-gradient-to-r from-primary-400 to-accent-400">Service</span>
</h1>
<p class="text-lg text-secondary-300">
Last updated: {lastUpdated}
</p>
</div>
</div>
</section>
<!-- Content Section -->
<section class="py-16 lg:py-24 bg-secondary-950">
<div class="container mx-auto px-4 sm:px-6 lg:px-8">
<div class="max-w-4xl mx-auto">
<div class="prose prose-lg prose-invert prose-headings:text-white prose-p:text-secondary-300 prose-li:text-secondary-300 prose-strong:text-white max-w-none">
<!-- Introduction -->
<div class="bg-secondary-900/50 border border-secondary-800 rounded-2xl p-8 mb-8">
<p class="text-secondary-300 leading-relaxed">
Welcome to WorkRoot IT Solutions. These Terms of Service ("Terms") govern your access to and use of our website, products, and services. By accessing or using our services, you agree to be bound by these Terms. If you do not agree to these Terms, please do not use our services.
</p>
</div>
<!-- Section 1 -->
<div class="mb-12">
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-3">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-primary-500/20 text-primary-400 text-lg font-bold">1</span>
Acceptance of Terms
</h2>
<div class="pl-13">
<p class="text-secondary-300 mb-4">By accessing or using our services, you represent that:</p>
<ul class="list-disc pl-6 space-y-2 text-secondary-300">
<li>You are at least 18 years of age or the age of majority in your jurisdiction</li>
<li>You have the legal capacity to enter into a binding agreement</li>
<li>If accepting on behalf of an organization, you have authority to bind that organization</li>
<li>You will comply with all applicable laws and regulations</li>
</ul>
</div>
</div>
<!-- Section 2 -->
<div class="mb-12">
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-3">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-primary-500/20 text-primary-400 text-lg font-bold">2</span>
Description of Services
</h2>
<div class="pl-13">
<p class="text-secondary-300 mb-4">WorkRoot IT Solutions provides a range of IT services, including but not limited to:</p>
<ul class="list-disc pl-6 space-y-2 text-secondary-300">
<li>Custom web and mobile application development</li>
<li>Cloud computing and infrastructure services</li>
<li>AI and machine learning solutions</li>
<li>IT consulting and digital transformation</li>
<li>DevOps and continuous integration/deployment</li>
<li>Maintenance and support services</li>
</ul>
<p class="text-secondary-300 mt-4">Specific services are subject to separate agreements, statements of work, or service level agreements.</p>
</div>
</div>
<!-- Section 3 -->
<div class="mb-12">
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-3">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-primary-500/20 text-primary-400 text-lg font-bold">3</span>
User Accounts
</h2>
<div class="pl-13">
<p class="text-secondary-300 mb-4">If you create an account with us, you agree to:</p>
<ul class="list-disc pl-6 space-y-2 text-secondary-300">
<li>Provide accurate, current, and complete information</li>
<li>Maintain and promptly update your account information</li>
<li>Keep your password secure and confidential</li>
<li>Accept responsibility for all activities under your account</li>
<li>Notify us immediately of any unauthorized access</li>
</ul>
<p class="text-secondary-300 mt-4">We reserve the right to suspend or terminate accounts that violate these Terms.</p>
</div>
</div>
<!-- Section 4 -->
<div class="mb-12">
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-3">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-primary-500/20 text-primary-400 text-lg font-bold">4</span>
Intellectual Property Rights
</h2>
<div class="pl-13">
<h3 class="text-xl font-semibold text-white mt-6 mb-3">Our Content</h3>
<p class="text-secondary-300">All content on our website, including text, graphics, logos, images, software, and other materials, is the property of WorkRoot IT Solutions or its licensors and is protected by intellectual property laws. You may not copy, modify, distribute, or create derivative works without our prior written consent.</p>
<h3 class="text-xl font-semibold text-white mt-6 mb-3">Your Content</h3>
<p class="text-secondary-300">You retain ownership of content you provide to us. By submitting content, you grant us a non-exclusive, worldwide, royalty-free license to use, reproduce, and display such content in connection with providing our services.</p>
<h3 class="text-xl font-semibold text-white mt-6 mb-3">Deliverables</h3>
<p class="text-secondary-300">Ownership of custom deliverables (code, designs, documentation) is governed by the specific project agreement between you and WorkRoot IT Solutions.</p>
</div>
</div>
<!-- Section 5 -->
<div class="mb-12">
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-3">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-primary-500/20 text-primary-400 text-lg font-bold">5</span>
Prohibited Conduct
</h2>
<div class="pl-13">
<p class="text-secondary-300 mb-4">You agree not to:</p>
<ul class="list-disc pl-6 space-y-2 text-secondary-300">
<li>Use our services for any illegal or unauthorized purpose</li>
<li>Violate any laws, regulations, or third-party rights</li>
<li>Transmit viruses, malware, or harmful code</li>
<li>Attempt to gain unauthorized access to our systems</li>
<li>Interfere with or disrupt our services or servers</li>
<li>Scrape, harvest, or collect data without permission</li>
<li>Impersonate any person or entity</li>
<li>Use our services to send spam or unsolicited messages</li>
<li>Reverse engineer or decompile our software</li>
</ul>
</div>
</div>
<!-- Section 6 -->
<div class="mb-12">
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-3">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-primary-500/20 text-primary-400 text-lg font-bold">6</span>
Payment Terms
</h2>
<div class="pl-13">
<p class="text-secondary-300 mb-4">For paid services:</p>
<ul class="list-disc pl-6 space-y-2 text-secondary-300">
<li>Fees are specified in your service agreement or statement of work</li>
<li>Payment is due according to the agreed schedule</li>
<li>All fees are non-refundable unless otherwise stated</li>
<li>We reserve the right to suspend services for non-payment</li>
<li>You are responsible for all applicable taxes</li>
<li>Prices may be subject to change with reasonable notice</li>
</ul>
</div>
</div>
<!-- Section 7 -->
<div class="mb-12">
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-3">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-primary-500/20 text-primary-400 text-lg font-bold">7</span>
Confidentiality
</h2>
<div class="pl-13">
<p class="text-secondary-300">Both parties agree to maintain the confidentiality of any proprietary or confidential information disclosed during the course of our engagement. This obligation survives the termination of these Terms. Confidential information does not include information that is publicly available, independently developed, or rightfully received from third parties.</p>
</div>
</div>
<!-- Section 8 -->
<div class="mb-12">
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-3">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-primary-500/20 text-primary-400 text-lg font-bold">8</span>
Disclaimer of Warranties
</h2>
<div class="pl-13">
<div class="bg-accent-500/10 border border-accent-500/20 rounded-xl p-6 text-secondary-300">
<p class="mb-4">OUR SERVICES ARE PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO:</p>
<ul class="list-disc pl-6 space-y-2">
<li>MERCHANTABILITY</li>
<li>FITNESS FOR A PARTICULAR PURPOSE</li>
<li>NON-INFRINGEMENT</li>
<li>ACCURACY OR COMPLETENESS</li>
</ul>
<p class="mt-4">We do not warrant that our services will be uninterrupted, error-free, or secure.</p>
</div>
</div>
</div>
<!-- Section 9 -->
<div class="mb-12">
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-3">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-primary-500/20 text-primary-400 text-lg font-bold">9</span>
Limitation of Liability
</h2>
<div class="pl-13">
<div class="bg-accent-500/10 border border-accent-500/20 rounded-xl p-6 text-secondary-300">
<p class="mb-4">TO THE MAXIMUM EXTENT PERMITTED BY LAW:</p>
<ul class="list-disc pl-6 space-y-2">
<li>WorkRoot IT Solutions shall not be liable for any indirect, incidental, special, consequential, or punitive damages</li>
<li>Our total liability shall not exceed the amounts paid by you in the twelve (12) months preceding the claim</li>
<li>We are not liable for damages arising from your use of third-party services or content</li>
</ul>
</div>
</div>
</div>
<!-- Section 10 -->
<div class="mb-12">
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-3">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-primary-500/20 text-primary-400 text-lg font-bold">10</span>
Indemnification
</h2>
<div class="pl-13">
<p class="text-secondary-300">You agree to indemnify, defend, and hold harmless WorkRoot IT Solutions, its officers, directors, employees, and agents from any claims, damages, losses, or expenses (including reasonable attorney's fees) arising from:</p>
<ul class="list-disc pl-6 space-y-2 text-secondary-300 mt-4">
<li>Your use of our services</li>
<li>Your violation of these Terms</li>
<li>Your violation of any third-party rights</li>
<li>Your content or materials provided to us</li>
</ul>
</div>
</div>
<!-- Section 11 -->
<div class="mb-12">
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-3">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-primary-500/20 text-primary-400 text-lg font-bold">11</span>
Termination
</h2>
<div class="pl-13">
<p class="text-secondary-300 mb-4">Either party may terminate these Terms:</p>
<ul class="list-disc pl-6 space-y-2 text-secondary-300">
<li>For convenience with thirty (30) days written notice</li>
<li>Immediately upon material breach by the other party</li>
<li>Immediately if required by law</li>
</ul>
<p class="text-secondary-300 mt-4">Upon termination, your right to use our services ceases. Sections relating to intellectual property, confidentiality, warranties, liability, and indemnification survive termination.</p>
</div>
</div>
<!-- Section 12 -->
<div class="mb-12">
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-3">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-primary-500/20 text-primary-400 text-lg font-bold">12</span>
Dispute Resolution
</h2>
<div class="pl-13">
<p class="text-secondary-300 mb-4">Any disputes arising from these Terms shall be resolved as follows:</p>
<ul class="list-disc pl-6 space-y-2 text-secondary-300">
<li><strong class="text-white">Informal Resolution:</strong> The parties will first attempt to resolve disputes through good-faith negotiation</li>
<li><strong class="text-white">Mediation:</strong> If negotiation fails, disputes may be submitted to mediation</li>
<li><strong class="text-white">Arbitration:</strong> Binding arbitration under the rules of the American Arbitration Association</li>
</ul>
<p class="text-secondary-300 mt-4">These Terms shall be governed by the laws of the State of California, without regard to conflict of law principles.</p>
</div>
</div>
<!-- Section 13 -->
<div class="mb-12">
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-3">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-primary-500/20 text-primary-400 text-lg font-bold">13</span>
Changes to Terms
</h2>
<div class="pl-13">
<p class="text-secondary-300">We reserve the right to modify these Terms at any time. We will provide notice of material changes by posting the updated Terms on our website and updating the "Last updated" date. Your continued use of our services after such changes constitutes acceptance of the modified Terms.</p>
</div>
</div>
<!-- Section 14 -->
<div class="mb-12">
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-3">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-primary-500/20 text-primary-400 text-lg font-bold">14</span>
General Provisions
</h2>
<div class="pl-13">
<ul class="list-disc pl-6 space-y-2 text-secondary-300">
<li><strong class="text-white">Entire Agreement:</strong> These Terms constitute the entire agreement between you and WorkRoot IT Solutions</li>
<li><strong class="text-white">Severability:</strong> If any provision is found invalid, the remaining provisions remain in effect</li>
<li><strong class="text-white">Waiver:</strong> Failure to enforce any right does not constitute a waiver</li>
<li><strong class="text-white">Assignment:</strong> You may not assign these Terms without our written consent</li>
<li><strong class="text-white">Force Majeure:</strong> Neither party is liable for delays caused by circumstances beyond reasonable control</li>
</ul>
</div>
</div>
<!-- Section 15 -->
<div class="mb-12">
<h2 class="text-2xl font-bold text-white mb-4 flex items-center gap-3">
<span class="flex items-center justify-center w-10 h-10 rounded-full bg-primary-500/20 text-primary-400 text-lg font-bold">15</span>
Contact Information
</h2>
<div class="pl-13">
<p class="text-secondary-300 mb-4">For questions about these Terms, please contact us:</p>
<div class="bg-secondary-900/50 border border-secondary-800 rounded-xl p-6">
<p class="text-secondary-300"><strong class="text-white">WorkRoot IT Solutions</strong></p>
<p class="text-secondary-300">Email: admin@workroot.in</p>
<p class="text-secondary-300">Phone: <a href="tel:+919561417403" class="text-primary-400 hover:underline">+91 9561417403</a></p>
<p class="text-secondary-300">Address: At Post Rajapur Shantinagar, Taluka Khatav, Dist Satara, MH 415503</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</BaseLayout>