.elementor-1583 .elementor-element.elementor-element-25062b5{--display:flex;}.elementor-1583 .elementor-element.elementor-element-57b31ca{--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-1583 .elementor-element.elementor-element-9ce41cc{--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:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1583 .elementor-element.elementor-element-4bfdce6{--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:-49px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1583 .elementor-element.elementor-element-b5e3613{--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;}/* Start custom CSS for html, class: .elementor-element-83d46d7 *//* SECTION */
.sell-music-section {
  background: #050507;
  color: #fff;
  padding: 120px 5%;
}

/* HEADER */
.sell-header {
  text-align: center;
  max-width: 800px;
  margin: auto;
  margin-bottom: 100px;
}

.sell-header h2 {
  font-size: 44px;
  font-weight: 800;
}

.sell-header p {
  color: #aaa;
  line-height: 1.6;
}

/* WRAPPER */
.zigzag-wrapper {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

/* CONNECTOR LINE */
.connector-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(255,255,255,0.08);
  transform: translateX(-50%);
}

.connector-fill {
  width: 100%;
  height: 0;
  background: linear-gradient(#3566F9, transparent);
}

/* ROW */
.zigzag-row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 120px;
}

.zigzag-row.reverse {
  flex-direction: row-reverse;
}

/* CARD */
.zigzag-card {
  flex: 1;
  padding: 35px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(20px);
  position: relative;
  transition: 0.5s;
}

/* GRADIENT BORDER */
.zigzag-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(120deg, #3566F9, transparent, #8f5bff);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
}

/* HOVER */
.zigzag-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(53,102,249,0.15);
}

/* ICON */
.card-icon {
  width: 50px;
  margin-bottom: 15px;
}

/* TEXT */
.step {
  color: #3566F9;
  font-size: 13px;
}

.zigzag-card h3 {
  font-size: 26px;
  margin: 10px 0;
}

.zigzag-card p {
  color: #bbb;
  line-height: 1.7;
}

/* IMAGE */
.zigzag-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
  transition: 0.5s;
}

.zigzag-image img:hover {
  transform: scale(1.05);
}

/* ANIMATION */
.animate-left {
  opacity: 0;
  transform: translateX(-80px);
  transition: 0.8s ease;
}

.animate-right {
  opacity: 0;
  transform: translateX(80px);
  transition: 0.8s ease;
}

.show {
  opacity: 1;
  transform: translateX(0);
}

/* RESPONSIVE */
@media(max-width:900px){
  .zigzag-row {
    flex-direction: column;
    text-align: center;
  }

  .zigzag-row.reverse {
    flex-direction: column;
  }

  .connector-line {
    left: 20px;
  }
}

/* Upload icon better styling */
.card-icon {
  width: 60px;
  margin-bottom: 15px;
  filter: drop-shadow(0 5px 15px rgba(53,102,249,0.3));
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b4bbc6 */.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-4263932 */.platforms-section {
  background: #050507;
  padding: 120px 5%;
  color: #fff;
  position: relative;
}

/* SOFT GLOW BACKGROUND */
.platforms-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(53,102,249,0.12), transparent);
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(100px);
}

/* CONTAINER */
.platforms-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

/* TAG */
.platform-tag {
  color: #3566F9;
  font-weight: 600;
  margin-bottom: 10px;
}

/* TITLE */
.platform-title {
  font-size: 42px;
  font-weight: 800;
}

/* SUBTEXT */
.platform-subtext {
  color: #aaa;
  margin-top: 15px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* BADGES */
.platform-badges {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 25px;
  flex-wrap: wrap;
}

.platform-badges span {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.05);
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
}

/* GRID */
.platform-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 25px;
  margin-top: 60px;
}

/* CARD */
.platform-card {
  background: rgba(255,255,255,0.03);
  border-radius: 18px;
  padding: 25px;
  text-align: center;
  transition: 0.4s;
  position: relative;
  border: 1px solid rgba(255,255,255,0.08);
}

/* GRADIENT BORDER */
.platform-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(120deg, #3566F9, transparent, #8f5bff);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
}

/* ICON */
.platform-card img {
  width: 45px;
  margin-bottom: 12px;
  transition: 0.3s;
}

/* TEXT */
.platform-card h4 {
  font-size: 14px;
  color: #fff;
}

/* HOVER */
.platform-card:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 20px 50px rgba(53,102,249,0.2);
}

.platform-card:hover img {
  transform: scale(1.15);
}

/* RESPONSIVE */
@media(max-width:768px){
  .platform-title {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fde911d */.music-reach-section {
  background: #050507;
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
  color: #fff;
}

/* GLOW BACKGROUND */
.music-reach-section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(53,102,249,0.15), transparent);
  top: -150px;
  right: -150px;
  filter: blur(100px);
}

/* LAYOUT */
.music-reach-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

/* TEXT */
.music-reach-content {
  flex: 1;
  max-width: 550px;
}

.reach-tag {
  color: #3566F9;
  font-weight: 600;
  margin-bottom: 10px;
}

.music-reach-content h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
}

.music-reach-content span {
  display: block;
  color: #3566F9;
  margin-top: 10px;
}

.reach-desc {
  color: #aaa;
  margin-top: 20px;
  line-height: 1.7;
}

/* POINTS */
.reach-points {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.reach-points span {
  color: #ddd;
}

/* BUTTON */
.reach-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 32px;
  border-radius: 30px;
  background: linear-gradient(90deg, #3566F9, #5a7bff);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.reach-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(53,102,249,0.4);
}

/* IMAGE */
.music-reach-image {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
}

/* FLOATING ANIMATION */
.music-reach-image img {
  width: 920px;
  animation: floatRotate 5s ease-in-out infinite;
}

/* FLOAT + ROTATE */
@keyframes floatRotate {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(8deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

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

  .music-reach-inner {
    flex-direction: column;
    text-align: center;
  }

  .music-reach-content h2 {
    font-size: 30px;
  }

  .music-reach-image img {
    width: 280px;
  }

  .reach-points {
    align-items: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-514613f *//* 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 */