@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont,
        'Segoe UI', Roboto, sans-serif;
}

html {
    overscroll-behavior: none;
}

body {
    color: #000;
    background-color: #f3f3f3;
    min-height: calc(100dvh - 65px);
    overscroll-behavior: none;
}

input,
textarea,
button,
select,
a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: none;
}

input[type="submit"],
input[type="button"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="week"],
input[type="month"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.desa-sejarah-container ul {
    list-style-position: inside; 
    margin-left: 0.3em;
    padding-left: 0.3em; 
}

.desa-sejarah-container ol {
    list-style-position: inside;
    margin-left: 0.3em;
    padding-left: 0.3em;
}

.desa-sejarah-container li {
    margin-bottom: 0.3em; 
}

@media screen and (max-width: 768px) {

    input,
    textarea,
    select {
        font-size: 16px;
    }
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background-color: #485f48;
    border-color: #485f48;
}

input[type="radio"] {
    border-radius: 50%;
}

input::placeholder,
textarea::placeholder {
    color: #999;
    opacity: 1;
}

input[type="file"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f4f4f4;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
}

input[type="color"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #ccc;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="email"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


input[type="url"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

input[type="search"]::-webkit-search-results-button {
    -webkit-appearance: none;
    appearance: none;
}

input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.web-main {
    flex: 1;
    width: 100%;
    max-width: 1200px;
    background: #fff;
    margin: 0 auto;
    min-height: 100dvh;
    padding: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.inner-padding {
    padding: 8px 14px 14px 14px;
}

.article-inner-padding {
    padding: 4px;
}

.blank-content {
    padding: 8px 20px;
}

@media (max-width: 768px) {
    .web-main {
        width: 100%;
        background: #fff;
        margin: 0 auto;
        padding: 0;
        min-height: calc(100dvh - 65px);
    }

    .inner-padding {
        padding: 4px 6px 6px 6px;
    }

    .article-inner-padding {
        padding: 5px;
    }
}

.nodata {
    padding: 20px;
}

/* Aturan Dasar Styling Start */

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #de4f3f;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.view-all-btn:hover {
    color: #c23a2b;
    gap: 8px;
}

/* Aturan Dasar Styling End */

/* Navigation Start */

header {
    position: relative;
    width: 100%;
    min-height: 66px;
    background: url('assets/nav.png') repeat-x;
    background-size: auto 100%;
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.75);
    z-index: -1;
}

header .logo {
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

header .logo img {
    width: 30px;
    vertical-align: middle;
    padding-right: 2px;
}

header ul {
    position: relative;
}

header ul li {
    position: relative;
    list-style: none;
    float: left;
}

header ul li a {
    color: #fff;
    font-size: 1em;
    padding: 17px 17px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease;
    border-radius: 10px 10px 0 0;
}

header ul li a:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fdfbd8;
}

header ul li ul {
    position: absolute;
    left: 0;
    width: auto;
    background-color: rgba(26, 26, 26, 0.9);
    display: none;
    overflow: hidden;
    border-radius: 0 0 3px 3px;
}

header ul li:hover ul {
    display: block;
}

header ul li ul li {
    position: relative;
    width: 100%;
    background-color: rgba(17, 17, 17, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header ul li ul li:last-child {
    border-bottom: none;
}

header ul li ul li a {
    text-wrap: nowrap;
    margin: 0;
    border-radius: 0;
}

.user-link .icon {
    display: inline;
}

.user-link .text {
    display: none;
}

@media screen and (max-width: 900px) {
    .user-link .icon {
        display: none;
    }

    .user-link .text {
        display: inline;
    }
}

@media (min-width: 901px) and (max-width: 960px) {
    header {
        padding: 0 80px;
    }

    header ul li a {
        padding: 14.5px;
    }
}

/* Mobile Navigation */

@media (max-width: 900px) {
    header {
        padding: 10px 20px;
        background-size: auto 100%;
    }

    header nav {
        position: absolute;
        width: 100%;
        background-color: #1a1a1a;
        top: 66px;
        left: 0;
        display: none;
        color: white;
    }

    header.active nav {
        display: initial;
    }

    header nav ul li {
        width: 100%;
    }

    header nav ul li ul {
        position: relative;
        width: 100%;
        left: 0;
    }

    header nav ul li ul li {
        background-color: rgba(63, 81, 91, 0.9);
        border: 1px solid rgba(30, 33, 35, 0.5);
    }

    header nav ul li ul li a {
        color: #fff;
    }

    header ul li a:hover {
        background-color: rgba(29, 32, 34, 0.8);
    }

    .menuToggle {
        position: relative;
        width: 40px;
        height: 50px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menuToggle::before {
        content: '';
        position: absolute;
        width: 80%;
        height: 2px;
        background-color: #FFF;
        transform: translateY(-9px);
        box-shadow: 0 9px #fff;
        transition: 0.1s ease-in-out;
    }

    .menuToggle::after {
        content: '';
        position: absolute;
        width: 80%;
        height: 2px;
        background-color: #FFF;
        transform: translateY(9px);
        transition: 0.1s ease-in-out;
    }

    header.active .menuToggle::before {
        transform: rotate(45deg);
        box-shadow: 0 0 #fff;
        transition: 0.1s ease-in-out;
    }

    header.active .menuToggle::after {
        transform: rotate(315deg);
        transition: 0.1s ease-in-out;
    }
}

@media (max-width: 768px) {
    header {
        height: 60px;
    }
}

header a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease-in-out;
}

header a.logo:hover {
    color: #fdfbd8;
}

/* Navigation End */

/* Image Slider (Carousel) Start */

.i-slider-container {
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.i-slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.i-slider-img {
    display: flex;
    aspect-ratio: 9 / 4;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overflow: hidden;
}

.i-slider-img img {
    flex: 1 0 100%;
    width: 100%;
    scroll-snap-align: start;
    object-fit: cover;
    transition: transform 0.5s;
}

/* Tombol Navigasi dan Image Slider (Carousel) */

.i-slider-wrapper .i-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 3rem;
    padding: 15px 10px;
    cursor: pointer;
    z-index: 2;
    opacity: 0.5;
    transition: opacity 0.3s;
    border-radius: 5px;
}

@media (max-width: 938px) {
    .i-slider-container {
        padding: 0;
    }

    .i-slider-wrapper .i-slider-btn {
        font-size: 1rem;
        padding: 10px;
    }
}

.i-slider-wrapper .i-slider-btn:hover {
    opacity: 0.8;
}

.i-slider-wrapper .prev-btn {
    left: 7px;
}

.i-slider-wrapper .next-btn {
    right: 7px;
}

.i-slider-nav {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.i-slider-nav a {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
}

.i-slider-nav a:hover {
    opacity: 0.75;
}

@media (max-width: 768px) {
    .i-slider-nav {
        bottom: 0.6rem;
        z-index: 1;
    }

    .i-slider-nav a {
        width: 0.9rem;
        height: 0.9rem;
    }
}

.i-slider-nav a.active {
    opacity: 0.9;
    background-color: #ffffff;
}

/* Image Slider (Carousel) End */

/* Login Start */

.login-container {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 60px 40px 68px 40px;
    background: rgba(20, 30, 50, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 15px;
    border: solid 2px #1c2833;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    overflow: hidden;
    transition: all 0.4s ease;
    background-image:
        radial-gradient(at 25% 30%, rgba(30, 40, 70, 0.3) 0%, transparent 40%),
        radial-gradient(at 75% 70%, rgba(40, 50, 80, 0.3) 0%, transparent 50%);
}

.login-container:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.login-cursor-follower {
    position: fixed;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle,
            rgba(30, 40, 70, 0.4) 0%,
            rgba(50, 60, 90, 0.4) 50%,
            transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 5;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.15s ease;
    mix-blend-mode: overlay;
}

.login-light-effect {
    position: absolute;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle,
            rgba(30, 40, 70, 0.2) 0%,
            rgba(50, 60, 90, 0.2) 45%,
            transparent 70%);
    border-radius: 50%;
    z-index: -1;
    top: 26%;
    transition: transform 0.5s ease-out;
}

.login-light-effect:nth-child(2) {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle,
            rgba(50, 60, 90, 0.3) 0%,
            rgba(30, 40, 70, 0.3) 50%,
            transparent 70%);
    top: 15%;
}

.login-container h2 {
    margin-bottom: 15px;
    color: #192632;
    font-size: 26px;
}

.login-container .login-icon {
    margin-top: 10px;
    justify-content: center;
    text-align: center;
}

.login-container .login-icon img {
    width: 140px;
    margin-bottom: 5px;
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}

.login-container form .unp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.login-container form .unp label {
    width: 50px;
    height: 50.5px;
    text-align: center;
    border: solid 2px #1c2833;
    padding: 10.5px;
    margin-right: 5px;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-size: 19px;
    color: #363a45;
}

.unp label i {
    font-size: 18px;
}

.login-container form .unp input {
    height: 50.5px;
    padding: 12.5px;
    flex: 1;
    width: 100%;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: solid 2px #1c2833;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.login-container form .unp input::placeholder {
    color: #414141;
    opacity: 1;
}

.login-container form .unp input:focus {
    border-color: #334351;
    box-shadow: 0 0 8px rgba(74, 92, 107, 0.3);
}

.login-container form .unp button {
    flex: 1;
    width: 100%;
    padding: 9px 12px;
    background: #253a4f;
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
    border-radius: 10px;
    border: solid 2px rgba(42, 52, 57, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease, transform 0.2s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.login-container form .unp button:hover {
    background: #273747;
    transform: translateY(-2px);
}

.error-message {
    text-align: center;
    margin-top: 5px;
    color: #b53531;
    font-style: italic;
    margin-bottom: -24px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.error-message.hidden {
    opacity: 0;
    pointer-events: none;
    display: block !important;
    margin-bottom: -24px;
}

@media (max-width : 768px) {
    .login-container {
        width: 100%;
        height: calc(100dvh - 65px);
        max-width: none;
        border-radius: 0;
        padding: 24px 18px;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .login-container .login-icon {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .login-container .login-icon img {
        width: 130px;
    }

    .login-container h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .login-container form .unp {
        margin: 15px 0;
    }

    .error-message {
        margin-top: -12px;
        margin-bottom: -12px;
    }

    .error-message.hidden {
        margin-top: -12px;
        margin-bottom: -12px;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.7;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes lightPulse {
    0% {
        transform: translate(var(--tx), var(--ty)) scale(1);
        opacity: 0.7;
    }

    50% {
        transform: translate(var(--tx), var(--ty)) scale(1.05);
        opacity: 0.9;
    }

    100% {
        transform: translate(var(--tx), var(--ty)) scale(1);
        opacity: 0.7;
    }
}

.login-light-effect.light-effect-3 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle,
            rgba(60, 70, 110, 0.3) 0%,
            rgba(40, 50, 90, 0.3) 45%,
            transparent 70%);
    top: 20%;
    mix-blend-mode: overlay;
    animation: lightPulse 8s infinite ease-in-out;

    --tx: $ {
        animationPositions.light3.x
    }

    px;

    --ty: $ {
        animationPositions.light3.y
    }

    px;
}

/* Login End */

/* Transition Start */

.came-in {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-in {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in-fast {
    opacity: 0;
    transform: translateY(45px);
    transition: opacity 2s ease-in-out, transform 1.5s ease-in-out;
}

@media (min-width: 501px) {
    .split-in-l {
        opacity: 0;
        transform: translateX(-50vw);
        transition: opacity 2s ease-in-out, transform 1.5s ease-in-out;
    }
}

@media (min-width: 501px) {
    .split-in-r-fast {
        opacity: 0;
        transform: translateX(50vw);
        transition: opacity 2s ease-in-out, transform 1.5s ease-in-out;
    }
}

@media (max-width: 500px) {

    .split-in-l,
    .split-in-r-fast {
        opacity: 0;
        transform: translateY(35px);
        transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    }
}

.show {
    opacity: 1;
    transform: translateY(0);
}

.justify {
    text-align: justify;
    padding: 20px;
}

.note-float-right {
    padding: 5px 0 5px 9px;
}

.note-float-left {
    padding: 5px 9px 5px 0;
}

/* Transition End */

/* Grid Index Start */

.grid-container {
    display: grid;
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

h2.section-title {
    margin-bottom: 9px;
    padding: 6px 0 3px 0;
    border-bottom: 3px solid rgb(222, 79, 63);
    font-size: clamp(1.3rem, 2.2vw, 1.4rem);
}

h2.section-title a {
    color: #222;
}

h2.section-title-darken {
    margin-bottom: 10px;
    padding: 6px 0 3px 0;
    border-bottom: 3px solid #354051;
    font-size: clamp(1.3rem, 2.2vw, 1.4rem);
}

h2.section-title-darken a {
    color: #222;
}

h2.section-title-middle {
    padding: 6px 0 3px 0;
    text-align: center;
    font-size: clamp(1.3rem, 2.2vw, 1.4rem);
}

h2.section-title-middle a {
    color: #222;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    text-decoration-color: #222;
    transition: all 0.3s ease-in-out;
}

h2.section-title-middle a:hover {
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {

    h2.section-title,
    h2.section-title-middle {
        padding: 12px 0 3px 0;
    }

    h2.section-title-middle a {
        text-underline-offset: 2px;
    }

    h2.section-title-darken {
        padding: 8px 0 2px 0;
        font-size: clamp(1.3rem, 2.2vw, 1.4rem);
        border: none;
    }

    h2.section-title-darken a {
        color: #222;
        text-decoration: underline;
        text-decoration-skip-ink: auto;
        text-underline-offset: 3px;
        text-decoration-thickness: 2px;
        text-decoration-color: #222;
        transition: all 0.3s ease-in-out;
    }
}

h2.section-title-special-red {
    padding: 6px 0 3px 0;
    font-size: clamp(1.3rem, 2.2vw, 1.4rem);
}

h2.section-title-special-red a {
    color: #222;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    text-decoration-color: #de4f3f;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {

    h2.section-title,
    h2.section-title-special-red {
        padding: 12px 0 3px 0;
    }

    h2.section-title-special-red a {
        text-underline-offset: 2px;
    }
}

@media (max-width: 768px) {
    .grid-container {
        padding: 8px;
        gap: 10px;
    }

    .mobile-mt {
        padding-top: 10px;
        margin-top: 10px;
    }

    .mobile-mt-o {
        margin-top: 10px;
    }
}

.artikel-populer-grid {
    display: grid;
    grid-template-columns: calc(65% - 10px) calc(35% - 4px);
    gap: 14px;
}

@media (max-width: 960px) {
    .artikel-populer-grid {
        padding: 1px;
        gap: 8px;
    }

    .artikel-populer-grid {
        grid-template-columns: 65% 35%;
    }
}

@media (max-width: 768px) {
    .artikel-populer-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 1px;
    }
}

.populer-grid {
    display: grid;
    gap: 10px;
}

.populer-item {
    background: #f3f3f3;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    height: 110px;
    text-decoration: none;
    border-bottom: 1px solid #cacfd1;
}

.populer-item:hover {
    transform: translateY(-2px);
    border-color: #bababa;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.populer-image-container {
    flex: 0 0 24%;
    max-width: 24%;
    height: 100%;
    overflow: hidden;
}

.populer-image {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.populer-content {
    flex: 0 0 76%;
    max-width: 76%;
    padding: 6px 12px 6px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .populer-image-container {
        flex: 0 0 28%;
        max-width: 28%;
    }

    .populer-content {
        flex: 0 0 72%;
        max-width: 72%;
    }
}

.populer-content h3 {
    margin: 0 0 3px 0;
    font-size: clamp(0.95rem, 1rem + 0.5vw, 1em);
    line-height: 1.4;
    color: #2c4b6b;
}

@media (max-width: 1044px) {
    .populer-item {
        border-radius: 6px;
        border-color: rgb(203, 203, 203);
    }

    .populer-content h3 {
        margin: 0 0 3px 0;
        font-size: 0.95rem;
    }
}

@media (max-width: 600px) {

    .artikel-item-large .artikel-content h3,
    .artikel-item .artikel-content h3,
    .populer-content h3 {
        font-size: clamp(0.87rem, 1.5vw + 0.5rem, 1em);
    }
}

.populer-meta {
    display: flex;
    gap: 10px;
    font-size: 0.85em;
    color: #5c5c5c;
    justify-content: space-between;
}

.populer-meta i {
    margin-right: 5px;
    color: #567597;
}

/* Grid Index End */

/* Galeri Index Start */

.galeri-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.galeri-item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.galeri-item p {
    margin: 5px 0;
    font-size: 0.9em;
    text-align: center;
}

section h2 a {
    text-decoration: none;
    color: #000;
}

/* Galeri Index End */

/* Footer Start */

footer.footer-container {
    display: flex;
    padding: 20px;
    color: #fff;
    background: #000;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

footer.footer-container a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

footer.footer-container .contact-section .social-media {
    align-items: center;
}

footer.footer-container .contact-section i {
    font-size: 40px;
    padding: 0 0 0 5px;
    color: white;
}

@media (max-width: 768px) {
    footer.footer-container {
        padding: 10px;
    }

    footer.footer-container .contact-section i {
        font-size: 30px;
        padding: 0 0 0 5px;
        color: white;
    }
}

/* Footer End */

/* Bagian Layanan Start */

.outer-jasa {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    box-sizing: border-box;
}

.container-layanan {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
    width: 100%;
    max-width: 1200px;
}

a.layanan-card {
    text-decoration: none;
    color: #1e3c72;
    display: block;
    text-align: center;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
    height: 300px;
}

@media (max-width: 768px) {
    .outer-jasa {
        display: block;
        min-height: auto;
    }

    a.layanan-card {
        opacity: 1;
        height: 170px;
    }
}

a.layanan-card:hover {
    text-decoration: none;
    opacity: 1;
    border: 2px solid #122446;
}

.layanan-card {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
    text-decoration: none;
    color: inherit;
}

.layanan-card i {
    color: white;
    font-size: 96px;
}

@media (max-width: 768px) {
    .layanan-card i {
        font-size: 72px;
    }
}

.layanan-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.layanan-card .card-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;
    background-color: rgb(139, 139, 139);
    width: 100%;
    height: 80%;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid rgb(152, 152, 152);
    transition: background-color 0.4s ease-in-out, background-image 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

.layanan-card:hover .card-icon {
    background-color: rgb(139, 139, 139);
    background-image: linear-gradient(135deg, #122446, #3765b4);

}

.layanan-card .card-judul-utama {
    margin-top: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #262626;
}

@media (max-width: 768px) {
    .container-layanan {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 5px;
    }

    .layanan-card .card-icon {
        background-color: transparent;
        background-image: linear-gradient(135deg, #122446, #3765b4);
        border: 1px solid #142546;
        height: 69%;
    }
}

/* Custom Alert Start */

.custom-alert {
    position: fixed;
    top: 20px;
    left: 75%;
    transform: translateX(-25%);
    padding: 15px;
    background-color: #dd3125;
    color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    font-size: 1.1rem;
}

@media (max-width: 900px) {
    .custom-alert {
        top: 0;
        left: 0;
        transform: translateX(0);
        padding: 15px 12px;
        width: 100%;
        min-width: 200px;
        border-radius: 0;
        font-size: 1.2rem;
    }
}

.custom-alert.success {
    background: #457437;
    border-left: 4px solid #39622c;
}

.custom-alert.error {
    background: #bd2b20;
    border-left: 4px solid #ac241b;
}

.custom-alert.show {
    opacity: 1;
    visibility: visible;
}

.custom-alert span {
    flex: 1;
    text-align: left;
}

button.bg-clear {
    background: none;
}

.alert-container {
    position: fixed;
    top: 20px;
    left: 75%;
    transform: translateX(-25%);
    background: #bd2b20;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    font-size: 1.3rem;
    text-align: center;
}

@media (max-width: 768px) {
    .alert-container {
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        font-size: 1.2rem;
        border-radius: 0;
    }
}

/* Custom Alert End */

/* Artikel Start */

.article-list-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.article-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
}

.article-list-item {
    background: #f0f0f0;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 293px;
    display: flex;
    flex-direction: column;
}

.article-list-item:hover {
    transform: translateY(-3px);
    border-color: #bababa;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.desa-article-container .article-list-grid .article-list-item {
    border: 2px solid rgb(161, 166, 172);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.desa-article-container .article-list-grid .article-list-item:hover {
    transform: translateY(-3px);
    border-color: rgb(128, 132, 136);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.article-list-item a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.article-list-image {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.article-list-content {
    flex: 1;
    padding: 12px;
    align-content: center;
}

.article-list-title {
    font-size: clamp(14px, 2.8vw, 16px);
    margin: 0 0 2px 0;
    color: #333;
}

.article-list-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
}

.article-list-meta div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.article-list-meta i {
    font-size: 14px;
}

@media (max-width: 768px) {
    .article-list-container {
        padding: 5px;
    }

    .article-list-grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .article-list-item {
        height: auto;
        flex-direction: row;
        align-items: flex-start;
    }

    .article-list-item a {
        flex-direction: row;
    }

    .article-list-image {
        width: 27%;
        height: auto;
        margin-right: 2px;
        padding: 0;
    }

    .article-list-content {
        width: 73%;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 9px;
    }

    .article-list-title {
        font-size: 14px;
        margin: 0 0 3px 0;
    }

    .article-list-meta {
        flex-direction: row;
        align-items: center;
        gap: 5px;
        font-size: 12.5px;
    }
}

.article-detail-container {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 14px 17px 17px 17px;
}

@media (max-width: 768px) {
    .article-detail-container {
        padding: 8px 12px 8px 12px;
    }
}

/* Article End */

/* Article Container Reset Start */

.article-detail-container h1,
.article-detail-container h2,
.article-detail-container h3,
.article-detail-container h4,
.article-detail-container h5,
.article-detail-container h6 {
    margin: 1em 0 0.3em;
    color: #111;
}

.article-detail-container h1:first-of-type,
.article-detail-container h2:first-of-type,
.article-detail-container h3:first-of-type,
.article-detail-container h4:first-of-type,
.article-detail-container h5:first-of-type,
.article-detail-container h6:first-of-type {
    margin: 0.3em 0 0.3em;
}

.article-detail-container h1 {
    font-size: clamp(1.8rem, 4.4vw, 2.8rem);
    margin-top: 1.2em;
}

.article-detail-container h2 {
    font-size: clamp(1.6rem, 3.8vw, 2.3rem);
}

.article-detail-container h3 {
    font-size: clamp(1.15rem, 3.2vw, 1.9rem);
}

.article-detail-container h4 {
    font-size: clamp(1.1rem, 2.6vw, 1.5rem);
}

.article-detail-container h5,
.article-detail-container h6 {
    font-size: clamp(1rem, 2.3vw, 1.3rem);
}

.article-detail-container p {
    margin-bottom: 1.2em;
    line-height: 1.6;
    font-size: clamp(1rem, 2vw, 1.1rem);
    color: #222;
}

.article-detail-container blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    border-left: 4px solid #ddd;
    background-color: #f8f8f8;
    color: #444;
    font-style: italic;
}

.article-detail-container blockquote p {
    margin-bottom: 0;
}

.article-detail-container a {
    color: #005ebc;
    text-decoration: none;
    transition: color 0.2s;
}

.article-detail-container a:hover {
    color: #003c84;
    text-decoration: underline;
}

.article-detail-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.2em 0;
    font-size: clamp(0.9rem, 2vw, 1rem);
    box-shadow: 0 0 0 1px #d6d6d6;
    border-radius: 7px;
    border: 2px solid #b8b8b8;
    overflow: hidden;
}

.article-detail-container table th,
.article-detail-container table td {
    padding: 0.65em 0.8em;
    border: 2px solid #dbdbdb;
}

.article-detail-container table th {
    background-color: #e7e7e7;
    font-weight: 600;
    color: #222;
}

.article-detail-container table tr {
    transition: background-color 0.3s;
}

.article-detail-container table tr:last-child td {
    border-bottom: none;
}

.article-detail-container table tr:nth-child(odd) {
    background-color: #f3f3f3;
}

.article-detail-container table tr:hover {
    background-color: #e4e4e4;
}

.article-detail-container table caption {
    font-size: 0.9em;
    padding: 0.5em;
    color: #555;
    caption-side: bottom;
    text-align: right;
}

.article-detail-container img {
    margin: 7px 0;
    border-radius: 7px;
}

.article-detail-container pre,
.article-detail-container code {
    font-family: monospace;
    background-color: #f5f5f5;
    border-radius: 7px;
}

.article-detail-container pre {
    padding: 1em;
    overflow-x: auto;
    margin: 1em 0;
}

.article-detail-container code {
    padding: 0.2em 0.4em;
    font-size: 0.9em;
}

.article-detail-container hr {
    margin: 2em 0;
    border: 0;
    height: 1px;
    background-color: #eee;
}

/* Article Container Reset End */

/* Article Element Reset Start */

.article-detail-container ul,
.article-detail-container ol {
    margin: 0.3em 0;
    padding-left: 1.5em;
    line-height: 1.4;
}

.article-detail-container li {
    margin-bottom: 0.3em;
    padding-left: 0.1em;
    font-size: 16px;
    color: #222;
}

.article-detail-container li::marker {
    color: #222;
}

.article-detail-container ol {
    list-style-type: decimal;
}

.article-detail-container ul {
    list-style-type: disc;
}

.article-detail-container ul ul,
.article-detail-container ol ol {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.article-detail-container ul ul {
    list-style-type: circle;
}

.article-detail-container ol ol {
    list-style-type: lower-alpha;
}

.article-detail-container .article-detail-content .article-detail-title {
    font-size: 30px;
    margin-bottom: 9px;
    color: #333;
}

@media (max-width: 768px) {
    .article-detail-container .article-detail-content .article-detail-title {
        margin-top: -2px;
    }
}

.article-detail-content {
    font-size: 16px;
    line-height: 1.4;
    color: #222;
}

.article-detail-content mark {
    background-color: #ff0;
    color: #000;
    padding: 0.2em 6px;
    border-radius: 10px;
}

.article-detail-content code {
    background-color: #dddddd;
    padding: 0.2em 0.4em;
    border-radius: 5px;
    font-size: 0.9em;
}

.article-detail-container pre {
    background-color: #dddddd;
    padding: 1em;
    border-radius: 7px;
    overflow-x: auto;
    margin: 1.2em 0;
}

.article-detail-content img {
    height: auto;
    margin: 0;
    max-width: 100%;
}

.article-detail-content p img {
    max-width: 100%;
}

.article-detail-info {
    margin-top: 50px;
    padding: 17px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.article-detail-info .author-info {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 6px;
}

.article-detail-info .author-info img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 7px;
    border: solid 2px #202020;
    background: #383838;
    object-fit: cover;
}

.article-detail-info .keywords {
    font-size: 14.5px;
    color: #666;
    letter-spacing: 0.2px;
}

.article-detail-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
    padding: 16px 0 4px 0;
    border-top: 1px solid #e0e0e0;
    font-size: 14px;
    color: #666;
}

.article-detail-meta div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.article-detail-meta i {
    font-size: 16px;
}

/* Article Element Reset End */

/* Article Tag Button Start */

.smooth-dark-button {
    background-color: #414141;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin: 2px;
}

.smooth-dark-button:hover {
    background-color: #252525;
    transform: translateY(-2px);
}

.smooth-dark-button:active {
    transform: translateY(2px);
}

.article-tags {
    margin-top: 22px;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.article-tags h3 {
    margin-bottom: 6px;
    font-size: 20px;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

/* Article Tag Button End */

/* Link Share Start */

.share-buttons-container {
    margin: 30px 0 -10px 0;
    padding: 10px 20px 20px 20px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.share-buttons-container h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
}

.share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.share-button {
    display: flex;
    align-items: center;
    padding: 8px 13px;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
}

button.share-button {
    color: white;
    text-decoration: none;
}

.share-button i {
    margin-right: 6px;
    font-size: 16px;
}

.share-button.whatsapp {
    background-color: #15c154;
    border: 2px solid #12b14c;
}

.share-button.facebook {
    background-color: #3b5998;
    border: 2px solid #324d87;
}

.share-button.threads {
    background-color: #000;
    border: 2px solid #333;
    color: white;
}

.share-button.x-twitter {
    background-color: #000;
    border: 2px solid #222;
    color: white;
}

.share-button.copy-link {
    background-color: #545a60;
    border: 2px solid #4b4f54;
    cursor: pointer;
}

button.share-button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

button.share-button:active {
    transform: translateY(2px);
    color: white;
    text-decoration: none;
}

/* Link Share End */

/* Index Article Reader Start */

.artikel-section {
    position: relative;
    padding: 20px;
    background: #ecf0f1;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
    overflow: hidden;
    border-bottom: 1px solid #cacfd1;
}

@media (max-width: 768px) {
    .artikel-section {
        padding: 10px;
    }
}

.judul-dan-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.new-article-badge {
    position: absolute;
    top: -41px;
    right: -60px;
    background: linear-gradient(135deg, #ff6b6b 0%, #e74c3c 100%);
    color: white;
    padding: 6px 45px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    transform: rotate(45deg);
    transform-origin: left bottom;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
}

.new-article-badge::after {
    content: "Artikel Baru";
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
}

@media (max-width: 768px) {
    .new-article-badge {
        font-size: 0.75rem;
        top: -40px;
        right: -60px;
    }
}

.judul-artikel-utama h3 {
    margin: 0;
    font-size: clamp(1.3rem, 2.2vw, 1.6rem);
    align-items: center;
}

.judul-artikel-utama h3 a {
    color: #222;
}

.judul-dan-link a {
    text-decoration: none;
}

a.link-semua-artikel {
    display: inline-block;
    padding: 8px 9px;
    border-radius: 8px;
    background-color: #de4f3f;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .judul-dan-link {
        gap: 5px;
    }

    .link-semua-artikel {
        font-size: 1rem;
        padding: 5px 12px;
    }
}

.link-semua-artikel:hover {
    background-color: #ca4131;
    transform: translate(1px, 1px);
}

.single-artikel p.artikel-date {
    margin: 10px 0;
    font-size: 0.9rem;
    color: #666;
}

.single-artikel .artikel-content {
    line-height: 1.6;
    color: #111;
}

.single-artikel .artikel-content ul,
.single-artikel .artikel-content ol {
    margin: 1em 0;
    padding-left: 2em;
}

.single-artikel .artikel-content li {
    margin-bottom: 0.3em;
    padding-left: 0.3em;
}

.single-artikel .artikel-content ul {
    list-style-type: disc;
}

.single-artikel .artikel-content ol {
    list-style-type: decimal;
}

.single-artikel .artikel-content ul ul,
.single-artikel .artikel-content ol ol {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.single-artikel .artikel-content ul ul {
    list-style-type: circle;
}

.single-artikel .artikel-content ol ol {
    list-style-type: lower-alpha;
}

.single-artikel .artikel-content p {
    margin-bottom: 1em;
}

.single-artikel .artikel-content h1,
.single-artikel .artikel-content h2,
.single-artikel .artikel-content h3,
.single-artikel .artikel-content h4,
.single-artikel .artikel-content h5,
.single-artikel .artikel-content h6 {
    margin: 1.3em 0 0.75em 0;
    line-height: 1.3;
}

.single-artikel .artikel-content img {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
    display: block;
}

.single-artikel .artikel-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

.single-artikel .artikel-content th,
.single-artikel .artikel-content td {
    padding: 0.5em;
    border: 1px solid #ddd;
}

.single-artikel .artikel-content th {
    background-color: #e3e3e3;
}

.single-artikel .artikel-content blockquote {
    margin: 1em 0;
    padding: 0.5em 1em;
    border-left: 3px solid #ccc;
    background-color: #f9f9f9;
    color: #555;
    font-style: italic;
}

a.baca-selengkapnya {
    display: inline-block;
    padding: 8px 9px;
    border-radius: 8px;
    background-color: #3f7ad3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a.baca-selengkapnya:hover {
    background-color: #376ec1;
    transform: translate(1px, 1px);
}

/* Index Article Reader End */

/* Index Desa Start */

.village-scroll-section {
    width: 100%;
    padding: 30px 0;
    background: #ffffff;
    box-sizing: border-box;
}

.village-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 5px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.village-title {
    margin: 0;
    font-size: 22px;
    color: #2d3748;
    font-weight: 600;
}

.village-title a {
    color: inherit;
    text-decoration: none;
}

.village-more-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #3f5e9c;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.village-more-link:hover {
    color: #1a365d;
    gap: 8px;
}

.village-scroll-outer {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.village-scroll-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 15px;
    padding: 10px 0 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
}

.village-scroll-container:active {
    cursor: grabbing;
}

.village-scroll-container::-webkit-scrollbar {
    height: 10px;
}

.village-scroll-container::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 6px;
}

.village-scroll-container::-webkit-scrollbar-thumb {
    background-color: #c1c9d6;
    border-radius: 6px;
}

.village-scroll-container::-webkit-scrollbar-thumb:hover {
    background-color: #a0aec0;
}

.village-card {
    flex: 0 0 270px;
    scroll-snap-align: start;
    background: #f9fafb;
    ;
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
    border: 2px solid rgb(216, 223, 231);
    text-decoration: none;
    color: #2d3748;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.village-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    border-color: rgb(197, 206, 215);
}

@media (max-width: 500px) {
    .village-card:hover {
        transform: none;
    }
}

.village-avatar {
    width: 75px;
    height: 75px;
    background: white;
    color: #1a365d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    border: 2px solid rgb(216, 223, 231);
    transition: all 0.3s ease-in-out;
    filter: drop-shadow(rgba(0, 0, 0, 0.08) 0px 2px 4px);
}

.village-card:hover .village-avatar {
    border-color: rgb(197, 206, 215);
}

.village-name {
    margin: 0 0 12px 0;
    font-size: 16px;
    color: #1a202c;
    text-align: center;
    line-height: 1.3;
}

.village-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #3f5e9c;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.village-card:hover .village-link {
    color: #1a365d;
    gap: 8px;
}

.village-empty {
    width: 100%;
    text-align: center;
    padding: 30px 20px;
    color: #718096;
    font-size: 14px;
}

@media (max-width: 768px) {
    .village-header-wrapper {
        padding: 0 15px;
    }

    .village-scroll-outer {
        padding: 0 15px;
    }

    .village-card {
        flex: 0 0 240px;
        padding: 15px;
    }

    .village-avatar {
        width: 65px;
        height: 60px;
        font-size: 18px;
    }

    .village-name {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .village-scroll-section {
        padding: 25px 0;
    }

    .village-header-wrapper {
        padding: 0 10px;
    }

    .village-title {
        font-size: 20px;
    }

    .village-scroll-outer {
        padding: 0 10px;
    }

    .village-scroll-container {
        gap: 10px;
        padding-bottom: 15px;
    }

    .village-card {
        flex: 0 0 210px;
        scroll-snap-align: center;
    }

    .village-avatar {
        width: 62px;
        height: 62px;
        font-size: 18px;
        margin-bottom: 8px;
    }
}

/* Index Desa End */

/* Gallery Section Styles Start */

.gallery-section {
    padding: 20px 0;
    background-color: #fff;
}

.gallery-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    padding: 0 20px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 10px 20px;
}

.gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 280px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gallery-item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.gallery-image-container {
    position: relative;
    height: 200px;
    width: 100%;
    flex-grow: 1;
    overflow: hidden;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.07);
}

.gallery-caption-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    z-index: 2;
    max-height: 50px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.gallery-item:hover .gallery-caption-overlay {
    max-height: 100px;
    overflow-y: auto;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-expand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333;
    transition: all 0.3s ease;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.gallery-expand i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
}

.gallery-expand:hover {
    background: #333;
    color: white;
    transform: translate(-50%, -50%) scale(1.15);
}

.gallery-caption-overlay::-webkit-scrollbar {
    width: 4px;
}

.gallery-caption-overlay::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.gallery-caption-overlay::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

@media (max-width: 768px) {
    .gallery-header {
        padding: 0 15px;
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 15px;
        padding: 0 15px;
    }

    .gallery-item {
        min-height: 180px;
    }

    .gallery-caption-overlay {
        font-size: 13px;
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 10px;
        padding: 0 10px;
    }

    .gallery-caption-overlay {
        font-size: 11px;
        padding: 6px;
    }
}

@media (max-width: 768px) {
    .gallery-item.touch-active .gallery-overlay {
        opacity: 1;
    }

    .gallery-item.touch-active .gallery-image {
        transform: scale(1.07);
    }
}

/* Gallery Section Styles End */

.two-button {
    display: flex;
    gap: 10px;
}

.daftar-gambar {
    padding: 20px 0;
}

@media (max-width: 480px) {
    .two-button {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .two-button a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 12px;
        white-space: nowrap;
        min-width: 0;
        box-sizing: border-box;
    }

    .daftar-gambar {
        padding: 10px 0;
    }
}

.outer-container-20 {
    padding: 20px 20px 0 20px;
}

@media (max-width: 768px) {
    .outer-container-20 {
        padding: 5px;
    }
}

/* Articles Tag Start */

.tag-legend {
    background-color: rgb(238, 238, 238);
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-left: 8px solid #3498db;
}

.tag-title {
    color: rgb(23, 35, 46);
    margin-bottom: 2px;
    font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.tag-description {
    color: rgb(41, 59, 76);
    font-size: clamp(0.9rem, 2vw, 1rem);
    line-height: 1.6;
}

.all-tags-container,
.tag-not-found-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

@media (max-width: 768px) {

    .all-tags-container,
    .tag-not-found-container {
        padding: 10px;
    }
}

.tags-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

@media (max-width: 768px) {
    .tags-grid {
        gap: 10px;
    }
}

.tag-item {
    background-color: #f2f2f2;
    border-radius: 8px;
    padding: 20px;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.tag-item:hover {
    transform: translateY(-4px);
    background-color: rgb(236, 236, 236);
}

.tag-link {
    text-decoration: none;
    color: inherit;
}

.tag-name {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.tag-meta {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #7f8c8d;
    font-size: 0.9rem;
}

.tag-count {
    background-color: rgb(233, 233, 233);
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.tag-count.bgPrimary,
a.bgPrimary {
    background-color: #3498db;
    color: white;
}

.tag-item:hover .tag-count:not(.bgPrimary) {
    background-color: rgb(210, 210, 210);
}

.tag-item:hover .tag-count.bgPrimary,
a.bgPrimary:hover {
    background-color: rgb(34, 114, 168);
}

.page-title {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 30px;
}

.no-tags,
.no-articles {
    text-align: center;
    color: rgb(108, 116, 117);
    padding: 40px 0;
    grid-column: 1 / -1;
}

.view-all-articles {
    text-align: center;
    margin-top: 30px;
}

.btn-view-all-arti {
    display: inline-block;
    padding: 12px 25px;
    background-color: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(52, 152, 219, 0.3);
}

.btn-view-all-arti:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4);
}

.small-show-tags-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px 20px 30px 20px;
    background: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 5px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.small-show-tags-title {
    text-align: center;
    margin-bottom: 10px;
    color: rgb(35, 49, 64);
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .small-show-tags-container {
        width: calc(100% - 10px);
    }

    .small-show-tags-title {
        margin-bottom: 5px;
    }
}

.small-show-tags-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.small-show-tag-item {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background-color: #f2f2f2;
    border-radius: 25px;
    text-decoration: none;
    color: rgb(35, 49, 64);
    font-size: 0.8rem;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.small-show-tag-item:hover {
    background-color: #e0e0e0;
    transform: translateY(-2px);
}

.small-show-tag-item .tag-count {
    margin-left: 6px;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 0.7rem;
    background-color: #e0e0e0;
}

.small-show-tag-item:hover .tag-count {
    background-color: rgb(197, 197, 197);
}

.small-show-tag-item .tag-count.bgPrimary {
    background-color: #3498db;
    color: white;
}

.small-show-tag-item:hover .tag-count.bgPrimary {
    background-color: rgb(39, 129, 189);
}

/* Articles Tag End */

/* Data Mitra Start */

:root {
    --primary-color: #2c3e50;
    --secondary-color: #3498db;
    --accent-color: #e74c3c;
    --text-color: #333;
    --light-gray: #f5f7fa;
    --medium-gray: #e0e0e0;
    --dark-gray: #95a5a6;
}

.mitra-list-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.mitra-list-title {
    text-align: center;
    margin-bottom: 30px;
    color: var(--primary-color);
    font-weight: 600;
}

.mitra-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.mitra-card {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.095);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: var(--text-color);
    border: 2px solid var(--medium-gray);
}

.mitra-card:hover {
    transform: translateY(-2px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    border-color: #333;
}

.mitra-card-logo {
    height: 180px;
    width: auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-gray);
    overflow: hidden;
    border-bottom: 1px solid var(--medium-gray);
    padding: 10px;
}

.mitra-card-logo img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.mitra-logo-placeholder {
    width: 100px;
    height: 100px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
}

.mitra-card-name {
    padding: 15px;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    border-bottom: 2px solid var(--medium-gray);
}

.mitra-card-info {
    padding: 15px;
    flex-grow: 1;
}

.mitra-section-content {
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--text-color);
}

.mitra-no-data {
    text-align: center;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.095);
    border: 2px dashed #ccc;
    color: var(--dark-gray);
}

.mitra-detail-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.mitra-detail-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
}

.mitra-detail-logo {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .mitra-detail-header {
        margin-bottom: 12px;
    }

    .mitra-detail-logo {
        margin-bottom: 10px;
    }
}

.mitra-detail-title {
    margin: 0;
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: 600;
}

.mitra-detail-info,
.mitra-detail-contact,
.mitra-services-container {
    background-color: #f8fafc;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px dotted rgb(161, 166, 172)
}

.mitra-detail-info h2,
.mitra-detail-contact h2,
.mitra-services-container h2 {
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.4rem;
    display: inline-block;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-decoration-color: #475569;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .mitra-detail-info h2 {
        margin-bottom: 8px;
    }
}

.mitra-detail-content {
    line-height: 1.6;
    color: var(--text-color);
}

.mitra-contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mitra-logo-placeholder,
.service-logo-placeholder {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.mitra-contact-item.whatsapp {
    color: #25D366;
    border-color: #128C7E;
    background-color: rgba(37, 211, 102, 0.1);
}

.mitra-contact-item.whatsapp i {
    color: #25D366;
}

.mitra-contact-item.whatsapp:hover {
    background-color: #25D366;
    color: white;
    border-color: #128C7E;
}

.mitra-contact-item.whatsapp:hover i {
    color: white;
}

.mitra-contact-item.instagram {
    color: #E1306C;
    border-color: #C13584;
    background-color: rgba(225, 48, 108, 0.1);
}

.mitra-contact-item.instagram i {
    color: #E1306C;
}

.mitra-contact-item.instagram:hover {
    background-color: #E1306C;
    color: white;
    border-color: #C13584;
}

.mitra-contact-item.instagram:hover i {
    color: white;
}

.mitra-contact-item.telepon {
    background-color: rgba(37, 99, 235, 0.1);
    color: #2563eb;
    border-color: #1d4ed8;
}

.mitra-contact-item.telepon i {
    color: #2563eb;
}

.mitra-contact-item.telepon:hover {
    background-color: #2563eb;
    color: white;
    border-color: #1d4ed8;
}

.mitra-contact-item.telepon:hover i {
    color: white;
}

.mitra-contact-item.facebook {
    background-color: rgba(24, 119, 242, 0.1);
    color: #1877F2;
    border-color: #166FE5;
}

.mitra-contact-item.facebook i {
    color: #1877F2;
}

.mitra-contact-item.facebook:hover {
    background-color: #1877F2;
    color: white;
    border-color: #166FE5;
}

.mitra-contact-item.facebook:hover i {
    color: white;
}

.mitra-contact-item.x {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000000;
    border-color: #1A1A1A;
}

.mitra-contact-item.x i {
    color: #000000;
}

.mitra-contact-item.x:hover {
    background-color: #000000;
    color: white;
    border-color: #1A1A1A;
}

.mitra-contact-item.x:hover i {
    color: white;
}

.mitra-contact-item.email {
    background-color: rgba(212, 70, 56, 0.1);
    color: #D44638;
    border-color: #C03D2E;
}

.mitra-contact-item.email i {
    color: #D44638;
}

.mitra-contact-item.email:hover {
    background-color: #D44638;
    color: white;
    border-color: #C03D2E;
}

.mitra-contact-item.email:hover i {
    color: white;
}

@media (max-width: 768px) {

    .mitra-detail-info h2,
    .mitra-detail-contact h2,
    .mitra-services-container h2 {
        font-size: 1.2rem;
        text-decoration-thickness: 2px;
        text-underline-offset: 2px;
        text-decoration-color: var(--primary-color);
    }

    .mitra-contact-item.whatsapp {
        background-color: #25D366;
        border-color: #1DA851;
        color: white
    }

    .mitra-contact-item.whatsapp i {
        color: white;
    }

    .mitra-contact-item.instagram {
        background-color: #E1306C;
        border-color: #C13584;
        color: white;
    }

    .mitra-contact-item.instagram i {
        color: white;
    }

    .mitra-contact-item.telepon {
        background-color: #2563eb;
        border-color: #1d4ed8;
        color: white;
    }

    .mitra-contact-item.telepon i {
        color: white;
    }

    .mitra-contact-item.facebook {
        background-color: #1877F2;
        border-color: #166FE5;
        color: white;
    }

    .mitra-contact-item.facebook i {
        color: white;
    }

    .mitra-contact-item.x {
        background-color: #1A1A1A;
        border-color: #000000;
        color: white;
    }

    .mitra-contact-item.x i {
        color: white;
    }

    .mitra-contact-item.email {
        background-color: #D44638;
        border-color: #C03D2E;
        color: white;
    }

    .mitra-contact-item.email i {
        color: white;
    }

    .mitra-contact-item:hover {
        transform: none;
    }
}

.mitra-contact-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    border: 2px solid var(--medium-gray);
    margin-bottom: 5px;
}

.mitra-contact-item i {
    margin-right: 8px;
    font-size: 1.05rem;
}

.mitra-logo-placeholder,
.service-logo-placeholder {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
}

.mitra-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 15px;
}

.mitra-service-card {
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 2px solid rgb(161, 166, 172);
}

.mitra-service-card:hover {
    transform: translateY(-2px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    border-color: #333;
}

.mitra-service-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    background-color: var(--medium-gray);
    border: 2px solid var(--dark-gray);
}

.mitra-service-card:hover img {
    border-color: #333;
}

.service-logo-placeholder {
    width: 100%;
    height: 140px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.mitra-service-card h3 {
    margin: 0 0 10px 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color);
}

.service-info {
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--text-color);
}

.mitra-no-services {
    text-align: center;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    color: var(--dark-gray);
    border: 2px dashed var(--medium-gray);
}

@media (max-width: 768px) {

    .mitra-list-container,
    .mitra-detail-container {
        padding: 2px;
    }

    .mitra-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 4px;
    }

    .mitra-card-logo {
        height: 150px;
    }

    .mitra-card-name {
        padding: 12px;
        font-size: 1rem;
    }

    .mitra-card-info {
        padding: 12px;
    }

    .mitra-services-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 12px;
    }

    .mitra-service-card img,
    .service-logo-placeholder {
        height: 120px;
    }

    .mitra-detail-logo {
        width: 120px;
        height: 120px;
    }

    .mitra-detail-title {
        font-size: 1.5rem;
    }

    .mitra-contact-list {
        gap: 5px;
    }

    .mitra-contact-item {
        padding: 6px 9px;
        font-size: 0.85rem;
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .mitra-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .mitra-card-logo {
        height: 140px;
    }

    .mitra-services-grid {
        grid-template-columns: 1fr;
    }

    .mitra-detail-info,
    .mitra-detail-contact,
    .mitra-services-container {
        padding: 15px;
    }
}

.back-to-partners {
    display: inline-block;
    padding: 10px 15px;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 6px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border: 2px solid #24313c;
}

.back-to-partners:hover {
    background-color: #1a252f;
    color: white;
    border-color: #263544;
}

.back-to-partners i {
    margin-right: 8px;
}

/* Data Mitra End */

/* Pengumuman Start */

.announcement-section {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 20px;
}

.announcement-link {
    text-decoration: none;
    display: block;
}

.announcement-container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
}

.announcement-container.has-image {
    background-size: cover;
    background-position: center;
}

.announcement-container.no-image {
    background-color: rgba(0, 0, 0, 0.2);
}

.announcement-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.announcement-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.announcement-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.announcement-content {
    position: relative;
    z-index: 2;
    padding: 30px;
    text-align: center;
    color: white;
    width: 70%;
    margin: 0 auto;
}

.announcement-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: white;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.announcement-desc {
    font-size: 1rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    line-height: 1.4;
}

.announcement-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .announcement-section {
        margin: 8px 0 0 0;
        padding: 0 8px;
    }

    .announcement-content {
        width: 100%;
        padding: 20px 15px;
    }

    .announcement-title {
        font-size: 1.3rem;
    }

    .announcement-desc {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .announcement-title {
        font-size: 1.2rem;
    }

    .announcement-desc {
        font-size: 0.85rem;
    }

    .announcement-container {
        min-height: 100px;
    }
}

/* Pengumuman End */

/* Monografi dan Desa Start */

.desa-list-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.desa-list-title {
    text-align: center;
    margin-bottom: 30px;
    color: var(--primary-color);
    font-weight: 600;
}

.desa-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.desa-card {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.095);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: var(--text-color);
    border: 2px solid var(--medium-gray);
}

.desa-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
}

.desa-card-logo {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-gray);
    overflow: hidden;
    border-bottom: 1px solid var(--medium-gray);
    padding: 10px;
}

.desa-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.desa-logo-placeholder {
    width: 100px;
    height: 100px;
    background-color: #1a365d;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
}

.desa-card-name {
    padding: 15px;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    border-bottom: 1px solid #e2e8f0;
}

.desa-card-info {
    padding: 15px;
    flex-grow: 1;
}

.desa-info-item {
    margin-bottom: 10px;
}

.desa-info-item h4 {
    margin: 0 0 5px 0;
    font-size: 0.9rem;
    color: var(--primary-color);
}

.desa-info-item p {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.4;
    color: var(--text-color);
}

.desa-detail-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.desa-detail-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
}

.desa-detail-logo {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    color: #1a365d;
    padding: 10px;
}

.desa-detail-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.desa-detail-title {
    margin: 0;
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: 600;
}

.desa-detail-info,
.desa-detail-contact,
.desa-article-container {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px dotted rgb(161, 166, 172);
    position: relative;
}

@media (max-width: 768px) {

    .desa-detail-info,
    .desa-detail-contact,
    .desa-article-container {
        padding: 15px;
    }
}

.last-updated {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 0.8rem;
    color: #e53e3e;
    background-color: rgba(229, 62, 62, 0.1);
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px dashed #e53e3e;
}

.desa-detail-info h2,
.desa-detail-contact h2 {
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.4rem;
    display: inline-block;
    padding-right: 150px;
}

.desa-info-full {
    margin-bottom: 20px;
}

.desa-info-full h3 {
    margin: 20px 0 4px 0;
    font-size: 1.2rem;
    color: #222;
}

.desa-info-full h3:first-of-type {
    margin-top: 0;
}

.desa-info-full p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--text-color);
}

.desa-info-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.desa-info-col {
    flex: 1;
    min-width: 200px;
    background-color: #f8fafc;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 2px solid rgb(161, 166, 172);
}

.flex-1-5 {
    flex: 1.5;
}

.desa-info-col h3 {
    margin: 0 0 8px 0;
    font-size: 1.1rem;
    color: #222;
}

.desa-info-col p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}

.desa-peta-container {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid rgb(161, 166, 172);
}

.desa-sejarah-container {
    margin-top: 10px;
    line-height: 1.6;
    background-color: #f8fafc;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 2px solid rgb(161, 166, 172);
}

.icon-penduduk-container {
    line-height: 1.6;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 15px; 
    text-align: center;
}

@media (max-width: 768px) {
    .icon-penduduk-container {
        grid-template-columns: repeat(2, 1fr); 
        gap: 8px;
    }
}

.penduduk-item-card {
    background-color: #f8fafc;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 2px solid rgb(161, 166, 172);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.penduduk-item-card p {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .penduduk-item-card {
        padding: 10px;
        min-height: 170px;
    }

    .penduduk-item-card p {
        font-size: 0.9rem;
    }
}

