.elementor-kit-5{--e-global-color-primary:#1D4596;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#1D4596;--e-global-color-1f83c10:#16176E;--e-global-color-fb8c468:#1A1E4B;--e-global-color-5a43a02:#2563EB;--e-global-color-c87f634:#1D4ED8;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:400;}.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);}@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 *//* ปรับ timing ได้ที่ตัวแปรนี้ */
.text-float { --base-delay: .45s; --stagger: .12s; }

.text-float { display: inline-block; overflow: hidden; }
.text-float .text-float-line{
  display: inline-block;
  will-change: transform, opacity;
  transform: translateY(24px);
  opacity: 0;
  animation: textFloatRise .7s cubic-bezier(.2,.7,.2,1) forwards;
  animation-delay: calc(var(--base-delay, .55s) + var(--i, 0) * var(--stagger, .12s));
  /* เริ่มแบบหยุดไว้ก่อน จนกว่าจะเข้าหน้าจอ */
  animation-play-state: paused;
}
.text-float.is-inview .text-float-line{ animation-play-state: running; }

@keyframes textFloatRise { to { transform: translateY(0); opacity: 1; } }

@media (max-width: 767px){
  .text-float .text-float-line{ transform: translateY(15px); }
  .text-float { --base-delay: .30s; --stagger: .10s; }
}

/* การเข้าถึง */
@media (prefers-reduced-motion: reduce){
  .text-float .text-float-line{
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
 /* สำคัญ: รับมรดกสไตล์จาก heading */
  color: inherit; font: inherit; line-height: inherit;
}
.text-float .__word{ color: inherit; font: inherit; line-height: inherit; }

.text-float.is-inview .text-float-line{ animation-play-state: running; }/* End custom CSS */