.elementor-kit-7{--e-global-color-primary:#E1B660;--e-global-color-secondary:#E1B660;--e-global-color-text:#FFFFFF;--e-global-color-accent:#E1B660;--e-global-typography-primary-font-family:"Prompt";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Prompt";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Prompt";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Prompt";--e-global-typography-accent-font-weight:500;color:#FFFFFF;font-family:"Prompt", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#FFC031;}.elementor-kit-7 h1{font-size:32px;}.elementor-kit-7 h2{font-size:28px;}.elementor-kit-7 h3{font-size:26px;}.elementor-kit-7 h4{font-size:24px;}.elementor-kit-7 h5{font-size:22px;}.elementor-kit-7 h6{font-size:20px;}.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-kit-7 h1{font-size:22px;}.elementor-kit-7 h2{font-size:20px;}.elementor-kit-7 h3{font-size:18px;}.elementor-kit-7 h4{font-size:16px;}.elementor-kit-7 h5{font-size:16px;}.elementor-kit-7 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
  background-image: url('https://gala789.win/wp-content/uploads/2025/08/imgi_48_bg-gala789.webp'); /* เปลี่ยน path ตามจริง */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll; /* fixed จะไม่ทำงานบนมือถือ */
}

/* ปรับเฉพาะมือถือแนวตั้ง */
@media screen and (max-width: 767px) and (orientation: portrait) {
  body {
    background-position: top center;
    background-size: cover;
  }
}

/* ปรับสำหรับมือถือแนวนอน */
@media screen and (max-width: 767px) and (orientation: landscape) {
  body {
    background-position: center center;
    background-size: cover;
  }
  
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* สีดำโปร่ง */
  z-index: -1;
  
}

h1, h2, h3, h4, h5, h6 {
  text-shadow: 0px 0px 10px rgba(255, 213, 130, 0.56);
}

p {
  background: rgba(0, 0, 0, 0.2); /* สีดำโปร่ง */
  border-radius: 15px;            /* ขอบมน */
  padding: 20px;                  /* ระยะห่างจากขอบกล่อง */
  color: white;                   /* สีตัวหนังสือ */
  box-shadow: 0 0 30px rgba(255, 0, 0, 0.3); /* เงาแดงอ่อน */
  backdrop-filter: blur(2px);     /* ทำให้โปร่งฟุ้ง */
  font-size: 18px;                /* ขนาดตัวอักษร */
  line-height: 1.6;               /* ระยะห่างบรรทัด */
}/* End custom CSS */