@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Quicksand:wght@300..700&display=swap");
:root {
  --bs-light: #fefefe;
  --bs-gray: #f6f7f9;
  --bs-dark: #262b32;
  --bs-primary: #2f773a;
  --bs-primary-dark: #104218;
  --bs-secondary: #77d450;
  --bs-success: #45c4a0;
  --bs-info: #54a8c7;
  --bs-warning: #fab758;
  --bs-danger: #e2626b;
  --bs-body-color: #737373;
  --bs-light-rgb: 254, 254, 254;
  --bs-gray-rgb: 244, 246, 252;
  --bs-dark-rgb: 0, 0, 0;
  --bs-primary-rgb: 47, 119, 58;
  --bs-secondary-rgb: 119, 212, 80;
  --bs-success-rgb: 69, 196, 160;
  --bs-info-rgb: 84, 168, 199;
  --bs-warning-rgb: 250, 183, 88;
  --bs-danger-rgb: 226, 98, 107;
  --bs-link-color: #2f773a;
  --bs-link-color-rgb: 47, 119, 58;
  --bs-link-hover-color: #2f773a;
  --bs-link-hover-color-rgb: 47, 119, 58;
  --bs-font-sans-serif: "Nunito", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-root-font-size: 20px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 16px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.4;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  word-spacing: unset;
  height: auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #545454;
  font-family: "Quicksand", sans-serif;
  line-height: 1.25 !important;
  word-spacing: unset;
  letter-spacing: unset;
}
.text-dark {
  --bs-text-opacity: 1;
  color: #111827 !important;
}
.btn {
  --bs-btn-padding-x: 1.2rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-size: 16px;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.7;
  --bs-btn-border-width: 1px;
}
.btn-primary {
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: rgba(255, 255, 255, 0.5);
  --bs-btn-disabled-bg: rgba(var(--bs-primary-rgb), 0.75);
  --bs-btn-disabled-border-color: rgba(var(--bs-primary-rgb), 0.5);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
  box-shadow: none;
}
.btn-secondary {
  --bs-btn-color: white;
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-focus-shadow-rgb: 152, 159, 172;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: var(--bs-secondary);
  --bs-btn-disabled-border-color: var(--bs-secondary);
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 71, 75, 81;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}
.btn-outline-dark {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 38, 43, 50;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-focus-shadow-rgb: 170, 176, 188;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: var(--bs-secondary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-secondary);
  --bs-gradient: none;
}
.form-select.form-select-sm {
  width: auto;
  min-width: 2.5rem;
  padding: 0.4rem 0.6rem;
  background-position: right 0.4rem center;
}
.form-check {
  display: flex;
  gap: 15px;
  align-items: center;
}
.form-check-input {
  border: 1px solid rgba(8, 60, 130, 0.2);
}
.form-check-input:checked {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}
.form-control.disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.display-1 {
  font-size: calc(1.365rem + 1.38vw);
  font-weight: 400;
  line-height: 1.25;
}
.display-2 {
  font-size: calc(1.345rem + 1.14vw);
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 2.4rem;
  }
  .display-1 {
    font-size: 2rem;
  }
}
.small,
small {
  font-size: 14px;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
  --bs-navbar-color: #fff;
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.5);
  --bs-navbar-disabled-color: rgba(52, 63, 82, 0.3);
  --bs-navbar-active-color: var(--bs-secondary);
  --bs-navbar-brand-padding-y: 0;
  --bs-navbar-brand-margin-end: 0;
  --bs-navbar-brand-font-size: 0.7rem;
  --bs-navbar-brand-color: var(--bs-secondary);
  --bs-navbar-brand-hover-color: var(--bs-secondary);
  --bs-navbar-nav-link-padding-x: 1rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1rem;
  --bs-navbar-toggler-border-color: transparent;
  --bs-navbar-toggler-border-radius: 0.4rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15sease-in-out;
  background: rgba(0, 0, 0, 0.3);
  font-family: "Quicksand", sans-serif;
  --bs-navbar-nav-link-padding-x: 0.75rem;
}
@media (min-width: 992px) {
  .navbar-expand-lg.transparent:not(.fixed) {
    padding-top: var(--bs-navbar-padding-y);
  }
}
.navbar-clone {
  z-index: 999;
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 1rem;
  --bs-nav-link-font-size: 14px;
  --bs-nav-link-font-weight: 700;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
}
.navbar-stick:not(.navbar-dark) {
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(10px);
}
.navbar-stick:not(.navbar-dark) .navbar-brand:before {
    background: white;
}
.navbar-stick:not(.navbar-dark) {
    --bs-navbar-color: #343f52;
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.5);
    --bs-navbar-disabled-color: rgba(52, 63, 82, 0.3);
    --bs-navbar-active-color: var(--bs-secondary);
    --bs-navbar-brand-color: var(--bs-secondary);
    --bs-navbar-brand-hover-color: var(--bs-secondary);
}
.navbar .btn-group-sm > .btn,
.navbar .btn-sm {
  font-size: 14px;
}
.navbar.navbar-light.fixed .btn:not(.btn-expand):not(.btn-gradient) {
  background: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: var(--bs-white);
}
.nav-link {
  --bs-nav-link-font-weight: 600;
  letter-spacing: 0;
  border-bottom: 3px solid transparent;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}
