.elementor-kit-11{--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;background-color:transparent;color:#FFFFFF;background-image:linear-gradient(180deg, #C89900 0%, #C89900 50%);}.elementor-kit-11 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 *//* ===== กรอบ Section ที่ครอบหัวข้อ ===== */
.heading-section {
  background: linear-gradient(90deg, #1a1a1a, #000);
  border-radius: 20px;
  padding: 20px 30px;
  margin: 40px 0 20px;
  text-align: center;
  box-shadow: 0 0 15px rgba(255, 204, 0, 0.3); /* แสงทองนวล ๆ */
  border: 1px solid #ffd700;
}

/* ===== หัวข้อ H1 ===== */
.heading-section h1 {
  font-family: 'Kanit', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(45deg, #ffeb3b, #ff9800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(255, 193, 7, 0.4); /* เงาทอง */
}

/* ===== หัวข้อ H2 ===== */
.heading-section h2 {
  font-family: 'Kanit', sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  background: linear-gradient(45deg, #ffee58, #fdd835);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 8px rgba(255, 214, 0, 0.25);
}

/* ===== หัวข้อ H3 ===== */
.heading-section h3 {
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  background: linear-gradient(45deg, #fff8e1, #ffecb3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 5px rgba(255, 235, 59, 0.2);
}/* End custom CSS */