@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

:root {
  --bs-primary: #f36909;
  --bs-second: #2a3059;
  --bs-primary-rgb: 243, 105, 9;
  --bs-secondary-rgb: 170, 176, 188;
  --primary-font: "Poppins", sans-serif;
  --alt-font: "Inter", sans-serif;
  --bs-font-sans-serif: "Inter", sans-serif;
  --bs-body-font-size: 14px;
}

.bg-second {
  background-color: var(--bs-second);
}

.primary-font {
  font-family: var(--primary-font);
}

.alt-font {
  font-family: var(--alt-font);
}

.text-black {
  color: #000000;
}

.text-second-color {
  color: var(--second-color);
}


.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-second {
  --bs-btn-color: #fff;
  --bs-btn-bg: #382b43;
  --bs-btn-border-color: #382b43;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #382b43;
  --bs-btn-hover-border-color: #382b43;
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #382b43;
  --bs-btn-active-border-color: #382b43;
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #382b43;
  --bs-btn-disabled-border-color: #382b43;
}

.title h1 strong,
.title h2 strong,
.title h3 strong,
.title h4 strong,
.title h5 strong,
.title h6 strong {
  color: var(--bs-primary) !important;
}


.background-1 {
  position: relative;
  z-index: 1;
  
}

.background-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../Aset Desain/pakai/bg/bg-keunggulan.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: -1;
  opacity: 0.7;
}

.background-2 {
  position: relative;
  z-index: 1;
}

.background-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-keunggulan.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(1) brightness(100%);
  z-index: -1;
  opacity: 0.05;
}

.background-3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      90deg,
      rgb(255 255 255 / 90%) 0%,
      rgb(255 255 255 / 90%) 75%
    ),
    url(../../../images/lain-lain/bg-layanan.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: -1;
}

.background-cta {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 75%);
  z-index: -1;
}

.background-4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-artikel.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
  opacity: 0.3;
}

.background-5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-layanan-detail.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  /* opacity: 0.05; */
}


.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--base-color);
}

.navbar-nav .nav-link {
  position: relative;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--base-color);
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--base-color);
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}


.bg-dot.primary {
  background-image: radial-gradient(var(--base-color) 2px, transparent 2.5px);
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.floating-image {
  animation: floating 3s ease-in-out infinite;
}

@media (min-width: 767px) {
  .bg-welcome-text {
    right: 0px;
    bottom: 15px;
    top: 15px;
    width: 33%;
  }
}

@media (max-width: 767px) {
  .bg-welcome-text {
    right: 0px;
    bottom: 15px;
    width: 80%;
  }
}


@media (min-width: 767px) {
  .img-our-partner {
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .img-our-partner {
    bottom: 0px;
    transform: scale(3);
  }
}


.description-list a {
  color: var(--main-color);
}

.description-list ul li {
  list-style: initial;
}

.description-list p strong {
  color: var(--black);
}

.description-list hr {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.header-title p strong {
  text-decoration: underline;
}

.desc-cta p {
  margin-bottom: 0px;
}


article .artikel:hover .card-body a.btn-outline-primary {
  background-color: var(--bs-primary) !important;
  color: #ffffff !important;
}

.truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-text-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-text p {
  line-height: 1.6;
}


.image-wrapper.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
}



.cs-icon20-0 {
  font-size: 20px;
  line-height: 0px;
}

.cs_footer_widget_seperator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}

.cs_footer_widget_seperator span {
  height: 5px;
  width: 80px;
  border-radius: 5px;
}

.cs_footer_widget_seperator span:nth-child(2) {
  width: 15px;
}

.cs_footer_widget_seperator span:nth-child(3) {
  width: 6px;
}


.cs_footer_widget .cs_social_btns.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.cs_social_btns.cs_style_1 a {
  width: 26px;
  height: 26px;
  font-size: 11px;
  
  border-color: var(--medium-gray);
}

.cs_footer_widget .cs_social_btns.cs_style_1 a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--bs-second);
  color: white;
  font-size: 16px;
  /* background: wheat; */
  border: 1px solid white;
}

.cs_footer_widget .cs_social_btns.cs_style_1 a:hover {
    background: white;
    color: var(--bs-second);
}

.cs_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


/* Accordion */
.border-radius-none {
  border-radius: 0px !important;
}

/* Our Partner */
.our-partner img {
  filter: grayscale(100%) brightness(0.9) opacity(0.5);
  transition: filter 0.5s ease;
}

