.elementor-kit-6{--e-global-color-primary:#8D4040;--e-global-color-secondary:#54595F;--e-global-color-text:#383838;--e-global-color-accent:#EDB22B;--e-global-typography-primary-font-family:"Syne";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Syne";--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;background-image:url("https://sangtum.id/wp-content/uploads/2025/09/bg-light_08.png");font-family:"Syne", Sans-serif;background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Syne", Sans-serif;}.elementor-kit-6 h1{font-family:"Syne", Sans-serif;}.elementor-kit-6 h2{font-family:"Syne", Sans-serif;}.elementor-kit-6 h4{font-family:"Syne", Sans-serif;}.elementor-kit-6 h5{font-family:"Syne", Sans-serif;}.elementor-kit-6 h6{font-family:"Syne", Sans-serif;}.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);}.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(min-width:1025px){.elementor-kit-6{background-attachment:fixed;}}@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 */.scroll-header {
  transition: transform 0.4s ease, background-color 0.4s ease;
  background-color: transparent;
}
.scroll-header.hide-header {
  transform: translateY(-100%);
}
.scroll-header.scrolled {
  background-color: #833232 !important;
}

.elementor-nav-menu li.location-map{
    background-image: url('https://sangtum.id/wp-content/uploads/2025/09/loca_04.png');
    background-repeat: no-repeat;
    background-attachment: contain;
    background-position: center center;
    height: 50px;
    width: 60px;
    text-indent:-100000px;
}
.elementor-nav-menu li.location-map a:hover::after{
    content: none;
}

/* Default state: transparan */
#movement-benefits > .e-con.e-child {
  background: transparent;
  transition: opacity 0.6s ease, background-color 0.6s ease, color 0.6s ease;
  /* agar tumpang tindih tidak terlihat saat fade */
  position: relative;
  z-index: 0;
}

/* Elemen aktif: muncul */
#movement-benefits > .e-con.e-child.active,
#movement-benefits > .e-con.e-child:hover{
  background-color: #ffffff;
  opacity: 1;
  z-index: 1;
}

#movement-benefits > .e-con.e-child h2.elementor-heading-title{
  color: #ffffff;
}

/* Warna teks ketika aktif */
#movement-benefits > .e-con.e-child.active h2.elementor-heading-title,
#movement-benefits > .e-con.e-child.active .elementor-widget-text-editor p {
  color: #833231;
}

#movement-benefits > .e-con.e-child .auto-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #fbd300;
  width: 0%;
  opacity: 0.3;
}

#movement-benefits > .e-con.e-child.active .auto-progress {
  animation: autoProgressFill 5s linear forwards;
  opacity: 1;
}

@keyframes autoProgressFill {
  from { width: 0%; }
  to   { width: 100%; }
}/* End custom CSS */