* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

body {
  background: #ffffff;
}

.container {
  margin: 0 auto;
  padding: 0;
}

/* PROMO SECTIOn */
.promo-section {
  background-color: #0d87c9ff;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.promo-section span {
  color: white;
}

/* CTA */
.btn-cta {
  text-decoration: none;
  color: white;
  background-color: #008869;
  padding: 0.65rem 2.5rem;
  font-weight: 500;
  border-radius: 99px;
}

/* NAV ADJUST */

.dropdown-item.active,
.dropdown-item:active {
  color: black;
  text-decoration: none;
  background-color: #ededed;
}

/* =====================
   BASE
===================== */
.nav-wrapper {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 0.7rem 2rem;
}

.dropdown-toggle::after {
  display: none !important;
}

.navbar-nav {
  gap: 6px;
}

.navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

/* =====================
   ANGLE ICON (MAIN)
===================== */
.angle {
  display: inline-flex;
  margin-left: 6px;
  transition: transform 0.25s ease;
}

/* =====================
   SUB DROPDOWN
===================== */
.has-sub {
  position: relative;
}

.sub-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* remove bullet */
.sub-dropdown {
  list-style: none;
  padding-left: 14px;
  margin: 0;
  display: none;
}

/* active state */
.has-sub.active > .sub-dropdown {
  display: block;
}

/* flat arrow icon */
.sub-angle {
  display: inline-flex;
  margin-left: 8px;
  transition: transform 0.25s ease;
}

.has-sub.active > .sub-toggle .sub-angle {
  transform: rotate(90deg);
}

/* END NAV ADJUST */

/* spacing tweak */
.navbar-nav {
  gap: 6px;
}

.navbar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* NAV WRAPPER */
.nav-wrapper {
  padding: 0.7rem 2rem;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 100;
}

/* remove bootstrap caret pseudo so it won't clash (we use inline SVG) */
.dropdown-toggle::after {
  display: none !important;
}

/* FIX: cegah dropdown bergeser saat class .show aktif */
.nav-item.dropdown .dropdown-menu.show {
  margin-top: 0px !important; /* samakan dengan versi hover */
}

/* CLEAN focus/active outlines from bootstrap that caused borders */
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active,
.dropdown-toggle:focus,
.dropdown-toggle:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* NAV LINK: unified underline style for all links */
.navbar-nav .nav-link {
  padding: 0.6rem 1rem;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  transition: color 0.25s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #1faef9;
}

/* single underline rule applied by parent hover too so dropdown toggle behaves same */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0; /* start from left to keep consistent width */
  bottom: 6px;
  height: 2px; /* uniform thickness */
  width: 0%;
  background: #1faef9;
  border-radius: 50px;
  transition: width 0.28s cubic-bezier(0.2, 0.9, 0.2, 1);
}

/* expand underline on hover OR when parent nav-item is hovered (for dropdown) */
.navbar-nav .nav-item:hover > .nav-link::after,
.navbar-nav .nav-link:hover::after {
  width: 100%;
}

/* dropdown angle icon (inline SVG) */
.dropdown-toggle .angle {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  transition: transform 0.28s cubic-bezier(0.2, 0.9, 0.2, 1);
  transform-origin: center;
  color: currentColor;
}

