body {
  position: relative;
}
a {
  color: #3C5896;
  text-decoration: none;
}
h1{
  font-size: 32px;
}
h4{
  margin-bottom: 2rem;
}
h6{
  color: #3C5896;
}
/* p{
  font-weight: 300;
} */

section {
  /* height: 100vh; */
  position: relative;
}
#section2{
  min-height: 100vh;
}

#section3{
  min-height: 100vh;
}
#section1{
  min-height: calc(9 / 16 * 100%);;
}
/* #section1{
  min-height: calc(100vh - 60px);
} */
#section3 h2{
color: #3C5896;
}
#section4 {
  min-height: 80vh;
}
#section5 {
  min-height: 100vh;
}
#section6 h2,h5{
color: #3C5896;
}
#section7{
  min-height: 100vh;
}
#section8 {
  min-height: 90vh;
}
.min-auto{
  min-height: auto!important;
}
.min-home{
  padding: 5rem 0;
}
.min-home.home-8{
  min-height: 80vh;
}
.min-home.home-3{
  min-height: 60vh;
}
footer{
color: #3C5896;
background-color: #FFFFFF;
}
footer li{
margin: 0.5rem 0;
}
footer li a{
color: #3C5896;
text-decoration: none;
}
.pengumuman li a{
text-decoration: underline;
}
.about img{
margin: 10px;
}
.componen-profile{
background-color: #F3F5FB;
}
.border-general{
border-color: #3C5896 !important;
}
.border-warning{
border-color: #FF9940 !important;
}
.text-warning{
  color: #FF9940!important;
}
.profile{
color: #3C5896;
}
  .blue-square {
  background-color: #3C5896;
  width: 90%;
  color: white;
  display: flex;
  justify-content: left;
  align-items: start;
}
.white-square {
    background-color: #FFFFFF;
    width: 90%;
    color: white;
    display: flex;
    justify-content: left;
    align-items: start;
  }
  .white-square h1{
    color: #3C5896;
  }
