.elementor-45 .elementor-element.elementor-element-59f0c5ee{--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-45 .elementor-element.elementor-element-1017856c{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-1017856c *//* ==== 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;
  width: 200%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff69b4, #ff85c1, transparent) !important;
  top: 0;
  left: -50%;
  animation: moveBorder 5s linear infinite;
}
.custom-footer::after {
  top: auto;
  bottom: 0;
}

@keyframes moveBorder {
  0% { transform: translateX(0); }
  100% { transform: translateX(50%); }
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* ✅ ลดขนาดโลโก้ + รักษาระยะห่างข้อความ */
.footer-logo img {
  height: 50px;         /* ลดขนาดลง */
  margin-bottom: 30px;  /* รักษาระยะห่างจากข้อความ */
}

.footer-info {
  max-width: 600px;
}

/* ข้อความสีเทาอ่อน */
.footer-info p {
  margin: 5px 0;
  color: #ccc;
}

/* ===== ลิงก์สีชมพู ===== */
.footer-info a {
  color: #ff69b4;
  text-decoration: none;
  transition: 0.3s ease;
}

/* ลิงก์เรืองแสงเมื่อ hover */
.footer-info a:hover {
  color: #ffffff;
  text-shadow: 0 0 10px #ff69b4, 0 0 20px #ff85c1;
}

/* ==== 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); }
}

/* สีเฉพาะลิงก์ sexygame */
.custom-footer .footer-info a[href*="sexygame-66"] {
  color: #ff69b4 !important;
}/* End custom CSS */
/* Start custom CSS */.elementor-45 {
  pointer-events: none; /* ปิดคลิกทุกอย่างในกล่อง */
}

.elementor-45 a {
  pointer-events: auto; /* ✅ ยอมให้คลิกเฉพาะลิงก์ */
}/* End custom CSS */