body {
    position: relative;
}

a {
    color: #ff9940;
    text-decoration: none;
}

img,
img.w-100 {
    width: auto !important;
    max-width: 100% !important;
}

img.w-100.max-1024 {
    width: 100% !important;
    max-width: 64rem !important;
}

img.w-100.max-280 {
    width: 100% !important;
    max-width: 17.5rem !important;
}

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;
}

.cta-button.btn-primary {
    background-color: #2e5795;
}

.cta-button.btn-secondary {
    background-color: transparent;
    color: #2e5795;
    border: 1px solid #2e5795;
}

.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;
    z-index: 2;
}

.timeline-vertical-wrapper {
    display: none;
}

.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;
    padding: 1rem 0;
    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: 18px;
    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% !important;
}

.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;
}

/*====================================== SECTION COMPONENT CUSTOM  ======================================*/

/* .sc-xxl {
    font-size: 4.5rem !important;
}

.sc-xl {
    font-size: 3.5rem !important;
}

.sc-l {
    font-size: 2rem !important;
}

.sc-m {
    font-size: 1.125rem !important;
    font-weight: 300;
}

.sc-s {
    font-size: 1rem !important;
}

.sc-s-light {
    font-size: 1rem !important;
    font-weight: 300 !important;
}

.sc-sm {
    font-size: 0.875rem !important;
    line-height: 1.4;
}

.sc-xs {
    font-size: 0.75rem !important;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

h4 {
    margin-bottom: 2rem;
}

h6 {
    color: #3c5896;
}

.c-primary {
    color: #3c5896 !important;
}

.c-secondary {
    color: #ff9940 !important;
}

.c-white {
    color: #ffffff !important;
}

/* p{
  font-weight: 300;
} */

/* CUSTOM FONT h1 - h6 */
h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
}

h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
}

h3 {
    font-size: 2rem;
    font-weight: 700;
}

h4 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.2;
}

h5 {
    font-size: 1.5rem;
    line-height: 1.5;
}

h6 {
    font-size: 1.25rem;
    line-height: 1.2;
}

p {
    font-size: 1rem;
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0px;
}

.sc-xxl {
    font-size: 2.5rem !important;
}

.sc-xl {
    font-size: 2.25rem !important;
}

.sc-l {
    font-size: 2rem !important;
}

.sc-m {
    font-size: 1.75rem !important;
}

.sc-sm {
    font-size: 1.5rem !important;
}

.sc-s {
    font-size: 1.25rem !important;
}

.sc-n {
    font-size: 1rem !important;
}

.sc-s-light {
    font-size: 1rem !important;
    font-weight: 300 !important;
}

.sc-xs {
    font-size: 0.875rem !important;
    line-height: 1.4;
}

.sc-xxs {
    font-size: 0.75rem !important;
}

.light {
    font-weight: 300 !important;
}

.regular {
    font-weight: 400 !important;
}

.medium {
    font-weight: 500 !important;
}

.semi-bold {
    font-weight: 600 !important;
}

.bold {
    font-weight: 700 !important;
}

.x-bold {
    font-weight: 800 !important;
    /* letter-spacing: 1; */
}

.xx-bold {
    font-weight: 900 !important;
}

span.sc-xs {
    font-weight: 400;
}

.wrap-text {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

.swiper-button-next {
    background-color: var(--c-white);
    background-image: url("../images/general/chevron-right.svg") !important;
    opacity: 1;
    transition: all 0.3s;
    right: 0;
    border-radius: 50%;
}

.swiper-button-prev {
    background-color: var(--c-white);
    background-image: url("../images/general/chevron-left.svg") !important;
    opacity: 1;
    transition: all 0.3s;
    left: 0;
    border-radius: 50%;
}

.swiper-button-next,
.swiper-button-prev {
    top: 45%;
    width: 2rem !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    transform: scale(1.1);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    opacity: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.2;
}

.swiper-button-wrapper {
    max-width: 6rem;
}

.max-64 {
    max-width: 4rem !important;
}

.max-84 {
    max-width: 5.25rem !important;
}

.max-100 {
    max-width: 6.25rem !important;
}

.max-112 {
    max-width: 7rem !important;
}

.max-128 {
    max-width: 8rem;
}

.max-240 {
    max-width: 15rem !important;
}

.max-320 {
    max-width: 20rem;
}

.max-1024 {
    max-width: 64rem !important;
}

/* .row-gap-1 {
    gap: 0.25rem;
}

.row-gap-2 {
    gap: 0.5rem;
}

.row-gap-3 {
    gap: 1rem;
}

.row-gap-4 {
    gap: 1.5rem;
}

.row-gap-5 {
    gap: 3rem;
} */
/*====================================== SECTION HOME PAGE  ======================================*/
.carousel-hero-image .image {
    height: 95dvh;
}

.carousel-hero-subject-position {
    height: 100%;
    max-width: 1100px;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 9;
}

.carousel-hero-subject {
    height: 100%;
    width: 100%;
    max-width: 840px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
}

.carousel-hero-wrapper .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(52, 78, 139, 0) 5.95%,
        rgba(52, 78, 139, 0.7) 80.13%
    );
    background: -moz-linear-gradient(
        180deg,
        rgba(52, 78, 139, 0) 5.95%,
        rgba(52, 78, 139, 0.7) 80.13%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(52, 78, 139, 0) 5.95%,
        rgba(52, 78, 139, 0.7) 80.13%
    );
}