/* .bg-1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
} */
.bg-2 {
    background: url('../images/background/home-about-us-section.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }
.bg-3 { 
    background: url('../images/background/section3.png');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position:right;
}
.bg-4 { background-color: #7a8cb7; }
.bg-5{
  background-color: #c5cee1;
}
.bg-8 {
  background: url("../images/background/section8-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom ;
}
.scrollspy-nav {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 1000;
}
.content{
  align-items: center;

}
.cta-button {
  background-color: orange;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}
.scrollspy-nav button {
  display: block;
  margin: 30px 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: #6c757d;
  transition: background-color 0.3s;
  cursor: pointer;
}
.scrollspy-nav button.active {
  background-color: orange;
}
.lang-switch button.active {
  color: orange;
}
.lang-switch span {
  vertical-align: middle;
}
.down-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2em;
  color: white;
  cursor: pointer;
}

.timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px 0;
  margin: 20px 0;
}
/* .timeline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-top: 1.5px dotted #3C5896; Mengubah garis menjadi putus-putus
  top: 25px;
  left: 0;
  z-index: 1;
} */
.timeline-item {
  position: relative;
  text-align: left;
  flex: 1;
  z-index: 2;
}

.timeline-dot {
  width: 12px;
  height: 12px;
  background: #3C5896;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 10px;
}
.timeline-content {
  position: relative;
  top: 20px;
  color: #3C5896;
}
.timeline-content h5 {
  margin-bottom: 5px;
}
.timeline-content p {
  margin-bottom: 0;
  white-space: break-spaces;
}
.accordion-item{
  border: transparent;
}
.accordion-body{
  background-color: #eaedf5;
}
.accordion-button{
  color: #FFFFFF;
  font-weight: bold;
}

 


.img-hand{
  z-index: 1;
  bottom: 0;
  right: 0;
}


.modal-content{
  background: #F3F5FB;

}
.lang-switch button , span{
  font-weight: 600;
}
.btn{
  text-decoration: none;
}
.btn-link{
  color:#6c757d;
}
.btn-link:hover{
  color: #3c5896;
}
.btn-group{
  align-items: center;
}
.btn-secondary{
  border-radius: 0;
  background-color: #3c5896;
}
/* update */
.blue-3c5896{
  background-color: #3C5896; 
  color: #fff;
}
.blue-5770a4{
  background-color: #5770a4; 
  color: #fff;
}
.blue-7388b5{
  background-color: #7388b5;
}
/* update */
.componen-timeline {
  /* Center align content vertically */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  
  /* Background image and opacity */
  background-image: url('path/to/your/background-image.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8; /* Adjust opacity as needed (0.0 to 1.0) */
  /* You can also use rgba() for background-color if needed */
  /* padding: 20px; Adjust padding for spacing */
}

.timeline {
  display: flex;
  flex-wrap: nowrap; /* Prevent items from wrapping */
  overflow-x: auto; /* Enable horizontal scrolling */
  scrollbar-width: none; /* Hide scrollbar for browsers that support it */
  -ms-overflow-style: none; /* Hide scrollbar for IE/Edge */
  white-space: nowrap; /* Prevent items from wrapping to new line */
}

.timeline-item {
  min-width: 150px;
  position: relative;
  display: inline-block; /* Display items in a line */
  vertical-align: top; /* Align items to the top */
  padding-right: 20px;
  
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  border-top: 1.5px dotted #3c5896;
  width: 100%; /* Width of the line */
  height: 1px; /* Height covering the entire timeline item */
}

.timeline-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #3C5896; /* Color of the timeline dot */
  border-radius: 50%;

}

.timeline-content {
  text-align: left; /* Ensure text is left-aligned */
}
/* update */
.profile-content{
  border-bottom: 3px solid #FF9800;
}

.profile-content:last-child {
  border-bottom: none; /* Hilangkan border top pada elemen terakhir */
}
/* update */

/* update acordio */
.accordion-button::after {
  background-image: url('../images/icon/down.svg');
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background-size: 15px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url('../images/icon/down.svg');
}
.accordion-button {
  font-size: 24px;
}
.accordion-button:not(.collapsed) {
  color: #fff;
}
.accordion-body {
  color: #3c5896;
}
/* update */
/* update karier */
.bg-karier {
  background: url('../images/background/karier.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cta-button.karier{
  background: #F3F5FB;
  color: #3C5896;
  font-weight: 500;
}
.border-karier{
  border-bottom: 2px solid #FF9940;
}
.border-karier:last-child{
  border-bottom: transparent;
}
/* sucor klik */
.bg-light-blue {
  background-color: #7388b5;
}
.bg-blue {
  background-color: #3c5896;
}
.bg-warning {
  background-color: #ff9940 !important;
}
.bg-warning h5{
  color: #FFFFFF;
}
.box {
  padding-right: 30px; /* add space between boxes */
}
.box::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #ffffff; /* same color as bg-warning */
  position: absolute;
  right: 0; /* adjust based on your design */
  top: 50%;
  transform: translateY(-50%);
}
.box:last-child::after{
  display: none;
}
/* update */
/* .overlay {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
} */
.overlay img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.overlay .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  justify-content: center; 
  align-items: flex-start;
  text-align: left; /* Align text to left */
  padding: 15px; /* Add padding to ensure text doesn't touch the edges */
  transition: background-color 0.5s ease; /* Smooth transition for background color */
  flex-direction: column;
    align-items: flex-start;
}
/* .btn-content{
  height: 100%;
} */
.overlay.odd .content {
  background-color: rgba(217, 217, 217, 0.8); /* Overlay Color for odd columns */
  color: #3C5896;
}

.overlay.odd:hover .content {
  background-color: rgba(217, 217, 217, 0.9); /* Overlay Hover Color for odd columns */
}

.overlay.even .content {
  background-color: rgba(93, 117, 170, 0.8);/* Overlay Color */
}

.overlay.even:hover .content {
  background-color: rgba(60, 88, 150, 0.9); /* Change overlay color to blue on hover */
}
.content h4, .content p {
  text-align: left; /* Ensure all text is left-aligned */
}
.content h4{
  text-transform: uppercase;
  font-weight: bold;
}
.ratio.ratio-1x1.overlay-odd::before{
  display: unset!important;
}
.ratio.ratio-1x1.overlay-even::before{
  display: unset!important;
}
/* update */
.pagination-custom .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-custom .page-item:last-child .page-link {
  border-top-right-radius: 0;
  height: 100%;
  border-bottom-right-radius: 0;
}
.pagination-custom .page-link {
  border: none;
  background-color: transparent;
  font-size:35px;
  font-weight: bold;
  color: #3C5896;
}
.disabled-link {
  pointer-events: none;
  color: #6c757d; /* warna abu-abu */
}
.bi-caret-right-fill::before {
  content: "";
  width: 100%;
  top: 20px;
  left: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #7a8cb7;
  /* position: absolute; */
}
.bi-caret-left-fill::before {
  content: "";
  width: 100%;
  left: 0;
  top: 20px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 20px solid #c5cee1;
  /* position: absolute; */
}
/* update */
/* activity */
.the-activity{
  border-bottom: 3px solid #FF9800;
}
.the-activity:last-child{
  border-bottom: transparent;
}
/* activity */
/* product */
.header, .data-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}
.header > div, .data-row > div {
  padding: 8px;
  text-align: center;
  font-size: 14px;
}
.header {
  background-color: rgba(60, 88, 150, 1);
  color: white;
  font-size: 14px;
}
.header .product-name, .data-row .product-name {
  flex: 2;
}
.header .small-col, .data-row .small-col {
  flex: 1;
}
.header .performance-header {
  flex: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .performance {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 10px 0;
}
.header .total-fund, .data-row .total-fund {
  flex: 2;
}
.header div::after, .data-row div::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  /* background-color: #ff6b00; Orange color for the vertical lines */
}
.header div:last-child::after, .data-row div:last-child::after {
  display: none;
}
.data-row {
  background-color: #f8f9fa;
}
.risk-parameters {
  display: flex;
  align-items: center;
}
.risk-parameters > div {
  width: 20px;
  height: 20px;
  margin: 0 2px;
}
.risk-low {
  background-color: #4e73df;
}
.risk-medium {
  background-color: #1cc88a;
}
.risk-high {
  background-color: #f6c23e;
}
.info-link {
  color: #4e73df;
  cursor: pointer;
}
.info-link:hover {
  text-decoration: underline;
}
.fund-content h5{
  font-size: 18px;
}
.risk-labels span{
  font-size: 14px;
  font-weight: 300;
}
.risk-level {
  display: block;
  width: 25%;
  height: 100%;
}

