.peta-wilayah-section {
    background-color: #ffffff;
}
.leaflet-container {
    font-family: inherit;
}
.kecamatan-tooltip {
    background: rgba(15, 23, 42, 0.9);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 6px 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
.kecamatan-tooltip::before {
    border-top-color: rgba(15, 23, 42, 0.9);
}
.mukomuko-stat-box {
    background-color: #f8fafc;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    padding: 12px 14px;
    transition: all 0.2s ease;
    height: 100%;
}
.mukomuko-stat-box:hover {
    background-color: #ffffff;
    border-color: #29ABE3;
    box-shadow: 0 4px 12px rgba(41, 171, 227, 0.1);
    transform: translateY(-2px);
}
.action-link-item {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    padding: 11px 15px;
    transition: all 0.2s ease;
    text-decoration: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.action-link-item:hover {
    border-color: #29ABE3;
    background-color: #f0f9ff;
    transform: translateX(3px);
}
.action-link-item:hover .action-link-text {
    color: #29ABE3 !important;
}
.action-link-item:hover .action-link-icon {
    color: #29ABE3 !important;
    transform: translateX(3px);
}
.action-link-icon {
    transition: transform 0.2s ease, color 0.2s ease;
}
.kecamatan-map-label {
    color: #ffffff;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.95), 0 0 8px rgba(0, 0, 0, 0.85), 0 0 2px #000;
    white-space: nowrap;
    pointer-events: none;
    text-align: center;
    transform: translate(-50%, -50%);
}
.pulse-center-pin {
    position: relative;
    width: 24px;
    height: 24px;
}
.pulse-center-pin .dot {
    width: 14px;
    height: 14px;
    background: #ec4899;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    box-shadow: 0 0 10px rgba(236, 72, 153, 0.9);
    z-index: 2;
}
.pulse-center-pin .ring {
    width: 32px;
    height: 32px;
    background: rgba(236, 72, 153, 0.45);
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: -4px;
    animation: pulse-ring 2.2s infinite ease-out;
    z-index: 1;
}
@keyframes pulse-ring {
    0% { transform: scale(0.5); opacity: 1; }
    100% { transform: scale(2.2); opacity: 0; }
}

/* Mobile slider for Destinasi Section */
@media (max-width: 767.98px) {
    .destinasi-slider-track {
        overflow-x: auto;
        scroll-behavior: smooth;
        gap: 16px;
        padding: 10px 5px 20px 5px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        display: flex;
    }
    .destinasi-slider-track::-webkit-scrollbar {
        display: none;
    }
    .destinasi-slider-item {
        flex: 0 0 auto;
        width: 85%;
    }
}

/* =========================================================
   Agenda Pemerintahan Section Responsiveness
   ========================================================= */
.agenda-kegiatan .hero-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #979797 !important;
    border-radius: 12px !important;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
}

.agenda-kegiatan .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 3.5rem;
    z-index: 2;
}

.agenda-kegiatan .hero-content-wrapper {
    max-width: 86%;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
}

.agenda-kegiatan .hero-content-wrapper h2 {
    color: #1F3170;
    font-size: 1.85rem;
    font-weight: 800;
    line-height: 1.28;
    margin-bottom: 0.85rem;
}

.agenda-kegiatan .hero-datetime {
    color: #334155;
    font-size: 0.95rem;
    font-weight: 500;
}

.agenda-kegiatan .hero-description {
    color: #334155 !important;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem !important;
}

.agenda-kegiatan .tag-badge {
    background-color: #29ABE3 !important;
    border: none !important;
    color: #ffffff !important;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 4px;
}

.agenda-kegiatan .btn-selengkapnya {
    background-color: #29ABE3 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 9px 24px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    display: inline-block;
    text-decoration: none !important;
}
.agenda-kegiatan .btn-selengkapnya:hover {
    background-color: #1a8fbf !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(41, 171, 227, 0.3);
}

.agenda-kegiatan .sidebar-card {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.agenda-kegiatan .date-scroller {
    display: flex;
    justify-content: space-between;
    gap: 4px;
}

.agenda-kegiatan .date-item {
    flex: 1;
    min-width: 0;
    max-width: 46px;
    padding: 6px 2px !important;
    text-align: center;
    border-radius: 8px !important;
    transition: all 0.2s ease;
    cursor: pointer;
}

.agenda-kegiatan .date-item.bg-success {
    background-color: #29ABE3 !important;
    box-shadow: 0 4px 10px rgba(41, 171, 227, 0.3) !important;
}

/* Tablet Responsiveness */
@media (max-width: 991.98px) {
    .agenda-kegiatan .hero-card {
        height: 460px;
        background-size: cover;
    }
    .agenda-kegiatan .hero-overlay {
        padding: 2rem 2.25rem;
    }
    .agenda-kegiatan .hero-content-wrapper {
        max-width: 92%;
    }
    .agenda-kegiatan .hero-content-wrapper h2 {
        font-size: 1.45rem;
    }
}

/* Mobile Responsiveness (Phone) */
@media (max-width: 767.98px) {
    .agenda-kegiatan .hero-card {
        height: auto !important;
        min-height: auto !important;
        background-size: cover !important;
        background-position: center top !important;
        border-radius: 12px !important;
    }
    .agenda-kegiatan .hero-overlay {
        position: relative !important;
        padding: 1.75rem 1.25rem !important;
        background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.98) 100%) !important;
        border-radius: 12px;
        display: block !important;
    }
    .agenda-kegiatan .hero-content-wrapper {
        max-width: 100% !important;
    }
    .agenda-kegiatan .hero-content-wrapper h2 {
        font-size: 1.28rem !important;
        line-height: 1.35 !important;
        margin-bottom: 0.6rem !important;
    }
    .agenda-kegiatan .hero-datetime {
        font-size: 0.82rem !important;
        margin-bottom: 0.75rem !important;
        flex-wrap: wrap;
    }
    .agenda-kegiatan .hero-description {
        display: block !important;
        font-size: 0.88rem !important;
        margin-bottom: 1rem !important;
        color: #334155 !important;
    }
    .agenda-kegiatan .hero-footer {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px;
    }
    .agenda-kegiatan .hero-footer .btn-selengkapnya {
        align-self: flex-start;
        padding: 8px 20px;
        font-size: 0.85rem;
    }
    .agenda-kegiatan .date-scroller {
        gap: 2px;
    }
    .agenda-kegiatan .date-item {
        padding: 5px 1px !important;
    }
    .agenda-kegiatan .date-item small {
        font-size: 0.7rem !important;
    }
    .agenda-kegiatan .date-item span {
        font-size: 0.95rem !important;
    }
}
