<!DOCTYPE html>
<html lang="en">
<head>
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-ND3KNJTTX5"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());
        gtag('config', 'G-ND3KNJTTX5');
    </script>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Terms and Conditions - Ride Height Checker | Find Theme Park Rides by Height</title>
    <meta name="description" content="Read the terms and conditions of using Ride Height Checker, a tool to find theme park rides suitable for your height.">
    <link rel="stylesheet" href="styles.css">
    <link rel="icon" href="rhcfavicon.png" type="image/png">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1969578899445338" crossorigin="anonymous"></script>
    <script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"></script>
    <link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css"/>
    <link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet">
</head>
<body class="terms-page">
    <header>
        <h1 class="visually-hidden">Ride Height Checker</h1>
        <p class="visually-hidden">Find theme park rides suitable for your height. Check ride height requirements for various theme parks.</p>
        <a href="index.html"><img src="rhcheader.png" alt="Ride Height Checker Logo - Find Theme Park Rides by Height"></a>
        <img id="burger-menu-icon" src="burgermenu.png" alt="Menu Icon" class="burger-menu-icon">
        <div class="header-social-icons">
            <a href="https://www.instagram.com/rideheightcheckerteam/" target="_blank">
                <img src="instagram.png" alt="Instagram">
            </a>
            <a href="https://www.tiktok.com/@rideheightchecker?lang=en" target="_blank">
                <img src="tik-tok.png" alt="TikTok">
            </a>
        </div>
    </header>
    <div class="main-container">
        <div class="content-wrapper">
            <div class="about-content">
                <h2>Terms and Conditions</h2>
                
                <p>Last Updated: 12/08/2024</p>
                
                <h3>1. Introduction</h3>
                <p>
                    Welcome to Ride Height Checker! By accessing or using our website, you agree to comply with and be bound by the following Terms and Conditions. Please read these Terms carefully before using our services.
                </p>
                <ul>
                    <li>Website Name: Ride Height Checker</li>
                    <li>Contact Information: For any questions regarding these Terms and Conditions, please contact us at hello@rideheightchecker.com.</li>
                </ul>
                
                <h3>2. Governing Law</h3>
                <p>
                    These Terms and Conditions are governed by and construed in accordance with the laws of the United Kingdom. Any disputes arising out of or related to these Terms and Conditions will be subject to the exclusive jurisdiction of the courts of the United Kingdom.
                </p>

                <h3>3. Use of the Site</h3>
                <p>
                    You agree to use Ride Height Checker in a manner consistent with all applicable laws and regulations. You are prohibited from:
                </p>
                <ul>
                    <li>Engaging in any activity that could damage or impair the website’s functionality.</li>
                    <li>Using the content of this site for any unauthorized commercial purpose.</li>
                    <li>Copying, distributing, or modifying any part of the site without explicit permission.</li>
                </ul>
                
                <h3>4. Third-Party Links</h3>
                <p>
                    Ride Height Checker may contain links to third-party websites, including booking pages directly to theme parks or third-party travel agents. 
                </p>
                <ul>
                    <li>We do not own or control the content on third-party websites. We do not take responsibility for the accuracy, pricing, availability, or any other aspects of the products or services offered by third parties. Users should carefully review the terms and policies of any third-party sites before making any bookings or purchases.</li>
                </ul>

                <h3>5. Intellectual Property</h3>
                <p>
                    Except for the Ride Height Checker logo, we do not own the images or logos displayed on this site. The Ride Height Checker logo is our property and is protected by intellectual property laws.
                </p>
                <ul>
                    <li>All content on this website, including but not limited to text, graphics, logos, and images, cannot be used, reproduced, distributed, or displayed without prior written permission from Ride Height Checker.</li>
                </ul>

                <h3>6. Limitation of Liability</h3>
                <p>
                    While we strive to ensure that the height information provided on our site is accurate and up-to-date, there may be instances where errors or outdated information exist. Ride Height Checker is not liable for any inaccuracies or omissions in the content provided.
                </p>
                <p>
                    Ride Height Checker is not responsible for any issues arising from the use of third-party websites, including but not limited to disputes over pricing, availability, or quality of services. All bookings, cancellations, and refund issues should be handled directly with the booking agent or the theme park.
                </p>

                <h3>7. Modifications to Terms</h3>
                <p>
                    Ride Height Checker reserves the right to modify these Terms and Conditions at any time. Any changes will be effective immediately upon posting on this page. It is your responsibility to review these Terms periodically to ensure your continued compliance.
                </p>

                <h3>8. Embedding and Linking</h3>
                <p>
                    You are not permitted to embed or link to this website on any other platform without prior written consent from Ride Height Checker.
                </p>

                <h3>9. Refunds and Cancellations</h3>
                <p>
                    Ride Height Checker does not offer any services directly and therefore is not responsible for processing refunds or cancellations. Any issues related to refunds or cancellations must be directed to the third-party booking agent or the theme park through which the tickets were purchased.
                </p>

                <h3>10. Termination</h3>
                <p>
                    Ride Height Checker reserves the right to terminate your access to the site for any violation of these Terms and Conditions, or for any other reason, at our sole discretion.
                </p>

                <h3>Contact Information</h3>
                <p>
                    If you have any questions about these Terms and Conditions, please contact us at hello@rideheightchecker.com.
                </p>

            </div>
        </div>
    </div>
    <div id="burger-menu-modal" class="modal">
        <div class="modal-content burger-modal-content">
            <span id="close-burger-menu-modal" class="close">&times;</span>
            <div class="burger-modal-links">
                <a href="index.html">Home</a>
                <a href="about.html">About</a>
                <a href="partner-with-us.html">Partner With Us</a>
                <a href="terms-and-conditions.html">Terms of Use</a>
            </div>
        </div>
    </div>
    <script>
        document.addEventListener('DOMContentLoaded', function() {
            var burgerMenuIcon = document.getElementById('burger-menu-icon');
            var burgerMenuModal = document.getElementById('burger-menu-modal');
            var closeBurgerMenuModal = document.getElementById('close-burger-menu-modal');

            burgerMenuIcon.addEventListener('click', function() {
                burgerMenuModal.style.display = 'block';
            });

            closeBurgerMenuModal.addEventListener('click', function() {
                burgerMenuModal.style.display = 'none';
            });

            window.addEventListener('click', function(event) {
                if (event.target == burgerMenuModal) {
                    burgerMenuModal.style.display = 'none';
                }
            });
        });
    </script>
</body>
</html>