.section-title::after {
    display: none;
}

.desa-navbar::after {
    backdrop-filter: saturate(100%) blur(6px);
    -webkit-backdrop-filter: saturate(100%) blur(6px);
}

.desa-navbar>.container,
.scrollspy-example>section>.container {
    max-width: 1440px;
    padding-right: 1rem;
    padding-left: 1rem;
}

.desa-navbar .navbar.landing-navbar {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(16, 57, 44, 0.12);
    box-shadow: 0 0.75rem 1.5rem rgba(16, 57, 44, 0.08);
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.desa-navbar .navbar.landing-navbar .navbar-nav .nav-link,
.desa-navbar .navbar.landing-navbar .navbar-toggler {
    color: #234839;
    font-weight: 500;
}

.desa-navbar .navbar.landing-navbar .navbar-nav .nav-link.active,
.desa-navbar .navbar.landing-navbar .navbar-nav .nav-link:hover {
    color: #0f8a61 !important;
}

.desa-navbar .menu-text {
    color: #234839 !important;
}

.desa-navbar .app-brand-link small {
    color: #234839 !important;
}

.desa-navbar.desa-navbar-on-hero .navbar.landing-navbar {
    background: rgba(12, 45, 36, 0.24);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.desa-navbar.navbar-active .navbar.landing-navbar {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(16, 57, 44, 0.12);
    box-shadow: 0 0.75rem 1.5rem rgba(16, 57, 44, 0.08);
}

.desa-navbar.desa-navbar-static .navbar.landing-navbar {
    background: rgba(255, 255, 255, 0.94) !important;
    border-color: rgba(16, 57, 44, 0.12) !important;
    box-shadow: 0 0.75rem 1.5rem rgba(16, 57, 44, 0.08) !important;
}

.desa-navbar.desa-navbar-static .navbar.landing-navbar .navbar-nav .nav-link,
.desa-navbar.desa-navbar-static .menu-text,
.desa-navbar.desa-navbar-static .app-brand-link small,
.desa-navbar.desa-navbar-static .navbar-toggler {
    color: #234839 !important;
}

.desa-navbar.desa-navbar-static .navbar.landing-navbar .navbar-nav .nav-link.active,
.desa-navbar.desa-navbar-static .navbar.landing-navbar .navbar-nav .show>.nav-link,
.desa-navbar.desa-navbar-static .navbar.landing-navbar .navbar-nav .nav-link.show,
.desa-navbar.desa-navbar-static .navbar.landing-navbar .navbar-nav .nav-link:hover {
    color: #0f8a61 !important;
}

.desa-navbar.desa-navbar-on-hero:not(.navbar-active) .navbar-brand .menu-text,
.desa-navbar.desa-navbar-on-hero:not(.navbar-active) .navbar-brand .app-brand-link small,
.desa-navbar.desa-navbar-on-hero:not(.navbar-active) .navbar-brand .navbar-toggler {
    color: #fff !important;
}

.desa-navbar.navbar-active .menu-text,
.desa-navbar.navbar-active .app-brand-link small,
.desa-navbar.navbar-active .navbar-toggler {
    color: #234839 !important;
}

@media (min-width: 992px) {
    .desa-navbar.desa-navbar-on-hero:not(.navbar-active) .navbar.landing-navbar .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.92);
    }

    .desa-navbar.desa-navbar-on-hero:not(.navbar-active) .navbar.landing-navbar .navbar-nav .nav-link.active,
    .desa-navbar.desa-navbar-on-hero:not(.navbar-active) .navbar.landing-navbar .navbar-nav .nav-link:hover {
        color: #fff !important;
    }

    .desa-navbar.navbar-active .navbar.landing-navbar .navbar-nav .nav-link {
        color: #234839 !important;
    }

    .desa-navbar.navbar-active .navbar.landing-navbar .navbar-nav .nav-link.active,
    .desa-navbar.navbar-active .navbar.landing-navbar .navbar-nav .show>.nav-link,
    .desa-navbar.navbar-active .navbar.landing-navbar .navbar-nav .nav-link.show,
    .desa-navbar.navbar-active .navbar.landing-navbar .navbar-nav .nav-link:hover {
        color: #0f8a61 !important;
    }
}

.desa-navbar .dropdown>.desa-nav-dropdown-menu {
    min-width: 17rem;
    margin-top: 1rem !important;
    border-radius: 1rem !important;
    box-shadow: 0 1rem 2rem rgba(16, 57, 44, 0.08) !important;
    overflow: visible !important;
}

