/* ===== Fonts ===== */
@import url('https://fonts.googleapis.com/css?family=Muli:400,600|Poppins:400,500,600,700&display=swap');

/* ===== Global basic ===== */
html {
  font-size: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #61657a;
  font: 14px/24px 'Muli', sans-serif;
}

a {
  color: #303030;
  transition: all .3s;
  text-decoration: none;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #30323c;
  font-family: 'Poppins', sans-serif;
  transition: .3s;
}

h1 {
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

p {
  margin: 0 0 10px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===== Header & Navigation ===== */
header.header-area.absulate-header {
  position: absolute;
  width: 100%;
  z-index: 3;
}

.navigation-area {
  width: 100%;
  z-index: 999;
}

/* Global header height token */
:root {
  --header-h: 72px;
}

.logo img {
  height: calc(var(--header-h) - 16px);
  width: auto;
  padding: 0;
  transition: .3s;
}

nav.bizes-nav {
  float: left;
  width: 100%;
}

.bizes-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bizes-nav .menu > li {
  float: left;
  padding: 0;
}

.bizes-nav .menu li {
  position: relative;
  transition: .3s;
  list-style: none;
  padding: 0 10px;
}

.bizes-nav ul.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  float: none;
  margin: 0;
  padding: 0;
}

.bizes-nav ul.menu > li > a {
  font-family: 'Poppins', sans-serif;
  color: #61657a;
  font-size: 14px;
  font-weight: 700;
  opacity: 1;
  padding: 0;
  line-height: var(--header-h);
  text-transform: uppercase;
  display: block;
}

/* Tema headphone */
.headphone .bizes-nav ul.menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  position: relative;
  margin: 0;
}

.headphone .bizes-nav ul.menu > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transform: scale(.6);
}

.headphone .bizes-nav ul.menu > li > a:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* Sticky */
.header-area.scroll-header {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: .3s;
  box-shadow: 0 4px 3px rgba(0,0,0,.05);
}

.scroll-header .navigation-area {
  background: #fff;
  position: fixed;
  transition: .3s;
  box-shadow: 0 4px 3px rgba(0,0,0,.05);
}

.scroll-header .logo img {
  transition: .3s;
  height: calc(var(--header-h) - 16px);
}

.scroll-header .bizes-nav ul.menu > li > a {
  color: #61657a !important;
  line-height: var(--header-h);
}

.headphone .scroll-header .bizes-nav ul.menu > li > a {
  padding: 0;
}

/* ===== HERO ===== */
.music-header-area {
  background: url(../img/headphone/bg.png) center center/cover no-repeat;
  padding: 90px 0 80px;
}

.music-hero-content {
  position: static;
  background: rgba(255,255,255,.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 20px;
  border-radius: 12px;
}

.music-hero-content h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 500;
  line-height: 60px;
  width: 99%;
  margin: 0 0 30px 0;
}

.music-hero-content p {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 32px;
}

.music-hero-price {
  text-align: center;
}