.bg-very-very-low {
  background-color: #3C5896;
}
.bg-very-low{
  background-color: #58618A;
}
.bg-low {
  background-color: #746B7D;
}

.bg-medium-low {
  background-color: #907471;
}

.bg-medium-high {
  background-color: #AB7D65;
}
.bg-high {
  background-color: #C78659;
}
.bg-very-high {
  background-color: #E3904C;
}
.bg-very-very-high {
  background-color: #FF9940;
}

#risk-indicator {
  position: absolute;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid rgba(74, 74, 74, 1);
}
.risk-labels {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 300;
}
.risk-rating {
  display: flex;
  height: 15px;
  margin: 5px 0;
  position: relative;
  width: 100%;
}

.risk-rating span {
  flex: 1;
  border: 1px solid #fff;
} 
  .very-very-low{
    left: 4%;
  }
  .very-low{
    left: 16%;
  }
  .low{
    left: 29%;
  }
  .medium-low{
    left: 41%;
  }
  .medium-high{
    left: 54%;
  }
  .high{
    left: 66%;
  }
  .very-high{
    left: 79%;
  }
  .very-very-high{
    left: 91%;
  }
  .product-name{
    border-right: 2px solid #f6c23e;
    padding-right: 10px;
  }
  .percent{
    border-right: 2px solid rgba(60, 88, 150, 0.2);
  }
  .percent-last{
    border-right: 2px solid #f6c23e!important;
  }
  .fund-content:nth-child(odd){
    background-color: rgba(60, 88, 150, 0.05);
  }
  .fund-content .product-name {
    padding: 10px;
  }
  .fund-content .bilion{
    padding: 10px 0;
  }
  .fund-content .percent{
    padding: 10px 0;
  }
  .sticky-fund{
    position: -webkit-sticky; /* For Safari */
      position: sticky;
      top: 69px;
      z-index: 1000;
  }
  .caret-yellow.bi-caret-down-fill::before {
    border-top: 11px solid #ff9940; /* Ubah ke border-top untuk segitiga mengarah ke bawah */
    
}
.caret-yellow.bi-caret-up-fill::before {
  border-bottom: 11px solid #ff9940; /* Ubah ke border-top untuk segitiga mengarah ke bawah */
  
}

