
        .privacy-container {
            max-width: 900px;
            background: #fff;
            padding: 30px 40px;
            border-radius: 8px;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
            margin: auto;
        }

        .privacy-section-title {
            border-bottom: 3px solid #FFD700;
            padding-bottom: 0.3rem;
            font-weight: 700;
            text-transform: uppercase;
            color: #003366;
            margin-bottom: 1.5rem;
        }

        .privacy-subheading {
            border-left: 4px solid #003366;
            padding-left: 0.75rem;
            font-weight: 600;
            color: #34495e;
            margin-top: 2rem;
            margin-bottom: 1rem;
        }

        .privacy-container p {
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 1rem;
        }

        .privacy-container a {
            color: #003366;
            font-weight: 600;
            text-decoration: none;
        }

        .privacy-container a:hover {
            text-decoration: underline;
        }

        .privacy-terms {
            list-style: none;
            padding-left: 0;
        }

        .privacy-terms li {
            position: relative;
            padding-left: 2rem;
            margin-bottom: 0.6rem;
        }

        .privacy-terms li::before {
            content: "✔";
            position: absolute;
            left: 0;
            top: 0;
            color: #28a745;
            font-weight: 700;
        }

