/* #9747ff */

@import url('https://fonts.googleapis.com/css2?family=Inclusive+Sans:ital@0;1&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.overlay img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loading {
  width: 15% !important;
  height: auto !important;
}
.loader {
  border: 16px solid #f3f3f3;
  border-top: 12px solid #fcc939;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  z-index: 99999;
}
.content {
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Satoshi-Regular' !important;
}
a {
  text-decoration: none;
  color: #000;
}

.dropdown-menu {
  border: none;
}

.navbar-toggler {
  border: none !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.close-icon {
  font-size: 40px !important;
  color: #fff;
  position: absolute;
  top: -20px;
  right: -40px;
  z-index: 2;
}
.opacity-0 {
  opacity: 0;
}
.opacity-05 {
  opacity: 0.5;
}
.opacity-08 {
  opacity: 0.8;
}
.h-portal {
  border-radius: 16px;
  /* height: 280px; */
  height: 100%;
  object-fit: cover;
}
.h-inputBy {
  height: 100px;
  width: auto;
  object-fit: contain;
}
.card-inputBy {
  /* max-height: 300px; */
  border-radius: 10px;
  border: transparent;
  box-shadow:
    1px 1px 1px rgba(0, 0, 0, 0.1),
    6px 6px 14px rgba(0, 0, 0, 0.1);
  transform: scale(0.9) !important;
  transition: all 0.4s ease-in-out !important;
  padding: 10px 0 !important;
}
.card-inputBy a {
  text-decoration: none;
  color: inherit;
}
.card-service {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
}

/* Service Cards - Two Column Layout */
.service-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.service-card-img {
  height: 240px;
  overflow: hidden;
}
.service-card-img img {
  object-fit: cover;
  object-position: center;
}
.service-card-body {
  padding: 1.5rem !important;
}
.service-card-body h4 {
  color: #333;
  font-size: 1.15rem;
}
.service-card-body p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
}
.service-card-body ul li span {
  color: #444;
  font-size: 0.85rem;
}
.service-card .btn-warning {
  padding: 0.65rem 1.5rem !important;
  font-size: 0.9rem !important;
}
@media (max-width: 991px) {
  .service-card-img {
    height: 200px;
  }
}
@media (max-width: 575px) {
  .service-card-img {
    height: 160px;
  }
  .service-card-body {
    padding: 1rem !important;
  }
  .service-card-body h4 {
    font-size: 1rem;
  }
  .service-card-body p {
    font-size: 0.8rem;
  }
  .service-card .btn-warning {
    padding: 0.5rem 1rem !important;
    font-size: 0.85rem !important;
  }
}

