.elementor-kit-5{--e-global-color-primary:#FFF98A;--e-global-color-text:#F5F5F7;--e-global-color-accent:#B88A1E;--e-global-color-e211bc8:#6BFCD8;--e-global-color-5d182b9:#000000;--e-global-color-7a07a26:#FFE70C;--e-global-typography-primary-font-family:"Sarabun";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-font-style:oblique;--e-global-typography-secondary-font-family:"Sansita";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Sarabun";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sarabun";--e-global-typography-accent-font-weight:500;background-color:transparent;color:#F6EFE7;font-family:"Sarabun", Sans-serif;font-size:16px;font-weight:600;background-image:linear-gradient(135deg, #050505 0%, #82774DF0 100%);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-block-end:0px;}.elementor-kit-5 a{color:#02FFC7;}.elementor-kit-5 h1{color:#D0B104;font-size:26px;}.elementor-kit-5 h2{color:#F6E33F;font-size:25px;}.elementor-kit-5 h3{color:#F5E9C4;font-size:24px;}.elementor-kit-5 h4{color:#F9AF08;font-size:23px;}.elementor-kit-5 h5{color:#F9AF08;}.elementor-kit-5 h6{color:#FF9933;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-header .site-description{text-shadow:0px 0px 12px rgba(0,0,0,0.3);}.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 *//* พื้นหลังทั้งเว็บไซต์ สองเฉด ดำ–เทา */
html, body{
  min-height: 100%;
  background: #050608; /* fallback */
  background: linear-gradient(135deg, #050608 0%, #14151B 100%);
}

/* ทำให้เนื้อหาหลักโปร่งใส เห็นพื้นหลัง */
body{
  background-attachment: fixed;  /* ให้ไล่สีอยู่กับหน้าจอ (ดูไหลลื่น) */
}

/* ถ้า theme มี .site, .site-content, .content-area ที่มีสีพื้นหลัง ให้เคลียร์ */
.site,
.site-content,
.content-area{
  background: transparent !important;
}/* End custom CSS */