.elementor-kit-4370{--e-global-color-primary:#860101;--e-global-color-secondary:#FFFCEB;--e-global-color-text:#860101;--e-global-color-accent:#3D0000;--e-global-color-92bd7be:#FFD940;--e-global-color-d4e11b6:#A63D3D;--e-global-color-5a1ad0b:#FFF5C4;--e-global-color-14f2087:#FFFCEB;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:80px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:600;--e-global-typography-224042a-font-family:"Montserrat";--e-global-typography-224042a-font-size:60px;--e-global-typography-224042a-font-weight:800;background-color:#FFFFFF;}.elementor-kit-4370 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4370 button,.elementor-kit-4370 input[type="button"],.elementor-kit-4370 input[type="submit"],.elementor-kit-4370 .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );border-style:solid;border-width:14px 14px 14px 14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1160px;}.e-con{--container-max-width:1160px;}.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);}.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-kit-4370 button,.elementor-kit-4370 input[type="button"],.elementor-kit-4370 input[type="submit"],.elementor-kit-4370 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4370 button,.elementor-kit-4370 input[type="button"],.elementor-kit-4370 input[type="submit"],.elementor-kit-4370 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Scrollbar hanya untuk bagian handle (tombol geser) */
::-webkit-scrollbar {
    width: 10px; /* Lebar scrollbar */
}

/* Handle (tombol geser) */
::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #800000, #ffd700); /* Maroon ke Gold */
    border-radius: 10px;
}

/* Hover effect pada scrollbar */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #660000, #e6c200); /* Maroon lebih gelap ke Gold */
}

body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}/* End custom CSS */