

         .Privacy .navbar-brand img{
            width:60%;
        }
         .Privacy .footer-logo img{
            width:70%;
        }
        
        /* Privacy Content Container */
        .privacy_wrapper {
            padding: 60px 20px;
            display: flex;
            justify-content: center;
        }

        .privacy_section.container {
            background-color: #ffffff;
            padding: 50px;
            border-radius: 12px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.05);
            max-width: 900px;
        }

        .privacy_section h1 {
            color: #2c3e50;
            text-align: center;
            margin-bottom: 10px;
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            font-size: 2.5rem;
        }

        .privacy_section .last-updated {
            text-align: center;
            font-style: italic;
            color: #666;
            margin-bottom: 40px;
            font-size: 0.9rem;
        }

        .privacy_section h2 {
            color: #2c3e50;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
            margin-top: 40px;
            margin-bottom: 20px;
            font-family: 'Playfair Display', serif;
            font-weight: 600;
        }

        .privacy_section h3 {
            color: #34495e;
            margin-top: 30px;
            margin-bottom: 15px;
            font-size: 1.3rem;
            font-weight: 600;
        }

        .privacy_section h4 {
            color: #34495e;
            margin-top: 25px;
            font-style: italic;
            font-size: 1.1rem;
            font-weight: 500;
        }

        .privacy_section p {
            margin-bottom: 15px;
            line-height: 1.7;
            color: #444;
            font-family: Montserrat;
        }

        .privacy_section ul {
            margin-bottom: 15px;
            padding-left: 20px;
             font-family: Montserrat;
        }

        .privacy_section li {
            margin-bottom: 10px;
            line-height: 1.6;
            color: #444;
             font-family: Montserrat;
        }

        .privacy_section strong {
            color: #2c3e50;
            font-weight: 700;
        }

        .privacy_section a {
            color: #407B96;
            text-decoration: none;
        }

        .privacy_section a:hover {
            text-decoration: underline;
        }
        
        /* Navbar Tweaks if needed */
        .custom-navbar {
            padding-top: 20px;
            padding-bottom: 20px;
        }