body {
  /* background: linear-gradient(180deg, #0c1d14 30%, #020403 70%, #0c1d14 100%); */
  background: linear-gradient(180deg, #000000 28%, #000000 50%, #09110c 100%);

  /* background: url("../images/bg-body.webp") no-repeat top center / cover; */
}

.radial-hero {
  background: radial-gradient(36% 40% at 40% 50%, #000000 0%, rgba(6, 19, 45, 0) 90%);
  height: 2000px;
  opacity: 1;
  position: absolute;
  top: -32vh;
  width: 5900px;
  z-index: 1;
}

.text-gradient-gwr {
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, #18F9B0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.transition-0-5s {
  transition: .5s;
}

/* ========================================
   BASE STYLES (Default / Pantai)
======================================== */
.bg-hero-pang,
.bg-hero-pang-rwt,
.bg-hero-pang-1,
.bg-hero-pang-2,
.bg-hero-pang-3 {
  position: relative;
  isolation: isolate;
}

.bg-hero-pang-rwt {
  background: url("../images/bg-hero-1920-baru.webp") no-repeat bottom center / cover;
}

.bg-hero-pang {
  background: url("../images/bg-hero-1920.webp") no-repeat bottom center / cover;
}


.bg-hero-pang-1 {
  /* background: url(../images/bg1-2560.webp) no-repeat center center / cover; */
  transition: opacity 0.8s ease-in-out, background 0.5s;
}

.bg-hero-pang-2 {
  background: url(../images/bg2-2560.webp) no-repeat center center / cover;
  transition: opacity 0.8s ease-in-out, background 0.5s;
}

.bg-hero-pang-3 {
  background: linear-gradient(0deg, rgba(138, 212, 177, 0) 80%, rgba(138, 212, 177, 1) 100%), url(../images/bg3-2560.webp) no-repeat center center / cover;
  transition: opacity 0.8s ease-in-out, background 0.5s;
}


/* Pseudo-element dasar (transisi opacity) */
.bg-hero-pang::before,
.bg-hero-pang-1::before,
.bg-hero-pang-2::before,
.bg-hero-pang-3::before,
.bg-hero-pang-1::after,
.bg-hero-pang-2::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.8s ease-in-out, background 0.5s;
}

/* Background default/pantai untuk ::before */
.bg-hero-pang-rwt::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
}

.bg-hero-pang::before {
  background: url("../images/bg-hero-1920.webp") no-repeat bottom center / cover;
}

.bg-hero-pang-1::before {
  /* background: url("../images/bg1-2560.webp") no-repeat center center / cover; */
  transition: opacity 0.8s ease-in-out, background 0.5s;
}

.bg-hero-pang-2::before {
  background: url("../images/bg2-2560.webp") no-repeat center center / cover;
  transition: opacity 0.8s ease-in-out, background 0.5s;
}

.bg-hero-pang-3::before {
  background: linear-gradient(0deg, rgba(138, 212, 177, 0) 80%, rgba(138, 212, 177, 1) 100%), url("../images/bg3-2560.webp") no-repeat center center / cover;
  transition: opacity 0.8s ease-in-out, background 0.5s;
}

