Server : LiteSpeed
System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User : outerorb ( 1091)
PHP Version : 8.1.34
Disable Function : mail
Directory :  /home2/outerorb/techcare-services.com/

📁 Create New:
⬆️ Upload File:
Current Dir [ Writable ] Root [ Writable ]


OR Upload from URL:
URL: Save as:

📄 File: terms.php

Path: /home2/outerorb/techcare-services.com/terms.php

Size: 9.08 KB

Permissions: 0666

<?php
/**
 * TechCare Services - Terms of Service Page
 */

// Include configuration
require_once 'config.php';

// Page Configuration
$page_title = 'Terms of Service - ' . COMPANY_NAME;
$meta_description = 'Terms of Service for TechCare Services. Read our terms and conditions for using our digital marketing and cybersecurity services.';
$meta_keywords = 'terms of service, terms and conditions, legal terms, service agreement, TechCare terms';
$active_page = 'terms';

// Include header
require_once INC_PATH . 'header.php';
?>

<!-- subheader begin -->
<section id="subheader" class="jarallax text-light">
    <img src="<?php echo image('background/2.webp'); ?>" class="jarallax-img" alt="Terms of Service">
    <div class="center-y relative text-center">
        <div class="container">
            <div class="row">
                <div class="col-md-12 text-center">
                    <h1>Terms of Service</h1>
                    <p class="lead">Last Updated: November 13, 2025</p>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- subheader close -->

<!-- content begin -->
<div class="no-bottom no-top" id="content">
    <div id="top"></div>
    
    <section>
        <div class="container">
            <div class="row">
                <div class="col-lg-8 offset-lg-2">
                    
                    <div class="spacer-single"></div>
                    
                    <h3>1. Acceptance of Terms</h3>
                    <p>By accessing and using the services provided by <?php echo COMPANY_NAME; ?>, you accept and agree to be bound by the terms and provisions of this agreement. If you do not agree to these terms, please do not use our services.</p>
                    
                    <div class="spacer-20"></div>
                    
                    <h3>2. Description of Services</h3>
                    <p><?php echo COMPANY_NAME; ?> provides digital marketing services and cybersecurity solutions including but not limited to:</p>
                    <ul class="ul-style-2">
                        <li>Search Engine Optimization (SEO)</li>
                        <li>Social Media Marketing</li>
                        <li>Pay-Per-Click (PPC) Advertising</li>
                        <li>Content Marketing</li>
                        <li>AntiVirus Solutions</li>
                        <li>Cybersecurity Consulting</li>
                    </ul>
                    
                    <div class="spacer-20"></div>
                    
                    <h3>3. Service Agreement</h3>
                    <p>All services provided are subject to the terms outlined in individual service agreements. Clients will receive detailed proposals and contracts specific to their selected services before work commences.</p>
                    
                    <div class="spacer-20"></div>
                    
                    <h3>4. Payment Terms</h3>
                    <p>Payment terms are specified in individual service agreements. Generally:</p>
                    <ul class="ul-style-2">
                        <li>Monthly retainer services require payment in advance</li>
                        <li>Project-based services may require deposit payments</li>
                        <li>Late payments may result in service suspension</li>
                        <li>Refunds are handled according to our refund policy</li>
                    </ul>
                    
                    <div class="spacer-20"></div>
                    
                    <h3>5. Client Responsibilities</h3>
                    <p>Clients agree to:</p>
                    <ul class="ul-style-2">
                        <li>Provide accurate and complete information</li>
                        <li>Respond to requests for information in a timely manner</li>
                        <li>Provide necessary access to accounts and platforms</li>
                        <li>Review and approve deliverables within agreed timeframes</li>
                        <li>Comply with all applicable laws and regulations</li>
                    </ul>
                    
                    <div class="spacer-20"></div>
                    
                    <h3>6. Intellectual Property</h3>
                    <p>All content, designs, and materials created by <?php echo COMPANY_NAME; ?> remain our intellectual property until full payment is received. Upon payment, specified deliverables transfer to the client as outlined in the service agreement.</p>
                    
                    <div class="spacer-20"></div>
                    
                    <h3>7. Confidentiality</h3>
                    <p>We respect the confidentiality of our clients' information. Both parties agree to maintain confidentiality of proprietary information shared during the course of service delivery.</p>
                    
                    <div class="spacer-20"></div>
                    
                    <h3>8. Limitation of Liability</h3>
                    <p><?php echo COMPANY_NAME; ?> shall not be liable for any indirect, incidental, special, consequential, or punitive damages resulting from your use of or inability to use our services. Our total liability shall not exceed the amount paid for the specific service in question.</p>
                    
                    <div class="spacer-20"></div>
                    
                    <h3>9. Service Guarantees</h3>
                    <p>While we strive for excellence in all services:</p>
                    <ul class="ul-style-2">
                        <li>SEO and marketing results cannot be guaranteed due to external factors</li>
                        <li>Third-party platform changes may affect service delivery</li>
                        <li>We commit to best practices and industry standards</li>
                        <li>Performance metrics are tracked and reported regularly</li>
                    </ul>
                    
                    <div class="spacer-20"></div>
                    
                    <h3>10. Termination</h3>
                    <p>Either party may terminate services with written notice as specified in the service agreement. Early termination may result in fees for work completed. Monthly services typically require 30 days notice.</p>
                    
                    <div class="spacer-20"></div>
                    
                    <h3>11. Third-Party Services</h3>
                    <p>We may use third-party tools and services in delivering our solutions. Clients may be required to agree to third-party terms of service (e.g., Google Ads, Facebook Ads, antivirus software providers).</p>
                    
                    <div class="spacer-20"></div>
                    
                    <h3>12. Modifications to Terms</h3>
                    <p>We reserve the right to modify these terms at any time. Changes will be posted on this page with an updated revision date. Continued use of services after changes constitutes acceptance of modified terms.</p>
                    
                    <div class="spacer-20"></div>
                    
                    <h3>13. Dispute Resolution</h3>
                    <p>Any disputes arising from these terms or our services shall be resolved through good-faith negotiation. If resolution cannot be achieved, disputes will be handled through binding arbitration in accordance with applicable laws.</p>
                    
                    <div class="spacer-20"></div>
                    
                    <h3>14. Geographic Scope</h3>
                    <p>Our services are primarily available to clients in the United States and Canada. Services may be subject to local laws and regulations in your jurisdiction.</p>
                    
                    <div class="spacer-20"></div>
                    
                    <h3>15. Contact Information</h3>
                    <p>For questions about these Terms of Service, please contact us:</p>
                    <ul class="ul-style-2">
                        <li><strong>Email:</strong> <?php echo COMPANY_EMAIL; ?></li>
                        <li><strong>Phone:</strong> <?php echo COMPANY_PHONE; ?></li>
                        <li><strong>Address:</strong> <?php echo COMPANY_ADDRESS; ?></li>
                    </ul>
                    
                    <div class="spacer-single"></div>
                    
                    <div class="p-4 rounded-10 bg-color-op-1">
                        <p class="mb-0"><strong>Note:</strong> These terms constitute a legally binding agreement between you and <?php echo COMPANY_NAME; ?>. By using our services, you acknowledge that you have read, understood, and agree to be bound by these terms.</p>
                    </div>
                    
                    <div class="spacer-double"></div>
                    
                </div>
            </div>
        </div>
    </section>

</div>
<!-- content close -->

<?php
// Include footer
require_once INC_PATH . 'footer.php';
?>

← Back to Directory Edit File 🔒 Chmod

WP File Manager