@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


* {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    
    body {
        font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
        font-size: 14px;
        line-height: 1.6;
        color: #262836;
        background-color: #ffffff;
        overflow-x: hidden!important;
    }
    /* Menambahkan margin-top atau padding-top untuk menghindari konten tertutup header */
body {
    padding-top: 120px; /* Pastikan konten dimulai setelah header */
}

/* Jika kamu ingin padding dinamis saat header mengecil (misalnya 80px saat scroll) */
body.shrink-padding {
    padding-top: 80px; /* Sesuaikan padding jika header menyusut */
}
    
    .container {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        position: relative;
    }
h2 i {
  position: relative;
  top: -5px; /* bisa -2px kalau masih kurang */
}

    h3 i {
  position: relative;
  top: -3px; /* bisa -2px kalau masih kurang */
}
.post,
.page {
	margin: 0 0 1.5em;
}
/* Header Styling */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    background-color: #fff;
    position: fixed; /* Untuk membuat header tetap di atas */
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 120px; /* Ukuran normal header */
    transition: transform 0.3s ease-in-out, height 0.3s ease-in-out; /* Efek transisi untuk transform dan height */
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

/* Sembunyikan header saat scroll down */
.header.hide {
    transform: translateY(-120px); /* Menghilangkan header ke atas */
}

/* Header muncul kembali saat scroll up */
.header.show {
    transform: translateY(0); /* Menampilkan header dari atas */
}
.header.shrink.show .logo{
    width: 80px; height: auto;
    transition: transform 0.3s ease-in-out, height 0.3s ease-in-out; /* Efek transisi untuk transform dan height */

}

/* Ketika scroll pertama kali ke bawah */
.header.shrink {
    height: 80px!important; /* Tinggi saat scroll ke bawah */
}

    .main-logo{max-width: 200px;}
    .main-logo img {
        display: block;
        max-width: 160px;
        }
    .logo {
        width: 120px;
        height: auto;
    }
    
    .nav-menu {
        display: flex;
        align-items: center;
        gap: 35px;
    }
    
    .nav-link {
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .nav-link:hover {
        color: #0060de;
    }
    .nav-menu ul{margin-bottom: 0; gap: 35px!important;}
    .search-icon {
        width: 24px;
        height: 24px;
    }
    
    .header-right {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    
    
    a.glink, .header-text {
        font-size: 14px;
        color: #4e5267;
        text-decoration: none;
    }
    
    .header-text.bold {
        font-weight: 700;
    }

   .footer a.glink:hover {color: #fff;} 

   /* Icon Style */
   .ico-60 {width: 60px; height: 60px;}
   .icon-grid-2x2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    padding: 0;
    margin: 0;
}

.icon-item {
    padding: 40px 30px;
    text-align: center;
}
@media (max-width: 768px) {
    .icon-item {
    padding: 20px 15px;
}
}
.nav-tabs .nav-link.active {
    color: var(--acm-primary)!important;
    box-shadow: 0 -1px 0 var(--acm-primary) inset!important;
}
.nav-tabs .nav-link {
    font-size: 20px;
    font-family: 'Montserrat', Arial;
    border-bottom: 1px solid #cacaca;
    box-shadow: 0 -1px 0 var(--acm-gray) inset;
}


/* ===== BORDER VERTICAL (tengah kolom) ===== */
.icon-item:nth-child(odd) {
    border-right: 1px dashed rgba(0,96,222,0.2);
}

/* ===== BORDER HORIZONTAL (tengah row) ===== */
.icon-item:nth-child(-n+2) {
    border-bottom: 1px dashed rgba(0,96,222,0.2);
}
    
    /* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;

  display: flex;
  flex-wrap: wrap;

  background-image: url('../images/hero-image-01.webp');
  background-size: cover;
  background-position: center;
}
    .hero-feat-img {
        background-size: cover; 
        background-position: center; 
        background-repeat: no-repeat; 
    }
    .hero-section-big {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        overflow: visible;
        background-size: cover; 
        background-position: center; 
        background-repeat: no-repeat; 
        width: 100%;
        height: 80vh; /* 100% tinggi layar */
    }


    .hero-section-medium {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        overflow: visible;
        background-size: cover; 
        background-position: center; 
        background-repeat: no-repeat; 
        width: 100%;
        height: 70vh; /* 100% tinggi layar */
    }
    

    .hero-thumbnail-wrapper {
        position: absolute;
        bottom: -80px; /* atur seberapa jauh keluar */
        right: 120px;   /* sesuaikan posisi horizontal */
    }

    .hero-thumbnail-wrapper img {
        max-width: 450px; /* opsional */
        border: 20px solid #fff;
        
    }
    .hero-section-small {
        
        display: flex;
        position: relative;
        /*box-shadow: 0px 4px 10px rgba(136, 136, 136, 1);*/
        background-size: cover; 
        background-position: center; 
        background-repeat: no-repeat; 
        width: 100%;
        
    }

    
    .hero-left {
        
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .hero-title {
        font-size: 60px;
        font-weight: 700;
        line-height: 80px;
        color: #ffffff;
        margin-bottom: 15px;
        margin-top: 0px;
        
    }
    .hero-feat-title {
        font-size: 35px;
        font-weight: 500;
        line-height: 35px;
        color: var(--acm-darken-grey);
        margin-bottom: 15px;
        margin-top: 0px;
        
    }

    .hero-big-sub-title {
        font-size: 100px;
        font-weight: 700;
        line-height: 35px;
        color: var(--acm-white);
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .hero-big-title {
        font-size: 200px;
        font-weight: 700;
        line-height: 35px;
        color: var(--acm-white);
        margin-bottom: 15px;
        margin-top: 0px;
        
    }

    .hero-title-md {
        font-size: 35px;
        font-weight: 700;
        line-height: 45px;
        color: #ffffff;
        margin-bottom: 15px;
        margin-top: 0px;
        
    }
    
    .hero-subtitle {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        color: #ffffff;
        margin-bottom: 25px;
        max-width: 509px;
    }
    
    .hero-buttons {
        display: flex;
        gap: 30px;
    }

    .hero-buttons a{
        color: #fff;;
    }

    .hero-buttons a:visited {color: #fff;;}

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

  .hero-panel {
      display: flex;
      will-change: transform;
      transition: transform 1s ease-in-out;
      z-index: 9;
  }

  /* =============================
HERO SLIDER CORE
============================= */

.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* TRACK (isi slide) */
.hero-track {
  opacity: 0;
}
.hero-track {
  position: absolute;
  inset: 0;
  display: flex;
flex-wrap: nowrap;
  height: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
}

/* SLIDE */
.hero-slide {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
    margin: 0;
  padding: 0
}

.hero-slide {
  filter: blur(0px);
  transform: scale(1);
  transition: none; /* penting: jangan pakai transition */
  will-change: transform, filter;
}

/* DARK LAYER */
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* base dark */
  pointer-events: none;
  z-index: 2;
}

/* pastikan content di atas overlay */
.hero-slide-text {
  position: relative;
  z-index: 3;
}
  
/* overlay biar teks kebaca */
.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
}

/* TEXT tetap di atas */
.hero-heading {
  position: absolute;
  z-index: 5;
}

/* HERO LEFT tetap di atas */
.hero-panel {
  position: relative;
  z-index: 10;
}

/* PROGRESS BAR */
.hero-progress {
  position: absolute;
  bottom: 30px;
  left: 50px;
  right: 200px;
  z-index: 20;
}

.hero-progress .bar {
  height: 4px;
  width: 0;
  background: var(--acm-primary);
  border-radius: 2px;
}

.hero-thumbnails {
  position: absolute;
  bottom: 80px;
  right: 80px;
  display: flex;
  gap: 12px;
  z-index: 30;
}

.hero-thumbnails .thumb {
  width: 180px;
  height: 120px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border: 2px solid rgba(255,255,255,0.5);
  transition: all 0.3s ease;
  opacity: 0.8;
  z-index: 30;
}

.hero-thumbnails .thumb:hover {
  opacity: 1;
  transform: scale(1.05);
  border-color: #fff;
}

.hero-thumbnails .thumb.active {
  opacity: 1;
  border-color: var(--acm-primary);
}

.hero-thumbnails .thumb {
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hero-thumbnails .thumb.active {
  border-color: #0d6efd;
  box-shadow: 0 0 0 3px rgba(13,110,253,0.25);
}


.hero-skip {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 50;
}

.hero-skip-btn {
  background: rgba(255,255,255,0.9);
  color: #000;
  border: 0px solid rgba(255,255,255,0.3);
  padding: 20px 50px;
  border-radius: 0;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(40px);
  pointer-events: none;
}



.hero-skip-btn:hover {
  background: rgba(0,0,0,0.6);
  transform: translateY(-2px);
}

  .nav-link .tab-icon {
    transition: transform 0.3s ease;
}

.nav-link.active .tab-icon {
    transform: rotate(-90deg);
}

.tab-pane {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.tab-pane.fade {
    opacity: 0;
    transform: translateY(10px);
}

.tab-pane.fade.show {
    opacity: 1;
    transform: translateY(0);
}
.tab-pane ul li{margin-bottom: 1rem;}

  .icon-svg-50{
    height: 50px;
    width: auto;
  }

  .icon-svg-90{
    height: 90px;
    width: auto;
  }

  a.btn-primary:visited {color:white}
  .btn-primary {
    background-color: #0060de;
    color: #ffffff;
    padding: 20px 20px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700!important;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    transition: 
        background-color 0.3s ease, 
        color 0.3s ease, 
        transform 0.2s ease, 
        box-shadow 0.2s ease;
}

.btn-primary:hover {
    background-color: #0050c7;
    color: #fff;;
}

a.btn-primary-small:visited {color:white}
  .btn-primary-small {
    background-color: var(--acm-primary);
    color: #ffffff!important;
    padding: 5px 20px!important;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    transition: 
        background-color 0.3s ease, 
        color 0.3s ease, 
        transform 0.2s ease, 
        box-shadow 0.2s ease;
    --acm-btn-padding-x: 1.25rem;
    --acm-btn-padding-y: 0.4812rem;
    --acm-btn-font-family: ;
    --acm-btn-font-size: 0.9375rem;
    --acm-btn-font-weight: 500;
    --acm-btn-line-height: 1.375;
    --acm-btn-color: var(--acm-body-color);
    --acm-btn-bg: transparent;
    --acm-btn-border-width: var(--acm-border-width);
    --acm-btn-border-color: transparent;
    --acm-btn-border-radius: var(--acm-border-radius);
    --acm-btn-hover-border-color: transparent;
    --acm-btn-disabled-opacity: 0.45;
    font-family: var(--acm-btn-font-family);
    font-size: var(--acm-btn-font-size);
    font-weight: var(--acm-btn-font-weight);
    line-height: var(--acm-btn-line-height);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--acm-btn-border-width) solid var(--acm-btn-border-color);
    border-radius: var(--acm-border-radius-sm);
}

.btn-primary-small:hover {
    background-color: #0050B9;
    color: #fff;;
}


a.btn-primary-green-small:visited {color:white}
  .btn-primary-green-small {
    background-color: var(--acm-primary-green);
    color: #ffffff!important;
    padding: 5px 20px!important;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    transition: 
        background-color 0.3s ease, 
        color 0.3s ease, 
        transform 0.2s ease, 
        box-shadow 0.2s ease;
    --acm-btn-padding-x: 1.25rem;
    --acm-btn-padding-y: 0.4812rem;
    --acm-btn-font-family: ;
    --acm-btn-font-size: 0.9375rem;
    --acm-btn-font-weight: 500;
    --acm-btn-line-height: 1.375;
    --acm-btn-color: var(--acm-body-color);
    --acm-btn-bg: transparent;
    --acm-btn-border-width: var(--acm-border-width);
    --acm-btn-border-color: transparent;
    --acm-btn-border-radius: var(--acm-border-radius);
    --acm-btn-hover-border-color: transparent;
    --acm-btn-disabled-opacity: 0.45;
    font-family: var(--acm-btn-font-family);
    font-size: var(--acm-btn-font-size);
    font-weight: var(--acm-btn-font-weight);
    line-height: var(--acm-btn-line-height);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--acm-btn-border-width) solid var(--acm-btn-border-color);
    border-radius: var(--acm-border-radius-sm);
}

.btn-primary-green-small:hover {
    background-color: var(--acm-green);
    color: #fff;;
}



.btn-primary-small-outline {
    background-color: transparent;
    color: var(--acm-primary)!important;
    padding: 5px 5px!important;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    transition: 
        background-color 0.3s ease, 
        color 0.3s ease, 
        transform 0.2s ease, 
        box-shadow 0.2s ease;
    --acm-btn-padding-x: 1.25rem;
    --acm-btn-padding-y: 0.4812rem;
    --acm-btn-font-family: ;
    --acm-btn-font-size: 0.9375rem;
    --acm-btn-font-weight: 500;
    --acm-btn-line-height: 1.375;
    --acm-btn-color: var(--acm-body-color);
    --acm-btn-bg: transparent;
    --acm-btn-border-width: var(--acm-border-width);
    --acm-btn-border-color: var(--acm-primary);
    --acm-btn-border-radius: var(--acm-border-radius);
    --acm-btn-hover-border-color: transparent;
    --acm-btn-disabled-opacity: 0.45;
    font-family: var(--acm-btn-font-family);
    font-size: var(--acm-btn-font-size);
    font-weight: var(--acm-btn-font-weight);
    line-height: var(--acm-btn-line-height);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--acm-btn-border-width) solid var(--acm-btn-border-color);
    border-radius: var(--acm-border-radius-sm);
}

.btn-primary-small-outline:hover {
    background-color: var(--acm-primary);
    color: #fff!important;
}

a.btn-dark-small:visited {color:#0050B9}
  .btn-dark-small {
    background-color: #262836;
    color: #ffffff!important;
    padding: 5px 20px!important;
    display: inline-flex;
    align-items: center;
    gap: 16px;
     transition: 
        background-color 0.3s ease, 
        color 0.3s ease, 
        transform 0.2s ease, 
        box-shadow 0.2s ease;
    --acm-btn-padding-x: 1.25rem;
    --acm-btn-padding-y: 0.4812rem;
    --acm-btn-font-family: ;
    --acm-btn-font-size: 0.9375rem;
    --acm-btn-font-weight: 500;
    --acm-btn-line-height: 1.375;
    --acm-btn-color: var(--acm-body-color);
    --acm-btn-bg: transparent;
    --acm-btn-border-width: var(--acm-border-width);
    --acm-btn-border-color: transparent;
    --acm-btn-border-radius: var(--acm-border-radius);
    --acm-btn-hover-border-color: transparent;
    --acm-btn-disabled-opacity: 0.45;
    font-family: var(--acm-btn-font-family);
    font-size: var(--acm-btn-font-size);
    font-weight: var(--acm-btn-font-weight);
    line-height: var(--acm-btn-line-height);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--acm-btn-border-width) solid var(--acm-btn-border-color);
    border-radius: var(--acm-border-radius-xxl);
}

.btn-dark-small:hover {
    background-color: var(--acm-gray-800);
    color: var(--acm-gray-50)!important;
    /*transform: scale(1.05);      /* membesar sedikit saat hover */
    /*box-shadow: 0 4px 12px rgba(0,0,0,0.25); /* bayangan lembut */
}



.btn-secondary {
    background-color: #c9e0ff!important;
    color: #0060de!important;
    padding: 20px 20px!important;
    border: none!important;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700!important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
     transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border 0.3s ease;
  position: relative; /* Tambahkan posisi relatif untuk ::before */
  overflow: hidden;
  padding: 1.25rem 0.4812rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  
  
}



/* Efek sebelum tombol untuk background transisi */
.btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: #b3d4ff; /* warna latar belakang saat hover */
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
  z-index: -1;
}

/* Hover efek */
.btn-secondary:hover {
  
  background-color: #b3d4ff; /* background transparan */
  
}

/* Hover efek untuk background transisi */
.btn-secondary:hover::before {
  transform: scaleX(1); /* Background bertransisi dari kiri ke kanan */
}

.hero-middle{
    background-color: rgba(1, 76, 148, 0.75);
}

.page-section {min-height: 600px!important;}
@media (max-width:480px){
    section.hero-panel .hero-middle {
    display: none !important;
  }
}
.hero-right {
    width: 697px;
    padding: 235px 50px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.hero-right-content {
    color: #ffffff;
}

.hero-right-title {
    font-size: 16px;
    font-weight: 500;
    color: #c3c3c3;
    margin-bottom: 16px;
}

.hero-right-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-right-links a:visited {color: #fff;}
.hero-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: color 0.3s ease;
}

.hero-link:hover {
    color: #c9e0ff;
}


/* Posisi dan visibilitas block heading */
.hero-heading{
  position: absolute;           /* biar nggak ikut layout flex .hero-section */
  top: 50%;
  left: 50px;                   /* geser dari tepi kiri */
  transform: translateY(-50%);
  z-index: 5;                   /* di atas hero-panel */
  color:#fff;
  max-width: 45%;
  pointer-events: none;         /* text tidak clickable; hapus kalau perlu */
}
.hero-heading h2{ font-size: calc(3.5rem + 3vh)!important;  margin:0 0 8px; line-height: 3.9rem;}
.hero-heading h3{  margin:0 0 14px; }
.hero-heading p {  line-height:28px; margin:0; }

.click-btn {
    position: absolute;
    right: 60px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.dark-blue{
    background-color: var(--acm-dark-blue);
    background: linear-gradient(300deg, rgba(125, 125, 147, 0.24) 0%, rgba(5, 5, 48, 0.24) 49.2%, rgba(125, 125, 147, 0.24) 100%);
}
.filter-blur-3 {backdrop-filter: blur(3px);}
.filter-blur-5 {backdrop-filter: blur(5px);}


/* What We Do Section */
.what-we-do {
    height: 650px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 184px;
}

.section-bg-text {
    position: absolute;
    font-size: 21.875rem;
    font-weight: 700;
    line-height: 428px;
    color: #ebf6ff;
    text-align: left;
    z-index: -1;
    top: 150%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
}

.section-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 194px;
}

.section-left {
    max-width: 583px;
}

.section-tag {
    font-size: 16px;
    font-weight: 400;
    color: #232323;
    border: 1px solid #232323;
    padding: 5px 10px;
    border-radius: 5rem;
    text-transform: uppercase;
}

.single-content h2, .section-title {
    font-size: 50px;
    line-height: 62px;
    font-weight: 700;
    color: #262836;
    margin-bottom: 51px;
}

.single-content h3{
    font-size: 24px!important;
    line-height: normal;
    font-weight: 700;
    color: #262836;
    margin-bottom: 20px;
}

.single-content h4{
    font-size: 20px!important;
    line-height: 26px;
    font-weight: 700;
    color: #262836;
    margin-bottom: 20px;
}

.single-content h5{
    font-size: 18px!important;
    line-height: 20px;
    font-weight: 700;
    color: #262836;
    margin-bottom: 10px;
}

.single-content h6{
    font-size: 16px!important;
    line-height: 20px;
    font-weight: 600;
    color: #565656;
    margin-bottom: 10px;
}

.single-content ul , .single-content ol {
    list-style-position: outside;
    padding-left: 1.5rem;
}
@media(max-width:768px){
 .single-content ul , .single-content ol {
    padding-left: 0;
}   
.single-content-special ol li::before {
    width: 30px!important;
    text-align: left!important;
}
.single-content-special ol li{
    padding-left: 35px!important;
}
}
.single-content ol {
    list-style: none;
    counter-reset: jump-counter;
    padding-left: 0;
    margin-left: 0;
}

.single-content ol li { 
    counter-increment: jump-counter;
    position: relative;
    padding-left: 35px; /* space angka */
    margin-bottom: 12px;
}

/* GANTI marker → before */
.single-content ol li::before {
    content: counter(jump-counter, decimal-leading-zero) ".";
    position: absolute;
    left: 0;
    top: 0;
    /*width: 32px;*/
    text-align: right;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.single-content-special ol li {
    position: relative;
    padding-left: 56px; /* lebih besar dari normal */
}

.single-content-special ol li::before {
    content: counter(jump-counter, decimal-leading-zero) ".";
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    text-align: right;
    font-weight: 600;
    color: #0060DE;
    font-size: calc(1rem + 0.1vw);
    font-family: 'Montserrat', sans-serif;
}
.single-content ul li ::marker {
    font-weight: 600;
    margin-right: 8px;
    font-family: 'Montserrat', sans-serif;
}

.section-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #000000;
}

/* Capabilities Section */
.capabilities-section {
    /*padding: 181px 113px;*/
    display: flex;
    gap: 42px;
}

.capabilities-left {
    max-width: 583px;
}

.capabilities-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 61px;
    color: #262836;
    margin-bottom: 1rem;
}
@media(max-width:768px){
    .capabilities-title {
    font-size: 35px;
    line-height: 38px;
}
}

.capabilities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-bottom: 10px;
}

