<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Ara Marine Management</title>
  <style>
    body { margin:0; font-family: Arial, sans-serif; background:#f4f8fb; color:#0b2a4a; }
    header { background:#0b2a4a; color:white; padding:20px; display:flex; align-items:center; justify-content:space-between; }
    header img { height:60px; }
    nav a { color:white; margin:0 15px; text-decoration:none; font-weight:bold; }
    .hero { background:linear-gradient(to right,#0b2a4a,#1e6fa8); color:white; padding:80px 20px; text-align:center; }
    .section { padding:60px 20px; max-width:1100px; margin:auto; }
    .services { display:grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap:20px; }
    .card { background:white; padding:20px; border-radius:12px; box-shadow:0 4px 12px rgba(0,0,0,0.1); }
    .login-box { background:white; padding:30px; border-radius:12px; max-width:400px; margin:auto; }
    input, textarea { width:100%; padding:10px; margin:10px 0; border-radius:6px; border:1px solid #ccc; }
    button { background:#1e6fa8; color:white; padding:10px 20px; border:none; border-radius:6px; cursor:pointer; }
    footer { background:#0b2a4a; color:white; text-align:center; padding:20px; }
  </style>
</head>
<body>

<header>
  <img src="logo.png" alt="Ara Marine Logo">
  <nav>
    <a href="#services">Services</a>
    <a href="#client">Client Login</a>
    <a href="#contact">Contact</a>
  </nav>
</header>

<section class="hero">
  <h1>Professional Marine Management</h1>
  <p>Reliable, experienced, and dedicated vessel care</p>
</section>

<section id="services" class="section">
  <h2>Our Services</h2>
  <div class="services">

    <div class="card">
      <h3>Full Vessel Management</h3>
      <p>Comprehensive oversight of your vessel including maintenance scheduling, inspections, vendor coordination, and operational management.</p>
    </div>

    <div class="card">
      <h3>Licensed Captain Services</h3>
      <p>USCG licensed captain services for transport, charters, deliveries, and on-demand operation ensuring safety and professionalism.</p>
    </div>

    <div class="card">
      <h3>Maintenance & Inspections</h3>
      <p>Routine and preventative maintenance, detailed inspections, and condition reports to keep your vessel in peak performance.</p>
    </div>

    <div class="card">
      <h3>Vessel Reports</h3>
      <p>Detailed digital reports including service logs, inspection summaries, and performance updates accessible anytime through your client portal.</p>
    </div>

  </div>
</section>

<section id="client" class="section">
  <h2>Client Login</h2>
  <div class="login-box">
    <input type="text" placeholder="Username">
    <input type="password" placeholder="Password">
    <button>Login</button>
    <p style="font-size:12px; color:gray;">Access your vessel reports and service history.</p>
  </div>
</section>

<section id="contact" class="section">
  <h2>Contact Us</h2>
  <form>
    <input type="text" placeholder="Your Name" required>
    <input type="email" placeholder="Email" required>
    <textarea rows="5" placeholder="Message"></textarea>
    <button type="submit">Send Message</button>
  </form>
</section>

<footer>
  <p>© 2026 Ara Marine Management | aramarine.net</p>
</footer>

</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://aramarine.net/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://aramarine.net/wp-sitemap-posts-page-1.xml</loc></sitemap></sitemapindex>
