Files
aroginhealthcare/resources/views/theme/spade/pages/privacy-policy.blade.php
2025-08-17 16:23:14 +05:45

128 lines
11 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@extends('theme.spade.layouts.main')
@section('title') Privacy Policy @endsection
@section('meta')
<meta name="title" content="{{ $seoSetting['meta_title'] }}" />
<meta name="description" content="{{ $seoSetting['meta_detail'] }}">
<meta name="keywords" content="{{ $seoSetting['meta_keywords'] }}" />
@endsection
@section('canonical')
<link ref="canonical" href="https://aroginhealthcare.com/privacy-policy" />
@endsection
@section('content')
@php
$breadcrumbData = [
[
'title' => 'Privacy Policy',
'link' => route('privacyPolicy')
],
];
@endphp
@include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData)
<section class="privary-policy">
<div class="auto-container">
<div class="row">
<div class="col-md-12">
<div class="blog-area">
<div class="post-item">
<div class="post wow fadeInUp animated" style="margin-bottom: 0px; visibility: visible; animation-name: fadeInUp;">
<div class="post-content wow fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;">
<h2 style="font-size: 24px; color:#22ad4b;">Privacy Policy</h2>
<div class="my-content">
<h4>Introduction</h4>
<p>Welcome to Arogin Healthcare, accessible at <a class="hover:text-secondaryColor" href="https://www.aroginhealthcare.com">www.aroginhealthcare.com</a>. We are dedicated to protecting the privacy and security of your personal information. This Privacy Policy outlines the types of information we collect, how it's utilized, and our efforts to safeguard it. This policy encompasses data collected through our website, mobile application (if applicable), and any related services, sales, marketing, or events.</p>
<h4>Scope &amp; Consent</h4>
<p>By accessing or using our services, you acknowledge having read, understood, and agreed to this Privacy Policy and our Terms of Service. Your interaction with us and any privacy-related disputes are governed by this policy and our Terms of Service.</p>
<h4>Information Collection</h4>
<span>
We collect your data through:
<ul>
<li>
Methods of Collection
<ol>
<li>Direct interactions via forms, surveys, or communication tools.</li>
<li>Automated tracking as you navigate our site.</li>
<li>Third parties, like social media platforms, when linked to our services.</li>
</ol>
</li>
<li>
Types of Information
<ol>
<li>Personal Information: Such as name, email, postal address, and financial data.</li>
<li>Non-Personal Information: Including browser type, IP address, and operating system details.</li>
<li>Analytics Data: Via Google Analytics 4 and Google Search Console, we collect aggregated data on your device, browsing actions, and patterns.</li>
</ol>
</li>
</ul>
</span>
<p></p>
<h4>Use of Information</h4>
<span>
We use the collected information to:
<ul>
<li>Provide and enhance our services.</li>
<li>Personalize user experience.</li>
<li>Process transactions and communications.</li>
<li>Comply with legal requirements.</li>
<li>Analyze site performance to improve user engagement and content optimization.</li>
<li>Marketing Communications: In addition to the uses identified above, we may use your personal information to send you marketing-related emails and SMS messages about our services, products, and promotions that we believe may be of interest to you.</li>
</ul>
</span>
<p></p>
<h4>International Data Transfers</h4>
<p>Your information may be transferred internationally, adhering to strict privacy safeguards, ensuring your data is protected regardless of where it is processed.</p>
<h4>Legal Basis for Processing (EU Users)</h4>
<p>Our processing activities are based on consent, contractual necessity, legal obligations, or our legitimate interests, as applicable.</p>
<h4>Data Protection Officer</h4>
<p>We have appointed a Data Protection Officer to oversee our data privacy practices. For inquiries, contact <a class="hover:text-secondaryColor" href="mailto:info@aroginhealthcare.com">info@aroginhealthcare.com</a>.</p>
<h4>Automated Decision Making</h4>
<p>We do not use automated decision-making processes that have legal or similarly significant effects on you.</p>
<h4>Security Breach Notification</h4>
<p>In case of a data breach, we will notify affected individuals and regulatory authorities in accordance with legal requirements.</p>
<h4>Age Limitations</h4>
<p>Our services do not target and we do not knowingly collect data from minors under 18 years of age.</p>
<h4>Third-Party Disclosure Policies</h4>
<p>We may share your information with service providers, comply with legal obligations, or during business transfers, ensuring transparency with such practices.</p>
<h4>Updates and Notification Procedures</h4>
<p>We will notify users of policy updates through our website and, where applicable, via email.</p>
<h4>Rights of Users</h4>
<p>You have rights to access, correct, delete, or port your data, withdraw consent, and object to certain data processing activities. To exercise these rights, contact us at <a class="hover:text-secondaryColor" href="mailto:info@aroginhealthcare.com">info@aroginhealthcare.com</a>.</p>
<h4>Data Retention</h4>
<p>We retain personal information as long as necessary for service provision, legal compliance, dispute resolution, and policy enforcement.</p>
<h4>Cookies and Tracking</h4>
<p>Our use of cookies and tracking technologies is aimed at enhancing user experience and analyzing site usage. You have control over these technologies via your browser settings.</p>
<h4>Data Security</h4>
<p>We are committed to protecting your data, implementing security measures to prevent unauthorized access or disclosure, recognizing that no system is infallible.</p>
<h4>Third-Party Links and Services</h4>
<p>Our website may contain links to third-party sites, for which we are not responsible for the privacy practices or content.</p>
<h4>Childrens Privacy</h4>
<p>We do not knowingly collect personal information from children under 18.</p>
<h4>Updates to the Privacy Policy</h4>
<p>This policy may be updated periodically, with the updated version effective upon posting on our website.</p>
<h4>Contact Information</h4>
<p>
For any privacy-related questions or concerns, please contact us at:<br>
<span>
Arogin Healthcare<br>
Bishalnagar, Kathmandu, Nepal<br>
Email: info@aroginhealthcare.com<br>
Phone: +977 980-1143423
</span>
</p>
<h4>Data Protection Officer</h4>
<p>Email: <a class="hover:text-secondaryColor" href="mailto:info@aroginhealthcare.com">info@aroginhealthcare.com</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
@endsection