.elementor-kit-6{--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:#090B0C;}.elementor-kit-6 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);}@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 */.coin-container {
  /* คุณอาจใช้ ID #div_block-100-560 แทนก็ได้ */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  overflow: hidden; /* ซ่อนเหรียญที่อยู่นอกจอ */
  pointer-events: none; /* ทำให้คลิกทะลุพื้นหลังนี้ได้ */
}

.coin {
  position: absolute;
  top: -30px; /* เริ่มจากตำแหน่งเหนือขอบจอด้านบน */
  
  /* --- สไตล์ของเหรียญ --- */
  border-radius: 50%; /* ทำให้เป็นวงกลม */
  background: radial-gradient(circle, #fee17f 0%, #ffd700 40%, #daa520 90%); /* ไล่สีให้ดูมีมิติ */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4); /* เพิ่มเงาเล็กน้อย */

  /* --- Animation --- */
  animation: fall linear infinite;
}

@keyframes fall {
  0% {
    /* เริ่มต้น: อยู่ด้านบน หมุน 0 องศา */
    transform: translateY(0vh) rotateZ(0deg);
    opacity: 1;
  }
  100% {
    /* สิ้นสุด: ตกลงมาสุดจอ และหมุนไป 720 องศา */
    transform: translateY(105vh) rotateZ(720deg);
    opacity: 1;
  }
}

/* --- ทำให้เหรียญแต่ละอันมีขนาด ตำแหน่ง และความเร็วต่างกัน (สุ่ม) --- */
.coin:nth-child(1) {
  width: 15px; height: 15px;
  left: 10%;
  animation-duration: 7s;
  animation-delay: 0s;
}

.coin:nth-child(2) {
  width: 10px; height: 10px;
  left: 25%;
  animation-duration: 5s;
  animation-delay: 1.5s;
}

.coin:nth-child(3) {
  width: 20px; height: 20px;
  left: 50%;
  animation-duration: 9s;
  animation-delay: 0.5s;
}

.coin:nth-child(4) {
  width: 12px; height: 12px;
  left: 70%;
  animation-duration: 6s;
  animation-delay: 2s;
}

.coin:nth-child(5) {
  width: 18px; height: 18px;
  left: 85%;
  animation-duration: 8s;
  animation-delay: 3s;
}

.coin:nth-child(6) {
  width: 15px; height: 15px;
  left: 5%;
  animation-duration: 10s;
  animation-delay: 4s;
}

.coin:nth-child(7) {
  width: 10px; height: 10px;
  left: 35%;
  animation-duration: 7.5s;
  animation-delay: 2.5s;
}

.coin:nth-child(8) {
  width: 22px; height: 22px;
  left: 60%;
  animation-duration: 11s;
  animation-delay: 1s;
}

.coin:nth-child(9) {
  width: 16px; height: 16px;
  left: 75%;
  animation-duration: 8.5s;
  animation-delay: 5s;
}

.coin:nth-child(10) {
  width: 13px; height: 13px;
  left: 95%;
  animation-duration: 6.5s;
  animation-delay: 0.2s;
}/* End custom CSS */