body {
  background-color: #d1f1ff;
}

.title-main {
  font-weight: 600;
  font-size: 40px;
  line-height: 64px;
}

.title-sub {
  font-weight: 400;
  font-size: 24px;
  line-height: 44px;
}

#banner #img-bg {
  position: absolute;
  z-index: -1;
  top: -520px;
  left: -380px;
  width: 150vw;
}

#banner h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 72px;
  color: #003f91;
}

#banner p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}

#payment .item {
  padding: 16px 24px;
  background-color: #ebf9ff;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  border-radius: 1.5em;
}

#payment .item h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  color: #003f91;
}

@media (min-width: 992px) {
  .payment-img-fixed {
    top: 100px;
  }
}
@media (max-width: 991.98px) {
  .payment-img-fixed {
    position: static !important;
  }
}

#solution {
  background-color: #ebf9ff;
}

#solution .itm {
  padding: 16px 16px 16px 30px;
  background-color: #d1f1ff;
  border-radius: 1.5em;
  font-weight: 400;
  font-size: 18px;
}
#solution .itm .tags {
  color: #003f91;
  font-weight: 700;
  font-size: 20px;
}

.solution-img-center {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  object-fit: contain;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .solution-img-center {
    left: -10px;
    width: 32px;
    height: 32px;
  }
}

#plan {
  background-color: #fffdeb;
  font-weight: 400;
  font-size: 20px;
}

#join {
  text-align: center;
  background-color: #ffffffcc;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  border-radius: 0 0 1.5em 1.5em;
}

footer {
  background-color: #ffffff;
  border-radius: 1.5em 1.5em 0 0;
}

@media (max-width: 991.98px) {
  #banner #img-bg {
    position: absolute;
    z-index: -1;
    top: -5vh;
    left: -10vw;
    width: 100vw;
  }
  .title-main {
    font-weight: 600;
    font-size: 24px;
    line-height: 44px;
  }

  .title-sub {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
  }

  #plan .bunny {
    top: -40px;
    right: 30px;
    width: 30%;
  }

  .owl-dots {
    position: absolute;
    top: -40px; /* jarak dari atas carousel */
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    gap: 5px;
    width: auto;
  }

  .owl-dot span {
    width: 12px;
    height: 12px;
    background: #ccc;
    display: block;
    border-radius: 50%;
    transition: background 0.3s ease;
  }

  .owl-dot.active span {
    background: #333;
  }
}
