/*.header {
  position: relative !important;
  top: 48px !important;
  width: 100% !important;
}*/

/*.page-content{
    margin-top: 72px;
}*/

/* Top Bar Styles */
.top-bar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  /*background: rgba(0, 0, 0, 0.5);*/
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1001;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar .container {
  max-width: 1200px !important;
}

.top-bar-wrapper {
  background: linear-gradient(135deg, #3c3d63 0%, #001629 100%);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  width: 100%;
}

.announcement {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.announcement i {
  font-size: 14px;
  color: #22c55e;
}

.announcement-text {
  font-size: 14px;
  font-weight: 500;
}

.order-track-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.order-track-link:hover {
  color: #fff;
}

.order-track-link i {
  font-size: 14px;
}

.language-btn {
  gap: 8px;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.language-btn:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
}

.language-btn i {
  font-size: 14px;
}

.language-btn::after {
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.2s ease;
}

.language-selector:hover .language-btn::after {
  transform: rotate(180deg);
}

.language-dropdown {
  transition: all 0.2s ease;
  z-index: 1000;
}

.language-selector:hover .language-dropdown {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  display: block;
  position: absolute;
  inset: 0px 0px auto auto;
  margin: 0px;
  transform: translate(0px, 33px);
}

.language-option {
  gap: 8px;
  padding: 8px 12px;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.language-option:hover {
  background: #f8f9fa;
  color: #0066ff;
}

.language-option.active {
  color: #0066ff !important;
  background: rgba(0, 102, 255, 0.08) !important;
}

.language-option.active i {
  color: #0066ff !important;
}

.language-option i {
  color: #666;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.language-option.active i {
  opacity: 1;
}

@media (max-width: 992px) {
  .top-bar {
    display: none;
  }

  /*.page-content {
    margin-top: 36px !important;
  }
  .header {
    top: 0 !important;
    margin-bottom: 36px !important;
  }*/
}
