.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#FFFFFF;font-family:"Poppins", Sans-serif;font-size:20px;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:#FD6602;font-family:"Poppins", Sans-serif;color:#FFFFFF;border-radius:15px 15px 15px 15px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:#F3FA05;font-family:"Poppins", Sans-serif;}.elementor-kit-9 a:hover{color:#FC8A8A;}.elementor-kit-9 h1{color:#FFFFFF;font-family:"Poppins", Sans-serif;}.elementor-kit-9 h2{color:#FFFFFF;font-family:"Poppins", Sans-serif;}.elementor-kit-9 h3{color:#FFFFFF;font-family:"Poppins", Sans-serif;}.elementor-kit-9 h4{color:#FFFFFF;font-family:"Poppins", Sans-serif;}.elementor-kit-9 h5{color:#FFFFFF;font-family:"Poppins", Sans-serif;}.elementor-kit-9 h6{color:#FFFFFF;font-family:"Poppins", Sans-serif;}.elementor-kit-9 label{color:#FFFFFF;font-family:"Poppins", Sans-serif;}.elementor-kit-9 input:not([type="button"]):not([type="submit"]),.elementor-kit-9 textarea,.elementor-kit-9 .elementor-field-textual{font-family:"Poppins", Sans-serif;color:#1E3A8A;accent-color:#FFFFFF;}.elementor-kit-9 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-9 textarea:focus,.elementor-kit-9 .elementor-field-textual:focus{color:#1E3A8A;accent-color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. Mengubah Font seluruh Peta ke Poppins */
.leaflet-container {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important; /* Ukuran font di dalam peta */
}

/* 2. Mempercantik Popup (Jendela Info saat diklik) */
.leaflet-popup-content-wrapper {
    background-color: #1e293b; /* Warna Background Popup (Biru Gelap Modern) */
    color: #ffffff; /* Warna Teks Putih */
    border-radius: 10px; /* Sudut melengkung */
    padding: 5px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* 3. Mengubah Warna Panah Popup bawah */
.leaflet-popup-tip {
    background-color: #1e293b;
}

/* 4. Mempercantik Link Judul di dalam Popup */
.leaflet-popup-content a {
    color: #38bdf8 !important; /* Warna Link Biru Muda Cerah */
    font-weight: 600;
    text-decoration: none;
    font-size: 16px; /* Judul lebih besar */
    display: block;
    margin-bottom: 5px;
}

/* 5. Jarak antar baris teks */
.leaflet-popup-content {
    line-height: 1.6;
}/* End custom CSS */