.fasty_header {
  background: #05070c;
  border-bottom: 1px solid rgba(0, 217, 255, 0.18);
  font-family: 'Cairo', sans-serif;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  position: sticky;
  top: 0;
  z-index: 999;
}

.fasty_header_top_text {
  background: #05070c;
  color: #6b7688 !important;
  font-size: 12px;
  text-align: center;
  padding: 7px 12px;
  letter-spacing: 0.3px;
}

.fasty_header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 28px;
  background: linear-gradient(180deg, #0d1119 0%, #0a0e17 100%);
}

.fasty_header_container * {
  color: #dde4f0 !important;
  fill: #dde4f0 !important;
}

.fasty_header_container svg {
  stroke: #dde4f0 !important;
  transition: all 0.25s ease;
}

.fasty_header_container svg:hover {
  stroke: #00d9ff !important;
  filter: drop-shadow(0 0 6px rgba(0, 217, 255, 0.5));
  transform: translateY(-2px) scale(1.08);
}

.fasty_header_logo {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.fasty_header_logo:hover {
  transform: scale(1.08);
  filter: drop-shadow(0 0 10px rgba(0, 217, 255, 0.45));
}