body {
    /* font-family: 'Verdana'; */
    font-family: "poppins", "Open Sans", Arial, sans-serif;
    color: #73777d;

    font-size: 13px;
    line-height: 1.65em;
    font-style: normal;
    font-weight: 400;
}



#form-pesan:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.3);
}

.accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
    /* Hilangkan border luar item */
}

.accordion-button {
    border-top: none;
    /* Hilangkan border tombol header */
    box-shadow: none;
    /* Hilangkan efek shadow saat terbuka */
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    /* Hindari warna background default saat dibuka */
}

.accordion-body {
    background-color: #f5f5f5;
    /* abu-abu muda */
    border-left: 4px solid #000;
    /* garis tepi kiri hitam */
}

.accordion p {
    color: #000 !important;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-weight: bold;
}

.accordion a {
    color: #73777d !important;
}

/* Navbar */
.navbar {
    background-color: #60BABF;
    /*background-color: #fff;*/
    /* margin-bottom: 0 !important; */
}



.nav-item {
    margin-left: 20px;
    font-weight: 600;
}

.aktif {
    color: #fd7e14 !important;
}

.nav-item a {
    font-weight: 600 !important;
    font-size: 16px !important;
}

.nav-item.active a {
    color: #fd7e14 !important;
    font-weight: 600;
}

.nav-item a:hover {
    color: #fd7e14 !important;
    font-weight: 600;
}

.dropdown-menu a:hover {
    color: #fd7e14 !important;
    font-weight: 600;
}

.dropdown-item {
    color: rgb(0 0 0 / 55%);
}

.navbar .nav-item .dropdown-menu {
    display: none;
    margin-top: 0;
}

.navbar .nav-item:hover .dropdown-menu {
    display: block;
}

.navbar .nav-item .dropdown-item {
    font-weight: 600;
}

/* Carousel */
.carousel {
    margin-top: 72px;
}

/* Content */
.brands h4 {
    text-align: left;
    color: #454da1;
}

.subjudul {
    text-align: center !important;
    color: #012 !important;

}

.subjudul2 {
    text-align: center !important;
    color: #B7B7B7 !important;
    font-style: italic;
    font-size: 1.5rem;
}

.brands h5 {
    color: #454da1;
}

.brands p {
    text-align: justify;
}

.tarif {
    text-align: center !important;
}

.tekslapor {
    font-weight: bold;
    color: #000;
}

.btnku {
    background-color: #60BABF;
    border: 0px;
    color: #fff;
    margin-bottom: 25px;
}

.btnku:hover {
    background-color: #fd7e14 !important;
    color: #fff;
}

/* produk */
.features h3,
.designer h3,
.similar-product h3,
.cart-header h3,
.checkout-modal-success h3 {
    /* font-family: 'Lora'; */
    color: #1B2690;
    font-weight: bold;
}

.features h4 {
    /* font-family: 'Lora'; */
    color: #fd7e14;
    font-weight: bold;
    font-size: 2rem;
}

.features p,
.designer p,
.similar-product p,
.cart-header p,
.checkout-modal-success p {
    font-weight: 200;
    color: #B7B7B7;

}

.figure h5 {
    color: #171717;
}

.figure p {
    font-size: 1rem;
    padding-bottom: 8px;
}

.figure-img {
    position: relative;

}


.figure-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s;
}

.figure-img:hover a {
    opacity: 1;
}

.brands a {
    color: #454da1;
    font-weight: bold;
    font-size: 1rem;
}

/* Informasi */
.informasi {
    background-color: #424242;
    color: #f5f5f5 !important;
}

.informasi p {
    text-align: left;
    margin-bottom: 5px;
}

p.first {
    text-indent: 1em;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #454DA1;
}

.informasi img {
    height: 70px !important;
}

.iconinfo img {
    height: 30px !important;
}

.iconinfo a {
    text-decoration: none;
    font-weight: bold;
    color: #454DA1;
}

.linkpengaduan {
    text-align: left;
}


.link-footer a {
    text-decoration: none !important;
    font-weight: 400;
    color: #f5f5f5;
}