.penduduk-item-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.penduduk-label {
    font-size: 14.5px;
    color: #333;
    margin-bottom: 2px;
    font-weight: 600;
}

.penduduk-icon {
    width: 70px;
    height: 70px;
}

@media (max-width: 768px) {
    .penduduk-icon {
        width: 60px;
        height: 60px;
    }
}

.penduduk-item-card p.penduduk-value {
    font-size: 30px;
    font-weight: bold;
    color: #222;
}


.desa-contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 768px) {
    .desa-contact-list {
        gap: 5px;
    }
}


.desa-contact-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    border: 2px solid #e2e8f0;
    margin-bottom: 5px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.desa-contact-item i {
    margin-right: 8px;
    font-size: 1.05rem;
}

.desa-contact-item.telepon {
    color: #25D366;
    border-color: #128C7E;
}

.desa-contact-item.telepon i {
    color: #25D366;
}

.desa-contact-item.telepon:hover {
    background-color: #25D366;
    color: white;
    border-color: #128C7E;
}

.desa-contact-item.telepon:hover i {
    color: white;
}

.desa-contact-item.email {
    color: #D44638;
    border-color: #C03D2E;
}

.desa-contact-item.email i {
    color: #D44638;
}

.desa-contact-item.email:hover {
    background-color: #D44638;
    color: white;
    border-color: #C03D2E;
}