.bi-caret-down-fill::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 11px solid #7a8cb7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.bi-caret-up-fill::before{
  content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 11px solid #7a8cb7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;

}
/* product */
/* strategy invest */
.bg-strategi-investasi {
  background: url('../images/background/bg-investasi.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.profile-content.our-team:last-child{
  border-bottom: none;
}
/* strategy invest */
/* insight */
.content-date{
  font-size: 12px;
}
.column-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.caret-yellow.bi-caret-right-fill::before{
  border-left: 20px solid #ff9940;
}
/* insight */
/* new carousel */
.carousel img,
.carousel video {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
}
.carousel-h{
  height: auto;
}
/* new carousel */
/* media center */
.media-center{
  background-color: #3C5896;
  color: white;
}
/* media center */
/* announcement */
.custom-select {
  background-color: #c2c4c9;
  color: #3C5896;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  width: 50%;
  background: url('../images/icon/down.svg') no-repeat right 10px center;
}
.content-box {
  background-color: #f5f5f5;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-download {
  background-color: #0d6efd;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
}
select option:nth-child(odd) {
  background-color: #ffffff;
}
select option:nth-child(even) {
  background-color: #f1f1f1;
}

.filter{
  width: 12%;
  padding: 10px 20px;
  background-color:  rgba(0, 0, 0, 0.2);
}
.filter-body{
  background-color: #c2c4c9;
  color: #3C5896;
}
/* announcement */
/* konten */
.bg-konten{
  background-color: #e1e6f1
}
a .text-blue{
  color: #3C5896;
}
.text-blue{
  color: #3C5896;
}
/* konten */
/* esg */
.icon-small.caret-yellow.bi-caret-right-fill::before{
  border-left: 8px solid #ff9940;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-bottom: 2px;
}
.bg-yellow1{
  background-color: rgba(255, 153, 64, 0.5);
}
.bg-yellow2{
  background-color: rgba(255, 153, 64, 0.3);
}
.bg-blue1{
  background-color: rgba(60, 88, 150, 0.05);
}
.min-esg{
  min-height: 75px;
}
/* esg */
/* continuity */
.bg-continuity{
  background-color: rgba(60, 88, 150, 0.1);
}
.content-con{
  min-height: 150px;
}
/* continuity */
/* benevolent */
.custom-container {
  display: flex;
  flex-wrap: wrap;
}
.custom-col {
  position: relative;
  overflow: hidden;
  /* flex: 1; */
  aspect-ratio: 1 / 1;
}
.custom-col img {
  height: 100%;
  object-fit: cover;
}
.custom-text-col {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2em;
  text-align: center;
  cursor: pointer;
}
.custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(93, 117, 170, 0.8);
  transition: transform 0.1s linear;
}
.img1-remove-overlay .custom-overlay {
  transform: translateX(100%);
}
.img2-remove-overlay .custom-overlay {
  transform: translateX(100%);
  transition-delay: 0.1s;
}

