.elementor-405 .elementor-element.elementor-element-3aa65b6{--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-405 .elementor-element.elementor-element-d485c9a{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-8685897 */body {
  padding-bottom: 100px; /* เพิ่มระยะเว้นด้านล่าง */
}

@media (max-width: 768px) {
  body {
    padding-bottom: 120px; /* เผื่อกรณีปุ่ม footer menu ใหญ่ขึ้นในมือถือ */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc482a6 */.footer-menu-bar {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  background: transparent;
  padding: 1px;
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 1000;
  max-width: 1000px;
  width: 100%;
  transform: translateX(-50%);
}

.footer-btn {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 1px 0 6px 0;
  border-radius: 16px 16px 0 0;
  margin: 0 1px;
  background: linear-gradient(188deg,#5f2eea  10%, rgba(27,0,49,0.96) 80%);
  color: #fff;
  font-family: 'Kanit', 'Prompt', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 2px 18px #a259ff;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  position: relative;
  min-width: 64px;
	border-top: 2px solid #a259ff;
}

.footer-btn.selected, .footer-btn.active {
  background: linear-gradient(180deg, #00e0ff 20%, #5f2eea 100%);
  color: #fff;
  transform: translateY(-6px) scale(1.12);
  box-shadow: 0 0 6px #a259ff, 0 0 8px #a259ff;
  z-index: 2;
}
.footer-btn:hover span {
  color: #ff9dfd;
  text-shadow: 0 0 4px #ff9dfd, 0 0 6px #ff5de5;
  transition: color 0.2s, text-shadow 0.2s;
}

.footer-btn img, .footer-btn svg {
  width: 50px;
  height: 50px;
  margin-bottom: 3px;
  display: block;
}

.footer-btn span {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1px;
  text-shadow: 0 1px 4px #0009;
}


@media (max-width: 1000px) {
  .footer-btn { font-size: 12px; min-width: 48px; }
  .footer-btn img, .footer-btn svg { width: 40px; height: 40px; }
}



.footer-lasvegas {
  background-color: #1a001f;      /* พื้นหลังม่วงเข้ม */
  color: #ff4fdd;                 /* ข้อความหลักสีชมพูนีออน */
  padding: 30px 20px;
  text-align: center;
  font-family: 'Prompt', sans-serif;
  box-shadow: 0 -4px 10px rgba(255, 79, 221, 0.2); /* แสงเรืองขอบบน */
}

.footer-container {
  max-width: 1000px;
  margin: 0 auto;
}

.footer-logo img {
  max-width: 180px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #ff4fdd);
}

.footer-links {
margin: 10px 0;
	
}

.footer-links a {
  color: #c084fc;               /* ลิงก์สีม่วงอ่อน */
  margin: 0 12px;
  text-decoration: none;
  font-weight: 300;
  transition: color 0.3s ease;
	white-space: nowrap;    /* ไม่ตัดคำ */
}

.footer-links a:hover {
  color: #ff9dfd;               /* เปลี่ยนเป็นชมพูอ่อนตอน hover */
  text-shadow: 0 0 5px #ff9dfd;
}

.footer-copy {
  font-size: 14px;
  color: #aaa;
	margin -200px;
	padding: 32px 0 32px 0;
}/* End custom CSS */