.elementor-59 .elementor-element.elementor-element-2c43a33a{--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-59 .elementor-element.elementor-element-785b7297{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-785b7297 *//* ==== 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;
  position: relative; /* สำหรับวางเส้น */
  overflow: hidden;
}

/* เส้นทองบน-ล่างยาวเต็มขอบ */
.custom-footer::before,
.custom-footer::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, gold 50%, transparent 100%);
}

.custom-footer::before {
  top: 0;
}

.custom-footer::after {
  bottom: 0;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-logo img {
  height: 80px;
}

.footer-info {
  max-width: 600px;
}

.footer-info p {
  margin: 5px 0;
  color: #ccc;
}

/* ==== 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);
}

@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 */