.img4-remove-overlay .custom-overlay {
  transform: translateX(-100%);
}
.img3-remove-overlay .custom-overlay {
  transform: translateX(-100%);
  transition-delay: 0.1s;
}
.img5-remove-overlay .custom-overlay {
  transform: translateX(100%);
}
.img6-remove-overlay .custom-overlay {
  transform: translateX(100%);
  transition-delay: 0.1s;
}
.text-hover:hover{
  color: #FF9940!important;
}
.overlay h3{
  z-index: 1;
}
/* benevolent */
/* contact */
.bg-contact{
    background: url('../images/background/background-contact.png');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position:bottom right;
}
.contact b{
  min-width: 50px;
}
/* contact */
#section6 small{
  font-size: 10px!important;
}
/* update */
/* navbar-offcanvas*/
.sub-menu {
  list-style-type: none;
  padding-left: 0;
}
.offcanvas-body {
flex-grow: 1;
overflow-y: visible;
}
.offcanvas {
  max-width: 35vw;
}
.offcanvas-body .nav-link {
  position: relative;
  padding: 1.5rem 1rem;
  font-size: 14px;
  font-weight: 500;
  color: #3C5896;
}
.nav-item {
  position: relative;
}
.nav-item .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  z-index: 1000;
  width: 25vw; /* Lebar submenu */
  background: white; /* Warna background submenu */
  padding: 0 10px;
}
.color-grey{
  color: #abbcca;
}
.nav-item:hover .sub-menu {
  display: block;
}
.btn-close.text-reset{
  --bs-btn-close-bg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><style xmlns="" id="Force_Custom_Fonts" type="text/css">@font-face{font-style:normal;font-family:"Helvetica Neue";src:local("Arial")}@font-face{font-style:bolder;font-family:"Helvetica Neue";src:local("Arial")}</style><path fill-rule="evenodd" clip-rule="evenodd" d="M0.000251695 14.6411L14.6391 0.00217114L17.0002 2.36328L2.36136 17.0022L0.000251695 14.6411Z" fill="%23FF9940"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.6391 17L0.000218216 2.36111L2.36133 0L17.0002 14.6389L14.6391 17Z" fill="%23FF9940"/></svg>')
}
.navbar-toggler {
  border: none;
}
.navbar{
  --bs-navbar-toggler-icon-bg:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.24441e-06 7.19212e-05L17 7.33584e-05L17 2.75L1.01328e-06 2.75L1.24441e-06 7.19212e-05Z" fill="%23FF9940"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1.24441e-06 7.12117L17 7.12117L17 9.87109L1.01328e-06 9.87109L1.24441e-06 7.12117Z" fill="%23FF9940"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1.24441e-06 14.2501L17 14.2501L17 17L1.01328e-06 17L1.24441e-06 14.2501Z" fill="%23FF9940"/></svg>');
}
.navbar-nav.navbar-top{
  font-size: 14px;
  font-weight: 500;
  color: #3C5896;
}
.navbar-nav.navbar-top .nav-link{
  padding-left: 40px;
  color: #3C5896;
  --bs-nav-link-padding-y: 25px;
}
.navbar-nav.navbar-top .nav-link:hover {
  color: #ff9940;
}
.btn.active{
  color: #ff9940;
}
.lang-switch a{
  font-weight: 600;
}
.btn-link{
  color: #abbcca;
  font-size: 14px;
  padding: 25px 10px;
}
.dropdown-menu{
  margin: 0;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.99) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter:blur(8px);
  z-index: 1050;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu a{
  color: #3C5896;
  font-weight: 500;
  font-size: 14px;
  padding: 20px;
}
.dropdown-item:focus{
  background-color: transparent;
}
.dropdown-menu a:hover{
  color: #FF9940;
  background-color: transparent;
}
.dropdown-item:active{
  background-color: transparent;
}
.navbar {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(5px);
}
.top-stick{
  z-index: 99;
}
.tittle-page{
  max-width: 500px;
}
/* navbar-offcanvas */
/* New custom dropdown styles */
.btn.show{
  border-color: transparent;
}
.btn:first-child:active{
  border-color: transparent;
}
.dropdown-toggle::after{
  color: #ff9940;
}
#dropdownMenuButton {
  max-width: 700px; /* Set a maximum width for the button */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide overflow */
  text-overflow: ellipsis; /* Display ellipsis for overflow text */
}
.btn-custom::after {
  content: "";
  display: inline-block;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  right: -1em;
  color: #ff9940;
  top: 50%;
  transform: translateY(-50%);
}
.custom-dropdown .dropdown-menu.show {
  display: block;
  border-radius: 0;
}
.custom-dropdown .dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
  background-color: transparent;
}
.custom-dropdown .dropdown-menu .odd {
  background-color: #f8f9fa; /* Light color for odd items */
}
.custom-dropdown .dropdown-menu .even {
  background-color: #e9ecef; /* Slightly darker color for even items */
}
/* Custom scrollbar */
.custom-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 10px;
}
.custom-dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: #3C5896; 
}
.custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #3C5896; 
}
/* end */
/* table */
.tablex-responsive .product-name{
  position: sticky;
    left: 0;
    z-index: 3;
    background-color: #f3f5fb;
}
.tablex-responsive .tittle-name{
  position: sticky;
    left: 0;
    z-index: 3;
    background-color: #3C5896;
    height: 100px;
}
.tablex-responsive{
  overflow: auto;
    position: relative;
    height: 100vh;
}
.tablex-responsive .sticky-fund{
  top: 0;
  min-width: auto;
  z-index: 10;
}
.tablex-responsive .fund-content{
  min-width: auto;
}
/* table */
/* carousel */
.h-60{
  min-height: 60vh;
}
.carousel-i{
  position: absolute;
    right: 0;
    top: 100%;
    left: 0;
    bottom: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0rem;
    margin-left: 15%;

}
.carousel-indicators [data-bs-target] {
    
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
    border-top: 0; 
    border-bottom: 0; 
    background-color: #6c757d;
}
.carousel-indicators .active {
  opacity: 1;
  background-color: #ff9940!important;
}

