body {
  font-family: "Poppins";
  background-color: #fff;
  height: 200vh;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 10px 0px;
  color: #787878;
  font-size: 16px;
  text-decoration: none !important;
  font-family: "Poppins";
  font-weight: 400;
}

.site-navbar .site-navigation .site-menu>li>a>span {
  padding: 5px 20px;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.site-navbar .site-navigation .site-menu>li>a:hover>span {
  text-decoration: none;
  color: #2699fb;
  border-bottom: 2px solid #2699fb;
  border-radius: 0;
  display: inline-block;
}

.title {
  font-family: "Poppins";
  font-size: 32px;
  font-weight: bolder;
}

.page-title {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: bolder;
}

.page-subtitle {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  margin: 0 15px;
}

.content-title {
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.content-description {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  margin: 0 15px;
}

.row-keunggulan {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  padding: 50px 0px;
  flex-wrap: wrap;
  margin: 0 15px;
}

.row-keunggulan>div {
  flex: 1;
  min-width: 300px;
}

.row-keunggulan .page-title {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.row-keunggulan .content-description {
  font-size: 16px;
  color: #ffffff;
}

.row-mitra .page-title {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.row-mitra .content-description {
  font-size: 16px;
  color: #ffffff;
}

#footer {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #2699fb;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 75px 0px 75px;
  flex-wrap: wrap;
}

.footer-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  width: 90px;
}

.footer-title {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0px;
}

.footer-description {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0px;
}

.footer-social-grid {
  display: flex;
  gap: 30px;
}

.footer-social-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-social-col div {
  font-size: 14px;
  color: #ffffff;
}

.footer-social-col i {
  margin-right: 10px;
  color: #ffffff;
}

.footer-copyright {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.bg-home {
  background-image: url("../images/pattern.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.bg-keunggulan {
  background-image: url("../images/bgkeunggulan.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-mitra {
  background-image: url("../images/bgmitra.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-footer {
  background-color: #2699fb;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 32px 0;
}

.card-item {
  background-color: white;
  text-align: center;
  max-width: 250px;
  padding: 24px;
  border-radius: 8px;
  box-shadow: -2px 0px 3px 0px rgba(0, 0, 0, 0.1),
    2px 0px 3px 0px rgba(0, 0, 0, 0.1), 0px 2px 3px 0px rgba(0, 0, 0, 0.1),
    0px -2px 3px 0px rgba(0, 0, 0, 0.1);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-logo {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
}

.icon-arrow {
  margin-top: 10px;
  color: #2699fb;
  font-size: 35px;
}

.text-xl {
  font-size: 16px;
}

.font-bold {
  font-weight: 700;
}

.divider {
  border: none;
  height: 1px;
  background-color: #787878;
  margin: 20px 0;
}

.text-description {
  color: #000000;
  height: 50px;
  align-content: center;
}

.mt-2 {
  margin-top: 8px;
}

#tokutei-ginou .list-group-item {
  display: flex;
  align-items: center;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 11px;
}

#tokutei-ginou .list-group-item:nth-child(even) {
  background-color: #ececec;
}

#tokutei-ginou .list-group-item:nth-child(odd) {
  background-color: #f8f8f8;
}

#tokutei-ginou .number {
  color: #b3b3b3;
  margin-right: 20px;
}

.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline: none;
  width: 30px;
  height: 24px;
}

.hamburger-box {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 100%;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 100%;
  height: 3px;
  background-color: #2699fb;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  background-image: url("../images/pattern.png");
  background-color: #fff;
  border-radius: 20px;
}

.mobile-menu.active {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}

.mobile-menu .site-menu {
  flex-direction: column;
  gap: 20px;
  text-align: center;
  padding: 20px;
  margin: 0;
}

.mobile-menu .site-menu li {
  list-style: none;
}

.mobile-menu .site-menu li a {
  display: block;
  padding: 10px 0;
  color: #787878;
  text-decoration: none;
}

.mobile-menu .site-menu li a span {
  padding: 5px 0;
  border-bottom: 2px solid transparent;
}

.mobile-menu .site-menu li a:hover span {
  color: #2699fb;
  border-bottom: 2px solid #2699fb;
}

.mobile-menu-overlay {
  display: none;
}



#tokutei-ginou .list-group-item {
  display: flex;
  align-items: center;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 11px;
}

#tokutei-ginou .list-group-item:nth-child(even) {
  background-color: #ececec;
}

#tokutei-ginou .list-group-item:nth-child(odd) {
  background-color: #f8f8f8;
}

#tokutei-ginou .number {
  height: 40px;
  color: #b3b3b3;
  margin-right: 20px;
}

