
body {
    padding-bottom: 40px;
}

.section-header a {
    color: black;
}

.dropdown-content li>a, .dropdown-content li>span {
    color: black;
    font-weight: 500;
    font-size: 12px;
}
.dropdown-content {
    border-radius: 8px;
    box-shadow: none;
}

.btn-small.btn-login {
    background: linear-gradient(180deg, #364878 -17.97%, #0F1E45 154.69%) !important;
    border-radius: 17px !important;
    color: white !important;
    font-weight: normal !important;
    font-size: 12px !important;
    padding: 0 20px;
    margin-left: 8px;
}

.section-separator {
    width: 100%;
    height: 100px;
}
.section-banner-inside {
    padding: 0;
    position: relative;
}
.section-banner-inside img.hero-banner {
    width: 100%;
    aspect-ratio: 21/9;
    object-fit: cover;
    border-radius: 30px;
    display: block;
}
.section-banner-inside .hero-text-layer {
    position: absolute;
    top: 0;
    left: 60px;
    width: 40%;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.section-banner-inside hr {
    border: 0;
    border-top: 1px solid #71747D;
}
.hero-title {
    font-weight: 600;
    color: var(--blue-text);
    font-size: 56px;
}
.hero-desc {
    font-size: 14px;
}
.btn-selengkapnya {
    width: 50%;
    object-fit: contain;
    display: block;
}
.btn-selengkapnya-text {
    position: absolute;
    top: calc(50% - 18px);
    font-size: 1rem;
    left: 10%;
    color: white;
}

.ellipsis-1 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis-2 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis-3 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis-4 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-title {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--blue-text);
    font-weight: 600;
    padding-left: 40px;
    padding-right: 40px;
}

.button-navigation-prediksi {
    background-color: white;
    padding: 8px;
    border-radius: calc(68px / 2);
    cursor: pointer;
    transition: all .2s ease;
}
.button-navigation-prediksi .icon-part i {
    display: block;
    font-size: 32px;
    color: #DCE0E4;
    transition: all .2s ease;
}
.button-navigation-prediksi .icon-part {
    background-color: #EBEEF2;
    border-radius: calc(52px / 2);
    width: 52px;
    height: 52px;
    padding: 10px;
}
.button-navigation-prediksi .text-part {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
    font-weight: 500;
    color: #DCE0E4;
    transition: all .2s ease;
}

.button-navigation-prediksi.active {
    box-shadow: 0px 10px 24px -10px rgba(54,72,120,0.70);
    -webkit-box-shadow: 0px 10px 24px -10px rgba(54,72,120,0.70);
    -moz-box-shadow: 0px 10px 24px -10px rgba(54,72,120,0.70);
}
.button-navigation-prediksi.active .icon-part i {
    color: var(--blue-text);
}
.button-navigation-prediksi.active .text-part {
    color: var(--blue-text);
}

img.logo-bmkg {
    display: block;
    height: 70px;
    object-fit: cover;
}

.section-prediksi-bencana-map {
    position: relative;
}
.section-prediksi-bencana-map .text-prediksi-ch,
.section-prediksi-bencana-map .text-prediksi-banjir {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 250px;
    border-radius: 4px;
    height: 32px;
    z-index: 999;
}
.section-prediksi-bencana-map .text-prediksi-ch:not(.skeleton),
.section-prediksi-bencana-map .text-prediksi-banjir:not(.skeleton) {
    background-color: #FEFEFE;
}

.section-prediksi-bencana-map-info {
    padding-top: 40px;
    padding-bottom: 40px;
}


img.image-informasi-terkini {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.label-capsule {
    font-size: 10px;
    border-radius: calc(19px / 2);
    padding: 2px 12px;
    width: fit-content;
}

.card-dot {
    font-size: 10px;
}
.title-informasi-terkini {
    /* font-size: 16px; */
    font-weight: 500;
    font-size: 14px;
}

.transparent-card {
    background-color: transparent;
    box-shadow: none;
}
.highlight-card {
    height: calc(100% - .5rem);
    min-height: 400px;
}

.btn-lihatsemua-secondary {
    background: transparent !important;
    color: #4C90EC;
    border: 1px solid #4C90EC;
    border-radius: calc(36px / 2) !important;
    font-size: 12px;
    padding: 0 50px;
}
.highlight-info {
    position: absolute;
    background-color: blue;
    bottom: 10px;
    width: calc(100% - 20px);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    /* min-height: 200px; */
    padding: 20px;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(23, 21, 21, 0.85) 113.28%);
}

.tombol-tentangkami {
    display: inline-flex;
}
.tombol-tentangkami img {
    height: 75px;
    display: block;
}
.tombol-tentangkami:not(:last-child) {
    margin-bottom: 10px;
    /* display: inline-block; */
}

.tombol-tugas {
    padding-left: 7%;
}
.tombol-fungsi {
    padding-left: 18%;
}
.foto-fungsi-kanan {
    height: 350px;
    object-fit: cover;
}
.btn-program-container {
    background-color: white;
    border-radius: 25px;
    width: fit-content;
    margin: auto;
}
button.btn-circle {
    border-radius: calc(36px / 2) !important;
    background-color: white !important;
    color: #EBEEF2;
    font-weight: 500;
    border: 1px solid #EBEEF2;
    margin: 8px 4px 8px 0;
}
button.btn-circle.active {
    background-color: #EBEEF2 !important;
    color: var(--blue-text);
    font-weight: 500;
}
button.btn-circle:first-child {
    margin-left: 8px;
}
button.btn-circle:last-child {
    margin-right: 8px;
}

.card-program {
    padding: 20px 12px;
    border-radius: 20px;
}
.foto-program {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}
.icon-location {
    display: block;
    font-size: 12px;
}
.program-title {
    font-weight: 600;
    font-size: 18px;
    color: black;
}


.tanya-jawab-container {
    position: relative;
    width: 160px;
}
.tanya-jawab-container img {
    margin: auto;
    display: block;
    height: calc(36px * 2);
}
.tanya-jawab-container-tanya {
    font-size: 24px;
    color: var(--blue-text);
    position: absolute;
    font-weight: 600;
    top: 0;
    left: 0;
}
.tanya-jawab-container-jawab {
    font-size: 24px;
    color: var(--blue-text);
    position: absolute;
    font-weight: 600;
    bottom: 0;
    right: 0;
}

.w-nomor-tanyajawab {
    width: 60px;
}
.tanya-jawab-pertanyaan {
    font-weight: 500;
    font-size: 14px;
}
.icon-open-faq {
    display: block;
}
.tanya-jawab-jawaban {
    display: none;
}
.card-faq {
    padding: 20px;
}
.one-card-faq {
    padding: 20px;
    border-bottom: 1px solid rgba(220, 218, 218, 0.5);
}

.link-galeri {
    font-weight: 500;
    color: #3266AC;
    font-size: 12px;
    text-transform: none;
}
.galeri-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.foto-galeri {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}
.btn-nav-galeri {
    cursor: pointer;
    width: 48px;
    height: 8px;
    border-radius: 4px;
    background-color: #E6E6E6;
    transition: all .2s ease;
    margin-right: 8px;
}
.btn-nav-galeri.active {
    width: 100px;
    background-color: var(--blue-text);
}
.btn-nav-galeri-arrow {
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    border-radius: 50% !important;
    background-color: white !important;
    color: #4C90EC;
    border: 1px solid #4C90EC;
}
.btn-nav-galeri-arrow i {
    color: #4C90EC;
    font-size: 24px;
    display: block;
}

.klop-container {
    width: 40%;
    position: relative;
    z-index: 2;
    padding: 0 80px 40px 80px;
}
.klop-title {
    font-size: 48px;
    color: white;
    font-weight: 600;
}
.klop-name {
    font-size: 18px;
}
.klop-desc {
    color: #8C99BE;
}
img.banner-klop {
    position: absolute;
    object-fit: contain;
    object-position: bottom;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
img.maskot-klop {
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
    max-width: 50%;
    min-height: 260px;
    object-fit: contain;
    object-position: bottom;
    margin-right: 50px;
}
.btn-secondary-yellow {
    background: transparent !important;
    color: #FFC928;
    border: 1px solid #FFC928;
    border-radius: calc(36px / 2) !important;
    font-size: 12px;
    padding: 0 50px;
}

.card-footer {
    padding: 50px;
}

.link-footer-container {
    padding-right: 100px;
}
.link-footer-container div:not(:first-child) {
    border-left: 1px solid #788799;
}
a.link-footer {
    color: #788799;
}
.icon-website {
    background-color: #D9D9D9;
    width: 24px;
    height: 24px;
    border-radius: 12px;
}
.icon-website i {
    color: #788799;
    font-size: 18px;
    display: block;
    margin: auto;
}
.link-website a {
    margin: auto;
}

.footer-border-bottom {
    border-bottom: 1px solid rgba(230, 230, 230, 0.5);
}
.link-footer-container, .link-website {
    margin-bottom: 10px;
}

.w-icon-footer {
    width: 20px;
}
.w-icon-footer i {
    font-size: 18px;
}

.pengunjung-container {
    padding: 8px 20px;
    border-radius: calc(34px / 2);
    color: white;
    width: fit-content;
    background-color: #3468AF;
    margin: auto;
}

.map {
    width: 100%;
    height: 500px;
}

.foto-galeri-placeholder {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1/1;
}

.fullscreen-gallery {
    width: 100%;
    height: 100dvh;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 40px;

    display: none;

    background: rgba(0, 0, 0, 0.8);
    border-radius: 0px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    overflow-y: auto;
}
.btn-close-fullscreen-gallery {
    padding: 0 10px;
}
.fullscreen-gallery-grid-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.fullscreen-gallery-image {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 12px;
    object-fit: cover;
}
