
.header-container {display: flex;justify-content: space-between;align-items: center;width: 100vw !important;margin: 0;max-width: unset;padding: 0 6%;}
.logo {display: flex;align-items: center;gap: 8px;}
.logo img {transform: scale(1.1);position: relative;top: 2px;}
.logo-icon {width: 32px;height: 32px;background-color: #2e44e4;border-radius: 6px;display: flex;align-items: center;justify-content: center;color: white;font-weight: bold;}
.logo-text {font-weight: bold;color: #2838b8;}
.nav {display: flex;gap: 24px;}

.nav a {
  white-space: nowrap;
}

.nav a:first-child {
  color: #2838b8;
  font-weight: 500;
}

.header-right {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  /* gap: 16px; */

  height: 76px;
  justify-content: space-around;
  box-sizing: border-box;
  padding: 12px 0 10px 0;
  position: relative;
  top: 4px;
}

.contact {
  font-size: 14px;
  color: #666;
  display: flex;
  padding: 0 0 10px 0;
}

.contact-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.contact-btn .login {
  margin-right: 15px;
}

.tel {
  width: 17px;
  height: 17px;
  margin-right: 10px;

}

.phone {
  transform: scale(1.1);
  color: #31408f;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  position: relative;
  bottom: 1px;
  margin-left: 5px;
  white-space: nowrap;
}

.login {
  font-size: 14px;
}

.register-btn {
  display: inline-block;
  background-color: #2838b8;
  color: white;
  border-radius: 50px;
  font-size: 14px;
  /* width: 76px;
  height: 35px; */
  width: 52px;
  height: 27px;
  line-height: 27px;
  font-size: 13px;
  text-align: center;
  transform: scale(1.1);
}