.card-inputBy:hover {
  box-shadow:
    3px 3px 3px rgba(0, 0, 0, 0.1),
    8px 8px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.8s ease-in-out;
}
.card-marketplace:hover {
  border-color: #8b549d;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.cursor-pointer {
  cursor: pointer;
}
.fz-9 {
  font-size: 9px;
}
.fz-10 {
  font-size: 10px;
}
.fz-11 {
  font-size: 11px;
}
.fz-12 {
  font-size: 12px;
}
.fz-13 {
  font-size: 13px;
}
.fz-14 {
  font-size: 14px;
}
.fz-15 {
  font-size: 15px !important;
}
.fz-16 {
  font-size: 16px !important;
}
.fz-18 {
  font-size: 18px !important;
}
.fz-20 {
  font-size: 20px !important;
}
.fz-32 {
  font-size: 32px !important;
}
.fz-40 {
  font-size: 40px;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.w-35 {
  width: 35%;
}
.borad-48 {
  border-radius: 48px !important;
}
.borad-16 {
  border-radius: 16px !important;
}
.borad-20 {
  border-radius: 20px !important;
}
.borad-8 {
  border-radius: 8px !important;
}
.borad-0 {
  border-radius: 0 !important;
}
.icon-meet {
  height: 20px;
}
.card-meet {
  border: 1px solid #262626;
  transition: border-color 0.3s ease;
  box-shadow: none;
}
.card-meet:hover {
  border-color: #8b549d;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.text-underline-href {
  color: #8b549d;
  text-decoration: underline;
}

.bg-cloud {
  background-color: #d5a6bd;
  border-radius: 10px;
}
.navHero {
  background-image: url('../img/bg/hero.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: fit-content;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navRiskAssessment {
  background-image: url('../img/bg/bg-riskAssessment.png');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bg-riskAssessment {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 50px 30px 50px;
}
.icon-risk {
  width: 18px;
  height: auto;
}
.line-risk {
  position: absolute;
  top: 0;
  bottom: 0;
}
.border-risk {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(18, 18, 18, 0.2);
  padding: 10px 30px;
  cursor: pointer;
  background: #fff;
}
.user-risk {
  width: 100%;
  height: auto;
}
.logo-risk-small {
  width: 14px;
  height: auto;
}
.w-progress {
  width: 220px;
  height: 5px;
}

.btn-purple-custom {
  display: flex;
  width: 100%;
  height: auto;
  padding: 8px 8px 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 48px;
  background: #8e4c9d;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  border: none;
}
.btn-outline-purple-custom {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  border: #8e4c9d 2px solid;
}

.btn-purple-custom:hover {
  background: #8e4c9d;
  color: #fff;
}
.btn-outline-purple-custom:hover {
  background: #8e4c9d;
  color: #fff;
}
.btn-downoadFile {
  width: 30px;
  height: 30px;
  background-color: transparent !important;
  color: inherit !important;
}
.btn-transparent-custom {
  display: flex;
  width: 100%;
  height: auto;
  padding: 8px 8px 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 48px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  border: none;
}
.btn-transparent-custom:hover {
  background: #8e4c9d !important;
  color: #fff !important;
}
.btn-transparent-custom.active {
  background: #8e4c9d !important;
  color: #fff !important;
}
.bg-navbar {
  background: linear-gradient(270deg, #87459e 16.88%, #89519d 99.98%);
}
.pt-hero {
  padding-top: 13rem;
}
.pt-section {
  padding-top: 90px;
}
.nav-link-navbar {
  color: #fff !important;
  font-weight: 700;
  opacity: 0.5;
}
.nav-link-navbar:hover {
  color: #fff !important;
  font-weight: 700;
  opacity: 1;
}
.nav-link-navbar.active {
  opacity: 1;
}
.nav-link-navbar-dark {
  color: #000 !important;
  font-weight: 700;
}
.nav-link-navbar-dark:hover {
  color: #8b549d !important;
  font-weight: 700;
}
.nav-link-navbar-dark.active {
  color: #8b549d !important;
}
.img-logo {
  width: 92.22px;
  height: auto;
}
.border-top-offcanvas {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding-top: 20px;
}
.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding-bottom: 20px;
}
.btn-light {
  color: #89509d;
}
.btn-light:hover {
  color: #89509d;
}
.btn-outline-light {
  border: none;
}
.btn-outline-light:hover {
  border: none;
  color: #89509d;
}
.btn-grey-custom {
  background: #f9f9f9 !important;
  color: #8e4c9d !important;
  opacity: 0.5;
}
.btn-grey-custom:hover {
  opacity: 1;
}
.bg-span-hero {
  border-radius: 48px;
  border: 1px solid #e3cd8f;
  background: rgba(255, 255, 255, 0.1);
  font-family: 'Plus Jakarta Sans';
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.h-100vh {
  height: 100svh;
}
.h-95vh {
  height: 95svh;
}
.h-90vh {
  height: 90svh;
}
.h-87vh {
  height: 87svh;
}
.h1-hero {
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
}
.h1-hero-yellow {
  color: #fcc939;
  font-size: 70px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}
.h1-main {
  font-size: 36px; /* restore intended size; previously empty ruleset */
}
.btn-custom {
  font-size: 15px;
}
.btn-warning {
  background: #fcc939 !important;
  color: #8e4c9d;
}
.btn-warning:hover {
  color: #8e4c9d;
}
.btn-outline-warning {
  color: #fcc939;
}
.btn-outline-warning:hover {
  color: #8e4c9d;
}
.icon-purple {
  color: #c6a4ce;
  font-size: 23px;
  cursor: pointer;
}
.pb-6 {
  padding-bottom: 60px;
}
.about {
  padding: 140px 0;
}
.text-purple {
  color: #8b549d !important;
  opacity: 1 !important;
}
.text-only-purple {
  color: #8b549d !important;
}
.text-dark-custom {
  color: #262626 !important;
}
.bg-creamwhite {
  background-color: #fafafa;
}
.bg-purple {
  background-color: #8b549d;
}
/* Confidence Level */
.bubble-container-start .msg-tools {
  display: block;
}
.confidence-progress {
  max-width: 240px;
}
.swal-img-icon {
  background-color: rgba(139, 84, 157, 0.2);
  border-radius: 50%;
  padding: 8px;
  width: 48px !important;
  height: 48px !important;
}
/* SweetAlert custom purple button (auto width) */
.btn-purple-swal {
  background: linear-gradient(180deg, #8b549d 0%, #7a3f8d 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  padding: 12px 16px !important;
}
.swal-actions-full {
  width: 95% !important;
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  padding: 0 !important;
}
.swal-actions-full .swal2-confirm {
  width: 100% !important;
  height: 46px;
  margin: 0 !important;
}

.swal-actions-full .swal2-cancel {
  width: 100% !important;
  margin: 0 !important;
}
.bg-purple-notif {
  background-color: #8b549d76;
}
.bg-search-chat {
  background: #e8e7e8;
}
.text-black {
  color: #262626 !important;
}
.title2 {
  opacity: 0.8;
}
.img-chat {
  width: 550px;
  height: auto;
}
.editChatInput:hover {
  background-color: #c9c9c9;
  padding: 10px 10px 10px 10px;
  border-radius: 50%;
  cursor: pointer;
}
.h6 {
  color: #262626;
  font-family: 'Plus Jakarta Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.5;
}
.desc-aboutUs {
  color: #262626;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.5;
}
.ornamen1 {
  background-image: url('../img/bg/ornamen1.svg');
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 50px;
  padding: 140px 0;
}
.mt-section {
  padding-top: 100px;
}
.card-formulir {
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(18, 18, 18, 0.2);
  background: #fff;
}

.card-features {
  width: 100%;
  border-radius: 50px;
  border: 1px solid rgba(18, 18, 18, 0.2);
  padding: 10px 40px 50px 40px;
  cursor: pointer;
  background: #fff;
}
.card-features:hover {
  background-image: url('../img/bg/bg-card-features.png') !important;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff !important;
}
.card-features:hover .desc-features {
  color: #fff !important;
  opacity: 1;
}
.icon-features {
  width: 105px;
}
.w-h3 {
  width: 60%;
}
.w-60 {
  width: 60%;
}
.ornamen2 {
  background-image: url('../img/bg/ornamen1.svg');
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -200px;
  padding: 140px 0;
  height: 100%;
}
.paddingFounder {
  padding: 140px 0;
  height: 100%;
}
.ornamen3 {
  background-image: url('../img/bg/ornamen1.svg');
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -300px;
  padding: 140px 0;
  height: 100%;
}
.accordion-flush .accordion-item1 {
  border: 1px solid #dee2e6 !important;
  margin-bottom: 20px !important;
  border-radius: 40px !important;
}
.accordion-flush .accordion-item1:not(.collapsed) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.accordion-button {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.ornamen3 {
  background-image: url('../img/bg/ornamen1.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50px;
  padding: 140px 0 70px 0;
}
.bg-human1,
.bg-human2,
.bg-human3,
.bg-human4 {
  width: 196px;
  height: 500px;
  margin: 0 20px 0 0;
  border-radius: 8px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.bg-human1 .mt-auto,
.bg-human2 .mt-auto,
.bg-human3 .mt-auto,
.bg-human4 .mt-auto {
  position: relative;
  background: linear-gradient(180deg, rgba(115, 100, 100, 0) 0%, #202020 100%);
}
/* .bg-human1 {
  background-image: url('../img/CEO2.jpg');
}
.bg-human2 {
  background-image: url('../img/CFO2.jpg');
} */
.bg-human1 {
  /* background-image: url('../img/human-zoom.svg'); */
  background-image: url('../img/founder/founder2-purple.png');
}
.bg-human2 {
  /* background-image: url('../img/founder/CFO.jpeg'); */
  background-image: url('../img/founder/founder1-purple.png');
}
.bg-human3 {
  background-image: url('../img/human3.svg');
}
.bg-human4 {
  /* background-image: url('../img/human4a.svg'); */
  /* background-image: url('../img/human4a.svg'); */
  background-image: url('../img/founder/founder3-purple.png');
}
.bg-human1-mobile,
.bg-human2-mobile,
.bg-human3-mobile,
.bg-human4-mobile {
  /* width: 196px; */
  width: 20%;
  height: 400px;
  margin: 0 5px 0 0;
  border-radius: 8px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    width 0.3s ease,
    box-shadow 0.3s ease;
}
.bg-human1-mobile.activeFounderMobile,
.bg-human2-mobile.activeFounderMobile,
.bg-human3-mobile.activeFounderMobile,
.bg-human4-mobile.activeFounderMobile {
  width: 60%;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}
.bg-human1-mobile:hover:not(.activeFounderMobile),
.bg-human2-mobile:hover:not(.activeFounderMobile),
.bg-human3-mobile:hover:not(.activeFounderMobile),
.bg-human4-mobile:hover:not(.activeFounderMobile) {
  transform: scale(1.02);
  opacity: 0.9;
}

/* .bg-human1-mobile {
  background-image: url('../img/CEO2.jpg');
}
.bg-human2-mobile {
  background-image: url('../img/CFO2.jpg');
} */
.bg-human1-mobile {
  /* background-image: url('../img/founder/founder1.svg'); */
  background-image: url('../img/founder/founder2-purple.png');
}
.bg-human2-mobile {
  /* background-image: url('../img/founder/CFO.jpeg'); */
  background-image: url('../img/founder/founder1-purple.png');
}
.bg-human3-mobile {
  background-image: url('../img/founder/founder3.svg');
}
.bg-human4-mobile {
  /* background-image: url('../img/founder/founder4.svg'); */
  background-image: url('../img/founder/founder3-purple.png');
}
.bg-human1:hover {
  transform: scale(1.1);
}
.bg-human2:hover {
  transform: scale(1.1);
}
.bg-human3:hover {
  transform: scale(1.1);
}
.bg-human4:hover {
  transform: scale(1.1);
}
.skeleton-loader {
  background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.activeFounder {
  transform: scale(1.1);
}

.h-480px {
  height: 480px;
}
.h-120px {
  height: 120px;
}
.h-60px {
  height: 60px;
}
.mt-70px {
  margin-top: 70px;
}
.accordion-button[aria-expanded='true'] .h5-accordion2 {
  color: #8b549d !important;
}
.swiper {
  width: 100%;
  height: auto;
}
.card-smallText {
  opacity: 0.4;
}
.swiper-button-prev,
.swiper-button-next {
  top: 100px !important;
  width: 40px !important;
  height: 40px !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
  font-size: 14px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #262626;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 92% !important;
}
.swiper-button-prev-kpi,
.swiper-button-next-kpi {
  top: 140px !important;
  width: 40px !important;
  height: 40px !important;
}
.swiper-button-next-kpi:after,
.swiper-button-prev-kpi:after {
  display: none;
  font-size: 14px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #262626;
}
.swiper-button-prev-kpi,
.swiper-rtl-kpi,
.swiper-button-next-kpi {
  bottom: 50% !important;
}
.swiper-slide {
  width: 279px !important;
}
.footer {
  background-image: url('../img/footer.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 40px 0;
}
.img-chat2 {
  width: 100%;
}
label.error {
  color: red;
  font-size: 12px;
  margin-right: 7px;
}
.bortopbot {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.bg-grey-young {
  background: #f4f4f4;
}
.wrapper-cs {
  z-index: 2;
  right: 10%;
  bottom: 10%;
}
.img-cs {
  width: 200px;
  height: auto;
}

/* --- Floating Help Button (HTML Component) --- */
.floating-help-btn {
  position: relative;
}
.floating-help-bubble {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 16px 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  position: relative;
}
.floating-help-icon-left {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: #8b549d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  left: -10px;
  box-shadow: 0 2px 8px rgba(151, 71, 255, 0.3);
}
.floating-help-icon-left i {
  color: #fff;
  font-size: 20px;
}
.floating-help-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  width: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.floating-help-icon-right {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: #8b549d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -10px;
  box-shadow: 0 2px 8px rgba(151, 71, 255, 0.3);
}
.floating-help-icon-right img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.bi-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}
.bi-icon-holder {
  width: 47px;
  height: 47px;
  bottom: 120px;
  left: 10px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  z-index: 99999;
}
.bi-icon-holder i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 25px;
  color: #ffffff;
}
.bi-options {
  list-style-type: none;
  margin: 0;
  position: absolute;
  bottom: 90px;
  left: 19%;
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale(0);
  transform-origin: 85% bottom;
}
.bi-options li {
  display: flex;
  justify-content: center;
  padding: 5px;
  background: #fff;
  border: 1px solid rgba(18, 18, 18, 0.2);
  margin-bottom: 10px;
  border-radius: 50%;
}
.bi-options li img {
  width: 30px;
}
.bi-icon-holder-mobile {
  width: 47px;
  height: 47px;
  bottom: 120px;
  left: 10px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  z-index: 99999;
}
.bi-options-mobile {
  list-style-type: none;
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 19%;
}
.bi-options-mobile li {
  display: flex;
  justify-content: center;
  padding: 5px;
  background: #fff;
  border: 1px solid rgba(18, 18, 18, 0.2);
  margin-bottom: 10px;
  border-radius: 50%;
}
.bi-options-mobile li img {
  width: 30px;
  height: auto;
}
.act-btn {
  display: block;
  position: fixed;
  width: 125px;
  height: 125px;
  bottom: 140px;
  left: 10px;
  color: #fff;
  background: #5c8a8a;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  z-index: 99999;
}
.text-yellow {
  color: #fcc939 !important;
}
.act-btn:hover {
  background: #212529;
}
.act-btn-top {
  display: none;
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 140px;
  right: 10px;
  color: #fff;
  background: #5c8a8a;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  z-index: 99999;
}
.act-btn-top:hover {
  background: #212529;
}
.content-image {
  font-size: clamp(10px, 1.1vw, 16px);
  color: #fff;
  padding: 10px 13px 30px 13px;
  position: absolute;
  left: 0;
  right: 0;
}
.content-image-detail-order {
  font-size: clamp(10px, 1.1vw, 16px);
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.btn-layanan {
  border-radius: 52px;
  border: 1px solid #121212;
  background: #fff;
  padding: 0 10px;
  margin-top: -10px;
}
.img-code {
  width: 30px;
}
.img-consultantHome {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.img-avatar-detail {
  width: 100%;
  height: 427px;
  object-fit: cover;
  border-radius: 9px;
}
.goldstardiv {
  color: #666;
  position: relative;
}
.goldgraystardiv {
  color: khaki;
}
.graystardiv {
  color: gray;
}
.halfstar {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  color: rgb(255, 193, 7);
  overflow: hidden;
}
.border-circle {
  border-radius: 51px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-flex;
  padding: 8px;
  align-items: flex-start;
  gap: 8px;
}
.border-review {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 16px;
  align-items: flex-start;
  gap: 9px;
}
.shadow-detail {
  box-shadow: 0 1px 5px rgba(119, 119, 119, 0.2);
}
.border-all {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.fz-15-res {
  font-size: 15px;
}
.card-marketplace-detail {
  width: 100%;
  height: 427px;
  border-radius: 13px;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 7px;
}
.card-marketplace-detail-order {
  width: 100%;
  min-height: 427px;
  border-radius: 16px;
  background: #f4f3f4;
  padding: 7px;
}
.redeemBtn {
  font-size: 13px;
}
.card-marketplace-detail-right {
  width: 100%;
  height: auto;
  border-radius: 13px;
  border: 1.5px solid rgba(205, 205, 205, 0.2);
  background: #fff;
  padding: 7px;
}
.focus-grey:focus {
  background: #f4f4f4;
}
.pt-custom {
  padding-top: 100px !important;
}
.btn-back {
  position: absolute;
  left: 10px;
  top: 10px;
}
.btn-share {
  position: absolute;
  right: 10px;
  top: 10px;
}
.btn-scroll {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
#wrapper-cs-mobile {
  display: none;
}
.img-detail-cs-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 25px;
  color: #ffffff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}
.desc-limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 5; /* standard */
  -webkit-line-clamp: 5; /* webkit */
}
.review-limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 7;
  -webkit-line-clamp: 7;
}
.desc-limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}
.list-chat.selected {
  background-color: #f3eef5; /* Contoh warna latar belakang */
}

.img-avatar-admin {
  width: 300px;
  height: auto;
}
.overflow-y-customize {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  &::-webkit-scrollbar {
    display: none;
  }
}
.scrollable-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
}
.scrollable-container::-webkit-scrollbar {
  width: 0;
}
.overflow-y-custom {
  overflow-y: auto;
  scrollbar-width: thin; /* Untuk browser Firefox */
  scrollbar-color: #ccc transparent; /* Warna thumb dan track pada Firefox */
}

.overflow-y-custom::-webkit-scrollbar {
  width: 6px; /* Lebar scrollbar */
}

.overflow-y-custom::-webkit-scrollbar-track {
  background: transparent; /* Latar belakang track */
}

.overflow-y-custom::-webkit-scrollbar-thumb {
  background: #ccc; /* Warna thumb */
  border-radius: 4px; /* Membuat sudut thumb menjadi melengkung */
}

.overflow-y-custom::-webkit-scrollbar-thumb:hover {
  background: #aaa; /* Warna thumb saat hover */
}

.overflow-x-custom {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.overflow-x-custom::-webkit-scrollbar {
  width: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 180px !important;
}
.bg-overlay {
  background: linear-gradient(180deg, rgba(115, 100, 100, 0) 0%, #202020 100%);
  position: absolute;
  bottom: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.bg-overlay-detail {
  background: linear-gradient(180deg, rgba(115, 100, 100, 0) 0%, #202020 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ellipsisCategory {
  width: auto;
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.788);
  max-width: 180px;
}
.cursor-default {
  cursor: default !important;
}
.w-category {
  width: 180px;
}
.w-category-admin {
  width: 230px;
}
.w-category-taxwizard {
  width: 13vw;
}

.ol-custom {
  list-style: none;
  padding-left: 0;
  counter-reset: my-counter;
}
.ol-custom > li {
  counter-increment: my-counter;
}
.ol-custom > li::before {
  content: '(' counter(my-counter) ')';
  margin-right: 8px;
}
.ol-custom ol[type='a'] {
  list-style-type: lower-alpha;
  margin-top: 0;
}
.ol-custom ol[type='a'] > li {
  counter-reset: my-counter;
}
.ol-custom ol[type='a'] > li::before {
  content: '';
  margin-right: 0;
}
.logo-taxwizard {
  width: 30px;
}
.logo-taxwizard-center {
  width: 140px;
}
.card .card-title {
  color: #010101;
  margin-bottom: 1.2rem;
  text-transform: capitalize;
  font-size: 1.125rem;
  font-weight: 600;
}
.borad-10 {
  border-radius: 10px;
}
.borad-top-10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.borad-15 {
  border-radius: 15px;
}
.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}
.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}
.icon-viewers {
  width: 20px;
}
.borderViewers {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.absolutePurple {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 30%;
}
.w-btn-res {
  width: auto;
}
.diagram1 {
  background: #3a7311;
  width: 68px;
  height: 13px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.diagram2 {
  background: #a6e355;
  width: 68px;
  height: 13px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.diagram3 {
  background: #f4f357;
  width: 68px;
  height: 13px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.diagram4 {
  background: #ea9b20;
  width: 68px;
  height: 13px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.diagram5 {
  background: #dc1716;
  width: 68px;
  height: 13px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.activeDiagram {
  height: 38px !important;
}
/* .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
} */
/* .overlay img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
/* .loader {
  border: 16px solid #f3f3f3;
  border-top: 12px solid #fcc939;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  z-index: 99999;
} */
.imgOrder {
  width: 100px;
}

div.highway-slider .highway-barrier {
  overflow: hidden;
  position: relative;
  /* transition: all 0.3s ease; */
}
div.highway-barrier::before,
div.highway-barrier::after {
  content: ' ';
  position: absolute;
  z-index: 9;
  height: 100%;
}
ul.highway-lane {
  list-style: none;
}
.highway-car {
  margin-bottom: 20px;
}
.img-confirm {
  width: 400px;
  height: auto;
}
.desc-limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}
.swiper-wrapper-ulasan,
.swiper-wrapper-konsultan {
  transition-timing-function: linear !important;
}
.radio-custom {
  display: none;
}
.radio-btn2 {
  position: relative;
  cursor: pointer;
  text-align: center;
  border: 1px solid rgb(211, 211, 211);
  height: auto;
}
.radio-btn2 > .check-custom {
  height: 100%;
  color: #d358ff;
  font-size: 16px;
  border-radius: 50px;
  padding: 3px;
  transition: 0.2s;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
}
.card-type {
  cursor: pointer;
}
.card-type input:checked + .radio-btn2 > .check-custom {
  opacity: 1;
}

.card-type input:checked + .radio-btn2 {
  border: 1px solid #5872ff;
  background: #ffffff;
}
.card-type input:checked + .radio-btn2 > .check-custom {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.check-custom {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: -4px;
}
.payment-logo {
  width: 70px;
  height: auto;
}
.disable-radio {
  pointer-events: none !important;
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}

.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid black; */
  border-radius: 50%;
  transition: all 0.3s;
}
.circle:hover {
  cursor: pointer;
}
.timeline {
  width: 400px;
  height: 1100px;
  /* height: 850px; */
  padding: 16px;
}
.timeline__line {
  background: linear-gradient(
    to right,
    #fafafa 0%,
    #ddbee7 17%,
    #c2a7cb 83%,
    #fafafa 100%
  );
  width: 2px;
  height: inherit;
  border-radius: 50%;
  margin: 0 0 0 15px;
}
.timeline__points {
  width: 400px;
  height: 500px;
  position: absolute;
  top: 16px;
}
.item {
  width: 430px;
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 60px; */
  margin-bottom: 40px;
  position: relative;
}
.item .left-part {
  width: 10%;
}

.item .right-part {
  width: 75%;
}
.circle {
  background: #c2a7cb;
  width: 30px;
  height: 30px;
}
.circle::after {
  content: '';
  display: inline-block;
  background: #8b549d;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.img-milestone {
  width: 200px;
}

.img-milestone1 {
  width: 100%;
}
.imgItb1 {
  width: 70px;
}
.imgItb {
  width: 100%;
  height: 58px;
}
.img-milestone3 {
  width: 100%;
  object-fit: cover;
}
.img-milestone4 {
  width: 100%;
  object-fit: cover;
}
.borderPromo {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 3px 10px !important;
  background-color: #f6f8fa;
}
.display-rating {
  background-color: #f4f3f4;
  padding: 5px 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.list-group-item-danger-custom {
  background: rgb(199, 0, 0) !important;
  border: none !important;
}
.selectBorderNone {
  border: none;
  border-radius: 48px;
}
.min-170 {
  min-height: 170px !important;
}
.input-custom-detail::after {
  display: none;
}
.input-custom-detail i {
  margin-left: auto;
}
.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.img-article {
  height: 200px !important;
}
.closeSchedule {
  cursor: not-allowed !important;
  color: rgb(163 163 163 / 1) !important;
  background-color: rgb(244 244 244 / 1) !important;
}
.closeSchedule:hover {
  cursor: not-allowed !important;
  color: rgb(163 163 163 / 1) !important;
  background-color: rgb(244 244 244 / 1) !important;
  border-color: transparent !important;
}
.openSchedule {
  background-color: #fff !important;
  color: #000 !important;
  border: none !important;
}
/* .openSchedule:hover {
  background-color: #8e4c9d !important;
  color: #fff !important;
} */
/* .openSchedule.active {
  background-color: #8e4c9d !important;
  color: #fff !important;
} */
.img-kpi {
  width: 30px;
  height: auto;
}
.max-img-kpi {
  max-width: 100%;
}
.max-w-kpi {
  width: 75%;
  height: auto;
}
i.img-kpi2 {
  width: 36px;
  height: 36px;
  padding: 8px;
  margin: 0 0 12px 0 !important;
  background-color: rgba(108, 63, 152, 0.1);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
}
.bg-kpi {
  width: 258px;
  height: 195px;
  background-color: #fff;
  border-radius: 10px;
}
.bg-kpi2 {
  width: 100%;
  min-height: 150px;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  overflow: visible;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.bg-kpi2:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(108, 63, 152, 0.15) !important;
}
.swiper.swiper-kpi {
  padding-bottom: 50px !important;
}
.fz-kpiDesc {
  font-size: 14px;
}
.w-kpi {
  width: 70%;
}
.bgImg-kpi {
  background-image: url('/assets/img/bg/bg-kpi.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.title-kpi {
  padding-top: 30px !important;
  font-size: 30px !important;
}
.title-kpi2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 30px !important;
}
.sizeFirstBubble {
  width: 100%;
  height: 65px;
}
strong {
  font-weight: bold;
}
.rounded-custom {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: rgb(233, 233, 233) !important;
}
.border-badResponse {
  border: 1px solid grey;
  border-radius: 10px;
}
.hover-none:hover {
  background: transparent !important;
  color: #000 !important;
}
.card-ulasan {
  width: 100%;
  height: auto;
  border-radius: 16px;
  padding: 40px;
  cursor: pointer;
  background: #fff;
}
.card-ulasan-home {
  width: 418.66px !important;
  height: auto;
  border-radius: 16px;
  padding: 40px;
  cursor: pointer;
  background: #fff;
}
.card-konsultan-home {
  width: 418.66px !important;
  height: auto;
  border-radius: 16px;
  cursor: pointer;
  background: #fff;
}
.contentConsultant {
  flex-grow: 1;
}
.swiper-wrapper-ulasan {
  flex-shrink: 0;
}
.animate-infinite-scroll {
  animation: infinite-scroll 300s linear infinite;
}
.swiper-wrapper-ulasan,
.card-ulasan {
  user-select: none;
}
.cardTaxValidation {
  width: 100%;
  height: 172px;
  border-radius: 8px;
  cursor: pointer;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(38, 38, 38, 0.2);
  box-shadow: none;
}
.cardTaxValidation {
  overflow: visible;
  height: auto !important;
}
.cardTaxValidation .card-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
/* Accordion content layout */
.cardTaxValidation .comments-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 360px;
}
.cardTaxValidation .comments-list,
#validationContainer .comments-list {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 2px;
  flex: 1 1 auto;
  max-height: 400px;
  border-left: #89529c 2px solid;
  padding: 8px;
  /* Smooth scroll and better scroll behavior */
  scroll-behavior: smooth;
  overscroll-behavior: contain;
  padding-right: 6px; /* space for scrollbar */
  /* Subtle fade at top/bottom edges */
  box-shadow:
    inset 0 8px 8px -8px rgba(0, 0, 0, 0.08),
    inset 0 -8px 8px -8px rgba(0, 0, 0, 0.08);
  /* Cross-browser scrollbar */
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #b27ac3 transparent; /* Firefox */
}
.cardTaxValidation .comments-list::-webkit-scrollbar,
#validationContainer .comments-list::-webkit-scrollbar {
  width: 8px; /* Chrome/Safari/Edge */
}
.cardTaxValidation .comments-list::-webkit-scrollbar-track,
#validationContainer .comments-list::-webkit-scrollbar-track {
  background: transparent;
}
.cardTaxValidation .comments-list::-webkit-scrollbar-thumb,
#validationContainer .comments-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #caa8d6 0%, #8b549d 100%);
  border-radius: 8px;
}
.cardTaxValidation .comments-list::-webkit-scrollbar-thumb:hover,
#validationContainer .comments-list::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #b98ec9 0%, #7a498b 100%);
}
.cardTaxValidation .comment-composer {
  position: sticky;
  bottom: 0;
}

/* Image viewer styles */
.bubble-images {
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  border-radius: 8px;
  max-width: 200px;
  height: auto;
}
.bubble-images:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#imageViewerMdl .modal-content {
  background-color: rgba(0, 0, 0, 0.95) !important;
}

#imageViewerImg {
  transition: transform 0.3s ease;
}

/* Leaderboard Tabs Styling */
#leaderboardTabs .nav-link {
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 500;
  color: #6c757d;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

#leaderboardTabs .nav-link:hover {
  background-color: rgba(139, 84, 157, 0.1);
  color: #8b549d;
}

#leaderboardTabs .nav-link.active {
  background: #8b549d;
  color: white;
  box-shadow: 0 4px 12px rgba(139, 84, 157, 0.3);
}

/* Prevent body scroll when modal is open */
body.modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

/* Ensure modal content is scrollable */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Fix input height inside pill */
.cardTaxValidation .collapse,
.cardTaxValidation .collapsing {
  transition: height 550ms ease;
}

.cardTaxValidation .collapse .comments-wrapper {
  opacity: 0;
  transform: translateY(-6px);
}
.cardTaxValidation .collapsing .comments-wrapper,
.cardTaxValidation .collapse.show .comments-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 540ms ease,
    transform 540ms ease;
}

/* Optional: animate each reply item */
.cardTaxValidation .collapse .reply-box {
  opacity: 0;
  transform: translateY(6px);
}
.cardTaxValidation .collapsing .reply-box,
.cardTaxValidation .collapse.show .reply-box {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}
.answer-body {
  max-height: 66px;
  overflow: hidden;
}
.answer-wrapper.expanded .answer-body {
  max-height: none;
}

.cursor-special {
  cursor: grab;
}
.cursor-special:active {
  cursor: grabbing;
}

.slick-slide {
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  padding: 40px 0;
}

.slick-slide img {
  max-width: 100%;
  transition: all 0.4s ease-in-out;
}
.slick-center img {
  transform: scale(1.2) !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.cover-nav {
  height: 446px;
  padding: 12px;
  color: #a175b0;
  background-color: #a175b0;
  width: 100%;
  border-radius: 0px 8px 8px 8px;
  border: 1px solid #8b549d;
}

.kaleidoskop-img {
  height: 420px;
  object-fit: cover;
  width: 100%;
  border: 2px solid #8b549d;
  border-radius: 8px;
}
.center-bottom {
  object-position: center 140%;
  /* object-position: center bottom; */
  transform: scale(1.25);
}

.nav-tabs .nav-link-kaleidoskop {
  color: #fff;
  background-color: #c7aecf;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
  width: 68px;
  height: 20px;
  position: relative;
  border: 1px solid #8b549d;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}

.nav-tabs .nav-link-kaleidoskop:hover {
  background-color: #a175b0;
  color: #fff;
  border-color: #8b549d;
}

.nav-tabs .nav-link-kaleidoskop.active {
  background-color: #a175b0;
  color: #fff;
  border-color: #8b549d;
  font-weight: bold;
  position: relative;
}
.nav-tabs .nav-link-kaleidoskop.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #a175b0;
  z-index: 1;
}
.nav-tabs .nav-link-kaleidoskop:not(.active) {
  border-color: #8b549d;
}
.tabContent {
  overflow: hidden;
  display: flex;
}

.tab-pane-kaleidoskop {
  flex: 0 0 100%;
  transition: transform 0.5s ease;
  overflow: hidden;
}

.list-group-item-custom {
  font-size: 16px !important;
  padding: 12px 10px;
  height: 94px;
}

.customCompare {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.object-cover {
  object-fit: cover;
}

.img-empty {
  width: 200px;
}

.btnEling {
  color: #8b549d;
}

.btnEling:hover {
  color: #720796 !important;
}

.user-select-text {
  user-select: text !important;
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  padding-right: 11px !important;
}

.custom-dropdown {
  min-width: 110px !important;
  inset: 0px auto auto 18px !important;
  z-index: 99999999 !important;
}

.custom-dropdown li {
  margin-bottom: 8px;
}

:root {
  --warning: #fcc939;
  --white: #ffffff;
  --max: 9999px;
  --gray: #bfbfbf;
}

.buttonSosmed {
  all: unset;
  background: var(--white);
  color: #000;
  border-radius: var(--max);
  cursor: pointer;
  transition: 500ms all ease-in-out;
  height: 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 150px;
}

.buttonSosmed:hover {
  background: var(--warning);
  border-color: var(--warning);
  color: var(--warning);
}

.buttonSosmed:hover .icons__icon {
  transform: translateY(-80%);
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.buttonSosmed:hover .icons__icon:nth-child(1) {
  transition-delay: 30ms;
}

.buttonSosmed:hover .icons__icon:nth-child(2) {
  transition-delay: 60ms;
}

.buttonSosmed:hover .icons__icon:nth-child(3) {
  transition-delay: 90ms;
}

.buttonSosmed:hover .icons__icon:nth-child(4) {
  transition-delay: 120ms;
}

.buttonSosmed:hover .icons__icon:nth-child(5) {
  transition-delay: 150ms;
}

.icons {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 26px;
}

.icons__icon {
  background: var(--white);
  height: 30px;
  width: 30px;
  border-radius: var(--max);
  background: var(--white);
  padding: 6px;
  transform: translateY(60%);
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.icons__icon:nth-child(1) {
  transition-delay: 20ms;
}

.icons__icon:nth-child(2) {
  transition-delay: 40ms;
}

.icons__icon:nth-child(3) {
  transition-delay: 60ms;
}

.icons__icon:nth-child(4) {
  transition-delay: 80ms;
}

.icons__icon:nth-child(5) {
  transition-delay: 100ms;
}

.icons__icon svg {
  stroke: var(--warning);
}

.icon-service {
  width: 40px;
  height: auto;
}

.icon-service2 {
  width: 30px;
  height: auto;
}

.nav-link-service {
  border: 1px solid transparent !important;
}

.nav-link-service:hover {
  border: 1px solid #8e4c9d !important;
  background: transparent !important;
}

.nav-link-service.active {
  border: 1px solid #8e4c9d !important;
  background: transparent !important;
}

.milestone-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.milestone-line {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 2px;
  /* background-color: #c2a7cb; */
  background: linear-gradient(
    to right,
    #fafafa 0%,
    #ddbee7 17%,
    #c2a7cb 83%,
    #fafafa 100%
  );
}

.milestone {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.milestone-circle {
  width: 26px;
  height: 26px;
  background-color: #8b549d;
  border: 4px solid #c2a7cb;
  border-radius: 50%;
  position: absolute;
  top: -30px;
}

.milestone-img {
  max-width: 100px;
  height: auto;
  margin-bottom: 10px;
}

.milestone-img-small {
  max-width: 70px;
  height: auto;
  margin-right: 5px;
}

.milestone-img-itb {
  height: 58px;
  width: 100%;
}

.text-milestone {
  font-size: 14px;
  color: #9f9f9f;
  padding: 0 15px;
  line-height: 24px;
}

.bg-purple-light {
  background-color: #e8ddeb;
  color: #262626;
}

.w-100-res {
  width: auto !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  /* padding: 1rem 0; */
  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots li button {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #cacaca;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #8b549d;
}

.swiper-button-next-kpi,
.swiper-button-prev-kpi {
  visibility: hidden;
}

.title-blog {
  font-size: 18px;
}
.card-smallText {
  font-size: 16px;
}

.media-img {
  object-fit: cover !important;
  height: 350px !important;
}

.w-inputMarketplace {
  width: 60% !important;
}
.border-taret {
  background-color: #f1efef;
  border-radius: 12px;
  padding: 2px 14px 2px 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.border-taret:hover {
  background-color: #e7e5e5;
}

/* .image-slider {
  width: 100%;
  max-width: 100% !important;
} */

.password-container {
  display: flex;
  align-items: center;
  gap: 5px;
}

.password-input {
  color: white;
  border: none;
  background: transparent;
  font-size: 16px;
  outline: none;
}

.toggle-password {
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
/* Tax Validation: composer layout fixes */
.cardTaxValidation .comment-composer .d-flex {
  justify-content: flex-start;
}
.cardTaxValidation .comment-composer .mention-badge {
  flex: 0 0 auto;
  max-width: 55%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cardTaxValidation .comment-composer input.form-control {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
}
.cardTaxValidation .comment-composer .ri-send-plane-2-fill {
  flex: 0 0 auto;
}
/* Minimal pagination styling */
.dataTables_wrapper .dataTables_paginate {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #dcdfe4 !important;
  background: #fff !important;
  color: #555 !important;
  padding: 10px 14px !important;
  border-radius: 6px !important;
  line-height: 1 !important;
  margin: 0 2px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #aa81b8 !important;
  color: #222 !important;
  border-color: #c5c9ce !important;
  cursor: pointer !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #8b549d !important;
  color: #fff !important;
  border-color: #8b549d !important;
}
#historyLengthMenu select {
  display: inline-block;
  width: auto;
  height: 30px;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid #dcdfe4;
  background: #fff;
  margin: 0 4px;
}
.cardTaxValidation .author-name,
.card.shadow-none .author-name {
  max-width: 160px;
}
#commentRatingMdl #ratingTabs {
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: wrap;
  overflow: visible;
}
#commentRatingMdl .rating-tab {
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding-bottom: 6px;
  white-space: nowrap;
}
#commentRatingMdl .rating-tab.active {
  border-bottom: 2px solid #8b549d;
}
#commentRatingMdl #ratingList {
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #b27ac3 transparent; /* Firefox */
}
.text-warning-custom {
  color: #ff7700 !important;
}
@media (max-width: 575.98px) {
  .cardTaxValidation .author-name,
  .card.shadow-none .author-name {
    max-width: 100px;
  }
}

@keyframes infinite-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (max-width: 576px) {
  .kaleidoskop-img {
    height: 220px;
  }
  .cover-nav {
    height: 246px;
  }
  .nav-tabs .nav-link-kaleidoskop {
    width: 58px;
    height: 10px;
    position: relative;
    border: 1px solid #8b549d;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
  }
}

@media only screen and (min-width: 3150px) {
  .bgImg-kpi {
    background-size: cover !important;
    padding-bottom: 50px !important;
  }
}

@media only screen and (min-width: 2000px) {
  .w-category-taxwizard {
    width: 200px !important;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 1999px) {
  .w-category-admin {
    width: 220px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .w-category-admin {
    width: 190px;
  }
}
@media only screen and (min-width: 1700px) {
  .w-category-taxwizard {
    width: 11vw;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .w-category-admin {
    width: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .bgImg-kpi {
    background-size: auto 40%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .w-category {
    width: 250px;
  }
  .w-category-admin {
    width: 230px;
  }
  .w-category-taxwizard {
    width: 15vw;
  }
  .w-inputMarketplace {
    width: 56% !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .w-category {
    width: 200px;
  }
  .w-category-taxwizard {
    width: 18vw;
  }
  .swiper-slide {
    width: 280px !important;
  }
  .img-milestone1 {
    width: 100%;
  }
  .imgItb1 {
    width: 90px;
  }
  .imgItb {
    width: 240px;
    height: auto;
  }
  .img-milestone3 {
    width: 100%;
    object-fit: cover;
  }
  .img-milestone4 {
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) {
  .card-ulasan,
  .card-ulasan-home {
    height: 400px;
  }
  .text-milestone {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .img-milestone1 {
    width: 100%;
  }
  .imgItb1 {
    width: 90px;
  }
  .imgItb {
    width: 240px;
    height: auto;
  }
  .img-milestone3 {
    width: 100%;
    object-fit: cover;
  }
  .img-milestone4 {
    width: 100%;
    object-fit: cover;
  }
  .w-category-taxwizard {
    width: 17vw;
  }
  .badge-marketplace-custom {
    font-size: 10px !important;
  }
  .bg-kpi2 {
    width: 100%;
    min-height: 150px;
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
  }
  .swiper-slide {
    /* width: 280px !important; */
    width: 298px;
  }
  .max-w-kpi {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .w-category {
    width: 140px;
  }
  .w-category-taxwizard {
    width: 17vw;
  }
  .badge-marketplace-custom {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 896px) {
  .border-taret {
    background-color: #f1efef;
    border-radius: 12px;
    padding: 2px 14px 2px 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: wrap;
  }
  .border-taret:hover {
    background-color: #e7e5e5;
  }
  .w-category-taxwizard {
    width: 15vw;
  }
  .max-w-kpi {
    width: 100%;
    height: auto;
  }
  .card-konsultan-home {
    width: 188.66px !important;
    height: auto;
    border-radius: 16px;
    cursor: pointer;
    background: #fff;
  }
  .img-consultantHome {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .span-konsultan {
    font-size: 6px !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .w-category {
    width: 230px;
  }
  .w-category-taxwizard {
    width: 40vw;
  }
}
@media only screen and (max-width: 599px) {
  .bg-kpi2 {
    width: 100%;
    min-height: 120px;
    background-color: #fff;
    border-radius: 12px;
    padding: 14px;
  }
  i.img-kpi2 {
    width: 28px;
    height: 28px;
    padding: 5px;
    margin: 0 0 8px 0 !important;
    font-size: 14px !important;
  }
  .fz-kpiDesc {
    font-size: 11px;
  }

  .w-category-taxwizard {
    width: 38vw;
  }
  .max-img-kpi {
    max-width: 70%;
  }
  .max-w-kpi {
    width: 100%;
  }
  .js-count-up {
    font-size: 16px;
  }
}
@media only screen and (min-width: 520px) and (max-width: 599px) {
  .w-category {
    width: 240px;
  }
}
@media only screen and (min-width: 430px) and (max-width: 519px) {
  .w-category {
    width: 180px;
  }
}

@media only screen and (max-height: 1000px) {
  .pt-custom {
    padding-top: 160px !important;
  }
}
@media only screen and (max-height: 667px) {
  .nav-tabs .nav-link-kaleidoskop {
    width: 64px;
    height: 20px;
    position: relative;
    border: 1px solid #8b549d;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
  }
  .navHero {
    height: 100%;
  }
  .pt-custom {
    padding-top: 130px !important;
  }
}
@media only screen and (max-height: 1399px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 90% !important;
  }
  .pt-hero {
    padding-top: 10rem;
  }
  .res-fz {
    font-size: 13px !important;
  }
}
@media only screen and (max-height: 1199px) {
  .w-h3 {
    width: 90%;
  }
  .title-accordion2 {
    font-size: 18px;
  }
  .h5-accordion2 {
    font-size: 14px;
  }
  .desc-accordion2 {
    font-size: 14px;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 89% !important;
  }
  .content-image {
    font-size: clamp(9px, 1.1vw, 16px);
  }
  .card-features {
    height: 350px;
  }
  .fz-15-res {
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .list-group-item-custom {
    height: 74px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .list-group-item-custom {
    height: 96px !important;
  }
  .fz-14-tablet {
    font-size: 14px;
  }
  .h1-hero {
    font-size: 50px;
  }
  .h1-hero-yellow {
    font-size: 50px;
  }
  .text2-hero {
    font-size: 14px;
  }
  .title-blog {
    font-size: 16px;
  }
  .card-smallText {
    font-size: 14px;
  }
  .w-inputMarketplace {
    width: 46% !important;
  }
  .w-category {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .list-group-item-custom {
    height: 120px !important;
  }
  .w-category {
    width: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .img-logo {
    width: 70px;
    height: auto;
  }
  .pt-hero {
    padding-top: 4rem;
  }
  .text1-hero {
    font-size: 14px;
  }
  .h1-hero {
    font-size: 40px;
  }
  .h1-hero-yellow {
    font-size: 40px;
  }
  .btn-custom {
    font-size: 13px;
  }
  .h1-main {
    font-size: 36px;
  }
  .title2 {
    font-size: 26px;
  }
  .img-chat {
    width: 400px;
  }
  .ri-5x {
    font-size: 44px !important;
  }
  .w-h3 {
    font-size: 22px;
  }
  .desc-features {
    font-size: 16px;
  }
  h4 {
    font-size: 14px !important;
  }
  .h5-res {
    font-size: 14px !important;
  }
  .span-konsultan {
    font-size: 12px !important;
  }
  .desc-accordion1 {
    font-size: 11px;
  }
  .w-60 {
    width: 100%;
  }
  .h-60px {
    height: 20px;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 86% !important;
  }
  .title-blog {
    font-size: 14px;
  }
  .card-smallText {
    font-size: 12px;
  }
  .pt-hero {
    padding-top: 10rem;
  }
  .wrapper-cs {
    right: 10%;
    bottom: 10%;
  }
  .img-cs {
    width: 200px;
    height: auto;
  }
  .content-image {
    font-size: clamp(12px, 1vw, 16px);
  }
  .btn-layanan {
    font-size: 12px;
  }
  .img-code {
    width: 20px;
  }
  .card-features {
    height: 340px;
  }
  .w-35 {
    width: 100%;
  }
  .desc-aboutUs {
    color: #262626;
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.5;
  }
  .h-portal {
    border-radius: 10px;
    /* height: 160px; */
    height: 100%;
  }
  .close-icon {
    font-size: 30px !important;
    color: #fff;
    position: absolute;
    top: 18px;
    right: -5px;
    z-index: 2;
  }
  .navRiskAssessment {
    background-image: none;
  }
  .bg-riskAssessment {
    background-color: #fff;
    border-radius: 0 !important;
    padding: 30px;
    margin-top: auto;
  }
  .w-btn-res {
    width: 100%;
  }
  .handle-btnBottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .handle-badge-risk {
    width: auto !important;
  }
  .w-kpi {
    width: 70%;
  }
  .title-kpi {
    padding-top: 33px !important;
    font-size: 13px !important;
  }
  .bgImg-kpi {
    background-size: auto 18%;
  }
  .sizeFirstBubble {
    width: 100%;
    height: 73px;
  }
  .containerMedia {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }
  .media-img {
    height: 100% !important;
  }
  .timeline {
    height: 950px;
  }
  .w-inputMarketplace {
    width: 30% !important;
  }
}
@media only screen and (max-width: 767px) {
  .h-inputBy {
    height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .text1-hero {
    font-size: 12px;
  }
  .h1-hero {
    font-size: 40px;
  }
  .h1-hero-yellow {
    font-size: 40px;
  }
  .btn-custom {
    font-size: 13px;
  }
  .h1-main {
    font-size: 26px;
  }

  .title2 {
    font-size: 20px;
  }
  .img-chat {
    width: 300px;
  }
  .h6 {
    font-size: 14px;
  }
  .card-features {
    border-radius: 20px;
    padding: 8px 15px;
    height: auto;
  }
  .card-ulasan,
  .card-ulasan-home {
    padding: 30px;
  }
  .img-chat2 {
    width: 400px;
  }
  .h-480px {
    height: 100%;
  }
  .ornamen2 {
    background-position: center -200px;
    padding: 140px 0 0 0;
  }
  .text-purple {
    font-size: 12px;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 80% !important;
  }
  .content-image {
    font-size: clamp(12px, 0.8vw, 16px);
  }
  .desc-aboutUs {
    color: #262626;
    font-family: 'Plus Jakarta Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.5;
  }
  .card-marketplace-detail {
    height: auto;
  }
  .card-marketplace-detail-order {
    height: auto;
  }
  .card-marketplace-detail-right {
    height: auto;
  }
  .title-kpi {
    padding-top: 33px !important;
    font-size: 13px !important;
  }
  .w-inputMarketplace {
    width: 48% !important;
  }
}
@media only screen and (max-width: 520px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 82% !important;
  }
  .h-portal {
    /* height: 100px; */
    height: 100%;
  }
}
@media only screen and (max-width: 435px) {
  .text1-hero {
    font-size: 10px;
  }
  .h1-hero {
    font-size: 30px;
  }
  .h1-hero-yellow {
    font-size: 30px;
  }
  .icon-purple {
    font-size: 14px;
  }
  .h1-main {
    font-size: 18px;
  }
  .text-milestone {
    font-size: 14px;
  }
  .img-chat2 {
    width: 280px;
  }
  .mt-blog {
    margin-top: 30px;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 74% !important;
  }
  .pt-hero {
    padding-top: 8rem;
  }
  .content-image {
    font-size: clamp(12px, 1vw, 16px);
    line-height: 16px;
  }
  .w-category-taxwizard {
    width: 35vw;
  }
  .title-kpi {
    padding-top: 33px !important;
    font-size: 13px !important;
  }
  .w-inputMarketplace {
    width: 48% !important;
  }
}
@media only screen and (max-width: 380px) {
  .title-kpi {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 314px) {
  .title-kpi {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 247px) {
  .title-kpi {
    font-size: 8px !important;
  }
}

/* ============================================
   SLICED COMPONENTS - Why Us, Client, FAQ, Banner Footer
   ============================================ */

/* --- Why Us Cards --- */
.whyus-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  padding: 35px 30px;
  height: 100%;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.whyus-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.whyus-card-deco {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 80px;
  height: 80px;
  pointer-events: none;
}
.whyus-card-title {
  font-size: 22px;
  color: #262626;
  line-height: 1.3;
}
.whyus-card-desc {
  font-size: 16px;
  color: #262626;
  opacity: 0.7;
  line-height: 1.6;
}

/* --- Client/Our Users Cards --- */
.client-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.client-card-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* 1:1 aspect ratio */
  overflow: hidden;
}
.client-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.client-card-label {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  padding: 8px 12px 10px;
  text-align: center;
  width: auto;
  max-width: 90%;
  font-size: 13px;
  font-weight: 500;
  color: #262626;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

/* --- FAQ Banner --- */
.faq-banner {
  position: relative;
  margin-top: 50px;
}
.faq-banner-bg {
  position: relative;
  background: #fcc939;
  padding: 60px 0 40px;
  overflow: hidden;
  border-radius: 0;
  min-height: 200px;
  display: flex;
  align-items: flex-start;
}
.faq-banner-deco-left {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  height: auto;
  pointer-events: none;
  opacity: 0.8;
}
.faq-banner-deco-right {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 540px;
  height: auto;
  pointer-events: none;
  opacity: 0.8;
}
.faq-deco-svg {
  width: 100%;
  height: auto;
  display: block;
}
.faq-banner-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px 40px 50px;
  position: relative;
  max-width: 550px;
  margin-top: -130px;
  z-index: 10;
  border: 2px solid #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
}
.faq-icon {
  position: absolute;
  top: -25px;
  left: -10px;
}
.faq-banner-title {
  font-size: 36px;
  color: #262626;
  line-height: 1.3;
}

/* --- Banner Footer CTA --- */
.banner-footer-bg {
  position: relative;
  background: rgb(247, 247, 247);
  padding: 100px 0;
  overflow: hidden;
}
.banner-footer-deco-left {
  position: absolute;
  left: -80px;
  top: 0;
  width: 300px;
  height: 100%;
  pointer-events: none;
  opacity: 0.7;
}
.banner-footer-deco-right {
  position: absolute;
  right: -80px;
  top: 0;
  width: 300px;
  height: 100%;
  pointer-events: none;
  opacity: 0.7;
}
.banner-deco-svg-left,
.banner-deco-svg-right {
  width: 100%;
  height: 100%;
}
.banner-footer-content {
  padding: 40px 20px;
}
.banner-footer-title {
  font-size: 42px;
  color: #262626;
  line-height: 1.3;
}
.banner-footer-cta {
  background: #fcc939;
  color: #262626;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 50px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  transition: all 0.3s ease;
}
.banner-footer-cta:hover {
  background: #e6b830;
  color: #262626;
  transform: scale(1.03);
  text-decoration: none;
}

/* --- Responsive: Sliced Components --- */
@media (max-width: 991.98px) {
  .whyus-card-title {
    font-size: 20px;
  }
  .whyus-card-desc {
    font-size: 15px;
  }
  .faq-banner-bg {
    min-height: 180px;
    padding: 50px 0 30px;
  }
  .faq-banner-title {
    font-size: 30px;
  }
  .faq-banner-deco-left {
    width: 200px;
    left: -40px;
  }
  .faq-banner-deco-right {
    width: 400px;
    right: -60px;
  }
  .faq-banner-card {
    padding: 35px 30px 40px;
  }
  .banner-footer-bg {
    padding: 70px 0;
  }
  .banner-footer-cta {
    font-size: 18px;
    padding: 14px 40px;
  }
}

@media (max-width: 767.98px) {
  .whyus-card {
    padding: 25px 22px;
    border-radius: 20px;
  }
  .whyus-card-title {
    font-size: 18px;
  }
  .whyus-card-desc {
    font-size: 14px;
  }
  .whyus-card-deco {
    width: 60px;
    height: 60px;
  }
  .client-card-label {
    font-size: 11px;
    padding: 5px 8px 7px;
    max-width: 92%;
  }
  .faq-banner-bg {
    min-height: 220px;
    padding: 40px 0;
  }
  .faq-banner-card {
    padding: 30px 25px 35px;
    border-radius: 18px;
  }
  .faq-icon {
    top: -20px;
    left: -5px;
  }
  .faq-icon svg {
    width: 44px;
    height: 44px;
  }
  .faq-banner-title {
    font-size: 24px;
  }
  .faq-banner-deco-left {
    width: 150px;
    left: -30px;
  }
  .faq-banner-deco-right {
    width: 300px;
    right: -40px;
  }
  .banner-footer-bg {
    padding: 50px 0;
  }
  .banner-footer-cta {
    font-size: 16px;
    padding: 12px 32px;
  }
  .banner-footer-deco-left {
    width: 200px;
    left: -60px;
  }
  .banner-footer-deco-right {
    width: 200px;
    right: -60px;
  }
}

@media (max-width: 575.98px) {
  .whyus-card {
    padding: 20px 18px;
    border-radius: 16px;
  }
  .whyus-card-title {
    font-size: 16px;
  }
  .whyus-card-desc {
    font-size: 13px;
  }
  .client-card-label {
    font-size: 9px;
    padding: 4px 6px 5px;
    border-radius: 16px 16px 0 0;
    max-width: 95%;
  }
  .client-card-img img {
    border-radius: 14px 14px 0 0;
  }
  .faq-banner-bg {
    min-height: 160px;
    padding: 30px 0 20px;
  }
  .faq-banner-card {
    padding: 25px 20px 30px;
  }
  .faq-banner-title {
    font-size: 20px;
  }
  .faq-banner-deco-left {
    width: 120px;
    left: -25px;
  }
  .faq-banner-deco-right {
    width: 220px;
    right: -30px;
  }
  .banner-footer-cta {
    font-size: 14px;
    padding: 10px 28px;
  }
  .banner-footer-deco-left,
  .banner-footer-deco-right {
    width: 150px;
  }
}
