body {
  font-family: 'Poppins', sans-serif;
}
main > .container,
main > .container-fluid {
  padding: 130px 10px 20px;
}

/* .custom-navbar-font {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
} */

.container-hero, .container-fluid-hero {
  padding: 94px 0px 15px;
}

.carousel-caption.middle-center {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  text-align: center;
}

.container-content {
  padding: 90px 10px 20px;
}

.carousel-product img {
  width: auto;
  max-height: 250px; /* Atur sesuai kebutuhan kamu */
  object-fit: cover;
  object-position: center;
  margin: 0 auto;         /* agar center */
  display: block;         /* pastikan blok */
}

.carousel-inner {
    text-align: center;     /* agar gambar rata tengah */
}

.pt-9 {
  padding-top: 9rem !important;
}

.footer {
  background-color: #45526e;
  font-size: 0.9em;
  height: 60px;
}

.footer > .container,
.footer > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
  white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .navbar form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
  outline: none;
}
/* .navbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #ff0000;
} */

/* Garis biru saat hover */
.navbar .nav-item .nav-link.active,
.navbar .nav-item .nav-link.hover-active {
    border-bottom: 3px solid #0d6efd;
    padding-bottom: 2px;
}

/* nav news */
.nav-pills .nav-link.active {
    background-color: #08086d;
}

.nav-pills .nav-link:hover {
    background-color: #08086d;
    color: white;
}

.nav-pills .nav-link {
    color: #08086d;
}

/* style breadcrumb widget as in previous bootstrap versions */
/* .breadcrumb {
  background-color: var(--bs-gray-200);
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
}

.breadcrumb-item > a {
  text-decoration: none;
} */

.breadcrumb {
    border: 1px solid #dee2e6;
    display: inline-flex;
    font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: " / ";
    color: #ccc;
}

.breadcrumb-item.active {
    color: #6c757d; /* Abu Bootstrap */
}

.breadcrumb-item a {
    color: #08086d;
    text-decoration: none;
}

.breadcrumbs-wrapper {
    padding: 6px 12px;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    background-color: white;
}

.bg-moonstone {
  /* background-color: #53B3CB !important; */
  /* background-color: #010169 !important; */
  background-color: #08086d !important;
  /* background: linear-gradient(to left, #266DD3, #3071cc, #4A90E2, #6FB1FC); */
  /* background: linear-gradient(to left, #266DD3, #4A90E2, #6FB1FC); */
  /* background: linear-gradient(to right, #266DD3, #5F72BE, #9B59B6); */
}

.card-img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.card-img-wrapper img {
  width: 80%;
  height: 80%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card:hover .card-img-wrapper img {
    transform: scale(1.1);
}

.card-img-wrapper-view {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.card-img-wrapper-view img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card-view {
    /* border: 1px solid #dee2e6; Abu-abu terang */
    border-radius: 0.375rem; /* Seperti Bootstrap */
    /* box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); Opsional: shadow ringan */
    padding: 0; /* Opsional: sesuai kebutuhan */
    background-color: #fff; /* Pastikan latar putih */
}

.card-view:hover .card-img-wrapper-view img {
    transform: scale(1.2);
}

.card-img-news-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.card-img-news-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-img-news-index-wrapper {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.card-img-news-index-wrapper-detail {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.card-img-news-index-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-img-news-index-wrapper-detail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-img-trusted-wrapper {
  width: 295px;
  height: 145px;
  overflow: hidden;
}

.card-img-trusted-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.navbar-img-wrapper {
  width: 190px;
  height: 48px;
  overflow: hidden;
}

.navbar-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-career-wrapper {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.img-career-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h3, .text-navbar {
  color: #010169;
}

.parallax-section {
  background-image: url('../img/sectionparalax.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  position: relative;
  z-index: 1;
}

/* .parallax-bg {
    background-image: url('../img/sectionnews.jpg'); 
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.parallax-section {
    position: relative;
    overflow: hidden;
    color: white;
    z-index: 2;
}
.parallax-section .container {
    position: relative;
    z-index: 3;
} */

/* Overlay jika ingin efek gelap di atas background */
.parallax-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(78, 78, 78, 0.233);  */
  z-index: -1;
}

.text-gray-700 {
  color: #616161;
}

.text-blue-custom {
  color: #010169;
}

.timeline-with-icons {
  border-left: 3px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.timeline-with-icons .timeline-item {
  position: relative;
}

.timeline-with-icons .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-with-icons .timeline-icon {
  position: absolute;
  left: -17px;
  background-color: hsl(217, 88.2%, 90%);
  color: hsl(217, 88.8%, 35.1%);
  border-radius: 50%;
  height: 31px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-button {
  border: none;
  background-color: transparent;
  color: #0dcaf0; /* Bootstrap Info color */
  border-bottom: 2px solid #0dcaf0;
  padding: 0.5rem 1rem;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}

.line-button.hovered {
  background-color: #0dcaf0;
  color: white;
}

.underline-hover {
  position: relative;
  display: inline-block;
  color: #0dcaf0; /* Bootstrap Info */
  text-decoration: none;
  padding-bottom: 4px;
  text-align: left;
}

.underline-hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: #0dcaf0;
  transition: width 0.3s ease;
}

.underline-hover:hover::after {
  width: 100%;
}

/* Extra Small Button */
.btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.2;
    border-radius: 0.2rem;
}

.btn-outline-info-custom {
  color: #010169 !important;
  border-color: #010169 !important;
}

.btn-outline-info-custom:hover {
  background-color: #010169 !important;
  color: white !important;
}

/** info box */
.info-box {
  display: flex;
  align-items: center;
  min-height: 70px;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
}

.info-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 28px;
  color: #fff;
  border-radius: 0.5rem;
  margin-right: 1rem;
  flex-shrink: 0;
}

.info-box-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-box-text {
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  font-weight: 500;
}

.info-box-number {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
}

/* class untuk tabel */
.table a {
    position: relative;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.table a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background-color: #0dcaf0;
    transition: width 0.3s ease;
}

.table a:hover {
    color: #0dcaf0;
}

.table a:hover::after {
    width: 100%;
}

.product-section {
  position: relative;
  overflow: hidden;
}

.bg-left-image,
.bg-right-image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0; /* AOS akan mengatur opacity ke 1 saat muncul */
}

.bg-left-image {
  left: 0;
  /* background-image: url('../img/bg-left.svg'); */
}

.bg-right-image {
  right: 0;
  background-image: url('../img/bg-right-cube.svg');
}

.divider-text {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #010169;
  font-size: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
  letter-spacing: 0.5px;
  margin: 15px 0;
}

.divider-text::before,
.divider-text::after {
  /* box-sizing: border-box; */
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: #e5e9f2;
}

.divider-text::after {
  margin-left: 10px;
}

.divider-text::before {
  margin-right: 10px;
}

/* mobile */
@media (max-width: 575.98px) {
  .card-img-news-index-wrapper-detail {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .card-img-news-index-wrapper-detail img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}