/* carousel  */
@media (max-width:1440px){
  .carousel-h{
    height: auto;
  }
}
@media (max-width:1370px){
  .bg-warning h5{
    font-size: 16px;
    color: #FFFFFF;
  }
}
@media (max-width: 1366px){
  
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.btn-close:focus {
  outline: 0;
  box-shadow:none;
  opacity: var(--bs-btn-close-focus-opacity);
}
  .bg-warning h5{
    font-size: 1rem;
  }
  .carousel-h{
    height: auto;
  }
  .img-hand{
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    object-position: 5vw;
  }
}  
@media (max-width: 1100px) {
  #section1 h2, #section2 h2, #section3 h2, #section4 h2, #section5 h2, #section6 h2, #section7 h2, #section8 h2, #section7 h6, #section6 h5 {
    font-size: 14px;
    font-weight: 500;
}
#section8 h4 {
  font-size: 14px;
  line-height: 17.6px;
  font-weight: 400;
}
  .blue-square h1 ,.white-square h1{
    font-size: 18px;
  }
  .h-60{
    min-height: 50vh;
  }
  .min-home.home-3, .min-home.home-8{
    min-height: auto;
  }
  .bg-warning h5{
    font-size: 1rem;
  }
  /* contact */
  .bg-contact{
    background: url('../images/background/bgm-contact.png');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position:bottom;
}
  /* contact */
  .carousel-h{
    height: auto;
  }
  #section1{
    height: auto;
  }
  /* .box{
    width: 33.33333333%;
  } */
  .content .p-limit {
    display: none; /* Hide description text on screens below 1200px */
  }
  .img-hand{
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 135%;
    object-position: 15vw;
  }
  
  #section2 , #section3 , #section4 , #section4 ,#section6 ,#section7 ,#section8 
  {
    min-height: 60vh;
  }
  .bg-3{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
}
@media (max-width: 1024px) {
  
  .down-arrow{
    display: none;
  }
  .filter{
    display: none;
  }
  .custom-select {
    width: 100%;
  }
}
/* update karier */

