.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.material-symbols-filled {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.heritage-watermark {
    background-image: url("../images/Lambang_Kota_Jambi.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 420px auto;
    opacity: 0.03;
    pointer-events: none;
}

.contact-map {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.module-card-image {
    max-width: 100%;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.angso-duo-watermark {
    opacity: 0.03;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

html {
    scroll-behavior: smooth;
}