h4.capabilities-coal-spec{
    font-size: 20px!important;
    margin-bottom: 0!important;
}
p.coal-subtitle {font-size: 14px;}

.capability-item {
    padding: 15px 28px;
    display: flex;
    align-items: center;
    gap: 9px;
    width: max-content;
    /*border-bottom: 1px solid rgba(0, 96, 222, 0.2);*/
}

.capability-item:first-child,
.capability-item:nth-child(3) {
    border-right: 0px solid rgba(0, 96, 222, 0.2);
}
.capability-item:nth-child(3), .capability-item:nth-child(4) {
    border-bottom: none;
}
.caps-item{
    align-items: center;
}
.capability-icon {
    width: 90px;
    height: 90px;
}

.capability-icon-small {
    width: 60px;
    height: 60px;
}

.brand-icon-md {
    width: 120px;
    max-height: 30px;
}

.capability-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #262836;
}

.capabilities-right {
    flex: 1;
}

.capabilities-image {
    width: 588px;
    height: 392px;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

.round-30{border-radius: 30px;}
/* Problem Solving Section */
.problem-solving {
    background-color: #eff9ff;
    display: flex;
    gap: 50px;
}

.problem-image {
    width: 588px;
    height: 392px;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

.problem-content h2.accordion-header button {
    font-size: 25px;
    font-weight: bold;
}

.problem-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 61px;
    color: #262836;
    margin-bottom: 10px;
}

.problem-description {
    font-size: var(--acm-root-font-size);
    font-weight: var(--acm-root-font-weight);
    line-height: 32px;
    color: var(--acm-body-color);
    margin-bottom: 10px;
}
.capability-accordion .accordion-button {
    display: flex;
    justify-content: space-between; /* judul di kiri, count + arrow di kanan */
    align-items: center;
}

.capability-accordion .accordion-title {
    flex: 1; /* judul ambil sisa ruang kiri */
}

.capability-accordion .solution-count {
    margin-right: 0.5rem; /* jarak kecil sebelum arrow */
    font-size: 0.9rem;
    color: #666;
    white-space: nowrap;
}

.capability-accordion .accordion-button::after {
    margin-left: 0; /* arrow langsung setelah solution count */
}
.capability-accordion .solution-item {
    padding: 1rem 0;
}
.capability-accordion a.solution-link {
    color: #000;
}
.capability-accordion a.solution-link:hover {
    color: #000;
    
}

.solution-link i {
  margin-left: 1rem; /* atau sesuaikan jaraknya */
  vertical-align: middle; /* supaya ikonnya sejajar dengan teks */
  color: #0060DE;
}

.solution-link {
  position: relative;
  color: inherit;
  text-decoration: none;
}

.solution-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px; /* tebal garis underline */
  background-color: #0060DE; /* warna sama dengan teks */
  transition: width 0.3s ease;
}
.solution-title {
    line-height: 2rem;;
}

