.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, #F77F00 100%, #F77F00 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:
    radial-gradient(125% 165% at 70% 0%, rgba(255, 234, 167, .20) 0%, rgba(255, 234, 167, 0) 42%),
    linear-gradient(135deg, #ff9800, #fb8c00 55%, #e65100);
  border-radius: 20px;
  padding: 24px 32px;
  margin: 40px 0 20px;
  text-align: center;
  border: 1px solid rgba(255, 193, 7, 0.45);       /* ขอบทองบาง */
  box-shadow:
    inset 0 0 12px rgba(255, 193, 7, 0.12),        /* แสงทองด้านใน */
    0 2px 0 rgba(255,255,255,0.08),                /* ไฮไลต์ขอบบนจาง ๆ */
    0 10px 28px rgba(0, 0, 0, 0.45);               /* เงานุ่มด้านล่าง */
}

/* ===== หัวข้อ H1 ===== */
.heading-section h1 {
  font-family: 'Kanit', sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin: 0;
  background: linear-gradient(000, #000, #000); /* /* เหลืองทองสด */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 4px rgba(255, 229, 100, 0.35),
    0 0 12px rgba(255, 193, 7, 0.25);
}

/* ===== หัวข้อ H2 ===== */
.heading-section h2 {
  font-family: 'Kanit', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(000, #000, #000); /* ทองอบอุ่น */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 8px rgba(255, 193, 7, 0.25),
    0 0 16px rgba(0, 0, 0, 0.15);
}

/* ===== หัวข้อ H3 ===== */
.heading-section h3 {
  font-family: 'Kanit', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
   background: linear-gradient(000, #000, #000); /* ทองอ่อน → ทองเข้ม */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 6px rgba(255, 193, 7, 0.25);
}/* End custom CSS */