Privacy Policy

/* Premium Legal Page Styling */ .legal-page-wrapper { background-color: #f8f9fa; padding: 60px 0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } .legal-container { background: #ffffff; padding: 50px; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); max-width: 900px; margin: 0 auto; } .legal-header { border-bottom: 2px solid #f0f0f0; padding-bottom: 25px; margin-bottom: 35px; } .legal-header h1 { font-size: 36px; color: #2c3e50; font-weight: 700; margin-bottom: 10px; } .last-updated { color: #7f8c8d; font-size: 14px; font-weight: 500; } .legal-content p { font-size: 16px; line-height: 1.8; color: #555; margin-bottom: 20px; text-align: justify; } .legal-content h2 { font-size: 22px; color: #2c3e50; margin-top: 40px; margin-bottom: 15px; font-weight: 600; display: flex; align-items: center; } .legal-content h2 i { color: #82b440; /* Site Green Color */ margin-right: 12px; font-size: 18px; } .legal-content ul { background: #fdfdfd; border-left: 4px solid #82b440; padding: 20px 20px 20px 40px; margin-bottom: 25px; border-radius: 0 4px 4px 0; } .legal-content ul li { margin-bottom: 10px; color: #444; font-size: 15px; line-height: 1.6; } .contact-box { background-color: #262626; color: #fff; padding: 30px; border-radius: 8px; margin-top: 50px; text-align: center; } .contact-box h3 { margin-bottom: 15px; color: #fff; } .contact-box a { color: #82b440; font-weight: bold; text-decoration: none; font-size: 18px; } .contact-box a:hover { color: #fff; text-decoration: underline; } /* Mobile Responsiveness */ @media (max-width: 768px) { .legal-container { padding: 25px; } .legal-header h1 { font-size: 28px; } }