.solution-link:hover::after {
  width: 75%;
}


.single-content ol {
    margin: 0;
}

/*@media(max-width:768px){
    .single-content ol{margin-left: 2rem;}
}*/

.capability-accordion p {
    font-size: 14px;
}

.capability-accordion .solution-item:not(:last-child) {
    border-bottom: 1px solid #ddd; /* hanya di tengah */
}
.accordion-body .col-md-4 {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    padding: 15px;
}

.solution-item p {line-height: 1.5rem; margin-bottom: 0.2rem; font-size: inherit;}
.solution-item ul, .solution-item ol {margin: 1rem 0;}

/* Hilangkan border-right di kolom terakhir setiap baris */
.accordion-body .col-md-4:nth-child(3n) {
    border-right: none;
}

/* Hilangkan border-bottom di 3 item terakhir (baris terakhir) */
.accordion-body .col-md-4:nth-last-child(-n+2) {
    border-bottom: none;
}
.sidebar-glossary {
    border-left: 0px solid #dee2e6;
    border-top: 0px solid #dee2e6; 
    margin-left: 0rem; 
    padding-block-start: 0;
}
.jump-section, .sidebar {
    border-left: 1px solid #dee2e6;
    border-top: 0px solid #dee2e6; 
    margin-left: 3rem; 
    padding-block-start: 0;
}
.jump-section ol, .sidebar ol, .related ol {margin: 0;}
.jump-section ol li::marker, .sidebar ol li::marker, .related ol li::marker {
    font-weight: bold;
    color: #0060DE;
}
.jump-section ol li a, .sidebar ol li a {font-weight: 400; color: #000; font-size: 16px;}
.jump-section h3, .sidebar h3 {font-weight: bold; font-size: 24px;;}
.related ol li a {font-weight: 400; color: #000; font-size: inherit;}
.jump-section ol {
    list-style: none;
    counter-reset: jump-counter;
    padding-left: 0;
}

.jump-section ol li, .sidebar ol li, .sidebar-glossary ol li, .related ol li, ol.coal-spec li { 
    counter-increment: jump-counter;
    margin-bottom: 12px;
    list-style-position: inside;
}

.jump-section ol li::before, .sidebar ol li::before, .sidebar-glossary ol li::before, .related ol li::before, ol.coal-spec li::before {
    content: counter(jump-counter, decimal-leading-zero) ". ";
    font-weight: 600;
    /*margin-right: 8px;*/
    color: #0060DE;
    font-size: calc(1rem + 0.1vw);
    font-family: 'Montserrat', sans-serif;
}

h2.related-section-title {
    font-size: 45px;
    font-weight: bold;
    color: white;
}

h3.related-item-title {
    font-size: 24px;
    font-weight: bold;
    color: white;
}


/* Industries Section */
.industries-section {
    background-color: #eff9ff;
    display: flex;
    gap: 41px;
}

.industries-content {
    max-width: 584px;
}

.industries-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    color: #262836;
    margin-bottom: 10px;
}

.industries-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #000000;
    margin-bottom: 15px;
    max-width: 537px;
}

.sectors-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #000000;
    margin-bottom: 32px;
}



.sector-header {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 1px;
}

.sector-icon {
    width: 24px;
    height: 24px;
}

.sector-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000000;
}

.sector-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
}

.industries-image {
    width: 588px;
    height: 392px;
    border-radius: 0px;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

/* Insurance Insights Section */
.insights-section {
    padding: 60px;
}

.insights-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

.insights-title {
    font-size: 41px;
    font-weight: 700;
    line-height: 51px;
    color: #262836;
}

.insights-grid {
    display: flex;
    gap: 50px;
    margin-bottom: 60px;
}

.insight-card {
    flex: 1;
    max-width: 417px;
}

.insight-image {
    width: 417px;
    height: 278px;
    object-fit: cover;
    margin-bottom: 25px;
}

.insight-category {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #0060de;
    margin-bottom: 10px;
}

.insight-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #262836;
    margin-bottom: 10px;
}

.insight-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
    margin-bottom: 15px;
    max-width: 384px;
}

.read-more {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.3s ease;
    width: max-content;
    padding: 5px 0;
}

.read-more:hover {
    color: #0060de;
}

.read-more-icon {
    width: 24px;
    height: 24px;
}

/* Comprehensive Support Section */
.comprehensive-section {
    position: relative;
    background-image: url('../images/acm-coal-trading-5.jpg');
    background-size: cover;
    background-position: center;
    /*transform: translate(-50%, -50%) rotate(-45deg);*/
}

.comprehensive-content {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3px);
}

.white-blur-transparent {
    background-color: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(3px);
}

/* About Section */
.about-section {
    background-color: #0f3b6e;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.about-content {
    z-index: 10;
    position: relative;
}

.about-left {
    max-width: 583px;
}

.about-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 73px;
    color: #ffffff;
}

.about-right {
    max-width: 537px;
}

.about-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 40px;
}

.divider {
    height: 1px;
    background-color: #ffffff;
    margin: 100px 0;
}

.border-left-thin-primary{
    border-left: 1px solid var(--acm-primary);
}

.border-left-thick-primary{
    border-left: 5px solid var(--acm-primary);
}
.border-grey {
    border:1px solid var(--acm-grey);
}

.about-section::before {
    content: attr(data-background-text);
    position: absolute;
    top: 15%;
    right: 10%;
    transform: translate(-50%, -50%) translateY(var(--parallax-y, 0px));
    font-size: 21.875rem;
    font-weight: 700;
    line-height: 1;
    color: rgba(235, 246, 255,0.1);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    transform: translateX(var(--parallax-x, 0));
    pointer-events: none;
}





.facts-left {
    max-width: 440px;
}

.facts-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 43px;
    color: #ffffff;
    margin-bottom: 35px;
}

.facts-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
}

.facts-right {
    display: flex;
    gap: 50px;
}

.fact-item {
    text-align: left;
}

.fact-number {
    font-size: 6rem;
    font-weight: 700;
    line-height: 92px;
    color: var(--acm-info);
}


.fact-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
}



@media (max-width: 767px) {
    .contact-section {height: auto;}
    .insights-title{font-size: 35px;margin-bottom: 0px;}
    .problem-title, .industries-title, .contact-title {font-size: 35px!important; line-height: 45px!important;}
}
.contact-card {
    
    padding: 50px;
    
    display: flex;
    gap: 88px;
    align-items: center;
}

.contact-left {
    max-width: 650px;
}

.contact-tag {
    font-size: 16px;
    font-weight: 700;
    color: #eeeeee;
    margin-bottom: 9px;
}
.cta-note {
    font-size: 18px;
    font-weight: 400;
    color: #eeeeee;
    margin-bottom: 9px;
}
.contact-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    color: #eeeeee;
}

.contact-right {
    max-width: 632px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact-icon {
    width: 45px;
    height: 45px;
    color: #eeeeee;
}

.contact-phone {
    font-size: 53px;
    font-weight: 500;
    line-height: 80px;
    color: #eeeeee;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.contact-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #eeeeee;
    margin-bottom: 18px;
    margin-left: 0px;
}

/* Footer */
.footer {
    background-color: var(--acm-light-blue-primary);
}
.footer a.footer-link, .footer a {color: #292929;}
.footer a:hover, .footer a:visited {color: #292929;}

.footer-lang {
    font-size: 14px;
    color: #292929;
    margin-bottom: 45px;
}

.footer-content {
    display: flex;
    gap: 150px;
}




.footer-logo {
    width: 125px;
    height: auto;
    margin-bottom: 31px;
}

.footer-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #292929;
    margin-bottom: 23px;
}

.newsletter {
    display: flex;
    gap: 0;
}

.newsletter-input {
    flex: 1;
    padding: 20px 10px;
    border: none;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
}

.newsletter-input::placeholder {
    color: #ffffff;
    font-style: italic;
}

.newsletter-btn {
    background-color: transparent;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #fff;
    margin-left: 5px;
    border-radius: 10px!important;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.newsletter input[type="email"] {
    border-radius: 0;
    border:none;
    border-bottom:1px solid #fff;
    padding: 0 10px;
}
.newsletter button {border-radius: 0;}
.footer-right {
    display: flex;
    gap: 0px;
}

.footer-column {
    min-width: 93px;
}

.footer-column-title {
    font-size: 18px;
    font-weight: 700;
    color: #292929;
    margin-bottom: 23px;
    border-bottom: 1px solid #d5d5d5;
}

.footer-link {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #292929!important;
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #292929;
}

.footer-content ul{margin-left: 0px;padding-left: 0px;list-style: none;}
.footer-bottom {
    border-top: 1px solid #C6E6FF;
    padding: 22px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#backToTop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-decoration: none;
  display: none;
  z-index: 99999;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  color: white;               /* default putih */
  mix-blend-mode: difference;
}

#backToTop .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
}

#backToTop i {
  font-size: 18px;
}

#backToTop span {
  font-size: 10px;
}

