
@font-face {
    font-family: 'myriad-pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Myriad-Pro-Black.otf') format('opentype');
}

@font-face {
    font-family: 'myriad-pro';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Myriad-Pro-Light.otf') format('opentype');
}

@font-face {
    font-family: 'myriad-pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Myriad-Pro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'myriad-pro';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Myriad Pro Semibold.ttf') format('truetype');
}

body{
    font-family: "myriad-pro", sans-serif;
    overflow-x: hidden;
}

.container-fluid {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.bg-primary{
    color: #fff;
    background-color: #003D79 !important;
}
.btn-outline-primary{
    color: #003D79;
    border-color: #003D79;
}
.btn-outline-primary:hover{
    color: #fff;
    background-color: #003D79;
    border-color: #003D79;
}
h2{
    color: #003D79;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-style: normal;
}

.h2-bold{
    color: #003D79;
    font-family: "myriad-pro-black", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.625rem;
}

h3{
    color: #003D79;
    font-family: "myriad-pro", sans-serif;
    font-weight: 100;
    font-style: normal;
}

h4{
    color: #003D79;
    font-family: "myriad-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 21px;
}

.h4-reguler{
    font-family: "myriad-pro-light", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
}

p{
    color: #323334;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.text-primary{
    color: #003D79 !important;
}
.text-xs{
    font-size: 13px;
}

.dropdown-toggle::after{
    content: none !important;
}

.bottom-left {
    position: absolute;
    bottom: 30%;
    left: 23%;
    transform: translate(-15%, -30%);
  }

.shortcut_link {
    background-image: linear-gradient(
        to right,
        #54b3d6,
        #54b3d6 50%,
        #67B2E8 50%
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}
  
.shortcut_link:before{
    content: '';
    background: #f5c517;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

.shortcut_link:hover {
    background-position: 0;
}

.shortcut_link:hover::before{
    width: 100%;
}

.white-spacing-50{
    height: 50px;
}

.text-mandiri-grey{
    color: #B6B8BA;
}
.navbar-nav .nav-item {
    margin-left: 32px;
    margin-bottom: 25px;
}

.background-blue-mandiri{
    background-color: #003D79;
}

.color-blue-mandiri{
    color: #003D79;
}

/* Home Slider */
.carousel-caption{
    bottom: 0;
    top: 30% !important;
    left: 11%;
}

.section-slide{
    padding-top: 7em;
}
.custom-section {
    display: flex;
    align-items: center;
}
.left-content {
    padding: 50px;
}
.highlight {
    color: #0056b3;
}
.highlight-yellow {
    line-height: 1;
    display: inline-block;
    border-bottom: 5px solid #f5c517;
    padding-bottom: 0px;
}
.right-image {
    /* background-image: url('/images/slides/slide-1.jpg');
    background-size: cover;
    background-position: center; */
    height: 80vh;
    /* width: 100%; */
    position: relative;
}
.carousel-item {
    display: flex;
    align-items: center;
    position: relative;
}

.carousel-image {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.blue-overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-color: #003366; /* Blue color */
    z-index: 1;
}
.image-content {
    position: relative;
    z-index: 2; /* Place the image above the blue overlay */
}
.bottom-bar {
    position: absolute;
    bottom: 0;
    height: 50px;
    background-color: #003366;
    width: 100%;
}
.text-license {
    font-size: .85rem;
}
.item-product{
    top: -100px;
    position: relative;
}

.image-overlay-container {
    position: relative;
    width: 100%;
    max-width: 600px; /* Set the desired width */
    height: auto; /* The height will be determined by the image */
}

.image-overlay-container h4{
    color: white;
}

.overlay-text {
    position: relative;
    top: 100%;
    left: 0;
    transform: translate(0%, -100%);
    text-align: left;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}

.overlay-text p{
    font-weight: bold;
    color: white; 
}

.styled-text {
    display: flex;
    align-items: center;
    font-size: 28px;
    color: #123e7b; 
}

.styled-text::before {
    content: '';
    display: inline-block;
    width: 58px;
    height: 7px;
    background-color: #123e7b;
    margin-right: 10px;
    bottom: -6px;
    position: relative;
}

.link-sky-blue{
    color: #67B2E8;
}

/* Contact Us */
.contact-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    background-color: #f8f9fa;
}
.contact-details {
    max-width: 50%;
}
.contact-details h2 {
    color: #1d3a78;
    font-weight: 700;
}
.contact-details p {
    margin: 0;
    line-height: 1.5;
}
.contact-details .line {
    width: 50px;
    height: 5px;
    background-color: #f8b500;
    margin: 10px 0;
}
.contact-details a {
    color: #007bff;
    text-decoration: none;
}
.contact-image {
    max-width: 40%;
}
.contact-image img {
    width: 100%;
    border-radius: 8px;
}

/* Management Team */
.img-hover-zoom {
    height: 300px; /* [1.1] Set it as per your need */
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  }
  
  /* [2] Transition property for smooth transformation of images */
  .img-hover-zoom img {
    transition: transform .5s ease;
  }
  
  /* [3] Finally, transforming the image when container gets hovered */
  .img-hover-zoom:hover img {
    transform: scale(1.05);
  }

/* Modal */
.link{
    text-decoration: none;
}

.contact-info-text::before{
    content: '';
    display: inline-block;
    width: 70%;
    height: 2px;
    background-color: #B6B8BA;
    margin-right: 10px;
    bottom: 5px;
    position: relative;
}
.padding-bespoke{
    padding-top: 300px;
}
.product-section{
    background-image: url('/images/background-3.webp');
    height: 50vh; 
    background-size: cover;
}
.bg-open-doors{
    background-image: url('/images/background-2.webp');
    height: 30vh;
    background-size: cover;
}
.h2-investa{
    padding-top: 120px;line-height: 1.3em;
}


/* Market Outlook */
.overlay-section {
    position: relative;
    overflow: hidden;
  }

.overlay-section img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 8rem;
    color: white;
    /* background: linear-gradient(to right, rgba(0, 28, 61, 0.95) 40%, rgba(0, 28, 61, 0.5) 70%, rgba(0, 28, 61, 0) 100%); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.overlay-content h2 {
    font-weight: 800;
}

.highlight-bar {
    width: 80px;
    height: 5px;
    background-color: #ffc107;
    margin: 1rem 0;
}

.subheadline_outlook{
    width: 40%;
}

.bg-cover {
    background: url('/images/bg-featured-news.webp') no-repeat center center;
    background-size: cover;
}
.feature-box {
    padding: 2rem;
}
.read-more-btn {
    background-color: #003366;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    position: relative;
}
.read-more-btn::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 0;
    bottom: 0;
    width: 6px;
    background-color: #FFB700;
}
.read-more-btn:hover {
    background-color: #002244;
}

.news-card img {
    width: 100%;
    height: auto;
}
.news-title {
    font-weight: 700;
    color: #003366;
}
.pagination .page-item.active .page-link {
    background-color: #003366;
    border-color: #003366;
}

.bg-section {
    background: url('/images/outlook-footer.webp') no-repeat center center;
    background-size: cover;
    padding: 4rem 14rem;
}

.content-box {
    background: white;
    border-left: 10px solid #FFB700;
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.content-box p{
    max-width: 500px;
}

.text-box {
    flex: 1 1 60%;
}

.contact-btn {
    background-color: #003366;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    position: relative;
}

.contact-btn::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 0;
    bottom: 0;
    width: 6px;
    background-color: #FFB700;
}
.download-btn {
    background-color: #fff;
    color: #003D79;
    padding: 0.75rem 1.5rem;
    border: none;
    position: relative;
    width: 11rem;
    font-weight: 400;
}

.download-btn::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 0;
    bottom: 0;
    width: 6px;
    background-color: #FFB700;
}
.feature-text{
    color: #FFB700;
}

.headline {
    font-weight: 500;
    font-size: 2rem;
    color: #003366;
}

.headline-underline {
    width: 100px;
    height: 5px;
    background-color: #ffc107;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.bg-hero-outlook-detail{
    background: url('/images/bg-hero-market-outlook-detail.jpg') repeat;
    background-size: contain;
    height: 5vh;
}
.title-other-outlooks::before {
    content: '';
    display: inline-block;
    width: 4%;
    height: 6px;
    background-color: #003366;
    margin-right: 10px;
    bottom: 5px;
    position: relative;
}

@media (max-width: 768px) {
.bg-cover {
    background: none;
}
.overlay-content {
    padding: 1.5rem;
}

.overlay-content h2 {
    font-size: 1.5rem;
}
.bg-section {
    background: url('/images/outlook-footer.webp') no-repeat center center;
    background-size: cover;
    padding: 4rem 1rem;
}
.content-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}
.content-box p{
    max-width: 275px;
}

.headline {
    font-size: 1.5rem;
}

.text-box {
    flex: 1 1 100%;
}

.contact-btn {
    align-self: flex-start;
}
.strong_foundation {
    margin-top: 20px !important;
    margin-bottom: 50px !important;
}
.growth_driven {
    margin-top: 50px !important;
}
}

/* Solutions */
.strong_foundation{
    margin-top: 100px;
    margin-bottom: 50px;
}
.strong_foundation h4{
    font-weight: bold;
    color: #003D79;
}
.growth_driven{
    margin-top:100px;
}
.growth_driven h4{
    font-weight: bold;
    color: #003D79;
}
.money_market{
    margin-top: 100px;
    margin-bottom: 50px;
}
.money_market h6{
    font-weight: 400;
    font-size: 20px;
    color: #003D79;
    margin-bottom: 5px;
}
.unique_advantage{
    margin-top: 50px;
    margin-bottom: 20px;
}
.unique_advantage h6{
    font-weight: 400;
    font-size: 20px;
    color: #003D79;
    margin-bottom: 5px;
}
.empower_change{
    margin-top: 100px;
    margin-bottom: 100px;
}
.empower_change h6{
    font-size: 20px;
    color: #003D79;
    margin-bottom: 5px;
}
.grow-footer{
    border-left: 15px solid #ffc107;
    padding-left: 0;
}
.grow_indonesia{
    margin-top: 30px;
    margin-bottom: 100px;
}
@media screen and (max-width: 320px) {
    .subheadline_outlook{
        width: 100%;
    }
    .contact-info-text::before{
        content: '';
        display: inline-block;
        width: 48%;
        height: 2px;
        background-color: #B6B8BA;
        margin-right: 10px;
        bottom: 5px;
        position: relative;
    }
    .highlight-yellow {
        display: inline-block;
        border-bottom: 3px solid #f5c517;
        padding-bottom: 0px;
    }
    .overlay-text {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, -100%);
        text-align: left;
        padding: 10px;
        border-radius: 5px;
        width: 100%;
    }
    
    .overlay-text p{
        font-weight: bold;
        color: white; 
    }
    .orange-space{
        background-color: #FFB700;
        height: 47vh;
    }
    .orange-space-strategy{
        background-color: #FFB700;
        height: 60vh;
    }
    .section-benefit{
        background-image: url('/images/background-1.webp');
        height: 25vh; 
        background-size: cover;
        background-position: bottom;
    }
    .padding-bespoke{
        padding-top: 300px;
    }
    .product-section{
        background-image: url('/images/background-3.webp');
        height: 50vh; 
        background-size: cover;
    }
    .bg-open-doors{
        background-image: url('/images/background-2.webp');
        height: 30vh;
        background-size: cover;
    }
    .h2-investa{
        padding-top: 120px;line-height: 1.3em;
    }
    .thumbnail-video{
        background-color: #003D79;
        height: 220px;
    }
    .thumbnail-image{
        margin: 20px;
        padding-left: 0px;
        max-height: 180px;
    }
    p{
        color: #323334;
        margin: 0;
        padding: 0;
        font-size: 1rem;
    }
    .dropdown-menu {
        width: 100vw;
    }
    .dropdown-menu a .d-flex {
        transition: all 0.5s;
    }
    .dropdown:hover .dropdown-menu {
        display: flex;
    }
    .dropdown-toggle::after {
        display: none !important;
    }
    .dropdown-toggle[aria-expanded="true"] i {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .subheadline_outlook{
        width: 100%;
    }
    .contact-info-text::before{
        content: '';
        display: inline-block;
        width: 48%;
        height: 2px;
        background-color: #B6B8BA;
        margin-right: 10px;
        bottom: 5px;
        position: relative;
    }
    .highlight-yellow {
        display: inline-block;
        border-bottom: 5px solid #f5c517;
        padding-bottom: 0px;
    }
    .overlay-text {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, -100%);
        text-align: left;
        padding: 10px;
        border-radius: 5px;
        width: 100%;
    }
    
    .overlay-text p{
        font-weight: bold;
        color: white; 
    }
    .orange-space{
        background-color: #FFB700;
        height: 47vh;
    }
    .orange-space-strategy{
        background-color: #FFB700;
        height: 60vh;
    }
    .section-benefit{
        background-image: url('/images/background-1.webp');
        height: 25vh; 
        background-size: cover;
        background-position: bottom;
    }
    .padding-bespoke{
        padding-top: 300px;
    }
    .product-section{
        background-image: url('/images/background-3.webp');
        height: 50vh; 
        background-size: cover;
    }
    .bg-open-doors{
        background-image: url('/images/background-2.webp');
        height: 30vh;
        background-size: cover;
    }
    .h2-investa{
        padding-top: 120px;line-height: 1.3em;
    }
    .thumbnail-video{
        background-color: #003D79;
        height: 220px;
    }
    .thumbnail-image{
        margin: 20px;
        padding-left: 0px;
        max-height: 180px;
    }
    p{
        color: #323334;
        margin: 0;
        padding: 0;
        font-size: 16px;
    }
    .dropdown-menu {
        width: 100vw;
    }
    .dropdown-menu a .d-flex {
        transition: all 0.5s;
    }
    .dropdown:hover .dropdown-menu {
        display: contents;
    }
    .dropdown-toggle::after {
        display: none !important;
    }
    .dropdown-toggle[aria-expanded="true"] i {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }
    .title-other-outlooks::before {
        content: '';
        display: inline-block;
        width: 10%;
        height: 6px;
        background-color: #003366;
        margin-right: 10px;
        bottom: 5px;
        position: relative;
    }
}

@media screen and (min-width: 770px) and ( max-width: 1025px) {
    .navbar-expand-lg .navbar-nav{
        flex-direction: row !important;
    }
    .subheadline_outlook{
        width: 50%;
    }
    .carousel-caption{
        bottom: 0;
        top: 20% !important;
        left: 11%;
    }
    .orange-space{
        background-color: #FFB700;
        height: 53vh;
    }
    .orange-space-strategy{
        background-color: #FFB700;
        height: 45vh;
    }
    .section-benefit{
        background-image: url('/images/background-1.webp');
        height: 30vh; 
        background-size: cover;
        background-position: bottom;
    }
    .padding-bespoke{
        padding-top: 160px;
    }
    .product-section{
        background-image: url('/images/background-3.webp');
        height: 30vh; 
        background-size: cover;
    }
    .text-fold{
        font-size: 18px;
    }
    .bg-open-doors{
        background-image: url('/images/background-2.webp');
        height: 20vh;
        background-size: cover;
    }
    .item-product{
        top: -85px;
        position: relative;
    }
    .h2-investa{
        padding-top: 25px;line-height: 1.3em;
    }
    .thumbnail-video{
        background-color: #003D79;
        height: 310px;
    }
    .thumbnail-image{
        margin: 50px;
        padding-left: 0px;
        max-height: 225px;
    }
    .dropdown-menu {
        width: 100vw;
    }
    .dropdown-menu a .d-flex {
        transition: all 0.5s;
    }
    .dropdown:hover .dropdown-menu {
        display: flex;
    }
    .dropdown-toggle::after {
        display: none !important;
    }
    .dropdown-toggle[aria-expanded="true"] i {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }
    .right-color-block {
        width: 200px; /* adjust width as needed */
        background: linear-gradient(to right, #ffb800 0 20%, #003a7b 20% 100%);
        z-index: 0;
    }
}
@media screen and (min-width: 1026px) and ( max-width: 1440px) {
    .thumbnail-video{
        background-color: #003D79;
        height: 410px;
    }
    .thumbnail-image{
        margin: 50px;
        padding-left: 100px;
        max-height: 300px;
    }
    .dropdown-menu {
        width: 100vw;
    }
    .dropdown-menu a .d-flex {
        transition: all 0.5s;
    }
    .dropdown:hover .dropdown-menu {
        display: flex;
    }
    .dropdown-toggle::after {
        display: none !important;
    }
    .dropdown-toggle[aria-expanded="true"] i {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }
    .right-color-block {
        width: 200px; /* adjust width as needed */
        background: linear-gradient(to right, #ffb800 0 20%, #003a7b 20% 100%);
        z-index: 0;
    }
    .orange-space{
        background-color: #FFB700;
        height: 54vh;
    }
    .orange-space-strategy{
        background-color: #FFB700;
        height: 60vh;
    } 
    .section-benefit{
        background-image: url('/images/background-1.webp');
        height: 50vh; 
        background-size: cover;
    }
    
}
@media screen and (min-width: 1445px) and ( max-width: 2560px) {
    .orange-space{
        background-color: #FFB700;
        height: 30vh;
    }
    .orange-space-strategy{
        background-color: #FFB700;
        height: 60vh;
    }
    .section-benefit{
        background-image: url('/images/background-1.webp');
        height: 40vh; 
        background-size: cover;
        background-position: bottom;
    }
    .thumbnail-video{
        background-color: #003D79;
        height: 410px;
    }
    .thumbnail-image{
        margin: 50px;
        padding-left: 100px;
        max-height: 300px;
    }
    .dropdown-menu {
        width: 100vw;
    }
    .dropdown-menu a .d-flex {
        transition: all 0.5s;
    }
    .dropdown:hover .dropdown-menu {
        display: flex;
    }
    .dropdown-toggle::after {
        display: none !important;
    }
    .dropdown-toggle[aria-expanded="true"] i {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }
    .right-color-block {
        width: 200px; /* adjust width as needed */
        background: linear-gradient(to right, #ffb800 0 20%, #003a7b 20% 100%);
        z-index: 0;
    }
}

.highcharts-credits{
    display: none !important;
}