.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F64A18;--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:#222121;color:#9F9F9F;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:#FFFFFF;}.elementor-kit-6 h2{color:#FFFFFF;}.elementor-kit-6 h3{color:#FFFFFF;}.elementor-kit-6 h4{color:#FFFFFF;}.elementor-kit-6 h5{color:#FFFFFF;}.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 */.icon-glow{
  display: inline-block;
  position: relative;
  border-radius: 50%;
  padding: 4px; /* อาจเอาออกถ้าไม่ต้องการช่องว่าง */
}

/* ปรับขนาดไอคอนตามต้องการ */
.icon-glow img{
  display:block;
  width:30px;
  height:30px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

/* ฮาโลว์/แสงนุ่มๆ รอบไอคอน (สลับความเข้มเป็นลูป) */
.icon-glow::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: calc(100% + var(--glow-spread));
  height: calc(100% + var(--glow-spread));
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%,
              rgba(255,255,255,0.85) 0%,
              var(--glow-color) 20%,
              rgba(255,150,40,0.08) 50%,
              transparent 70%);
  filter: blur(10px);
  opacity: 0.55;
  z-index: 1;
  pointer-events: none;
  animation: glowPulse var(--glow-duration) ease-in-out infinite;
}

/* keyframes แบบเรียบง่าย */
@keyframes glowPulse {
  0%   { transform: translate(-50%, -50%) scale(.98); opacity: 0.45; }
  50%  { transform: translate(-50%, -50%) scale(1.06); opacity: 0.95; }
  100% { transform: translate(-50%, -50%) scale(.98); opacity: 0.45; }
}

/* ขนาดเล็ก/ใหญ่ถ้าต้องการ */
.icon-glow.small img { width:40px; height:40px; }
.icon-glow.large img { width:80px; height:80px; }/* End custom CSS */