.elementor-567 .elementor-element.elementor-element-a3fdccb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-567 .elementor-element.elementor-element-05a6dc3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-08d5c8e */<style>
.trend-header-premium {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.trend-header-premium * {
  box-sizing: border-box;
}

.trend-header-premium::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(215,255,0,0.25), transparent);
  pointer-events: none;
}

.trend-header-premium-container {
  width: min(1440px, calc(100% - 54px));
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.trend-header-premium-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  flex-shrink: 0;
}

.trend-header-premium-logo-text {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1.2px;
}

.trend-header-premium-logo-icon {
  color: #d7ff00;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  transform: rotate(-22deg);
}

.trend-header-premium-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.015);
}

.trend-header-premium-nav a {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  font-weight: 700;
  transition: .25s ease;
}

.trend-header-premium-nav a:hover {
  color: #ffffff;
  background: rgba(255,255,255,0.05);
}

.trend-header-premium-nav a.active {
  color: #050605;
  background: #d7ff00;
  box-shadow: 0 10px 24px rgba(215,255,0,0.16);
}

.trend-header-premium-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.trend-header-premium-btn {
  min-height: 52px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  background: #d7ff00;
  color: #050605;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: .25s ease;
  box-shadow: 0 0 0 rgba(215,255,0,0);
}

.trend-header-premium-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(215,255,0,0.22);
}

.trend-header-premium-mobile {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(215,255,0,0.22);
  background: rgba(255,255,255,0.035);
  color: #d7ff00;
  font-size: 22px;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .trend-header-premium-nav {
    gap: 4px;
  }

  .trend-header-premium-nav a {
    padding: 0 14px;
    font-size: 13px;
  }

  .trend-header-premium-btn {
    padding: 0 20px;
    font-size: 13px;
  }
}

@media (max-width: 980px) {
  .trend-header-premium-container {
    min-height: 74px;
    width: min(100% - 28px, 1440px);
  }

  .trend-header-premium-nav,
  .trend-header-premium-btn {
    display: none;
  }

  .trend-header-premium-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .trend-header-premium-logo-text {
    font-size: 28px;
  }
}
</style>/* End custom CSS */