.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-3aa65b6:not(.elementor-motion-effects-element-type-background), .elementor-405 .elementor-element.elementor-element-3aa65b6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2B2D42;}.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;
  padding: 6px 0;
  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: 6px 0 10px 0;
  border-radius: 16px 16px 0 0;
  margin: 0 2px;
  background: linear-gradient(188deg, #2c2f4f 10%, #141626 90%);
  color: #fff;
  font-family: 'Kanit', 'Prompt', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(255, 193, 7, 0.15);
  transition: background 0.2s, color 0.2s, transform 0.2s;
  position: relative;
  min-width: 64px;
  border-top: 2px solid #ffc10799;
}

.footer-btn.selected, .footer-btn.active {
  background: linear-gradient(180deg, #ffc107 0%, #ff4081 100%);
  color: #fff;
  transform: translateY(-6px) scale(1.12);
  box-shadow: 0 0 10px #ffc107, 0 0 14px #ff4081;
  z-index: 2;
}

.footer-btn:hover span {
  color: #ffe8ff;
  text-shadow: 0 0 4px #ffc0ff, 0 0 6px #ff4081;
}

.footer-btn img, .footer-btn svg {
  width: 50px;
  height: 50px;
  margin-bottom: 4px;
  display: block;
  filter: drop-shadow(0 0 3px #ffc10780);
}

.footer-btn span {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  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 ด้านล่างของหน้า === */
.footer-lasvegas {
  background-color: #1a1d2f;
  color: #ffc107;
  padding: 32px 20px;
  text-align: center;
  font-family: 'Prompt', sans-serif;
  box-shadow: 0 -4px 12px rgba(255, 193, 7, 0.1);
  border-top: 1px solid #ff408140;
}

.footer-container {
  max-width: 1000px;
  margin: 0 auto;
}

.footer-logo img {
  max-width: 180px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 6px #ffc107);
}

.footer-links {
  margin: 10px 0;
}

.footer-links a {
  color: #f8d9ff;
  margin: 0 12px;
  text-decoration: none;
  font-weight: 300;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.footer-links a:hover {
  color: #ff99ff;
  text-shadow: 0 0 5px #ff99ff;
}

.footer-copy {
  font-size: 14px;
  color: #ccc;
  margin: 0;
  padding: 32px 0;
}/* End custom CSS */