.glass-card {
  max-width: 850px;
  background: rgb(0 0 0 / 20%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

/* ========================================
   KETIKA DIPILIH: GUNUNG
======================================== */
.bg-hero-pang-rwt.bg-hero-pang-gunung::before {
  opacity: 1;
  background: url("../images/bg-hero-1920-baru.webp") no-repeat bottom center / cover, linear-gradient(0deg, #000d16, #000e17);
}

.bg-hero-pang.bg-hero-pang-gunung::before {
  opacity: 1;
  background: linear-gradient(180deg, #000d16 0%, transparent 35%), url("../images/bg-hero-1920-gunung.webp") no-repeat bottom center / cover;
}

.bg-hero-pang-1.bg-hero-pang-gunung::before {
  opacity: 1;
  background: linear-gradient(180deg, #000 0%, transparent 15%), linear-gradient(00deg, #000 0%, transparent 15%), url("../images/bg1-2560-gunung.webp") no-repeat center center / cover;
  transition: opacity 0.8s ease-in-out, background 0.5s;
}

.bg-hero-pang-1.bg-hero-pang-gunung::after {
  opacity: 1;
  /* background: linear-gradient(0deg, #000 0%, transparent 15%), url("../images/bg1-2560-gunung.webp") no-repeat center center / cover; */
  transition: opacity 0.8s ease-in-out, background 0.5s;
}

.bg-hero-pang-2.bg-hero-pang-gunung::before {
  opacity: 1;
  background: linear-gradient(180deg, #000 0%, transparent 15%), url("../images/bg2-2560-gunung.webp") no-repeat center center / cover;
  transition: opacity 0.8s ease-in-out, background 0.5s;
}

.bg-hero-pang-2.bg-hero-pang-gunung::after {
  opacity: 1;
  /* background: linear-gradient(0deg, #000 0%, transparent 15%), url("../images/bg2-2560-gunung.webp") no-repeat center center / cover; */
  transition: opacity 0.8s ease-in-out, background 0.5s;
}

.bg-hero-pang-3.bg-hero-pang-gunung::before {
  opacity: 1;
  background: radial-gradient(140% 20% at 100% 0%, rgb(6, 127, 55) 0%, rgba(6, 127, 55, 0.8) 25%, transparent 70%), linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 5%, transparent 55%), url("../images/bg3-gunung.webp") no-repeat left center / cover;
  transition: opacity 0.8s ease-in-out, background 0.5s;
}


/* ========================================
   KETIKA DIPILIH: PANTAI
======================================== */
.bg-hero-pang-rwt.bg-hero-pang-pantai::before {
  opacity: 1;
  background: url("../images/bg-hero-1920-baru.webp") no-repeat bottom center / cover, linear-gradient(0deg, #1f78a2, #1f78a2);
}

.bg-hero-pang.bg-hero-pang-pantai::before {
  opacity: 1;
  background: linear-gradient(180deg, #1f78a2 0%, transparent 15%), url("../images/bg-hero-1920.webp") no-repeat bottom center / cover;
}

.bg-hero-pang-1.bg-hero-pang-pantai::before {
  opacity: 1;
  background: linear-gradient(180deg, #ffffff 0%, transparent 15%), linear-gradient(0deg, #f4ddcb 0%, transparent 10%), url(../images/bg1-2560.webp) no-repeat center center / cover;
  transition: opacity 0.8s ease-in-out, background 0.5s;
}

.bg-hero-pang-1.bg-hero-pang-pantai::after {
  opacity: 1;
  /* background: linear-gradient(0deg, #ffffff 0%, transparent 15%), url("../images/bg1-2560.webp") no-repeat center center / cover; */
  transition: opacity 0.8s ease-in-out, background 0.5s;
}

.bg-hero-pang-2.bg-hero-pang-pantai::before {
  opacity: 1;
  background: linear-gradient(180deg, #e0f8fd 0%, transparent 15%), linear-gradient(0deg, #c8e0d9 0%, transparent 10%), url(../images/bg2-2560.webp) no-repeat center center / cover;
  transition: opacity 0.8s ease-in-out, background 0.5s;
}

.bg-hero-pang-2.bg-hero-pang-pantai::after {
  opacity: 1;
  /* background: linear-gradient(0deg, #ffffff 0%, transparent 15%), url("../images/bg2-2560.webp") no-repeat center center / cover; */
  transition: opacity 0.8s ease-in-out, background 0.5s;
}

.bg-hero-pang-3.bg-hero-pang-pantai::before {
  opacity: 1;
  background: radial-gradient(140% 20% at 100% 0%, #73CA8D 0%, #73CA8D 25%, transparent 70%), linear-gradient(to bottom, rgb(153 203 227) 0%, rgb(150 202 226 / 53%) 11%, transparent 40%), url("../images/bg3.webp") no-repeat left center / cover;
  transition: opacity 0.8s ease-in-out, background 0.5s;
}


/* Custom */

#hero-section {
  /* margin-top: 6rem; */
  padding: 8rem 0;
  /* height: calc(100vh + 0px); */
  height: auto;
}

.obj-hero {
  /* transform: translate(81%, -50%); */
  right: 50%;
  animation-name: spin;
  animation-duration: 300s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#hero-section h1 {
  font-size: 70px;
  font-weight: 900;
  line-height: 82px;
}


.img-hero img {
  transform: translate(-40px, 0px) scale(1.2);
  transition: opacity 0.8s ease-in-out, background 0.5s;
}

.margin-left-minus {
  margin-left: -54px;
}

.menyilaukan {
  position: absolute;
}

.menyilaukan img {
  transform: translate(-40px, 90px) scale(2);
}

#hero-section ul li::marker {
  color: #F0C564;
  font-size: 26px;
}

#hero-section ul {
  list-style-type: disc;
  display: inline-block !important;
}

#hero-section ul li {
  margin: 10px 0;
  padding: 0;
}

#hero-section li::after {
  content: "";
  display: block;
  width: 100%;
  margin: 12px 0;
  border-bottom: 1px solid #fff;
}

#hero-section ul li span {
  color: var(--color-gray);
  font-weight: 300;
  font-size: 24px;
}

.list-numbered {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}

.list-numbered li {
  counter-increment: item;
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-weight: bold;
}

.list-numbered li::before {
  content: counter(item);
  min-width: 40px;
  height: 40px;
  line-height: 28px;
  margin-right: 16px;
  border: 2px solid #28a745;
  color: #28a745;
  border-radius: 50%;
  text-align: center;
  display: flex;
  font-weight: 900;
  font-size: 24px;
  align-items: center;
  justify-content: center;
}

.card-gold {
  background: linear-gradient(80.28deg, #FFE390 2.84%, #EEC279 98.66%);
  border-radius: 15px;
  border: 4px groove #f8ca80;
}

.img-kotak {
  right: 0;
  top: 0;
  transform: translate(120px, -70px);
  width: 100%;
  max-width: 210px;
}

.piala {
  right: 0;
  top: 0;
  transform: scale(.8) translateX(125px);
}

.third-section-img {
  height: 270px;
}

.bg-hero-pang-section7 {
  background: linear-gradient(0deg, rgba(138, 212, 177, 0) 80%, rgba(138, 212, 177, 1) 100%), url(../images/bg3.webp) no-repeat bottom left / cover;
}

.cardprize {

  min-height: 280px;
  min-width: 200px;
  max-width: 210px;
}

/* Card Prize 1 */
.cardprize-1 {
  position: relative;
  isolation: isolate;
  background: url(../images/card-price-1.webp) no-repeat center / 100% 100%;
  border-radius: 24px;
}

.cardprize-1::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 24px;
  opacity: 0;
  background: url(../images/card-price-1.webp) no-repeat center / 100% 100%;
  transition: opacity 0.8s ease-in-out;
}

.cardprize-1.cardprize-gunung::before {
  opacity: 1;
  background: url(../images/card-price-1-gunung.webp) no-repeat center / 100% 100%;
}

/* Card Prize 2 */
.cardprize-2 {
  position: relative;
  isolation: isolate;
  background: url(../images/card-price-2.webp) no-repeat center / 100% 100%;
  border-radius: 24px;
}

.cardprize-2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 24px;
  opacity: 0;
  background: url(../images/card-price-2.webp) no-repeat center / 100% 100%;
  transition: opacity 0.8s ease-in-out;
}

.cardprize-2.cardprize-gunung::before {
  opacity: 1;
  background: url(../images/card-price-2-gunung.webp) no-repeat center / 100% 100%;
}

/* Card Prize 3 */
.cardprize-3 {
  position: relative;
  isolation: isolate;
  background: url(../images/card-price-3.webp) no-repeat center / 100% 100%;
  border-radius: 24px;
}

.cardprize-3::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 24px;
  opacity: 0;
  background: url(../images/card-price-3.webp) no-repeat center / 100% 100%;
  transition: opacity 0.8s ease-in-out;
}

.cardprize-3.cardprize-gunung::before {
  opacity: 1;
  background: url(../images/card-price-3-gunung.webp) no-repeat center / 100% 100%;
}

/* Card Prize 4 */
.cardprize-4 {
  position: relative;
  isolation: isolate;
  background: url(../images/card-price-4.webp) no-repeat center / 100% 100%;
  border-radius: 24px;
}

.cardprize-4::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 24px;
  opacity: 0;
  background: url(../images/card-price-4.webp) no-repeat center / 100% 100%;
  transition: opacity 0.8s ease-in-out;
}

.cardprize-4.cardprize-gunung::before {
  opacity: 1;
  background: url(../images/card-price-4-gunung.webp) no-repeat center / 100% 100%;
}

/* Card Prize 5 */
.cardprize-5 {
  position: relative;
  isolation: isolate;
  background: url(../images/card-price-5.webp) no-repeat center / 100% 100%;
  border-radius: 24px;
}

.cardprize-5::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 24px;
  opacity: 0;
  background: url(../images/card-price-5.webp) no-repeat center / 100% 100%;
  transition: opacity 0.8s ease-in-out;
}