.desa-contact-item.email:hover i {
    color: white;
}

.desa-contact-item.website {
    color: rgb(57, 59, 57);
    border-color: rgb(26, 27, 26);
}

.desa-contact-item.website i {
    color: rgb(26, 27, 26);
}

.desa-contact-item.website:hover {
    background-color: rgb(26, 27, 26);
    color: white;
    border-color: rgb(17, 17, 17);
}

.desa-contact-item.website:hover i {
    color: white;
}

@media (max-width: 768px) {
    .desa-contact-item.telepon {
        background-color: #25D366;
        color: white;
        border-color: #128C7E;
    }

    .desa-contact-item.telepon i {
        color: white;
    }

    .desa-contact-item.email {
        background-color: #D44638;
        color: white;
        border-color: #C03D2E;
    }

    .desa-contact-item.email i {
        color: white;
    }

    .desa-contact-item.website {
        background-color: rgb(26, 27, 26);
        color: white;
        border-color: rgb(17, 17, 17);
    }

    .desa-contact-item.website i {
        color: white;
    }
}

.back-to-desa {
    display: inline-block;
    padding: 10px 15px;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 6px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border: 1px solid #24313c;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.back-to-desa:hover {
    background-color: #1a252f;
    color: white;
    border-color: #263544;
}

