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/solarboardlimited.com/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

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

			
		
		<!-- start terms 0f service area -->
        <div class="terms-area pt-100 pb-70">
            <div class="container">
				<div class="row justify-content-center">
					
					<div class="col-lg-8 col-md-12">
					<section>
    <h2>Privacy Policy</h2>
    <p>We value your privacy and are committed to protecting your personal information. This Privacy Policy explains how we collect, use, disclose, and safeguard your data when you visit our website and use our services.</p>

    <h3>1. Information We Collect</h3>
    <p>We may collect different types of information depending on your interactions with us, including:</p>
    <ul>
        <li><strong>Personal Information:</strong> Name, email address, phone number, billing details, and any other details you provide.</li>
        <li><strong>Technical Information:</strong> IP address, browser type, device information, and usage data collected through cookies and analytics tools.</li>
        <li><strong>Transactional Information:</strong> Payment details and purchase history for services or products.</li>
        <li><strong>Communication Data:</strong> Messages, inquiries, and feedback submitted through our website or support channels.</li>
    </ul>

    <h3>2. How We Use Your Information</h3>
    <p>We use your information for the following purposes:</p>
    <ul>
        <li>To provide and improve our services.</li>
        <li>To process transactions and send order confirmations.</li>
        <li>To respond to inquiries, support requests, or customer service needs.</li>
        <li>To personalize user experience and deliver relevant content.</li>
        <li>To analyze website traffic and improve functionality using cookies and analytics.</li>
        <li>To comply with legal and regulatory requirements.</li>
    </ul>

    <h3>3. Data Security</h3>
    <p>We implement strict security measures to protect your personal data from unauthorized access, loss, or misuse. While we strive to safeguard your information, no system can guarantee complete security.</p>

    <h3>4. Sharing of Information</h3>
    <p>We do not sell or rent your personal information. However, we may share data with:</p>
    <ul>
        <li><strong>Service Providers:</strong> Third-party vendors assisting in website operations, payment processing, and analytics.</li>
        <li><strong>Legal Authorities:</strong> When required by law, such as for fraud prevention or regulatory compliance.</li>
        <li><strong>Business Transfers:</strong> In case of mergers, acquisitions, or company restructuring.</li>
    </ul>

    <h3>5. Cookies and Tracking Technologies</h3>
    <p>We use cookies and similar tracking technologies to enhance user experience and gather insights into website performance. You can manage or disable cookies through your browser settings.</p>

    <h3>6. Your Rights and Choices</h3>
    <p>You have the right to:</p>
    <ul>
        <li>Access and review your personal information.</li>
        <li>Request correction or deletion of your data.</li>
        <li>Withdraw consent for marketing communications.</li>
        <li>Opt out of certain tracking technologies.</li>
    </ul>

    <h3>7. Third-Party Links</h3>
    <p>Our website may contain links to third-party websites. We are not responsible for their privacy practices and encourage you to review their policies before providing any personal information.</p>

    <h3>8. Policy Updates</h3>
    <p>We may update this Privacy Policy periodically. Any changes will be posted on this page, and continued use of our services after updates constitutes acceptance of the revised policy.</p>

    <h3>9. Contact Us</h3>
    <p>If you have any questions or concerns regarding this Privacy Policy, please contact us at:</p>
    <p><strong>Email:</strong> <?= $company_email ?></p>
    <p><strong>Phone:</strong> <?= $company_phone ?></p>
    <p><strong>Address:</strong> <?= $company_address ?></p>
</section>

					</div>
				</div>
            </div>
        </div>
        <!-- end terms of service area -->

<?php include("footer.php"); ?>

Al-HUWAITI Shell