<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Privacy Policy</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 20px;
            background-color: #f9f9f9;
        }
        .container {
            max-width: 800px;
            margin: auto;
            background: #fff;
            padding: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        h1, h2 {
            color: #333;
        }
        ul {
            padding-left: 20px;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>PRIVACY POLICY</h1>
        
        <h2>INTRODUCTION</h2>
        <p>
            At Westports Holdings Berhad and all of its subsidiary companies (collectively, “the Group”), 
            we are committed to safeguarding the privacy of our port users, contractors and visitors with 
            respect to personal data submitted on any of our platforms. We therefore ensure that our 
            policies and practices in relation to the processing of personal data (including collecting, 
            recording, holding, storing and any other operations in relation thereto) comply with the 
            requirements of the applicable laws, including the Personal Data Protection Act 2010 (“PDPA 
            2010”) of Malaysia.
        </p>
        <h2>COLLECTION OF PERSONAL DATA</h2>
        <p>
            We will only collect personally identifiable information (i.e., information that is about you and 
            identifies you) from you with your consent. We may collect the following information, 
            depending on the services you use:
        </p>
        <ol>
            <li>
                Information provided by you when you fill in or update your information with us including 
                name, address, Identity Card (IC) number, phone number, date of birth, email address, 
                gender, photograph and company details;
            </li>
            <li>
                Online log information;
            </li>
            <li>
                Location data for mobile applications will only be collected once the permission to access 
                device location services is granted and allowed by you.
                <p>(collectively, the “Personal Data”).</p>
            </li>
        </ol>
        <h2>PURPOSE OF COLLECTION OF PERSONAL DATA</h2>
        <p>
            Any Personal Data and other information that has been previously provided, is currently being 
            provided or will be provided in the course of your transactions with us will likely continue to be 
            used and processed by us for the following purposes:
        </p>
        <ol>
            <li>To provide services to you;</li>
            <li>To communicate with you;</li>
            <li>To respond to your inquiries;</li>
            <li>To conduct market surveys and trend analysis;</li>
            <li>To discharge our contractual obligations to you;</li>
            <li>To disclose to third parties in order to perform functions or services as required by us (e.g. 
                for audit purposes or insurance placement);</li>
            <li>To supply your Personal Data to government bodies and regulatory authorities to 
                discharge statutory obligations or for any legal purposes;
                <p>(collectively, the “Personal Data”).</p>
            </li>
        </ol>

        <h2>Log Information</h2>
        <p>
            Our servers will automatically log any data that your device delivers whenever you use our 
            application. These server logs may contain information such as your web request, Internet 
            Protocol address, browser type, browser language, request date and time, and one or more 
            cookies that uniquely identify your browser.
        </p>

        <h2>COOKIES</h2>
        <p>
            Our website uses 'cookies' to recognise future visits. Web servers gather cookies, however 
            they do not permanently retain data and are not saved on your computer's hard drive. Unless 
            you have enabled it on your device, the cookie is automatically removed when you exit your 
            browser.
        </p>

        <h2>DATA PROTECTION</h2>
        <p>
            All personal information you provide to us is secured on our website, with only authorised 
            personnel having access to it. Our online registration process employs the SSL protocol link
            for data transmission in order to protect your information by encrypting it in a secure format 
            and ensuring its privacy.
        </p>

        <h2>STORAGE AND RETENTION</h2>
        <p>
            We shall keep any Personal Data you provide for at least six (6) years in order to fulfil the 
            Purposes or in any other manner considered appropriate to meet legal or accounting 
            obligations or to safeguard our interests.
        </p>

        <h2>CHANGES TO THIS POLICY</h2>
        <p>
            If this privacy policy changes in any way, it will be updated on this page. Regularly viewing 
            this page ensures you are updated on the information which is collected, how it is used and 
            under what circumstances, if any, it is shared with other parties
        </p>
    </div>
</body>
</html>