.elementor-35 .elementor-element.elementor-element-6c75d194{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35 .elementor-element.elementor-element-67abe60c > .elementor-widget-container{padding:0px 0px 0px 0px;}.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-67abe60c *//* ==== FOOTER ==== */
.custom-footer {
  background-color: #111;
  color: #eee;
  padding: 40px 30px;
  font-size: 15px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
  text-align: center;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-logo img {
  height: 60px;
}

.footer-info {
  max-width: 600px;
}

.footer-info p {
  margin: 5px 0;
  color: #ccc;
}

/* ==== BACK TO TOP BUTTON ==== */
/* ปุ่ม Back to Top - สไตล์ใหม่พร้อมแอนิเมชัน */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, #ff69b4, #ff85c1);
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(255, 105, 180, 0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  animation: glow-pulse 2s infinite;
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}

.back-to-top:hover {
  transform: scale(1.15);
  box-shadow: 0 0 20px rgba(255, 105, 180, 0.8), 0 0 35px rgba(255, 133, 193, 0.7);
}

/* 🔁 เอฟเฟกต์ Glow เบา ๆ */
@keyframes glow-pulse {
  0% {
    box-shadow: 0 0 10px rgba(255, 105, 180, 0.4);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 105, 180, 0.7);
  }
  100% {
    box-shadow: 0 0 10px rgba(255, 105, 180, 0.4);
  }
}
/* 🎯 เปลี่ยนสีลิงก์คำว่า บาคาร่า ในฟุตเตอร์ */
.custom-footer .footer-info a {
  color: #d63384; /* ชมพูอมม่วง */
  text-decoration: none;
}

.custom-footer .footer-info a:hover {
  color: #e754b6; /* ชมพูอมม่วงสว่างขึ้นตอนชี้เมาส์ */
}/* End custom CSS */
/* Start custom CSS *//* ยกกรอบเขียว Elementor ไม่ให้บังการกด */
.elementor-editor-active .elementor-location-footer {
    z-index: -100 !important; /* เอาลงไปข้างล่าง */
}/* End custom CSS */