<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Careers - Energy Apex Corp</title>

<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">

<style>
body {
  background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.85)),
  url('https://source.unsplash.com/random/1920x1080/?oil-refinery') no-repeat center center fixed;
  background-size: cover;
  animation: zoomBg 30s ease-in-out infinite alternate;
}

@keyframes zoomBg {
  from { background-size: 100%; }
  to { background-size: 115%; }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(59,130,246,0.15), transparent 40%),
              radial-gradient(circle at 80% 70%, rgba(0,255,200,0.12), transparent 40%);
  z-index: 0;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 0;
}

section, nav, footer {
  position: relative;
  z-index: 10;
}

.glass {
  background: rgba(20,20,20,0.6);
  backdrop-filter: blur(12px);
}

.hover-3d:hover {
  transform: perspective(800px) rotateX(3deg) rotateY(-3deg) scale(1.02);
  transition: all 0.3s ease;
}
</style>
</head>

<body class="text-white">

<nav class="bg-black/90 backdrop-blur-md border-b border-zinc-800 sticky top-0 z-50">
  <div class="max-w-7xl mx-auto px-6 py-5">
    <div class="flex items-center justify-between">

      <!-- Logo -->
      <div class="flex items-center gap-3">
        <div class="w-9 h-9 bg-blue-600 rounded-full flex items-center justify-center">
          <i class="fa-solid fa-fire-flame-curved text-white"></i>
        </div>
        <div>
          <a href="index.html" class="text-2xl font-bold tracking-tight hover:text-blue-400 transition-colors">
            ENERGY APEX CORP
          </a>
          <p class="text-xs text-zinc-400 -mt-1">Powering Progress. Fueling the Future.</p>
        </div>
      </div>

      <!-- Desktop Menu -->
      <div class="hidden md:flex items-center gap-8 text-sm font-medium">
       
        <a href="about.html" class="hover:text-blue-400 transition-colors">About</a>
        <a href="our-team.html" class="hover:text-blue-400 transition-colors">Our Team</a>
        <a href="investors.html" class="hover:text-blue-400 transition-colors">Investors</a>
        <a href="contact.html" class="hover:text-blue-400 transition-colors">Contact</a>
        <a href="careers.html" class="hover:text-blue-400 transition-colors">Careers</a>
      </div>

      <!-- Desktop Buttons -->
      <div class="hidden md:flex items-center gap-3">
        <a href="login.html" class="px-6 py-2.5 text-sm border border-zinc-700 hover:bg-zinc-800 rounded-full transition">
          INVESTORS LOGIN
        </a>
        <a href="contact.html" class="px-6 py-2.5 text-sm bg-blue-600 hover:bg-blue-700 rounded-full font-medium transition">
          Get Started
        </a>
      </div>

      <!-- Mobile Hamburger -->
      <button id="mobile-btn" class="md:hidden text-3xl text-white">
        <i class="fa-solid fa-bars"></i>
      </button>
    </div>

    <!-- Mobile Menu -->
    <div id="mobile-menu" class="hidden md:hidden mt-6 pt-6 border-t border-zinc-700 bg-black/95">
      <div class="flex flex-col gap-6 text-lg px-4">
       
        <a href="about.html" class="hover:text-blue-400 py-2">About</a>
        <a href="our-team.html" class="hover:text-blue-400 py-2">Our Team</a>
        <a href="investors.html" class="hover:text-blue-400 py-2">Investors</a>
        <a href="contact.html" class="hover:text-blue-400 py-2">Contact</a>
        <a href="careers.html" class="hover:text-blue-400 transition-colors">Careers</a>
        <a href="login.html" class="hover:text-blue-400 py-2">Investors Login</a>
      </div>
    </div>
  </div>
</nav>

<!-- HERO -->
<section class="min-h-[60vh] flex items-center justify-center text-center px-6">
<div>
<h1 class="text-6xl font-bold mb-6">Careers at Energy Apex</h1>
<p class="text-xl text-zinc-300 max-w-2xl mx-auto">
Join a team shaping the future of global energy infrastructure and innovation.
</p>
</div>
</section>