.our-partner img:hover {
  filter: grayscale(0%) brightness(1) opacity(1);
  transition: filter 0.5s ease;
}

/*  */
.text-line22 {
  position: relative;
  vertical-align: top;
  /* padding-left: 1.4rem; */
}

.text-line22:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -6px;
  /* transform: translateY(-60%); */
  left: 0;
  width: 100%;
  height: 1.5px;
  background: var(--bs-primary);
}

.accordion-wrapper .card-header button:before {
  right: 0.3rem !important;
}

/* Sosmed Navbar */
.nav-sos > a {
  padding-left: 7px;
  padding-right: 7px;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: var(--bs-border-color);
  margin: 0;
}

.nav-sos > a:last-child {
  border-right: 1px solid var(--bs-border-color);
}

/* Tentang Kami */
.img-tentang-kami {
  bottom: -75px;
  right: -25px;
}

@media (max-width: 991.98px) {
  .img-tentang-kami {
    bottom: -65px;
    right: -5px;
  }
}

/* Navbar */
.navbar-clone.active {
  transform: translateY(0%);
}

.swiper-controls .swiper-navigation .swiper-button {
  background: rgb(255 255 255 / 25%);
  color: #ffffff80;
  border: 0;
  box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
  width: 2.2rem;
  height: 2.2rem;
  line-height: inherit;
  border-radius: 100%;
  text-shadow: none;
  transition: all 0.2s ease-in-out;
}

/*FLOATING WA*/
.hidden {
  display: none;
}

@keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-12px);
  }
}

@keyframes rotateBounceButton {
  0% {
    transform: rotate(0deg) scale(1) translateY(0);
  }

  20% {
    transform: rotate(0deg) scale(1) translateY(-20px);
    /* Bounce up */
  }

  40% {
    transform: rotate(0deg) scale(1) translateY(-12px);
    /* Bounce higher */
  }

  50% {
    transform: rotate(0deg) scale(1) translateY(0);
    /* Bounce back down */
  }

  60% {
    transform: rotate(0deg) scale(1) translateY(0);
    /* Continue neutral */
  }

  80% {
    transform: rotate(45deg) scale(1) translateY(0);
    /* Start rotating */
  }

  100% {
    transform: rotate(0deg) scale(1) translateY(0);
    /* Finish rotation */
  }
}

.sticky-button {
  position: fixed;
  background-color: #25d366;
  bottom: 20px;
  left: 20px;
  border-radius: 50px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 20;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  animation: rotateBounceButton 1s infinite ease-in-out;
}

.chat-menu:checked ~ .sticky-button {
  animation: none;
}

.sticky-button svg {
  margin: auto;
  fill: #fff;
  width: 35px;
  height: 35px;
}

.sticky-button a,
.sticky-button label {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 55px;
  height: 55px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sticky-button label svg.close-icon {
  display: none;
}

.sticky-chat {
  position: fixed;
  bottom: 70px;
  left: 20px;
  width: 200px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 21;
  opacity: 0;
  visibility: hidden;
}

.sticky-chat a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: #505050;
}

.sticky-chat svg {
  width: 35px;
  height: 35px;
}

.sticky-chat .chat-content {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.sticky-chat .chat-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background-color: #25d366;
  overflow: hidden;
}

.sticky-chat .chat-header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 75px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 70px 0 5px 0;
}

.sticky-chat .chat-header svg {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  fill: #fff;
}

