.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, #7B2CBF 100%, #7B2CBF 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(135deg, #3a0066, #4a148c); /* ม่วงเข้มไล่เฉด */
  border-radius: 20px;
  padding: 24px 32px;
  margin: 40px 0 20px;
  text-align: center;
  border: 1px solid rgba(255, 215, 0, 0.3); /* ขอบทองบาง */
  box-shadow:
    inset 0 0 12px rgba(255, 241, 118, 0.08),  /* แสงเหลืองใน */
    0 0 20px rgba(186, 104, 200, 0.2),         /* แสงม่วงนอก */
    0 8px 32px rgba(0, 0, 0, 0.4);             /* เงาดำลึก */
}

/* ===== หัวข้อ H1 ===== */
.heading-section h1 {
  font-family: 'Kanit', sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin: 0;
  background: linear-gradient(90deg, #ffeb3b, #ffd54f); /* ทองไล่เฉด */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 4px rgba(255, 255, 0, 0.4),
    0 0 12px rgba(255, 215, 0, 0.3);
}

/* ===== หัวข้อ H2 ===== */
.heading-section h2 {
  font-family: 'Kanit', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(90deg, #fdd835, #fff176); /* เหลืองสว่าง */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 8px rgba(255, 255, 100, 0.3),
    0 0 16px rgba(255, 235, 59, 0.15);
}

/* ===== หัวข้อ H3 ===== */
.heading-section h3 {
  font-family: 'Kanit', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  background: linear-gradient(90deg, #fff9c4, #fff59d); /* เหลืองพาสเทล */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 6px rgba(255, 249, 196, 0.2);
}/* End custom CSS */