.elementor-12837 .elementor-element.elementor-element-b66fccd{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* Y.O.G.I Muzik Header */
.ym-header-wrap {
  position: relative;
  z-index: 9999;
}

.ym-header {
  position: sticky;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}

.ym-header.is-scrolled {
  background: rgba(0, 0, 0, 0.94);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.ym-header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ym-header__brand {
  flex: 0 0 auto;
}

.ym-header__logo {
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}

.ym-header__logo-main {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  font-style: italic;
  text-transform: uppercase;
}

.ym-header__logo-sub {
  color: #ffc72c;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  margin-top: 4px;
  text-transform: uppercase;
}

.ym-header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1 1 auto;
  justify-content: center;
}

.ym-header__link {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.ym-header__link:hover,
.ym-header__link:focus {
  color: #ffc72c;
  opacity: 1;
}

.ym-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}

.ym-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffc72c;
  color: #000000;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 13px 22px;
  border-radius: 999px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.ym-header__cta:hover,
.ym-header__cta:focus {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(255, 199, 44, 0.24);
  background: #ffd34f;
}

.ym-header__toggle {
  display: none;
  width: 46px;
  height: 46px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.ym-header__toggle span {
  width: 20px;
  height: 2px;
  background: #ffffff;
  display: block;
  border-radius: 10px;
  transition: all 0.25s ease;
}

.ym-mobile-menu {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #050505;
}

.ym-mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 12px 20px 24px;
}

.ym-mobile-menu__link {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ym-mobile-menu__link:hover,
.ym-mobile-menu__link:focus {
  color: #ffc72c;
}

.ym-mobile-menu__cta {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffc72c;
  color: #000000;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 20px;
  border-radius: 999px;
}

.ym-mobile-menu.is-open {
  display: block;
}

/* Optional swoosh accent under header */
.ym-header::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #ffc72c 18%, #ffffff 55%, transparent 100%);
  opacity: 0.35;
}

/* Tablet */
@media (max-width: 1024px) {
  .ym-header__nav {
    gap: 20px;
  }

  .ym-header__link {
    font-size: 0.88rem;
  }

  .ym-header__logo-main {
    font-size: 1.7rem;
  }
}

/* Mobile */
@media (max-width: 880px) {
  .ym-header__inner {
    padding: 16px 18px;
  }

  .ym-header__nav,
  .ym-header__cta {
    display: none;
  }

  .ym-header__toggle {
    display: inline-flex;
  }

  .ym-header__logo-main {
    font-size: 1.5rem;
  }

  .ym-header__logo-sub {
    font-size: 0.82rem;
    letter-spacing: 0.18em;
  }
}

@media (max-width: 480px) {
  .ym-header__inner {
    gap: 14px;
  }

  .ym-header__logo-main {
    font-size: 1.32rem;
  }

  .ym-header__logo-sub {
    font-size: 0.74rem;
  }
}/* End custom CSS */