.cardprize-5.cardprize-gunung::before {
  opacity: 1;
  background: url(../images/card-price-5-gunung.webp) no-repeat center / 100% 100%;
}

.cardprize span {
  color: #06524C;
}

.cardprize img {
  transform: translate(8px, 0px);
  -webkit-transform: translate(8px, 0px);
  -moz-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  -o-transform: translate(8px, 0px);
}

.img-float {
  position: absolute;
  left: 50%;
  transform: scale(.8) translate(calc(-50% - 500px), 10px);
  z-index: 100;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
}

.img-float-1 {
  position: absolute;
  left: 50%;
  transform: translate(calc(-53% - 60px), -30px);
  z-index: -1;
  min-width: 2560px;
}

.text-464C41 {
  color: #464C41 !important;
}

.text-gradient-gold {

  background: linear-gradient(90deg, #807349 0%, #B29751 40.87%, #B8A566 70.43%, #7C7349 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;


}


.bg-hero-pang-last-section {
  background: linear-gradient(0deg, rgba(251, 237, 188, 0) 90%, rgba(251, 237, 188, 1) 100%), url(../images/bg4.webp) no-repeat bottom right / cover;
}

@media (min-height: 774px) {

  #hero-section {
    /* height: 100vh; */
  }
}

@media (min-width: 1440px) {

  #hero-section {
    height: 100vh;
  }

  #hero-section ul {
    margin-left: -32px;
  }

  #hero-section li::after {
    width: 60%;
  }
}

@media (max-width: 1440px) {
  #hero-section {
    /* height: auto; */
    padding: 8rem 0 8rem;
  }

  .cardprize {
    max-width: 200px !important;
  }

  .bg-hero-pang-1 {
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0% 10%, rgb(255 255 255 / 0%) 100%), url(../images/bg1-2560.webp) no-repeat calc(50% + 110px) bottom / cover;
  }

  .img-hero img {
    /* transform: translate(0px, 0px) scale(1.5); */
  }

  #hero-section h1 {
    font-size: 65px;
    line-height: 65px;
  }

  .bg-hero-pang-last-section {
    background: linear-gradient(0deg, rgba(251, 237, 188, 0) 90%, rgba(251, 237, 188, 1) 100%), url(../images/bg4-2560.webp) no-repeat calc(50% + 110px) bottom / cover;
  }

  .img-float {
    /* transform: scale(1.4) translate(-110px, 50px); */
  }
}

@media (max-width: 1399px) {
  .img-hero img {
    /* transform: translate(50px, 0px) scale(1.3); */
  }
}

@media (max-width: 1366px) {

  #hero-section {
    /* padding: 6rem 0; */
  }

  #hero-section h1 {
    /* font-size: 85px;
    line-height: 85px; */
  }

  .img-float-1 {
    /* transform: translate(calc(-51% - 60px), -30px); */
    min-width: 2200px;
  }


}

@media (max-width: 1200px) {
  #hero-section h1 {
    font-size: 55px;
    line-height: 55px;
  }

  .img-hero img {}

  .img-float-1 {
    transform: translate(calc(-50% - 144px), -30px);
    min-width: 1800px;
  }



}

