.elementor-kit-6{--e-global-color-primary:#0F0F0F;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#393939;--e-global-color-accent:#BC9E59;--e-global-color-142573a:#606060;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Oswald";--e-global-typography-accent-font-weight:500;--e-global-typography-845c833-font-family:"Manrope";--e-global-typography-845c833-font-size:15px;--e-global-typography-845c833-font-weight:400;--e-global-typography-0f4964c-font-family:"Oswald";--e-global-typography-0f4964c-font-weight:400;--e-global-typography-0f4964c-text-transform:uppercase;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-weight:600;text-transform:uppercase;border-radius:0px 0px 0px 0px;padding:16px 30px 16px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.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 */.subh {
  position: relative;
  padding-left: 100px; /* biar teks ga nempel ke garis */
}

.subh::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 90px;        /* panjang garis horizontal */
  height: 2px;        /* ketebalan garis (tipis) */
  background: #BC9E59;   /* warna garis */
  transform: translateY(-50%); /* biar pas di tengah teks */
}
html, body {
    overflow-x: hidden;
}/* End custom CSS */