.back-to-desa i {
    margin-right: 8px;
}

@media (max-width: 768px) {
    .desa-list-container {
        padding: 2px;
    }

    .desa-detail-container {
        padding: 2px;
    }

    .desa-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 15px;
    }

    .desa-card-logo {
        height: 150px;
    }

    .desa-detail-logo {
        width: 150px;
        height: 150px;
    }

    .desa-detail-title {
        font-size: 1.5rem;
    }

    .last-updated {
        position: static;
        margin-bottom: 15px;
        display: inline-block;
    }

    .desa-detail-info h2 {
        padding-right: 0;
    }

    .desa-info-col {
        flex: 100%;
        min-width: 100%;
    }

    .flex-1-5 {
        flex: 100%;
    }

    .desa-peta-container {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .desa-grid {
        grid-template-columns: 1fr;
    }

    .desa-card-logo {
        height: 140px;
    }

    .desa-detail-logo {
        width: 120px;
        height: 120px;
    }

    .desa-peta-container {
        height: 250px;
    }
}

.floating-btn {
    position: fixed;
    top: 90px;
    right: 30px;
    z-index: 99;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    background-color: rgb(54, 66, 92);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 4px rgba(54, 66, 92, 0.3);
    animation: float 3s ease-in-out infinite;
    opacity: 1;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    will-change: opacity;
}