@media (max-width: 991px) {
  #hero-section {
    height: auto;
    min-height: auto;
    padding: 170px 0 300px;
  }

  .last-section-height {
    height: 50vw;
  }

  .bg-hero-pang {
    background: url("../images/bg-hero-991.webp") no-repeat center bottom / cover;
  }

  .bg-hero-pang-rwt {
    background: url("../images/bg-hero-991-baru.webp") no-repeat center bottom / cover;
  }

  /* Gunung / Pantai overrides for tablet */
  .bg-hero-pang.bg-hero-pang-gunung::before {
    opacity: 1;
    background: linear-gradient(180deg, #000d16 0%, transparent 35%), url("../images/bg-hero-991-gunung.webp") no-repeat center bottom / cover;
  }


  .bg-hero-pang-1.bg-hero-pang-gunung::before {
    background: linear-gradient(180deg, #000 0%, transparent 15%), linear-gradient(00deg, #000 0%, transparent 15%), url("../images/bg1-991-gunung.webp") no-repeat center center / cover;
  }

  .bg-hero-pang.bg-hero-pang-pantai::before {
    opacity: 1;
    background: linear-gradient(180deg, #1f78a2 0%, transparent 15%), url("../images/bg-hero-991.webp") no-repeat center bottom / cover;
  }

  .bg-hero-pang-rwt.bg-hero-pang-pantai::before {
    opacity: 1;
    background: url("../images/bg-hero-991-baru.webp") no-repeat center bottom / cover, linear-gradient(0deg, #1f78a2, #1f78a2);
  }

  .bg-hero-pang-3.bg-hero-pang-gunung::before {
    opacity: 1;
    background: radial-gradient(140% 20% at 100% 0%, rgb(6, 127, 55) 0%, rgba(6, 127, 55, 0.8) 25%, transparent 70%), linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 5%, #000000c7 55%), url(../images/bg3-gunung.webp) no-repeat left center / cover;
    transition: opacity 0.8s ease-in-out, background 0.5s;
  }


  .bg-hero-pang-1 {
    background: url(../images/bg1-991.webp) no-repeat bottom center / cover, #e0ffef;
    /* background-attachment: fixed; */
  }

  .bg-hero-pang-2 {
    background: linear-gradient(0deg, rgba(176, 225, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);

  }

  .bg-hero-pang-3 {
    background: linear-gradient(180deg, rgba(176, 225, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  }

  .img-hero img {
    transform: translate(0px, 0px) scale(1);
    max-height: 350px;
    width: auto;
  }

  .obj-hero {
    transform: translate(50%, -50%);
    right: 50%;
  }

  .text-hero {
    position: relative;
    z-index: 9;
  }

  .plus-height img {
    height: 40vw;
  }

  #hero-section h1 {
    font-size: 7vw;
    line-height: 7vw;
  }

  #hero-section h1 span {
    font-size: 8vw;
    line-height: 8vw;
  }

  #hero-section h3 {
    font-size: 34px;
  }

  #hero-section ul li span {
    font-weight: 300;
  }

  .menyilaukan img {
    transform: translate(0px, 20px) scale(2);
  }

  .piala {

    transform: scale(.65) translate(144px, -20px);
  }

  .bg-hero-pang-3.bg-hero-pang-pantai::before {
    background: radial-gradient(140% 20% at 100% 0%, #73CA8D 0%, #73CA8D 25%, transparent 70%), linear-gradient(to bottom, rgb(153 203 227) 0%, rgb(150 202 226 / 95%) 11%, #e9f5f9b5 40%), url(../images/bg3.webp) no-repeat left center / cover;
  }
}

@media (max-width: 728px) {
  .bg-hero-pang {
    background: url("../images/bg-hero-728.webp") no-repeat center bottom / 150%;
  }

  .bg-hero-pang-rwt {
    background: url("../images/bg-hero-728-baru.webp") no-repeat center bottom / cover;
  }

  .bg-hero-pang.bg-hero-pang-gunung::before {
    opacity: 1;
    background: linear-gradient(180deg, #000d16 0%, transparent 35%), url("../images/bg-hero-728-gunung.webp") no-repeat center bottom / cover;
  }

  .bg-hero-pang-rwt.bg-hero-pang-gunung::before {
    opacity: 1;
    background: url("../images/bg-hero-728-baru.webp") no-repeat center bottom / cover, linear-gradient(0deg, #000d16, #000e17);
  }

  .bg-hero-pang.bg-hero-pang-pantai::before {
    opacity: 1;
    background: linear-gradient(180deg, #1f78a2 0%, transparent 15%), url("../images/bg-hero-728.webp") no-repeat center bottom / cover;
  }

  .bg-hero-pang-rwt.bg-hero-pang-pantai::before {
    opacity: 1;
    background: url("../images/bg-hero-728-baru.webp") no-repeat center bottom / cover, linear-gradient(0deg, #1f78a2, #1f78a2);
  }
}

@media (max-width: 767px) {

  #hero-section {
    display: flex;
    align-items: center;
  }

  #hero-section h1 {
    font-size: 6vw;
    line-height: 6vw;
  }


  .text-long {
    font-size: 20px;
  }

  #hero-section h1 span {
    font-size: 8vw;
    line-height: 8vw;
  }

  .img-hero img {}

  .plus-height {
    /* height: 470px; */
  }


  #hero-section h3 {
    font-size: 24px;
  }

  p,
  li {
    font-size: 20px;
    line-height: 24px;
  }

  /* .bg-hero-pang-1 {
    background: url(../images/bg1-728.webp) no-repeat bottom center / cover, #e0ffef;
    background-attachment: fixed;
  } */

  .third-section-img {
    height: 76vw;
  }

  .piala {
    display: none;
  }
}


@media (max-width: 480px) {
  .bg-hero-pang {
    background: url("../images/bg-hero-728.webp") no-repeat center bottom / 150%;
    -webkit-mask-image: none;

  }

  .last-section-height {
    height: 40vw;
  }

  #hero-section {
    height: auto;
    min-height: auto;
    padding: 120px 0 270px;
  }
}

@media (min-width: 1921px) {
  .bg-hero-pang {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 70%, rgb(1 5 35 / 50%) 100%), url("../images/bg-hero-2560.webp") no-repeat bottom center / cover;
  }

  .bg-hero-pang-rwt {
    background: url("../images/bg-hero-2560-baru.webp") no-repeat bottom center / cover;
  }

  .bg-hero-pang.bg-hero-pang-gunung::before {
    background: linear-gradient(180deg, #000d16 0%, transparent 35%), url("../images/bg-hero-2560-gunung.webp") no-repeat bottom center / cover;
  }

  .bg-hero-pang.bg-hero-pang-pantai::before {
    background: linear-gradient(180deg, #1f78a2 0%, transparent 15%), url("../images/bg-hero-2560.webp") no-repeat bottom center / cover;
  }

  .bg-hero-pang-rwt.bg-hero-pang-gunung::before {
    background: url("../images/bg-hero-2560-baru.webp") no-repeat bottom center / cover, linear-gradient(0deg, #000d16, #000e17);
  }

  .bg-hero-pang-rwt.bg-hero-pang-pantai::before {
    background: url("../images/bg-hero-2560-baru.webp") no-repeat bottom center / cover, linear-gradient(0deg, #1f78a2, #1f78a2);
  }

  .bg-hero-pang-1 {
    background: url("../images/bg1-2560.webp") no-repeat bottom center / cover;
    /* background-attachment: fixed; */
    /* -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%); */
  }

  /* .bg-hero-pang-1.bg-hero-pang-gunung::before {
    background: url("../images/bg1-2560-gunung.webp") no-repeat bottom center / cover;
  } */

  /* .bg-hero-pang-1.bg-hero-pang-pantai::before {
    opacity: 1;
    background: linear-gradient(180deg, #ffffff 0%, transparent 15%), linear-gradient(0deg, #f4ddcb 0%, transparent 10%), url(../images/bg1-2560.webp) no-repeat center center / cover;
    transition: opacity 0.8s ease-in-out, background 0.5s;
  } */
  .bg-hero-pang-3.bg-hero-pang-pantai::before {
    background: radial-gradient(140% 20% at 100% 0%, #73CA8D 0%, #73CA8D 25%, transparent 70%), linear-gradient(to bottom, rgb(153 203 227) 0%, rgb(150 202 226 / 53%) 11%, transparent 40%), url("../images/bg3-2560.webp") no-repeat left center / cover;
  }

  .bg-hero-pang-3.bg-hero-pang-gunung::before {
    background: radial-gradient(140% 20% at 100% 0%, rgb(6, 127, 55) 0%, rgba(6, 127, 55, 0.8) 25%, transparent 70%), linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 5%, transparent 55%), url(../images/bg3-2560-gunung.webp) no-repeat left center / cover;
  }

  #hero-section {
    /* margin-top: 6rem; */
    padding: 10rem 0 10rem;
    /* height: calc(100vh + 0); */
    height: 100vh;
  }


}

/* participate-section */
#participate-section {
  /* margin-top: -14rem; */
}

.participate-list li {
  line-height: 40px;
  font-size: 28px;
}

.participate-list li::marker {
  color: #20B26C;
  font-weight: bold;
}

/* Check Section */
.img-star {
  background: url(../images/img6.png) no-repeat right 8% bottom 30% / 630px;
  border-radius: 0 20px 20px 0;
  height: 520px;
}

.star-height {
  height: 220px;
}

.radial-3 {
  background: radial-gradient(34.98% 34.98% at 40% 50%,
      #ffbe0a -90%,
      rgba(6, 19, 45, 0) 90%);
  height: 2000px;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 1900px;
  z-index: 1;
}

.progress-list li {
  line-height: 40px;
  font-size: 28px;
}

.progress-list li::marker {
  color: #20B26C;
}

@media (max-width: 992px) {

  .bg-hero-pang-1.bg-hero-pang-pantai::before {
    background: linear-gradient(180deg, #ffffff 0%, transparent 15%), linear-gradient(0deg, #f4ddcb 0%, transparent 10%), url(../images/bg1-991.webp) no-repeat center center / cover;
  }

  .img-star {
    background: url(../images/img6.png) no-repeat bottom 20% center/ 76%;

    height: auto;
  }

  .star-height {
    height: 400px;
  }

  .stamp-height {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .img-stamp-mobile {
    width: 250px;
    margin: 0 auto;
  }

  .br-top-award {
    display: none;
  }

  .progress-list li {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .img-star {
    background: url(../images/img6.png) no-repeat center 90% / 350px;
  }

  .cardprize {
    max-width: 350px !important;
    min-height: 400px;
    width: 90%;
  }

  .cardprize div {
    width: 100%;
  }

  .cardprize div img {
    width: 100%;
  }

  .star-height {
    height: 250px;
  }

  /* .bg-hero-pang-1 {
    background: #ffffff url(../images/bg1-728.webp) no-repeat bottom center / contain;
  } */
}


/* Third Section */
#third-section {
  position: relative;
  isolation: isolate;
}

#third-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: background 0.5s ease-in-out;
  background: linear-gradient(0deg, #dff8fd 0%, transparent 20%);
}

#third-section.bg-hero-pang-gunung::before {
  background: linear-gradient(0deg, #000000 0%, transparent 20%);
}


#third-section.bg-hero-pang-pantai::before {
  background: linear-gradient(0deg, #dff8fd 0%, transparent 20%), linear-gradient(180deg, #f4ddcb 0%, transparent 10%);
}

#third-section .img-1 {
  transform: scale(1.9) translate(-25px, 0px);
}

#third-section.bg-hero-pang-gunung .img-1 {
  transform: scale(1.4) translate(0px, 0px);
}




/* tnc section */
.tnc-list {
  width: fit-content;
  margin: 0 auto;
}

.tnc-list li {
  line-height: 40px;
}

.tnc-list li::marker {
  color: #20B26C;
}

/* about-section */
#about-section {
  /* margin-top: -14rem; */
}

/* award section */
.card-award {
  background: url(../../../globalassets/images/card2.png) no-repeat center/cover;
  border-radius: 20px;
}

.img-award {
  background: url(../images/img3.png) no-repeat right -20% bottom 40%/820px;
  border-radius: 20px;
}

.img-stamp-award {
  background: url(../images/img4.png) no-repeat 86% 40%/250px;
  border-radius: 0 20px 20px 0;
}

.bg-award {
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(1.8) rotate(-6deg);
}

.bg-award img {
  width: 100%;
}

#award-section .rb-l {
  background: radial-gradient(34.98% 34.98% at 40% 50%,
      #20B26C -90%,
      rgba(6, 19, 45, 0) 90%);
  height: 2200px;
  opacity: 1;
  top: 0;
  left: 0;
  transform: translate(-48%, -36%) scale(1.2);
  width: 2200px;
  z-index: -1;
}

.ul-grand li {
  font-size: 32px;
  line-height: 50px;
}

@media (max-width: 1199px) {
  .img-award {
    background: url(../images/img3.png) no-repeat right -160px bottom 40%/760px;
    border-radius: 20px;
  }

  .ul-grand li {
    font-size: 24px;
    line-height: normal;
  }
}

@media (max-width: 992px) {
  #third-section.bg-hero-pang-gunung .img-1 {
    transform: scale(1) translate(0px, 0px);
  }

  .img-award {
    background: url(../images/img3.png) no-repeat bottom right/ contain;
  }

  .img-stamp-award {
    background: url(../images/img4.png) no-repeat 44% 10% / 200px;
  }

  .award-height {
    height: 400px;
  }

  .stamp-height {
    height: 310px;
  }

  .img-5 {
    max-width: 250px;
  }
}