.link-footer a:hover {
    color: #B7B7B7;
}

.link-footer li {
    list-style: none;
    margin-bottom: 5px;
}

.brands .judul h5 {
    /* font-family: 'Arial'; */
    font-weight: bold;
    font-size: 1.3rem;
}

.namamanajemen {
    font-size: 2rem;
    font-weight: bold;
    /* font-family: 'Arial'; */
    color: #454DA1;
    margin-bottom: -20px !important;
}

.namadewan {
    font-size: 26px;
    font-weight: bold;
    /* font-family: 'Arial'; */
    color: #fd7e14;
}

/* Simulasi Kredit */
.zebra-table {

    box-shadow: 0 2px 3px 1px #ddd;

    overflow: hidden;

    border: 10px solid #fff;

    border-collapse: collapse;

}

.zebra-table th,
.zebra-table td {

    vertical-align: top;

    padding: 8px 5px;

    text-align: left;

    margin: 0;

}

.zebra-table tbody th {

    background: #34495E;

    color: #fff;

}

.zebra-table tbody tr:nth-child(odd) {

    background: #DADFE1;

}

.btn-ku {
    background-color: green;
}


.tabel-simulasi {
    height: 550px;
    width: 100%;
    background-color: #EaEaEa;
    margin-bottom: 10px;
}

.tabel-simulasi .sukubunga {
    /* font-family: sans-serif; */
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: #454da1;
}

.section-title {
    text-align: center;
}

.fontsukubunga {
    text-align: center;
    font-size: 2.5rem;
}

.lapkeu h4 {
    /* font-family: 'Arial'; */
    font-size: 1.1rem;
}


/* Akhir Simulasi Kredit */

/* Footer */
footer img {
    margin-left: 5px;
    width: 60%;

}

footer p {
    color: #f5f5f5;
    display: inline;
}

footer .border-top {
    background-color: #424242;
}

.whatsapp {
    width: 4rem;
    height: 4rem;
    font-size: 4rem;
    position: fixed;
    bottom: 4.1rem;
    left: 2rem;
    cursor: pointer;
    animation: rotating 4s linear infinite;
    transform-origin: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

@media (max-width: 1280px) {
    html {
        font-size: 85%;
    }

    /* Carousel */
    .carousel {
        margin-top: 60px;
    }

    .manajemen {
        width: 150px;
        height: 150px;
    }


    .subjudul2 {
        text-align: center !important;
        color: #B7B7B7 !important;
        font-style: italic;
        font-size: 1.2rem;
    }

    .tabel-simulasi {
        height: 460px;
        width: 100%;
        background-color: #EaEaEa;
        margin-bottom: 10px;

    }

    .navbar-brand img {
        width: 85%;
    }

    .tabel-simulasi .sukubunga {
        font-size: 2rem;
    }
}



@media (max-width: 768px) {
    html {
        font-size: 80%;
    }

    /* Carousel */
    .carousel {
        margin-top: 60px;
    }

    .manajemen {
        width: 115px;
        height: 115px;
    }

    .namamanajemen p {
        font-size: 1.5rem;

    }


    .subjudul2 {
        text-align: center !important;
        color: #B7B7B7 !important;
        font-style: italic;
        font-size: 1.2rem;
    }

    .tabel-simulasi {
        height: 440px;
        width: 100%;
        background-color: #EaEaEa;
        margin-bottom: 10px;
    }

    .navbar-brand img {
        width: 83%;
    }


}



@media (max-width: 576px) {

    html {
        font-size: 75%;
    }

    /* Carousel */
    .carousel {
        margin-top: 58px;
    }

    .manajemen {
        width: 85px;
        height: 85px;
    }

    .namamanajemen p {
        font-size: 1.5rem;

    }

    .subjudul2 {
        text-align: center !important;
        color: #B7B7B7 !important;
        font-style: italic;
        font-size: 1rem;
    }

    .tabel-simulasi {
        height: 420px;
    }

    .navbar-brand img {
        width: 80%;
    }
}