.floating-btn.disabled {
    pointer-events: none;
    cursor: default;
}

.floating-btn:hover {
    background-color: rgb(36, 44, 62);
    transform: translateY(-3px);
    box-shadow: 0 6px 13px rgba(41, 50, 70, 0.4);
}

.floating-btn i {
    font-size: 1.1em;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 768px) {
    .floating-btn {
        width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 50%;
        top: 80px;
        right: 20px;
    }

    .floating-btn span {
        display: none;
    }

    .floating-btn i {
        font-size: 1.5em;
        margin: 0;
    }
}

.village-galeri-container {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px dotted rgb(161, 166, 172);
    position: relative;
}

.village-galeri-container h2 {
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.village-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}

.village-gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 0;
    padding-bottom: 100%;
    background: #f5f5f5;
    border: 2px solid rgb(161, 166, 172);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.village-gallery-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.village-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.village-gallery-item:hover .village-gallery-image {
    transform: scale(1.07);
}

.village-gallery-caption-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    z-index: 2;
    max-height: 50px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.village-gallery-item:hover .village-gallery-caption-overlay {
    max-height: 100px;
    overflow-y: auto;
}

.village-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.village-gallery-item:hover .village-gallery-overlay {
    opacity: 1;
}

.village-gallery-expand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333;
    transition: all 0.3s ease;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.village-gallery-expand i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
}