@media (max-width: 768px) {
  .img-stamp-mobile {
    width: 250px;
    margin: 0 auto;
  }

  .br-top-award {
    display: none;
  }
}

@media (max-width: 576px) {
  .img-award {
    background: url(../images/img3.png) no-repeat 78% 128% / 670px;
  }
}

/* Qualify-section */
.rb-l {
  background: radial-gradient(34.98% 34.98% at 40% 50%,
      #20b237 -90%,
      rgba(6, 19, 45, 0) 90%);
  height: 2000px;
  opacity: 1;
  top: 0;
  left: 0;
  width: 1900px;
  z-index: -1;
  transform: translate(-44%, -24%);
}

.img-check {
  max-width: 260px;
}

/* Check Section */
.radial {
  background: radial-gradient(34.98% 34.98% at 40% 50%, #00FF88 -90%, rgba(6, 19, 45, 0) 90%);
  height: 1800px;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 1800px;
  z-index: 1;
}


@media (max-width: 992px) {}

@media (max-width: 768px) {
  .br-top-award {
    display: none;
  }
}


/* Review Section */
.review-card {
  background: linear-gradient(180deg, rgba(51, 51, 51, 1) 0%, rgba(33, 33, 33, 1) 100%);
  border-radius: 24px;
  height: 100%;
}

.review-card img {
  height: fit-content;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  color: #FFC700;
  font-size: 16px;
}

/* Winner Section */
.list-item li {
  margin-bottom: 14px;
}


/* Card Prizes */
.fourcard .card-col-3 {
  max-width: 280px !important;
}





@media (max-width: 767px) {


  .cardprize img {
    transform: scale(1) translate(-20, -12px);
  }

  /* .bg-hero-pang-1 {
    background: #ffffff url(../images/bg1-991.webp) no-repeat bottom center / 170%;

  } */
}

@media (max-width: 1366px) {
  .fourcard .card-col-3 {
    max-width: 240px !important;
  }

}



.img-spin {
  position: absolute;
  animation: spin-lotre 10s linear infinite;
}

.img-spin-prize {
  position: relative;
  z-index: 99;
}


@keyframes spin-lotre {
  0% {
    transform: translate(-50%, -80%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -80%) rotate(360deg);
  }
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 22px;
}

#award-section ul {
  list-style-type: "▶ ";
  display: inline-block !important;
}