.desa-navbar .dropdown>.desa-nav-dropdown-menu .dropdown-item {
    color: #44584e;
    font-weight: 500;
}

.desa-navbar .dropdown>.desa-nav-dropdown-menu .dropdown-item:hover,
.desa-navbar .dropdown>.desa-nav-dropdown-menu .dropdown-item:focus {
    background-color: rgba(15, 138, 97, 0.08);
    color: #0f8a61;
}

.desa-navbar .dropdown>.desa-nav-dropdown-menu .dropdown-item.active,
.desa-navbar .dropdown>.desa-nav-dropdown-menu .dropdown-item.show,
.desa-navbar .dropdown>.desa-nav-dropdown-menu .dropdown-item.active:hover,
.desa-navbar .dropdown>.desa-nav-dropdown-menu .dropdown-item.show:hover,
.desa-navbar .dropdown>.desa-nav-dropdown-menu .dropdown-item.active:focus,
.desa-navbar .dropdown>.desa-nav-dropdown-menu .dropdown-item.show:focus {
    background-color: rgba(15, 138, 97, 0.08);
    color: #234839 !important;
}

.desa-navbar .desa-nav-submenu {
    position: relative;
}

.desa-navbar .desa-nav-submenu>.dropdown-item.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.desa-navbar .desa-nav-submenu>.dropdown-item.dropdown-toggle::after {
    margin-left: 0.75rem;
    transform: rotate(-45deg);
    transform-origin: center;
}

.desa-navbar .desa-nav-submenu>.desa-nav-sub-dropdown {
    min-width: 15rem;
    overflow: visible !important;
}

.desa-daily-info-card {
    border-radius: 1.25rem;
}

.desa-prayer-time-item,
.desa-weather-item {
    border: 1px solid rgba(16, 57, 44, 0.08);
    border-radius: 1rem;
    background-color: rgba(15, 138, 97, 0.03);
}

@media (min-width: 992px) {
    .desa-navbar .desa-nav-submenu>.desa-nav-sub-dropdown {
        top: 0;
        left: calc(100% + 0.75rem);
        margin-top: 0 !important;
    }
}

.desa-hero {
    background: #10392c;
    border-radius: 0 0 1rem 1rem;
}

.desa-hero.first-section-pt {
    padding-top: 0;
}

.desa-hero-carousel {
    position: relative;
    min-height: 720px;
    background: #10392c;
}

.desa-hero-carousel .carousel-inner {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.desa-hero-carousel .carousel-item {
    height: 100%;
    min-height: 720px;
}

.desa-hero-carousel .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(7, 35, 28, 0.92) 0%, rgba(7, 35, 28, 0.72) 46%, rgba(7, 35, 28, 0.36) 100%),
        linear-gradient(180deg, rgba(7, 35, 28, 0.32) 0%, rgba(7, 35, 28, 0.68) 100%);
    pointer-events: none;
}

.desa-hero-slide-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 720px;
    object-fit: cover;
    object-position: center center;
}

.desa-hero-overlay {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 720px;
}

.desa-hero-overlay .container {
    padding-top: 8.84rem;
    padding-bottom: 5.25rem;
}

.desa-hero-info-panel {
    width: 100%;
    max-width: 27rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.5rem;
    background: rgba(13, 38, 32, 0.64);
    box-shadow: 0 1.25rem 2.5rem rgba(5, 20, 16, 0.22);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.desa-hero-village-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.12);
}

.desa-hero-stat-grid {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.desa-hero-stat-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.94);
    color: #234839;
}

.desa-hero-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    font-size: 1.25rem;
}

.desa-hero-stat-value {
    color: #153d2f;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

.desa-hero-stat-label {
    color: #64748b;
    font-size: 0.875rem;
}

.desa-hero-indicators {
    z-index: 4;
    gap: 0.5rem;
    margin-bottom: 3rem;
}

.desa-hero-indicators [data-bs-target] {
    width: 0.75rem;
    height: 0.75rem;
    border: 0;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.74);
    opacity: 1;
}

.desa-hero-indicators .active {
    width: 2rem;
    background-color: #fff;
}

.desa-hero-carousel-control {
    top: 50%;
    bottom: auto;
    z-index: 4;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #10392c;
    font-size: 1.5rem;
    opacity: 1;
    transform: translateY(-50%);
}

.desa-hero-carousel-control:hover,
.desa-hero-carousel-control:focus {
    background: #fff;
    color: #0f8a61;
}

.desa-hero-carousel-control-prev {
    left: 1.25rem;
}

