Privacy policy

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,500&family=Mulish:wght@400;500;600;700&display=swap'); .mrp{--blue:#2C5575;--blue-deep:#1d3a52;--cream:#F7F5F3;--cream-deep:#EFEAE6; --ink:#2c3236;--muted:#6c7278;--line:#E7E1DB;--accent:#C58A4E;--accent-soft:#f3e7d6; --serif:'Fraunces',Georgia,'Times New Roman',serif;--sans:'Mulish',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; font-family:var(--sans);color:var(--ink);line-height:1.75;font-size:17px;max-width:820px;margin:0 auto;padding:0 0 40px;} .mrp *{box-sizing:border-box;} .mrp a{color:var(--blue);} .mrp .hero{position:relative;overflow:hidden;border-radius:20px;background:linear-gradient(135deg,#21405a 0%,#2C5575 55%,#356388 100%);color:#fff;padding:54px 38px 46px;text-align:center;animation:mrpUp .8s ease both;} .mrp .hero-deco{position:absolute;inset:0;opacity:.45;pointer-events:none;} .mrp .eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:#f0d9bb;margin:0 0 16px;} .mrp .eyebrow svg{width:16px;height:16px;} .mrp .hero h1{font-family:var(--serif);font-weight:500;font-size:2.9rem;line-height:1.05;margin:0 0 18px;letter-spacing:-.5px;} .mrp .meta{display:inline-flex;flex-wrap:wrap;gap:8px 22px;justify-content:center;font-size:.9rem;color:#d8e3ec;} .mrp .meta span{display:inline-flex;align-items:center;gap:7px;} .mrp .meta svg{width:15px;height:15px;opacity:.85;} .mrp .toc{background:var(--cream);border:1px solid var(--line);border-radius:16px;padding:24px 28px;margin:32px 0;} .mrp .toc h2{font-family:var(--serif);font-weight:500;color:var(--blue);font-size:1.15rem;margin:0 0 14px;} .mrp .toc ol{margin:0;padding:0;list-style:none;counter-reset:t;columns:2;column-gap:30px;} .mrp .toc li{counter-increment:t;break-inside:avoid;margin:0 0 9px;} .mrp .toc a{display:flex;align-items:baseline;gap:10px;text-decoration:none;color:var(--ink);font-weight:500;font-size:.96rem;transition:color .2s;} .mrp .toc a:hover{color:var(--blue);} .mrp .toc a::before{content:counter(t,decimal-leading-zero);color:var(--accent);font-weight:700;font-size:.82rem;flex:0 0 auto;font-family:var(--sans);} .mrp .intro{font-size:1.1rem;color:#43484d;margin:0 0 30px;padding:0 4px;} .mrp .intro .drop{float:left;font-family:var(--serif);font-weight:500;font-size:3.4rem;line-height:.82;color:var(--blue);margin:6px 12px 0 0;} .mrp section{margin:0 0 30px;scroll-margin-top:24px;} .mrp .sh{display:flex;align-items:flex-start;gap:14px;margin:0 0 10px;} .mrp .sh .no{flex:0 0 auto;width:38px;height:38px;border-radius:11px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-weight:500;font-size:1.1rem;} .mrp .sh h2{font-family:var(--serif);font-weight:500;font-size:1.5rem;color:var(--blue);margin:5px 0 0;line-height:1.15;} .mrp .body{padding-left:52px;} .mrp .body p{margin:0 0 10px;} .mrp .body ul{margin:8px 0 0;padding:0;list-style:none;} .mrp .body li{position:relative;padding:5px 0 5px 24px;} .mrp .body li::before{content:"";position:absolute;left:2px;top:13px;width:7px;height:7px;background:var(--accent);border-radius:50%;} .mrp .rights{background:var(--accent-soft);border:1px solid #e6cfae;border-radius:16px;padding:26px 30px;margin:0 0 30px;scroll-margin-top:24px;} .mrp .rights .sh .no{background:var(--accent);} .mrp .rights h2{color:#8a5a23;} .mrp .rights .body{padding-left:52px;} .mrp .rights li::before{background:var(--accent);} .mrp .contact{position:relative;overflow:hidden;background:linear-gradient(135deg,#21405a,#2C5575);color:#fff;border-radius:20px;padding:36px;margin:36px 0 0;text-align:center;} .mrp .contact h2{font-family:var(--serif);font-weight:500;font-size:1.7rem;margin:0 0 8px;color:#fff;} .mrp .contact p{color:#d4e0e9;margin:0 0 20px;} .mrp .contact-btns{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;} .mrp .btn{display:inline-flex;align-items:center;gap:9px;padding:12px 22px;border-radius:100px;font-weight:600;text-decoration:none;font-size:.98rem;transition:transform .2s;} .mrp .btn:hover{transform:translateY(-2px);} .mrp .btn svg{width:17px;height:17px;} .mrp .btn-light{background:#fff;color:var(--blue);} .mrp .btn-ghost{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.3);} .mrp .foot{text-align:center;color:#9aa0a6;font-size:.92rem;font-style:italic;margin:24px 0 0;} @keyframes mrpUp{from{opacity:0;transform:translateY(16px);}to{opacity:1;transform:none;}} @media(max-width:600px){ .mrp{font-size:16px;} .mrp .hero{padding:40px 22px 34px;border-radius:16px;} .mrp .hero h1{font-size:2.1rem;} .mrp .toc ol{columns:1;} .mrp .body,.mrp .rights .body{padding-left:0;} .mrp .contact{padding:28px 22px;} }
Your privacy matters

Privacy Policy

Effective 20/04/2026 Moto Rent Albania albaniabymoto.com

Moto Rent Albania respects your privacy and is committed to protecting your personal data. This Privacy Policy explains how we collect, use, and safeguard your information when you visit our website or use our motorcycle rental services.

1

Information we collect

We may collect the following types of personal data:

  • Full name
  • Email address
  • Phone number
  • Billing and payment information
  • Identification details (e.g., driver's license, passport if required for rental)
  • Booking details and rental history
  • IP address and browser/device information
2

How we use your information

We use your information to:

  • Process bookings and payments
  • Communicate with you about reservations or inquiries
  • Verify identity and eligibility for rentals
  • Improve our website and services
  • Comply with legal obligations
3

Sharing your information

We do not sell your personal data. We may share your data with:

  • Payment processors (for secure transactions)
  • Legal authorities if required by law
  • Service providers that help operate our website
4

Data security

We implement appropriate technical and organizational measures to protect your personal data. However, no online system is 100% secure.

5

Data retention

We retain your personal data only as long as necessary for business, legal, and accounting purposes.

6

Your rights

Depending on your location, you may have the right to:

  • Access your personal data
  • Request correction or deletion
  • Object to processing
  • Withdraw consent

To exercise your rights, contact us at the email below.

7

Cookies

Our website may use cookies to improve user experience and analyze traffic. You can control cookie settings through your browser.

8

Third-party links

Our website may contain links to third-party websites. We are not responsible for their privacy practices.

Questions about your data?

If you have questions about this Privacy Policy, reach out anytime.

By using our website, you agree to this Privacy Policy.