.village-gallery-expand:hover {
    background: #333;
    color: white;
    transform: translate(-50%, -50%) scale(1.15);
}

.village-gallery-caption-overlay::-webkit-scrollbar {
    width: 4px;
}

.village-gallery-caption-overlay::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.village-gallery-caption-overlay::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

@media (max-width: 768px) {
    .village-gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 12px;
    }

    .village-galeri-container {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .village-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .village-gallery-caption-overlay {
        font-size: 12px;
        padding: 8px;
    }
}

.monografi-preview-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
    color: #333;
    line-height: 1.5;
}

.monografi-preview-section {
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 8px;
}

#section-identitas .monografi-preview-section-header {
    background-color: #3498db;
    border: none;
}

#section-data-umum .monografi-preview-section-header {
    background-color: #2ecc71;
    border: none;
}

#section-batas-wilayah .monografi-preview-section-header {
    background-color: #e74c3c;
    border: none;
}

#section-orbitrasi .monografi-preview-section-header {
    background-color: #9b59b6;
    border: none;
}

#section-jumlah-penduduk .monografi-preview-section-header {
    background-color: #1abc9c;
    border: none;
}

#section-tingkat-pendidikan .monografi-preview-section-header {
    background-color: #f39c12;
    border: none;
}

#section-pendidikan-khusus .monografi-preview-section-header {
    background-color: #d35400;
    border: none;
}

