Server IP : 103.53.40.154 / Your IP : 18.117.94.77 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/thegloriousadventure.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php include "links.php";?> <title>Shipping and Delivery | <?php echo $site_name?></title> <style> .terms-content{ padding-top:10px; } .terms-content ul{ padding-bottom:10px; } </style> </head> <body> <?php include "header.php";?> <!-- breadcum area --> <div class="breadcrumb breadcrumb-style-one"> <div class="container"> <div class="col-lg-12 text-center"> <h1 class="breadcrumb-title">Terms <span class="lst-words">Shipping and Delivery</span></h1> <ul class="d-flex justify-content-center breadcrumb-items"> <li class="breadcrumb-item"><a href="<?php echo $wspath?>">Home</a></li> <li class="breadcrumb-item active">Shipping and Delivery</li> </ul> </div> </div> </div> <section> <div class="container mt-5"> <div class="text-center"> <h3>Shipping and Delivery of <?php echo $site_name?></h3> </div> <div class="terms-content"> <ul> <li> <b>Introduction:</b> </li> <li>Welcome to <?php echo $site_name?>. We are committed to protecting your personal information and your right to privacy. This Shipping and Delivery explains what information we collect, how we use it, and what rights you have in relation to it.</li> </ul> <ul> <li> <b>Information We Collect:</b> </li> <li><i class='bx bx-plus'></i> Personal Identification Information: Name, email address, phone number, and address.</li> <li><i class='bx bx-plus'></i> Travel Information: Passport details, travel itinerary, booking history, and preferences.</li> <li><i class='bx bx-plus'></i> Payment Information: Credit card details and billing address.</li> <li><i class='bx bx-plus'></i> Technical Data: IP address, browser type, operating system, and access times.</li> <li><i class='bx bx-plus'></i> Cookies and Tracking Technologies: We use cookies and similar tracking technologies to track the activity on our service and hold certain information.</li> </ul> <ul> <li> <b>How We Use Your Information:</b> </li> <li><i class='bx bx-plus'></i> To process and manage your bookings and travel arrangements.</li> <li><i class='bx bx-plus'></i> To communicate with you, including sending confirmations, invoices, technical notices, updates, and administrative messages.</li> <li><i class='bx bx-plus'></i> To improve our services, website functionality, and customer service.</li> <li><i class='bx bx-plus'></i> To comply with legal obligations and resolve any disputes.</li> </ul> <ul> <li> <b>Sharing Your Information:</b> </li> <li><i class='bx bx-plus'></i> Service Providers: Third-party vendors who help us operate our business (e.g., payment processors, travel partners).</li> <li><i class='bx bx-plus'></i> Business Transfers: In connection with, or during negotiations of, any merger, sale of company assets, financing, or acquisition of all or a portion of our business.</li> <li><i class='bx bx-plus'></i> Legal Obligations: When required to do so by law or in response to valid requests by public authorities.</li> </ul> <ul> <li> <b>Security of Your Information:</b> </li> <li><i class='bx bx-plus'></i> We take appropriate security measures to protect your personal information from unauthorized access, disclosure, alteration, or destruction. However, no method of transmission over the Internet or method of electronic storage is 100% secure.</li> </ul> <ul> <li> <b>Your Data Protection Rights:</b> </li> <li><i class='bx bx-plus'></i> Right to Access: You can request copies of your personal data.</li> <li><i class='bx bx-plus'></i> Right to Rectification: You can request that we correct any information you believe is inaccurate or complete information you believe</li> </ul> </div> </div> </section> <?php include "inner-footer.php";?> <?php include "footer.php" ?> </html>