body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito';
}

.timeline-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}

@media (max-width: 768px) {
    .timeline-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
    }
}

.download-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    align-items: center;
}


.nurito {
    font-family: 'Nunito';
}

html,
body {
    overflow: auto;
    /* overflow: hidden; */
}

.text-justify {
    text-align: justify;
}

.pointer {
    cursor: pointer;
}

.r-20 {
    border-radius: 20px;
}

.lh-24 {
    line-height: 24px;
}

.lh-26 {
    line-height: 26px;
}

.lh-28 {
    line-height: 28px;
}

.lh-32 {
    line-height: 32px;
}

.lh-34 {
    line-height: 34px;
}

.lh-45 {
    line-height: 45px;
}

.fw-600 {
    font-weight: 600;
}

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

.fw-800 {
    font-weight: 800;
}


.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-31 {
    font-size: 31px !important;
}

.fs-56 {
    font-size: 56px !important;
}

.fs-73 {
    font-size: 73px !important;
}

.glacial {
    font-family: 'Glacial Indifference';
}

/* COLOR */

.v-blue {
    background: #20396E !important;
}

.v-blue-testomoni {
    background: #5CB7E4 !important;
}

.v-blue-medium {
    background: #188DCD !important;
}

.v-grey {
    background: #F4F5F6 !important;
}

.v-grey-dark {
    background: #EFEFEF !important;
}

.v-red {
    background: #EB2027 !important;
}

.v-white {
    background: #FFFFFF !important;
}

.v-blue-light {
    background: #F3FBFF !important;
}