#award-section ul li::marker {
  color: var(--color-green);
  font-size: 16px;
}

#award-section ul li {
  padding-left: 10px;
  line-height: 40px;
}



.btn-box input[type="checkbox"]:checked+label {
  background-color: #007bff;
  color: #fff;
}

.btn-box input[type="checkbox"] {
  display: none;
}

.btn-box label {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  border: 1px solid #359758;
  border-radius: 5px;
  background-color: #ffffff00;
  color: #47af6a;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.btn-box label:active,
.btn-box label:hover {
  background-color: #20b26c;
  color: #fff;
}

.btn-box input[type="checkbox"]:checked+label {
  background-color: #20b26c;
  color: #fff;
}

.selectpicker {
  color: #000000 !important;
  background: transparent;
  border-bottom: 2px solid black;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 10px;
  width: 100%;
  text-align: start;
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  text-wrap: wrap;
}

.selectpicker:hover,
.selectpicker:first-child:active,
.selectpicker.show {
  background-color: #00000026;
  border-color: #000000;
}



/* .dropdown-menu.show {
  width: 100%;
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(0px, 37px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 10px;
  background: #f7f7f7ab;
  backdrop-filter: blur(11px);
} */

.dropdown-toggle::after {
  display: p;
}

.form-check-input:checked {
  background-color: #20b26c;
  border-color: #20b26c;
}

.form-check-input[type=checkbox] {
  width: 16px;
  height: 16px;
}

@media (max-width: 991px) {
  .dropdown-menu {
    display: none;
  }
}

.radio-btn-style input[type="radio"],
.radio-btn-style-mobile input[type="radio"] {
  display: none;
  /* Sembunyikan radio button asli */
}

.radio-btn-style label,
.radio-btn-style-mobile label {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #47af6a;
  background-color: #ffffff00;
  border: 1px solid #47af6a;
  border-radius: 0.375rem;
  cursor: pointer;
  margin-right: 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.radio-btn-style input[type="radio"]:checked+label,
.radio-btn-style-mobile input[type="radio"]:checked+label {
  background-color: #47af6a;
  color: white;
  border-color: #47af6a;
}

.radio-btn-style label:hover,
.radio-btn-style-mobile label:hover {
  background-color: #47af6a;
  border-color: #47af6a;
  color: white;
}

.form-select,
.form-select:focus {
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-size: 20px;
  color: #000000;
}

.td-cust-1 {
  max-width: 614px;
}

#table-hj .table-body td {
  padding: 30px 20px;
}

.schedule {
  background: linear-gradient(90deg, rgba(81, 81, 81, 1) 0%, rgba(70, 70, 70, 1) 100%);
  padding: 20px;
  width: fit-content;
  border-radius: 20px;
}

#join-section ul li::marker {
  color: var(--color-green);
  font-size: 16px;
}

