<%- include('./includes/header', { title: `Home - Doors & Specialities` }) %>

<style>
    .terms-container {
        text-align: center;
        color: #8D1622;
        font-family: "Urbanist", serif;
        padding: 40px 20px;
    }

    .terms-container h2 {
        font-family: "DM Serif Text", serif;
        font-size: 40px;
        margin-bottom: 20px;
        color: #8D1622;
    }

    .terms-container p {
        font-size: 18px;
        line-height: 1.8;
        margin: 0 auto;
        max-width: 800px;
    }

    .terms-container ul {
        text-align: left;
        margin: 20px auto;
        max-width: 800px;
        font-size: 18px;
        line-height: 1.8;
    }

    .terms-container ul li {
        margin-bottom: 10px;
    }

    .terms-container a {
        color: #8D1622;
        text-decoration: underline;
    }
</style>

<div class="terms-container">
    <h2>Terms & Conditions</h2>
    <p>
        Welcome to <strong>[Your Company Name]</strong>! By accessing or using our website, you agree to comply with and
        be bound by the following terms and conditions. Please read them carefully before using our services.
    </p>

    <h2>1. Acceptance of Terms</h2>
    <p>
        By using this website, you acknowledge that you have read, understood, and agreed to these terms. If you do not
        agree with any part of these terms, please refrain from using our website.
    </p>

    <h2>2. Use of the Website</h2>
    <ul>
        <li>All content on this website is for informational purposes only and is subject to change without notice.</li>
        <li>You agree not to use this website for unlawful purposes or activities.</li>
        <li>You must not attempt to gain unauthorized access to any part of the website or its systems.</li>
    </ul>

    <h2>3. Intellectual Property</h2>
    <p>
        All content, logos, designs, and other materials on this website are the intellectual property of <strong>[Your
            Company Name]</strong>. Reproduction or redistribution without written permission is strictly prohibited.
    </p>

    <h2>4. Limitation of Liability</h2>
    <p>
        <strong>[Your Company Name]</strong> will not be held liable for any damages or losses arising from the use of
        our website or services. Use of our website is at your own risk.
    </p>

    <h2>5. Modifications to Terms</h2>
    <p>
        We reserve the right to modify these terms and conditions at any time. Any changes will be updated on this page,
        and your continued use of the website indicates acceptance of the revised terms.
    </p>

    <h2>6. Governing Law</h2>
    <p>
        These terms and conditions are governed by the laws of <strong>[Your Country/Region]</strong>. Any disputes will
        be resolved in the courts of <strong>[Your Jurisdiction]</strong>.
    </p>

    <h2>Reach Out To Us</h2>
    <p>
        If you have any questions or concerns about these terms, please contact us at
        <a href="mailto:support@yourcompany.com">support@yourcompany.com</a> or call us at <strong>[Your Phone
            Number]</strong>.
    </p>
</div>

<%- include('./includes/footer') %>