.v-blue-sky {
    background: linear-gradient(110.08deg, #33A5DD 0%, #008FD5 100%);
}


.v-t-blue-light {
    color: #008FD5 !important;
}

.v-t-blue-sky {
    color: #77D2FF !important;
}

.v-t-blue {
    color: #045EA5 !important;
}

.v-t-blue-dark {
    color: #003471 !important;
}

.v-t-red {
    color: #EB2027 !important;
}

.v-t-white {
    color: #FFFFFF !important;
}

.v-t-grey {
    color: #545454 !important;
}

button.blue {
    background: #0F5286;
}

a.blue{
    background: #0F5286;
}

button.white {
    background: #FFFFFF;
}

a.white{
    background: #FFFFFF;
}

.border-blue {
    border: 2px solid #188DCD !important;
}

.float-button {
    z-index: 10;
    right: 5px;
    top: 50%;
    position: fixed;

}

.float-button:first-of-type {
    top: calc(50% + 100px);

}

.float-container-web {
  position: fixed;
  right: 1%;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 1px;
  z-index: 9999;
}
/* Container tombol */
.float-container-web {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  z-index: 9999;
}

/* Link tombol */
.float-container-web a {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Gambar tombol besar */
.float-container-web a img {
  width: 90px;   /* lebih besar */
  height: 90px;
  border-radius: 50%;
  /* background-color: #003c80; */
  /* box-shadow: 0 6px 12px rgba(0,0,0,0.25); */
  transition: all 0.3s ease;
}

/* Hover naik */
.float-container-web a:hover img {
  transform: translateY(-6px);
}

/* Tooltip teks */
.float-container-web a::after {
  content: attr(data-title);
  position: absolute;
  right: 120px; /* jarak dari tombol */
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background-color: #003c80;
  color: #fff;
  padding: 10px 26px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.3s ease;
  pointer-events: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 10000;
}

/* Tooltip muncul saat hover */
.float-container-web a:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.float-container-mobile {
  position: fixed;
  right: 1%;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 1px;
  z-index: 9999;
}
/* Container tombol */
.float-container-mobile {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  z-index: 9999;
}

/* Link tombol */
.float-container-mobile a {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Gambar tombol besar */
.float-container-mobile a img {
  width: 50px;   /* lebih besar */
  height: 50px;
  border-radius: 50%;
  /* background-color: #003c80; */
  /* box-shadow: 0 6px 12px rgba(0,0,0,0.25); */
  transition: all 0.3s ease;
}

/* Hover naik */
.float-container-mobile a:hover img {
  transform: translateY(-6px);
}

/* Tooltip teks */
.float-container-mobile a::after {
  content: attr(data-title);
  position: absolute;
  right: 120px; /* jarak dari tombol */
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background-color: #003c80;
  color: #fff;
  padding: 10px 26px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.3s ease;
  pointer-events: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 10000;
}

/* Tooltip muncul saat hover */
.float-container-mobile a:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@media (max-width: 992px) {
  .float-container-web {
    display: none;
  }
}



/* TIMELINE */

.timeline-with-icons {
    border-left: 1px solid #20396E;
    border-left-style: dashed;
    position: relative;
    list-style: none;
    padding-left: 0;
}

.timeline-with-icons .timeline-item {
    position: relative;
    padding-left: 60px;
}

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

.timeline-with-icons .timeline-icon {
    position: absolute;
    left: -40px;
    top: -10px;
    color: hsl(217, 88.8%, 35.1%);
    border-radius: 50%;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.timeline-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 40px 0 20px 0;
  padding: 20px 0;
}

.timeline-horizontal::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 2px;
  background-color: #ccc;
  z-index: 0;
}

.timeline-step {
  position: relative;
  z-index: 1;
  margin: 0 15px;
  cursor: pointer;
}

.timeline-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.timeline-step.active .timeline-icon {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .timeline-horizontal {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding: 15px 0;
  }

  .timeline-horizontal::before {
    left: 15%;
    right: 15%;
  }

  .timeline-icon {
    width: 50px;
    height: 50px;
  }
}

/* Spacing Utilities */
.section-padding {
    padding: 4rem 0;
}

.section-padding-sm {
    padding: 2rem 0;
}

.content-spacing {
    margin-bottom: 2.5rem;
}

.text-spacing {
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .section-padding {
        padding: 2rem 0;
    }

    .section-padding-sm {
        padding: 1.5rem 0;
    }

    .content-spacing {
        margin-bottom: 1.5rem;
    }

    .text-spacing {
        margin-bottom: 0.75rem;
    }

    .mobile-padding {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .content h1 {
        padding-bottom: 1.5rem !important;
        margin-bottom: 1rem !important;
    }

    .content h5 {
        margin-bottom: 1rem !important;
        line-height: 1.6 !important;
    }

    .content img {
        padding-bottom: 1.5rem !important;
    }


    .content .col-12 {
        margin-bottom: 0;
        /* Override previous margin */
    }
}

/* CONTENT */

.nav-tabs button.nav-link.active {
    border: 0px;
    border-bottom: 3px solid black !important;
    color: #003471 !important;
}

.nav-tabs button.nav-link {
    color: grey !important;
}

.nav-tabs .nav-link:hover {
    border-color: #FFFFFF #FFFFFF #FFFFFF;
    isolation: isolate
}

.w3-display-container {
    position: relative;
}

.w3-container {
    width: 100%;
    height: 20px;
}

.mySlides {
    width: 100%;
    display: none
}

.slides {
    width: 100%;
    position: relative;
}


.mySlides img,
.slides img {

    display: block;
    width: 100%;
    /* make sure it scales */
    height: auto;
}

.mySlides .desc,
.slides .desc {

    position: absolute;
    top: 50%;
    left: 50px;
    width: 50%;
    /* shift from the left */
    transform: translateY(-50%);
    /* only vertical centering */
    color: white;
    /* make text visible over image */
}

.slider-mobile {
    display: none;
    height: 100vh;
    max-height: 600px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.5s ease;
    overflow: hidden;
}

.slider-mobile:first-of-type {
    display: block;
}

.slider-mobile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.slider-mobile-desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.timeline-about {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.timeline-about::after {
    content: "";
    position: absolute;
    width: 2px;
    background: linear-gradient(to bottom, rgba(0, 45, 114, 0.1), rgba(0, 123, 255, 0.1));
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.timeline-about-item {
    padding: 20px 50px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.timeline-about-item.left {
    left: 0;
    text-align: right;
    padding-right: 70px;
}

.timeline-about-item.right {
    left: 50%;
    padding-left: 70px;
}

.timeline-about-item::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #008FD5;
    border-radius: 50%;
    top: 42px;
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px rgba(0, 123, 255, 0.3);
    z-index: 1;
}

.timeline-about-item.left::after {
    right: -6px;
}

.timeline-about-item.right::after {
    left: -6px;
}


.timeline-about-item::before {
    content: attr(data-year);
    position: absolute;
    top: 35px;
    width: 70px;
    text-align: center;
    background: linear-gradient(90deg, #045EA5 0%, #008FD5 100%);

    color: white;
    padding: 6px 0;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 45, 114, 0.15);
    letter-spacing: 0.5px;
}

.timeline-about-item.left::before {
    right: -100px;
}

.timeline-about-item.right::before {
    left: -100px;
}

.timeline-about-content {
    background: white;
    padding: 18px;
    border-radius: 16px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
    display: inline-block;
    max-width: 500px;
    text-align: left;
    position: relative;
    border: 1px solid rgba(0, 45, 114, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.timeline-about-content:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
}

.timeline-about-content h3 {
    color: #002d72;
    margin-top: 0;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
}

.timeline-about-content p {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .timeline-about::after {
        left: 31px;
    }

    .timeline-about {
        padding-left: 0;
    }

    .timeline-about-item {
        width: 100%;
        padding-left: 80px;
        padding-right: 15px;
        padding-top: 0;
        margin-bottom: 30px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .timeline-about-item.left,
    .timeline-about-item.right {
        text-align: left;
        left: 0;
    }

    .timeline-about-item::before {
        position: relative;
        top: 0;
        left: 0 !important;
        right: auto;
        width: auto;
        min-width: 70px;
        padding: 5px 18px;
        margin: 0 0 10px 0;
        display: inline-block;
    }

    .timeline-about-item.left::before,
    .timeline-about-item.right::before {
        left: 0 !important;
    }

    .timeline-about-item::after {
        left: 25px;
         top: 9px;
        /* sedikit turun agar optik sejajar dengan badge */
        right: auto;
    }

    /* Paksa kedua sisi (left & right) agar titik sejajar di mobile, menimpa aturan desktop yang lebih spesifik */
    .timeline-about-item.left::after,
    .timeline-about-item.right::after {
        left: 25px !important;
        right: auto !important;
    }

    .timeline-about-content {
        width: 150%;
        max-width: none;
        margin: 0;
        /* sejajar langsung di bawah tahun */
        box-sizing: border-box;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    /* Tambah padding kanan ekstra khusus item sisi kanan agar tidak melebar keluar */
    .timeline-about-item.right {
        padding-right: 32px;
        /* >24px default untuk memberi ruang */
    }

    /* Samakan padding kanan untuk item left agar konsisten */
    .timeline-about-item.left {
        padding-right: 32px;
    }
}


.w3-badge {
    color: white;
    cursor: pointer;
    position: absolute;
    height: 10px;
    width: 10px;
    bottom: 25px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.w3-display-bottommiddle {

    position: absolute;
    bottom: 8px;
}


.card-rounded {
    position: relative!important;
    padding: 20px!important;
    padding-top: 40px!important;
    border-radius: 20px!important;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
              box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.card-rounded:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}


.card-rounded .product {
    position: absolute;
    top: -40px;
    left: 10px;
}

.card-rounded .testimonial {
    position: absolute;
    top: 0px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
}

.big-blog {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (min-width: 992px) {
    .big-blog {
        width: auto;
        height: 100%;
        object-fit: cover;
    }
}

.small-blog {
    width: 280px;
    height: 143px;
}

.mitra {
    height: auto;
}

.img-mitra {
    height: 53px;
    object-fit: contain;
}

/* HEADER */

.header-icon {
    height: 16px;
    width: 16px;
    top: -3px;
    position: relative;
}

.head {
    height: 24px;
    width: 100%;
    align-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
}

.header-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; /* supaya di atas elemen lain */
  background-color: #fff; /* pastikan tidak transparan */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* opsional agar terlihat melayang */
}


.decoration-none {
    text-decoration: none;
}

.horizontal-center {
    text-align: center
}

.lang.active {
    font-weight: bold;
}

nav img {
    width: 578px;
}

.btn-rounded {
    border: transparent;
    border-radius: 100px !important;
}

.stopwatch {
    margin-right: 10px;
    position: relative;
    top: -2px;
    width: 43px;
    height: 40px;
}

.create_account {
    width: 60px;
    height: 62px;

}

.margin-footer {
    margin-left: 235px;
    margin-right: 235px;
}

@media (max-width: 768px) {
    .content.py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .content .col-12 {
        margin-bottom: 0;
        /* Override previous margin */
    }
}

.max, .max-slider{
    max-width: 1451px;
    margin: 0 auto;
}
/* Saat lebar viewport lebih besar dari max-width kontainer, tambahkan padding kiri (dan bisa kanan jika diperlukan) */
@media (max-width: 1452px) {
    .max {
        padding-left: 32px; /* sesuaikan jika perlu */
        padding-right: 32px; /* menjaga keseimbangan visual */
        box-sizing: border-box;
    }
}


.subscribe::placeholder,
.subscribe::-webkit-input-placeholder,
.subscribe::-moz-placeholder,
.subscribe:-ms-input-placeholder {
    color: white;
    opacity: 1;
}

/* Optional for better visibility */
.subscribe {
    color: white;
    background-color: transparent !important;
}


h1.buka-rekening {
    position: relative;
    top: -10px;
    left: -20px;
    color: #0582CA;
}

/* JOIN US SECTION */
.join-us-section {
    width: 85%;
    height: 85%;
    position: relative;
    background: url('../img/illustration/join_us.jpg') center center/cover no-repeat;
    min-height: 750px;
    display: block;
    position: relative; 
    overflow: hidden;
}

.join-us-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(120, 121, 122, 0.1) 0%, rgba(140, 143, 146, 0.4) 40%, rgba(205, 218, 234, 0.65) 70%, rgba(230, 233, 236, 0.8) 100%);
}

.join-us-text {
    position: absolute;
    top: 45%;
    left: 65%;
    right: 5%;
    transform: translate(50%, 80%);
    background: #0190d6;
    color: #fff;
    padding: 20px 25px;
    max-width: 50%;
    /* right: 0px; */
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.25);
    border-radius: 24px;
}

.join-us-text h2 { color:#fff; }
.join-us-text p { color:#d8ecff; line-height:1.55; }

@media (max-width: 992px) {
    .join-us-text { width:60%; padding:32px 36px; }
}

@media (max-width: 768px) {
    .join-us-section { min-height: 340px; border-radius:16px; }
    .join-us-section::before { background: linear-gradient(180deg, rgba(0,52,113,0.05) 0%, rgba(0,52,113,0.6) 60%, rgba(0,52,113,0.85) 100%); }
    .join-us-text {
        width: 100%; max-width: 100%; border-radius:16px; padding:28px 26px; background: rgba(4,94,165,0.9);
    }
}

/* Responsive Font Sizes */
@media (max-width: 768px) {
    .fs-md-42 {
        font-size: 42px !important;
    }

    .fs-sm-32 {
        font-size: 32px !important;
    }

    .desc {
        position: absolute;
        top: 50%;
        left: 20px !important;
        transform: translateY(-50%);
        padding-right: 20px;
    }

    .mySlides .desc p,
    .slides .desc p {
        font-size: 16px !important;
    }

    .mySlides .desc button,
    .slides .desc button {
        font-size: 18px !important;
        padding: 8px 20px !important;
    }
    .mySlides .desc a,
    .slides .desc a {
        font-size: 18px !important;
        padding: 8px 20px !important;
    }
}

/* FOOTER */













/* NEWS */


.news-section h2 {
    color: #004aad;
    margin-bottom: 20px;
}

.news-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    /* dari 2fr 1fr diubah jadi 1.5fr 1fr */
    grid-template-rows: auto auto;
    gap: 10px;
}

/* Item Berita */
.news-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.news-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Item Besar */
.news-item.big {
    grid-row: span 2;
    height: 100%;
}

/* Aksen Biru di Bawah */
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 44, 122, 0.9) 0%, rgba(0, 44, 122, 0.6) 50%, transparent 100%);
    color: white;
}

.overlay h3 {
    margin: 0;
    font-size: 1.1em;
    line-height: 1.4;
    font-weight: bold;
}

.overlay .source {
    font-size: 0.85em;
    color: #d0d8ff;
    margin-top: 5px;
}

/* Atur layout kanan bawah */
.right-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .right-bottom {
        grid-template-columns: 1fr;
    }
}

.logo-slider {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.logo-track {
    display: inline-flex;
    animation: scroll 50s linear infinite;
}

.logo-track img {
    height: 60px;
    margin: 0 90px;
    object-fit: contain;
    vertical-align: middle;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.testimonial.dark-blue {
    transform: scale(1.05);

}

.testimonial-section {
    position: relative;
    overflow: visible;
}

.testimonial-row {
    display: flex;
    transition: transform 0.5s ease-in-out;
    overflow: hidden;
    
}

.testimonial-wrapper {
    transition: padding 0.5s ease, background-color 0.5s ease;
    /* transition:  */
    min-width: 33.33%;
    padding: 1.5rem;
    box-sizing: border-box;
}

.card-rounded {
    padding: 2rem;
    margin: 1rem 0;
}

@media (max-width: 768px) {
    .testimonial-wrapper {
        min-width: 100%;
        padding: 1rem;
    }

    .testimonial-section {
        margin: 0 15px !important;
    }

    .nav-btn-testimonial.left {
        left: -25px;
    }

    .nav-btn-testimonial.right {
        right: -25px;
    }

    .card-rounded {
        padding: 1.5rem;
        margin: 0.75rem 0;
    }

    h1,
    .h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    h2,
    .h2 {
        font-size: 1.75rem;
        margin-bottom: 1.25rem;
    }

    .section-spacing {
        margin-bottom: 2.5rem;
    }
}

.nav-btn-testimonial {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: white;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
}

.nav-btn-testimonial.left {
    left: -80px;
}

.nav-btn-testimonial.right {
    right: -80px;
}


@media (max-width:992px) {
    h1.buka-rekening {
        font-size: 51px;
        position: relative;
        top: 5px;
        color: #0582CA;
    }

    .create_account {
        width: 40px;
        height: 40px;

    }

    .card-rounded {
        border-radius: 12px;
    }

}

.visi-about-container {
  display: flex;
  flex-direction: column;
  align-items: left; 
  text-align: center;
  width: 100%;
  gap: 20px;
  margin-bottom: 40px;
  min-height: 150px;
  background-image: url("../img/vector/city.png") !important;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; /* atau `contain` jika Anda mau */
 
}

.visi-item, 
.misi-item { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    width: 100%; 
}

.visi-item img,
.misi-item img { 
    max-width: 200px; 
    height: auto; 
    margin-bottom: 10px; 
    object-fit: contain; 
}

@media (max-width: 768px) { 
    .visi-misi { 
        flex-direction: column; 
        gap: 40px; } .visi-item img, 
    .misi-item img { 
        max-width: 180px; 
    }
}

.scroll-menu {
    display: flex;
    gap: 10px;
    overflow-x: auto;       /* scroll horizontal */
    padding: 10px;
    -webkit-overflow-scrolling: touch; /* smooth scroll di iOS */
}

.scroll-menu::-webkit-scrollbar {
    display: none; /* sembunyikan scrollbar */
}

.btn-faq {
    flex: 0 0 auto;          /* biar tidak mengecil */
    padding: 8px 16px;
    border-radius: 999px;    /* bentuk kapsul */
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;     /* teks tidak turun ke bawah */
    background: #f2f2f2;
    color: #0a4b8c;
}

.btn-faq.active {
    background: #0a4b8c;
    color: white;
}

.slider-blog {
      display: flex;
      gap: 16px;
      overflow-x: auto;
      scroll-snap-type: x mandatory; /* aktifkan snap */
      -webkit-overflow-scrolling: touch; /* smooth scroll iOS */
      padding: 16px;
    }

.slider-blog::-webkit-scrollbar {
    display: none; /* sembunyikan scrollbar */
}

 .card-blog {
    /* padding-left: 15px; */
    flex: 0 0 10%; /* lebar card relatif terhadap layar */
    max-width: 320px; /* batas maksimum di desktop */
    background: #fff;
    /* border-radius: 12px; */
    overflow: hidden;
    scroll-snap-align: start; /* snap per card */
}

.card-blog img {
    
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
    display: block;
}

/* Animasi */


.holographic-container {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background: #fff;
}

.holographic-card {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 1px;
  transition: all 0.5s ease;
}

.holographic-card h2 {
  color: #0ff;
  font-size: 2rem;
  position: relative;
  z-index: 2;
}

.holographic-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    0deg, 
    transparent, 
    transparent 30%, 
    rgba(0,255,255,0.3)
  );
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}

.holographic-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 0px rgba(0,255,255,0.5);
}

.holographic-card:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hover01 figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.swiper {
  width: 100%;
  padding: 40px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.team-container {
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  gap: 2rem;
}

/* Style dasar kartu */
.team-card {
  background: #fff;
  /* border-radius: 12px; */
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
  padding: 2rem;
  /* text-align: center; */
}

.team-card img {
  width: 100%;
  border-radius: 10px;
  height: auto;
}

.team-container .row {
  display: flex;
  flex-wrap: wrap;
}

/* 📱 Versi Mobile (PWA) — ubah jadi slider */
@media (max-width: 768px) {
  .team-container .row {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .team-container .row::-webkit-scrollbar {
    display: none;
  }

  .team-container .team-card img {
    width: 70%;
    height: auto;
    margin: 0 auto 1rem;
    border-radius: 10px;
    object-fit: cover;
  }

  .team-container .team-card h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .team-container .team-card h4 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .team-container .team-card p,
  .team-container .team-card ul {
    font-size: 14px;
    text-align: left;
  }

  .team-container .team-card {
    flex: 0 0 80%;
    max-width: 80%;
    scroll-snap-align: start;
    margin-right: 1rem;
  }
  
  .team-container {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding: 1rem;
  }

 .team-card {
    flex: 0 0 80%;
    min-width: 80%;
    scroll-snap-align: start;
  }

  .team-container::-webkit-scrollbar {
    display: none;
  }

}

/* Container utama untuk nilai-nilai */
.values-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
}

/* Masing-masing item nilai */
.value-item {
    display: flex;
    flex-direction: column;
    align-items: center;   
    justify-content: flex-start;
    text-align: center;
    /* width: 180px;          
    min-height: 250px;  */
}

.value-item img {
  /* width: 80px;
  height: 80px; */
  object-fit: contain;
  margin-bottom: 10px;
}

.value-item h5,
.value-item p {
   width: 100%;         /* biar teks tetap sejajar */
  text-align: center;  /* pastikan rata tengah */
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.value-item h5 {
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 2px;
}

.value-item p {
  font-size: 14px;
}

/* 🌐 Versi mobile (PWA) — biar bisa di-slide ke samping */
@media (max-width: 768px) {
  .values-container {
    /* display: flex; */
    flex-wrap: nowrap;        /* Tidak turun ke bawah */
    overflow-x: auto;         /* Bisa di-scroll horizontal */
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
    justify-content: flex-start;
    gap: 1rem;
  }

  .value-item {
    flex: 0 0 70%;            /* Tiap item isi 70% lebar layar */
    scroll-snap-align: center;
    /* background: rgba(255,255,255,0.1); */
    border-radius: 12px;
    padding: 1rem;
  }


  .value-item h4 {
    font-size: 16px;
  }

  .value-item p {
    font-size: 13px;
  }

  .values-section {
    display: block;
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 30px; /* beri ruang bawah biar ga kepotong */
    -webkit-overflow-scrolling: touch;
    }
}

/* animasi transisi */
.extra-news {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.6s ease;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* jika checkbox dicentang, tampilkan */
#toggle-news:checked ~ .extra-news {
  max-height: 1000px;
  opacity: 1;
}

/* ubah teks tombol */
#toggle-news:checked + .text-center label::after {
  content: "Tutup";
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}

/* sembunyikan checkbox toggle */
.faq-item input[type="checkbox"] {
  display: none;
}

/* baris utama FAQ (judul + icon) */
.faq-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}

/* judul pertanyaan */
.faq-label h5,
.faq-label h4 {
  margin: 0;
  font-weight: 700;
  color: #003366;
}

/* konten tambahan (tersembunyi dulu) */
.faq-long {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  color: #555;
  padding-left: 0.5rem;
}

/* ketika di-expand */
.faq-item input:checked ~ .faq-long {
  max-height: 500px;
  opacity: 1;
}

/* 🔹 Icon lingkaran + panah (tanpa gambar) */
.icon-faq {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #005baa;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

/* 🔹 Bentuk panah bawah */
.icon-faq::before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

/* 🔹 Saat expand, panah berputar ke atas */
.faq-item input:checked + label .icon-faq::before {
  transform: rotate(135deg);
}

/* 🔹 Responsif (mobile) */
@media (max-width: 768px) {
  .faq-label {
    align-items: flex-start;
  }

  .icon-faq {
    width: 25px;
    height: 25px;
  }

  .icon-faq::before {
    width: 7px;
    height: 7px;
    border-width: 2.5px;
  }
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.tab-btn {
  background: #f0f4f8;
  color: #004a8f;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.25s;
}

.tab-btn.active {
  background: #005baa;
  color: #fff;
}

.tab-faq-content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.tab-faq-content.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Tambahan biar bagus di mobile */
@media (max-width: 600px) {
  .tabs {
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
  }
  .tab-btn {
    flex: 0 0 auto;
  }
} 


.floating-bar {
  position: fixed;
  bottom: -80px;
  left: 0;
  width: 100%;
  text-align: center;
  background: white;
  padding: 10px 0;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
  transition: bottom 0.4s ease;
  z-index: 1000;
  display: none; /* hide di desktop */
}

.floating-bar.show {
  bottom: 0;
}

.cta-btn {
  background-color: #063272;
  color: white;
  border: none;
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

/* aktif hanya di mobile */
@media (max-width: 768px) {
  .floating-bar {
    display: block;
  }
}

/* Enhanced Multi-level Dropdown Styles for Laporan Keuangan */
.navbar-nav .dropdown-submenu-enhanced {
    position: relative;
}

.navbar-nav .dropdown-submenu-enhanced .dropdown-menu-enhanced {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    min-width: 220px;
    display: none;
    z-index: 1060;
    padding: 8px 0;
}

.navbar-nav .dropdown-item-enhanced {
    padding: 14px 22px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .dropdown-item-enhanced:hover {
    background-color: #f8f9fa;
    color: #000;
    padding-left: 26px;
    transform: translateX(2px);
}

.navbar-nav .dropdown-item-enhanced:focus {
    background-color: #f8f9fa;
    color: #000;
    outline: none;
}

.navbar-nav .dropdown-submenu-enhanced .dropdown-toggle-enhanced::after {
    content: "\f285"; /* Bootstrap Icons chevron-right */
    font-family: "bootstrap-icons";
    border: none;
    float: right;
    margin-top: 3px;
    font-size: 12px;
    color: #666;
    transition: all 0.3s ease;
}

.navbar-nav .dropdown-submenu-enhanced:hover .dropdown-toggle-enhanced::after {
    color: #000;
    transform: translateX(2px);
}

/* Third level submenu styling */
.navbar-nav .dropdown-submenu-level3 .dropdown-menu-enhanced {
    left: 100%;
    top: 0;
    background-color: #f9f9f9;
    border-left: 3px solid #007bff;
}

/* Responsive positioning for level 3 dropdowns to prevent off-screen issues */
@media (max-width: 1200px) {
    .navbar-nav .dropdown-submenu-level3 .dropdown-menu-enhanced {
        left: -100%;
        right: 100%;
    }
}

/* Auto-adjust positioning based on viewport */
.navbar-nav .dropdown-submenu-level3:last-child .dropdown-menu-enhanced,
.navbar-nav .dropdown-submenu-level3:nth-last-child(2) .dropdown-menu-enhanced {
    left: -100%;
    right: 100%;
}

/* JavaScript will handle dynamic positioning, but this provides fallback */
.navbar-nav .dropdown-submenu-level3.dropdown-submenu-right .dropdown-menu-enhanced {
    left: -100%;
    right: 100%;
}

.navbar-nav .dropdown-submenu-level3 .dropdown-item-enhanced {
    font-size: 13px;
    padding: 12px 20px;
    color: #555;
}

.navbar-nav .dropdown-submenu-level3 .dropdown-item-enhanced:hover {
    background-color: #e9ecef;
    color: #000;
    padding-left: 24px;
}

/* Main dropdown menu enhanced styles */
.navbar-nav .dropdown-menu-main-enhanced {
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #e8e8e8;
    padding: 10px 0;
    margin-top: 10px;
    background-color: #ffffff;
}

.navbar-nav .dropdown-item-main-enhanced {
    padding: 14px 22px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}

.navbar-nav .dropdown-item-main-enhanced:hover {
    background-color: #f8f9fa;
    color: #000;
    padding-left: 26px;
    transform: translateX(2px);
}

.navbar-nav .nav-link-enhanced.dropdown-toggle {
    color: #333 !important;
    font-weight: 600;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link-enhanced.dropdown-toggle:hover {
    color: #007bff !important;
}

/* Animation for dropdown appearance */
.navbar-nav .dropdown-menu-enhanced.show {
    display: block;
    animation: dropdownFadeIn 0.3s ease-out;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile responsive styles for enhanced dropdowns */
@media (max-width: 768px) {
    .navbar-nav .dropdown-submenu-enhanced .dropdown-menu-enhanced {
        position: static;
        float: none;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        box-shadow: none;
        border: none;
        border-top: 1px solid #e8e8e8;
        border-radius: 0;
        background-color: #f8f9fa;
        padding: 5px 0;
    }
    
    .navbar-nav .dropdown-submenu-enhanced .dropdown-item-enhanced {
        padding-left: 45px;
        font-size: 13px;
    }
    
    /* Enhanced mobile styles for level 3 dropdowns (sub-sub menus) */
    .navbar-nav .dropdown-submenu-level3 .dropdown-menu-enhanced {
        position: static;
        float: none;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        box-shadow: none;
        border: none;
        border-top: 1px solid #dee2e6;
        border-radius: 0;
        background-color: #e9ecef;
        padding: 8px 0;
        left: auto !important;
        right: auto !important;
    }
    
    .navbar-nav .dropdown-submenu-level3 .dropdown-item-enhanced {
        padding-left: 65px;
        font-size: 12px;
        color: #495057;
        font-weight: 400;
        line-height: 1.4;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dee2e6;
    }
    
    .navbar-nav .dropdown-submenu-level3 .dropdown-item-enhanced:last-child {
        border-bottom: none;
    }
    
    .navbar-nav .dropdown-submenu-level3 .dropdown-item-enhanced:hover {
        background-color: #d1ecf1;
        color: #0c5460;
        padding-left: 70px;
        transition: all 0.2s ease;
    }
    
    /* Main dropdown menu mobile enhancements */
    .navbar-nav .dropdown-menu-main-enhanced {
        border-radius: 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        border: 1px solid #dee2e6;
        margin-top: 0;
        background-color: #ffffff;
    }
    
    /* Level 2 dropdown items (Laporan Tahunan, GCG, Publikasi) */
    .navbar-nav .dropdown-submenu-enhanced > .dropdown-item-enhanced {
        padding: 15px 25px;
        font-size: 14px;
        font-weight: 500;
        color: #343a40;
        border-bottom: 1px solid #e9ecef;
        background-color: #ffffff;
    }
    
    .navbar-nav .dropdown-submenu-enhanced > .dropdown-item-enhanced:hover {
        background-color: #f8f9fa;
        color: #007bff;
        padding-left: 30px;
    }
    
    /* Main dropdown items (Info Asset Dijual, Company Profile) */
    .navbar-nav .dropdown-item-main-enhanced {
        padding: 15px 25px;
        font-size: 14px;
        color: #343a40;
        border-bottom: 1px solid #e9ecef;
    }
    
    .navbar-nav .dropdown-item-main-enhanced:hover {
        background-color: #f8f9fa;
        color: #007bff;
    }
    
    .navbar-nav .dropdown-item-main-enhanced:last-child {
        border-bottom: none;
    }
    
    .navbar-nav .dropdown-submenu-enhanced .dropdown-toggle-enhanced::after {
        content: "\f282"; /* Bootstrap Icons chevron-down */
        float: right;
    }
    
    .navbar-nav .dropdown-submenu-enhanced .dropdown-item-enhanced:hover {
        padding-left: 49px;
    }

    .navbar-nav .dropdown-submenu-level3 .dropdown-item-enhanced {
        padding-left: 60px;
        font-size: 12px;
    }

    .navbar-nav .dropdown-submenu-level3 .dropdown-item-enhanced:hover {
        padding-left: 64px;
    }
}


    .publication-header {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        border-radius: 15px;
        margin-bottom: 3rem;
    }

    .publication-title {
        color: #2c5aa0;
        font-weight: 700;
        font-size: 2.5rem;
    }

    .publication-subtitle {
        color: #6c757d;
        font-weight: 500;
    }

    .publication-card {
        border-radius: 15px;
        padding: 30px 20px;
        text-align: left;
        transition: all 0.3s ease;
    }


    .card-content {
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }

    .icon-container {
        flex-shrink: 0;
        width: 50px;
        height: 50px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
    }

    .icon-container i {
        color: white;
        font-size: 1.5rem;
    }

    .report-title {
        color: #003471;
        font-weight: 800;
        font-size: 24px;
        margin: 0 0 8px 0;
        line-height: 1.3;
    }

    .download-link {
        color: #007bff;
        text-decoration: none;
        font-weight: 500;
        font-size: 0.95rem;
        transition: color 0.3s ease;
    }

    .download-link:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    @media (max-width: 768px) {
        .publication-title {
            font-size: 2rem;
        }

        .publication-card {
            padding: 25px 15px;
        }

        .card-content {
            gap: 12px;
        }

        .icon-container {
            width: 45px;
            height: 45px;
        }

        .icon-container i {
            font-size: 1.3rem;
        }

        .report-title {
            font-size: 1rem;
        }
    }

    @media (max-width: 576px) {
        .card-content {
            flex-direction: column;
            text-align: center;
            gap: 15px;
        }

        .icon-container {
            align-self: center;
        }
    }

    .v-t-blue {
        color: #007bff;
    }

    .v-t-blue-dark {
        color: #0056b3;
    }