#join-section ul {
  list-style-type: "▶ ";
  display: inline-block !important;
}






.radio-style [type="radio"]:checked,
.radio-style [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-style [type="radio"]:checked+label,
.radio-style [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.radio-style [type="radio"]:checked+label:before,
.radio-style [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.radio-style [type="radio"]:checked+label:after,
.radio-style [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #1ba5f5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radio-style [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
}

.radio-style [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}


/* Sponsor Style */
.slider {
  background: transparent;
  height: auto;
  overflow: hidden;
  margin: auto;
  position: relative;
  width: 100%;
}

/* .slider::before,
.slider::after {
  background: transparent;
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
} */

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 15s linear infinite;
  display: flex;
  width: calc(350px * 12);
  filter: brightness(100);
}

.slider .slide {
  height: auto;
  width: 350px;
}

.slider .slide img {
  height: auto;
  width: 350px;
}

@media screen and (max-width: 720px) {
  .slider .slide {
    width: 150px;
  }

  .slider .slide img {
    width: 150px;
  }

  .slider .slide-track {
    -webkit-animation: scroll 100s linear infinite;
    animation: scroll 45s linear infinite;
  }
}


@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-350px * 6));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-350px * 6));
  }
}

#speak-section h3 span {
  font-size: 24px;
}

/* Way Section */
#way {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(0 0 0) 100%), url(../images/bg-1.webp) no-repeat center center / cover;
  mix-blend-mode: screen;
}

@media (max-width: 991px) {
  .way-njeng {
    margin-top: -80px;
  }
}

/* fun-facts Section */
#fun-facts {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(0 0 0) 100%), url(../images/bg-2.webp) no-repeat center center / cover;
  mix-blend-mode: screen;
}

/* Speak Section */
.img-4 {
  transform: scale(1.5) translate(50px, -20px);
}

@media (max-width: 991px) {
  .img-4 {
    transform: scale(1) translateX(0px);
  }
}

@media (max-width: 767px) {
  #fun-facts {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(0 0 0) 100%);
  }
}


/* ad */
/* #prize-section {
  background: url(../images/bg2-1920.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 7% bottom 0;
  background-attachment: fixed;
} */

#why-section {
  background: url(../images/bg3-1920.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* background-attachment: fixed; */
}

.why-list {
  max-width: 540px;
}

.bg-transparent-w {
  background: rgb(255 255 255 / 60%);
  ;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(14.3px);
  -webkit-backdrop-filter: blur(14.3px);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-top-width: 0;
  border-right-width: 2px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #ffffff00;
}

.bg-transparent-w-1 {
  background: linear-gradient(#6ab5bb 0%, rgba(255, 255, 255, 0.48) 100%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(14.3px);
  -webkit-backdrop-filter: blur(14.3px);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-top-width: 0;
  border-right-width: 2px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #ffffff;
}

.list-eligible {
  position: relative;
  border-radius: 30px;
  background: transparent;
  /* Background box asli transparan */
  z-index: 1;
}

.list-eligible::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  /* Ketebalan border, sesuaikan (misal 2px atau 1px) */
  background: linear-gradient(180deg, #00BAFB 0%, #30F2C0 100%) border-box;

  /* Teknik masking agar bagian tengah bolong/transparan, hanya sisa pinggiran (border) */
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;

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


.bg-img-award {
  position: relative;
  padding: 20px 70px;
  border-radius: 32px;
  background:
    linear-gradient(90deg, #7D4C19 0%, #D9AE4D 50%, #7D4C19 100%) padding-box,
    linear-gradient(270deg, #FFA007 0%, #FFF7EA 50%, #FFA007 100%) border-box;
  border: 5px solid transparent;
  outline: 3px solid #523805;
  box-shadow: 0 0 0 15px #523805;
}

.bg-img-award::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px dashed #ffffff;
  border-radius: 38px;
  pointer-events: none;
  background: transparent;
}

.duwek1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) rotate(20deg) scale(0.7);
  z-index: 9;

}

.duwek2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%) rotate(10deg) scale(0.7);
  z-index: 9;
}



body {
  background: #f1f9fb;
}

.bg-hero-pang {
  -webkit-mask-image: none !important;
}

