.elementor-kit-6{--e-global-color-primary:#0244A1;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F8C223;--e-global-color-16eede0:#011326;--e-global-color-1861e0f:#FAF3E8;--e-global-color-713ae35:#23D4F8;--e-global-color-914efa0:#C169DD;--e-global-color-a47795f:#6DE96D;--e-global-color-c302dea:#7B56E2;--e-global-typography-primary-font-family:"Kanit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Kanit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Kanit";--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 *//* ===== Site Background เท่านั้น — ไม่แตะ Section ที่ตั้งไว้แล้ว ===== */
html {
  background-color: #061a4a;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;

  background-image:
    radial-gradient(rgba(120, 170, 255, 0.22) 1px, transparent 1.2px),
    repeating-conic-gradient(
      from 0deg at 50% 38%,
      rgba(80, 140, 255, 0.14) 0deg 3deg,
      transparent 3deg 12deg
    ),
    radial-gradient(ellipse 90% 70% at 50% 35%, #1a4fb8 0%, #0d2f7a 42%, #061a4a 75%, #031033 100%);

  background-size:
    6px 6px,
    100% 100%,
    100% 100%;

  background-repeat: repeat, no-repeat, no-repeat;
  background-position: center, center, center;
}/* End custom CSS */