/* 🌐 Global Styles - Energy Chain Partners */

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  color: #333;
  scroll-behavior: smooth;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 0 16px;
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 999;
  overflow: hidden;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo {
  height: 60px;
  width: auto;
  display: block;
}

.nav-links a {
  margin-left: 16px;
  text-decoration: none;
  color: #003366;
  font-weight: 600;
  font-size: 15px;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #0051a8;
}

footer {
  text-align: center;
  background: #003366;
  color: white;
  padding: 20px;
  margin-top: 40px;
}