.prize-card {
  padding: 20px;
  background: linear-gradient(83.36deg, #83DBC9 -89.18%, #1BAB6D 99.01%);
  border-radius: 20px;

}

#lucky-draw,
#winner-section {
  background:
    url("../images/bg-map.png"),
    linear-gradient(90deg, #83DBC9 -64.16%, #1BAB6E 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.text-gradient-gb {
  background: linear-gradient(90deg, #0D9CEF 0%, #0DB04B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

#footer {
  background: linear-gradient(#333, #212121);
}

#footer .box-footer {
  background: none;
}


@media (min-width: 1921px) {
  /* #prize-section {
    background: url(../images/bg2-2560.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
  } */

  #why-section {
    background: url(../images/bg3-2560.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-attachment: fixed; */
  }
}


@media (max-width: 991px) {
  .bg-transparent-w {
    border: none;
  }

  .bg-img-award {
    padding: 20px 40px;
  }

  .duwek1 {
    transform: translate(-50%, -50%) rotate(20deg) scale(0.5);
  }

  .duwek2 {
    transform: translate(50%, -50%) rotate(10deg) scale(0.5);
  }
}

/* Style Peyek */
#eligible-section {
  background: linear-gradient(180deg, #fff 20%, #8AD4B1 100%);
}

#eligible-section .img-2 {
  transform: scale(1.8) translate(-5px, 0px);
}

.img-eligible {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.icon-eligible {
  width: 40px;
  height: 40px;
}


.bg-hero-pang-section7 {
  background: linear-gradient(0deg, rgba(138, 212, 177, 0) 80%, rgba(138, 212, 177, 1) 100%), url(../images/bg3.webp) no-repeat bottom left / cover;
}

.bg-hero-pang-section7 section {
  height: 86vh;
}

.title-price {
  font-size: 20px;
  line-height: 32px;
}

.text-price {
  font-size: 24px;
  line-height: 24px;
}



@media (min-width: 1921px) {
  .bg-hero-pang-last-section {
    background: linear-gradient(0deg, rgba(251, 237, 188, 0) 90%, rgba(251, 237, 188, 1) 100%), url("../images/bg4-2560.webp") no-repeat bottom right / cover;
  }

  .bg-hero-pang-section7 {
    background: linear-gradient(0deg, rgba(138, 212, 177, 0) 80%, rgba(138, 212, 177, 1) 100%), url(../images/bg3-2560.webp) no-repeat bottom right / cover;
  }
}

@media (max-width: 991px) {
  .img-eligible {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  .margin-left-minus {
    margin-left: 0px;
  }

  #third-section .img-1,
  #eligible-section .img-2 {
    transform: scale(1) translate(0px, 00px);
  }


  .icon-eligible {
    width: 34px;
    height: 34px;
  }

  .bg-hero-pang-last-section {
    background: url("../images/bg4-991.webp") no-repeat center bottom / cover;
  }

  .bg-hero-pang-section7 section {
    height: auto;
  }

  .box-price {
    line-height: 38px;
  }

  .title-price {
    font-size: 24px;
    line-height: 32px;
  }

  .text-price {
    font-size: 30px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .bg-hero-pang-last-section {
    background: url("../images/bg4-728.webp") no-repeat center bottom / cover;
  }
}





@media (min-width: 767px) {
  .img-track {
    /* width: 80%; */
  }
}

@media (min-width: 992px) {
  #track-section {
    height: 600px;
  }

  #last-section {
    height: 86vh;
  }
}

@media (min-width: 1200px) {
  #track-section {
    height: 780px;
  }
}

/* Votes styling */
.dream-trip-voting {
  width: 100%;
  max-width: 450px;
}

/* Transparent card wrapper for voting */
.vote-card {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  color: #0f1720;
}

.vote-item {
  width: 100%;
  background: transparent;
  border-radius: 12px;
  transition: background .2s ease, transform .15s ease;
}

.vote-item:hover {
  background: rgba(255, 255, 255, 0.02);
  transform: translateY(-2px);
}

.vote-option {
  border-radius: 12px;
  padding: 8px 10px;
  gap: 12px;
  background: transparent;
  color: inherit;
  border: 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  transition: transform 0.25s ease, color 0.25s ease;
}

.vote-option:hover {
  transform: translateX(5px);
  color: #84744A;
}

.vote-option.active {

  color: #2b220b;
  font-weight: 800;
  transform: translateX(6px);
}

.vote-progress {
  height: 12px;
  background: #d7d1d1;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 8px;
}

.vote-progress .progress-bar {
  background: #0db04b;
  border-radius: 12px;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.vote-percentage {
  min-width: 50px;
  text-align: right;
  color: #222426;
  font-weight: 800;
  font-size: 18px;
}

.vote-card .vote-count,
.vote-card .total-vote-text {
  color: #2b2b2b;
}

.vote-circle {
  width: 23px;
  height: 23px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid rgba(107, 96, 68, 0.77);
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .18s ease;
}

.vote-circle:hover {
  transform: scale(1.06);
  border-color: rgba(78, 72, 55, 0.36);
}

.vote-circle.active {
  background: #0db04b;
  border-color: #0db04b;
  box-shadow: 0 4px 12px rgba(132, 116, 74, 0.08) inset;
  padding: 0;
}

.vote-icon {
  font-size: 24px;
}

/* ========================================
       TAMPILAN BULATAN (BULLET) VOTING
       ======================================== */

/* Circular clickable control */
.vote-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .18s ease;
  position: relative;
  /* PENTING: Untuk posisi titik di tengah */
}

.vote-circle:hover {
  transform: scale(1.06);
  border-color: rgba(78, 72, 55, 0.36);
}

/* Membuat titik (bullet) di tengah, default-nya transparan & kecil */
.vote-circle::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #84744A;
  /* Warna emas/coklat dari tema */
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  /* Titik mengecil saat belum aktif */
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* KETIKA AKTIF: Munculkan titik (bullet) */
.vote-circle.active::after {
  opacity: 1;
  transform: scale(1);
  background: #ffffff
    /* Titik membesar penuh */
}

/* KETIKA AKTIF: Ubah border dan background lingkaran luar */
.vote-circle.active {
  background: transparent;
  border-color: #ffffff;
}

/* Mobile */
@media (max-width: 767px) {
  .dream-trip-voting {
    max-width: 100%;
    padding: 0 15px;
  }

  .vote-option {
    font-size: 16px;
  }

  .vote-percentage {
    font-size: 16px;
  }
}