.brave_popup .brave_popup__step__overlay{backdrop-filter: blur(5px);}
.brave_element__text_inner {font-family: 'Montserrat'!important;}
.brave_popup .brave_element.brave_element--text .brave_element__text_inner h1, .brave_popup .brave_element.brave_element--text .brave_element__text_inner h2, .brave_popup .brave_element.brave_element--text .brave_element__text_inner h3, .brave_popup .brave_element.brave_element--text .brave_element__text_inner h4, .brave_popup .brave_element.brave_element--text .brave_element__text_inner h5, .brave_popup .brave_element.brave_element--text .brave_element__text_inner h6 {font-size:2rem!important; font-family: 'Montserrat'!important; font-weight: 900!important;line-height: 1.1;}
.brave_element__inner .wpcf7-form-control-wrap .form-control{
    height: 42px!important;
    background-color: #fff!important;
    border: 0px solid #b0b0b0!important;
    border-radius: 6px!important;
}
.brave_element__inner .wpcf7-list-item-label {
    font-size: 1rem!important;
}
.brave_popup .brave_popup__close.brave_popup__close--inside_right{right: 12px!important;}
.footer-copyright p {
    font-size: 12px;
    color: #292929;
    margin-bottom: 8px;
}
.brave_popup .wpcf7-not-valid {font-size: 0.8em;}
.brave_popup .wpcf7-not-valid-tip {font-size: 0.8em; margin-left: 2rem; display: none;}
.social-icons {
    display: flex;
    gap: 10px;
}

.social-icon {
    width: 25px;
    height: 25px;
    transition: opacity 0.3s ease;
}

.social-icon:hover {
    opacity: 0.8;
}

/* Accordion */
.accordion-section-title {
    font-size: 2.6rem!important;
    font-weight: bold;
    line-height: 3.3rem;
}




.capability-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.cap-item, .flex-wrap .cap-item {
    flex: 0 0 calc(25% - 1.6rem);
}

.cap-item h4 {line-height: 1.375rem!important;}
.cap-item-3, .flex-wrap .cap-item-3 {
    flex: 0 0 calc(33.3333% - 1rem);
}


.cap-item-lg, .flex-wrap .cap-item-lg {
    flex: 0 0 calc(35% - 0.6rem);
}

.cap-item-md, .flex-wrap .cap-item-md {
    flex: 1 1 20%;
}

.cap-item-lg h4 {line-height: 1.375rem!important;}


.cap-thumb { width:100%; height:auto; margin-bottom:12px; }
.cap-title { font-size:1.2rem; margin-bottom:8px; }
.cap-excerpt { font-size:1rem; color:#555; margin-bottom:12px; }

.img-fluid {
    width: 100%;          /* responsive */
    max-width: 450px;     /* maksimal 450px */
    height: auto;         /* proporsional */
    aspect-ratio: 3 / 2;  /* 450:300 = 3:2 */
    object-fit: cover;    /* crop bagian tengah */
}

.dark-grey-bg{background-color: var(--acm-dark-grey);}
.dark-grey-bg-2 {background-color: #262831}

.filter-row, .blue-section, .blue-bg {
    background: var(--acm-light-blue-primary)!important;
}
.dark-blue-bg {
    background: var(--acm-dark-blue);
    
}

.blue-bg-lng {
    background: var(--acm-blue);
}

.blue-bg-light {
    background: var(--acm-light-blue-primary);
}

.blue-bg-lighten-2 {
    background: var(--acm-lighten-blue-2);
}

.blue-acm-primary {
    background-color: var(--acm-primary);
}
.gray-300 {
    background-color: var(--acm-gray-300);
}
.soft-brown-bg {
    background-color: var(--acm-soft-brown);
}

.grey-30 {background-color: var(--acm-gray-30);}

.border-green{
    border: var(--acm-border-width) solid var(--acm-primary-green);
}

.border-primary{
    border: var(--acm-border-width) solid var(--acm-primary);
}

/* Style umum select */
.filter-controls select.form-select {
    border: none;                  /* hilangkan semua border */
    border-bottom: 2px solid #c0c0c0; /* kasih hanya border bawah */
    border-radius: 0;              /* buang radius default */
    
    box-shadow: none;              /* hilangkan shadow bootstrap */
    padding: 6px 8px;              /* sedikit padding */
    font-size: 16px;
    color: #333;
}

/* Saat focus */
.filter-controls select.form-select:focus {
    border-color: #007bff;   /* ganti warna sesuai theme */
    outline: none;
    box-shadow: none;
}

/* Styling dropdown option (cross browser support berbeda2) */
.filter-controls select.form-select option {
    padding: 8px;
    font-size: 15px;
    color: #333;
    background: #fff;   /* putih */
}

/* Optional: hover di option (bisa beda per browser) */
.filter-controls select.form-select option:hover {
    background: #f2f2f2;
}









.custom-select {
  position: relative;
  border-bottom: 2px solid #B7E2FE;
  cursor: pointer;
  font-size: 16px;
  padding: 6px 8px;
  background: transparent;
  user-select: none;
}

.custom-select .select-trigger {
  padding: 4px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-select .select-trigger::after {
  content: "▾";
  font-size: 24px;
  margin-left: 8px;
  color: #0050c7;
}

.custom-select .options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #f9fcfe;
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  z-index: 99;
}

.custom-select .options.show {
  max-height: 200px; /* tinggi maksimal dropdown saat terbuka */
  overflow-y: auto;
  margin-top: 3px;;
}

.custom-select .option {
  padding: 8px;
  cursor: pointer;
}

.custom-select .option:hover {
  background: #f2f2f2;
}


.bg-section {
  position: relative;
  overflow: hidden;
  min-height: 500px; /* biar terasa luas */
}

.bg-section::before {
  content: attr(data-background-text);
  position: absolute;
  top: 15%;
  right: 10%;
  transform: translate(-50%, -50%) translateY(var(--parallax-y, 0px));
  font-size: 21.875rem;
  font-weight: 700;
  line-height: 1;
  color: #ebf7ff;
  white-space: nowrap;
  pointer-events: none;
  z-index: -2;
  transform: translateX(var(--parallax-x, 0));
  pointer-events: none;
}


.bg-section .section-content {
  position: relative;
  z-index: 1; /* supaya konten di atas background-text */
}



.bg-section-grey {
  position: relative;
  overflow: hidden;
  min-height: 500px; /* biar terasa luas */
}

.bg-section-grey::before {
  content: attr(data-background-text);
  position: absolute;
  top: 15%;
  right: 10%;
  transform: translate(-50%, -50%) translateY(var(--parallax-y, 0px));
  font-size: 21.875rem;
  font-weight: 700;
  line-height: 1;
  color: #eaeaea;
  white-space: nowrap;
  pointer-events: none;
  z-index: -2;
  transform: translateX(var(--parallax-x, 0));
  pointer-events: none;
}


.bg-section-grey .section-content {
  position: relative;
  z-index: 1; /* supaya konten di atas background-text */
}


.card-img-top img {
    width: 300px;
    aspect-ratio: 3 / 3;

}
.card-img-top-32 img {
    width: 300px;
    aspect-ratio: 3 / 2;

}

.card-img-top-height img{
    width: 100%;
    aspect-ratio: 3 / 2;
    
}


.card-img-sidebar img {
    width: calc(100% - 3rem); /* misalnya kurangi 20px dari lebar kontainer */
    height: auto;             /* biar proporsional */
    object-fit: contain;      /* gambar tetap utuh, tidak ketarik */
    margin-bottom: 0.3rem;   
}

a.card-grid-title h5, a .card-title {
    font-size: calc(110%)!important;
}

h3.card-title{ line-height: 1.625rem!important;}
.card-title {min-height: 4rem;}

/* Reset dan overlay default Select2 */
.select2-container {
  width: 100% !important;
  box-sizing: border-box;
  display: block !important;
  font-family: inherit !important;
  font-size: 0.95rem !important;
}

/* Tampilan input utama */
.select2-selection {
  background-color: transparent !important;
  border: 0px solid #d9dee3 !important;
  border-bottom: 1px solid #d9dee3 !important;
  border-radius: 0rem !important; /* Bootstrap-ish */
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 0.5rem !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease-in-out;
}

/* Saat focus */
.select2-container--open .select2-selection {
  border-color: var(--acm-dark-blue) !important; /* warna primer Bootstrap 5 */
  outline: 0 !important;
  
}

/* Placeholder dan teks selected */
.select2-selection__rendered {
  color: #3d3d3d !important;
  line-height: normal !important;
  font-size: 1.2rem !important;
  display: flex !important;
  align-items: center !important;
}

/* Tombol clear (x) */
.select2-selection__clear {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 4px !important;
  font-size: 1.4rem !important; /* bisa diatur sesuai besar teks */
  vertical-align: middle !important;
  position: relative !important;
  top: 0 !important;
  color: 3d3d3d !important;
}
.select2-selection__clear span {
  display: inline-block !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}


/* Panah dropdown */
.select2-selection__arrow {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  right: 8px !important;
  top: 0 !important;
}
.select2-selection__arrow b {
  border-color: #a1acb8 transparent transparent transparent !important;
}

/* Dropdown menu */
.select2-dropdown {
  background: #fff !important;
  border: 1px solid #d9dee3 !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 0.25rem 0.75rem rgba(161,172,184,.25) !important;
  padding: 0.25rem 0 !important;
  z-index: 9999 !important;
  margin-top: 2px!important;
}

/* Opsi dalam dropdown */
.select2-results__option {
  padding: 0.5rem 1rem !important;
  font-size: 0.95rem !important;
  cursor: pointer !important;
}
.select2-results__option--highlighted {
  background-color: #f5f5f9 !important;
  color: #696cff !important;
}
.select2-results__option[aria-selected="true"] {
  background-color: rgba(211, 240, 253, 0.85) !important;
  color: #000 !important;
}

/* Search box dalam dropdown */
.select2-search--dropdown .select2-search__field {
  width: 100% !important;
  padding: 0.375rem 0.75rem !important;
  border: 1px solid #d9dee3 !important;
  border-radius: 0.375rem !important;
  font-size: 0.95rem !important;
  outline: none !important;
  box-sizing: border-box !important;
}


.select2-container .select2-selection--single {
  height: 38px; /* samain dengan form-control bootstrap */
  padding: 5px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  color: 3d3d3d; /* warna text */
  font-size: 1.2rem;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #3d3d3d!important; /* custom warna placeholder */
  font-style: normal;
}

/* Saat select2 dalam keadaan fokus / open */
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: none!important;   /* warna border saat fokus */
  border-bottom: 2px solid rgb(134, 183, 254)!important; 
  
}

/* Input pencarian di dalam dropdown */
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border: 1px solid #0d6efd!important;
  outline: none!important;
  box-shadow: 0 0 3px rgba(13,110,253,0.5)!important;
}