#section-penduduk-miskin .monografi-preview-section-header {
    background-color: #34495e;
    border: none;
}

#section-sarana-prasarana .monografi-preview-section-header {
    background-color: #16a085;
    border: none;
}

#section-prasarana-ibadah .monografi-preview-section-header {
    background-color: #8e44ad;
    border: none;
}

#section-prasarana-umum .monografi-preview-section-header {
    background-color: #e67e22;
    border: none;
}

#section-data-personil .monografi-preview-section-header {
    background-color: #27ae60;
    border: none;
}

#section-data-kewenangan .monografi-preview-section-header {
    background-color: #c0392b;
    border: none;
}

#section-data-keuangan .monografi-preview-section-header {
    background-color: #2980b9;
    border: none;
}

#section-data-kelembagaan .monografi-preview-section-header {
    background-color: #f1c40f;
    border: none;
}

#section-trantib-bencana .monografi-preview-section-header {
    background-color: #7f8c8d;
    border: none;
}

.monografi-preview-section-header {
    padding: 12px 15px;
    color: white;
    font-weight: bold;
}

.monografi-preview-section-title {
    margin: 0;
    font-size: 18px;
    border: none;
}

.monografi-preview-content {
    padding: 0;
    border: 2px solid #ccc;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.monografi-preview-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #ccc;
}

