.section-kpr-simulasi,
.section-kpr-hasil-simulasi {
    height: max-content;
    background-color: #fdd314;
}
/* .section-kpr-hasil-simulasi {
  background-color: #fdd314;
} */
.container-content-banner {
    position: relative;
    display: block;
    width: 100%;
}
.title-simulasi-kpr {
    font-weight: 800;
    color: #212529;
}
.label-input-simulasi {
    font-weight: 600;
}
.input-simulasi-kpr,
.input-simulasi-kpr:focus {
    padding-left: 1rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 1px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 1px 10px 0 rgba(0, 0, 0, 0.19) !important;
}
.input-simulasi-kpr {
    border-radius: 1.25rem;
    width: inherit;
    height: 2.5rem;
    border: none;
}
.input-simulasi-kpr:focus {
    outline: 0 !important;
    border: 2px solid #fdd314;
}
.input-simulasi-kpr::-webkit-inner-spin-button,
.input-simulasi-kpr::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input-simulasi-kpr[type="number"] {
    -moz-appearance: textfield;
}
.row-hasil-simulasi {
    background-color: #fff;
    border-radius: 15px;
    height: 7.5rem;
}
.title-hasil-simulasi {
    font-weight: 400;
}
.nominal-simulasi,
.note-hasil-simulasi.h3 {
    font-weight: 600;
}
.desc-syarat {
    font-weight: 500;
}
ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
ul.dash > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}
.logo-partner--bank {
    width: 100%;
    height: 100%;
}
.title-req-kpr,
.title-hubungi-kpr {
    font-weight: 800;
}
.container-req-kpr {
    background-color: #efefef;
    border-radius: 1.25rem;
}
.wrapper-req-kpr {
    display: grid;
    gap: 0.5rem;
}
.img-check-req-kpr {
    width: 23px;
    height: 23px;
}
.container-list-req-kpr {
    display: grid;
    grid-template-columns: max-content 1fr;
}
.text-check-req-kpr {
    line-height: 1.25;
}
.wrapper-hubungi-kpr {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
}
.link-btn-hubungi {
    width: max-content;
}
.btn-aju-kpr {
    background-color: #212529;
    color: #fff;
    padding: 0.7rem;
    width: 100%;
    /* max-width: 325px; */
    font-weight: 800;
    border-radius: 3rem;
}

.btn-aju-kpr:hover {
    color: #fdd314;
}

.button-whatsapp {
    background-color: #50bf31;
    color: #ffffff;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 1.2rem;
    border-radius: 10px;
    padding: 0.275rem 0.75rem;
}

.card-img-top-news-loading {
    position: relative;
    border-radius: 19px 19px 0 0;
    width: inherit;
    background-color: #c9c9c9;
}

.card-img-top-news-loading {
    height: 15rem;
    max-height: 15rem;
    padding: 0;
}

.text-card-loading {
    width: 100%;
    max-height: 1.25rem;
    border-radius: 12px;
}

.text-card-loading,
.card-img-top-news-loading {
    background: linear-gradient(0.25turn, transparent, #fff, transparent),
        linear-gradient(#c9c9c9, #c9c9c9);
    background-repeat: no-repeat;
    background-position: -315px 0, 0 0, 0px 190px, 50px 195px;
    animation: loading 1.5s infinite;
}

.text-card-loading {
    background-size: 100% 250px, 100% 13rem, 100px 100px, 225px 30px;
}

.card-img-top-news-loading {
    background-size: 100% 250px, 100% 15rem, 100px 100px, 225px 30px;
}

.wrapper-label {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    width: max-content;
    height: max-content;
    background-color: #fafafa;
    border-radius: 0.75rem;
    padding: 0.25rem 0.75rem;
}

.wrapper-label span {
    font-size: 0.875em;
    font-weight: 600;
    line-height: 1;
    color: #203fab;
}

.jenis-news {
    color: #203fab;
    font-weight: 600;
    font-size: 0.75em;
}

.brighton-news {
    background: #f4f4f4;
    height: max-content;
}

.news-title {
    font-size: 2em;
    font-weight: 800;
}

.btn-lihat-semua-berita {
    font-weight: 600;
    padding: 0.5rem 2rem 0.5rem 2rem;
    border-radius: 20px;
    /* background-color: #3cc0fe; */
    background-color: black;
    border: none;
    color: #fff;
}

.btn-lihat-semua-berita:hover {
    color: #fdd314 !important;
}

.btn-lihat-semua-berita:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0) !important;
}

.container-loading-secondary {
    display: grid;
}

.home-news-content .tns-ovh {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    padding-bottom: 0.25rem;
}

.nav-next-news,
.nav-prev-news {
    background-color: #fff;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: absolute;
    z-index: 10;
}

.news-title {
    font-size: 2em;
    font-weight: 800;
}

.card-berita-loading {
    border-radius: 20px;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2),
        0 0 10px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2),
        0 0 10px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.19);
    border: 0;
    height: 22.5rem;
}