.carousel-hero-text h1 {
    font-size: 3.5rem;
}

/*====================================== SECTION ABOUT PAGE  ======================================*/
.position-divider {
    padding: 0.5rem 0;
    background-color: #7388b540;
    text-align: center;
}

/*====================================== SECTION PRODUCT PAGE  ======================================*/

.product-table-filter .form-select {
    color: #918f8f;
}

.product-table-filter .form-select.selected {
    color: #000000;
}

.product-table-filter .form-control {
    font-size: 14px;
}

.product-table-filter .form-group-icon .search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 1rem;
    color: #555;
    z-index: 10;
}

.product-table-filter .form-group-icon .form-control {
    padding: 10px 0.75rem 10px 3rem;
}

.product-table-filter .filter-item .form-select {
    padding: 10px 0.75rem 10px 0.75rem;
    font-size: 14px;
}

.product-table-filter .filter-item .form-select option:nth-child(odd),
.product-table-filter .filter-item .form-select option:nth-child(even) {
    background-color: #ffffff;
}

.product-table-header .cta-wrapper {
    max-width: 15rem;
}

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

.custom-p {
    font-size: 2rem;
}

/*====================================== SECTION AWARDS PAGE  ======================================*/

.awards-page-hero {
    width: 100% !important;
}

/*====================================== SECTION ACTIVITY PAGE  ======================================*/
.activicty-card .activity-card-desc {
    line-height: 1.3;
}
/* ================================ START RESPONSIVE ================================ */

/* 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;
    }

    .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) {
    .bg-2 {
        background: linear-gradient(
                90deg,
                rgb(60 88 150 / 50%) 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;
    }

    .carousel-hero-text h1 {
        font-size: 2.5rem;
    }

    .down-arrow {
        display: none;
    }

    .filter {
        display: none;
    }

    .custom-select {
        width: 100%;
    }

    /*====================================== SECTION HOME PAGE  ======================================*/

    .carousel-hero-image .image {
        height: 60dvh;
    }

    .carousel-hero-subject-position {
        padding-bottom: 4rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .carousel-hero-image
        .carousel-hero-subject-position
        .carousel-hero-text
        .sc-xxl {
        font-size: 3rem !important;
    }

    .carousel-hero-image
        .carousel-hero-subject-position
        .carousel-hero-text
        .sc-l {
        font-size: 2rem !important;
    }

    .carousel-hero-text h1 {
        font-size: 3rem;
    }
}

/* Portrait iPad */
@media (min-width: 768px) and (max-width: 991px) {
    /* CUSTOM FONT h1 - h6 */
    h1 {
        font-size: 2.25rem;
        line-height: 1.1;
    }

    h2 {
        font-size: 1.75rem;
        line-height: 1.25;
    }

    h3 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    h4 {
        font-size: 1.375rem;
        line-height: 1.35;
    }

    h5 {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    h6 {
        font-size: 1.125rem;
        line-height: 1.35;
    }

    p {
        font-size: 1rem;
        line-height: 1.4;
    }

    /* .f-xxxl {
        font-size: 2.5rem !important;
    }

    .f-xxl {
        font-size: 2rem !important;
    }

    .f-xl {
        font-size: 1.75rem !important;
    }

    .f-lg {
        font-size: 1.5rem !important;
    }

    .f-sl {
        font-size: 1.25rem !important;
        line-height: 1.3;
    }

    .f-md {
        font-size: 1.125rem !important;
    }

    .f-base {
        font-size: 1rem !important;
    }

    .f-sm {
        font-size: 0.875rem !important;
    }

    .f-xs {
        font-size: 0.75rem !important;
    }

    .f-xxs {
        font-size: 0.5rem !important;
    } */

    .blue-square h2,
    .white-square h2 {
        font-size: 2rem;
    }
}

/* Landscape iPad Air and another Tab */
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    /*====================================== SECTION HOME PAGE  ======================================*/

    .carousel-hero-image .image {
        height: 95dvh;
    }

    .carousel-hero-subject-position {
        padding-bottom: 6rem;
    }

    .carousel-hero-image
        .carousel-hero-subject-position
        .carousel-hero-text
        .sc-xxl {
        font-size: 3rem !important;
    }

    .carousel-hero-image
        .carousel-hero-subject-position
        .carousel-hero-text
        .sc-l {
        font-size: 2rem !important;
    }
}

