.elementor-135 .elementor-element.elementor-element-ae804ce{--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;--overlay-opacity:1;border-style:solid;--border-style:solid;border-width:3px 0px 0px 0px;--border-top-width:3px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#DFF56873;--border-color:#DFF56873;}.elementor-135 .elementor-element.elementor-element-ae804ce::before, .elementor-135 .elementor-element.elementor-element-ae804ce > .elementor-background-video-container::before, .elementor-135 .elementor-element.elementor-element-ae804ce > .e-con-inner > .elementor-background-video-container::before, .elementor-135 .elementor-element.elementor-element-ae804ce > .elementor-background-slideshow::before, .elementor-135 .elementor-element.elementor-element-ae804ce > .e-con-inner > .elementor-background-slideshow::before, .elementor-135 .elementor-element.elementor-element-ae804ce > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://khao555.store/wp-content/uploads/2025/07/bg_cloud.png");--background-overlay:'';background-position:center center;background-size:cover;}.elementor-135 .elementor-element.elementor-element-90cc337{z-index:1;}.elementor-135 .elementor-element.elementor-element-0b68798{--display:flex;}.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-90cc337 */.footer-betflix {
  background: linear-gradient(90deg, #fffde7, #fff59d, #fdd835);
  color: #4a2c00;
  font-family: 'Kanit', sans-serif;
  padding: 50px 20px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}


/* โลโก้ด้านบน */
.footer-top-logo img {
  max-width: 200px;
  margin-bottom: 16px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
  animation: floatLogo 4s ease-in-out infinite;
}

/* คำอธิบายใต้โลโก้ */
.footer-description {
  font-size: 15px;
  max-width: 680px;
  margin: 0 auto 36px;
  line-height: 1.8;
  color: #4a2c00;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

/* คอลัมน์เมนู */
.footer-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

.footer-column {
  flex: 1 1 220px;
  max-width: 280px;
}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 16px;
  color: #b28500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

.footer-column h3 img {
  width: 60px;
  height: auto;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

/* ลิงก์ปุ่ม */
.footer-column a {
  color: #4a2c00;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fbc02d55;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.25s ease;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

.footer-column a:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

/* โลโก้ธนาคาร */
.footer-banks {
  margin-top: 24px;
}

.footer-banks img {
  max-width: 150px;
  margin: 0 8px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}

/* ส่วนล่างสุด */
.footer-bottom {
  font-size: 13px;
  color: #4a2c00;
  border-top: 1px solid #fbc02d88;
  padding-top: 18px;
  margin-top: 30px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
  
}

/* โลโก้ลอยเบา ๆ */
@keyframes floatLogo {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
  }
  
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-653a656 *//* ✅ ซ่อนในโหมด PC */
@media (min-width: 768px) {
  #account-actions-mobile {
    display: none !important;
  }
}

/* ✅ แสดงในโหมด Mobile */
@media (max-width: 767px) {
  #account-actions-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    font-family: 'Kanit', sans-serif;
    background: transparent;
    margin: 0;
    padding: 0;
  }

  .-outer-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 8px;
    height: 80px;
    position: relative;
  }

  .-left-wrapper,
  .-right-wrapper {
    display: flex;
    align-items: center;
    flex: 1;
    height: 65px;
    background: linear-gradient(#fff9c4, #fdd835);
    border-top: 3px solid #ffffff;
    border-radius: 20px 20px 0 0;
    box-shadow:
      0 0 10px rgba(255, 235, 59, 0.3),
      inset 0 2px 4px rgba(255, 255, 255, 0.3);
    gap: 10px;
    position: relative;
  }

  .-left-wrapper {
    justify-content: flex-end;
    padding-right: 42px;
  }

  .-right-wrapper {
    justify-content: flex-start;
    padding-left: 42px;
  }

  .-left-wrapper::after,
  .-right-wrapper::after {
    content: '';
    position: absolute;
    top: -22px;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
  }

  .-left-wrapper::after {
    right: -35px;
  }

  .-right-wrapper::after {
    left: -35px;
  }

  .btn-action {
    background: none;
    border: none;
    color: #3e2600;
    font-size: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 6px;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  }

  .btn-action img {
    width: 36px;
    height: 36px;
    margin-bottom: 4px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  }

  /* ✅ ปุ่มกลาง */
  .-center-wrapper {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    width: 92px;
    height: 92px;
    z-index: 3;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #fffde7, #fbc02d);
    border: 4px solid #ffffff;
    box-shadow:
      0 0 18px rgba(255, 235, 59, 0.5),
      0 4px 12px rgba(0, 0, 0, 0.35),
      inset 0 0 10px rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }


  .-selected {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    color: #3e2600;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
  }

  .-selected img {
    width: 50px;
    height: auto;
    margin-bottom: 3px;
    animation: floatImage 3.5s ease-in-out infinite;
  }

    .-text {
    font-size: 12px;
    margin-top: 2px;
    font-weight: 700;
    color: #1c1300; /* ฟอนต์น้ำตาลเข้ม */
    text-shadow:
      0 1px 2px rgba(255, 255, 255, 0.8),
      0 0 2px rgba(0, 0, 0, 0.3); /* เพิ่มเงาขาว-ดำ */
  }
  }

@keyframes floatImage {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}/* End custom CSS */