.sticky-chat .chat-header .title {
  padding-left: 15px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.sticky-chat .chat-header .title span {
  font-size: 11px;
  font-weight: 400;
  display: block;
  line-height: 1.58em;
  margin: 0;
  color: #f4f4f4;
}

.sticky-chat .chat-text {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 20px;
  font-size: 12px;
}

.sticky-chat .chat-text span {
  display: inline-block;
  margin-right: auto;
  padding: 10px;
  background-color: #f0f5fb;
  border-radius: 0px 15px 15px;
}

.sticky-chat .chat-text span:after {
  content: "just now";
  display: inline-block;
  margin-left: 2px;
  font-size: 9px;
  color: #989b9f;
}

.sticky-chat .chat-text span.typing {
  margin: 15px 0 0 auto;
  padding: 10px;
  border-radius: 15px 0px 15px 15px;
}

.sticky-chat .chat-text span.typing:after {
  display: none;
}

.sticky-chat .chat-text span.typing svg {
  height: 13px;
  fill: #505050;
}

.sticky-chat .chat-button {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding: 12px 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.sticky-chat .chat-button .custom-icon {
  width: 35px;
  height: 35px;
  margin-left: auto;
  background-color: #25d366;
}

.sticky-chat .chat-button .custom-icon i {
  font-size: 20px;
}

.chat-menu:checked + .sticky-button label {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.chat-menu:checked + .sticky-button label svg.chat-icon {
  display: none;
}

.chat-menu:checked + .sticky-button label svg.close-icon {
  display: table-cell;
}

.chat-menu:checked + .sticky-button + .sticky-chat {
  bottom: 90px;
  opacity: 1;
  visibility: visible;
}

.custom-icon {
  color: white;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  flex-shrink: 0;
}

.card-artikel:hover {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.33) !important;
  transition: all 0.3s ease-in-out;
}

.btn-hubungi {
  background: linear-gradient(to right, #04e100, #009e65);
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 7px 20px;
  border-radius: 25px;
  background-size: 200% auto;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  width: 18%;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}

.btn-hubungi:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}

.btn-hubungi2 {
  background: linear-gradient(to right, #04e100, #009e65);
  background-size: 200% auto;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 7px 20px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.5s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  margin-left: 10px;
  margin-right: 10px;
}

.btn-hubungi2:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}

.btn-phone {
  background-color: #88888830;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  /* aktifkan flexbox */
  align-items: center;
  /* center vertikal */
  justify-content: center;
  /* center horizontal */
  font-size: 20px;
  color: #fff;
  /* warna icon */
  margin-left: 10px;
  margin-right: 10px;
}

.card-keunggulan {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.card-keunggulan:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}

.divider-keunggulan {
  content: "";
  background-color: var(--base-color);
  height: 2px;
  width: 20%;
  opacity: 0.7;
}

.card-layanan {
  background-color: #f6f5f5;
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;

  /* penting biar gambar gak keluar card */
}

.card-layanan img {
  transition: transform 0.5s ease;
  /* animasi smooth */
}

.card-layanan:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}

.card-layanan:hover img {
  transform: scale(1.1);
  /* zoom in */
}

.img-wrapper {
  overflow: hidden;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #0f7735;
  text-decoration: none;
  border-bottom: 2px solid #0f7735;
  padding-bottom: 2px;
  transition: color 0.3s ease;
}

.btn-link i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.btn-link:hover {
  color: #009e65;
}

.btn-link:hover i {
  transform: translateX(5px);
  /* panah bergerak ke kanan */
}

.btn-link:active i {
  transform: translateX(-5px);
  /* saat diklik panah geser kiri */
}

.faq-container {
  max-width: 700px;
  margin: auto;
  /* border: 1px solid #ccc; */
  /* padding: 20px; */
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  /* border-bottom: 1px solid #eee;
  padding: 15px 0; */
  cursor: pointer;
  color: #000;
}

.faq-question {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  gap: 15px;
  background-color: #f4f4f4;
}

.faq-question.green {
  color: #1a8c5d;
}

.faq-answer {
  margin-top: 10px;
  color: #333;
  display: none;
  padding: 0 5px;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active {
  color: #128442;
}

.faq-item.active {
  color: #128442;
}

.icon {
  font-size: 20px;
  transition: transform 0.2s ease;
}

.faq-question .icon {
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: auto;
  overflow: visible;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0.7;
}

.faq-item.active .faq-question .icon {
  transform: rotate(45deg);
  /* dari + jadi x */
}

.faq-item.active .faq-question {
  background-color: var(--base-color);
  color: white;
}

.card-cabang {
  background: #fff;
  /* border-radius: 8px; */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.card-cabang:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}

ul.footer {
  list-style-type: none;
  padding: 0;
}

.swiper-controls {
  /*display:none !important;*/
}

/* .swiper {
  z-index: -1 !important;
} */

.swiper-hero:before {
  display: none !important;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto !important;
}

.swiper-fade .swiper-slide {
  pointer-events: auto !important;
}

.floating-wa {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  background-color: #25d366;
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-size: 16px;
  /*font-weight: bold;*/
  z-index: 999;
  animation: pulse 1.5s infinite;
  transition: all 0.3s ease;
}

.floating-wa:hover {
  background-color: #1ebe5c;
  transform: scale(1.05);
}

/* Icon WhatsApp */
.floating-wa img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

/* Pulse animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.progress-wrap {
  position: fixed;
  left: 1.5rem !important;
  bottom: 1.5rem;
}

/* Hero */
.image-wrapper-hero {
  position: absolute;
  width: 70%;
  right: -200px;
  bottom: 75px;
}

@media (max-width: 600.98px) {
  .image-wrapper-hero {
    width: 125% !important;
    right: -100px !important;
  }
}

@media (min-width: 1600.98px) {
  .image-wrapper-hero {
    position: absolute;
    width: 63%;
    right: -145px;
    bottom: 60px;
  }
}

#shapo-widget-cb23d339520f68c689ff {
  margin-bottom: -6rem;
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.title-style {
  background-color: #e4eeea;
  color: #000;
  font-weight: 600;
  padding: 7px 18px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
}
.title-style::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--base-color);
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

/* @media (max-width: 676px) {
  .navbar-mob{
    position: sticky;
    top: 0;
    z-index: 1000;
  }
} */

/* Hero */
.circle {
  position: absolute;
  bottom: -56rem;
  /* left: -22rem; */
  left: 50%;
  width: 124rem;
  height: 86rem;
  border-radius: 50%;
  background: #2d3f71;
  transform: translateX(-50%);
  z-index: 1;
}

.circle-center {
  position: absolute;
  /* bottom: -56rem; */
  /* left: -22rem; */
  top: 60%;
  left: 50%;
  width: 57rem;
  height: 44rem;
  border-radius: 50%;
  background: #303762;
  transform: translate(-50%, -50%);
  /*  z-index: 1; */
}

.img-tagline {
  position: absolute;
  bottom: 20px;
  left: 50%;
  /*padding: 10px 30px;*/
  /*color: var(--bs-second);*/
  border-radius: 100px;
  /*background-color: #fff;*/
  transform: translateX(-50%);
}

.img-tagline a{
    animation: pulse-button 2s infinite;
}

@media (max-width: 767px) {
  .img-tagline {
    width: 100% !important;
    bottom: -30px !important;
    font-size: 14px !important;
    /*padding: 10px !important;*/
  }
}

.circle-paket {
  position: absolute;
  bottom: -94rem;
  /* left: -22rem; */
  left: 50%;
  width: 120rem;
  height: 120rem;
  border-radius: 50%;
  background: #ffd5b7;
  transform: translateX(-50%);
  z-index: 1;
}

.circle-paket-2 {
  position: absolute;
  bottom: -68rem;
  /* left: -22rem; */
  left: 50%;
  width: 75rem;
  height: 75rem;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
  z-index: 2;
}

/* Instansi */
.logo-swiper {
  width: 100%;
  overflow: hidden;
}

.logo-swiper .swiper-wrapper {
  display: flex;
}

.logo-swiper .swiper-slide {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-wrapper {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-wrapper img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

/* Testimoni */
.testimonial-card-items {
  margin-top: 20px;
  position: relative;
}

/* testimonial-items-top */
.testimonial-card-items .testimonial-items-top {
  text-align: center;
  background-color: #ffffff;
  /* border-radius: 20px; */
  padding: 10px 10px 10px;
  height: 250px;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 0.6rem 0.5rem rgb(0 0 0 / 35%) !important;
}

@media (max-width: 576px) {
  .testimonial-card-items .testimonial-items-top {
    padding: 10px 10px 10px;
  }

  /*.testimonial-card-items .testimonial-items-top .icon{*/
  /*  margin: -56px auto 0px !important;*/
  /*}*/
}

.testimonial-card-items .testimonial-items-top .icon {
  width: 50px;
  height: 50px;
  line-height: 47px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  font-size: 14px;
  color: var(--bs-primary);
  /* margin: -70px auto 0px; */
  position: absolute;
  top: -25px;
  z-index: 9;
  right: 20px;
  box-shadow: 0 0.2rem 0.5rem rgb(0 0 0 / 15%) !important;
}

/* testimoni bg shape */
.testimonial-card-items .testimoni-bg-shape {
  position: relative;
}

/* testimonial-section */
.testimonial-section {
  position: relative;
  z-index: 9;
}

.testimonial-section .testimonial-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.testimonial-section .testimonial-bg-shape img {
  width: 100%;
}

.testimonial-section .array-button .array-prev,
.testimonial-section .array-button .array-next {
  background-color: #ecf0f4;
  color: #0c142e;
  border: none;
}

.testimonial-section .array-button .array-prev:hover,
.testimonial-section .array-button .array-next:hover {
  background-color: var(--bs-primary);
  color: white;
}

/* testimonial-wrapper */
.testimonial-wrapper {
  margin-bottom: 60px;
  margin-top: -85px;
}

@media (max-width: 1400px) {
  .testimonial-wrapper {
    margin-bottom: 43px;
  }
}

@media (max-width: 1200px) {
  .testimonial-wrapper {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .testimonial-wrapper {
    margin-bottom: 0;
  }
}

/* testimonial-items */
.testimonial-items {
  position: relative;
}

@media (max-width: 992px) {
  .testimonial-items {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .testimonial-items {
    margin-top: 0;
  }
}

/* icon top */
blockquote.icon-top:before {
  content: "\201c";
  color: #aab0bc;
  opacity: 0.3;
  font-size: 6.5rem;
  font-weight: normal;
  top: 0;
  left: -0.3rem;
}

.testimoni
  .testimonial-card-items
  .testimonial-items-top
  .text-center.icon-top:before {
  left: 50%;
  transform: translateX(-52%);
}

.testimoni .testimonial-card-items .testimonial-items-top .icon-top {
  padding-top: 1.2rem !important;
  /* position: relative; */
}

.testimoni .testimonial-card-items .testimonial-items-top .icon-top:before {
  content: "\201c";
  color: var(--bs-primary);
  font-size: 4.5rem;
  font-weight: normal;
  font-family: "Manrope", sans-serif;
}

.testimoni-bg-shape{
    transition: all 0.3s ease-in-out;
}

.testimoni-bg-shape:hover{
    transition: all 0.3s ease-in-out;
    transform: scale(1.05);
}

/* scroll */
.ctnt {
  display: block;
  height: 230px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.overlay-testimoni{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #00000096;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.ctnt:hover .overlay-testimoni{
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

/*Video*/
.video-about {
    height:400px;
    width:100%;
}

@media (max-width: 576px) {
    .video-about {
        height: auto !important;
        width: auto !important;
        aspect-ratio: 3.37 / 6 !important;
    }
}

/*Pricing*/

.pricing.card {
     transition: all 0.3s ease-in-out;
}

.pricing.card:hover {
    box-shadow: 0 0.1rem 0.9rem rgb(0 0 0 / 50%) !important;
    transform: translateY(-15px);
    background-color: #fff7f1;
    transition: all 0.3s ease-in-out;
}

.pricing span.harga{
    animation: blink 1.5s infinite;
}

.cta-1 a span{
    animation: pulse-button 2s infinite;
}

@keyframes pulse-button {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/*Keunggulan*/

.card.keunggulan{
    background-color:transparent !important;
    border:none;
    box-shadow:none;
    transition: all 0.3s ease-in-out;
}

.card.keunggulan:hover{
    box-shadow: 0 0.1rem 0.9rem rgb(243 105 9) !important;
    background-color:white !important;
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out;
}

.card.keunggulan:hover .icon-svg-lg {
    animation: pulse-button 2s infinite;
}

/*Instansi*/
.client-swiper .gradient-right{
    position:absolute;
    z-index:2;
    height:100%;
    width:100px;
    background: linear-gradient(270deg,rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 0) 100%);
    right:0;
    top:0;
}

.client-swiper .gradient-left{
    position:absolute;
    z-index:2;
    height:100%;
    width:100px;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 0) 100%);
    left:0;
    top:0;
}

/*CTA*/
.circle-button{
    /*position: relative;*/
    /*width: 25%;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, 70%);*/
    position: relative;
    width: 25%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 576px) {
    .circle-button {
        width:100% !important;
    }
}

.button-cta{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: pulsee 2s infinite;
}

.button-cta:hover {
    /* Tetap di tengah + hentikan efek scale dari animasi */
    transform: translate(-50%, -50%) scale(1) !important;
    box-shadow: 0 .25rem .75rem rgba(30, 34, 40, .15);
}

/* Blink */
@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0.4; }
}

/* Pulse tanpa merusak translate */
@keyframes pulsee {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

/*.button-cta{*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%);*/
    /*animation: blink 1.5s infinite, pulse 2s infinite;*/
/*}*/

/*.button-cta.btn:not(.btn-link):hover {*/
/*    transform: translate(-50%, -50%) !important;*/
/*    box-shadow: 0 .25rem .75rem rgba(30, 34, 40, .15);*/
/*}*/

/*@keyframes blink {*/
/*      0%, 50%, 100% { opacity: 1; }*/
/*      25%, 75% { opacity: 0.4; }*/
/*    }*/

/*    @keyframes pulse {*/
/*      0%, 100% { transform: scale(1); }*/
/*      50% { transform: scale(1.1); }*/
/*    }*/