<!-- WHY JOIN -->
<section class="max-w-6xl mx-auto px-6 py-16 grid md:grid-cols-3 gap-8">

<div class="glass p-8 rounded-2xl hover-3d">
<h3 class="text-xl font-semibold mb-3">Innovation</h3>
<p class="text-zinc-300">Work on cutting-edge energy systems and data-driven solutions.</p>
</div>

<div class="glass p-8 rounded-2xl hover-3d">
<h3 class="text-xl font-semibold mb-3">Global Impact</h3>
<p class="text-zinc-300">Contribute to projects that power industries worldwide.</p>
</div>

<div class="glass p-8 rounded-2xl hover-3d">
<h3 class="text-xl font-semibold mb-3">Growth</h3>
<p class="text-zinc-300">Advance your career with continuous learning and leadership opportunities.</p>
</div>

</section>

<!-- JOB LISTINGS -->
<section class="max-w-5xl mx-auto px-6 py-10 space-y-6">

<h2 class="text-3xl font-bold mb-6">Open Positions</h2>

<div class="glass p-6 rounded-xl hover-3d flex justify-between items-center">
<div>
<h3 class="text-lg font-semibold">Petroleum Engineer</h3>
<p class="text-zinc-400 text-sm">On- Site - Houston, TX. San Francisco, CA. Ridgeland, MS. Troy, MI • Full-time</p>
</div>
<button class="bg-blue-600 px-4 py-2 rounded-lg">Apply</button>
</div>

<div class="glass p-6 rounded-xl hover-3d flex justify-between items-center">
<div>
<h3 class="text-lg font-semibold">Data Entry Manager</h3>
<p class="text-zinc-400 text-sm">Remote • Full-time</p>
</div>
<button class="bg-blue-600 px-4 py-2 rounded-lg">Apply</button>
</div>

<div class="glass p-6 rounded-xl hover-3d flex justify-between items-center">
<div>
<h3 class="text-lg font-semibold">Operations Manager</h3>
<p class="text-zinc-400 text-sm">Remote • Full-time</p>
</div>
<button class="bg-blue-600 px-4 py-2 rounded-lg">Apply</button>
</div>



<div class="glass p-6 rounded-xl hover-3d flex justify-between items-center">
<div>
<h3 class="text-lg font-semibold">Finance Manager</h3>
<p class="text-zinc-400 text-sm">Remote • Full-time</p>
</div>
<button class="bg-blue-600 px-4 py-2 rounded-lg">Apply</button>
</div>

<div class="glass p-6 rounded-xl hover-3d flex justify-between items-center">
<div>
<h3 class="text-lg font-semibold">Administrative Assistant</h3>
<p class="text-zinc-400 text-sm">Remote • Full-time</p>
</div>
<button class="bg-blue-600 px-4 py-2 rounded-lg">Apply</button>
</div>

<div class="glass p-6 rounded-xl hover-3d flex justify-between items-center">
<div>
<h3 class="text-lg font-semibold">Assistant General Manager</h3>
<p class="text-zinc-400 text-sm">Remote • Full-time</p>
</div>
<button class="bg-blue-600 px-4 py-2 rounded-lg">Apply</button>
</div>

<div class="glass p-6 rounded-xl hover-3d flex justify-between items-center">
<div>
<h3 class="text-lg font-semibold">CCTV Surveillance Operator</h3>
<p class="text-zinc-400 text-sm">Remote • Full-time</p>
</div>
<button class="bg-blue-600 px-4 py-2 rounded-lg">Apply</button>
</div>

<div class="glass p-6 rounded-xl hover-3d flex justify-between items-center">
<div>
<h3 class="text-lg font-semibold">Customer Service Representative</h3>
<p class="text-zinc-400 text-sm">Remote • Full-time</p>
</div>
<button class="bg-blue-600 px-4 py-2 rounded-lg">Apply</button>
</div>



</section>

<!-- APPLICATION FORM -->
<section class="max-w-4xl mx-auto px-6 py-16">

