-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexTermsAndPrivacyPolicyEn.php
56 lines (44 loc) · 5.32 KB
/
indexTermsAndPrivacyPolicyEn.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?php get_header() ?>
<body>
<header>
<div class="image-box">
<a href="https://cashif.cc/en/">
<img src=<?php echo get_template_directory_uri() . '/assets/images/logo.webp' ?> alt="Cashif logo" />
</a>
</div>
</header>
<div class="text-box" dir="ltr">
<h1>Terms and Conditions</h1>
<p class="mt-4">By accessing or using this website, you acknowledge that you have read, understood, and agreed to comply with these terms and conditions.</p>
<ul>
<li><strong>Payment and Fees:</strong> The fees for inspection services are clearly stated on the website. Payment is made through the electronic payment gateway, and the service will not be provided until full payment is received.</li>
<li><strong>Client Obligations:</strong> The client is responsible for providing accurate information about the vehicle they wish to inspect and must arrange an inspection appointment with the chosen center according to the specified procedures.</li>
<li><strong>Serviced Service:</strong> Service Description: If you find a car for sale in Riyadh or Dammam and you reside outside these two cities, the Cashif center will inspect the car on your behalf, take photos, and send you a report. We assist you in securing it, transferring ownership, and shipping it. The service includes 1- The car owner attending one of the Cashif centers 2- We inspect and test drive the car. 3- We send you a report detailing the car in PDF format. Note that additional services such as photography or mobile inspection are available for an extra fee and are activated upon request.</li>
<li class="m-0"><strong>Additional Services:</strong> The Cashif center, in collaboration with its partners, offers additional services after conducting the inspection, such as transferring vehicle ownership, insuring the vehicle, and shipping the vehicle. It is worth noting that these additional services are provided through its partners, and therefore the Cashif center bears no legal responsibility for errors, compensations, or claims related to these services.</li>
</ul>
<p><strong>The main role of the Cashif center is limited to inspecting the vehicle and issuing the report only,</strong> and thus its official role ends once the report is delivered to the client.</p>
</div>
<div class="text-box pt-1" dir="ltr">
<h1>Privacy Policy</h1>
<ul>
<li><strong>Information Collection:</strong> We collect the necessary personal information to provide our services, including the client's name, contact information, vehicle details, and payment information.</li>
<li><strong>Use of Information:</strong> The information we collect is used solely for the purpose of providing the service, including coordinating with inspection centers, sending reports, and processing payments.</li>
<li><strong>By providing your personal data:</strong> including your phone number, you agree that the Cashif center may use this information for marketing purposes and to communicate with you about new offers and services.</li>
<li><strong>Information Sharing:</strong> We do not share your personal information with third parties except as necessary to provide the service, such as payment gateways or inspection and shipping partners. All information is handled with complete confidentiality according to the security standards in place.</li>
<li class="m-0"><strong>Information Protection:</strong> We are committed to taking all necessary measures to protect your personal information from unauthorized access, disclosure, or use in any unlawful manner.</li>
</ul>
</div>
<footer>
<div>
<p>All rights reserved © 2025 Cashif Center</p>
</div>
</footer>
<!--Start WhatsApp icon section-->
<a id="whatsapp-btn" aria-label="WhatsApp Customer Service" class="sticky-icon" target="_blank" href="https://api.whatsapp.com/send?phone=966920019948&text=*Select from the main menu*">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="#fff" class="bi bi-whatsapp" viewbox="0 0 16 16">
<path d="M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z"></path>
</svg>
</a>
<!--End WhatsApp icon section-->
</div>
<?php get_footer() ?>