.elementor-389 .elementor-element.elementor-element-1f61b4a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-389 .elementor-element.elementor-element-882b9c3{text-align:center;}.elementor-389 .elementor-element.elementor-element-882b9c3 .elementor-heading-title{font-family:"Kanit", Sans-serif;font-size:43px;font-weight:600;color:#FFFFFF;}.elementor-389 .elementor-element.elementor-element-2845f79{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for heading, class: .elementor-element-882b9c3 *//* ใส่โค้ดนี้ในช่อง Custom CSS ของ Heading Widget */
.elementor-389 .elementor-element.elementor-element-882b9c3 .elementor-heading-title {
    color: #ffffff !important; /* สีตัวอักษรหลักเป็นสีขาว */
    text-shadow: 
        0 0 4px #e23d3f,
        0 0 10px #e23d3f,
        0 0 20px #e23d3f,
        0 0 40px rgba(226, 61, 63, 0.8),
        0 0 70px rgba(226, 61, 63, 0.5) !important;
    animation: fazGlowPulse 2.5s ease-in-out infinite alternate;
}

/* เอฟเฟกต์แสงชีพจร วาบเข้า-ออก นุ่มนวลซอฟต์ๆ */
@keyframes fazGlowPulse {
    from {
        text-shadow: 
            0 0 4px #e23d3f,
            0 0 10px #e23d3f,
            0 0 20px #e23d3f,
            0 0 40px rgba(226, 61, 63, 0.8);
    }
    to {
        text-shadow: 
            0 0 6px #e23d3f,
            0 0 15px #e23d3f,
            0 0 30px #e23d3f,
            0 0 55px rgba(226, 61, 63, 0.9),
            0 0 85px rgba(226, 61, 63, 0.6);
        transform: scale(1.01); /* ขยายขนาดแสงนิดๆ เวลาวาบ */
    }
}/* End custom CSS */