.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 */<style>
html,
body{
  margin:0;
  padding:0;
  min-height:100%;
  overflow-x:hidden;
  background:#050505 !important;
  color:#fff;
  font-family:'Prompt',sans-serif;
}

/* พื้นหลังหลัก 10/10 */
body{
  background:
    radial-gradient(circle at 18% 18%, rgba(255,190,40,.16), transparent 24%),
    radial-gradient(circle at 82% 12%, rgba(255,120,20,.10), transparent 26%),
    radial-gradient(circle at 50% 100%, rgba(255,210,70,.10), transparent 42%),
    linear-gradient(180deg,#1a1004 0%,#090909 38%,#030303 100%) !important;
  background-attachment:fixed !important;
}

/* แสงทองใหญ่ด้านบน */
body::before{
  content:"";
  position:fixed;
  top:-320px;
  left:50%;
  width:900px;
  height:900px;
  transform:translateX(-50%);
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,190,40,.18),transparent 68%);
  filter:blur(65px);
  pointer-events:none;
  z-index:-2;
  animation:ufaGlow 10s ease-in-out infinite;
}

/* ลายทองบาง ๆ */
body::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  opacity:.18;
  background:
    linear-gradient(115deg,transparent 0%,rgba(255,210,80,.08) 45%,transparent 60%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.018) 0 1px,transparent 1px 80px);
  mix-blend-mode:screen;
}

/* Particle ทอง */
.ufa-bg-particles{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  overflow:hidden;
}

.ufa-bg-particles span{
  position:absolute;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#ffd76b;
  box-shadow:0 0 10px #ffd76b,0 0 22px rgba(255,190,40,.8);
  opacity:0;
  animation:ufaParticle 7s linear infinite;
}

.ufa-bg-particles span:nth-child(1){left:8%;top:78%;animation-delay:.2s}
.ufa-bg-particles span:nth-child(2){left:18%;top:88%;animation-delay:1.1s}
.ufa-bg-particles span:nth-child(3){left:28%;top:82%;animation-delay:2s}
.ufa-bg-particles span:nth-child(4){left:42%;top:90%;animation-delay:.6s}
.ufa-bg-particles span:nth-child(5){left:55%;top:84%;animation-delay:1.7s}
.ufa-bg-particles span:nth-child(6){left:68%;top:92%;animation-delay:2.4s}
.ufa-bg-particles span:nth-child(7){left:78%;top:80%;animation-delay:.9s}
.ufa-bg-particles span:nth-child(8){left:90%;top:86%;animation-delay:1.5s}
.ufa-bg-particles span:nth-child(9){left:36%;top:76%;animation-delay:3s}
.ufa-bg-particles span:nth-child(10){left:62%;top:78%;animation-delay:3.5s}

@keyframes ufaGlow{
  0%,100%{transform:translateX(-50%) scale(1);opacity:.7}
  50%{transform:translateX(-50%) scale(1.18);opacity:1}
}

@keyframes ufaParticle{
  0%{transform:translateY(0) scale(.5);opacity:0}
  15%{opacity:1}
  100%{transform:translateY(-110vh) translateX(35px) scale(1.15);opacity:0}
}
</style>

<div class="ufa-bg-particles">
  <span></span><span></span><span></span><span></span><span></span>
  <span></span><span></span><span></span><span></span><span></span>
</div>/* End custom CSS */