/* update */
@media (max-width: 900px) { 
  .m-insight .caret-yellow.bi-caret-right-fill::before {
    border-left: 40px solid #ff9940;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    text-align: center;
    margin-right: auto;
    margin-left: 35%;
}
  /* contact */
  .bg-contact{
    background: url('../images/background/bgm-contact.png');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position:bottom;
}
  /* box */
  .content h4 {
    font-size: 14px;
  }
  .content p{
    font-size: 14px;
  }
  .content-date{
    font-size: 12px!important;
  }
  /* box */
  /* homepage */
  #section1{
    min-height: calc(9 / 16 * 100%);
  }
  .carousel img, video {
    object-fit: cover;
    object-position: bottom;
    /* height: 55vh; */
}
  #section2 {
    min-height: 57vh;
}
#section1 h2,
#section2 h2,
#section3 h2,
#section4 h2,
#section5 h2,
#section6 h2,
#section7 h2,
#section8 h2 ,#section7 h6 ,#section6 h5{
    font-size: 14px;
    font-weight: 500;
}
  #section2 p{
    font-size: 14px;
  }
   #section8 h4{
    font-size: 14px;
    line-height: 17.6px;
    font-weight: 400;
  }
  
   .blue-square h1 ,.white-square h1{
    font-size: 18px;
  }
  .blue-square h5 {
    font-size: 14px;
    font-weight: 400;
  }
  #section3 {
  min-height: 45vh;
}
#section4{
  min-height: 50vh;
}
#section5{
  min-height: auto;
}
#section7{
  min-height: auto;
}
#section8{
  min-height: 55vh;
}
.bg-8{
  background-position: unset;
}
.bg-double .img-hand{
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 135%;
    object-position: 15vw;

}
  /* homepage */
 }
 @media (max-width:768px){
   /* table */
.tablex-responsive{
  overflow: auto;
    position: relative;
    height: 100vh;
}
.tablex-responsive .sticky-fund{
  top: 0;
  min-width: 150vw;
}
.tablex-responsive .fund-content{
  min-width: 150vw;
}
/* table */
 }
 @media (max-width:475px) { /* Adjust for tablets and smaller devices */
  .h-60 {
    min-height: 65vh;
}
  .risk-labels span{
    font-size: 10px;
  }
  .min-home{
    padding: 2rem 0;
  }
  .content h4 {
    font-size: 18px;
}
  .fund-content h5 , .fund-content b, .fund-content .percent{
    font-size: 14px;
}
.risk-rating{
  margin-top: 20px;
}
  #dropdownMenuButton {
    max-width: 300px; /* Set a maximum width for the button */
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflow */
    text-overflow: ellipsis; /* Display ellipsis for overflow text */
  }
  .bg-warning h5 {
    font-size: .85rem;
}
  /* responsive */
  .bg-strategi-investasi {
    background: url(../images/background/bg-investasi.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 65% bottom;
}
  .sticky-fund{
    position: -webkit-sticky; /* For Safari */
      position: sticky;
      top: 58px;
      z-index: 1000;
  }
  .btn-insight{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .m-insight .caret-yellow.bi-caret-right-fill::before {
    border-left: 30px solid #ff9940;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    text-align: center;
    margin-right: auto;
    margin-left: 35%;
}
  .blue-7388b5 .h2-limit{
    font-size: 16px;
  }
  .blue-3c5896 .h2-limit {
    font-size: 16px;
  }
  .blue-5770a4 .h2-limit{
    font-size: 16px;
  }
  .blue-3c5896 .h2-limit3{
    font-size: 16px;
  }
  .tittle-page{
    padding: 0;
  }
  #section6 h5{
    font-size: 14px;
  }
  .d-inline-flex h6{
    font-size: 12px;
  }
  .navbar-brand{
    text-align: right;
    width: 50%;
  }
  .navbar-brand img{
    width: 80%;
    text-align: right;
  }
  /* responsive */
  .tittle-page{
    max-width: 110px;
  }
  .offcanvas {
    max-width: 50vw;
  }
  .nav-item .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    z-index: 1000;
    width: 50vw; /* Lebar submenu */
    background: white; /* Warna background submenu */
    padding: 0 10px;
  }
  .blue-square h1, .white-square h1 {
    font-size: 14px;
}
  .bg-continuity h4{
    font-size: 18px;
  }
  .ratio-1 {
    position: relative;
    padding-bottom: 100%; /* 1:1 ratio */
    height: 0;
    overflow: hidden;
}
.ratio-1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
  .box{
    width: 100%;
    margin-bottom: 4rem;
  }
  .box::after {
    content: "";
    width: 0;
    height: 0;
     border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #ffffff;
    position: absolute;
    right: auto; /* adjust based on your design */
    top: auto;
    bottom: -15px;
    transform: translateY(100%);
  }
  .timeline {
      overflow-x: visible; /* Disable horizontal scrolling */
      white-space: normal; /* Allow items to wrap */
      flex-direction: column; /* Display items vertically */
  }
  .timeline-content {
    position: relative;
    top: 0px;
    left: 20px;
    color: #3C5896;
}
  .timeline-item {
      width: auto; /* Auto width for mobile layout */
      margin-right: 0; /* No margin between items */
      margin-bottom: 0px; /* Adjust spacing between items */
      padding-left: 0; /* Remove left padding for mobile */
      padding-bottom: 20px;
      padding-right: 0;
  }
  .timeline-item::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 5px;
    border-top: transparent;
    border-left: 1.5px dotted #3c5896;
    width: 100%; /* Width of the line */
    height: 100%; /* Height covering the entire timeline item */
  }
  /* .timeline-item::before {
      display: none; Hide the vertical line on mobile
  }
   */
  .timeline-dot {
      position:absolute; /* Reset position for mobile */
      margin-left: 0; /* Reset margin for mobile */
  }
  .timeline-item:last-child::before {
    display: none;
  }
  .blue-square h1, .white-square h1 {
    font-size: 14px;
}

  .bg-contact{
    background: url('../images/background/bgm-contact.png');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: -100vw bottom;
  }
  /* esg */
  .product-name.b-transparent {
    border-right: transparent;
    padding-right: 10px;
}

