.elementor-3 .elementor-element.elementor-element-cd91d4a{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3 .elementor-element.elementor-element-cd91d4a{--content-width:1200px;}}/* Start custom CSS for container, class: .elementor-element-cd91d4a */{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary-grey: #1E3C72;
            --safety-red: #2A5298;
            --safety-orange: #2A5298;
            --white: #ffffff;
            --light-grey: #f8f9fa;
            --text-grey: #333333;
            --border-grey: #666666;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.7;
            color: var(--primary-grey);
            background: var(--white);
        }

        /* Privacy Page Specific Styles */
        .privacy-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 60px 20px;
        }

        .privacy-header {
            text-align: center;
            margin-bottom: 50px;
            padding-bottom: 30px;
            border-bottom: 3px solid var(--safety-orange);
        }

        .privacy-header h1 {
            font-size: 42px;
            color: var(--primary-grey);
            margin-bottom: 15px;
            font-weight: 700;
        }

        .last-updated {
            font-size: 15px;
            color: var(--text-grey);
            font-style: italic;
        }

        .privacy-intro {
            background: var(--light-grey);
            padding: 30px;
            border-radius: 10px;
            margin-bottom: 40px;
            border-left: 4px solid var(--safety-orange);
        }

        .privacy-intro p {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 15px;
        }

        .privacy-intro p:last-child {
            margin-bottom: 0;
        }

        .privacy-section {
            margin-bottom: 45px;
        }

        .privacy-section h2 {
            font-size: 28px;
            color: var(--primary-grey);
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--light-grey);
            font-weight: 600;
        }

        .privacy-section h3 {
            font-size: 22px;
            color: var(--primary-grey);
            margin-top: 25px;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .privacy-section h4 {
            font-size: 18px;
            color: var(--primary-grey);
            margin-top: 20px;
            margin-bottom: 12px;
            font-weight: 600;
        }

        .privacy-section p {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 15px;
            color: var(--primary-grey);
        }

        .privacy-section ul,
        .privacy-section ol {
            margin: 20px 0;
            padding-left: 30px;
        }

        .privacy-section ul li,
        .privacy-section ol li {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 12px;
            color: var(--primary-grey);
        }

        .privacy-section ul li::marker {
            color: var(--safety-orange);
        }

        .privacy-section strong {
            color: var(--primary-grey);
            font-weight: 600;
        }

        .highlight-box {
            background: #fff8f0;
            border-left: 4px solid var(--safety-orange);
            padding: 20px;
            margin: 25px 0;
            border-radius: 5px;
        }

        .highlight-box h4 {
            color: var(--safety-orange);
            margin-top: 0;
            margin-bottom: 12px;
        }

        .highlight-box p {
            margin-bottom: 10px;
        }

        .highlight-box p:last-child {
            margin-bottom: 0;
        }

        .contact-box {
            background: var(--light-grey);
            padding: 30px;
            border-radius: 10px;
            margin-top: 40px;
            text-align: center;
        }

        .contact-box h3 {
            font-size: 24px;
            color: var(--primary-grey);
            margin-bottom: 20px;
        }

        .contact-box p {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .contact-box a {
            color: var(--safety-orange);
            text-decoration: none;
            font-weight: 600;
        }

        .contact-box a:hover {
            color: var(--safety-red);
            text-decoration: underline;
        }

        .table-responsive {
            overflow-x: auto;
            margin: 25px 0;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background: var(--white);
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

        table thead {
            background: var(--safety-orange);
            color: var(--white);
        }

        table th,
        table td {
            padding: 15px;
            text-align: left;
            border: 1px solid var(--border-grey);
        }

        table th {
            font-weight: 600;
            font-size: 15px;
        }

        table td {
            font-size: 15px;
        }

        table tbody tr:hover {
            background: var(--light-grey);
        }

        .consent-notice {
            background: #e8f5e9;
            border-left: 4px solid #4caf50;
            padding: 20px;
            margin: 25px 0;
            border-radius: 5px;
        }

        .warning-notice {
            background: #fff3e0;
            border-left: 4px solid var(--safety-red);
            padding: 20px;
            margin: 25px 0;
            border-radius: 5px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .privacy-container {
                padding: 40px 15px;
            }

            .privacy-header h1 {
                font-size: 32px;
            }

            .privacy-section h2 {
                font-size: 24px;
            }

            .privacy-section h3 {
                font-size: 20px;
            }

            table {
                font-size: 14px;
            }

            table th,
            table td {
                padding: 10px;
            }
        }/* End custom CSS */