/* Optional: ubah warna highlight option ketika hover/focus */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0d6efd!important;
  color: #fff!important;
}


/* Style untuk input search agar seragam dengan Select2 */
#glosari-search.form-control, #taxonomy-glosari-search.form-control, #bedahpolis-search.form-control, #glosari-search.form-control, #insuranceclause-search.form-control, #riskrecom-search.form-control, #news-search.form-control {
  height: 38px;                  /* samakan dengan Select2 */
  border-radius: 0px;            /* sama dengan select2 border */
  border: 0px solid #ced4da;     /* border abu Bootstrap */
  border-bottom: 1px solid #ced4da;     /* border abu Bootstrap */
  padding: 6px 12px;             /* padding normal */
  font-size: 1.35rem;
  line-height: 1.428;            /* biar sejajar teksnya */
  box-shadow: none;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-textarea {
  width: 100%!important;
}

/* Buat semua checkbox inline-flex dengan gap */
.wpcf7-checkbox {
    display: flex;          /* jadikan container flex */
    flex-wrap: wrap;        /* biar wrap kalau kebanyakan */
    gap: 2rem;            /* set jarak antar checkbox, sesuai gap-2 di Bootstrap */
}
/* wrapper checkbox CF7 supaya vertikal */
.subject-field .wpcf7-checkbox {
    display: flex;
    flex-direction: row; /* stack ke bawah */
    gap: 2rem;           /* jarak antar checkbox */
    margin-top: 0.5rem;
    padding-left: 0px!important;
}

.wpcf7-submit:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}

.cf7apps-hcaptcha {
    margin-bottom: 1rem;
}

.cf7apps-hcaptcha iframe {
    max-width: 100%;
}

/* hapus margin-left default CF7 pada list-item */
.subject-field .wpcf7-list-item {
    margin-left: 0 !important;
}

/* responsive mobile, jarak ke field bawah */
@media (max-width: 768px) {
    .subject-field .wpcf7-checkbox{
        margin-bottom: 1.5rem;
        flex-direction: column;
        gap: 1rem;
    }
}

label {font-family: 'Montserrat',Arial; font-size: 16px; font-weight: 700;}
label .wpcf7-list-item-label {font-family: "Helvetica Neue", sans-serif!important; font-weight: 400;}

/* Hilangkan margin default dari CF7 */
.wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0 !important;
}
.wpcf7-form-control-wrap .wpcf7-form-control {
  /*height: 38px;*/                  /* samakan dengan Select2 */
  border-radius: 0px;            /* sama dengan select2 border */
  border: 0px solid #ced4da;     /* border abu Bootstrap */
  border-bottom: 1px solid #ced4da;     /* border abu Bootstrap */
  padding: 6px 12px;             /* padding normal */
  font-size: 1rem;
  line-height: 1.428;            /* biar sejajar teksnya */
  box-shadow: none;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.wpcf7-checkbox {border-bottom:none!important}

.wpcf7-form-control-wrap textarea.wpcf7-textarea {
  height: 38px;                  /* samakan dengan Select2 */
  border-radius: 0px;            /* sama dengan select2 border */
  border: 1px solid #ced4da;     /* border abu Bootstrap */
  padding: 12px 12px;             /* padding normal */
  font-size: 1rem;
  line-height: 1.428;            /* biar sejajar teksnya */
  box-shadow: none;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  min-height: 175px;
  width: 100%;
}


.wpcf7-not-valid {
    border-color: var(--acm-danger)!important;
}
.wpcf7-not-valid::placeholder {color: var(--acm-danger)!important;}
#glosari-search::placeholder, 
#taxonomy-glosari-search::placeholder, 
#bedahpolis-search::placeholder,
#insuranceclause-search::placeholder,
#riskrecom-search::placeholder,
#news-search::placeholder {
  color: #46535e;        /* ubah warna tulisan */
  font-style: normal; /* bikin miring */
  font-size: 1.2rem;    /* ubah ukuran */
  opacity: 1;         /* biar warnanya tidak transparan */
}

.wpcf7-form-control-wrap .form-control::placeholder {
      color: #3d3d3d;        /* ubah warna tulisan */
  font-style: normal; /* bikin miring */
  font-size: 0.9rem;    /* ubah ukuran */
  opacity: 1;         /* biar warnanya tidak transparan */
}

/* Fokus state */
#glosari-search.form-control:focus, 
#taxonomy-glosari-search.form-control:focus, 
#bedahpolis-search.form-control:focus,
#insuranceclause-search.form-control:focus, 
#riskrecom-search.form-control:focus, 
.select2-selection:focus,
.wpcf7-form-control-wrap .form-control:focus {
    border:none;
    border-bottom: 2px solid #0060DE;         /* warna fokus biru bootstrap */
    box-shadow: none;
}

.wpcf7-not-valid-tip {font-size: 0.75em;}

#alphabet-filter button:hover {
    background: var(--acm-primary);
    color: white;
}
.taxonomy-search-input {
  font-size: 1.25rem!important;   
  padding: .5rem!important;        
  height: auto!important;         
  
}


/* --- General Table Styling --- */
table, #tinjauan, #tinjauan.analisa {
  width: 100%;
  border-collapse: collapse;
  
  font-size: 14px;
  margin: 20px 0;
}

/* --- Table Head --- */
table thead tr {
  background-color: var(--acm-dark-blue);
  color: #fff;
  text-align: center;
  font-weight: bold;
}
table thead td {
  padding: 10px;
  border: 1px solid #ddd;
}

/* --- Table Cells --- */
table td {
  padding: 8px 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
}



/* --- Soft Blue Table Head --- */
.soft-blue-table thead tr {
  background-color: var(--acm-soft-blue);
  color: #000;
  text-align: center;
  font-weight: bold;
}
.soft-blue-table thead td, .soft-blue-table thead tr th {
  padding: 10px;
  border: 1px solid #fff;
}

/* --- Table Cells --- */
.soft-blue-table td {
    background: var(--acm-light-blue-primary);
    padding: 10px;
    border: 1px solid #fff;
    vertical-align: middle;
}



/* --- Column Widths --- */
#tinjauan td.no, #tinjauan.analisa td.no {
  width: 40px;
  text-align: center;
  font-weight: bold;
}
#tinjauan td.type, #tinjauan.analisa td.type {
  width: 220px;
  font-weight: 500;
}
#tinjauan td.check, #tinjauan.analisa td.check {
  width: 60px;
  text-align: center;
}
#tinjauan td.remarks, #tinjauan.analisa td.remarks {
  width: 250px;
}

/* --- Subhead (Kategori) --- */
#tinjauan tr.subhead td, #tinjauan.analisa tr.subhead td {
  background-color: var(--acm-light-blue);
  font-weight: bold;
  text-transform: uppercase;
  color: #2c3e50;
  padding: 15px 10px;
}

/* --- Zebra Striping --- */
#tinjauan tbody tr:nth-child(even):not(.subhead), #tinjauan.analisa tbody tr:nth-child(even):not(.subhead) {
  background-color: var(--acm-gray-50);
}

/* --- Checkmark Colors (override inline) --- */
#tinjauan span, #tinjauan.analisa span {
  font-size: 16px;
  font-weight: bold;
}
#tinjauan span[style*="#ff0000"], #tinjauan.analisa span[style*="#ff0000"] { /* High = Red */
  color: #e74c3c !important;
}
#tinjauan span[style*="#ff9900"], #tinjauan.analisa span[style*="#ff9900"] { /* Mid = Orange */
  color: #e67e22 !important;
}
#tinjauan span[style*="#209120"], #tinjauan.analisa span[style*="#209120"] { /* Low = Green */
  color: #27ae60 !important;
}

/* --- Responsive Scroll --- */
@media (max-width: 768px) {
  #tinjauan, #tinjauan.analisa {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
}

.crumb ol {margin-bottom: 0px;;}
.post-nav a small {
  line-height: 1;
  display: flex;
  align-items: center;
}
.post-nav .separator {
  opacity: 0.6;
}

.news-hero h2.news-title {
    line-height: 2.5rem;
}
.news-hero h2.news-title a{
    
    font-size: calc(70%);
    line-height: .5rem;
}
.hero-article img {
    width: 100%;
    height: calc(80%);
}
.hero-last-content {z-index: 50;}
.main-hero .post-meta a{color: var(--acm-white);}
.main-hero .post-meta a:visited{color: var(--acm-white);}
.main-hero .post-meta.right-list a{color: var(--acm-black);}
.single-content .post-meta a,.single-content .post-meta a:visited, .single-content .post-meta {color: var(--acm-info);}
.top-right-list h2 {
    font-size: calc(1.3625rem + 0.2vh)!important;
    line-height: 1.75rem;
}
.top-right-list h2 a, .top-right-list h2 a:visited{color: var(--acm-black);}


#slide-content {
  overflow-x: hidden;   /* cegah scroll horizontal */
}
/* Hilangkan scrollbar horizontal */
.slider-container {
  overflow-x: hidden; /* cegah muncul scrollbar */
}

.slide-item {min-width: 350px;}
.chevron-left,
.chevron-right {
  width: 65px;   /* sama dengan height */
  height: 65px;  /* bikin kotak */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;    /* supaya isi ikon ter-center */
  border-radius: 50%; /* kalau mau bulat, hapus kalau mau kotak */
}

