.livinda-section {
  height: auto;
  background: #6201d3;
  overflow: hidden;
  position: relative;
}


.livinda-wrapper {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  overflow: hidden;
}


.livinda-text {
  width: auto;
  opacity: 0;
  font-size: 6.5vw;
  line-height: 1;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
}

.livinda-text.left { text-align: left; }
.livinda-text.right { text-align: left; letter-spacing: 1.2px; }

.livinda-img {
  position: absolute;
  right: 5%;
  width: 40%;
  max-width: 600px;
  z-index: 5;
  transform: translateY(80px);
}

.livinda-img img {
  width: 100%;
  height: 600px;
  display: block;
  user-select: none;
  pointer-events: none;
  margin: -20px 140px;
  padding: 0;
}


.livinda-banner {
  background-color: #187fc9; /* Similar purple */
  padding: 30px 0;
  text-align: center;
}

.livinda-banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 4.5rem;
  font-weight: 100;
  color: white; 
  gap: 75px;
   background: linear-gradient(90deg, #d4b81a, #d7ab1c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.banner-icon {
  width: 90px;
  height: auto;
}

.banner-text.highlight {
  color: #9b7810;
}

.banner-text.emoji {
  font-size: 2rem;
}


.banner-text-overlay {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.2rem;
  font-weight: 100;
  color:#3f0444	;
  text-transform: uppercase;
  text-align: center;
}

#bannerImg img{
  height: 100vh;
  object-fit: cover;
  width: 100%;
  max-height: 1200px;
}

#treat{
  background-color: #e6007e;
  color: black;
}

#treat .award-description{
  color: black;
}

  .section {
      height: 200vh;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      overflow: hidden;
      background-color: #f6a903;
      width: auto;
    }

    .icecream-box {
      width: 400px;
      height: 400px;
      position: relative;
    }

    .lid {
      position: absolute;
      top: -70%;
      left: -30%;
      width: 1100px;
      z-index: 2;
      transition: transform 0.3s ease-out;
      overflow: visible;
    }

    .plate {
      position: absolute;
      bottom: 0;
      left: -20%;
      top: 80%;
      width: 600px;
      z-index: 1;
      overflow: visible;
    }

 .celebration {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-20%) scale(0.5);
  width: 200px;
  display: none;
  transition: all 0.5s ease-out;
  z-index: 1000;
  pointer-events: none;
}

.celebration.show {
  opacity: 1;
  display: block;
  transform: translateX(-50%) scale(1);
}

.icecream-box h3,h1{
    text-transform: uppercase;
    display: inline;
    display: none;
}

.celebration-text {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 4;
  width: 500px;
  font-weight: 100;
}

.icecream-box h3{
    color: white;
    font-size: 3rem;
    margin-top: -60px;
}

.icecream-box h1{
    color:#6201d3;
    font-size: 4.5rem;
}


.celebration-text.show {
  display: block;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* .scroll-wrapper {
  position: relative;
}

.treat-section {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 1;
  background-color: #6610f2;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.toy-section {
  position: relative;
  z-index: 2;
  background: white;
  padding: 100px 20px;
  color: black;
}

.award-section {
  background-color: #6610f2; /* Purple background */
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.logo-mark-wrapper {
  position: relative;
  width: 300px; /* adjust based on your image size */
  height: 300px;
  margin: 0 auto 30px;
  margin-bottom: -40px;

}



.logo-mark-bg {
  width: 100%;
  height: auto;
  display: block;
}

.logo-main {
  position: absolute;
  top: 7%;
  left: 21%;
  width: 160px;
  height: auto;

  /* ✅ Initial state: tilted */
  transform: rotate(-50deg);
  opacity: 1; /* keep visible */
  transition: transform 1s ease, opacity 1s ease;
}

.logo-main.show {
  /* ✅ Final state: straight */
  transform: rotate(0deg);
}


.gold-stars {
  /* color: #ffc107;  */
  font-size: 70px;
  font-weight: 100;
}

.and-counting {
  font-size: 36px;
  font-weight: 100;
  margin-top: 0;
  color: white;
}

.award-description {
  max-width: 900px;
  margin: 30px auto 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.fade-in, .animate-logo {
  opacity: 0; 
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: var(--delay, 0s);
}

.fade-in.show, .animate-logo.show {
  opacity: 1;
  /* transform: translateY(0); */
}


.toy-img {
  position: absolute;
    width: 144px;
    z-index: 1;
    transition: transform 0.1s linear;
    will-change: transform;
    margin-top: -169px;
}


/* Toy positions — adjust as needed */
.toy-1 {
  top: 120px;
  left: -200px;
}
.toy-2 {
  top: 50px;
  left: -90px;
}
.toy-3 {
  top: 150px;
  right: -40px;
}
.toy-4 {
  top: 360px;
  left: 400px;
  z-index: 300;
}

/* SECTION CONTAINER */
.rainbow-section {
  position: relative;
  width: 100%;
  min-height: 130vh;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background: #fff;
}

/* TOP PURPLE BACKGROUND */
.rainbow-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #6711f2;
  z-index: 0;
}

.rainbow-section * {
  position: relative;
  z-index: 1;
}

.rainbow-img {
  position: absolute;
  top: 0;
  left: 0; /* no left space */
  width: 90vw; /* full viewport width */
  height: auto;
  max-width: 100%;
  object-fit: cover;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s ease-out;
  z-index: 0;
}

/* Animate reveal */
.rainbow-section.animate .rainbow-img {
  clip-path: inset(0 0% 0 0);
}



/* CHOCOLATE JAR IMAGE */
.chocolate-img {
  position: absolute;
  height: 450px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 55%;
  z-index: 2;
}

/* CAPSULE CONTAINER */
.product-capsules {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-top: 100px; */
  gap: 0;
  opacity: 0;
  /* transform: translateY(50px); */
  transition: all 1.2s ease-out;
  margin-left: 280px;
}

/* Animate capsules on scroll */
.rainbow-section.animate .product-capsules {
  opacity: 1;
  transform: translateY(0);
}

/* Base state for capsules */
.capsule {
  opacity: 0;
  /* transform: translateY(50px); */
  transition: opacity 0.6s ease-in;
  width: 500px;
}

/* Animate all on section activation */
.rainbow-section.animate .capsule {
  opacity: 1;
  /* transform: translateY(0); */
}

/* Delay each capsule (from last to first) */
.capsule:nth-child(4) {
  transition-delay: 1.2s;
}
.capsule:nth-child(3) {
  transition-delay: 1.6s;
}
.capsule:nth-child(2) {
  transition-delay: 2s;
}
.capsule:nth-child(1) {
  transition-delay: 2.4s;
 
}

.capsule:nth-child(1){
  z-index: 50;
  margin-left: 50px;
}


.capsule:nth-child(2) {

  margin-left: 320px;
  margin-top: -150px;
  z-index: 60;
}
.capsule:nth-child(3) {

    margin-left: 450px;
  margin-top: -80px;
  z-index: 70;
  transform: rotate(-6deg);
}
.capsule:nth-child(4) {

      margin-left: 430px;
  margin-top: -70px;
  z-index: 100;
}


.chocolate-img{
  position:absolute;
  height: 600px;
  width: auto;
  left: 450px;
  top: 50%;
}

.surprise-egg-section {
  text-align: center;
  padding: 60px 0px;
  background-color: white;
}

.title {
  background-color: #33a49f;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  font-size: 40px;
  color: white;
  font-weight: 100;
  border-radius: 4px;
  margin-bottom: 40px;
  height: 100px;
}

.egg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}

.egg-item {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.egg-item:hover {
  transform: scale(1.05);
}