/* 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: 575px) {
    .componen-timeline .swiper-button-wrapper,
    .componen-timeline .swiper-timeline {
        display: none;
    }

    .componen-timeline .timeline-vertical-wrapper {
        display: block;
    }

    .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;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2rem;
        line-height: 1.1;
    }

    h2 {
        font-size: 1.75rem;
        line-height: 1.25;
    }

    h3 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    h4 {
        font-size: 1.375rem;
        line-height: 1.35;
    }

    h5 {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    h6 {
        font-size: 1.125rem;
        line-height: 1.35;
    }

    p {
        font-size: 1rem;
        font-weight: 400;
    }

    p:last-child {
        margin-bottom: 0px;
    }

    .sc-xxl {
        font-size: 2rem !important;
    }

    .sc-xl {
        font-size: 1.75rem !important;
    }

    .sc-l {
        font-size: 1.5 !important;
    }

    .sc-m {
        font-size: 1.25rem !important;
    }

    .sc-sm {
        font-size: 1.125rem !important;
    }

    .sc-s {
        font-size: 1rem !important;
    }

    .sc-s-light {
        font-size: 1rem !important;
        font-weight: 300 !important;
    }

    .custom-p {
        font-size: 1.4rem;
    }

    .bg-2 {
        background: linear-gradient(
                90deg,
                rgb(60 88 150 / 50%) 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;
    }

    .section7-doc img {
        max-width: 48px !important;
    }

    .blue-square,
    .white-square {
        width: 132px;
        height: 132px;
    }

    .blue-square h2,
    .white-square h2 {
        font-size: 16px;
    }

    .min-home {
        padding: 0 16px;
    }

    #section2 .col-12 {
        margin-top: 0 !important;
    }

    /* 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 */

    /*====================================== SECTION HOME PAGE  ======================================*/

    .carousel-hero-subject-position {
        padding-bottom: 2rem;
    }

    .carousel-hero-image .image {
        height: 620px;
    }

    .carousel-hero-image
        .carousel-hero-subject-position
        .carousel-hero-text
        .sc-xxl {
        font-size: 1.5rem !important;
    }

    .carousel-hero-image
        .carousel-hero-subject-position
        .carousel-hero-text
        .sc-l {
        font-size: 1rem !important;
    }

    .carousel-hero-subject {
        gap: 0.25rem;
    }

    .carousel-hero-text h1 {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .carousel-hero-text p {
        font-size: 15px !important;
        font-weight: 400 !important;
    }

    /*====================================== SECTION PRODUCT PAGE  ======================================*/

    .product-table-header .cta-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 475px) {
    /* table */
    .product-content {
        width: 85vw;
        position: sticky;
        left: 0;
        z-index: 3;
    }

    .accordion-item .product-content {
        width: 100%;
    }

    .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 h2,
    .white-square h2 {
        font-size: 15px;
    }

    .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; */
    }

    #section8 {
        min-height: auto;
    }

    .bg-8 {
        background-image: url(../images/background/bg-mobile.jpg);
        background-position: bottom center;
    }

    .mb-30 {
        margin-bottom: 30%;
    }

    /*====================================== SECTION HOME PAGE  ======================================*/

    .carousel-hero-image .image {
        height: 480px;
    }

    /* 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: 0.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 */
    }

    .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: 28px;
    }
    .bg-karier h2 {
        font-size: 24px;
    }

    .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,
                rgb(60 88 150 / 49%) 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 */
    }
}

/* >16 Inch */
@media (min-width: 1550px) {
    /*====================================== SECTION HOME PAGE > screen 16"  ======================================*/
    .carousel-hero-subject-position {
        max-width: 1280px;
        padding-left: 10rem;
    }
}