.nav-text-1{
    width: 50%;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.breadcrumb li a {font-family: 'Montserrat', Helvetica; font-weight: bold;}
.slide-item h2{
    font-size: calc(3rem + 3vh)!important;
}
/* progress wrapper */
.slider-progress {
  height:100%; width:0; background:var(--acm-primary); border-radius:2px; transition:width 0.4s;
}

/* progress bar */
.slider-progress-bar {
  height:4px; background:#ececec; border-radius:2px;
}


#bedahpolis-filter-kategori + .select2 .select2-selection__clear {
  margin-right: 8px !important;
}

/* Pagination container */
.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0;
    gap: 0.25rem;
}

/* Pagination items */
.pagination li {
    display: inline-block;
}

.pagination li a,
.pagination li span {
    display: block;
    padding: 0.2rem 0.75rem;
    color: #232323; /* warna link */
    background-color: #dee2e6;
    text-decoration: none;
    border-radius: 0.15rem;
    transition: all 0.2s;
    font-size: .85rem;
}

.pagination li a:hover, .pagination li .current {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.pagination li.active span {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    pointer-events: none;
}

.pagination li.disabled span {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    pointer-events: none;
}


mark {
    background-color: transparent !important;
    border-bottom: 2px solid var(--acm-info);
    color: #232323!important;
}


.about-card {
  position: relative;
  background: var(--acm-light-blue-primary);
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  overflow: hidden;
  z-index: 0;
}

.about-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--acm-primary, #005bac);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
  z-index: -1;
}

.about-card:hover::before {
  transform: scaleX(1); /* isi dari kiri ke kanan */
}

.about-card:hover {
  color: #fff;
  transform: translateY(0px) scale(1.0);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.about-card-icon i {
  color: var(--acm-primary, #005bac);
  transition: color 0.3s ease;
}

.about-card:hover .about-card-icon i, .about-card:hover h3 {
  color: #fff;
}

.about-card-icon-box {
  position: relative;
  background: rgba(var(--acm-gray-50), 0.5);
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  overflow: hidden;
  z-index: 0;
}

.about-card-icon-box::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--acm-light-blue-primary, #8d8d8d);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
  z-index: -1;
}

.about-card-icon-box:hover::before {
  transform: scaleX(1); /* isi dari kiri ke kanan */
}

.about-card-icon-box:hover {
  color: inherit;
  transform: translateY(0px) scale(1.0);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.about-card-icon i {
  color: var(--acm-primary, #005bac);
  transition: color 0.3s ease;
}

.about-card-icon-box:hover .about-card-icon i, .about-card-icon-box:hover h3, .about-card-icon-box:hover h5 {
  color: inherit;
}
.img-thumb a img{
    aspect-ratio: 1 / 1;
    width: 125px;
}


/* ======= ============== =============================================== */

@media (max-width: 480px) {
    .px-24 {padding-inline: 2rem!important;}
    .header {
        padding: 0 20px;
        flex-wrap: wrap;
        height: auto;
        min-height: 90px;
    }
    
    .nav-menu {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .hero-section {
        flex-direction: column; /* tumpuk vertikal */
        align-items: stretch;
    }

    .hero-panel {
        flex-direction: column !important;
    }

    .hero-left {
        width: 100% !important;
        order: 1; /* tampilkan dulu */
        
    }

    .hero-half-left {
        width: 50% !important;
        order: 1; /* tampilkan dulu */
        
    }

    .hero-middle {
        width: 100% !important;
        order: 2; /* tampilkan setelah hero-left */
        
    }

    .hero-heading {
        text-align: center;
        padding: 16px;
    }

    .click-btn {
        margin-top: 12px;
        text-align: center;
    }    
    
    .section-title {
        font-size: 40px;
        line-height: 50px;
    }
    
    .capabilities-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .sectors-grid {
        flex-direction: column;
    }
}  

@media (max-width: 576px) { 
  /* ≥ 576px = small devices (HP landscape, HP besar) */
   .hero-section {
    flex-direction: column; /* tumpuk vertikal */
    align-items: stretch;
  }

  .hero-section-big {
    height: auto;
  }

  .hero-thumbnail-wrapper {
    position: relative;
    right: inherit;
    bottom: inherit;
  }
  .hero-panel {
    flex-direction: column !important;
  }

  .hero-left {
    width: 100% !important;
    order: 1; /* tampilkan dulu */
    height: auto;   /* 40% tinggi layar */
    max-height: auto;
    
  }
  
  h1.hero-title {
    font-size: calc(2rem + 1.325vh);
    line-height: 2.875rem;
    /*padding-block-start: 3rem;*/
}

  .hero-middle {
    width: 100% !important;
    order: 2; /* tampilkan setelah hero-left */
    
  }

  .hero-heading {
    text-align: center;
    padding: 16px;
  }

  .hero-subtitle {margin-bottom: 1rem;}

  .hero-buttons {display: block;}

  .click-btn {
    margin-top: 12px;
    text-align: center;
  }
  .cap-item, .flex-wrap .cap-item{ flex:1 1 100%; } 
  .cap-item-lg, .flex-wrap .cap-item-lg{ flex:1 1 100%; } 
  .px-24{padding-inline-end: 3rem !important;
  padding-inline-start: 3rem !important;} 
  .py-24 {padding-block-start: 3rem!important;padding-block-end: 3rem!important;}
}

@media (max-width: 768px) { 
  /* ≥ 768px = tablet (iPad Mini dsb) */

  
  .w-50 {width: 100%!important;}
 .hero-section {
    flex-direction: column; /* tumpuk vertikal */
    align-items: stretch;
    height: auto;
  }

  .hero-panel {
    flex-direction: column !important;
  }

  .hero-left {
    width: 100% !important;
    order: 1; /* tampilkan dulu */
  }

  .hero-middle {
    width: 100% !important;
    order: 2; /* tampilkan setelah hero-left */
    
  }

  .hero-heading {
    text-align: left;
    padding: 16px;
    width: 100%;
    max-width: 100%;
    left: 0;
  }
  .hero-heading h2 {
    font-size: calc(3rem + 1.325vh)!important;
  }

  .click-btn {
    margin-top: 12px;
    text-align: center;
  }

  .jump-section, .sidebar {
    margin-left: 0!important;
    border-left: 0px solid #dee2e6 !important;
    border-top: 1px solid #dee2e6!important;
    padding-block-start: 1rem !important;
}


.capability-item:nth-child(3), .capability-item:nth-child(4) {
    border-bottom: none;
}
.capability-item {padding: .5rem;}

.card-img-top img {width: 100%; height: auto;}
.card-img-top-32 img {
    width: 100%;
    aspect-ratio: 3 / 2;
}
.capability-accordion .solution-item:not(:last-child) {
    border-right: none;
}
    .section-content {
        flex-direction: column;
        gap: 50px;
    }

    .capabilities-section,
    .problem-solving,
    .industries-section {
        flex-direction: column;
        gap: 30px;
    }

    .insights-grid {
        flex-direction: column;
        gap: 30px;
    }

    .about-content,
    .facts-section {
        flex-direction: column;
        gap: 30px;
    }

    .contact-card {
        flex-direction: column;
        gap: 30px;
        padding: 30px;
    }

    .dark-blue-bg.contact-map {
    display: flex;
    flex-direction: column;
    height: 100%; /* penting: stretch sesuai parent row */
    padding: 1.5rem;
    box-sizing: border-box;
}

/* social icons dorong ke bawah */
.dark-blue-bg.contact-map .mt-auto {
    margin-top: auto;
}

/* responsive mobile */
@media (max-width: 767px) {
    .dark-blue-bg.contact-map {
        height: auto; /* biar menyesuaikan konten */
    }
    .dark-blue-bg.contact-map .mt-auto {
        margin-top: 1rem;
    }
}
    .footer-content,
    .footer-right {
        flex-direction: column;
        gap: 30px;
    }
    .hero-panel{width: 100%!important;z-index: 999;}
    .hero-left {width: 100%!important;}
    section.hero-panel .hero-middle {
    display: none !important;
  }
  .comprehensive-section {
    padding: 3rem;
  }
  .comprehensive-section .comprehensive-content {
    margin-inline-start: 0rem!important;
    margin-inline-end: 0rem!important;
  }
  .hero-section-small {
    flex-direction: column;
  }
  .news-hero{
    flex-direction: column;
  }
  .capability-grid, .single-content {flex-direction: column;}
  .contact-phone {font-size: calc(1rem + 1.825vh);}
  .single-content h2, .section-title {line-height: 2.375rem;font-size: 32px!important;}
}
.mobile-nav {
    padding-inline-start: 2rem;
    padding-inline-end: 2rem;
}
.mobile-nav-main {
    padding-block-end: 2rem;
    margin-block-end: 2rem;
    border-bottom: 1px solid var(--acm-gray-75);
}
.mobile-nav-main a.nav-link {
    margin-block-end: 0.5rem;
}
.mobile-nav-main a, .mobile-nav-main a:visited {
    font-size: calc(150%);
}
.mobile-nav-main a, .mobile-nav-main a:visited {
    color: #4e5267;
}

.mobile-nav-secondary{
    border-bottom: 1px solid var(--acm-gray-75);
    padding-block-end: 1rem;
    margin-bottom: 1rem;
}
.mobile-nav-secondary .nav-link {
    
    font-size: calc(150%);
    
}

#mobile-language-switcher {
    border-bottom: 1px solid var(--acm-gray-75);
    padding-block-end: 1rem;
}
#mobile-language-switcher a {
    font-size: calc(150%);
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    padding: 0.75rem;
    transition: right 0.3s ease;
}
.mobile-menu.active { right: 0; }

.hamburger { font-size: 2rem; background: none; border: none; }
.hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;     /* bebas, yang penting konsisten */
  padding: 0;
  border: none;
  background: none;
}
.hamburger i {
  font-size: 26px;
  line-height: 1;
  display: block;
}

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

.mobile-header .logo {
  display: block;
}

.close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: none;
  border: none;
}

.close-btn i {
  font-size: 24px;
  line-height: 1;
}

#custom-language-switcher, #mobile-language-switcher {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

@media (max-width: 992px) { 
  /* ≥ 992px = laptop kecil */
}

@media (max-width: 1200px) { 
  /* ≥ 1200px = laptop/desktop besar */
}

@media (max-width: 1400px) { 
  /* ≥ 1400px = monitor besar / ultrawide */
}

@media(max-width:992px){ .cap-item{ flex:1 1 calc(50% - 24px); } }
@media(max-width:576px){ 
    
}