/* esg */

  /* karier */
  .bg-karier h4{
    font-weight: 300;
    font-size: 16px;
  }
  .bg-karier h1{
    font-size: 16px;
  }
  .container{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .cta-button{
    font-size: 11px;
  }
  .g-5{
    --bs-gutter-x: 0;
  }
  .carousel img, video {
    object-fit: cover;
    object-position: bottom;
    /* height: 25vh; */
}
  .bg-2{
    background: linear-gradient(90deg, rgba(60, 88, 150, 0) 23.75%, rgba(60, 88, 150, 0.62) 56.41%),url("../images/background/home-about-us-section.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }
  .bg-3{
    background: linear-gradient(90deg, rgba(60, 88, 150, 0) 23.75%, rgba(255, 255, 255, 0.62) 56.41%),  url("../images/background/section3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  #section8{
    min-height: auto;
  }
  .bg-8{
    background-image: url(../images/background/bg-mobile.jpg);
    background-position: bottom center;
  }
  .mb-30{
    margin-bottom: 30%;
  }
}
 @media (max-width:475px) {
  /* table */
.product-content{
  width: 85vw;
  position: sticky;
    left: 0;
    z-index: 3;
}
.tablex-responsive{
  overflow: auto;
    position: relative;
    height: 100vh;
}
.tablex-responsive .sticky-fund{
  top: 0;
  min-width: 250vw;
}
.tablex-responsive .fund-content{
  min-width: 250vw;
}
/* table */
  .blue-square h1, .white-square h1 {
    font-size: 14px;
}

  .bg-contact{
    background: url('../images/background/bgm-contact.png');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: -100vw bottom;
  }
  /* esg */
  .product-name.b-transparent {
    border-right: transparent;
    padding-right: 10px;
}
/* esg */

  /* karier */
  .bg-karier h4{
    font-weight: 300;
    font-size: 16px;
  }
  .bg-karier h1{
    font-size: 16px;
  }
  .container{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .cta-button{
    font-size: 11px;
  }
  .g-5{
    --bs-gutter-x: 0;
  }
  .carousel img, video {
    object-fit: cover;
    object-position: bottom;
    /* height: 25vh; */
}
  .bg-2{
    background: linear-gradient(90deg, rgba(60, 88, 150, 0) 23.75%, rgba(60, 88, 150, 0.62) 56.41%),url("../images/background/home-about-us-section.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }
  .bg-3{
    background: linear-gradient(90deg, rgba(60, 88, 150, 0) 23.75%, rgba(255, 255, 255, 0.62) 56.41%),  url("../images/background/section3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  #section8{
    min-height: auto;
  }
  .bg-8{
    background-image: url(../images/background/bg-mobile.jpg);
    background-position: bottom center;
  }
  .mb-30{
    margin-bottom: 30%;
  }
  
 }
 @media (max-width:375px) { /* Adjust for tablets and smaller devices */
  #dropdownMenuButton {
    max-width: 250px; /* Set a maximum width for the button */
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflow */
    text-overflow: ellipsis; /* Display ellipsis for overflow text */
  }
}

.blog-url {
  cursor: pointer; /* or any other cursor style you prefer */
}

.custom-p {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .custom-p {
    font-size: 1.4rem;
  }
}