.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 23px;
  height: 135px;
  background: #ffffff;
  border-bottom: 2px solid #e8e8e8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.primecore-logo {
  height: 135px;
  width: 225px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-right a {
  text-decoration: none;
  color: #3d4a5c;
  font-size: 17.5px;
  font-weight: 750;
}

.header-right a:hover {
  color: #2b6cb0;
}

.book-btn {
  background: #2b6cb0;
  color: #ffffff !important;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600 !important;
}

.book-btn:hover {
  background: #1e4f8a !important;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 2px;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-name {
  font-size: 1.3rem;
  font-weight: 900;
  color: #3d4a5c;
  letter-spacing: 3px;
}

.logo-tagline {
  font-size: 0.8rem;
  font-weight: 700;
  color: #2b6cb0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