.nav-btnwrapper {
  width: 23%;
  /* border: 1px solid black; */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

/* HERO SECTION */
.hero-section {
  margin-top: 150px;
  /* border: 1px solid black; */
}

.hero-section .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.hero-title .label {
  display: flex;
  flex-direction: row;
  width: 48% !important;
  padding: 0.8rem;
}
/* kalau jumlah berubah, tambahkan nth-child atau gunakan JS untuk z-index dinamis */

.hero-title {
  /* border: 1px solid black; */
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: auto;
}

.hero-title h1 {
  font-size: 48px !important;
  font-weight: 800;
  line-height: 130%;
}

.button-wrapper {
  width: 70%;
  display: flex;
  height: auto !important;
  margin-top: 100px !important;
  /* border: 1px solid black; */
  gap: 1rem;
}

.hero-img {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  /* border: 1px solid black; */
}

.line-section {
  padding: 16rem 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-item {
  background-color: #e13d06;
  width: 250%;
  height: 75px;
  border: 1px solid red;
}

/* ANIMASI BERGERAK */

.slider {
  width: 100%;
  overflow: hidden;
  background: #e13d06;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.track {
  display: flex;
  gap: 40px; /* jarak antar gambar */
  white-space: nowrap;
}

.track img {
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
}

.hover-scale {
  transition: transform 0.4s ease; /* durasi & kelancaran animasi */
}

.hover-scale:hover {
  transform: scale(1.1); /* ubah angka kalau mau lebih besar/kecil */
}

.title-problem .label {
  background-color: #ffffff;
  /* color: #e13d06; */
  width: fit-content !important;
  font-weight: 500;
  padding: 0.5rem 1rem;
  /* border: 1px solid #e13d06; */
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.label-img {
  width: 25px !important; /* atur sesuka hati */
  /* border: 1px solid black; */
  height: auto;
  flex-shrink: 0; /* biar tidak merusak layout */
  display: flex;
  justify-content: center;
}

.client-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #e13d06;
  padding: 20px 0;
}

.client-track {
  display: flex;
  gap: 50px;
  align-items: center;
  width: max-content;
  animation: slide 30s linear infinite;
}

.client-track .star {
  height: 30px;
  width: auto;
  object-fit: contain;
}

.client-track .brand {
  height: 70px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.client-track .brand:hover {
  transform: scale(1.08);
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* PROBLEM SECTION */

.problem-section {
  margin-top: 150px;
}

.title-problem {
  width: 50%;
}

.title-problem h2 {
  /* border: 1px solid black; */
  width: 70%;
  font-size: 32px;
  text-align: center;
  line-height: 150%;
  font-weight: 700;
}

.title-problem p {
  /* border: 1px solid black; */
  width: 80%;
  text-align: center;
  line-height: 175%;
}

.content-problem {
  height: 680px !important;
  /* border: 1px solid black; */
  justify-content: center !important;
}

.content-problemx {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.content-problem .item-problem {
  display: flex;
  flex-direction: column;
  gap: 1rem !important;
}

.content-problemw {
  display: flex;
  flex-direction: row;
  /* border: 1px solid blue; */
  height: 60% !important;
}

.item-problemx {
  height: 38% !important;
  display: flex;
  flex-direction: row;
  gap: 1rem !important;
}

.title-problem-card h3 {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 150%;
}

.title-problem-cardx {
  width: 40% !important;
}

.title-problem-cardx h3 {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 150%;
}

.item-problem .img-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.item-problemx .img-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

/* MANFAAT SECTION */

.manfaat-section {
  margin-top: 150px;
  margin-bottom: 150px;
}

.manfaat-section .container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.manfaat-section .title-manfaat {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
  /* border: 1px solid black; */
}

.manfaat-section .title-manfaat {
  flex-direction: column;
  justify-content: flex-start;
  /* border: 1px solid red; */
}

.manfaat-section .title-manfaat .label.w-30 {
  width: 15% !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.manfaat-section .title-manfaat h2 {
  width: 40% !important;
  /* font-size: 25px; */
  line-height: 150%;
  font-weight: 700;
}

.manfaat-section .title-manfaat p {
  width: 50% !important;
  line-height: 150%;
}

.desc-manfaat {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* border: 1px solid green; */
  align-items: center;
}

.desc-manfaat p {
  text-align: end;
}

.content-manfaat {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2rem 0;
}

.manfaat-item {
  background-color: white;
  padding: 1.5rem;
  width: 22% !important;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid #0000001a;
  border-radius: 16px;
}

.manfaat-wrapper {
  width: 20%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
}

.manfaat-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.manfaat-item-desc h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

/* FOOTER SECTION */

.footer-section .container {
  flex-direction: row !important;
}

.footer-jasa {
  flex-direction: row !important;
  align-items: flex-start;
}

.row-wrapper h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.row-link a {
  text-decoration: none;
  color: #333;
}

.row-link a:hover {
  color: #1faef9;
}

/* DESKTOP: show dropdown on hover & rotate icon */
@media (min-width: 992px) {
  .container {
    /* max-width: 1000px !important; */
  }
  /* show dropdown on hover (visual) */
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition:
      opacity 0.18s ease,
      transform 0.18s ease;
  }

  /* animate dropdown appearance */
  .dropdown-menu {
    border-radius: 10px;
    padding: 0.6rem 0;
    border: 1px solid #00000021;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.18s ease,
      transform 0.18s ease;
  }

  /* rotate icon on hover (desktop) */
  .nav-item.dropdown:hover > .dropdown-toggle .angle,
  .nav-item.dropdown.show > .dropdown-toggle .angle {
    transform: rotate(180deg);
  }

  .nav-item.dropdown:hover > .dropdown-toggle .angle {
    transform: rotate(180deg);
  }

  /* ensure underline also appears when hovering dropdown parent */
  .nav-item.dropdown:hover > .nav-link::after {
    width: 100%;
  }

  .navbar-brand {
    width: 1% !important;
    margin: 0 auto;
    /* border: 1px solid red; */
  }

  .sub-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    min-width: 200px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 0.4rem 0;
  }

  .has-sub:hover > .sub-dropdown {
    display: block;
  }

  .has-sub:hover > .sub-toggle .sub-angle {
    transform: rotate(90deg);
  }
}

/* DESKTOP: show dropdown on hover & rotate icon */
@media (min-width: 1400px) {
  .navbar-brand {
    width: 1% !important;
    margin: 0 auto;
    /* border: 1px solid red; */
  }

  .nav-btnwrapper {
    width: 25%;
    align-items: center;
  }

  .btn-cta {
    font-size: 15px;
  }

  .manfaat-wrapper.kenapa-img {
    width: 16% !important;
  }
}

@media (max-width: 1399px) {
  /* PROBLEM SECTION */

  .problem-section {
    margin-top: 150px;
  }

  .title-problem {
    width: 70%;
  }

  .title-problem h2 {
    /* border: 1px solid black; */
    width: 60%;
    font-size: 30px;
    text-align: center;
    line-height: 150%;
    font-weight: 700;
  }

  .title-problem p {
    /* border: 1px solid black; */
    width: 80%;
    text-align: center;
    line-height: 175%;
  }

  .content-problem {
    height: 890px !important;
  }

  .manfaat-wrapper.kenapa-img {
    width: 20% !important;
  }

  .manfaat-wrapper {
    width: 28%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
  }

  .manfaat-item-desc h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
  }
}

/* DESKTOP: show dropdown on hover & rotate icon */
@media (min-width: 1200px) {
  .navbar-brand {
    width: 1% !important;
    margin: 0 auto;
    /* border: 1px solid red; */
  }

  .navbar .nav-link {
    font-size: 14px !important;
    font-weight: 600;
  }

  .dropdown-item {
    font-size: 14px;
  }

  .nav-btnwrapper {
    width: 23%;
    align-items: center;
  }

  .btn-cta {
    padding: 0.7rem 1.7rem;
    font-size: 15px;
  }

  .btn-cta img {
    width: 10% !important;
  }
}

/* DESKTOP: show dropdown on hover & rotate icon */
@media (min-width: 1114px) {
  .hero-title h1 {
    font-size: 50px;
  }

  .navbar-brand {
    width: 15% !important;
    margin: 0 auto;
    /* border: 1px solid red; */
  }

  .btn-cta {
    /* border: 1px solid red; */
  }
}

/* DESKTOP: show dropdown on hover & rotate icon */
@media (max-width: 1199px) {
  .nav-btnwrapper {
    width: fit-content;
    align-items: center;
  }

  .client-pic {
    width: fit-content;
    --size: 40px; /* diameter tiap foto */
    --offset: 10px; /* seberapa saling menumpuk (lebih besar = lebih berjauhan) */
    display: flex;
    align-items: center;
    /* border: 1px solid black; */
  }

  .hero-section .container {
    padding: 1rem;
  }

  .hero-section h1 {
    font-size: 45px;
  }

  .button-wrapper {
    width: 100%;
  }

  .btn-cta {
    font-size: 14px;
  }

  .hero-title .label {
    width: 65% !important;
  }
}

/* MOBILE: keep bootstrap default behavior (no hover open), remove any rotate */
@media (max-width: 991px) {
  .navbar-toggler {
    scale: 0.8;
    border-radius: 12px;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }

  .navbar-brand {
    width: 22% !important;
    margin: 0;
  }

  .navbar-collapse {
    margin-top: 30px !important;
  }

  .navbar-nav {
    margin-bottom: 30px !important;
  }

  .navbar-nav .nav-link::after {
    display: none !important;
  }

  .dropdown-toggle .angle {
    transform: none !important;
  }
  .dropdown-menu {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    border-radius: 10px;
    padding: 0;
  }
  /* avoid the underline overlapping with mobile layout */
  .navbar-nav .nav-link::after {
    bottom: 4px;
  }

  .navbar .nav-link {
    font-size: 14px !important;
    font-weight: 600;
  }

  .dropdown-item {
    font-size: 14px;
  }

  .nav-btnwrapper {
    width: 50% !important;
  }

  .btn-cta {
    width: 10% !important;
    /* border: 1px solid red; */
  }

  .btn-cta img {
    width: 8% !important;
  }

  .hero-section .container {
    padding: 0;
  }

  .hero-title .label {
    padding: 0.5rem;
    width: 70% !important;
  }

  .hero-section h1 {
    font-size: 40px;
  }

  .hero-section p {
    font-size: 14px;
  }

  .hero-img {
    /* border: 1px solid green; */
  }

  .hero-img img {
    width: 100% !important;
  }

  .button-wrapper {
    margin-top: 40px !important;
  }

  .button-wrapper a {
    font-size: 13px !important;
  }

  .line-section {
    padding: 6rem 0;
  }

  .slider {
    padding: 4px 0px;
  }

  .track .star {
    width: 4% !important;
  }

  .track {
    scale: 0.4;
  }

  /* PROBLEM SECTION */
  .label {
    padding: 0.4rem 0.8rem;
    font-size: 13px;
  }

  .problem-section {
    margin-top: 150px;
  }

  .title-problem {
    width: 80%;
  }

  .title-problem h2 {
    /* border: 1px solid black; */
    width: 60%;
    font-size: 30px;
    text-align: center;
    line-height: 150%;
    font-weight: 700;
  }

  .title-problem p {
    /* border: 1px solid black; */
    width: 80%;
    text-align: center;
    line-height: 175%;
  }

  .content-problem {
    height: 800px;
  }

  .manfaat-section .title-manfaat .label.w-30 {
    width: 25% !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .manfaat-section .title-manfaat h2 {
    width: 50% !important;
    /* font-size: 25px; */
    line-height: 150%;
    font-weight: 700;
  }

  .manfaat-section .title-manfaat p {
    width: 40% !important;
    line-height: 150%;
    font-size: 16px;
  }

  .manfaat-wrapper {
    width: 40%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
  }

  .manfaat-item {
    width: 24% !important;
    padding: 1rem;
  }

  .manfaat-item-desc h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
  }

  .manfaat-item-desc p {
    font-size: 14px;
    line-height: 150%;
  }

  .footer-jasa {
    flex-direction: column !important;
    align-items: flex-start;
  }

  .dropdown-menu {
    position: static;
    border: none;
  }

  .sub-dropdown {
    position: static;
  }
}

/* MOBILE: keep bootstrap default behavior (no hover open), remove any rotate */
@media (max-width: 767px) {
  .navbar-brand {
    width: 30% !important;
    margin: 0;
    /* border: 1px solid red; */
  }

  .client-pic {
    width: fit-content;
    --size: 35px; /* diameter tiap foto */
    --offset: 10px; /* seberapa saling menumpuk (lebih besar = lebih berjauhan) */
    display: flex;
    align-items: center;
    /* border: 1px solid black; */
  }

  .hero-img {
    width: 40%;
    /* border: 1px solid green; */
  }

  .hero-img img {
    width: 100% !important;
  }

  .hero-title {
    width: 60%;
  }

  .hero-section h1 {
    font-size: 30px;
  }

  .hero-section p {
    font-size: 14px;
  }

  .button-wrapper a {
    font-size: 12px !important;
  }

  /* PROBLEM SECTION */
  .label {
    font-size: 12px;
  }

  .problem-section {
    margin-top: 150px;
  }

  .title-problem {
    width: 100%;
    /* border: 1px solid black; */
  }

  .problem-section p {
    font-size: 14px !important;
  }

  .title-problem h2 {
    /* border: 1px solid black; */
    width: 60%;
    font-size: 30px;
    text-align: center;
    line-height: 150%;
    font-weight: 700;
  }

  .title-problem p {
    /* border: 1px solid black; */
    width: 80%;
    text-align: center;
    line-height: 175%;
  }

  .content-problem {
    height: fit-content !important;
    flex-direction: column;
  }

  .content-problem .w-63 {
    width: 100% !important ;
  }

  .content-problem .w-33 {
    width: 100% !important;
  }

  .content-problemw {
    width: 100% !important ;
    /* border: 1px solid black; */
    flex-direction: column;
    height: fit-content !important;
  }

  .content-problem .w-50 {
    width: 100% !important;
  }

  .item-problemx {
    height: fit-content !important;
    flex-direction: column;
  }

  .item-problemx .img-wrapper {
    width: 100% !important;
  }

  .title-problem-cardx {
    width: 100% !important;
  }

  .manfaat-section .title-manfaat .label.w-30 {
    width: 35% !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .manfaat-section .title-manfaat h2 {
    width: 50% !important;
    /* font-size: 25px; */
    line-height: 150%;
    font-weight: 700;
  }

  .manfaat-section .title-manfaat p {
    width: 40% !important;
    line-height: 150%;
    font-size: 14px;
  }

  .content-manfaat.bb {
    flex-direction: row !important;
  }

  .content-manfaat {
    flex-direction: column;
    gap: 2rem;
  }

  .manfaat-wrapper {
    width: 11%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
  }

  .manfaat-item {
    width: 100% !important;
    padding: 1rem;
  }

  .manfaat-item-desc h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
  }

  .manfaat-item-desc p {
    font-size: 14px;
    line-height: 150%;
  }

  .manfaat-item.w-30 {
    width: 45% !important;
  }

  .manfaat-wrapper.kenapa-img {
    width: 25% !important;
  }

  .footer-section p {
    font-size: 14px;
    line-height: 150%;
  }

  .row-link a {
    font-size: 14px;
  }
}

/* MOBILE: keep bootstrap default behavior (no hover open), remove any rotate */
@media (max-width: 600px) {
  .navbar-brand {
    width: 30% !important;
    margin: 0;
    /* border: 1px solid red; */
  }
}

/* MOBILE: keep bootstrap default behavior (no hover open), remove any rotate */
@media (max-width: 575px) {
  .hero-section .container {
    padding: 2rem;
  }
  .title-problem h2 {
    /* border: 1px solid black; */
    width: 60%;
    font-size: 25px;
    text-align: center;
    line-height: 150%;
    font-weight: 700;
  }

  .title-problem p {
    /* border: 1px solid black; */
    width: 80% !important;
    font-size: 13px;
  }

  .content-problem {
    padding: 1rem;
  }

  .hero-title .label {
    width: 80% !important;
  }

  p {
    font-size: 14px !important;
  }
}

/* MOBILE: keep bootstrap default behavior (no hover open), remove any rotate */
@media (max-width: 570px) {
  .promo-section {
    display: none;
  }

  .nav-btnwrapper {
    width: 60% !important;
    /* border: 1px solid red; */
  }

  .btn-cta img {
    width: 10% !important;
  }

  .slider {
    padding: 8px 0px;
  }

  .track .star {
    width: 4% !important;
  }

  .track {
    scale: 0.7;
  }

  .footer-section .container {
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }

  .row-item.w-30 {
    width: 80% !important;
    margin-bottom: 2rem;
  }

  .row-item.w-30 p {
    line-height: 150% !important;
    text-align: center;
  }

  .footer-section .row-wrapper {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .footer-section .row-wrapper a {
    text-align: center;
  }

  .row-item {
    justify-content: center !important;
    align-items: center !important;
  }

  .footer-section .container p.copyright {
    width: 100% !important;
    font-size: 16px;
    text-align: center;
  }
}

/* MOBILE: keep bootstrap default behavior (no hover open), remove any rotate */
@media (max-width: 530px) {
  .client-pic {
    width: fit-content;
    --size: 45px; /* diameter tiap foto */
    --offset: 10px; /* seberapa saling menumpuk (lebih besar = lebih berjauhan) */
    display: flex;
    align-items: center;
    /* border: 1px solid black; */
  }

  .hero-section .container {
    width: 100%;
    flex-direction: column !important;
  }

  .hero-title {
    width: 100%;
  }

  .hero-title h1 {
    font-size: 45px;
  }

  .hero-title p {
    font-size: 15px;
  }

  .hero-img {
    width: 100%;
  }

  .button-wrapper {
    margin-top: 60px !important;
    flex-direction: column;
  }

  .button-wrapper a {
    width: 100%;
    padding: 0.9rem;
    font-size: 15px !important;
  }

  .button-wrapper .button-primary img {
    width: 4% !important;
  }

  .hero-title .label {
    width: 50% !important;
  }

  .manfaat-section .title-manfaat .label.w-30 {
    width: 45% !important;
  }

  .manfaat-section .title-manfaat h2 {
    width: 70% !important;
    font-size: 25px;
    line-height: 150%;
    font-weight: 700;
    text-align: center;
  }

  .manfaat-section .title-manfaat p {
    width: 80% !important;
    line-height: 150%;
    text-align: center;
  }

  .title-manfaat {
    justify-content: center;
    align-items: center;
  }

  .desc-manfaat {
    flex-direction: column;
    gap: 1rem;
  }
}

/* MOBILE: keep bootstrap default behavior (no hover open), remove any rotate */
@media (max-width: 500px) {
  .navbar-brand {
    width: 35% !important;
    margin: 0;
    /* border: 1px solid red; */
  }

  .nav-link {
    padding-left: 0 !important;
  }

  .hero-section {
    margin-top: 70px !important;
  }

  .hero-title .label {
    width: 55% !important;
  }

  .content-problem {
    height: fit-content !important;
    flex-direction: column;
    justify-content: flex-start !important;
  }

  .content-problemw.h-50p {
    height: 50% !important;
    /* border: 1px solid green !important; */
  }

  .content-problem .w-63 {
    width: 100% !important ;
  }

  .content-problem .w-33 {
    width: 100% !important;
  }

  .content-problemx {
    height: fit-content !important;
    /* border: 1px solid red !important; */
    display: flex;
  }

  .content-problemw .item-problem {
    height: 50% !important;
    display: flex;
    flex-direction: column;
    gap: 2rem !important;
  }

  .item-problemx {
    height: 38% !important;
    display: flex;
    flex-direction: column;
    gap: 1rem !important;
  }

  .title-problem-cardx {
    width: 100% !important;
  }

  .content-manfaat.bb {
    flex-direction: column !important;
  }

  .manfaat-item.w-30 {
    width: 100% !important;
  }
  .manfaat-wrapper.kenapa-img {
    width: 12% !important;
  }
}

/* MOBILE: keep bootstrap default behavior (no hover open), remove any rotate */
@media (max-width: 480px) {
  .client-pic {
    width: fit-content;
    --size: 45px !important; /* diameter tiap foto */
    --offset: 15px !important; /* seberapa saling menumpuk (lebih besar = lebih berjauhan) */
    display: flex;
    align-items: center;
    /* border: 1px solid black; */
  }

  .button-wrapper {
    margin-top: 100px !important;
    flex-direction: column;
  }

  .hero-title h1 {
    font-size: 45px;
  }

  .title-problem .label {
    width: 35% !important;
    border: 1px solid green;
  }
}

/* MOBILE: keep bootstrap default behavior (no hover open), remove any rotate */
@media (max-width: 476px) {
  .nav-btnwrapper {
    width: 100% !important;
    /* border: 1px solid red; */
  }

  .btn-cta img {
    width: 6% !important;
  }

  .title-problem h2 {
    width: 70% !important;
  }

  .hero-title .label {
    width: 60% !important;
  }

  .manfaat-wrapper {
    width: 13%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
  }
}

/* MOBILE: keep bootstrap default behavior (no hover open), remove any rotate */
@media (max-width: 420px) {
  .navbar-brand {
    width: 40% !important;
    margin: 0;
    /* border: 1px solid red; */
  }

  .title-problem h2 {
    width: 90% !important;
  }

  .title-problem .label {
    width: 38% !important;
    border: 1px solid green;
  }

  .hero-title .label {
    width: 63% !important;
  }

  .manfaat-section .title-manfaat h2 {
    width: 100% !important;
  }

  .manfaat-section .title-manfaat p {
    width: 90% !important;
  }
}

/* MOBILE: keep bootstrap default behavior (no hover open), remove any rotate */
@media (max-width: 400px) {
  .navbar {
    padding: 1rem;
  }

  .hero-title h1 {
    font-size: 35px;
    line-height: 150%;
  }

  .hero-section .container {
    padding: 1rem;
  }

  .button-wrapper {
    margin-top: 80px !important;
    flex-direction: column;
  }

  .button-wrapper a {
    width: 100%;
    padding: 1rem;
    font-size: 14px !important;
  }

  .title-problem .label {
    width: 45% !important;
  }

  .hero-title .label {
    width: 70% !important;
  }

  .manfaat-section .title-manfaat .label.w-30 {
    width: 55% !important;
  }

  .manfaat-wrapper {
    width: 17%;
  }
}

/* MOBILE: keep bootstrap default behavior (no hover open), remove any rotate */
@media (max-width: 361px) {
  .navbar-brand {
    width: 45% !important;
    margin: 0;
    /* border: 1px solid red; */
  }

  .title-wrapper h1 {
    font-size: 38px !important;
  }

  .button-wrapper {
    margin-top: 80px !important;
    flex-direction: column;
  }

  .btn-cta img {
    width: 8% !important;
  }

  .button-wrapper a {
    width: 100%;
    padding: 1rem;
    font-size: 13px !important;
  }
}

/* MOBILE: keep bootstrap default behavior (no hover open), remove any rotate */
@media (max-width: 346px) {
  .navbar-brand {
    width: 45% !important;
    margin: 0;
    /* border: 1px solid red; */
  }

  .title-wrapper h1 {
    font-size: 34px !important;
  }

  .button-wrapper {
    margin-top: 80px !important;
    flex-direction: column;
  }

  .btn-cta img {
    width: 8% !important;
  }

  .button-wrapper a {
    width: 100%;
    padding: 1rem;
    font-size: 13px !important;
  }

  .title-problem .label {
    width: 48% !important;
  }

  .hero-title .label {
    width: 75% !important;
  }
}
