/* NAVBAR CSS */
.navbar {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.055); */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar-nav {
  margin: 0 auto ;
}

.nav-link {
  padding: 0;
}

.top-c {
  top: 135% !important;
}

.img-wrapper {
  width: 10%;
  /* border: 1px solid green !important; */
}

.img-wrapper .img-logo {
  /* border: 1px solid #0d6efd; */
  width: 100%;
}

.overlay-wrapper {
  pointer-events: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.ellipse-l {
  width: 50%;
  opacity: 30%;
  position: absolute;
  top: -100px;
  left: 0px;
}

.ellipse-r {
  width: 50%;
  opacity: 30%;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ellipseorange {
  opacity: 70%;
  width: 30%;
  position: absolute;
  top: 0px;
  right: 0px;
}

.hero-section {
  background-image: url(../img/overlay/bg-hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.hero-section .container {
  /* background-image: url(../img/overlay/bg-hero.webp); */
}

.button-wrap {
  width: 70% !important;
  /* border: 1px solid black; */
}

.button-wrap2 {
  width: 50% !important;
  /* border: 1px solid black; */
}

.icon-sz {
  width: 14% !important;
  aspect-ratio: 1/1 !important;
}

.problem-section {
  height: auto;
  overflow: hidden;
}

.problem-wrapper {
  width: 100%;
  height: auto;
}

.item-wrapper {
  width: 100%;
  height: 450px;
}

.item-1 {
  width: 26%;
  height: 100%;
  background: #2b4de7;
  background: linear-gradient(153deg, rgba(43, 77, 231, 1) 0%, rgba(0, 47, 140, 1) 100%);
  overflow: hidden;
  border: none;
  aspect-ratio: 1/2;
  border-radius: 20px 0px 0px 0px;
}

.item-2 {
  overflow: hidden;
  width: 46%;
  height: 100%;
}

.item-3 {
  width: 26%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0px 20px 0px 0px;
}

.item-4 {
  position: relative;
  width: 30%;
  height: 100%;
  border-radius: 0px 0px 0px 20px;
  overflow: hidden;
}

.item-5 {
  width: 30%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.item-6 {
  width: 40%;
  height: 100%;
  border-radius: 0px 0px 20px 0px;
  position: relative;
  overflow: hidden;
}

.img-wrapper1 {
  overflow: hidden;
}

.img-1 {
  width: 120%;
  position: relative;
  left: 30px;
}

.img-2 {
  width: 140%;
  position: absolute;
  top: -100px;
  left: -100px;
}

.img-3 {
  width: 140%;
  position: absolute;
  top: 120px;
  left: -48px;
}

.img-4 {
  width: 220%;
  position: absolute;
  top: 90px;
  left: -280px;
}

.img-5 {
  width: 200%;
  position: absolute;
  top: 70px;
  left: -180px;
}

.img-6 {
  width: 110%;
  position: absolute;
  top: -10px;
  left: -10px;
}

.video-section {
  height: auto;
  /* border: 1px solid black; */
}

.frame-video {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 1.8/1.02;
}

.benefit-wrapper {
  width: 100%;
  height: auto;
}

.benefit-row .br1 {
  position: relative;
  width: 40%;
  height: 1145px;
}

.benefit-row .br2 {
  position: relative;
  width: 40%;
  height: 1145px;
}

.c1 {
  background-color: #0052db;
}

.c2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09) !important;
}

.img-c1 {
  position: absolute;
  top: -450px;
  left: 60px;
}

.img-c2 {
  position: absolute;
  top: 160px;
  right: 350px;
}

.img-c3 {
  position: absolute;
  top: 310px;
  left: 180px;
}

.b-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.129);
}

.bkonten-item {
  height: auto;
  /* border: 1px solid white; */
}

.bkonten-title h5 {
  font-size: 16px;
  font-weight: 600;
}

.bkonten-item p {
  margin: 0;
}

.bkonten-title {
  width: 92%;
}

.img-wrap {
  width: 8%;
  /* border: 1px solid white; */
}

.icon-checked {
  width: 100%;
  aspect-ratio: 1/1 !important;
}

.b-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.129);
}

.sdm-section {
  height: auto;
  /* border: 1px solid black; */
}