.testimonial-carousel {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-item {
  padding: 20px;
}

.testimonial-wrapper {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0;
}

.video-section {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 150px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.testimonial-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.nav-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  pointer-events: none;
}

.testimonial-content {
  margin-top: 20px;
}

.nama-testimoni {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.posisi-testimoni {
  font-size: 16px;
  color: #666;
}

.slick-prev,
.slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
}

.slick-prev {
  left: -50px;
}

.slick-next {
  right: -50px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 40px;
  color: #333;
}

.custom-nav {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 100px;
  height: 60%;
  max-height: 500px;
  pointer-events: auto;
}

.custom-nav:hover {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.prev-testimonial {
  right: calc(100% - 170px);
}

.next-testimonial {
  left: calc(100% - 170px);
}

.prev-testimonial-outer {
  right: calc(100% - 60px);
}

.next-testimonial-outer {
  left: calc(100% - 60px);
}

.prev-testimonial-outer,
.next-testimonial-outer {
  background: rgba(255, 255, 255, 0.8);
  width: 100px;
  height: 40%;
  max-height: 500px;
  min-height: 60px;
  padding: 15px;
  pointer-events: auto;
}

.prev-testimonial-outer .nav-content,
.next-testimonial-outer .nav-content {
  flex-direction: row;
}

.prev-testimonial-outer .nav-name,
.next-testimonial-outer .nav-name {
  font-size: 0.9rem;
  line-height: 1.2;
  color: #666;
  transition: color 0.3s ease;
}

.prev-testimonial-outer:hover .nav-name,
.next-testimonial-outer:hover .nav-name {
  color: #333;
}

.nav-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  gap: 10px;
}

.nav-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.nav-arrow {
  font-size: 2rem;
  color: #333;
}

@media (max-width: 1400px) {
  .video-section {
    padding: 0 120px;
  }

  .prev-testimonial-outer,
  .next-testimonial-outer {
    display: none;
  }

  .prev-testimonial {
    left: 20px;
  }

  .next-testimonial {
    right: 20px;
  }

  .video-section {
    padding: 0 60px;
  }
}

@media (max-width: 1745px) {
  .address-column {
    max-width: 600px;
  }
}

@media (max-width: 1405px) {
  .address-column {
    max-width: 400px;
  }
}

@media (max-width: 1220px) {
  #footer {
    position: relative;
    bottom: unset;
    padding: 20px 10px;
  }

  #testimoni {
    padding-bottom: 0;
  }

  .address-column {
    max-width: 800px;
  }
}

@media (max-width: 1200px) {
  .page-subtitle2 {
    margin: 0 30px;
  }
  .video-section {
    padding: 0 60px;
  }
}

@media (max-width: 1000px) {
  .page-subtitle2 {
    text-align: justify;
    margin: 0 30px;
  }

  .prev-testimonial,
  .next-testimonial,
  .prev-testimonial-outer,
  .next-testimonial-outer {
    display: none;
  }

  .video-section {
    padding: 0 20px;
  }
}

@media (max-width: 992px) {
  .video-section {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .footer-container {
    padding: 15px 20px;
    flex-direction: column;
    align-items: center;
  }

  .social-column {
    width: 100%;
  }

  .footer-social-grid {
    gap: 15px;
    justify-content: left;
  }

  .video-container {
    padding-top: 56.25%;
  }

  .slick-prev {
    left: -20px;
  }

  .slick-next {
    right: -20px;
  }

  .video-section {
    padding: 0 15px;
  }

  .video-container {
    padding-top: 56.25%;
  }

  .prev-testimonial {
    left: 10px;
  }

  .next-testimonial {
    right: 10px;
  }

  .custom-nav {
    width: 80px;
    padding: 10px;
  }

  .nav-arrow {
    font-size: 1.5rem;
  }
}

.language-select {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.selected-language {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px 25px 5px 10px;
  position: relative;
  min-width: 40px;
  justify-content: center;
}

.selected-language::after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  right: 5px;
  color: #000000;
}

.selected-flag {
  width: 26px;
  height: 18px;
  object-fit: cover;
  border-radius: 4px;
  border: 0.7px solid #000000;
}

.language-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: solid #ffffff;
  border-radius: 6px;
  box-shadow: -2px 0px 3px 0px rgba(0, 0, 0, 0.1),
    2px 0px 3px 0px rgba(0, 0, 0, 0.1), 0px 2px 3px 0px rgba(0, 0, 0, 0.1),
    0px -2px 3px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 185px;
  margin-top: 5px;
}

.language-options.show {
  display: block;
}

.language-option-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
}

.language-option-item:hover {
  background-color: #f5f5f5;
}

.language-option-item img {
  width: 20px;
  height: 15px;
  object-fit: cover;
  border-radius: 3px;
  border: 0.7px solid #000000;
  margin-right: 10px;
}

.language-option-item span {
  font-size: 16px;
  color: #333;
}