a.music-btn {
  background: #3cdecb;
  color: #fff;
  padding: 15px 30px;
  border-radius: 35px;
  font: 500 16px 'Poppins', sans-serif;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.music-hero-product {
  padding-top: 0;
  animation: float-bob 2s linear infinite;
}

.music-hero-product img {
  max-width: 70%;       /* biar tidak terlalu besar */
  margin-top: 20px;
  height: auto;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
}

@keyframes float-bob {
  0%   { transform: translateY(-20px); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(-20px); }
}

/* ===== Section Title ===== */
.music-section-title h2 {
  font-size: 40px;
  font-weight: 400;
  color: #31323e;
  font-family: 'Poppins', sans-serif;
}

.music-section-title p {
  font-size: 17px;
  color: #8283a1;
  font-family: 'Poppins', sans-serif;
}

/* ===== Features ===== */
.music-feature-area {
  padding-top: 155px;
  background: #fbfaff;
}

.music-features-pro {
  position: relative;
  left: -90px;              /* akan direset di mobile */
}

.music-features-pro img {
  max-width: 110%;
}

.music-section-title {
  padding-bottom: 80px;
}

.music-single-feature {
  margin-bottom: 60px;
}

.music-single-feature h5 {
  color: #31323e;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 17px;
}

.music-single-feature p {
  font-family: 'Poppins', sans-serif;
  color: #8283a1;
  font-size: 16px;
  font-weight: 300;
  width: 80%;
}

/* ===== Gallery ===== */
.music-gallery-area {
  padding-top: 92px;
  padding-bottom: 88px;
}

.single-music-gallery a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.single-music-gallery img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.single-music-gallery p {
  margin-top: 26px;
  font-weight: 600;
  color: #31323e;
  font-size: 18px;
}

/* ===== Custom CTA ===== */
.music-buy-area {
  background: url(../img/headphone/1bg.png) center/cover no-repeat;
  min-height: 547px;
}

.music-buy-content {
  padding-top: 140px;
}

.music-buy-content h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.music-buy-content p {
  color: #fff;
  margin-bottom: 44px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

.music-buy-content span {
  font-size: 18px;
  font-weight: 500;
  margin-top: 38px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #fff;
  display: block;
}

/* ===== Footer ===== */
.footer {
  background: #212529;
  padding: 40px 0;
}

.footer img {
  margin: 0 auto;
}

.footer h2 {
  font-size: 15px;
  font-weight: 500;
  margin: 20px 0 0;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

/* ===== Layout helpers for header row ===== */
.navigation-area {
  height: var(--header-h);
  display: flex;
  align-items: center;
}

.navigation-area .row {
  align-items: center;
  min-height: var(--header-h);
}

/* ===== MeanMenu (burger) – posisi & style konsisten ===== */
.mean-container .mean-bar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: var(--header-h) !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  z-index: 10050 !important;
}

/* Tombol burger absolute di dalam bar supaya center vertikal */
.mean-container a.meanmenu-reveal {
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 36px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
  color: #fff !important;
  background: transparent !important;
  z-index: 10051 !important;
}

.mean-container a.meanmenu-reveal span {
  display: block !important;
  width: 22px !important;
  height: 3px !important;
  margin: 3px 0 !important;
  background: currentColor !important;
  border-radius: 2px;
}

.header-area.scroll-header .mean-container a.meanmenu-reveal {
  color: #333 !important;
}

.header-area.scroll-header .mean-container a.meanmenu-reveal span {
  background: #333 !important;
}

.mean-container .mean-nav {
  position: fixed !important;
  top: var(--header-h) !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  background: rgba(0,0,0,.92) !important;
  border-radius: 0 !important;
  z-index: 10040 !important;
}

.mean-container .mean-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.mean-container .mean-nav ul li {
  float: none !important;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.mean-container .mean-nav ul li a {
  float: none !important;
  width: 100% !important;
  display: block;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 15px;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li a:hover {
  background: #3cdecb;
  color: #212529 !important;
}

/* ===== Mobile-only base tweaks (minimal; detail di responsive.css) ===== */
@media (max-width: 991px) {
  .bizes-nav ul.menu {
    display: none !important;
  }

  .music-header-area {
    padding: 72px 0 48px; /* header height + ruang bawah */
  }
}

/* --- HERO IMAGE DESKTOP: taruh sedikit lebih ke bawah & tetap rapi --- */
/* --- FIX: margin gambar hero tidak ketimpa --- */
.music-hero-product img {
  max-width: 70%;
  height: auto;
  border-radius: 15px;
  display: block;
  margin: 20px auto 0;      /* <— gabungkan, sebelumnya ketimpa oleh `margin: 0 auto;` */
}

/* --- Tambah jarak kecil dari kotak hero ke gambar (semua ukuran) --- */
.music-hero-content {
  margin-bottom: 12px;
}

/* --- Desktop: pakai animasi balanced saja + jarak halus --- */
@media (min-width: 992px) {
  .music-hero-product {
    margin-top: 12px;
    animation: float-bob-balanced 4s ease-in-out infinite !important;
  }

  .music-hero-product img {
    max-width: 84%;
    margin: 12px auto 0;
  }
}

/* --- Mobile: rapikan offset gambar fitur & sizing --- */
@media (max-width: 991px) {
  .music-features-pro {
    left: 0 !important;           /* reset offset kiri */
    margin: 0 auto 12px;
    width: 100%;
  }
  .music-features-pro img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
  }

  /* sedikit kecilkan gambar hero agar tidak terasa penuh */
  .music-hero-product img {
    max-width: 82%;
    margin: 16px auto 0;
  }
}

/* --- Animasi balanced (osilasi di sekitar 0) --- */
@keyframes float-bob-balanced {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

/* Pastikan burger berubah jadi X ketika aktif */
.mean-container a.meanmenu-reveal.meanclose {
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 36px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 28px !important;   /* ukuran tanda X */
  line-height: 1 !important;
  text-indent: 0 !important;
  color: #fff !important;       /* warna default X (putih) */
  background: transparent !important;
  z-index: 10051 !important;
}

/* Jika dalam mode scroll-header, ubah warnanya */
.scroll-header .mean-container a.meanmenu-reveal.meanclose {
  color: #333 !important;   /* jadi gelap saat header putih */
}

/* Bar meanmenu harus jadi anchor positioning untuk tombol */
.mean-container .mean-bar {
  position: relative !important;
  height: 60px;              /* sesuaikan tinggi headermu */
  padding: 0 !important;
}

/* Tombol burger/close: selalu muncul di kanan, tanpa transisi */
a.meanmenu-reveal {
  position: absolute !important;
  top: 50% !important;
  right: 12px !important;
  left: auto !important;
  transform: translateY(-50%) !important;

  width: 40px !important;
  height: 32px !important;
  line-height: 32px !important;
  text-align: center !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  color: #333 !important;

  /* matikan animasi/perpindahan */
  transition: none !important;
  animation: none !important;
}

/* Saat menu terbuka (class meanclose) – pakai tanda X yang jelas */
a.meanmenu-reveal.meanclose {
  color: #333 !important;         /* ganti jika header gelap/terang */
  font-size: 28px !important;
}

/* Jika header berubah jadi putih saat scroll */
.scroll-header a.meanmenu-reveal,
.scroll-header a.meanmenu-reveal.meanclose {
  color: #333 !important;
}

/* (opsional) gaya burger strip */
a.meanmenu-reveal span {
  background: currentColor !important;
}