/* ===== Top Blue Bar ===== */
.top-bar {
  background: #0b2a4a;
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}

.top-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-left span {
  margin-right: 20px;
}

/* ===== Main Header ===== */
.main-header {
  background: #f4f4f4;
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo + title */
.logo-area {
  display: flex;
  align-items: center;
}

.logo-area img {
  height: 60px;
  margin-right: 15px;
}

.logo-area h1 {
  font-size: 22px;
  color: #1a2a44;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}

/* Right side */
.contact-area {
  text-align: right;
}

.help-text {
  font-size: 13px;
  color: #777;
  margin-bottom: 6px;
}

/* Icons row */
.header-links a {
  color: #1a2a44;
  font-size: 18px;
  margin-left: 12px;
  text-decoration: none;
  transition: 0.3s;
}

.header-links a:hover {
  color: #0b2a4a;
}
