.nav-background {
    margin-top: 15px;
    border-radius: 15px;
}

.nav-item {
    position: relative;
    z-index: 100;
}

.logo-jakbizhub {
    margin-top: 15px;
    border-radius: 10px;
}

.img_gedung img {
    height: auto;
    width: 98vw;
}

.btn-gold {
    background-color: #a38150 !important;
    color: white !important;
    border: 1px solid #a38150 !important;
}

.btn-white-gold {
    background-color: white !important;
    color: #a38150 !important;
    border: 1px solid #a38150 !important;
}

.btn_carousel {
    border-radius: 30px;
    padding: 12px 20px;
}

#btninvest,
#btnsupport {
    transition: all 0.7s ease;
    border-radius: 50px;
    min-width: 120px;
    position: relative;
}

/* btn-invest-support */

/* AKTIF */
.btn-gold {
    background-color: #b08a57 !important;
    color: #ffffff !important;
    border: 1px solid #b08a57 !important;
}

/* NON AKTIF */
.btn-white-gold {
    background-color: #ffffff !important;
    color: #b08a57 !important;
    border: 1px solid #b08a57 !important;
}

/* Fade out page */
.fade-out {
    animation: fadeOut 0.5s forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.95);
    }
}

/* img slider*/
.hover-wrapper img {
    width: 10%;
    height: 100%;
    object-fit: cover;
}
/* end iframe */

/* img slider */
.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 450px;
}

.swiper-slide img {
    display: block;
    width: 110%;
    height: 80%;
    object-fit: cover;
    border-radius: 10px;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    opacity: 0 !important;
    display: none !important;
}

/* iframe */

/* Container iframe */

#mapWrapper {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: calc(105vh - 120px);
    background: #fff;
    z-index: 100;
    background: #fff;
}

/* Iframe agar penuh container */
#mapFrame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* #mapWrapper {
    position: absolute;
    top: 90px;
    left: 10px;
    right: 40px;
    z-index: 100;
    width: 100vw;
    height: calc(104vh - 115px);
    background: #fff;

    overflow: auto;
    opacity: 0;
    transition: opacity 0.3s ease;
} */

/* Tampilkan container ketika aktif */
#mapWrapper.active {
    display: block;
    opacity: 1;
}

/* Iframe itu sendiri */
/* #mapFrame {
    width: 100%;
    height: 100%;
    border: none;


    display: block;
} */

/* Pastikan body yang punya kelas map-open tidak mengunci scroll iframe */

/* swiper */

.hover-wrapper {
    border: 1.5px solid #bda477;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

/* Overlay kanan */
.hover-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%; /* bagian kanan saja */
    height: 100%;

    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    color: #333;
    border-radius: 0 12px 12px 0;
}
/* end iframe */

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 450px;
}
.swiper-slide img {
    display: block;
    width: 110%;
    height: 80%;
    object-fit: cover;
    border-radius: 10px;
}
.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    opacity: 0 !important;
    display: none !important;
}

/* sembunyikan btn */
.custom-pagination-investment .swiper-pagination-bullet {
    background: #d1d1d1;
    opacity: 1;
}
.custom-pagination-investment .swiper-pagination-bullet-active {
    background: #bda477;
}

/* SUPPORT (abu-abu) */
.custom-pagination-support .swiper-pagination-bullet {
    background: #cfcfcf;
    opacity: 1;
}
.custom-pagination-support .swiper-pagination-bullet-active {
    background: #bda477;
}

/* sembunyikan pagination default */
.tools-section:not(.active) .swiper-pagination {
    display: none;
}

.gif-small {
    width: 10%; /* perkecil ukuran GIF */
    height: 10%;
}
.info-card {
    width: 165px; /* card lebih kecil */
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px); /* efek blur seperti referensi */
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}

.tools-section {
    display: none;
}

.tools-section.active {
    display: block;
}

/* responsive */
/* Mobile */
@media (max-width: 600px) {
    .content-navbar {
        padding-top: 0 !important;
    }

    .logo img {
        height: 10px;
        width: 20px;
    }

    .content-navbar h1 {
        padding-top: 30px;
        font-size: 20px !important;
    }
    .content-navbar p {
        font-size: 12px !important;
        justify-content: center;
        text-align: center;
        text-align: center;
        width: 100% !important;
    }

    .content {
        width: 100% !important;
    }

    .card-gold {
        width: 100% !important;
    }
    .titik {
        display: none;
    }
    .swiper-slide {
        width: 150% !important;
        transform: translate(-50%, -50%) rotate(0deg);
    }

    /* footer gambar */
    .img_gedung img {
        width: 100%;
    }
    .btn_carousel {
        width: 100%;
        font-size: 10px !important;
    }
    .item {
        height: 50%;
    }

    .btninvest {
        font-size: 8px;
    }
    .btnsupport {
        font-size: 8px;
    }
    .btn-tools {
        gap: none;
    }
    .content {
        font-size: 10px;
    }

    .hover-wrapper {
        max-width: 65%;
        text-align: center;
    }
    .footer {
        font-size: 10px;
    }
}

/* Tablet */
@media (min-width: 600px) and (max-width: 768px) {
    .logo-img {
        height: 20px;
    }
    .content-navbar {
        padding-top: 100px;
    }
    .content-navbar p {
        font-size: 15px !important;
        justify-content: center;
        text-align: center;
        text-align: center;
    }
    .btn_carousel {
        font-size: 14px;
        display: inline-block;
    }

    .btn_carousel button {
        width: auto;
    }
    .titik {
        display: none;
    }
    .card {
        width: 100% !important;
    }
    /* footer gambar */
    .img_gedung img {
        width: 100%;
    }
    .btn_carousel {
        width: 90%;
    }
    .btn {
        width: 40%;
    }
}

/* Laptop / Desktop */
@media (min-width: 992px) {
    .logo-img {
        height: 24px;
    }
    .content-navbar {
        padding-top: 100px;
    }
    .titik {
        display: 100%;
    }
    .card {
        width: 100% !important;
    }
    .img_gedung img {
        width: 100%;
    }
}
