.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#B3B3B3;--e-global-color-c78bab2:#111111;--e-global-typography-primary-font-family:"Nord Regular";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Questrial";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Questrial";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Questrial";--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 */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Nord Regular';
	font-display: auto;
	src: url('https://www.tonsongroup.com/wp-content/uploads/2025/09/NORD-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */