*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.audio-publishing{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 0 64px 0;
    height: calc(100vh - 100px);
    text-align: center;

}

.splendid-audio-headings h1 {
  font-family: Roboto, serif;
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 18px;
  font-weight: 700;
  position: relative;
  letter-spacing: 5px;
}

.splendid-audio-headings h1 span {
  background: linear-gradient(90deg, #FFD000, #1db954, #2310ce, #e96c05, #FFD000);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: gradient-move 3s linear infinite;
}

@keyframes gradient-move {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
.bg-video{
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1);
  pointer-events: none;
  z-index: -1; 
}

.splendid-audio-description {
  margin: 0 auto 12
  px auto;
  max-width: 80vw;
  text-align: center;
  font-family:  Roboto, serif;
  font-size: 1.44rem;
  color: #FFD000;
  letter-spacing: 4px;
  line-height: 1.6;
  border-radius: 14px;
  padding: 18px 28px;
}
.get-started-button button {
  padding: 16px 48px;
  font-size: 1.3rem;
  font-family:  Roboto, serif;
  font-weight: bold;
  position: relative;
  margin-bottom: 60px;
  border: none;
  border-radius: 28px;
  background: linear-gradient(90deg, #FFD000, #1db954, #2310ce, #e96c05, #FFD000);
  background-size: 300% 100%;
  color: #222;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(30,185,84,0.13);
  animation: gradient-move 8s linear infinite;
  transition: box-shadow 0.5s, color 0.5s, transform 0.5s;
  outline: none;
}

.get-started-button button:hover {
  box-shadow: 0 0 12px 8px #FFD00099, 0 0 28px 16px #1db95466;
  color: #ffffff;
  font-weight: bolder;
  transform: scale(1.09);
}
.publish{
         background-image:  url(/Source/18.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center;
      filter: brightness(0.8);

    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 0 64px 0;
    height: calc(110vh - 100px);
    text-align: center;
}
.publish .heading h1{
      font-family: Roboto, serif;
  font-size: 3.8rem;
  color: #fff;
  text-align: center;
  letter-spacing: -4px;
  margin-top: 30px;
  margin-bottom: 18px;
  font-weight: 700;
  position: relative;
  letter-spacing: 5px;

}
.heading h1 span{
  background: linear-gradient(90deg, #FFD000, #1db954, #2310ce, #e96c05, #FFD000);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: gradient-move 3s linear infinite;
}

@keyframes gradient-move {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
.publish-description p{
  margin: 20 auto 20
  px auto;
  max-width: 80vw;
  text-align: center;
  font-family:  Roboto, serif;
  font-size: 1.22rem;
  color: #FFD000;
  letter-spacing: 4px;
  line-height: 1.6;
  border-radius: 14px;
  padding: 18px 28px;
  text-shadow: 0 2px 6px rgba(30,185,84,0.18);
}
.dashboard{
    background: linear-gradient(120deg, #232526 0%, #1db95422 100%);
 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 0 64px 0;
    height: calc(110vh - 100px);
   
}
.dashboard .heading-description h1{
      font-family: Roboto, serif;
  font-size: 3.8rem;
  color: #fff;
  text-align: center;
  letter-spacing: -4px;
  margin-top: 30px;
  margin-bottom: 18px;
  font-weight: 700;
  position: relative;
  letter-spacing: 5px;
}
.heading-description p{
    margin: 20 auto 20
  px auto;
  max-width: 80vw;
  text-align: center;
  font-family:  Roboto, serif;
  font-size: 1.22rem;
  color: #FFD000;
  letter-spacing: 4px;
  line-height: 1.6;
  border-radius: 14px;
  padding: 18px 28px;
  text-shadow: 0 2px 6px rgba(30,185,84,0.18);
}
.content{
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 36px;
}
.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 340px;
  min-height: 220px;
  border-radius: 18px;
  padding: 32px 24px 24px 24px;
  margin: 0 auto;
  transition: box-shadow 0.3s, transform 0.3s;
}

.card:hover {
  text-shadow: 0 8px 32px #1db95444, 0 2px 8px #FFD00066;
  transform: translateY(-6px) scale(1.03);
}

.card h1 {
  font-family: Roboto, serif;
  font-size: 1.5rem;
  color: #FFD000;
  margin-bottom: 14px;
  text-align: center;
  letter-spacing: 1px;

  font-weight: 700;
}

.card p {
  font-family: 'Merriweather', serif;
  font-size: 1.08rem;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 1.6;
  text-shadow: 0 1px 6px #1db95455;
  letter-spacing: 0.5px;
}
.gallery-image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 50px;
  width: 100%;height: 100%;
  max-width: 420px;
  max-height: 340px;
  margin: 0 auto;
}
.whysplendid {
    display: flex;
    flex-direction: row; /* Arranges the two main divs horizontally */
    align-items: flex-start; /* Aligns items to the top of the cross axis */
    justify-content: space-around; /* Distributes space around the items */
    min-height: 80vh; /* Ensures the section takes up at least 80% of the viewport height */
    padding: 80px 40px; /* Adds internal spacing around the content */
    background-image: url(/Source/source/10.jpg); /* Example background image for the section */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Makes the background fixed during scroll */
    color: #fff; /* Sets a default light color for text within the section */
}

/* Ensure content is above any potential section overlays (like the one you have in style.css) */
.whysplendid > * {
    position: relative;
    z-index: 2;
}

/* --- First Div: .why-use-splendid --- */
/* This styles the first div to stack its own content in a column, aligned to the start (left). */
.why-use-splendid {
    display: flex;
    flex-direction: column; /* Stacks elements vertically within this div */
    align-items: flex-start; /* Aligns content to the left */
    flex: 1; /* Allows this div to take up an equal share of available space */
    max-width: 50%; /* Ensures it doesn't take more than half the section's width */
    padding-right: 40px; /* Adds space between this div and the next one */
    margin-left: 60px; /* Adds margin from the left edge of the section */
    font-family: Roboto, serif; /* Applies Roboto font to all text within this div */
}

.why-use-splendid h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px #000, 0 0 10px #1db954; /* Adds an attractive text shadow */
}

.why-use-splendid p {
    font-size: 1.2rem;
    line-height: 1.6;
    font-style: italic; /* Sets the font style to italic for paragraphs */
    margin-bottom: 15px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5); /* Adds a subtle text shadow for readability */
}

/* --- Second Div: .splendid-pros --- */
/* This styles the second div, also stacking its content in a column. */
.splendid-pros {
    display: flex;
    flex-direction: column; /* Stacks elements vertically within this div */
    flex: 1; /* Allows this div to take up an equal share of available space */
    max-width: 50%; /* Ensures it doesn't take more than half the section's width */
    padding-left: 40px; /* Adds space between this div and the previous one */
}

/* Styling for the unordered list within .splendid-pros */
.splendid-pros ul {
    list-style: none; /* Removes default bullet points */
    counter-reset: splendid-list-counter; /* Initializes a custom counter named 'splendid-list-counter' */
    padding: 0;
    margin: 0;
}

/* Styling for each list item within .splendid-pros */
.splendid-pros li {
    counter-increment: splendid-list-counter; /* Increments the counter for each <li> */
    margin-bottom: 30px; /* Adds vertical space between list items */
    position: relative; /* Needed for positioning the ::before pseudo-element */
    padding-left: 60px; /* Creates space for the custom numbered bullet */
}

/* Custom numbered bullet styling using ::before pseudo-element */
.splendid-pros li::before {
    content: counter(splendid-list-counter); /* Displays the current value of the counter */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.5rem; /* Sets the size of the number */
    font-weight: bold;
    color: #FFD000; /* Sets the color of the number */
    text-shadow: 3px 3px 10px rgba(0,0,0,0.7), 0 0 15px #1db954; /* Adds a prominent and attractive text shadow to the numbers */
    font-family: Roboto, serif; /* Uses a distinct, bold font for the numbers */
    line-height: 1; /* Adjusts line height to prevent clipping of the shadow */
}

/* Styling for the headings within the list items */
.splendid-pros .pros-heading {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

/* Styling for paragraphs within the list items */
.splendid-pros p {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #eee; /* Slightly lighter text color for better contrast */
}

/* For Tablets & Smaller Desktops (max-width: 1024px) */
@media (max-width: 1024px) {
    /* --- Audio Publishing Section --- */
    .audio-publishing,
    .publish,
    .dashboard {
        height: auto; /* Allow height to adjust */
        min-height: 80vh; /* Ensure it's still tall enough */
        padding: 40px 0;
    }
    .splendid-audio-headings h1 {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }
    .splendid-audio-description {
        font-size: 1.2rem;
        letter-spacing: 1px;
        max-width: 90vw;
    }

    /* --- Publish Section --- */
    .publish .heading h1 {
        font-size: 3rem;
        letter-spacing: 2px;
    }
    .publish-description p {
        font-size: 1.1rem;
        letter-spacing: 1px;
        max-width: 90vw;
    }

    /* --- Dashboard Section --- */
    .dashboard .heading-description h1 {
        font-size: 3rem;
        letter-spacing: 2px;
    }
    .dashboard .content {
        flex-direction: column; /* Stack cards vertically */
        gap: 20px;
    }
    .card {
        width: 80%; /* Allow cards to be wider */
        max-width: 380px;
    }

     /* --- Why Splendid Section --- */
    .whysplendid {
        flex-direction: column; /* Stack the two main divs vertically */
        align-items: center; /* Center the divs within the section */
        text-align: center; /* Center the text inside the divs */
        gap: 50px; /* Add space between the two stacked divs */
        padding: 60px 20px; /* Adjust padding for smaller screens */
    }

    .why-use-splendid, .splendid-pros {
        max-width: 100%; /* Allow divs to take full width of the container */
        padding: 0; /* Remove horizontal padding */
        margin: 0; /* Remove horizontal margins */
        align-items: center; /* Ensure content inside is centered */
    }

    .why-use-splendid h1 {
        font-size: 2.5rem; /* Adjust heading size */
    }

    .why-use-splendid p {
        font-size: 1.1rem; /* Adjust paragraph size */
    }

    /* Adjust the list styling for mobile */
    .splendid-pros li {
        padding-left: 0; /* Remove the padding that made space for the number */
    }

    .splendid-pros li::before {
        display: none; /* Hide the large custom number on mobile */
    }

}

/* For Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
    .splendid-audio-headings h1 {
        font-size: 2rem;
    }
 @media (max-width: 768px) {
  .dashboard .content {
    flex-direction: column;     /* Stack elements vertically */
    align-items: center;        /* Center all elements horizontally */
    justify-content: center;    /* Center vertically if container height allows */
    gap: 20px;                  /* Space between items */
  }
  .dashboard .card {
    width: 90%;                 /* Allow cards to be wide but centered */
    max-width: 400px;           /* Optionally control max width */
    margin-left: auto;
    margin-right: auto;         /* Center cards horizontally */
  }
  .dashboard .heading-description p {
    text-align: center;         /* Ensure text inside description is centered */
    margin-left: auto;
    margin-right: auto;
    max-width: 90vw;
  }
}
   
}
@media (min-width: 1025px) {
    /* --- Section: .whysplendid --- */
/* This sets up the main section to be a flex container, arranging its direct children (your two divs) in a row. */
.whysplendid {
    display: flex;
    flex-direction: row; /* Arranges the two main divs horizontally */
    align-items: flex-start; /* Aligns items to the top of the cross axis */
    justify-content: space-around; /* Distributes space around the items */
    min-height: 80vh; /* Ensures the section takes up at least 80% of the viewport height */
    padding: 80px 40px; /* Adds internal spacing around the content */
    background-image: url(/Source/main-background.jpg); /* Example background image for the section */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Makes the background fixed during scroll */
    color: #fff; /* Sets a default light color for text within the section */
}

/* Ensure content is above any potential section overlays (like the one you have in style.css) */
.whysplendid > * {
    position: relative;
    z-index: 2;
}

/* --- First Div: .why-use-splendid --- */
/* This styles the first div to stack its own content in a column, aligned to the start (left). */
.why-use-splendid {
    display: flex;
    flex-direction: column; /* Stacks elements vertically within this div */
    align-items: flex-start; /* Aligns content to the left */
    flex: 1; /* Allows this div to take up an equal share of available space */
    max-width: 50%; /* Ensures it doesn't take more than half the section's width */
    padding-right: 40px; /* Adds space between this div and the next one */
    margin-left: 60px; /* Adds margin from the left edge of the section */
    font-family: 'Roboto', serif; /* Applies Roboto font to all text within this div */
}

.why-use-splendid h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px #000, 0 0 10px #1db954; /* Adds an attractive text shadow */
}

.why-use-splendid p {
    font-size: 1.5rem;
    line-height: 1.6;
    font-style: italic; /* Sets the font style to italic for paragraphs */
    margin-bottom: 15px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5); /* Adds a subtle text shadow for readability */
}
.release-your-music {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 28px;
    margin-top: 20px; /* Space above the button */
    font-family: Roboto, serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #FFD000;
    background: transparent;
    border: 1p #FFD000 solid;
    border-radius: 50px; /* Fully rounded corners */
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 208, 0, 0.2);
}

.release-your-music:hover {
    color: #fff;
    transform: translateY(-3px) scale(1.05);
    /* This creates the glowing effect on hover */
    box-shadow: 0 8px 25px rgba(29, 185, 84, 0.4), 0 4px 15px rgba(255, 208, 0, 0.3);
}
.release-your-music i {
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.release-your-music:hover i {
    transform: translateX(5px);
}


.splendid-pros {
    display: flex;
    flex-direction: column; /* Stacks elements vertically within this div */
    flex: 1; /* Allows this div to take up an equal share of available space */
    max-width: 50%; /* Ensures it doesn't take more than half the section's width */
    padding-left: 40px; /* Adds space between this div and the previous one */
}

/* Styling for the unordered list within .splendid-pros */
.splendid-pros ul {
    list-style: none; /* Removes default bullet points */
    counter-reset: splendid-list-counter; /* Initializes a custom counter named 'splendid-list-counter' */
    padding: 0;
    margin: 0;
}

/* Styling for each list item within .splendid-pros */
.splendid-pros li {
    counter-increment: splendid-list-counter; /* Increments the counter for each <li> */
    margin-bottom: 30px; /* Adds vertical space between list items */
    position: relative; /* Needed for positioning the ::before pseudo-element */
    padding-left: 60px; /* Creates space for the custom numbered bullet */
}

/* Custom numbered bullet styling using ::before pseudo-element */
.splendid-pros li::before {
    content: counter(splendid-list-counter); /* Displays the current value of the counter */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.5rem; /* Sets the size of the number */
    font-weight: bold;
    color: #FFD000; /* Sets the color of the number */
    text-shadow: 3px 3px 10px rgba(0,0,0,0.7), 0 0 15px #1db954; /* Adds a prominent and attractive text shadow to the numbers */
    font-family: 'Knewave', cursive; /* Uses a distinct, bold font for the numbers */
    line-height: 1; /* Adjusts line height to prevent clipping of the shadow */
}

/* Styling for the headings within the list items */
.splendid-pros .pros-heading {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

/* Styling for paragraphs within the list items */
.splendid-pros p {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #eee; /* Slightly lighter text color for better contrast */
}}

.how-to-earn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 20px;
    background: linear-gradient(180deg, #181c24 0%, #232526 100%);
    color: #fff;
    text-align: center;
}

.earn-heading {
    font-family: Roboto, serif;
    font-size: 4.5rem;
    margin-bottom: 60px;
    text-shadow: 2px 2px 8px #000, 0 0 10px #1db954;
    width: 100%;
}

.earn-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 40px;
    width: 100%;
    max-width: 1200px;
}

#register-card,
#fair-card,
#royalty-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding: 20px;
    background: none; /* No background as requested */
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.earn-cards img {
    height: 280px;
    width: 280px;
    object-fit: contain;
    margin-bottom: 20px;
}

.earn-card-head {
    font-family: Roboto, serif;
    font-size: 1.7rem;
    color: #FFD000;
    margin-bottom: 15px;
    min-height: 3em; 
}
.earn-card-description {
    font-family: Roboto, serif;
    font-size: 1.5rem;
    color: #eee;
    line-height: 1.6;
    max-width: 300px;
}

@media (max-width: 768px) {
    .earn-cards {
        flex-direction: column; /* Stack cards on mobile */
        gap: 50px;
    }
    .earn-card-head {
        min-height: 0; /* Reset min-height for mobile */
    }
    .release-your-music{
           color: #FFD000;
    background: transparent;
    border: 1p #FFD000 solid;
    border-radius: 50px;
    }
    .release-your-music:hover {
    color: #fff;
    transform: translateY(-3px) scale(1.05);
    /* This creates the glowing effect on hover */
    box-shadow: 0 8px 25px rgba(29, 185, 84, 0.4), 0 4px 15px rgba(255, 208, 0, 0.3);
}
.release-your-music i {
    margin-right: 10px;
    transition: transform 0.3s ease;
}
.release-your-music:hover i {
    transform: translateX(5px);
}
}
.sell-music {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 5%;
    gap: 60px;
    background-image: linear-gradient(rgba(25, 25, 35, 0.85), rgba(25, 25, 35, 0.85)), url('/Source/main-background.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* This keeps the background image in place on scroll */
    color: #fff;
    overflow: hidden;
    position: relative;
}

.music-track-image {
    flex: 1;
    max-width: 40%;
    padding-left: 30px; 
    text-align: center;
}

.music-track-image img {
    max-width: 90%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    transform: rotate(-5deg); /* Creative tilt */
    transition: all 0.4s ease-in-out;
}

.music-track-image img:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.music-sell-content {
    flex: 1;
    max-width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
}

.sell-heading {
    font-size: 3rem;
    font-family: Roboto, serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sell-heading span {
    background: linear-gradient(90deg, #FFD000, #1db954, #2310ce, #e96c05, #FFD000);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: gradient-move 3s linear infinite;

}

.music-sell-content h3 {
    font-size: 2rem;
    font-family: Roboto, serif;
    font-weight: 500;
    color: #e0e0e0;
    margin-bottom: 25px;
    line-height: 1.5;
}

.music-sell-content p {
    font-size: 1.3rem;
    font-family: Roboto,serif;
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 40px;
}

.music-sell-content button {
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(45deg, #8167E5, #626AFA);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 15px rgba(129, 103, 229, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.music-sell-content button:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(129, 103, 229, 0.55);
}

@media (max-width: 992px) {
    .sell-music {
        flex-direction: column; 
        text-align: center;
        padding: 80px 30px;
    }

    .music-sell-content {
        max-width: 100%;
        align-items: center; 
    }

    .music-track-image {
        max-width: 70%;
        margin-bottom: 50px;
        padding-left: 0;
    }

    .music-track-image img {
        transform: rotate(0deg); 
    }
}


