.elementor-kit-1314{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-afd1f5a:#418765;--e-global-color-883dada:#0F2D24;--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;--e-global-typography-c2a11c8-font-family:"Cormorant Garamond";--e-global-typography-c2a11c8-font-size:32px;--e-global-typography-c2a11c8-font-weight:600;}.elementor-kit-1314 e-page-transition{background-color:#FFBC7D;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* =========================================
   FIX HORIZONTAL SCROLL
========================================= */

html,
body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
}

.elementor,
.elementor-page{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
}

/* Semua container tidak boleh melebihi viewport */
.e-con{
    max-width:100%;
}

/* ============================================================
   FLOATING BUTTONS — MOBILE
   WhatsApp + GTranslate
   Popup WhatsApp tidak menutupi tombol X
   ============================================================ */

@media (max-width: 767px) {

    /* ========================================================
       1. TOMBOL WHATSAPP / TOMBOL X
       ======================================================== */

    .wa__btn_popup {
        position: fixed !important;

        right: 20px !important;
        bottom: 20px !important;

        top: auto !important;
        left: auto !important;

        z-index: 100002 !important;
    }


    /* ========================================================
       2. POPUP CHAT WHATSAPP
       Dinaikkan agar tidak menutupi tombol X
       ======================================================== */

    .wa__popup_chat_box {
        position: fixed !important;

        right: 20px !important;

        /* Jarak popup dari bawah */
        bottom: 90px !important;

        top: auto !important;
        left: auto !important;

        z-index: 100001 !important;

        /* Supaya aman di layar HP kecil */
        max-height: calc(100vh - 125px) !important;
    }


    /* ========================================================
       3. GTRANSLATE / LANGUAGE BUTTON
       Sejajar dengan tombol WhatsApp
       ======================================================== */

    #gtranslate_wrapper,
    .gtranslate_wrapper,
    #gt_float_wrapper,
    div[id*="gt_float_wrapper"] {

        position: fixed !important;

        left: 20px !important;
        bottom: 20px !important;

        top: auto !important;
        right: auto !important;

        z-index: 99999 !important;
    }


    /* ========================================================
       4. KHUSUS SINGLE POST / PACKAGE
       Tombol dinaikkan agar tidak mengenai sticky price bar
       ======================================================== */

    body.single .wa__btn_popup {

        bottom: 90px !important;
    }


    body.single #gtranslate_wrapper,
    body.single .gtranslate_wrapper,
    body.single #gt_float_wrapper,
    body.single div[id*="gt_float_wrapper"] {

        bottom: 90px !important;
    }


    /* Popup harus tetap berada DI ATAS tombol WhatsApp */

    body.single .wa__popup_chat_box {

        bottom: 160px !important;
    }

}


/* ============================================================
   EXTRA SMALL MOBILE
   Lebar popup dibuat aman
   ============================================================ */

@media (max-width: 480px) {

    .wa__popup_chat_box {

        right: 15px !important;

        width: calc(100vw - 30px) !important;
        max-width: 350px !important;
    }


    .wa__btn_popup {

        right: 20px !important;
    }

}/* End custom CSS */