.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#393838;--e-global-color-text:#4C4C4C;--e-global-color-accent:#E40100;--e-global-color-86b741b:#FFFFFF;--e-global-color-629bed0:#FFFFFF;--e-global-color-ad04369:#000100;--e-global-color-e1e03d5:#FFF8F8;--e-global-color-8434ded:#FF4A4A;--e-global-color-c78400d:#F0F0F0FC;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-750bd37-font-family:"Raleway";--e-global-typography-750bd37-font-size:15px;--e-global-typography-750bd37-font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 */.elementor-button {
  position: relative;
  display: inline-flex;        /* pastikan ukuran pas */
  overflow: hidden;
  isolation: isolate;          /* isolasi stacking context */
  transition: color 0.4s ease, background-color 0.4s ease;
  z-index: 0;
}

.elementor-button::before,
.elementor-button::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 50%;
  background-color: #282D3B; /* dark navy bg on hover */
  transition: transform 0.4s ease;
  z-index: -1;
  pointer-events: none;
}

.elementor-button::before {
  left: 0;
  transform: translateX(-100%);
}

.elementor-button::after {
  right: 0;
  transform: translateX(100%);
}

.elementor-button:hover::before,
.elementor-button:hover::after {
  transform: translateX(0);
}

.elementor-button:hover {
  color: white !important;
  border-color: black !important;
}

.headline {

  color: black;    /* warna teks default */
  line-height: 1.2;
}

.headline .highlight {
  color: #E40100;  /* warna merah Bink Group */
  font-weight: bold; /* opsional, agar lebih menonjol */
}/* End custom CSS */