<h2 class="text-3xl font-bold mb-6 text-center">Apply Now</h2>

<form class="glass p-10 rounded-3xl space-y-6 hover-3d">

<div class="grid md:grid-cols-2 gap-6">
<input type="text" placeholder="Full Name" class="bg-zinc-800 px-5 py-4 rounded-xl w-full">
<input type="email" placeholder="Email" class="bg-zinc-800 px-5 py-4 rounded-xl w-full">
</div>

<input type="text" placeholder="Position Applying For" class="bg-zinc-800 px-5 py-4 rounded-xl w-full">

<input type="file" class="bg-zinc-800 px-5 py-4 rounded-xl w-full">

<textarea rows="5" placeholder="Cover Letter" class="bg-zinc-800 px-5 py-4 rounded-xl w-full"></textarea>

<button class="w-full bg-blue-600 hover:bg-blue-700 py-4 rounded-xl font-semibold">
Submit Application
</button>

</form>

</section>

<!-- FOOTER -->
<footer class="bg-black py-8 text-center text-xs text-zinc-500">
© 2026 Energy Apex Corp. All rights reserved.
</footer>




<!-- CHART SCRIPT -->
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script>
const ctx = document.getElementById("chart");
const chart = new Chart(ctx, {
  type: "line",
  data: {
    labels: [],
    datasets: [{
      label: "Oil Price",
      data: [],
      borderColor: "#3b82f6"
    }]
  },
  options: { animation: false }
});

setInterval(() => {
  const time = new Date().toLocaleTimeString();
  const value = 80 Math.random() * 5;
  chart.data.labels.push(time);
  chart.data.datasets[0].data.push(value);
  if (chart.data.labels.length > 20) {
    chart.data.labels.shift();
    chart.data.datasets[0].data.shift();
  }
  chart.update();
}, 2000);
</script>

<!-- HERO ROTATION SYSTEM -->
<script>
const images = ["assets/hero1.jpg", "assets/hero2.jpg", "assets/hero3.jpg"];
const texts = ["The Future of Energy Intelligence","Real-Time Oil & Gas Analytics","Global Infrastructure Monitoring","Advanced Reservoir Optimization","Data-Driven Energy Decisions"];
const subs = ["Real-time oil & gas analytics, infrastructure monitoring, and global energy insights.","AI-powered energy intelligence for global production optimization.","Monitoring offshore and onshore assets with precision analytics.","Maximizing reservoir output through advanced engineering systems.","Turning energy data into strategic investment advantage."];

const bg1 = document.getElementById("bg1");
const bg2 = document.getElementById("bg2");
const bg3 = document.getElementById("bg3");
bg1.style.backgroundImage = `url(${images[0]})`;
bg2.style.backgroundImage = `url(${images[1]})`;
bg3.style.backgroundImage = `url(${images[2]})`;

const layers = [bg1, bg2, bg3];
const heroText = document.getElementById("heroText");
const heroSubText = document.getElementById("heroSubText");

let i = 0, j = 0;

setInterval(() => {
  layers.forEach(l => l.style.opacity = "0");
  i = (i 1) % layers.length;
  layers[i].style.opacity = "1";

  heroText.style.opacity = 0;
  heroSubText.style.opacity = 0;

  setTimeout(() => {
    j = (j 1) % texts.length;
    heroText.textContent = texts[j];
    heroSubText.textContent = subs[j];
    heroText.style.opacity = 1;
    heroSubText.style.opacity = 1;
  }, 400);
}, 5000);
</script>

<!-- MOBILE MENU SCRIPT -->
<script>
  const mobileBtn = document.getElementById('mobile-btn');
  const mobileMenu = document.getElementById('mobile-menu');

  if (mobileBtn && mobileMenu) {
    mobileBtn.addEventListener('click', () => {
      mobileMenu.classList.toggle('hidden');
      mobileBtn.innerHTML = mobileMenu.classList.contains('hidden')
        ? '<i class="fa-solid fa-bars"></i>'
        : '<i class="fa-solid fa-xmark"></i>';
    });
  }
</script>

</body>
</html>