.card-berita {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2),
        0 0 10px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2),
        0 0 10px 0 rgba(0, 0, 0, 0.19);
    border: 0;
    height: 24rem;
    position: relative;
}

.title-news,
.desc-news {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-news {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
}

.desc-news {
    color: #707070;
    font-weight: 600;
    font-size: 12px;
    -webkit-line-clamp: 3;
}

/* Small devices (portrait phones, 575px and down) */
@media only screen and (max-width: 575px) {
    .row-hasil-simulasi {
        height: 10rem;
    }
    .title-simulasi-kpr,
    .nominal-simulasi {
        font-size: 1.5rem;
    }
    .title-hasil-simulasi,
    .desc-syarat {
        font-size: 1rem;
    }
    .note-hasil-simulasi,
    .desc-list-syarat {
        font-size: 0.9rem;
    }
    .col-harga-properti {
        border-bottom: 1px solid #adadad;
    }
    .col-angsuran-properti {
        border-top: 1px solid #adadad;
    }
    .text-content-cms,
    .title-req-kpr,
    .text-check-req-kpr {
        font-size: 0.875em;
    }
    .title-hubungi-kpr {
        font-size: 1em;
    }
    .wrapper-req-kpr {
        grid-template-columns: 1fr;
    }
    .img-hubungi {
        width: 15rem;
        height: 100%;
    }
    .container-loading-secondary {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .home-news-content .tns-ovh {
        padding-top: 1.5rem;
    }
    /* Berita */
    .nav-prev-news,
    .nav-next-news {
        top: 40%;
    }

    .nav-prev-news {
        left: -1rem;
    }

    .nav-next-news {
        right: -1rem;
    }
}
/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
    .row-hasil-simulasi {
        height: 10rem;
    }
    .title-simulasi-kpr,
    .nominal-simulasi {
        font-size: 1.5rem;
    }
    .title-hasil-simulasi,
    .desc-syarat {
        font-size: 1rem;
    }
    .note-hasil-simulasi,
    .desc-list-syarat {
        font-size: 0.9rem;
    }
    .col-harga-properti {
        border-bottom: 1px solid #adadad;
    }
    .col-angsuran-properti {
        border-top: 1px solid #adadad;
    }
    .text-content-cms,
    .title-req-kpr,
    .text-check-req-kpr {
        font-size: 0.875em;
    }
    .title-hubungi-kpr {
        font-size: 1em;
    }
    .wrapper-req-kpr {
        grid-template-columns: 1fr;
    }
    .img-hubungi {
        width: 15rem;
        height: 100%;
    }
    .container-loading-secondary {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .home-news-content .tns-ovh {
        padding-top: 1.5rem;
    }
    /* Berita */
    .nav-prev-news,
    .nav-next-news {
        top: 50%;
    }

    .nav-prev-news {
        left: -1rem;
    }

    .nav-next-news {
        right: -0.8rem;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .row-hasil-simulasi {
        height: 7.5rem;
    }
    .title-simulasi-kpr {
        font-size: 2rem;
    }
    .title-hasil-simulasi {
        font-size: 1.2rem;
    }
    .nominal-simulasi {
        font-size: 1.9rem;
    }
    .note-hasil-simulasi,
    .desc-list-syarat {
        font-size: 1rem;
    }
    .desc-syarat {
        font-size: 1.1rem;
    }
    .col-harga-properti {
        border-right: 1px solid #adadad;
        border-bottom: none;
    }
    .col-angsuran-properti {
        border-left: 1px solid #adadad;
        border-top: none;
    }
    .text-content-cms,
    .title-req-kpr,
    .text-check-req-kpr {
        font-size: 1em;
    }
    .title-hubungi-kpr {
        font-size: 1.25em;
    }
    .wrapper-req-kpr {
        grid-template-columns: 1fr 1fr;
    }
    .img-hubungi {
        width: 18rem;
    }
    .container-loading-secondary {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .home-news-content .tns-ovh {
        padding-top: 1rem !important;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .row-hasil-simulasi {
        height: 7.5rem;
    }
    .title-hasil-simulasi,
    .desc-syarat {
        font-size: 1.2rem;
    }
    .nominal-simulasi {
        font-size: 1.9rem;
    }
    .note-hasil-simulasi {
        font-size: 1.1rem;
    }
    .content-simulasi-kpr {
        margin-right: 10px;
    }
    .content-hasil-simulasi {
        margin-left: 10px;
    }
    .container-loading-secondary {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    /* Berita */
    .nav-prev-news,
    .nav-next-news {
        top: 40%;
    }

    .nav-prev-news {
        left: -3rem;
    }

    .nav-next-news {
        right: -3rem;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .row-hasil-simulasi {
        height: 7.5rem;
    }
    .img-hubungi {
        width: 21rem;
    }
    .container-loading-secondary {
        gap: 30px;
    }
}
/* Extra large devices (large laptops and desktops, 1900px and up) */
@media only screen and (min-width: 1900px) {
    .container-loading-secondary {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 25px;
    }
}
