.elementor-kit-17{--e-global-color-primary:#B19540;--e-global-color-secondary:#000000;--e-global-color-text:#6D6D6D;--e-global-color-accent:#A7A7A7;--e-global-color-39e38a9:#25D366;--e-global-color-8c334e5:#1E40AF;--e-global-color-5c0f10e:#059669;--e-global-color-1608e1d:#10B981;--e-global-color-2b88b20:#FFFFFF;--e-global-color-2fee827:#808080;--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;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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. LOCK VIEWPORT ANTI-SCROLL GLOBAL --- */
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative !important;
}

/* --- KEMBALI KE BULAT SEMPURNA KATEH --- */

/* 1. Target Langsung Tombol Close Elementor */
.elementor-kit-17 .dialog-close-button {
    background-color: #25d366 !important; /* Hijau Kateh */
    color: #ffffff !important;
    border-radius: 50% !important; /* KUNCI BULAT */
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    /* Posisi Mengambang di Pojok Atas */
    position: absolute !important;
    top: 15px !important; 
    right: 15px !important;
    
    /* Efek Bayangan & Garis Tepi */
    box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
    border: 2px solid #ffffff !important;
    z-index: 99999 !important;
    opacity: 1 !important;
}

/* 2. Pastikan Ikon X di Tengah & Putih */
.elementor-kit-17 .dialog-close-button i, 
.elementor-kit-17 .dialog-close-button svg {
    font-size: 14px !important;
    fill: #ffffff !important;
    color: #ffffff !important;
    margin: 0 !important;
}

/* 3. Bersihkan "Sampah" Background Bawaan Popup */
.elementor-kit-17 .dialog-widget-content {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}/* End custom CSS */