<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Vionex Global | We make travel operations effortless</title>
<meta name="description" content="Vionex Global provides precision-driven travel back-office solutions: reservation management, CRM handling, analytics and 24/7 customer support for travel agencies worldwide.">
<link rel="icon" href="assets/logo/favicon.png" sizes="256x256">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Inter:wght@300;400;600&display=swap" rel="stylesheet">
<style>
:root{--blue:#1B2A49;--gold:#C68C5A;--off:#F9F6F0;--char:#2B2B2B;}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Inter,Arial,sans-serif;background:var(--off);color:var(--char);line-height:1.5}
.container{max-width:1100px;margin:0 auto;padding:24px}
.header{display:flex;align-items:center;justify-content:space-between;padding:18px 0}
.header .logo img{height:64px}
.nav a{margin-left:20px;color:var(--blue);text-decoration:none;font-weight:600}
.hero{display:flex;align-items:center;background:url('assets/banner_worldmap.png') center/cover no-repeat;border-radius:8px;overflow:hidden;padding:60px 0;margin:18px 0}
.hero .left{flex:1;padding:40px}
.hero h1{font-family:Montserrat,Arial,sans-serif;color:#fff;font-size:40px;margin-bottom:12px}
.hero p{color:#fff;max-width:640px;margin-bottom:18px}
.btn{background:var(--gold);color:#fff;padding:12px 18px;border-radius:8px;text-decoration:none;font-weight:700}
.section{padding:36px 0}
.grid{display:flex;gap:18px;flex-wrap:wrap}
.card{background:#fff;padding:18px;border-radius:10px;box-shadow:0 6px 18px rgba(0,0,0,0.06);flex:1;min-width:220px}
.small{color:var(--blue);font-weight:700;margin-bottom:8px}
.contact-form{max-width:640px;margin:0 auto}
input,textarea{width:100%;padding:12px;border:1px solid #e6e6e6;border-radius:8px;margin-top:10px}
.submit{background:var(--blue);color:#fff;border:none;padding:12px 16px;border-radius:8px;margin-top:8px;font-weight:700;cursor:pointer}
.footer{background:var(--blue);color:#fff;text-align:center;padding:18px;margin-top:30px}
@media(max-width:800px){.hero{flex-direction:column}.hero .left{padding:20px}.nav{display:none}.grid{flex-direction:column}}
</style>
</head>
<body>
<div class="container">
  <header class="header">
    <div class="logo"><img src="assets/logo/VionexLogo_Horizontal.png" alt="Vionex Global logo"></div>
    <nav class="nav"><a href="#about">About</a><a href="#services">Services</a><a href="#contact">Contact</a></nav>
  </header>

  <section class="hero" aria-label="Hero">
    <div class="left">
      <h1>We make travel operations effortless</h1>
      <p>Precision-driven back-office solutions for travel agencies worldwide — reservation management, CRM, analytics and 24/7 support.</p>
      <a class="btn" href="#contact">Let's Connect</a>
    </div>
    <div class="right" style="flex:0.8;"></div>
  </section>

  <section id="about" class="section">
    <div class="small">About Vionex Global</div>
    <h2 style="font-size:22px;margin-bottom:8px;">Global travel support built for scale</h2>
    <p>Vionex Global merges industry expertise with structured processes and secure systems to manage your agency's backend operations. We deliver accurate reservations, tidy documentation, and exceptional customer experiences — so you can grow without operational friction.</p>
  </section>

  <section id="services" class="section">
    <div class="small">What we offer</div>
    <div class="grid">
      <div class="card"><h3>Back-office Support</h3><p>Itinerary management, supplier coordination, CRM updates and reconciliation.</p></div>
      <div class="card"><h3>Reservation & Ticketing</h3><p>Booking, ticketing, amendments and vendor liaison handled with accuracy.</p></div>
      <div class="card"><h3>Data & Reporting</h3><p>Invoicing, MIS reports, and analytics to help optimize operations.</p></div>
      <div class="card"><h3>Customer Care</h3><p>24/7 multilingual support across channels.</p></div>
    </div>
  </section>

  <section id="why" class="section" style="background:transparent">
    <h2 style="text-align:center">Why Vionex</h2>
    <div style="max-width:900px;margin:12px auto;text-align:center;color:#444">Precision. Trust. Global Reach. Transparent processes, scalable solutions, and 24/7 support to keep your operations moving.</div>
  </section>

  <section id="contact" class="section">
    <div class="small">Get in touch</div>
    <h2>Contact Us</h2>
    <p>Use the form below to reach our team. Replace this placeholder with your Zoho Form embed when ready.</p>
    <form class="contact-form" action="mailto:youremail@example.com" method="post" enctype="text/plain">
      <input type="text" name="name" placeholder="Full name" required>
      <input type="email" name="email" placeholder="Email address" required>
      <input type="text" name="company" placeholder="Company (optional)">
      <textarea name="message" rows="5" placeholder="Your message"></textarea>
      <button class="submit" type="submit">Send Message</button>
    </form>
  </section>

  <footer class="footer">
    <div style="max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;">
      <div style="font-weight:700">Vionex Global</div>
      <div>© 2025 Vionex Global</div>
    </div>
  </footer>
</div>
</body>
</html>
