<?php
/**
 * Public Disclaimer Page
 * Displays legal disclaimer and content aggregation notices
 * Version: 1.0.0
 * Developer: SolutionJunction.in
 */

require_once '../../includes/config.php';
require_once '../../includes/db.php';
require_once '../../includes/session.php';
require_once '../../includes/functions.php';

Session::start();

include '../../includes/header.php';
?>

<div class="container-fluid py-5" style="background: linear-gradient(135deg, #0B6B57 0%, #074a3d 100%);">
    <div class="container">
        <nav aria-label="breadcrumb">
            <ol class="breadcrumb breadcrumb-light mb-3">
                <li class="breadcrumb-item"><a href="/" style="color: rgba(255,255,255,0.8);">Home</a></li>
                <li class="breadcrumb-item active" style="color: #D4941F;">Disclaimer</li>
            </ol>
        </nav>
        <h1 class="text-white mb-2" style="font-size: 2.5rem; font-weight: 700;">
            <i class="fas fa-exclamation-shield me-3" style="color: #D4941F;"></i>
            Disclaimer & Legal Notice
        </h1>
        <p class="text-white" style="font-size: 1rem; opacity: 0.95;">
            Important legal information about content, usage, and liability
        </p>
    </div>
</div>

<div class="container-fluid py-5">
    <div class="container">
        <div class="row">
            <div class="col-lg-8 mx-auto">
                <!-- Content Aggregation Notice -->
                <div class="card shadow-sm mb-4" style="border: none; border-left: 4px solid #0B6B57;">
                    <div class="card-body">
                        <h5 class="card-title mb-3" style="color: #18352E; font-weight: 700;">
                            <i class="fas fa-database me-2" style="color: #0B6B57;"></i> Content Aggregation
                        </h5>
                        <p class="card-text text-muted" style="line-height: 1.8;">
                            Jharkhand Directory is a business and service directory that aggregates information from publicly available sources across the internet, including but not limited to government websites, business directories, public databases, and other open sources. The data presented on this platform is compiled from these publicly accessible information sources to provide a comprehensive directory service for the residents and businesses of Jharkhand.
                        </p>
                        <p class="card-text text-muted" style="line-height: 1.8;">
                            We do not claim ownership of the information displayed on this website. All business names, contact information, logos, and other proprietary content remain the exclusive property of their respective owners and organizations. We merely serve as an aggregation platform to organize and present this information in a user-friendly manner.
                        </p>
                    </div>
                </div>

                <!-- Intellectual Property Notice -->
                <div class="card shadow-sm mb-4" style="border: none; border-left: 4px solid #D4941F;">
                    <div class="card-body">
                        <h5 class="card-title mb-3" style="color: #18352E; font-weight: 700;">
                            <i class="fas fa-copyright me-2" style="color: #D4941F;"></i> Intellectual Property & Trademarks
                        </h5>
                        <p class="card-text text-muted" style="line-height: 1.8;">
                            All trademarks, service marks, logos, brand names, and other proprietary identifiers referenced or displayed on Jharkhand Directory remain the exclusive property of their respective owners and operators. These include but are not limited to:
                        </p>
                        <ul class="text-muted" style="line-height: 1.8;">
                            <li>Business names and corporate logos</li>
                            <li>Government institutional seals and symbols</li>
                            <li>Brand names and product identifiers</li>
                            <li>Registered service marks and trade names</li>
                        </ul>
                        <p class="card-text text-muted mt-3" style="line-height: 1.8;">
                            The use of these marks and logos on Jharkhand Directory is purely for identification and reference purposes only and does not constitute endorsement, sponsorship, or any other relationship with the respective owners. Any third-party trademarks, logos, or proprietary information displayed on this site remains protected by applicable intellectual property laws.
                        </p>
                    </div>
                </div>

                <!-- Accuracy & Liability Disclaimer -->
                <div class="card shadow-sm mb-4" style="border: none; border-left: 4px solid #dc3545;">
                    <div class="card-body">
                        <h5 class="card-title mb-3" style="color: #18352E; font-weight: 700;">
                            <i class="fas fa-info-circle me-2" style="color: #dc3545;"></i> Accuracy & Liability Disclaimer
                        </h5>
                        <p class="card-text text-muted" style="line-height: 1.8;">
                            While Jharkhand Directory makes reasonable efforts to maintain accurate and up-to-date information, we do not guarantee the accuracy, completeness, reliability, or timeliness of any information displayed on this platform. Information may change without notice, and the platform may not immediately reflect these changes.
                        </p>
                        <p class="card-text text-muted" style="line-height: 1.8;">
                            <strong>We are not liable for:</strong>
                        </p>
                        <ul class="text-muted" style="line-height: 1.8;">
                            <li>Errors, omissions, or inaccuracies in business information, contact details, or service descriptions</li>
                            <li>Outdated or incomplete information in the directory</li>
                            <li>Any direct or indirect damages resulting from reliance on information provided on this site</li>
                            <li>Third-party services, products, or business practices of listed businesses</li>
                            <li>Quality, availability, or performance of services offered by any listed business</li>
                            <li>Any financial loss, personal injury, or other harm arising from using or attempting to contact any listed business</li>
                            <li>Technical errors, server downtime, or system failures affecting the platform</li>
                        </ul>
                    </div>
                </div>

                <!-- Fair Use & Public Convenience -->
                <div class="card shadow-sm mb-4" style="border: none; border-left: 4px solid #17a2b8;">
                    <div class="card-body">
                        <h5 class="card-title mb-3" style="color: #18352E; font-weight: 700;">
                            <i class="fas fa-hand-holding-heart me-2" style="color: #17a2b8;"></i> Fair Use & Public Convenience
                        </h5>
                        <p class="card-text text-muted" style="line-height: 1.8;">
                            Jharkhand Directory is designed and operated under the principle of Fair Use for the following purposes:
                        </p>
                        <ul class="text-muted" style="line-height: 1.8;">
                            <li><strong>Public Information Access:</strong> Making publicly available information easily accessible to citizens</li>
                            <li><strong>Public Convenience:</strong> Facilitating communication between citizens and essential services</li>
                            <li><strong>Regional Development:</strong> Promoting visibility of local businesses and services</li>
                            <li><strong>Emergency Access:</strong> Providing quick access to emergency contact information and critical services</li>
                            <li><strong>Government Services:</strong> Aggregating government office contact information for public benefit</li>
                        </ul>
                        <p class="card-text text-muted mt-3" style="line-height: 1.8;">
                            The aggregation of this information is in the public interest and serves the greater good of citizens seeking local services and information in their area.
                        </p>
                    </div>
                </div>

                <!-- No Endorsement Notice -->
                <div class="card shadow-sm mb-4" style="border: none; border-left: 4px solid #ffc107;">
                    <div class="card-body">
                        <h5 class="card-title mb-3" style="color: #18352E; font-weight: 700;">
                            <i class="fas fa-ban me-2" style="color: #ffc107;"></i> No Endorsement or Warranty
                        </h5>
                        <p class="card-text text-muted" style="line-height: 1.8;">
                            Jharkhand Directory does not endorse, recommend, or guarantee any of the businesses, services, products, or professionals listed on this platform. The listing of any business or service does not constitute an endorsement, and we make no representations regarding the quality, reliability, or legitimacy of any listed entity.
                        </p>
                        <p class="card-text text-muted" style="line-height: 1.8;">
                            Users are solely responsible for verifying the credentials, licenses, certifications, and authenticity of any business or service before engaging with them. Jharkhand Directory provides information "as is" without any express or implied warranties of any kind.
                        </p>
                    </div>
                </div>

                <!-- Copyright & DMCA -->
                <div class="card shadow-sm mb-4" style="border: none; border-left: 4px solid #6c757d;">
                    <div class="card-body">
                        <h5 class="card-title mb-3" style="color: #18352E; font-weight: 700;">
                            <i class="fas fa-shield-alt me-2" style="color: #6c757d;"></i> Copyright & DMCA Compliance
                        </h5>
                        <p class="card-text text-muted" style="line-height: 1.8;">
                            If you believe that your copyrighted work has been infringed upon through Jharkhand Directory, please submit a written DMCA takedown notice including:
                        </p>
                        <ul class="text-muted" style="line-height: 1.8;">
                            <li>Your contact information and signature</li>
                            <li>Identification of the copyrighted work claimed to be infringed</li>
                            <li>Specific location/URL of the infringing material on this site</li>
                            <li>Statement that you have good faith belief that the use is unauthorized</li>
                            <li>Statement made under penalty of perjury regarding the accuracy of your claim</li>
                        </ul>
                        <p class="card-text text-muted mt-3" style="line-height: 1.8;">
                            Upon receipt of a valid DMCA notice, we will take appropriate action to address the claimed infringement. Please send DMCA notices to the contact information provided below.
                        </p>
                    </div>
                </div>

                <!-- Takedown Request Process -->
                <div class="card shadow-sm mb-4" style="border: none; border-left: 4px solid #20c997;">
                    <div class="card-body">
                        <h5 class="card-title mb-3" style="color: #18352E; font-weight: 700;">
                            <i class="fas fa-file-contract me-2" style="color: #20c997;"></i> Takedown Request Process
                        </h5>
                        <p class="card-text text-muted" style="line-height: 1.8;">
                            If you believe your business information has been listed inaccurately or wish to have your information removed from Jharkhand Directory, you may submit a removal request with supporting documentation. The process includes:
                        </p>
                        <ol class="text-muted" style="line-height: 1.8;">
                            <li><strong>Submit Request:</strong> Contact us with your business name and specific details requesting removal or correction</li>
                            <li><strong>Verification:</strong> We will verify your ownership or authority to request the change</li>
                            <li><strong>Assessment:</strong> Our team will review the request and supporting documentation</li>
                            <li><strong>Action:</strong> Upon verification, we will remove or correct the information within 15 business days</li>
                            <li><strong>Confirmation:</strong> We will send confirmation of the action taken</li>
                        </ol>
                    </div>
                </div>

                <!-- Third-Party Services -->
                <div class="card shadow-sm mb-4" style="border: none; border-left: 4px solid #0dcaf0;">
                    <div class="card-body">
                        <h5 class="card-title mb-3" style="color: #18352E; font-weight: 700;">
                            <i class="fas fa-link me-2" style="color: #0dcaf0;"></i> Third-Party Links & Services
                        </h5>
                        <p class="card-text text-muted" style="line-height: 1.8;">
                            Jharkhand Directory may contain links to third-party websites, services, or platforms. We are not responsible for the content, accuracy, security, or functionality of any third-party sites or services. Your access to and use of third-party sites is at your own risk and subject to their terms and conditions.
                        </p>
                        <p class="card-text text-muted" style="line-height: 1.8;">
                            We do not endorse any third-party websites, services, or content, and we make no representations regarding their appropriateness, accuracy, or legality. Users are solely responsible for reviewing and complying with third-party terms of service.
                        </p>
                    </div>
                </div>

                <!-- User Responsibilities -->
                <div class="card shadow-sm mb-4" style="border: none; border-left: 4px solid #343a40;">
                    <div class="card-body">
                        <h5 class="card-title mb-3" style="color: #18352E; font-weight: 700;">
                            <i class="fas fa-user-check me-2" style="color: #343a40;"></i> User Responsibilities
                        </h5>
                        <p class="card-text text-muted" style="line-height: 1.8;">
                            By using Jharkhand Directory, you agree to:
                        </p>
                        <ul class="text-muted" style="line-height: 1.8;">
                            <li>Use the platform for lawful purposes only</li>
                            <li>Verify information independently before making decisions</li>
                            <li>Conduct due diligence when contacting or engaging with any listed business</li>
                            <li>Not harass, abuse, or engage in harmful conduct with any listed business</li>
                            <li>Respect intellectual property rights of all parties</li>
                            <li>Not attempt to scrape, hack, or unlawfully access the platform</li>
                        </ul>
                    </div>
                </div>

                <!-- Contact Information -->
                <div class="card shadow-sm mb-4" style="border: none; background: linear-gradient(135deg, #0B6B57 0%, #074a3d 100%); color: white;">
                    <div class="card-body">
                        <h5 class="card-title mb-3" style="color: #D4941F; font-weight: 700;">
                            <i class="fas fa-envelope me-2"></i> Contact Information for Legal Notices
                        </h5>
                        <p class="card-text" style="line-height: 1.8;">
                            <strong>For DMCA Notices, Takedown Requests, or Legal Inquiries, please contact:</strong>
                        </p>
                        <ul class="list-unstyled" style="line-height: 2;">
                            <li><i class="fas fa-envelope me-2"></i> <strong>Email:</strong> legal@jharkhanddirectory.com</li>
                            <li><i class="fas fa-globe me-2"></i> <strong>Website:</strong> https://jharkhanddirectory.com</li>
                            <li><i class="fas fa-building me-2"></i> <strong>Developer:</strong> SolutionJunction.in</li>
                            <li><i class="fas fa-link me-2"></i> <strong>Developer Website:</strong> https://solutionjunction.in</li>
                        </ul>
                        <p class="card-text mt-3" style="font-size: 0.9rem; opacity: 0.95;">
                            Please include detailed information and supporting documentation with your request to ensure prompt processing.
                        </p>
                    </div>
                </div>

                <!-- Acknowledgment -->
                <div class="alert alert-warning" style="background: #fff3cd; border: 1px solid #ffc107; color: #856404;">
                    <h6 class="alert-heading" style="color: #856404;">
                        <i class="fas fa-check-circle me-2"></i> Disclaimer Acknowledgment
                    </h6>
                    <p class="mb-0" style="line-height: 1.7;">
                        By accessing and using Jharkhand Directory, you acknowledge that you have read, understood, and agree to be bound by all terms and conditions outlined in this disclaimer. If you do not agree with any part of this disclaimer, please discontinue use of the platform immediately. Continued use of this platform constitutes acceptance of all terms and conditions.
                    </p>
                </div>

                <!-- Last Updated -->
                <div class="text-center text-muted mt-5 pt-4 border-top">
                    <small>
                        <i class="fas fa-calendar me-1"></i>
                        Last Updated: April 2026
                    </small>
                    <br>
                    <small>
                        <i class="fas fa-copyright me-1"></i>
                        © 2026 SolutionJunction.in. All Rights Reserved.
                    </small>
                </div>
            </div>
        </div>
    </div>
</div>

<?php include '../../includes/footer.php'; ?>

<style>
    .breadcrumb-light {
        background-color: transparent;
    }

    .breadcrumb-light .breadcrumb-item a {
        text-decoration: none;
    }

    .breadcrumb-light .breadcrumb-item a:hover {
        text-decoration: underline;
    }

    .card {
        border-radius: 0.5rem;
    }

    .card-title {
        font-size: 1.05rem;
        margin-bottom: 1rem;
    }

    ul li, ol li {
        margin-bottom: 0.5rem;
    }

    .alert {
        border-radius: 0.5rem;
    }

    a[href^="mailto:"],
    a[href^="https://"] {
        color: inherit;
        text-decoration: underline;
    }

    a[href^="mailto:"]:hover,
    a[href^="https://"]:hover {
        opacity: 0.8;
    }
</style>
