.elementor-80 .elementor-element.elementor-element-709a582{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-80 .elementor-element.elementor-element-200c7dbe{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-80 .elementor-element.elementor-element-4d2a2715{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-4d2a2715 *//*==== FOOTER ==== */
.custom-footer {
  background: linear-gradient(to bottom, #cba6f7, #8b5cf6); /* ไล่เฉดม่วงชมพู */
  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: #f3e8ff; /* สีอ่อนให้อ่านง่ายบนพื้นหลังม่วง */
}

/* ลิงก์ในฟุตเตอร์ */
.footer-info a {
  color: #f9a8d4; /* ชมพูอมม่วง */
  font-weight: bold;
  text-decoration: none;
}

.footer-info a:hover {
  text-decoration: underline;
  color: #f472d0; /* ชมพูสว่างตอน hover */
}

/*==== BACK TO TOP BUTTON ==== */
.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);
  }
}/* End custom CSS */
/* Start custom CSS *//* ===== ปรับ Footer Container ไม่ให้บังเนื้อหา ===== */
footer, .site-footer, .elementor-location-footer {
  position: relative;       /* ให้ footer อยู่ใน flow ปกติ */
  z-index: 1;              /* จัดชั้นให้ต่ำ */
}

.site-main, .content-area, .elementor-location-single {
  position: relative; 
  z-index: 10;             /* ยกคอนเทนต์หลักขึ้นมาด้านบน */
}/* End custom CSS */