D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
kudlaastraproductions.com
/
Filename :
privacy.html
back
Copy
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Privacy Policy | Astra Productions</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto:wght@300;400;500&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"> <link rel="stylesheet" href="css/style.css"> <style> .page-header { background-color: #1a1a1a; padding: 120px 0 60px; text-align: center; } .content-section { padding: 60px 0; color: #d0d0d0; } .content-section h2 { font-size: 1.8rem; margin-top: 30px; color: var(--primary-color); } .content-section p { margin-bottom: 20px; } .content-section ul { list-style: disc; margin-left: 20px; margin-bottom: 20px; } </style> </head> <body> <!-- Navigation --> <nav class="navbar"> <div class="container"> <a href="index.html" class="logo"> <img src="images/logo.png" alt="Astra Productions Logo"> </a> <div class="menu-toggle" id="mobile-menu"> <span class="bar"></span> <span class="bar"></span> <span class="bar"></span> </div> <ul class="nav-menu"> <li><a href="index.html#home" class="nav-link">Home</a></li> <li><a href="index.html#about" class="nav-link">About Us</a></li> <li><a href="index.html#services" class="nav-link">Our Services</a></li> <li><a href="index.html#why-us" class="nav-link">Why Choose Us</a></li> <li><a href="index.html#contact" class="nav-link">Contact Us</a></li> <li class="dropdown"> <a href="#" class="nav-link">Policies <i class="fas fa-caret-down"></i></a> <div class="dropdown-content"> <a href="terms.html">Terms & Conditions</a> <a href="privacy.html">Privacy Policy</a> </div> </li> </ul> </div> </nav> <header class="page-header"> <div class="container"> <h1>Privacy Policy</h1> <p>Last Updated: November 2025</p> </div> </header> <section class="content-section"> <div class="container"> <p>At Astra Productions, accessible from kudlaastraproductions.com, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by Astra Productions and how we use it.</p> <h2>1. Information We Collect</h2> <p>The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.</p> <p>If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the contents of the message and/or attachments you may send us, and any other information you may choose to provide.</p> <h2>2. How We Use Your Information</h2> <p>We use the information we collect in various ways, including to:</p> <ul> <li>Provide, operate, and maintain our website</li> <li>Improve, personalize, and expand our website</li> <li>Understand and analyze how you use our website</li> <li>Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the website, and for marketing and promotional purposes</li> <li>Send you emails</li> <li>Find and prevent fraud</li> </ul> <h2>3. Log Files</h2> <p>Astra Productions follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting services' analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable.</p> <h2>4. Contact Us</h2> <p>If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us at business@astragroup.co.in.</p> </div> </section> <!-- Footer --> <footer> <div class="container"> <p>© 2025 Astra Productions. All Rights Reserved.</p> </div> </footer> <script src="js/script.js"></script> </body> </html>