.navbar-stick:not(.navbar-dark) .navbar-nav .nav-link.active,
.navbar-stick:not(.navbar-dark) .navbar-nav .nav-link.show {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}
@media (min-width: 992px) {
  .navbar-expand-lg.navbar-light
    .dropdown:not(.dropdown-submenu)
    > .dropdown-toggle:after {
    color: currentColor;
  }
}
.navbar-brand {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.navbar-brand:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: var(--bs-primary);
}
.navbar-brand a {
  position: relative;
}
@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas {
    height: 100px !important;
  }
  .navbar-expand-lg .navbar-nav {
    height: 100%;
  }
  .nav-link {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .language-nav {
    display: flex;
    align-items: center;
  }
  .language-nav .nav-link {
    background-color: white;
    color: var(--bs-primary);
    font-weight: 700;
    display: flex;
    align-items: center;
    height: auto;
    padding: 5px 20px;
    border-radius: 10px;
  }
  .language-nav .nav-link.dropdown-toggle:after {
    color: var(--bs-primary) !important;
  }
  .navbar-stick:not(.navbar-dark) .language-nav .nav-link {
    background-color: var(--bs-primary);
    color: white;
  }
  .navbar-stick:not(.navbar-dark) .language-nav .nav-link.dropdown-toggle:after {
    color: white !important;
  }
}
.custom-button-offcanvas {
  height: 100px;
  width: 100px;
  background: var(--bs-primary) !important;
  color: white !important;
}
.dropdown-toggle::after {
  font-family: Unicons;
  display: inline-block;
  margin-left: 0.25rem;
  vertical-align: -3px;
  font-weight: 300 !important;
  content: "";
  border: 0;
  content: "\e92d";
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-bg: #2f773a;
}
.offcanvas.offcanvas-start {
  transform: translateX(-100%);
}
.dropdown-toggle:after {
  font-size: unset;
}
.dropdown-toggle::after {
  vertical-align: -1px;
}
.dropdown-item {
  font-weight: 500;
  letter-spacing: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 10px;
  --bs-dropdown-spacer: 0.75rem;
  --bs-dropdown-font-size: 0.75rem;
  --bs-dropdown-color: #343f52;
  --bs-dropdown-bg: var(--bs-white);
  --bs-dropdown-border-color: transparent;
  --bs-dropdown-border-radius: 0.4rem;
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(0.4rem - var(--bs-border-width));
  --bs-dropdown-divider-bg: transparent;
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.06);
  --bs-dropdown-link-color: #343f52;
  --bs-dropdown-link-hover-color: var(--bs-primary);
  --bs-dropdown-link-hover-bg: inherit;
  --bs-dropdown-link-active-color: var(--bs-primary);
  --bs-dropdown-link-active-bg: inherit;
  --bs-dropdown-link-disabled-color: #60697b;
  --bs-dropdown-item-padding-x: 1.5rem;
  --bs-dropdown-item-padding-y: 0.3rem;
  --bs-dropdown-header-color: var(--bs-primary);
  --bs-dropdown-header-padding-x: 1.5rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  box-shadow: var(--bs-dropdown-box-shadow);
}
button.hamburger {
  color: white;
}
.navbar-stick:not(.navbar-dark) button.hamburger {
  color: var(--bs-primary);
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 991;
  }
}
.breadcrumb-item {
  display: flex;
  color: #60697b;
  line-height: 1;
}
.fw-bold {
  font-weight: 700 !important;
}
.svg-line-bg {
  top: 50px;
}
.social a:not(.btn-circle) {
  font-size: 12px;
}
.footer.bg-dark,
footer.bg-dark {
  background: #000 !important;
}
.content-wrapper {
    flex-grow: 1;
    background: white;
    position: relative;
    z-index: 1;
}
.video-wrapper.bg-overlay:after {
  background: rgba(0, 0, 0, 0.4);
  background: transparent;
}
.accordion-wrapper .card {
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-wrapper .card-header {
  margin-bottom: 0;
  background: 0 0;
  border: 0;
  padding: 0.5rem 1.3rem;
}
.accordion-wrapper .card-header button.collapsed {
  color: #000;
}
.accordion-wrapper .card-header button {
  padding: 0 1rem 0 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: #000;
}
.accordion-wrapper .card-header button.collapsed:before {
  content: "\ec5d";
}
.accordion-wrapper .card-header button:before {
  right: 1.3rem;
  left: unset;
  content: "\ec07";
  margin-top: -0.25rem;
  margin-right: -0.3rem;
  color: #000;
}
.accordion-item .card-body {
  padding: 0 1.25rem;
}
.icon-xxl {
  width: 4rem !important;
  min-width: 4rem !important;
  height: 4rem !important;
  line-height: 4rem !important;
}
.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}
.icon-flip::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bs-primary);
  border-radius: 3px;
  bottom: 0;
  width: 24px;
  height: 2px;
  background-color: var();
}
.bg-primary-soft {
  background-color: #fff5d6 !important;
}
.goverlay {
  background: rgba(0, 0, 0, 0.9);
}
.item figure .item-like,
.item figure .item-link,
.item figure .item-view,
.swiper-slide figure .item-like,
.swiper-slide figure .item-link,
.swiper-slide figure .item-view {
  color: #000;
  font-size: 16px;
}
.artikel-item {
  position: relative;
  padding: 10px;
  background: white;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  transition: 0.2s all ease;
}
.artikel-item:hover {
  box-shadow: rgba(var(--bs-primary-rgb), 0.1) 0px 8px 24px;
  transform: scale(1);
}
.artikel-item .thumbnail {
  aspect-ratio: 4 / 3;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.artikel-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease;
}
.artikel-item:hover .thumbnail img {
  transform: scale(1.1);
}
.artikel-item .thumbnail span {
  background: var(--bs-primary);
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  padding: 2px 20px;
  font-size: 12px;
  border-radius: 40px;
}
.artikel-item .content {
  padding: 0 10px;
}
.artikel-item .content .line {
  display: block;
  width: 100px;
  height: 3px;
  background: var(--bs-secondary);
  margin-bottom: 10px;
  border-radius: 20px;
}
.artikel-item .content .meta {
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  color: var(--bs-primary);
  margin-bottom: 5px;
}
.artikel-item .content .title {
  line-height: 1.25;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.artikel-item .content .title a {
  color: #111827;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.artikel-item .content .desc {
  font-size: 14px;
}
.decreased-mt {
  margin-top: -150px;
}
.post-img-container {
  overflow: hidden;
  border-radius: 0.75rem;
}
.url-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.url-container p {
  margin: 0 !important;
  line-height: unset;
}
.url-container button {
  border: 0;
  background: transparent;
}
.share-socmed-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.share-socmed-container .socmed-button {
  background: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.share-socmed-container .socmed-button .socmed-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.05);
  font-size: 1rem;
}
.share-socmed-container .socmed-button p {
  margin: 0;
}
.image-list > li + li {
  margin-top: 10px;
}
.sidebar-post-list-image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.text-inverse {
  color: rgba(255, 255, 255, 1) !important;
}
.bg-dark.text-inverse a:not(.btn):not([class*="link-"]):hover,
.bg-navy.text-inverse a:not(.btn):not([class*="link-"]):hover,
.text-inverse a:not(.btn):hover,
[class*="offcanvas-"].text-inverse a:not(.btn):not([class*="link-"]):hover {
  color: rgba(255, 255, 255, 1) !important;
}
.bg-dark.link-inverse,
.bg-dark.text-inverse,
.bg-dark.text-inverse a:not(.btn):not([class*="link-"]),
.bg-navy.link-inverse,
.bg-navy.text-inverse,
.bg-navy.text-inverse a:not(.btn):not([class*="link-"]),
[class*="offcanvas-"].text-inverse a:not(.btn):not([class*="link-"]) {
  color: #fff;
}
.section-title {
  color: var(--bs-primary);
  font-weight: 700;
}
.text-primary-dark {
  color: var(--bs-primary-dark) !important;
}
.text-secondary {
  color: var(--bs-secondary) !important;
}
.pagination {
  gap: 0;
  box-shadow: none;
}
.pagination .page-link {
  width: 2rem;
  height: 2rem;
  font-size: 0.65rem;
  font-weight: 500;
  /* border-radius: 50% !important; */
  color: var(--bs-primary);
  transition: all 0.2s;
  border-color: transparent;
}
.active > .page-link,
.page-link.active,
.pagination .page-link:hover {
  z-index: 3;
  color: white;
  background-color: var(--bs-primary);
  border-color: transparent;
}
.disabled > .page-link {
  z-index: 3;
  color: rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.05);
  border-color: transparent;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg:not(.hover-none)
    .navbar-nav
    .dropdown:not(.dropdown-submenu):hover
    > .dropdown-menu {
    top: 110%;
  }
}
.contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-wrapper .contact-item {
  padding: 30px;
  border: 2px solid rgba(var(--bs-primary-rgb), 1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
  background: white;
}
.contact-wrapper .contact-item:hover {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.contact-wrapper .contact-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1e5d34, #289d50, #52ad51);
  z-index: 0;
  opacity: 1;
  transition: 0.3s;
}
.contact-wrapper .contact-item:hover::before {
  opacity: 0;
}
.contact-wrapper .contact-item .icon {
  position: relative;
  min-width: 100px;
  width: 100px;
  background: white;
  height: 100px;
  border-radius: 50%;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-wrapper .contact-item:hover .icon {
  background: var(--bs-secondary);
}
.contact-wrapper .contact-item .icon svg {
  width: 50px;
  height: 50px;
}
.contact-wrapper .contact-item:hover .icon svg path {
  transition: 0.3s;
}
.contact-wrapper .contact-item:hover .icon svg path {
  fill: white;
}
.contact-wrapper .contact-item .content {
  position: relative;
}
.contact-wrapper .contact-item .content h4 {
  color: white;
}
.contact-wrapper .contact-item:hover .content h4 {
  color: var(--bs-secondary);
}
.contact-wrapper .contact-item .content p {
  margin: 0;
  color: white;
}
.contact-wrapper .contact-item:hover .content p {
  color: var(--bs-body-color);
}
.background-world {
  position: absolute;
  bottom: 0;
  left: -400px;
  width: 1500px;
  z-index: -2;
}
.background-world.detail-produk {
  right: -200px;
  left: auto;
}
.background-world.perusahaan {
  right: auto;
  left: auto;
}
.section-content-wrapper {
  padding: 0 2.5%;
  position: relative;
}
.section-content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: white;
  border-radius: 0 0 20px 20px;
}
.hero-section-custom {
  height: calc(100vh - 200px);
  position: relative;
  color: white;
}
.hero-section-custom .background-image {
  position: absolute;
  inset: 0;
}
.hero-section-custom .background-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero-section-custom .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, black, transparent);
}
.hero-section-custom .sup-title {
  color: white;
  margin-bottom: 10px;
  display: block;
}
.hero-section-custom .title {
  color: white;
  font-size: 40px;
}
.hero-divider {
  width: 100%;
  height: 75px;
  background: white;
  position: relative;
  border-radius: 20px 20px 0 0;
}
.hero-divider::before {
  content: "";
  position: relative;
  left: 2.5%;
  display: block;
  height: 10px;
  width: 95%;
  background: var(--bs-secondary);
}
.header-corner {
  position: absolute;
  right: 0px;
  left: auto;
  bottom: 0;
  height: 300px;
  width: auto !important;
  z-index: 10;
}
.header-corner img {
  height: 100%;
  width: auto;
}
.circle-line-ornament {
  position: absolute;
  height: 300px;
  top: calc(50% - 150px);
}
.circle-line-ornament.style-2 {
  right: 0;
  top: 20%;
  transform: rotate(180deg);
  height: 400px;
}
.circle-line-ornament img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cta-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 300px;
}
.cta-img img {
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.cta-content .title {
  font-size: 40px;
}
.ratio-map-custom {
  --bs-aspect-ratio: 25%;
}
.nav-tabs.nav-tabs-basic .nav-link {
  border: 0;
  border-radius: 0;
  border-color: transparent;
  background: 0 0;
  padding: 0.6rem 1rem;
  margin-right: 0;
  border-bottom: 3px solid rgba(164, 174, 198, 0.25);
  text-align: center;
  justify-content: center;
}
.nav-tabs.nav-tabs-basic .nav-item.show .nav-link,
.nav-tabs.nav-tabs-basic .nav-link.active {
  color: var(--bs-dark);
  border-color: var(--bs-secondary);
}
.keunggulan-wrapper {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: white;
}
.keunggulan-wrapper .heading {
  color: white;
  background: var(--bs-primary);
  padding: 15px 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  font-weight: 600;
}
.keunggulan-wrapper .items {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.keunggulan-wrapper .items .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.keunggulan-wrapper .items .item .value {
  font-size: 25px;
  color: var(--bs-dark);
  width: 20%;
  font-weight: 700;
}
.keunggulan-wrapper .items .item .icon-check {
  height: 30px;
  width: 30px;
  display: flex;
}
.keunggulan-wrapper .items .item .icon-check svg {
  height: 100%;
  width: 100%;
}
.product-item {
  display: flex;
  flex-direction: column;
}
.product-item .thumbnail {
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.product-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-item .content {
  text-align: center;
  margin-top: 25px;
}
.product-item .content .title {
  font-size: 18px;
}
.produk-swiper .swiper-pagination {
  margin-top: 50px;
  position: relative;
}
.produk-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid var(--bs-secondary);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.produk-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--bs-secondary);
  margin: 0 7.5px;
  width: 10px;
  height: 10px;
}
.produk-swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--bs-secondary);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.produk-swiper .swiper-button-next,
.produk-swiper .swiper-button-prev {
  color: white;
  height: 40px;
  width: 40px;
  background-color: var(--bs-secondary);
}
.produk-swiper .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 0px);
  right: auto;
}
.produk-swiper .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 0px);
  left: auto;
}
.produk-swiper .swiper-button-next:after,
.produk-swiper .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
}
.gallery-item {
  position: relative;
  border-radius: 20px;
  border: 3px dashed transparent;
  transition: 0.3s;
}
.gallery-item:hover {
  border: 3px dashed var(--bs-secondary);
}
.gallery-item .thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  transform: translate(0px, 0px);
  transition: 0.3s;
  border-radius: 20px;
  overflow: hidden;
}
.gallery-item:hover .thumbnail {
  transform: translate(15px, 15px);
}
.gallery-item .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery-item .thumbnail .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(var(--bs-secondary-rgb), 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.gallery-item:hover .thumbnail .overlay {
  visibility: visible;
  opacity: 1;
}
.video-item {
  position: relative;
  border-radius: 20px;
  border: 3px solid transparent;
  transition: 0.3s;
}
.video-item:hover {
  border: 3px solid var(--bs-secondary);
}
.video-item .thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  transition: 0.3s;
  border-radius: 17px;
  overflow: hidden;
}
.video-item .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-item .thumbnail .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.video-item:hover .thumbnail .overlay {
  background: rgba(0, 0, 0, 0);
}
.img-with-border {
  overflow: hidden;
  border-radius: 20px;
  padding: 15px;
  background: linear-gradient(135deg, var(--bs-primary), var(--bs-secondary));
}
.img-with-border.style-2 {
  background: var(--bs-primary);
}
.img-with-border img {
  border-radius: 15px;
}
.background-overlay-1 {
  position: absolute;
  inset: 0;
}
.background-overlay-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background-overlay-1 .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 1)
  );
}
.background-overlay-2 {
  position: absolute;
  inset: 0;
}
.background-overlay-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background-overlay-2 .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(30, 93, 52, 0.9),
    rgba(40, 157, 80, 0.9),
    rgba(82, 173, 81, 0.9)
  );
}
.shape-divider-1 {
  position: absolute;
  bottom: -225px;
  left: -225px;
  right: -25px;
}
.shape-divider-1.style-2 {
  position: absolute;
  bottom: -12rem;
  left: -225px;
  right: -25px;
}
.shape-divider-1 img {
  width: 100%;
}
.keunggulan-perusahaan-wrapper {
  display: flex;
  gap: 20px;
  padding: 0px 40px;
  background: white;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  transform: translateY(50%);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.keunggulan-perusahaan-wrapper.style-2 {
  transform: translateY(-50%);
}
.keunggulan-perusahaan-wrapper .keunggulan-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.keunggulan-perusahaan-wrapper .keunggulan-item:before {
  content: "";
  position: absolute;
  width: 2px;
  min-width: 2px;
  background: #f4f6fc;
  height: 60%;
  left: 0;
  top: 20%;
}
.keunggulan-perusahaan-wrapper .keunggulan-item:first-child::before {
  display: none;
}
.keunggulan-perusahaan-wrapper .keunggulan-item .icon {
    width: 100px;
    min-width: 100px;
    height: 100px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #f4f6fc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.keunggulan-perusahaan-wrapper .keunggulan-item .icon img {
    height: 50px;
    width: 50px;
    object-fit: contain;
    filter: grayscale(1);
    transition: .3s;
}
.keunggulan-perusahaan-wrapper .keunggulan-item:hover .icon img {
    filter: grayscale(0);
}
.keunggulan-perusahaan-wrapper .keunggulan-item .content .title {
  color: var(--bs-primary-dark);
}
.keunggulan-perusahaan-wrapper .keunggulan-item:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 4px;
  bottom: 0;
  left: 15%;
  background: transparent;
  transition: 0.3s;
}
.keunggulan-perusahaan-wrapper .keunggulan-item:hover:after {
  background: var(--bs-secondary);
}
.statistik-perusahaan-wrapper {
  display: flex;
  justify-content: center;
  gap: 100px;
  width: fit-content;
  padding: 40px 60px;
  background: white;
  position: relative;
  z-index: 8;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
}
.statistik-perusahaan-wrapper .statistik-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.statistik-perusahaan-wrapper .statistik-item .content .title {
  color: var(--bs-primary-dark);
  font-weight: 500;
  margin: 0;
  font-size: 30px;
}
.statistik-perusahaan-wrapper .statistik-item .content p {
  color: var(--bs-secondary);
  font-weight: 600;
  font-size: 20px;
}
.logo-horizontal-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.logo-horizontal-wrapper .logo-item {
  background: white;
  min-width: 75px;
  width: 75px;
  height: 75px;
  border-radius: 10px;
  padding: 10px;
}
.logo-horizontal-wrapper .logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(0);
  opacity: 1;
  transition: 0.3s;
}
.logo-horizontal-wrapper .logo-item:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.section-title-with-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.section-title-with-icon img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.section-title-with-icon p {
  margin: 0;
}
.loker-wrapper .loker-item {
  position: relative;
  padding: 20px 150px 20px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.loker-wrapper .loker-item:hover {
  border-color: transparent;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 20px;
}
.loker-wrapper .loker-item .title a {
  color: currentColor;
}
.loker-wrapper .loker-item .details {
  display: flex;
  justify-content: space-between;
}
.berita-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.berita-item .thumbnail {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 15px;
}
.berita-item .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.berita-item .content {
  display: flex;
  flex-direction: column;
}
.berita-item .content .title {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.berita-item .content .title a {
  color: currentColor;
}
.berita-item .content .meta {
  display: flex;
  gap: 30px;
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}
.berita-item .content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.berita-item-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.berita-item-side .thumbnail {
  aspect-ratio: 2 / 1.25;
  overflow: hidden;
  border-radius: 15px;
}
.berita-item-side .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.berita-item-side .content {
  display: flex;
  flex-direction: column;
}
.berita-item-side .content .title {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.berita-item-side .content .title a {
  color: currentColor;
}
.berita-item-side .content .meta {
  display: flex;
  gap: 30px;
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}
.side-search {
  display: flex;
}
.side-search .btn {
  border-radius: 10px 0 0 10px;
  padding: 15px;
}
.side-search .btn:hover {
  transform: none;
}
.side-search .form-control.form-control-sm {
  border-radius: 0 10px 10px 0;
  border-left: none;
}
[class^="social-icon-"] ul,
[class*=" social-icon-"] ul {
  list-style: none;
}
.elements-social ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.small-icon li {
  margin: 0 7px;
}
.elements-social ul li:first-child {
  margin-left: 0 !important;
}
.elements-social ul li {
  display: inline-block;
}
.social-icon-style-09 ul.light li a {
  border-color: rgba(255, 255, 255, 0.3);
}
.elements-social .light li a {
  color: white;
}
.social-icon-style-09 ul li a {
  z-index: 9;
  border: 1px solid rgba(35, 35, 35, 0.15);
  border-radius: 100%;
  position: relative;
}
.elements-social ul li a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.social-icon-style-09 ul.light li a:hover {
  color: var(--bs-primary) !important;
}
.social-icon-style-09 ul.light li a span {
  background-color: white;
}
.social-icon-style-09 ul li a span {
  display: block;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  top: -1px;
  left: -1px;
  padding: 1px;
  box-sizing: content-box;
  margin: 0;
  position: absolute;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  pointer-events: none;
  z-index: -1;
  background-color: var(--bs-dark);
}
.social-icon-style-09 ul li a:hover span {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.small-icon a {
  font-size: 18px;
  width: 40px;
  height: 40px;
}
.bg-img-footer {
  position: absolute;
  inset: 0;
}
.bg-img-footer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product-thumb .slider-vertical {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 15px;
}
.single-product-thumb .slider-vertical .swiper-slide {
  height: auto !important;
  cursor: pointer;
}
.product-gallery-thumb .swiper-slide {
  cursor: pointer;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
}
.product-gallery-thumb .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--bs-secondary);
}
@media (max-width: 991px) {
  .single-product-thumb .slider-vertical {
    position: relative;
    left: 0;
    touch-action: pan-y;
    overflow: hidden;
    margin-top: 15px;
  }
  .single-product-thumb .slider-vertical .swiper-wrapper {
    flex-direction: row;
  }
  .single-product-thumb .slider-vertical .swiper-slide {
    width: 25%;
    margin-right: 10px;
    height: fit-content !important;
  }
}
.circle-dot {
  position: absolute;
  left: -250px;
  top: 0;
  width: 500px;
}
.circle-dot.style-2 {
  top: auto;
  bottom: 12%;
  right: 5%;
  left: auto;
}
.btn-play-pulse {
  background: var(--bs-primary);
  color: white !important;
  font-size: 25px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulsePrimary;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.btn-play-pulse:hover {
  color: white !important;
}
@keyframes pulsePrimary {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0.75);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.btn-play-pulse-secondary {
  background: var(--bs-secondary);
  color: white !important;
  font-size: 25px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulsePrimary;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.btn-play-pulse-secondary.small {
  background: var(--bs-secondary);
  color: white !important;
  font-size: 15px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 25px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulsePrimary;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.btn-play-pulse:hover {
  color: white !important;
}
@keyframes pulsePrimary {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--bs-secondary-rgb), 0.75);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.overlay span.bg {
  display: none;
}
.glightbox-clean .gprev:before {
  content: "\e92f";
}
.glightbox-clean .gnext:before {
  content: "\e931";
}
.home-slider {
  height: 100vh !important;
}
.home-slider .slider-home {
  height: 100%;
  width: 100%;
}
.home-slider .slider-home .slider-home-item {
  height: 100%;
  position: relative;
}
.home-slider .slider-home .slider-home-item .background {
  position: absolute;
  inset: 0;
}
.home-slider .slider-home .slider-home-item .background:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, black 10%, transparent 50%);
}
.home-slider .slider-home .slider-home-item .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-slider .slider-home .slider-home-item .content {
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
}
.home-slider .slider-home .slider-home-item .content .sup-title {
  font-weight: 600;
}
.home-slider .slider-home .slider-home-item .content h1 {
  color: white;
  font-size: 60px;
}
.home-slider .slider-home .swiper-pagination {
  right: 0;
  top: 25%;
  left: auto;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5px;
}
.home-slider .slider-home .swiper-pagination .swiper-pagination-bullet {
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 40px;
  border-radius: 30px 0 0 30px;
  width: 35px;
  line-height: 1;
  font-weight: 700;
  opacity: 1;
  color: var(--bs-secondary);
  transition: 0.3s;
}
.home-slider
  .slider-home
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--bs-secondary);
  color: white;
  width: 50px;
}
.testimoni-profile-wrapper {
  display: flex;
  align-items: center;
}
.testimoni-profile-wrapper .profile-item {
  height: 60px;
  width: 60px;
  border: 3px solid white;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-left: -15px;
}
.testimoni-profile-wrapper .profile-item:first-child {
  margin-left: 0;
  z-index: 5;
}
.testimoni-profile-wrapper .profile-item:nth-child(2) {
  z-index: 4;
}
.testimoni-profile-wrapper .profile-item:nth-child(3) {
  z-index: 3;
}
.testimoni-profile-wrapper .profile-item:nth-child(4) {
  z-index: 2;
}
.testimoni-profile-wrapper .profile-item:nth-child(5) {
  z-index: 1;
}
.testimoni-profile-wrapper .profile-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.testimoni-profile-wrapper .profile-item.plus {
  background: var(--bs-secondary);
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-left: -10px;
}
.custom-testimoni {
  box-shadow: none;
  background: none;
}
.custom-testimoni blockquote.icon:before {
  display: none;
}
.custom-testimoni .testimoni-desc {
  font-weight: 700;
  color: var(--bs-dark);
  font-size: 16px;
}
.custom-testimoni .blockquote-details .info {
  padding-left: 0;
  font-size: 14px;
  color: var(--bs-primary);
}
.custom-testimoni .blockquote-details .info .name {
  font-weight: 700;
}
.testi-quote-up {
  position: absolute;
  top: -30px;
  left: -25px;
  height: 40px;
  z-index: 3;
}
.testi-quote-down {
  position: absolute;
  bottom: 50px;
  right: -45px;
  height: 30px;
  z-index: 3;
}
.slider-testimoni .swiper-pagination {
  margin-top: 50px;
  position: relative;
  text-align: start;
}
.slider-testimoni .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid var(--bs-primary);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.slider-testimoni .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--bs-primary);
  margin: 0 7.5px;
  width: 10px;
  height: 10px;
}
.slider-testimoni .swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--bs-primary);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.background-overlay-3 {
  position: absolute;
  inset: 0;
}
.background-overlay-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background-overlay-3 .overlay-1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, white, transparent);
}
.background-overlay-3 .overlay-2 {
  position: absolute;
  inset: 0;
  height: 50%;
  bottom: 0;
  top: auto;
  background: linear-gradient(0deg, rgba(148, 148, 148, 0.5), transparent);
}
.background-overlay-3 .overlay-3 {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1), transparent 30%);
}
.testimoni-person {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 600px;
}
.keunggulan-person {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 60%;
}
.quarter-circle-ornament {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
}
.keunggulan-home {
  background: white;
  padding: 25px;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.keunggulan-home img {
  height: 75px;
  width: 75px;
  object-fit: contain;
  margin-bottom: 20px;
}
.keunggulan-home .title {
  color: var(--bs-secondary);
}
.keunggulan-home p {
  margin-bottom: 0;
  font-size: 13px;
}
.product-item-2 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
}
.product-item-2 .thumbnail {
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.product-item-2 .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-item-2 .content {
  text-align: start;
  margin-top: 25px;
}
.product-item-2 .content .title {
  font-size: 18px;
}
.product-item-2 .divider {
  height: 3px;
  border: none;
  margin: 10px 0;
  width: 20%;
  background: var(--bs-secondary);
}
.product-item-2 .divider:after {
  display: none;
}
.product-item-2 .product-icon-wrapper .product-icon {
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.product-item-2 .product-icon-wrapper .arrow-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
}
.product-item-2 .product-icon-wrapper .arrow-icon.up-right {
  background: rgba(0, 0, 0, 0.025);
  color: var(--bs-secondary);
  transform: rotate(45deg);
}
.product-item-2 .overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.product-item-2:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.product-item-2 .overlay img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.product-item-2 .overlay .content-overlay {
  position: relative;
  height: 100%;
  background: rgba(var(--bs-primary-rgb), 0.75);
  padding: 20px;
}
.product-item-2 .overlay .content-overlay .title {
  font-size: 18px;
}
.product-item-2 .product-icon-wrapper .arrow-icon.down-left {
  background: var(--bs-secondary);
  color: var(--bs-primary) !important;
  transform: rotate(-135deg);
}
.product-item-2 .product-icon-wrapper .arrow-icon.down-left i {
  color: var(--bs-primary) !important;
}
.product-item-2 .overlay .content-overlay p {
  font-size: 13px;
}
.logo-item-col {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.logo-item-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(0);
  transition: 0.3s;
}
.logo-item-col:hover img {
  filter: grayscale(0);
}
.btn-play-video-home {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bottom-section-text {
  position: absolute;
  bottom: -30px;
  right: 15%;
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  color: #eceef2;
}
.statistik-item-home {
  text-align: center;
}
.statistik-item-home .title {
  font-size: 40px;
  color: white;
  font-weight: 300;
  margin: 0;
}
.statistik-item-home p {
  font-weight: 600;
  font-size: 25px;
}
.tree-image {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: auto;
}
.tree-image img {
  height: 100%;
}
.milestone-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position:relative;
  z-index: 1;
}
.milestone-item {
  display: flex;
  align-items: center;
  position: relative;
}
.milestone-item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 75px;
    width: 75px;
    height: 75px;
    background: var(--bs-secondary);
    border-radius: 50%;
    margin-left: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.milestone-item .icon img {
    position: relative;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.milestone-item.icon-right .icon {
  margin-left: 0px;
  margin-right: 50px;
}
.milestone-item .icon:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: 3px;
  background: white;
  border-radius: 50%;
}
.milestone-item .horizontal-line {
  height: 3px;
  background: var(--bs-secondary);
  width: 75px;
  min-width: 75px;
}
.milestone-item .vertical-line {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 86px;
  right: auto;
  width: 3px;
  height: 150px;
  top: -75px;
  background: var(--bs-secondary);
}
.milestone-item.icon-right .vertical-line {
  right: 86px;
  left: auto;  
}
.milestone-item .content {
  display: flex;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  flex-grow: 1;
}
.milestone-item .content .year {
  padding: 40px 30px;
  background: var(--bs-secondary);
  font-size: 16px;
  text-wrap: nowrap !important;
  color: white;
  font-weight: 700;
  border-radius: 15px 0 0 15px;
}
.milestone-item.icon-right .content .year {
  border-radius: 0 15px 15px 0;
}
.milestone-item .content .desc {
  padding: 30px 40px;
  background: white;
  border-radius: 0 10px 10px 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.milestone-item.icon-right .content .desc {
  border-radius: 10px 0 0 10px;
}
.offcanvas-custom {
    width: 25% !important;
}
.home-slider .slider-home .slider-home-item .animate-zoom {
  animation: animatedBackground 10s linear infinite alternate;
}
@keyframes animatedBackground {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.contact-btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 99;
  display: flex;
  gap: 10px;
}
.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.btn-whatsapp-pulse:hover {
  color: white !important;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.75);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.rise-shake {
  animation: jump-shaking 0.83s infinite;
}
@keyframes jump-shaking {
  0% {
    transform: translateX(0);
  }
  35% {
    transform: rotate(17deg);
  }
  55% {
    transform: rotate(-17deg);
  }
  65% {
    transform: rotate(17deg);
  }
  75% {
    transform: rotate(-17deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}