.monografi-preview-row:last-child {
    border-bottom: none;
}

.monografi-preview-item {
    flex: 1;
    min-width: 200px;
    padding: 12px 15px;
    border-right: 2px solid #ccc;
}

.monografi-preview-item:last-child {
    border-right: none;
}

.monografi-preview-label {
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
    font-size: 15px;
}

.monografi-preview-value {
    color: #444;
    font-size: 15px;
}

.monografi-preview-empty {
    color: #95a5a6;
    font-style: italic;
}

.back-to-desa {
    display: inline-block;
    padding: 10px 15px;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 6px;
    margin: 20px 0;
    transition: all 0.3s ease;
    border: 1px solid #24313c;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.back-to-desa:hover {
    background-color: #1a252f;
    color: white;
    border-color: #263544;
}

.back-to-desa i {
    margin-right: 8px;
}

.monografi-toc-container {
    position: relative;
}

.monografi-toc-desktop {
    position: fixed;
    right: 130px;
    top: 162px;
    width: 250px;
    max-height: calc(100vh - 255px);
    overflow-y: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 15px;
    z-index: 100;
    border: 2px solid #ccc;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.monografi-toc-desktop::-webkit-scrollbar {
    display: none;
}

@media (min-width: 1101px) and (max-width: 1350px) {
    .monografi-toc-desktop {
        right: 20px !important;
    }
}

.monografi-toc-title {
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    color: #333;
}

.monografi-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.monografi-toc-item {
    margin-bottom: 5px;
}

.monografi-toc-link {
    display: block;
    padding: 6px 8px;
    color: #4361ee;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.monografi-toc-link:hover {
    background-color: #f0f4ff;
    color: #3a56e8;
}

.monografi-toc-section {
    font-weight: 600;
    color: #333;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ddd;
}

/* Mobile Table Of Content */
.monografi-toc-mobile-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #4361ee;
    color: white;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 100;
    cursor: pointer;
    font-size: 20px;
}

.monografi-toc-mobile {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 10px;
    width: 280px;
    max-height: 60vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    padding: 15px;
    z-index: 100;
    border: 2px solid #ccc;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.monografi-toc-mobile::-webkit-scrollbar {
    display: none;
}

.monografi-toc-mobile.active {
    display: block;
}

@media (max-width: 768px) {
    .monografi-preview-container {
        padding: 2px;
    }

    .monografi-preview-item {
        flex: 1 1 100%;
        border-right: none;
        border-bottom: 2px solid #ccc;
        padding: 10px;
    }

    .monografi-preview-item:last-child {
        border-bottom: none;
    }

    .desa-list-container {
        padding: 2px;
    }

    .desa-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 15px;
    }

    .desa-card-logo {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .desa-grid {
        grid-template-columns: 1fr;
    }

    .desa-card-logo {
        height: 140px;
    }
}

@media (max-width: 1100px) {
    .monografi-toc-desktop {
        display: none;
    }

    .monografi-toc-mobile-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Monografi dan Desa End */