.desa-hero-carousel-control-next {
    right: 1.25rem;
}

.desa-section-muted {
    background: linear-gradient(180deg, rgba(244, 248, 246, 0.98), rgba(255, 255, 255, 1));
}

.desa-quick-access-section {
    position: relative;
    margin-top: -3.5rem;
    z-index: 2;
}

.desa-quick-access-panel {
    border-radius: 1.5rem;
}

.desa-quick-access-card {
    border-radius: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.desa-quick-access-card:hover {
    transform: translateY(-0.2rem);
    border-color: rgba(15, 138, 97, 0.18) !important;
    box-shadow: 0 0.75rem 1.5rem rgba(16, 57, 44, 0.08);
}

.desa-profile-card,
.desa-stat-card,
.desa-service-card,
.desa-news-card,
.desa-official-card,
.desa-contact-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.desa-profile-card:hover,
.desa-stat-card:hover,
.desa-service-card:hover,
.desa-news-card:hover,
.desa-official-card:hover,
.desa-contact-card:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 1rem 2rem rgba(39, 67, 56, 0.08) !important;
}

.desa-news-thumb,
.desa-gallery-img {
    position: relative;
    overflow: hidden;
}

.desa-news-thumb {
    min-height: 13rem;
    padding: 1.25rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.desa-news-thumb-image {
    padding: 0;
    background: #e9eef5;
}

.desa-news-image-shell {
    min-height: 13rem;
}

.desa-news-image {
    border-radius: 0 !important;
}

.desa-news-category-badge {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    z-index: 3;
}

.desa-official-photo {
    width: 96px;
    height: 96px;
}

.desa-official-photo-shell {
    background: #f1f5f9;
}

.desa-official-photo-shell .app-media-image-fallback-icon {
    width: 40px;
    height: 40px;
}

.desa-official-photo-shell .app-media-image-fallback-copy {
    display: none;
}

.desa-gallery-card {
    border-radius: 1.25rem;
    overflow: hidden;
}

.desa-gallery-img {
    min-height: 14rem;
    border-radius: 1.25rem;
    display: flex;
    align-items: flex-end;
    padding: 1.25rem;
}

.desa-news-thumb::after,
.desa-gallery-img::after {
    content: "";
    position: absolute;
    inset: auto -15% -28% auto;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

.desa-news-thumb-image::after {
    display: none;
}

.desa-news-thumb.tone-1,
.desa-gallery-img.tone-1 {
    background: linear-gradient(135deg, #12694b, #55a36f);
}

.desa-news-thumb.tone-2,
.desa-gallery-img.tone-2 {
    background: linear-gradient(135deg, #0f5f86, #5ca8ca);
}

.desa-news-thumb.tone-3,
.desa-gallery-img.tone-3 {
    background: linear-gradient(135deg, #927420, #e1b75e);
}

.desa-news-thumb.tone-4,
.desa-gallery-img.tone-4 {
    background: linear-gradient(135deg, #3b5f87, #8db8dc);
}

.desa-gallery-img.tone-5 {
    background: linear-gradient(135deg, #0d7f64, #6dc7a0);
}

.desa-gallery-img.tone-6 {
    background: linear-gradient(135deg, #7b5c1e, #e6c06b);
}

.desa-cta-box {
    border-radius: 2rem;
    background: linear-gradient(135deg, #0f664c, #1e8a62);
}

.desa-map-placeholder {
    min-height: 24rem;
    padding: 2rem;
    border: 2px dashed rgba(18, 105, 75, 0.2);
    background: linear-gradient(135deg, rgba(18, 105, 75, 0.06), rgba(15, 95, 134, 0.08));
}

.light-style .landing-footer.desa-footer,
.dark-style .landing-footer.desa-footer,
.landing-footer.desa-footer {
    background: #17543e !important;
    color: rgba(255, 255, 255, 0.78);
}

.light-style .landing-footer.desa-footer .footer-top,
.dark-style .landing-footer.desa-footer .footer-top,
.landing-footer.desa-footer .footer-top {
    background-image: none !important;
    background-color: #17543e !important;
}

.light-style .landing-footer.desa-footer .footer-bottom,
.dark-style .landing-footer.desa-footer .footer-bottom,
.landing-footer.desa-footer .footer-bottom {
    background-color: #10392c !important;
}

.landing-footer.desa-footer .app-brand-text,
.landing-footer.desa-footer .footer-title {
    color: #fff !important;
}

.landing-footer.desa-footer,
.landing-footer.desa-footer li,
.landing-footer.desa-footer .footer-logo-description {
    color: rgba(255, 255, 255, 0.78) !important;
}

.landing-footer.desa-footer a {
    color: rgba(255, 255, 255, 0.86) !important;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.landing-footer.desa-footer a:hover,
.landing-footer.desa-footer a:focus {
    color: #fff !important;
    opacity: 1;
}

.desa-footer .bg-label-light {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}

#landingHero,
#landingProfile,
#landingStatistics,
#landingServices,
#landingNews,
#landingGallery,
#landingGovernment,
#landingCTA,
#landingContact {
    scroll-margin-top: 8rem;
}

@media (max-width: 991.98px) {
    body.desa-mobile-menu-open {
        overflow: hidden;
    }

    .desa-navbar.desa-mobile-menu-open {
        z-index: 1100 !important;
    }

    .desa-navbar>.container,
    .scrollspy-example>section>.container {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .desa-navbar.desa-mobile-menu-open .navbar.landing-navbar {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .desa-navbar .navbar.landing-navbar .landing-menu-overlay {
        inset: 0;
        height: 100vh;
        height: 100dvh;
        z-index: 1098;
    }

    .desa-navbar .navbar.landing-navbar .landing-nav-menu {
        top: 0 !important;
        bottom: 0 !important;
        height: 100vh !important;
        height: 100dvh !important;
        max-height: 100vh;
        max-height: 100dvh;
        z-index: 1099;
    }

    .desa-navbar .navbar.landing-navbar {
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
    }

    .desa-navbar .dropdown>.desa-nav-dropdown-menu {
        min-width: 100%;
        margin-top: 0.75rem !important;
        position: static !important;
        transform: none !important;
        box-shadow: none !important;
        border: 1px solid rgba(16, 57, 44, 0.08) !important;
        padding: 0.5rem !important;
    }

    .desa-navbar .dropdown.desa-mobile-open>.desa-nav-dropdown-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .desa-navbar .desa-nav-submenu>.desa-nav-sub-dropdown {
        position: static !important;
        transform: none !important;
        min-width: 100%;
        margin-top: 0.5rem !important;
        margin-left: 0 !important;
        box-shadow: none !important;
        border: 0 !important;
        padding: 0.5rem 0 0 0.75rem !important;
    }

    .desa-navbar .desa-nav-submenu.desa-mobile-open>.desa-nav-sub-dropdown {
        display: block !important;
    }

    .desa-navbar .desa-nav-submenu>.dropdown-item.dropdown-toggle::after {
        transform: rotate(-45deg);
    }

    .desa-navbar .desa-nav-submenu>.dropdown-item.dropdown-toggle.show::after,
    .desa-navbar .desa-nav-root-dropdown>.nav-link.dropdown-toggle.show::after {
        transform: rotate(225deg);
    }

    .desa-navbar .dropdown>.desa-nav-dropdown-menu .dropdown-item {
        white-space: normal;
    }

    .desa-hero {
        border-radius: 0 0 1rem 1rem;
    }

    .desa-quick-access-section {
        margin-top: -2.5rem;
    }

    .desa-hero-carousel,
    .desa-hero-carousel .carousel-item,
    .desa-hero-slide-image,
    .desa-hero-overlay {
        min-height: 700px;
    }

    .desa-hero-overlay .container {
        padding-top: 7rem;
        padding-bottom: 4.5rem;
    }

    .desa-hero-info-panel {
        max-width: 36rem;
        margin-right: auto;
        margin-left: auto;
    }

    .desa-map-placeholder {
        min-height: 18rem;
    }
}

@media (max-width: 575.98px) {

    .desa-navbar>.container,
    .scrollspy-example>section>.container {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .desa-navbar .navbar.landing-navbar {
        margin-top: 0.75rem;
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .desa-hero-carousel,
    .desa-hero-carousel .carousel-item,
    .desa-hero-slide-image,
    .desa-hero-overlay {
        min-height: 680px;
    }

    .desa-hero-overlay .container {
        padding-top: 6.5rem;
        padding-bottom: 4.5rem;
    }

    .desa-hero-village-card {
        flex-direction: column;
        text-align: center;
    }

    .desa-hero-carousel-control {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.25rem;
    }

    .desa-hero-carousel-control-prev {
        left: 0.5rem;
    }

    .desa-hero-carousel-control-next {
        right: 0.5rem;
    }

    .desa-hero-indicators {
        margin-bottom: 4rem;
    }

    .desa-news-thumb,
    .desa-gallery-img {
        min-height: 11rem;
    }
}
