/* Banner */
.header-banner {
  background: url('/images/banner.png') center/cover no-repeat;
  height: 140px;
  position: relative;
}

.banner-overlay {
  background: linear-gradient(
    to right,
    rgba(0,140,200,0.4),
    rgba(0,180,255,0.3)
  );
  height: 100%;
}

.banner-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 15px;
  padding: 0 20px;
}

.logo {
  height: 50px;
  filter: drop-shadow(0 0 4px rgba(255,255,255,0.4));
}

.banner-text .title {
  font-size: 26px;
  font-weight: bold;
  color: white;
}

.banner-text .subtitle {
  font-size: 14px;
  color: #e0f7ff;
}

/* Navbar */
.main-nav {
  background: #3e2723;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

.main-nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
}

.main-nav a,
.main-nav a:visited,
.main-nav a:active
{
  color: white;
  text-decoration: none;
}

.main-nav a:hover {
  color: #00d4ff;
}

/* Content */
.container {
  max-width: 1100px;
  margin: 30px auto;
}

.content-box {
  background: white;
  padding: 25px;
  border-radius: 8px;
}

/* Footer */
.footer {
  background: #3e2723;
  color: white;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
}

/*  FIX LOGIN / REGISTER LINK */
.ep_tm_login a,
.ep_tm_login a:visited,
.ep_tm_login a:active {
  color: white !important;
  text-decoration: none;
}

/* kalau class beda, pakai fallback global */
.nav-right a,
.nav-right a:visited {
  color: white !important;
}