/* MOBILE: divider bawah */
.capability-grid .col-md-6 {
  border-bottom: 1px dashed rgba(0,96,222,0.2);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

/* DESKTOP */
@media (min-width: 768px) {

  /* hapus divider bawah */
  .capability-grid .col-md-6 {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
  }

  /* hanya kolom kiri */
  .capability-grid .col-md-6:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -2px;   /* setengah gutter bootstrap (default ~24px) */
    width: 1px;
    height: 100%;
    border-right: 1px dashed rgba(0,96,222,0.2);
  }
}


/* Remove outer border illusion */
.icon-box-wrapper {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.icon-box-col {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

/* Remove right border on last column each row */
@media (min-width: 768px) {
    .icon-box-col:nth-child(3n) {
        border-right: none;
    }
}

/* Remove top border on first row */
.icon-box-col:nth-child(-n+3) {
    border-top: none;
}

/* Mobile: 1 column */
@media (max-width: 767px) {
    .icon-box-col {
        border-right: none;
    }
}

/* Icon size */
.icon-box-inner img {
    max-width: 48px;
    height: auto;
}
.team-thumb {
    aspect-ratio: 1 / 1;   /* bikin kotak */
    overflow: hidden;
}

.team-img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;     /* crop otomatis tanpa gepeng */
}

.chart-height {height: 480px;}

.chart-legend{
display:flex;
gap:18px;
flex-wrap:wrap;
}

.chart-legend-item{
cursor:pointer;
font-size:14px;
display:flex;
align-items:center;
gap:10px;
padding: 2px 8px;
border: 1px solid #d3d3d3;
border-radius: 8px;
transition:all .2s ease;
}

.legend-dot{
width:10px;
height:10px;
border-radius:50%;
display:inline-block;
}

.legend-disabled{
opacity:0.35;
}

.chart-legend-item:hover{
background:#f5f5f5;
}




.social-share .share-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-share .share-btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

/* Wrapper */
.acm-share-wrapper {
    display: flex;
    flex-direction: row;
      z-index: 999!important;
      margin-bottom: 20px;
}


@media (min-width:576px) {
    .acm-share-wrapper{
        flex-direction: row;;
    }
}
/* Header */
.acm-share-header {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ffffff;
}

/* Container */
.acm-share-items {
    display: flex;
    gap: 8px;
    flex-direction: row; /* MOBILE */
}

/* Desktop jadi vertical */
@media (min-width: 768px) {
    .acm-share-items {
        flex-direction: column;
    }
    
}

/* Button */
.acm-share-btn {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px;
}

.acm-share-btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

.acm-share-header {
    display: flex;
    flex-direction: column;   /* icon di atas, text di bawah */
    align-items: center;      /* center horizontal */
    justify-content: center;
    gap: 4px;
    margin-bottom: 10px;
}

/* Icon */
.acm-share-header i {
    width: 20px;
    height: 20px;
    font-size: 20px;          /* ini yang bikin icon besar */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Text */
.acm-share-header span {
    font-size: 11px;
    font-weight: 600;
    color: #6c757d;
    line-height: 1;
}
.acm-share-btn .ti {width:1.5em; height: 1.5em;}
/* Brand Colors */
.acm-share-btn.facebook .ti { background: #fff; }
.acm-share-btn.x .ti { background: #fff; }
.acm-share-btn.whatsapp .ti { background: #fff; }
.acm-share-btn.email .ti { background: #fff; }
.acm-share-btn.copy .ti { background: #fff; }
.acm-share-btn.print .ti { background: #fff; }
.acm-share-btn.more .ti { background: #fff; }

button.acm-share-btn {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    background: transparent; /* biar ikut class warna */
}
@media (min-width: 768px) {
    .acm-share-wrapper {
        position: sticky;
        flex-direction: column;
        top: 120px;
    }
}
/* Avatar */
.author-avatar img {
    width: 38px;
    height: 38px;
    border-radius: 50%; /* lingkaran */
    object-fit: cover;
    border: 2px solid #e9ecef; /* soft border */
}

/* Name */
.author-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
}

/* Title */
.author-title {
    font-size: 12px;
}




.post-author-bio .author-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #e9ecef;
    object-fit: cover;
}

.post-author-bio .author-bio-content .author-name {
    font-weight: 600;
    font-size: 14px;
}

.post-author-bio .author-bio-content .author-title {
    font-size: 12px;
    color: #6c757d;
}

.post-author-bio .author-bio-content p {
    font-size: 13px;
    margin-top: 4px;
    color: #495057;
}

blockquote {
    padding: 20px 10px;
    font-size: calc(1rem + 0.75vh);
    font-style: italic;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}


a.gloss-block {transition: transform 1s ease-in-out;   }
a.gloss-block:hover{
    background: var(--acm-soft-blue);
    border: 1px solid var(--acm-blue)!important;
}

.popular-categories-list {
    list-style: none;   /* hilangkan bullet */
    padding: 0;         /* hilangkan padding default */
    margin: 0;          /* hilangkan margin default */
    text-align: left;   /* rata kiri */
}

.popular-categories-list li {
    margin-bottom: 0.25rem; /* opsional, jarak antar item */
}

.main-glossary a{color: var(--acm-black);}
.disabled-letter {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}

.search-result-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 50%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    z-index: 999;
    display: none;
    max-height: 220px;
    overflow-y: auto;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.search-result-item {
    padding: 8px 10px;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    line-height: 1.3;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover {
    background: #f8f8f8;
}

.news-latest a{
    color: var(--acm-black);
}
.archive-title {
    font-size: 1.35rem;
}
/* =========================
   BASE (MOBILE FIRST)
========================= */

/* Equal height */
.news-item,
.news-item-vertical {
  height: 100%;
}

/* Layout default (mobile = vertical) */
.news-thumb,
.news-content {
  width: 100%;
}

/* LEFT layout */
.news-item {
  display: flex;
  gap: 20px;
}

.news-thumb {
  flex: 0 0 40%; /* tetap 40% tapi ratio terjaga */
}

.news-content {
  flex: 1;
}

/* Image container */
.news-thumb,
.news-thumb-vertical {
  height: 200px!important;
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 16/9;
}

/* Image behavior */
.news-thumb img,
.news-thumb-vertical img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/* =========================
   TABLET & DESKTOP
========================= */
@media (min-width: 768px) {

  .news-item {
    align-items: stretch; /* biar tinggi sinkron */
  }

  /* Left layout (horizontal split) */
  .news-thumb {
    width: 40%;
    min-width: 40%;
    height: auto; /* ikut tinggi container */
  }

  .news-content {
    width: 60%;
  }

}
/* Typography rapih */
.archive-title a {
  text-decoration: none;
  color: inherit;
}

.archive-title a:hover {
  color: var(--acm-primary);
}

/* Read more */
.read-more {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

/* CSS untuk post-nav sticky behavior */
.sticky-nav {
  position: sticky;
  top: 0px; /* Posisi awal sticky-nav */
  z-index: 100; /* Posisikan lebih tinggi dari konten lainnya */
  background-color: #fff;
  transition: top 0.3s ease; /* Transisi yang mulus saat posisi berubah */
}

/* Placeholder untuk sticky-nav */
.sticky-nav-placeholder {
  display: none;
  height: 120px; /* Sesuaikan tinggi placeholder dengan header */
}

/* Ketika sticky-nav mencapai posisi atas, terapkan class sticky */
.sticky-nav.sticky {
  top: 0px;
  z-index: 10; /* Agar tetap di bawah header */
}

/* Saat sticky-nav disembunyikan saat scroll down */
.sticky-nav.hidden {
  display: none; /* Sembunyikan saat scroll ke bawah */
}

/* Tambahkan efek bayangan saat sticky-nav terlihat */
.sticky-nav.sticky-top-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Bayangan untuk efek */
}

/* CSS untuk post-nav sticky behavior */
.sticky-nav {
  position: sticky;
  top: 0; /* Sticky di top */
  z-index: 1000; /* Pastikan sticky-nav berada di atas */
  background-color: #fff;
  transition: top 0.3s ease; /* Transisi mulus saat posisi berubah */
}

/* Placeholder untuk post-nav */
.sticky-nav-placeholder {
  display: none;
  height: 120px; /* Sesuaikan dengan header atau ukuran post-nav */
}

/* Untuk sidebar sticky, kita tetapkan z-index lebih rendah */
.sidebar.sticky-top {
  position: sticky;
  top: 120px; /* Agar posisi sidebar tetap setelah post-nav */
  z-index: 999; /* Pastikan berada di bawah post-nav */
  background-color: #fff;
}

/* Class untuk sticky-nav yang bergerak */
.sticky-nav.sticky {
  top: 0; /* Terus di atas saat scroll */
  z-index: 1000; /* Di atas header */
}

/* Sembunyikan saat scroll down */
.sticky-nav.hidden {
  display: none;
}

/* Efek bayangan untuk post-nav saat sticky */
.sticky-nav.sticky-top-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.badge:hover {
    background-color: var(--acm-primary)!important;
    color: var(--acm-white)!important;
}


@media (max-width: 767.98px) {
    body{padding-top: 90px;}
  .header {
    padding-left: 25px !important;
    padding-right: 25px !important;
    height: 90px;
  }

  .header .d-flex {
    gap: 8px !important;
  }

  .hamburger {
    margin-left: auto;
    padding: 4px;
  }
}


.btn-prev.is-disabled,
.btn-next.is-disabled {
  opacity: 0.3;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.btn-prev,
.btn-next {
  transition: all 0.3s ease;
}

.btn-prev.is-disabled,
.btn-next.is-disabled {
  opacity: 0.2;
  transform: scale(0.95);
}

.insight-number-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: flex-start; /* angka tetap di kiri */

  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);

  color: #262836;
  font-weight: 700;
  font-size: 36px;

  padding: 12px 20px;

  line-height: 1;
}
.slide-item img {
  transition: transform 0.4s ease;
}

.slide-item:hover img {
  transform: scale(1);
}


.post-thumbnail-insight {
    position: relative;
    aspect-ratio: 3 / 4; /* ini kunci */
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.5);
}

.post-thumbnail-insight img.thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.last-insight-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    background: rgba(38, 40, 54, 0.6);
    padding: 12px 16px;
    backdrop-filter: blur(6px);
}

.subject-checkboxes .wpcf7-checkbox {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .subject-checkboxes .wpcf7-checkbox {
    flex-direction: column !important;
    gap: 10px;
  }

  .subject-checkboxes .wpcf7-list-item {
    display: block !important;
    margin: 0 0 10px 0 !important;
  }


}


.top-quote {
    position: relative;
}

.top-quote::before {
    content: "\"";
    position: absolute;
    top: -80px;       /* naik ke atas */
    left: 25px;      /* geser kiri sedikit */
    font-size: 10em;   /* 5x lebih besar */
    line-height: 1;   /* tidak ikut ganggu line height */
    opacity: 0.15;    /* optional: efek editorial halus */
    pointer-events: none;
}


.insight-card {
  border-radius: 0px;
  overflow: hidden;
  background: #fff;
  height: 100%;
}

.insight-card img {
  object-fit: cover;
  height: 200px;
}

.insight-category {
  font-size: 12px;
  font-weight: 600;
  color: #888;
}

.top-pagination{z-index: 1021!important;}



.coal-spec {min-height: 150px;}

ol.coal-spec {
    list-style: none;
    padding-left: 0;
    counter-reset: jump-counter;
}

ol.coal-spec li {
    position: relative;
    padding-left: 2rem;
    counter-increment: jump-counter;
}



/* Hapus marker bawaan Safari */
ol.coal-spec li::marker {
    content: "";
}

ol {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

/* ini penting untuk Safari */
ol li{
    display: block;
}
ol{
    -webkit-padding-start: 0; /* Safari iOS */
}
ol li::marker {
    display: none;
}

@media (max-width: 768px) {
    ol.breadcrumb li{padding-left: 0px;}
}

/* =====================================================
   CHART CONTAINER
===================================================== */
.acm-chart-container {
    background-color: var(--acm-gray-50);
    border-radius: var(--acm-border-radius-lg);
}

/* =====================================================
   CHART WRAPPER
===================================================== */
.acm-chart-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: var(--acm-white);
}

@media (max-width: 768px) {
    .acm-chart-wrapper {
        height: 300px;
    }
}

/* =====================================================
   TABLE WRAPPER (BASE)
===================================================== */
.acm-table-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

/* scroll mode */
.acm-table-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    display: block;
}

/* table base */
.acm-table-scroll table {
    width: 100%;
    table-layout: fixed; /* 🔥 penting */
    border-collapse: collapse;
}

/* =====================================================
   TABLE STYLE (DESKTOP)
===================================================== */
.acm-table-wrapper table thead tr {
    background-color: var(--acm-grey-25);
}

.acm-table-wrapper table tbody tr {
    background-color: var(--acm-white);
}

.acm-table-wrapper table thead th {
    padding-block: 1rem!important;
    vertical-align: middle;
}
.acm-table-wrapper table tbody td:first-child,
.acm-table-wrapper table thead th:first-child {
    width: 15rem;
    max-width: 20rem;
    white-space: normal;
    overflow-wrap: break-word;
}

.acm-table-wrapper table thead th,
.acm-table-wrapper table tbody td {
    text-align: center;
    border: none !important;
    border-bottom: 1px solid var(--acm-border-color, #ddd) !important;
}

.acm-table-wrapper tbody tr:last-child td {
    border-bottom: none !important;
}

.acm-table-wrapper tbody tr {
    transition: background-color 0.25s ease, transform 0.2s ease;
}

/* hover */
.acm-table-wrapper tbody tr:hover {
    background-color: var(--acm-primary);
}

.acm-table-wrapper tbody tr:hover td {
    color: var(--acm-white);
}

/* =====================================================
   TABLE RESPONSIVE (MOBILE STACK MODE)
===================================================== */
@media (max-width: 768px) {

    /* hide header */
    .acm-table-wrapper thead {
        display: none;
    }

    .acm-table-wrapper table tbody td:first-child,
.acm-table-wrapper table thead th:first-child {
    width: 100%;
}
    /* block layout */
    .acm-table-wrapper table,
    .acm-table-wrapper tbody,
    .acm-table-wrapper tr,
    .acm-table-wrapper td {
        display: block;
        width: 100%;
    }

    .acm-table-wrapper tr {
        margin-bottom: 12px;
        padding: 10px;
        border-bottom: 1px solid #eee;
        background: var(--acm-white);
    }

    .acm-table-wrapper td {
        text-align: right!important;
        padding-left: 50%!important;
        position: relative;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .acm-table-wrapper td::before {
        content: attr(data-label);
        position: absolute;
        left: 12px;
        width: 65%;
        text-align: left;
        font-weight: 600;
    }
    .acm-table-wrapper table tbody td:last-child {
        border-bottom: none!important;
        border-bottom-left-radius: var(--acm-border-radius-sm);
        border-bottom-right-radius: var(--acm-border-radius-sm);
    }
    .acm-table-wrapper table tbody td:first-child {
        background-color: var(--acm-primary);
        color: white;
        border-top-left-radius: var(--acm-border-radius-sm);
        border-top-right-radius: var(--acm-border-radius-sm);
    }
    .acm-table-wrapper table tbody tr{border-radius: var(--acm-border-radius-lg);}
}

.acm-table-scroll {
    overflow-x: auto;
}

.table-ssm {
    
    border-collapse: separate;
    border-spacing: 0;
    border-radius: var(--acm-border-radius-lg);
    overflow: hidden;
}

/* Header */
.table-ssm thead tr:first-child th:first-child {
    border-top-left-radius: var(--acm-border-radius-lg);
}

.table-ssm thead tr:first-child th:last-child {
    border-top-right-radius: var(--acm-border-radius-lg);
}

/* Footer / last row */
.table-ssm tbody tr:last-child td:first-child {
    border-bottom-left-radius: var(--acm-border-radius-lg);
}

.table-ssm tbody tr:last-child td:last-child {
    border-bottom-right-radius: var(--acm-border-radius-lg);
}

/* Optional styling */
.table-ssm th,
.table-ssm td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.table-ssm tbody tr:last-child td {
    border-bottom: none!important;
}



/*Statistic Archive*/
.statistic-tabs-wrapper{
    width:100%;
    overflow-x:auto;
    
}

.statistic-tabs{
    display:flex;
    flex-wrap:nowrap;
    gap:12px;
    border-bottom: 1px solid var(--acm-grey-25);
}

.stat-tab{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color: var(--acm-nav-link-color) !important;
    text-decoration:none;
    font-weight:var(--acm-nav-link-font-weight);
    font-size: var(--acm-nav-link-font-size);
    white-space:nowrap;
    transition:all .2s ease;
}

.stat-tab.active{
    color:var(--acm-primary)!important;
    font-weight: 600;
    pointer-events:none;
    border-bottom: 1px solid var(--acm-primary);
}

.stat-tab:hover{
    color:#111;
}

.opening-section h2{
    font-weight: 700;
}


.opening-section {
    position: relative;
}

.opening-section .carousel-item {
    min-height: 500px;
}

.opening-nav {
    z-index: 10;
}

.opening-nav .btn {
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opening-nav i {
    font-size: 20px;
}

.opening-section .carousel .carousel-item.active h2, .opening-section .carousel .carousel-item h2, .opening-section .carousel .carousel-item.carousel-item-start h2{
    color: var(--acm-black);
}



/*UI UX Dashboard*/
.snapshot-dashboard-section{
    background:
        linear-gradient(
            180deg,
            #f5f9ff 0%,
            #edf4ff 100%
        );
}

/* -------------------------
TITLE
------------------------- */

.snapshot-subtitle{
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #4d6bfe;
}

.snapshot-title{
    font-size: clamp(1rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.1;
    color: #111827;
}



/* -------------------------
SIDEBAR
------------------------- */

.snapshot-sidebar{
    position: sticky;
    padding-top: 1.5rem;
}

#snapshot-tabs .nav-link{
    background: rgba(255,255,255,.65);
    backdrop-filter: blur(12px);
    /*border: 1px solid rgba(255,255,255,.4);*/
    border-radius: var(--acm-border-radius);
    padding: 0.75rem 1.25rem;
    text-align: left;
    transition: all .25s ease;
    color: #111827;
    /* IMPORTANT */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#snapshot-tabs .nav-link:hover{
    transform: translateY(-2px);
    background: #ffffff;
}

#snapshot-tabs .nav-link.active{
    background: var(--acm-light-blue);
    box-shadow:
        none;
}

.tab-title{
    display: block;
    width: 100%;

    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;

    margin-bottom: .35rem;
}

.tab-desc{
    display: block;
    width: 100%;

    font-size: .82rem;
    line-height: 1.5;

    opacity: .72;

    white-space: normal;
}
/* -------------------------
CONTENT CARD
------------------------- */

.snapshot-content-card{
    background: rgba(255,255,255,.72);
    backdrop-filter: blur(18px);
    border-radius: var(--acm-border-radius);
    padding: 2rem;
    border: 1px solid rgba(255,255,255,.5);
    min-height: 550px;
    
}

.dashboard-card-header{
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;

    border-bottom:
        1px solid rgba(0,0,0,.08);
}

.dashboard-eyebrow{
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #6b7280;
}

.dashboard-title{
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
}


.stat-bg-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 90px;
    height: 90px;
    opacity: 0.08;
    pointer-events: none;
    z-index: 0;
}


a .cap-item-md:hover h5.card-titles, a .cap-item-md:hover .show-more-data span, a .cap-item-md:hover i, a .cap-item-md:hover p {
    color: var(--acm-primary)!important;
}



@media (max-width: 991.98px) {

    .snapshot-sidebar {
        margin-bottom: 1rem;
    }

    .snapshot-sidebar .nav {

        flex-wrap: nowrap;

        overflow-x: auto;
        overflow-y: hidden;

        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;

        scrollbar-width: none;

        gap: 12px !important;

        padding-bottom: 6px;
        padding-right: 20px;

        scroll-snap-type: x mandatory;
    }

    .snapshot-sidebar .nav::-webkit-scrollbar {
        display: none;
    }

    .snapshot-sidebar .nav-link {

        flex: 0 0 auto;

        width: 62%;

        min-height: 90px;

        border-radius: 18px;

        padding: 16px 18px;

        text-align: left;

        transition: all .25s ease;

        scroll-snap-align: start;
    }

    .snapshot-sidebar .nav-link.active {
        transform: translateY(-2px);
    }

    .snapshot-sidebar .tab-title {
        display: block;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .snapshot-sidebar .tab-desc {
        display: block;
        font-size: .85rem;
        opacity: .8;
        line-height: 1.4;
    }

}

.wpcf7 form.sent .wpcf7-response-output {
    color: var(--acm-green)!important;
}
.wpcf7 form .wpcf7-response-output {
    border: none!important;
    margin: 2em 0!important;
    padding: 0px!important;
}




.value-item{
    padding:24px;
    border-radius:20px;
    transition:.3s;
}

.value-icon{
    flex:0 0 60px;
}

.value-icon img{
    width:60px;
    height:60px;
}

.value-content h5{
    margin-bottom:.5rem;
}






