<%- include('./includes/header', { title: `Home - Doors & Specialities` }) %>

<style>
    .privacy-container {
        text-align: center;
        color: #8D1622;
        font-family: "Urbanist", serif;
        padding: 40px 20px;
    }

    .privacy-container h2 {
        font-family: "DM Serif Text", serif;
        font-size: 40px;
        margin-bottom: 20px;
        color: #8D1622;
    }

    .privacy-container p {
        font-size: 18px;
        line-height: 1.8;
        margin: 0 auto;
        max-width: 800px;
    }

    .privacy-container ul {
        text-align: left;
        margin: 20px auto;
        max-width: 800px;
        font-size: 18px;
        line-height: 1.8;
    }

    .privacy-container ul li {
        margin-bottom: 10px;
    }


</style>

<div class="privacy-container">
    <h2>Privacy Policy</h2>
    <p>
        At <strong>[Your Company Name]</strong>, we value your privacy and are committed to protecting your personal information. 
        This Privacy Policy outlines how we collect, use, and safeguard your data when you visit our website or use our services.
    </p>

    <h2>1. Information We Collect</h2>
    <p>We may collect the following types of information:</p>
    <ul>
        <li>Personal information such as your name, email address, and phone number when you contact us or sign up for our services.</li>
        <li>Non-personal information such as your IP address, browser type, and device information for analytics and site optimization.</li>
    </ul>

    <h2>2. How We Use Your Information</h2>
    <p>We use the information we collect to:</p>
    <ul>
        <li>Provide and improve our services.</li>
        <li>Respond to your inquiries and support requests.</li>
        <li>Send you updates, promotions, and other relevant communications (if opted in).</li>
        <li>Analyze website usage to enhance user experience.</li>
    </ul>

    <h2>3. Data Protection</h2>
    <p>
        We take appropriate security measures to protect your personal information from unauthorized access, alteration, 
        disclosure, or destruction. However, no method of transmission over the Internet is 100% secure, so we cannot guarantee absolute security.
    </p>

    <h2>4. Sharing Your Information</h2>
    <p>We do not sell, trade, or rent your personal information to third parties. We may share your data only in the following cases:</p>
    <ul>
        <li>When required by law or to comply with legal obligations.</li>
        <li>To trusted third-party service providers who assist in operating our website and services, under strict confidentiality agreements.</li>
    </ul>

    <h2>5. Cookies</h2>
    <p>
        Our website uses cookies to enhance user experience. Cookies are small files stored on your device that help us analyze site traffic and usage. 
        You can disable cookies through your browser settings, but doing so may affect your experience on our site.
    </p>

    <%- include('./includes/footer') %>

