.elementor-1097 .elementor-element.elementor-element-4753234{--display:flex;--overlay-opacity:0.09;--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-1097 .elementor-element.elementor-element-4753234::before, .elementor-1097 .elementor-element.elementor-element-4753234 > .elementor-background-video-container::before, .elementor-1097 .elementor-element.elementor-element-4753234 > .e-con-inner > .elementor-background-video-container::before, .elementor-1097 .elementor-element.elementor-element-4753234 > .elementor-background-slideshow::before, .elementor-1097 .elementor-element.elementor-element-4753234 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1097 .elementor-element.elementor-element-4753234 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-1097 .elementor-element.elementor-element-bf28401{--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;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1097 .elementor-element.elementor-element-e809621{--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;}.elementor-1097 .elementor-element.elementor-element-b08277b0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-1097 .elementor-element.elementor-element-b08277b0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1097 .elementor-element.elementor-element-327dfc44 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1097 .elementor-element.elementor-element-732be1b{--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;}.elementor-1097 .elementor-element.elementor-element-0634e4b{--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;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1097 .elementor-element.elementor-element-e98663d{--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;}.elementor-1097 .elementor-element.elementor-element-50131c0{--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;}.elementor-1097 .elementor-element.elementor-element-8bd4052{--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;}.elementor-1097 .elementor-element.elementor-element-ba279d4{--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;}@media(max-width:1366px){.elementor-1097 .elementor-element.elementor-element-b08277b0{margin-top:0px;margin-bottom:0px;padding:130px 20px 140px 20px;}}@media(max-width:767px){.elementor-1097 .elementor-element.elementor-element-b08277b0{padding:85px 20px 100px 20px;}}@media(min-width:768px){.elementor-1097 .elementor-element.elementor-element-327dfc44{width:56%;}.elementor-1097 .elementor-element.elementor-element-7cfde7a7{width:44%;}.elementor-1097 .elementor-element.elementor-element-0634e4b{--content-width:1214px;}}@media(max-width:1024px) and (min-width:768px){.elementor-1097 .elementor-element.elementor-element-327dfc44{width:100%;}}/* Start custom CSS for html, class: .elementor-element-017c6b8 *//* HERO */
.muzify-hero {
  background: #050507;
  padding: 40px 5% 70px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

/* CONTAINER */
.muzify-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

/* CONTENT */
.muzify-content {
  flex: 1;
  max-width: none;
  padding-right: 10px;
  transform: translateY(-20%);
}

/* TAG */
.muzify-tag {
  color: #3566F9;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
}

/* HEADING */
.muzify-content h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  margin: 16px 0;
  background: linear-gradient(90deg, #ffffff, #cfd8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SUBTEXT */
.muzify-sub {
  font-size: 16px;
  color: #d6d6d6;
  margin-bottom: 8px;
}

/* DESCRIPTION */
.muzify-desc {
  font-size: 15px;
  color: #9a9a9a;
  line-height: 1.6;
  margin-bottom: 22px;
}

/* BUTTONS */
.muzify-buttons {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.btn-primary {
  background: #3566F9;
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
}

.btn-outline {
  border: 1px solid #2a2a2a;
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
}

/* TRUST */
.muzify-trust {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #a5a5a5;
}

/* AVATARS */
.avatars {
  display: flex;
}

.avatars img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #050507;
  margin-left: -10px;
}

.avatars img:first-child {
  margin-left: 0;
}

/* IMAGE DESKTOP */
.muzify-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-left: -120px;
}

.muzify-image img {
  width: 135%;
  max-width: none;
  height: auto;
  object-fit: cover;
}

/* ========================= */
/* 📱 MOBILE FIX */
/* ========================= */
@media (max-width: 992px) {
  .muzify-hero {
    padding: 60px 5%;
  }

  .muzify-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .muzify-content {
    transform: translateY(0);
    padding-right: 0;
    width: 100%;
  }

  .muzify-content h1 {
    font-size: 32px;
  }

  .muzify-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .muzify-trust {
    justify-content: center;
  }

  /* ✅ IMAGE CENTER WITH LEFT SHIFT */
  .muzify-image {
    width: 100%;
    display: block;
    text-align: center;
  }

  .muzify-image img {
    width: 110%;
    max-width: 420px;
    display: block;
    margin: 0 auto;
    transform: translateX(-20%); /* 👈 FIXED SHIFT */
  }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
  .muzify-content h1 {
    font-size: 26px;
  }

  .muzify-image img {
    width: 100%;
    max-width: 90%;
    transform: translateX(-10%); /* softer shift for small screens */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb28511 *//* MARQUEE SECTION */
.muzify-marquee {
  background: #050507;
  padding: 30px 0;
  overflow: hidden;
}

/* TRACK */
.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite;
}

/* CONTENT */
.marquee-content {
  display: flex;
  align-items: center;
}

/* LOGOS */
.marquee-content img {
  height: 40px;
  margin: 0 40px;
  opacity: 0.8;
  transition: 0.3s;
}

.marquee-content img:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* ANIMATION */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .marquee-content img {
    height: 30px;
    margin: 0 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce82c04 */.muzify-ribbon-section {
  position: relative;
  height: 50px; /* 40px → +25% */
  overflow: hidden;
  z-index: 999;
}

.muzify-ribbon-track {
  display: flex;
  gap: 62px; /* 50px → +25% */
  white-space: nowrap;
  background: #3566F9;
  color: #fff;
  font-size: 25px; /* 20px → +25% */
  font-weight: 800;
  padding: 10px 0; /* 8px → +25% */

  width: max-content;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-29c3639 *//* SECTION */
.muzify-monetize {
  background: #050507;
  padding: 80px 6%;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.muzify-monetize-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

/* CONTENT */
.monetize-content {
  max-width: 600px;
}

/* TAG */
.monetize-tag {
  color: #3566F9;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
}

/* HEADING */
.monetize-content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin: 18px 0;

  background: linear-gradient(90deg, #ffffff, #cfd8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SUBTEXT */
.monetize-sub {
  font-size: 16px;
  color: #d6d6d6;
  margin-bottom: 10px;
}

/* DESCRIPTION */
.monetize-desc {
  font-size: 15px;
  color: #9a9a9a;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* BUTTON */
.monetize-btn {
  display: inline-block;
  background: #3566F9;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.monetize-btn:hover {
  background: #2b55d4;
}

/* RIGHT SIDE (OPTIONAL) */
.monetize-visual {
  flex: 1;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .muzify-monetize-container {
    flex-direction: column;
    text-align: center;
  }

  .monetize-content {
    max-width: 100%;
  }

  .monetize-content h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1db8384 */.muzify-how {
  background: #050507;
  color: #fff;
  padding: 100px 20px;
  text-align: center;
}

/* HEADER */
.how-header {
  max-width: 700px;
  margin: auto;
  margin-bottom: 60px;
}

.how-header .tag {
  color: #3566F9;
  font-size: 12px;
  letter-spacing: 2px;
}

.how-header h2 {
  font-size: 38px;
  font-weight: 800;
  margin: 10px 0;
  text-shadow: 0 0 25px rgba(53,102,249,0.4);
}

.how-header p {
  color: #aaa;
  font-size: 15px;
}

/* STEPS */
.how-steps {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* CARD */
.how-card {
  background: #0d0d0f;
  padding: 30px 25px;
  border-radius: 12px;
  width: 280px;
  transition: 0.4s ease;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
}

/* HOVER */
.how-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 25px rgba(53,102,249,0.4);
}

/* ICON */
.how-card .icon {
  font-size: 30px;
  margin-bottom: 15px;
  color: #3566F9;
}

/* TEXT */
.how-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.how-card p {
  font-size: 14px;
  color: #aaa;
}

/* CONNECTOR LINE (DESKTOP) */
.how-steps::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 60%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #3566F9, transparent);
  z-index: 0;
}

/* ANIMATION ACTIVE */
.how-card.show {
  opacity: 1;
  transform: translateY(0);
}

/* MOBILE */
@media(max-width:768px){
  .how-steps {
    flex-direction: column;
    align-items: center;
  }

  .how-header h2 {
    font-size: 28px;
  }

  .how-steps::before {
    display: none;
  }
}

/* =========================
   SIDE DISC IMAGE (LEFT)
========================= */
.how-visual {
  position: absolute;
  top: 50%;
  left: -180px;

  width: 600px;
  max-width: 50vw;

  transform: translateY(-50%) translateX(-60px);
  opacity: 0;

  z-index: 0;
  pointer-events: none;
}

/* IMAGE STYLE */
.how-visual img {
  width: 100%;
  height: auto;

  opacity: 0.25;

  /* fade into background */
  mask-image: linear-gradient(to right, black 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 60%, transparent 100%);

  /* 🔥 CONTINUOUS ROTATION */
  animation: discRotate 20s linear infinite;
}

/* ROTATION ANIMATION */
@keyframes discRotate {
  from { transform: rotate(0deg) scale(1.1); }
  to { transform: rotate(360deg) scale(1.1); }
}

/* SLIDE IN */
.how-visual.active {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

/* ENSURE CONTENT ABOVE IMAGE */
.how-header,
.how-steps {
  position: relative;
  z-index: 2;
}

/* MOBILE */
@media(max-width:768px){
  .how-visual {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e08f0c */.muzify-tabs * {
  box-sizing: border-box;
}

.muzify-tabs {
  background: #050507;
  color: #fff;
  padding: 80px 5%;
}

/* HEADER */
.tabs-header span {
  color: #3566F9;
  font-size: 12px;
}

.tabs-header h2 {
  font-size: 38px;
  font-weight: 900;
  margin: 10px 0 30px;
}

/* TABS */
.tabs-nav {
  display: flex;
  gap: 25px;
  margin-bottom: 35px;
}

.tab-btn {
  color: #aaa !important;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  padding-bottom: 6px;
  background: none !important;
  border: none !important;
}

.tab-btn.active {
  color: #fff !important;
}

.tab-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #3566F9;
  transition: 0.3s;
}

.tab-btn.active::after {
  width: 100%;
}

/* LAYOUT */
.tabs-content {
  display: flex;
  align-items: center;
  gap: 30px; /* reduced gap */
}

/* LEFT */
.tab-left {
  flex: 1;
}

/* CARDS */
.card {
  display: flex;
  gap: 15px;
  background: #0d0d0f;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 15px rgba(53,102,249,0.3);
}

.icon {
  font-size: 20px;
  color: #3566F9;
}

.card h4 {
  font-size: 15px;
  margin-bottom: 4px;
}

.card p {
  font-size: 13px;
  color: #aaa;
}

/* IMAGE */
.tab-right img {
  width: 480px; /* increased */
  transform: scale(1.25); /* zoom +25% */
}

/* PANELS */
.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/* MOBILE */
@media(max-width:768px){
  .tabs-content {
    flex-direction: column;
  }

  .tab-right img {
    width: 100%;
    transform: scale(1);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd58b65 */.muzify-stats {
  background: #050507;
  padding: 80px 5%;
  text-align: center;
}

/* HEADER */
.stats-header {
  max-width: 700px;
  margin: 0 auto 50px;
}

.stats-header span {
  color: #3566F9;
  font-size: 12px;
  letter-spacing: 1.5px;
}

.stats-header h2 {
  font-size: 38px;
  color:white;
  font-weight: 900;
  margin: 10px 0 15px;
  line-height: 1.2;
}

.stats-header p {
  font-size: 15px;
  color: #aaa;
}

/* STATS */
.stats-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* CARD */
.stat-card {
  flex: 1;
  min-width: 220px;
  max-width: 300px;
  padding: 40px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.06);
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

/* Glow */
.stat-card::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(53,102,249,0.25), transparent 60%);
  top: -20%;
  left: -20%;
  opacity: 0;
  transition: 0.4s;
}

.stat-card:hover::before {
  opacity: 1;
}

.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(53,102,249,0.25);
}

/* NUMBER */
.stat-card h2 {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}

/* LABEL */
.stat-card p {
  font-size: 14px;
  color: #aaa;
}

/* MOBILE */
@media (max-width: 768px) {
  .stats-header h2 {
    font-size: 28px;
  }

  .stats-container {
    flex-direction: column;
    align-items: center;
  }

  .stat-card {
    width: 100%;
    max-width: 90%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b95a03a *//* =========================
   SIDE IMAGE (TOP LEFT)
========================= */
.muzify-svc-visual {
  position: absolute;
  top: -60px;
  left: -120px;

  width: 700px;
  max-width: 55vw;

  opacity: 0;
  z-index: 1;
  pointer-events: none;

  transform: translateX(-80px);
}

/* IMAGE STYLE */
.muzify-svc-visual img {
  width: 100%;
  height: auto;

  opacity: 0.28; /* softer */
  transform: scale(1.15);

  /* subtle blend */
  mask-image: linear-gradient(to right, black 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 60%, transparent 100%);
}

/* =========================
   ANIMATION (SLIDE-IN LEFT)
========================= */
.muzify-svc-visual.active {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

/* =========================
   MOBILE (HIDE)
========================= */
@media (max-width: 900px) {
  .muzify-svc-visual {
    display: none;
  }
}

/* =========================
   SECTION BASE (DARK-FIRST)
========================= */
.muzify-svc-section {
  position: relative;
  padding: 120px 6%;
  background: #040406;
  color: #fff;
  overflow: hidden;

  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

/* =========================
   SUBTLE BACKGROUND GLOW (REDUCED BLUE)
========================= */
.muzify-svc-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 30%, rgba(79,124,255,0.05), transparent 45%),
    radial-gradient(circle at 75% 70%, rgba(79,124,255,0.03), transparent 45%);
  z-index: 0;
}

/* =========================
   NOISE TEXTURE
========================= */
.muzify-svc-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://grainy-gradients.vercel.app/noise.svg");
  opacity: 0.035;
  pointer-events: none;
  z-index: 1;
}

/* =========================
   HEADER
========================= */
.muzify-svc-header {
  text-align: center;
  max-width: 750px;
  margin: auto;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.muzify-svc-header h2 {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 15px;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.muzify-svc-header p {
  color: #9a9fa8;
  line-height: 1.7;
  font-size: 15px;
}

/* =========================
   GRID
========================= */
.muzify-svc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

/* =========================
   CARD BASE
========================= */
.muzify-svc-card {
  position: relative;
  padding: 30px;
  border-radius: 14px;

  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);

  backdrop-filter: blur(6px);

  transition: all 0.35s ease;
  overflow: hidden;

  transform: translateY(0);
}

/* =========================
   PARALLAX (SCROLL DEPTH)
========================= */
.muzify-svc-card[data-depth="1"] {
  transform: translateY(0px);
}
.muzify-svc-card[data-depth="2"] {
  transform: translateY(10px);
}
.muzify-svc-card[data-depth="3"] {
  transform: translateY(20px);
}

/* =========================
   SPOTLIGHT HOVER (SOFTER)
========================= */
.muzify-svc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    220px circle at var(--x, 50%) var(--y, 50%),
    rgba(79,124,255,0.12),
    transparent 45%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.muzify-svc-card:hover::before {
  opacity: 1;
}

/* =========================
   HOVER (SUBTLE)
========================= */
.muzify-svc-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.08);
  box-shadow: 0 10px 40px rgba(0,0,0,0.65);
}

/* =========================
   SVG ICON (NEW SYSTEM)
========================= */
.muzify-svc-icon {
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;

  background: rgba(79,124,255,0.08);
  border: 1px solid rgba(79,124,255,0.18);

  margin-bottom: 16px;

  transition: all 0.3s ease;
}

/* SVG inside */
.muzify-svc-icon svg {
  width: 20px;
  height: 20px;
  fill: #9fb4ff;
  transition: all 0.3s ease;
}

/* ICON HOVER */
.muzify-svc-card:hover .muzify-svc-icon {
  background: rgba(79,124,255,0.12);
  border-color: rgba(79,124,255,0.25);
}

.muzify-svc-card:hover .muzify-svc-icon svg {
  fill: #ffffff;
  transform: scale(1.1);
}

/* =========================
   TEXT
========================= */
.muzify-svc-card h3 {
  font-size: 17px;
  margin-bottom: 10px;
  color: #ffffff;
}

.muzify-svc-card p {
  font-size: 14px;
  color: #8f96a3;
  line-height: 1.6;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .muzify-svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .muzify-svc-grid {
    grid-template-columns: 1fr;
  }

  .muzify-svc-header h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06e7b6d *//* SECTION */
.artists-section {
  background: #050507;
  color: #fff;
  padding: 0;
  margin: 0;
}

/* HEADER */
.artists-header {
  text-align: center;
  margin-bottom: 8px; /* ✅ EXACT GAP */
  padding: 0 !important;
}

/* TAG */
.artists-tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #3566F9;
  margin-bottom: 6px;
  position: relative;
}

.artists-tag::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #3566F9;
  border-radius: 50%;
  box-shadow: 0 0 8px #3566F9, 0 0 16px rgba(53,102,249,0.6);
}

/* HEADING */
.artists-header h2 {
  font-size: 34px;
  font-weight: 900;
  margin: 0;

  background: linear-gradient(90deg, #ffffff, #bfcfff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow:
    0 0 8px rgba(53,102,249,0.4),
    0 0 18px rgba(53,102,249,0.3);
}

/* SCROLL AREA */
.artists-scroll {
  position: relative;
  height: auto; /* ✅ FIXED (no blank space) */
}

/* CONTAINER */
.artists-container {
  position: sticky;
  top: 80px;
  overflow: hidden;
  width: 100%;
}

/* TRACK */
.artists-track {
  display: flex;
  gap: 16px;
  width: max-content;
  padding: 0 5%;
  will-change: transform;
}

/* CARD */
.artist-card {
  width: 220px;
  height: 300px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #111;
}

/* IMAGE */
.artist-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

/* 🔥 OVERLAY (FIXED) */
.artist-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  align-items: flex-end;
  justify-content: center;

  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;

  color: #fff;

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.9),
    rgba(0,0,0,0.4),
    transparent
  );

  opacity: 0;
  transition: 0.35s ease;
  z-index: 2;
}

/* HOVER EFFECT */
.artist-card:hover .overlay {
  opacity: 1;
}

.artist-card:hover img {
  transform: scale(1.08);
}

/* MOBILE */
@media (max-width: 768px) {

  .artists-header h2 {
    font-size: 24px;
  }

  .artists-container {
    top: 60px;
  }

  .artist-card {
    width: 160px;
    height: 220px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41cb016 */.muzify-faq {
  background: #050507;
  color: #fff;
  padding: 80px 20px;
}

/* HEADER */
.faq-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

.faq-tag {
  color: #3566F9;
  font-size: 12px;
  letter-spacing: 2px;
}

.faq-header h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 10px 0;
  text-shadow: 0 0 20px rgba(53,102,249,0.4);
}

.faq-header p {
  color: #aaa;
  font-size: 14px;
}

/* FAQ ITEMS */
.faq-container {
  max-width: 800px;
  margin: auto;
}

.faq-item {
  border-bottom: 1px solid #222;
  padding: 15px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  position: relative;
}

/* PLUS ICON */
.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #3566F9;
}

/* ACTIVE STATE */
.faq-item.active .faq-question::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}

.faq-answer p {
  margin-top: 10px;
  color: #aaa;
  font-size: 14px;
}

/* OPEN */
.faq-item.active .faq-answer {
  max-height: 200px;
}

/* HOVER EFFECT */
.faq-item:hover {
  background: rgba(53,102,249,0.05);
}

/* MOBILE */
@media(max-width:768px){
  .faq-header h2 {
    font-size: 26px;
  }
}/* End custom CSS */