|
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/ | |
|
Path: /home2/outerorb/techcare-services.com/privacy.php
Size: 14.4 KB
Permissions: 0666
<?php
/**
* TechCare Services - Privacy Policy Page
*/
// Include configuration
require_once 'config.php';
// Page Configuration
$page_title = 'Privacy Policy - ' . COMPANY_NAME;
$meta_description = 'Privacy Policy for TechCare Services. Learn how we collect, use, and protect your personal information.';
$meta_keywords = 'privacy policy, data protection, personal information, privacy rights, GDPR, data security';
$active_page = 'privacy';
// 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="Privacy Policy">
<div class="center-y relative text-center">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>Privacy Policy</h1>
<p class="lead">Last Updated: November 22, 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. Introduction</h3>
<p><?php echo COMPANY_NAME; ?> ("we," "our," or "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our website or use our services.</p>
<div class="spacer-20"></div>
<h3>2. Information We Collect</h3>
<p>We collect information that you provide directly to us, including:</p>
<h5 class="mt-4">Personal Information</h5>
<ul class="ul-style-2">
<li>Name and contact information (email, phone, address)</li>
<li>Company name and business information</li>
<li>Payment and billing information</li>
<li>Communication preferences</li>
</ul>
<h5 class="mt-4">Automatically Collected Information</h5>
<ul class="ul-style-2">
<li>IP address and device information</li>
<li>Browser type and version</li>
<li>Pages visited and time spent on pages</li>
<li>Referring website addresses</li>
<li>Cookies and tracking technologies</li>
</ul>
<div class="spacer-20"></div>
<h3>3. How We Use Your Information</h3>
<p>We use collected information for the following purposes:</p>
<ul class="ul-style-2">
<li>Providing and managing our services</li>
<li>Processing payments and transactions</li>
<li>Communicating with you about services and updates</li>
<li>Improving our website and service offerings</li>
<li>Analyzing website usage and trends</li>
<li>Preventing fraud and ensuring security</li>
<li>Complying with legal obligations</li>
<li>Marketing and promotional purposes (with your consent)</li>
</ul>
<div class="spacer-20"></div>
<h3>4. Information Sharing and Disclosure</h3>
<p>We do not sell your personal information. We may share your information with:</p>
<h5 class="mt-4">Service Providers</h5>
<p>Third-party vendors who perform services on our behalf, such as:</p>
<ul class="ul-style-2">
<li>Payment processors</li>
<li>Analytics providers (Google Analytics)</li>
<li>Email service providers</li>
<li>Hosting and infrastructure providers</li>
</ul>
<h5 class="mt-4">Legal Requirements</h5>
<p>We may disclose information when required by law or to:</p>
<ul class="ul-style-2">
<li>Comply with legal processes</li>
<li>Protect our rights and property</li>
<li>Prevent fraud or abuse</li>
<li>Protect user safety</li>
</ul>
<div class="spacer-20"></div>
<h3>5. Cookies and Tracking Technologies</h3>
<p>We use cookies and similar tracking technologies to:</p>
<ul class="ul-style-2">
<li>Remember your preferences and settings</li>
<li>Analyze website traffic and usage patterns</li>
<li>Improve user experience</li>
<li>Deliver targeted content and advertisements</li>
</ul>
<p>You can control cookies through your browser settings. However, disabling cookies may limit website functionality.</p>
<div class="spacer-20"></div>
<h3>6. Data Security</h3>
<p>We implement appropriate technical and organizational measures to protect your information:</p>
<ul class="ul-style-2">
<li>Encryption of sensitive data (SSL/TLS)</li>
<li>Secure server infrastructure</li>
<li>Access controls and authentication</li>
<li>Regular security assessments</li>
<li>Employee training on data protection</li>
</ul>
<p>However, no method of transmission over the internet is 100% secure. We cannot guarantee absolute security.</p>
<div class="spacer-20"></div>
<h3>7. Data Retention</h3>
<p>We retain your personal information for as long as necessary to:</p>
<ul class="ul-style-2">
<li>Provide our services</li>
<li>Comply with legal obligations</li>
<li>Resolve disputes</li>
<li>Enforce our agreements</li>
</ul>
<p>When no longer needed, we securely delete or anonymize your information.</p>
<div class="spacer-20"></div>
<h3>8. Your Privacy Rights</h3>
<p>Depending on your location, you may have the following rights:</p>
<h5 class="mt-4">Access and Correction</h5>
<ul class="ul-style-2">
<li>Request access to your personal information</li>
<li>Request correction of inaccurate information</li>
</ul>
<h5 class="mt-4">Deletion and Restriction</h5>
<ul class="ul-style-2">
<li>Request deletion of your information</li>
<li>Request restriction of processing</li>
</ul>
<h5 class="mt-4">Data Portability</h5>
<ul class="ul-style-2">
<li>Receive your data in a portable format</li>
<li>Transfer data to another service provider</li>
</ul>
<h5 class="mt-4">Opt-Out</h5>
<ul class="ul-style-2">
<li>Unsubscribe from marketing communications</li>
<li>Opt-out of targeted advertising</li>
<li>Withdraw consent for data processing</li>
</ul>
<div class="spacer-20"></div>
<h3>9. Third-Party Links</h3>
<p>Our website may contain links to third-party websites. We are not responsible for the privacy practices of these external sites. We encourage you to read their privacy policies.</p>
<div class="spacer-20"></div>
<h3>10. Children's Privacy</h3>
<p>Our services are not directed to individuals under 18 years of age. We do not knowingly collect personal information from children. If you believe we have collected information from a child, please contact us immediately.</p>
<div class="spacer-20"></div>
<h3>11. International Data Transfers</h3>
<p>Your information may be transferred to and processed in countries other than your own. We ensure appropriate safeguards are in place to protect your data in accordance with this Privacy Policy.</p>
<div class="spacer-20"></div>
<h3>12. California Privacy Rights (CCPA)</h3>
<p>California residents have additional rights under the California Consumer Privacy Act:</p>
<ul class="ul-style-2">
<li>Right to know what personal information is collected</li>
<li>Right to delete personal information</li>
<li>Right to opt-out of the sale of personal information</li>
<li>Right to non-discrimination for exercising privacy rights</li>
</ul>
<div class="spacer-20"></div>
<h3>13. Changes to This Privacy Policy</h3>
<p>We may update this Privacy Policy periodically. We will notify you of material changes by:</p>
<ul class="ul-style-2">
<li>Posting the updated policy on this page</li>
<li>Updating the "Last Updated" date</li>
<li>Sending email notifications for significant changes</li>
</ul>
<div class="spacer-20"></div>
<h3>14. Trademark and Brand Disclaimer</h3>
<p><?php echo COMPANY_NAME; ?> respects the intellectual property rights of others and is committed to complying with all applicable trademark and copyright laws. The following disclaimer applies to all references to third-party brands, logos, and names on our website:</p>
<h5 class="mt-4">Brand References</h5>
<ul class="ul-style-2">
<li>All brand names, logos, trademarks, and service marks mentioned on this website are the property of their respective owners</li>
<li><?php echo COMPANY_NAME; ?> is an authorized reseller of antivirus products from Norton, McAfee, Kaspersky, Bitdefender, Avast, and ESET</li>
<li>The display of third-party trademarks and logos on our website does not constitute an endorsement, sponsorship, or recommendation by the trademark owners</li>
<li>We are not affiliated with, endorsed by, or connected to these companies unless explicitly stated otherwise</li>
</ul>
<h5 class="mt-4">Usage Guidelines</h5>
<ul class="ul-style-2">
<li>Brand names and logos are used solely for informational and identification purposes</li>
<li>Such references do not imply any partnership, joint venture, or official relationship</li>
<li>We do not claim any ownership or rights to these trademarks</li>
<li>Any use of third-party trademarks is in accordance with fair use principles</li>
</ul>
<h5 class="mt-4">Intellectual Property Notice</h5>
<p>If you believe that your trademark or copyright has been infringed upon by our website, please contact us immediately at <?php echo COMPANY_EMAIL; ?> with detailed information about the alleged infringement. We will promptly investigate and take appropriate action.</p>
<div class="spacer-20"></div>
<h3>15. Contact Us</h3>
<p>For questions, concerns, or to exercise your privacy rights, 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>Your Consent:</strong> By using our website and services, you consent to our Privacy Policy and agree to its terms. If you do not agree with this policy, please do not use our services.</p>
</div>
<div class="spacer-double"></div>
</div>
</div>
</div>
</section>
</div>
<!-- content close -->
<?php
// Include footer
require_once INC_PATH . 'footer.php';
?>