.sdmitem-wrap {
  width: 100%;
  /* border: 1px solid black; */
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.sdm-item {
  width: fit-content !important;
  display: inline-flex !important;
}

.sdmimg-wrap {
  /* border: 1px solid white; */
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.sdmimg-wrap img {
  width: 100%;
  height: 100%;
}

.min-vh-60 {
  min-height: 300px;
}

/* SOLUSI SECTION */
.col-left {
  flex: 1;
  min-width: 300px;
  max-width: 100%;
  position: relative;
}

.col-right {
  flex: 1;
  min-width: 280px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title-solusi {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.triggers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trigger-btn {
  background: #ffffff;
  border: 1px solid #4444441c;

  color: #000000;
  padding: 6px 20px;
  cursor: pointer;
  border-radius: 99px;
  /* transition: all 0.3s ease; */
}

.trigger-btn.active,
.trigger-btn:hover {
  border: 1px solid #fe8a0b;
  background: #fe8a0b;
  background: linear-gradient(90deg, rgba(254, 138, 11, 1) 0%, rgba(244, 100, 4, 1) 100%);
  color: white;
}

.swiper-solusi {
  width: 100%;
  height: fit-content;
}

.swiper-slide-solusi {
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
  /* border: 1px solid rgba(0, 0, 0, 0.074); */
  height: 400px;
}

.slide-box {
  width: 100%;
  /* background: #f5f5f5; */
  /* border-radius: 16px; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65%;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  padding: 20px;
  position: relative !important;
}

.slide-title {
  height: 35%;
}

.custom-pos-img {
  width: 150%;
  left: -30px;
  top: -40px;
  position: absolute;
}

.swiper-controls {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-pagination {
  text-align: left;
}

.custom-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #555;
  opacity: 0.5;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
}

.custom-pagination .swiper-pagination-bullet-active {
  background: #007bff;
  opacity: 1;
}

.nav-arrows {
  display: flex;
  gap: 10px;
}

.nav-btn {
  background: #1a1a1a;
  border: none;
  color: #fff;
  padding: 8px 14px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  background: #007bff;
  border-color: #007bff;
}
/* END OF SOLUSI SECTION */

.custom-slide {
  background: rgba(0, 0, 0, 0.1);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.why-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 4rem;
}

.shape {
  height: 400px;
  overflow: hidden;
}

.shape-img {
  top: 0px;
  right: -20px;
}

.shape-img1 {
  top: 0px;
  right: 0px;
}

.si {
  height: 52%;
}

.csil {
  top: -100px;
  right: 150px;
}

.csir {
  top: 250px;
  left: 180px;
}

.aspect-cst {
  aspect-ratio: 1/2 !important;
}

.dmob {
  display: none;
}

.payment-section {
  padding: 60px 0;
  /* background: #fafafa; */
  overflow: hidden;
}

.payment-section .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* Logo slider base */
.logo-slider {
  display: flex;
  /* overflow: hidden; */
  position: relative;
}

/* Track yang bergerak */
.logo-track {
  display: flex;
  align-items: center;
  gap: 4rem; /* jarak antar logo */
  animation: scroll 100s linear infinite;
  width: max-content;
}

.inform-desc ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.5rem;
  display: block; /* pastikan bukan flex */
}
.inform-desc li {
  display: list-item; /* pastikan marker muncul */
}

/* Animasi scroll */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Styling logo */
.logo-track img {
  height: 40px;
  width: auto;
  /* filter: grayscale(100%) brightness(0) invert(0.2); */
  opacity: 0.8;
  transition: all 0.3s ease;
}

.logo-track img:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

/* Style tombol navigasi bawah */
.swiper-nav-bottom .custom-nav {
  background: rgba(0, 0, 0, 0.1);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.swiper-nav-bottom .custom-nav:hover {
  background: #0d6efd;
  color: #0d6efd;
}

/* Nonaktifkan posisi default Swiper */
.swiper-button-prev,
.swiper-button-next {
  position: static !important;
  margin: 0;
  transform: none;
  content: unset !important;
}

.swiper-button-prev,
.swiper-button-next::after {
  content: unset !important;
}

.swiper-button-next,
.swiper-button-prev::after {
  content: unset !important;
}

/* Pagination bullets */
.swiper-pagination-bullet {
  background: #0d6efd;
  opacity: 0.4;
  display: none;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* === Mega dropdown styling === */
.mega-dropdown {
  width: 460px;
  border-radius: 0.65rem;
  padding: 1.3rem;
  overflow: visible;
}

/* left menu */
.menu-list .list-group-item {
  border: none;
  border-radius: 0.5rem;
  padding: 0.6rem 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.menu-list .list-group-item:hover {
  background: #f4f7ff;
}
.menu-list .list-group-item.active {
  background: #eaf1ff;
  color: #0d6efd;
  font-weight: 600;
}
.menu-list .item-icon {
  color: #6c757d;
  transition: color 0.18s ease, transform 0.18s ease;
  display: inline-block;
  width: 18px;
  text-align: center;
}
.menu-list .list-group-item.active .item-icon {
  color: #0d6efd;
}

/* right content */
.menu-panel {
  display: none;
}
.menu-panel.active {
  display: block;
  animation: fadeIn 0.28s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(6px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* rotate navbar icon when dropdown open (fallback + smooth) */
.dropdown-icon {
  display: inline-block;
  transition: transform 0.38s ease, color 0.28s ease;
  margin-left: 0.5rem;
  color: #0d6efd;
}
.dropdown.open .dropdown-icon,
.nav-item.dropdown.show > .nav-link .dropdown-icon {
  transform: rotate(180deg);
  color: #0d6efd;
}

.label {
  width: 46%;
  padding: 0.5rem 1rem;
  font-weight: 500;
  border: 1px solid #0d6dfd1f;
  background-color: #0d6dfd07;
  color: #0d6efd;
  border-radius: 99px;
  margin-bottom: 16px;
}

.label-layanan {
  padding: 0.5rem 1rem;
  font-weight: 500;
  border: 1px solid #0d6dfd1f;
  background-color: #0d6dfd07;
  color: #0d6efd;
  border-radius: 99px;
  margin-bottom: 16px;
}

.label-h {
  width: 65%;
  padding: 0.5rem 1rem;
  font-weight: 500;
  border: 1px solid #12951034;
  background-color: #1295100e;
  color: #129510;
  border-radius: 99px;
  margin-bottom: 16px;
}

/* FAQ SECTION */

.faq-section h2 {
  font-size: 35px;
}

.accordion {
  --bs-accordion-border-radius: 16px;
  --bs-accordion-inner-border-radius: 16px;
}

.accordion-button {
  background-color: #fafafa;
}

.accordion-button:not(.collapsed) {
  background-color: #fafafa;
  color: #0052db !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-header:focus-visible {
  outline: none;
}

/* END OF FAQ SECTION */

.hover-item:hover {
  box-shadow: 1px -1px 25px -10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px -1px 25px -10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px -1px 25px -10px rgba(0, 0, 0, 0.15);
}

/* responsive: stack columns on small screens */
@media (min-width: 992px) {
  .col-lg-4 {
    width: 43.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 56.666667%;
  }
  .mega-dropdown1 {
    width: 220px !important;
  }
}

/* responsive: stack columns on small screens */
@media (max-width: 991.98px) {
  .mega-dropdown {
    width: 100% !important;
    position: static;
  }
  .mega-row {
    flex-direction: column;
    gap: 0.75rem;
  }
  .menu-list {
    border-right: none;
  }
}

/* small cosmetic */
.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.062);
  /* box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08); */
}

/* Default desktop (>= 920px) transparan */
@media (max-width: 1399px) {
  .fs-45 {
    font-size: 40px !important;
  }

  .label {
    width: 60% !important;
  }

  .button-primary {
    padding: 0.8rem !important;
  }

  .button-secondary {
    padding: 0.8rem !important;
  }

  .problem-title {
    width: 70% !important;
  }

  .problem-title p {
    width: 75% !important;
  }

  .item-wrapper {
    height: 45vh;
  }

  .item-wrapper .p-1s {
    padding: 1rem !important;
  }

  .item-wrapper .img-2 {
    top: -100px;
  }

  .item-wrapper .img-3 {
    top: 170px;
  }

  .shape {
    width: 30% !important;
  }
}

/* Default desktop (>= 920px) transparan */
@media (max-width: 1199px) {
  h1 {
    font-size: 40px !important;
  }

  .font-p {
    font-size: 13px !important;
  }

  .label {
    width: 65% !important;
  }

  .button-primary {
    padding: 0.8rem !important;
  }

  .button-secondary {
    padding: 0.8rem !important;
  }

  .img-h {
    width: 110%;
  }

  .problem-title p {
    font-size: 14px;
  }

  .item-wrapper {
    height: 40vh !important;
  }

  .item-wrapper p {
    width: 100% !important;
    font-size: 14px;
  }

  .item-wrapper .img-2 {
    top: -100px !important;
  }

  .item-wrapper .img-4 {
    top: 120px !important;
    left: -150px !important;
  }

  .item-wrapper .img-5 {
    top: 80px !important;
    left: -150px !important;
  }

  .item-wrapper .img-6 {
    top: -20px !important;
    left: -10px !important;
  }

  .mwvt {
    width: 45% !important;
  }

  .mwh2 {
    font-size: 30px;
    width: 90% !important;
  }

  .mwbw {
    width: 100% !important;
  }

  .label-h {
    font-size: 14px;
    width: 85%;
  }

  .button-video1 {
    font-size: 14px !important;
  }

  .button-video2 {
    font-size: 14px !important;
  }

  .frame-video {
    width: 500px;
    height: 280px;
  }

  .d-none {
    display: none;
  }

  .img-wrap {
    width: 10% !important;
  }

  .benefit-row {
    border-radius: 28px !important;
    width: 50% !important;
    padding: 1rem;
  }

  .benefit-row h4 {
    font-size: 18px !important;
  }

  .benefit-row p {
    font-size: 13px;
  }

  .b-header {
    padding: 1rem !important;
  }

  .b-konten {
    padding: 1rem !important;
  }

  .b-footer {
    padding: 1rem 0rem !important;
  }

  .sdm-title {
    width: 40% !important;
  }

  .cw-item {
    width: 60% !important;
  }

  .sdmimg-wrap {
    /* border: 1px solid white; */
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
  }

  .sdm-item .sdmitem-title h5 {
    font-size: 16px !important;
  }

  .sdm-item .sdmitem-title p {
    font-size: 13px !important;
  }

  .why-title {
    width: 80% !important;
  }

  .why-title h2 {
    font-size: 30px;
  }

  .si {
    height: 45%;
    /* border: 1px solid red; */
  }
  .shape-title h4 {
    font-size: 22px;
  }

  .si {
    height: 38%;
    /* border: 1px solid red; */
  }
  .shape-title h4 {
    font-size: 20px;
  }

  .slide-box {
    height: 50% !important;
    /* border: 1px solid red; */
  }

  .custom-pos-img {
    width: 145%;
    left: -30px;
    top: -40px;
    position: absolute;
  }

  .swiper-slide-solusi {
    height: 340px !important;
  }

  .slide-title a {
    width: 90% !important;
  }

  .form-section {
    width: 50% !important;
  }

  .form-section a,
  p {
    font-size: 14px !important;
  }

  .form-title h2 {
    /* border: 1px solid red !important; */
    font-size: 20px !important;
  }

  .form-title p {
    /* border: 1px solid green; */
    width: 85% !important;
    font-size: 15px !important;
  }

  .form-login span {
    font-size: 14px !important;
  }

  input::placeholder {
    font-size: 14px !important;
  }
  .btn-outline {
    font-size: 14px !important;
  }
}

/* Default desktop (>= 920px) transparan */
@media (min-width: 992px) {
  .navbar {
    background-color: transparent !important;
    border: none;
  }
  .navbar.scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.016);
    border-bottom: 1px solid rgba(0, 0, 0, 0.044);
  }
  .dropdown-menu {
    top: 200% !important;
  }
  .top-c {
    top: 135% !important;
  }
}

/* Default mobile (< 920px) langsung putih */
@media (max-width: 991px) {
  .navbar {
    background-color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.016);
  }

  .mpt-1 {
    padding-top: 1rem;
  }

  .mpt-2 {
    padding-top: 2rem;
  }

  .mpt-4 {
    padding-top: 4rem;
  }

  .mpt-10 {
    padding-top: 10rem;
  }

  .mpb-1 {
    padding-bottom: 1rem;
  }

  .mpb-2 {
    padding-bottom: 2rem;
  }

  .mpb-4 {
    padding-bottom: 4rem;
  }

  .mpb-6 {
    padding-bottom: 6rem;
  }

  .btn-log {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .dropdown-menu {
    margin-top: 1rem !important;
  }

  .img-logo {
    width: 115px !important;
  }

  .scroll-y {
    height: 90vh !important;
    overflow: hidden !important;
    overflow-y: auto !important;
  }

  .hero-section .container {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }

  .hero-section .container .row1 {
    width: 100% !important;
    align-items: center;
    justify-content: center;
  }

  .hero-section .container .row1 div {
    align-items: center;
  }

  .hero-section .container .row1.tab {
    width: 85% !important;
  }

  .title h1 {
    font-size: 45px !important;
    text-align: center;
  }

  .title p {
    text-align: center;
  }

  .label {
    width: 40% !important;
  }

  .label span {
    font-size: 14px;
  }

  .icon-sz {
    width: 10% !important;
  }

  .img-h {
    width: 90%;
  }

  .problem-title {
    width: 100% !important;
  }

  .problem-title h2 {
    width: 65% !important;
    font-size: 30px;
  }

  .problem-title p {
    font-size: 15px;
  }

  .item-wrapper {
    height: 50vh !important;
  }

  .item-wrapper h3 {
    font-size: 18px !important;
    line-height: 140% !important;
  }

  .item-wrapper p {
    font-size: 15px;
  }

  .item-wrapper .img-2 {
    width: 190% !important;
    top: -80px !important;
    left: -90px !important;
  }

  .item-wrapper .img-4 {
    top: 130px !important;
    left: -150px !important;
  }

  .item-wrapper .img-5 {
    top: 130px !important;
    left: -90px !important;
  }

  .item-wrapper .img-6 {
    width: 160% !important;
    top: -20px !important;
    left: -10px !important;
  }

  .vs-wrapper {
    flex-direction: column;
    gap: 3rem;
  }

  .video-title {
    width: 100% !important;
  }

  .video-title p {
    width: 70% !important;
  }

  .mwbw {
    width: 100% !important;
  }

  .button-video1 {
    padding: 0.5rem !important;
  }

  .button-video2 {
    padding: 0.5rem !important;
  }

  .label-h {
    width: 50%;
  }

  .video-play {
    width: 100% !important;
  }

  .frame-video {
    width: 100% !important;
    height: auto;
    aspect-ratio: 2/1.12 !important;
  }

  .sdm-section .container {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 3rem;
  }

  .sdm-title {
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .sdm-title div {
    width: 90%;
    justify-content: center;
    align-items: center;
  }

  .sdm-title h2 {
    text-align: center;
  }
  .sdm-title p {
    text-align: center;
  }

  .cw-item {
    width: 100% !important;
    padding: 1rem;
  }

  .sdmitem-wrap {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .sdm-item {
    width: fit-content !important;
  }

  .cswp {
    flex-direction: column !important;
    width: 100% !important;
  }

  .icon-swp {
    width: 12% !important;
  }

  .solusi-section .container {
    flex-direction: column !important;
    gap: 4rem;
  }

  .triggers {
    display: flex;
    justify-content: center;
  }

  .order1 {
    order: 1 !important;
  }

  .order2 {
    order: 2 !important;
  }
  .cws1 {
    width: 100% !important;
  }

  .cws2 {
    width: 100% !important;
    gap: 2rem !important;
  }

  .solusi-section h2 {
    width: 60% !important;
    text-align: center;
  }

  .solusi-section p {
    width: 80% !important;
    text-align: center;
  }

  .cjc {
    justify-content: center !important;
    align-items: center !important;
  }

  .why-title {
    width: 80% !important;
  }

  .why-title h2 {
    width: 100% !important;
  }

  .why-title p {
    width: 70% !important;
  }

  .si {
    height: 38%;
    /* border: 1px solid red; */
  }
  .shape-title h4 {
    font-size: 20px;
  }

  .slide-box {
    height: 60% !important;
    /* border: 1px solid red; */
  }

  .custom-pos-img {
    width: 105%;
    left: -30px;
    top: -40px;
    position: absolute;
  }

  .swiper-slide-solusi {
    height: 340px !important;
  }

  .slide-title a {
    width: 50% !important;
  }

  .faq-section h2 {
    font-size: 30px;
  }

  .faq-section .container {
    flex-direction: column !important;
    gap: 4rem !important;
  }

  .faq-title {
    width: 100% !important;
    gap: 2rem !important;
  }

  .faq-item {
    width: 100% !important;
  }

  .footer-section .container {
    justify-content: space-between !important;
    padding: 1rem !important;
    gap: 1rem !important;
  }

  .footer-section .container .footer-wrapper {
    width: 25% !important;
  }

  .footer-section .container .footer-wrapper.pl-3 {
    padding-left: 1rem !important;
  }

  .footer-section .container .footer-wrapper h2 {
    font-size: 15px !important;
  }

  .footer-section .container .footer-wrapper p {
    font-size: 14px !important;
  }

  .footer-section .container .footer-wrapper a {
    font-size: 14px !important;
  }

  .form-section {
    width: 60% !important;
  }
}

/* Default mobile (< 920px) langsung putih */
@media (max-width: 767px) {
  .title h1 {
    font-size: 40px !important;
  }

  .label {
    width: 50% !important;
  }

  .label-h {
    width: 65%;
  }

  .button-wrap {
    width: 100% !important;
  }

  .problem-title h2 {
    width: 80% !important;
    font-size: 30px !important;
  }

  .problem-section h3 {
    font-size: 18px !important;
  }

  .item-wrapper .img-2 {
    width: 220% !important;
    top: -90px !important;
    left: -90px !important;
  }

  .item-wrapper .img-3 {
    top: 230px !important;
    left: -10px !important;
  }

  .item-wrapper .img-4 {
    top: 180px !important;
    left: -100px !important;
  }

  .item-wrapper .img-5 {
    top: 160px !important;
    left: -50px !important;
  }

  .item-wrapper .img-6 {
    width: 160% !important;
    top: -20px !important;
    left: -10px !important;
  }

  .benefit-wrapper {
    flex-direction: column !important;
  }

  .benefit-row {
    border-radius: 20px !important;
    width: 100% !important;
  }

  .hm-fit {
    height: 800px !important;
  }

  .button-video1 {
    border-radius: 999px !important;
    padding: 0.7rem !important;
  }

  .button-video2 {
    border-radius: 999px !important;
    padding: 0.7rem !important;
  }

  .icon-swp {
    width: 12% !important;
  }

  .solusi-section h2 {
    width: 85% !important;
  }

  .solusi-section p {
    width: 90% !important;
  }

  .why-title {
    width: 100% !important;
  }

  .why-title h2 {
    width: 100% !important;
  }

  .why-title p {
    font-size: 14px !important;
    width: 70% !important;
  }

  .si {
    height: 30%;
    /* border: 1px solid red; */
  }
  .shape-title h4 {
    font-size: 18px;
  }

  .shape-title p {
    font-size: 14px !important;
  }

  .si {
    height: 30%;
    /* border: 1px solid red; */
  }
  .shape-title h4 {
    font-size: 18px;
    line-height: 140%;
  }

  .slide-box {
    height: 60% !important;
    /* border: 1px solid red; */
  }

  .custom-pos-img {
    width: 135%;
    left: -30px;
    top: -40px;
    position: absolute;
  }

  .swiper-slide-solusi {
    height: 340px !important;
  }

  .slide-title a {
    width: 80% !important;
  }
  .logo-track img {
    height: 35px;
  }
  .logo-track {
    gap: 3rem;
    animation-duration: 250s; /* agak lebih lambat di mobile */
  }

  .partner-banner .container {
    padding: 1rem !important;
  }

  .dweb {
    display: none;
  }

  .dmob {
    display: block;
  }

  .form-section {
    width: 80% !important;
  }
}

/* Default mobile (< 920px) langsung putih */
@media only screen and (max-width: 600px) {
  .footer-section .container {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 0rem !important;
  }

  .footer-section .container .footer-wrapper {
    padding-top: 4rem !important;
    width: 50% !important;
  }

  .footer-section .container .footer-wrapper.pl-3 {
    padding-left: 3rem !important;
  }
}

/* Default mobile (< 920px) langsung putih */
@media (max-width: 575px) {
  .navbar {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .label-h {
    width: 70%;
  }

  .button-primary {
    font-size: 14px;
  }

  .button-secondary {
    font-size: 14px;
  }

  .button-wrap {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    width: 100% !important;
  }

  .problem-section .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .item-wrapper .img-2 {
    width: 220% !important;
    top: -70px !important;
    left: -90px !important;
  }

  .video-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .video-title p {
    font-size: 14px !important;
  }

  .solusi-section h2 {
    font-size: 25px !important;
  }

  .solusi-section p {
    font-size: 14px !important;
  }

  .pcsdm {
    padding: 1rem !important;
  }

  .why-title {
    padding: 1rem !important;
    width: 100% !important;
  }

  .why-title h2 {
    font-size: 25px !important;
    width: 100% !important;
  }

  .why-title p {
    font-size: 14px !important;
    width: 70% !important;
  }

  .why-content {
    padding: 1rem !important;
  }

  .si {
    height: 30% !important;
    /* border: 1px solid red; */
  }
  .shape-title h4 {
    font-size: 18px !important;
  }

  .shape-title p {
    font-size: 14px !important;
  }

  .si {
    height: 38%;
    /* border: 1px solid blue; */
  }
  .shape-title h4 {
    font-size: 20px;
  }

  .slide-box {
    height: 70% !important;
    /* border: 1px solid red; */
  }

  .custom-pos-img {
    width: 110%;
    left: -30px;
    top: -40px;
    position: absolute;
  }

  .swiper-slide-solusi {
    height: 440px !important;
  }

  .slide-title a {
    /* border: 1px solid rgba(255, 255, 255, 0.481); */
    width: 50% !important;
  }

  .faq-section .container {
    padding: 1rem !important;
  }

  .faq-title h2 {
    font-size: 25px !important;
  }
  .faq-title p {
    font-size: 14px !important;
  }

  .accordion-header {
    font-size: 14px !important;
  }

  .accordion-button {
    font-size: 14px !important;
  }
  .accordion-body {
    font-size: 14px !important;
  }

  .form-section a,
  p {
    font-size: 13px !important;
  }

  .form-title p {
    font-size: 13px !important;
  }

  .title-footer {
    flex-direction: column !important;
  }

  .form-input input::placeholder {
    font-size: 13px !important;
  }

  .form-login span {
    font-size: 13px !important;
  }

  .form-section {
    width: 80% !important;
  }
}

/* Default mobile (< 920px) langsung putih */
@media (max-width: 520px) {
  .title h1 {
    font-size: 40px !important;
  }

  .label {
    width: 55% !important;
  }
  .label-h {
    width: 75%;
  }

  .problem-title h2 {
    font-size: 25px !important;
  }

  .item-wrapper .img-4 {
    top: 200px !important;
    left: -100px !important;
  }

  .item-wrapper .img-5 {
    top: 180px !important;
    left: -50px !important;
  }

  .item-wrapper .img-6 {
    width: 160% !important;
    top: -20px !important;
    left: -10px !important;
  }

  .video-title h2 {
    width: 80% !important;
    font-size: 28px !important;
  }

  .sdmitem-wrap {
    flex-direction: column;
  }

  .sdm-item {
    width: 80% !important;
  }
}

/* Default mobile (< 920px) langsung putih */
@media (max-width: 510px) {
  .title h1 {
    font-size: 40px !important;
  }

  .label {
    width: 55% !important;
  }

  .problem-title h2 {
    font-size: 25px !important;
  }

  .item-wrapper .img-4 {
    top: 230px !important;
    left: -100px !important;
  }

  .item-wrapper .img-5 {
    top: 220px !important;
    left: -50px !important;
  }

  .item-wrapper .img-6 {
    width: 160% !important;
    top: -20px !important;
    left: -10px !important;
  }
}

/* Default mobile (< 920px) langsung putih */
@media (max-width: 493px) {
  .button-primary {
    padding: 0.8rem !important;
  }

  .button-secondary {
    padding: 0.8rem !important;
  }

  .video-title h2 {
    width: 90% !important;
  }

  .label-h {
    width: 80%;
  }

  .sdm-section h2 {
    font-size: 25px !important;
  }

  .sdm-section p.w-90 {
    font-size: 14px !important;
  }

  .readmore-box p {
    font-size: 14px !important;
  }
}

/* Default mobile (< 920px) langsung putih */
@media (max-width: 473px) {
  .title h1 {
    font-size: 40px !important;
  }

  .label {
    width: 60% !important;
  }

  .label-h {
    width: 85%;
  }

  .problem-title p {
    width: 100% !important;
  }

  .shape-title h4 {
    font-size: 20px;
  }

  .slide-box {
    height: 60% !important;
    /* border: 1px solid red; */
  }

  .custom-pos-img {
    width: 110%;
    left: -30px;
    top: -40px;
    position: absolute;
  }

  .swiper-slide-solusi {
    height: 440px !important;
  }

  .slide-title a {
    /* border: 1px solid rgba(255, 255, 255, 0.481); */
    width: 50% !important;
  }

  .form-section {
    width: 90% !important;
    padding: 1rem !important;
  }
}

/* Default mobile (< 920px) langsung putih */
@media (max-width: 440px) {
  .hero-section .container .row1 {
    margin-top: 1rem !important;
  }

  .title {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .title h1 {
    font-size: 33px !important;
  }

  .title p {
    font-size: 13px !important;
  }

  .label {
    width: 66% !important;
  }

  .button-wrap {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    display: flex;
    flex-direction: column;
  }

  .button-wrap .button-primary {
    text-align: center;
    width: 100% !important;
    font-size: 14px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .button-wrap .button-secondary {
    text-align: center;
    width: 100% !important;
    font-size: 14px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .icon-sz {
    width: 6% !important;
  }

  .problem-title h2 {
    width: 90% !important;
    font-size: 25px !important;
  }

  .problem-wrapper .item-wrapper {
    flex-direction: column;
    height: 110vh !important;
  }

  .problem-wrapper .item-wrapper .item-1 {
    border-radius: 12px !important;
    width: 100%;
  }

  .problem-wrapper .item-wrapper .img-1 {
    width: 100%;
    top: -10px;
    left: 20px;
  }

  .problem-wrapper .item-wrapper .item-2 {
    border-radius: 12px !important;
    width: 100%;
  }

  .problem-wrapper .item-wrapper .img-2 {
    width: 180% !important;
    top: -100px !important;
    left: -100px !important;
  }

  .problem-wrapper .item-wrapper .item-3 {
    border-radius: 12px !important;
    width: 100%;
  }

  .problem-wrapper .item-wrapper .img-3 {
    width: 130% !important;
    top: 60px !important;
    left: -30px !important;
  }

  .problem-wrapper .item-wrapper .item-4 {
    border-radius: 12px !important;
    width: 100%;
  }

  .problem-wrapper .item-wrapper .img-4 {
    width: 160% !important;
    top: 60px !important;
    left: -130px !important;
  }

  .problem-wrapper .item-wrapper .item-5 {
    border-radius: 12px !important;
    width: 100%;
  }

  .problem-wrapper .item-wrapper .img-5 {
    width: 140% !important;
    top: 40px !important;
    left: -40px !important;
  }

  .problem-wrapper .item-wrapper .item-6 {
    border-radius: 12px !important;
    width: 100%;
  }

  .problem-wrapper .item-wrapper .img-6 {
    width: 110% !important;
    top: -30px !important;
    left: 10px !important;
  }

  .mwbw {
    flex-direction: column;
  }

  .button-video1 {
    padding: 0.6rem !important;
  }

  .button-video2 {
    padding: 0.6rem !important;
  }

  .mis {
    width: 6% !important;
  }

  .benefit-wrapper {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center;
    gap: 2rem !important;
  }

  .benefit-row .br1 {
    height: 1500px !important;
    width: 100% !important;
  }

  .benefit-row .br2 {
    height: 1500px !important;
    width: 100% !important;
  }

  .hm-fit {
    height: 1000px !important;
  }

  .button-video1 {
    border-radius: 999px !important;
    padding: 0.8rem !important;
  }

  .button-video2 {
    border-radius: 999px !important;
    padding: 0.8rem !important;
  }

  .b-header img {
    width: 13% !important;
  }

  .icon-swp {
    width: 15% !important;
  }

  .why-title {
    padding: 1rem !important;
    width: 100% !important;
  }

  .why-title h2 {
    font-size: 25px !important;
    width: 100% !important;
  }

  .why-title p {
    font-size: 14px !important;
    width: 100% !important;
  }

  .why-content {
    padding: 1rem !important;
    flex-direction: column !important;
  }

  .whycontent-wrapper {
    flex-direction: column !important;
    gap: 2rem;
  }

  .shape {
    width: 100% !important;
  }

  .si {
    height: 60% !important;
    /* border: 1px solid red; */
  }
  .shape-title h4 {
    font-size: 20px;
  }

  .shape-title p {
    font-size: 14px !important;
  }

  .shape-title h4 {
    font-size: 20px;
  }

  .slide-box {
    height: 60% !important;
    /* border: 1px solid red; */
  }

  .custom-pos-img {
    width: 110%;
    left: -30px;
    top: -40px;
    position: absolute;
  }

  .swiper-slide-solusi {
    height: 400px !important;
  }

  .slide-title a {
    /* border: 1px solid rgba(255, 255, 255, 0.481); */
    width: 50% !important;
  }

  .button-wrap2 {
    width: 100% !important;
  }

  .footer-section .container {
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    gap: 0rem !important;
  }

  .footer-section .container .footer-wrapper {
    padding-top: 4rem !important;
    width: 100% !important;
    /* border: 1px solid green; */
  }

  .footer-section .container .footer-wrapper.pl-3 {
    padding-left: 0rem !important;
  }

  .footer-links .link-wrapper a.w-14 {
    width: 10% !important;
  }

  .p-advl {
    width: fit-content !important;
    font-size: 14px !important;
  }

  .p-advh1 {
    width: 90% !important;
    font-size: 25px !important;
  }

  .p-adv {
    width: 90% !important;
    font-size: 14px !important;
  }

  .inform-item {
    font-size: 14px !important;
  }

  iframe {
    width: 100% !important;
    aspect-ratio: 1.77/1 !important;
  }

  .p-cont {
    padding: 1rem !important;
  }
}

/* Default mobile (< 920px) langsung putih */
@media (max-width: 436px) {
  .label {
    width: 70% !important;
  }

  .label-h {
    width: 95%;
  }

  .slide-title a {
    /* border: 1px solid rgba(255, 255, 255, 0.481); */
    width: 60% !important;
  }

  .si {
    height: 60%;
    /* border: 1px solid red; */
  }
  .shape-title h4 {
    font-size: 20px;
  }

  .shape-title p {
    font-size: 14px !important;
  }

  .shape-title h4 {
    font-size: 20px;
  }

  .slide-box {
    height: 50% !important;
    /* border: 1px solid red; */
  }

  .custom-pos-img {
    width: 120%;
    left: -30px;
    top: -40px;
    position: absolute;
  }

  .swiper-slide-solusi {
    height: 400px !important;
  }

  .slide-title a {
    /* border: 1px solid rgba(255, 255, 255, 0.481); */
    width: 60% !important;
  }
}

/* Default mobile (< 920px) langsung putih */
@media (max-width: 394px) {
  .title h1 {
    font-size: 30px !important;
  }

  .title p {
    width: 100% !important;
  }

  .problem-section .problem-title h2 {
    font-size: 24px !important;
  }

  .label {
    width: 74% !important;
  }

  .label span {
    font-size: 13px;
  }

  .problem-title h2 {
    width: 100% !important;
    font-size: 21px !important;
  }

  .problem-title p {
    width: 100% !important;
  }

  .video-section h2 {
    font-size: 24px !important;
  }

  .video-section p {
    width: 100% !important;
    font-size: 13px !important;
  }

  .label-h {
    font-size: 13px !important;
  }

  .benefit-row .br1 {
    height: 2000px !important;
    width: 100% !important;
  }

  .benefit-row .br2 {
    height: 2000px !important;
    width: 100% !important;
  }
}

/* Default mobile (< 920px) langsung putih */
@media (max-width: 357px) {
  .label-h {
    font-size: 12px !important;
    width: 100%;
  }

  .problem-section .problem-title h2 {
    width: 100% !important;
    font-size: 21px !important;
  }

  .problem-title p {
    width: 100% !important;
  }

  .video-section h2 {
    font-size: 21px !important;
  }

  .benefit-row .br1 {
    height: 2000px !important;
    width: 100% !important;
  }

  .benefit-row .br2 {
    height: 2000px !important;
    width: 100% !important;
  }

  .b-header img {
    width: 15% !important;
  }

  .si {
    height: 50%;
    /* border: 1px solid red; */
  }

  .shape-title h4 {
    font-size: 20px;
  }

  .shape-title p {
    font-size: 14px !important;
  }

  .shape-title h4 {
    font-size: 20px;
  }

  .slide-box {
    height: 50% !important;
    /* border: 1px solid red; */
  }

  .custom-pos-img {
    width: 130%;
    left: -30px;
    top: -40px;
    position: absolute;
  }

  .swiper-slide-solusi {
    height: 400px !important;
  }

  .slide-title a {
    /* border: 1px solid rgba(255, 255, 255, 0.481); */
    width: 70% !important;
  }
}

/* Default mobile (< 920px) langsung putih */
@media (max-width: 357px) {
  .title h1 {
    font-size: 28px !important;
  }

  .label {
    width: 80% !important;
  }

  .shape-title h4 {
    font-size: 20px;
  }

  .shape-title p {
    font-size: 14px !important;
  }

  .shape-title h4 {
    font-size: 20px;
  }

  .slide-box {
    height: 50% !important;
    /* border: 1px solid red; */
  }

  .custom-pos-img {
    width: 150%;
    left: -30px;
    top: -40px;
    position: absolute;
  }

  .swiper-slide-solusi {
    height: 400px !important;
  }

  .slide-title a {
    /* border: 1px solid rgba(255, 255, 255, 0.481); */
    width: 80% !important;
  }
}

nav div div.collapse ul {
  gap: 1rem !important;
}
/* END OF NAVBAR CSS */

.dselect-wrapper {
  padding: 0 !important;
}
.dselect-clearable {
  padding: 12px;
  border-radius: 12px;
  background-color: #fafafa !important;
  border: 1px solid rgb(0, 0, 0, 0.05) !important;
}
span.dselect-placeholder {
  font-style: normal !important;
  color: #212529 !important;
  font-size: 14px !important;
}
.bg-fa{
  background-color: #fafafa;
}
.dselect-wrapper .dropdown-menu {
  max-width: 300px !important;
  width: unset !important;
}