.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: 2px 0 8px 0;
  border-radius: 16px 16px 0 0;
  margin: 0 1px;
background: linear-gradient(180deg, #0c0f2c 0%, #020518 100%);
  color: #ffffff;
  font-family: 'Kanit', 'Prompt', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 0 6px rgba(30, 42, 128, 0.5), 
              0 -2px 6px rgba(30, 42, 128, 0.4) inset;
 border-top: 3px solid #1e2a80;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  position: relative;
  min-width: 64px;
}

/* ปุ่มที่เลือก */
.footer-btn.selected,
.footer-btn.active {
  background: linear-gradient(180deg, #00f0ff 10%, #0a2eff 90%);
  color: #ffffff;
  transform: translateY(-6px) scale(1.12);
  box-shadow: 0 0 8px #00f0ff, 0 0 16px #00bfff, 0 0 24px #0088ff;
  z-index: 2;
}

/* Hover effect */
.footer-btn:hover span {
  color: #aefeff;
  text-shadow: 0 0 6px #00e6ff, 0 0 8px #00ffff;
  transition: color 0.2s, text-shadow 0.2s;
}

/* ไอคอน */
.footer-btn img,
.footer-btn svg {
  width: 50px;
  height: 50px;
  margin-bottom: 4px;
  display: block;
  filter: drop-shadow(0 0 4px #00d4ff);
}

/* ข้อความใต้ไอคอน */
.footer-btn span {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1px;
  text-shadow: 0 1px 4px #000a;
}

@media (max-width: 1000px) {
  .footer-btn {
    font-size: 12px;
    min-width: 48px;
  }
  .footer-btn img,
  .footer-btn svg {
    width: 40px;
    height: 40px;
  }
}/* End custom CSS */