.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-adb3d39:#F2F4F7;--e-global-color-0c4fae6:#6D46FF;--e-global-color-f98f289:#171717;--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;background-color:var( --e-global-color-f98f289 );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-secondary );font-family:"Exo", Sans-serif;}.elementor-kit-5 a:hover{color:var( --e-global-color-f98f289 );font-family:"Exo", Sans-serif;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Exo", Sans-serif;border-radius:30px 30px 30px 30px;}.elementor-kit-5 label{font-family:"Exo", Sans-serif;}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{font-family:"Exo", Sans-serif;}.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 *//* -------------- GRADIENT 1: Merah → Orange -------------- */
.gradient-heading-warm {
  --gh-angle: 90deg;
  --gh-start: #ff7a18;   /* orange */
  --gh-end:   #af002d;   /* merah */

  background: linear-gradient(
    var(--gh-angle),
    var(--gh-start) 20%,
    var(--gh-end) 80%
  );
  background-size: 200% 100%;
  background-position: left center;

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;

  transition: background-position 0.6s ease;
  display: inline-block;
}

.gradient-heading-warm:hover {
  background-position: right center; /* animasi gradasi pindah saat hover */
}

/* -------------- GRADIENT 2: Putih → Abu-abu -------------- */
.gradient-heading-cool {
  --gh-angle: 120deg;
  --gh-start: #FDFBF7;  /* putih krem */
  --gh-end:   #787B7B;  /* abu-abu */

  background: linear-gradient(
    var(--gh-angle),
    var(--gh-start) 20%,
    var(--gh-end) 80%
  );
  background-size: 200% 100%;
  background-position: left center;

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;

  transition: background-position 0.6s ease;
  display: inline-block;
}

.gradient-heading-cool:hover {
  background-position: right center;
}


/* Hero section dengan video */
.hero-video {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

/* Video di dalam hero agar cover penuh */
.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;           /* biar video penuh */
  transition: filter 0.6s ease;
}

/* Blur saat discroll */
.hero-video.scrolled video {
  filter: blur(12px) brightness(0.9);  /* bisa tambah brightness/opacity */
}/* End custom CSS */