.elementor-32 .elementor-element.elementor-element-ee0b3de{--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;}.elementor-32 .elementor-element.elementor-element-d6ad4d4{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-32 .elementor-element.elementor-element-04f98b8{--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;}.elementor-32 .elementor-element.elementor-element-8c8f2a9{margin:-40px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-32 .elementor-element.elementor-element-7ff1470{--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;}.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-d6ad4d4 *//* 1. ลบขอบและทะลุ container ของ theme */
body .elementor-location-header {
  padding: 0 !important;
  margin: 0 !important;
}

.hacker-header-forcefull {
  position: relative;
  left: 0;
  right: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #1e1f23;
  overflow-x: hidden;
  z-index: 999;
}

/* 2. กล่องด้านใน */
.hacker-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  box-sizing: border-box;
  max-width: 1600px;
  margin: 0 auto;
}

/* 3. โลโก้ */
.logo img {
  max-height: 60px;
}

/* 4. เมนู */
.menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.menu a {
  color: #ddd;
  font-size: 14px;
  text-decoration: none;
}

.menu a:hover {
  color: #fff;
}

/* 5. ปุ่ม */
.actions {
  display: flex;
  gap: 10px;
}

/* ปุ่มเข้าสู่ระบบ – ตัวหนังสือแดง, hover แล้วเรืองแสงสีเหลือง */
.login {
  background: #333;
  color: white;
  padding: 10px 20px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.login:hover {
  color: #ffeb3b;
  text-shadow: 0 0 8px #ffeb3b;
}

/* ปุ่มสมัครสมาชิก - สีฟ้าอมน้ำเงิน + ขาว + pulse */
.register {
  background: linear-gradient(to bottom, #2b6fff, #1b4db8);
  color: #ffffff !important;
  padding: 10px 20px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  animation: bluePulse 2s infinite; /* pulse effect */
  box-shadow: 0 0 8px rgba(43, 111, 255, 0.4);
}

/* Hover เรืองแสงสีน้ำเงิน */
.register:hover {
  background: linear-gradient(to bottom, #3c7fff, #2850b8);
  color: #ffffff !important;
  box-shadow:
    0 0 5px 2px rgba(43, 111, 255, 0.6),
    0 0 10px 4px rgba(43, 111, 255, 0.4),
    0 0 20px 6px rgba(43, 111, 255, 0.2);
}

/* เอฟเฟกต์ pulse */
@keyframes bluePulse {
  0% {
    box-shadow: 0 0 5px rgba(43, 111, 255, 0.3), 0 0 10px rgba(43, 111, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 12px rgba(43, 111, 255, 0.7), 0 0 20px rgba(43, 111, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 5px rgba(43, 111, 255, 0.3), 0 0 10px rgba(43, 111, 255, 0.2);
  }
}

/* 6. Responsive */
@media (max-width: 768px) {
  .hacker-header-inner {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .menu {
    flex-wrap: wrap;
  }

  .actions {
    align-self: flex-start;
  }
}
/* ปุ่มเข้าสู่ระบบ – สีขาวพื้นฐาน */
a.login {
  background: #333;
  color: #ffffff !important;
  padding: 10px 20px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Hover เรืองแสงเหลือง */
a.login:hover {
  color: #ffeb3b !important;
  text-shadow: 0 0 8px #ffeb3b;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c8f2a9 *//* พื้นหลังเต็มจอและชิด Header */
.promo-fullwidth {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #111;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Section หลัก */
.promo-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
  color: white;
}

.promo-content {
  flex: 1 1 300px;
  text-align: center;
}

.promo-content h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

/* ตัวหนังสือ joker vip */
.promo-content .joker-vip {
  color: #2b6fff; /* ฟ้าอมสีน้ำเงิน */
  font-weight: bold;
}

.promo-content .yellow {
  color: #2b6fff;
}

.promo-content p {
  font-size: 1rem;
  margin-bottom: 20px;
}

/* ปุ่มสมัครสมาชิก (สีฟ้าอมน้ำเงิน + ตัวหนังสือขาวตลอดเวลา) */
a.join-btn {
  background: linear-gradient(to bottom, #2b6fff, #1b4db8); /* ฟ้าอมน้ำเงิน */
  color: #ffffff !important;  /* บังคับให้ตัวหนังสือเป็นสีขาว */
  padding: 12px 25px;
  font-size: 1.1rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
  box-shadow: none;
}

/* Hover (เรืองแสงฟ้า + ตัวหนังสือยังเป็นสีขาว) */
a.join-btn:hover {
  transform: translateY(-2px);
  color: #ffffff !important;
  text-shadow: none !important;
  box-shadow:
    0 0 5px 2px rgba(43, 111, 255, 0.6),
    0 0 10px 4px rgba(43, 111, 255, 0.4),
    0 0 20px 6px rgba(43, 111, 255, 0.2);
}


/* รูปภาพ */
.promo-image {
  flex: 1 1 300px;
  text-align: center;
}

.promo-image img {
  width: 100%;
  max-width: 350px;
  height: auto;
  animation: breathing 4s ease-in-out infinite;
  transform-origin: center center;
}

/* เอฟเฟกต์หายใจเข้าออก */
@keyframes breathing {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* ป้ายประกาศเฉพาะบน Desktop */
.announcement-bar {
  display: none;
}

@media (min-width: 768px) {
  .announcement-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 12px 20px;
    font-size: 1rem;
    position: relative;
    text-align: center;
    white-space: normal;
    z-index: 999;
  }

  .announcement-bar::before {
    content: "📢 ";
  }

  .announcement-bar::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    animation: scroll-left 10s linear infinite;
    background: inherit;
  }
}

/* แอนิเมชันเลื่อนประกาศ */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* 🔧 กำหนดขนาดของกล่องภาพให้แน่นอน */
.promo-image {
  width: 100%;
  max-width: 500px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* 🔧 กำหนดขนาดของรูปภาพไม่ให้ขยายเกินกล่อง */
.promo-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
body {
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
}

body::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c2b05b8 *//* footer-menu.css */
#account-actions-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  font-family: sans-serif;
}

#account-actions-mobile .-outer-wrapper {
  display: flex;
  align-items: flex-end;
}

.-left-wrapper,
.-right-wrapper {
  flex: 1;
  height: 70px;
  background: linear-gradient(#383d44, #141617);
  display: flex;
  align-items: flex-end;
  padding-bottom: 6px;
  border-top: 1px solid #00bfff;
  z-index: 2;
  transition: background 0.3s ease;
}

.-left-wrapper {
  border-top-left-radius: 10px;
  border-top-right-radius: 22px;
}

.-right-wrapper {
  border-top-right-radius: 10px;
  border-top-left-radius: 22px;
}

.-item-wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
}

.-ic-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.-ic-img img {
  width: 34px;
  height: auto;
  margin-bottom: 4px;
  border-radius: 50%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.-ic-img:hover img {
  box-shadow:
    0 0 10px rgba(0, 191, 255, 0.7),   /* ฟ้าอมน้ำเงินสด */
    0 0 20px rgba(102, 217, 255, 0.5), /* ฟ้าอ่อนนวล */
    0 0 30px rgba(51, 204, 255, 0.3);  /* ฟ้าน้ำทะเลจาง */
  transform: scale(1.1);
}


.-textfooter {
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}

.-center-wrapper {
  position: relative;
  z-index: 4;
  width: 74px;
  height: 74px;
  margin: 0 8px 16px;
  /*background: linear-gradient(182deg, #272a2f, #473f39);*/
  /*border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.-center-wrapper .-selected {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.-center-wrapper span {
  position: absolute;
  bottom: 4px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}

@keyframes bounce-updown {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-6px);
  }
}

@keyframes glow-pulse {
  0%, 100% {
    box-shadow: 0 0 10px rgba(255, 105, 180, 0.5),
                0 0 20px rgba(255, 105, 180, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 105, 180, 0.8),
                0 0 35px rgba(255, 105, 180, 0.5);
  }
}

.logo-wrapper {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: bounce-updown 2s ease-in-out infinite;

  /* ✅ เปลี่ยนเป็นเรืองแสงฟ้าอมน้ำเงิน */
  filter: brightness(1) drop-shadow(0 0 10px #00bfff) drop-shadow(0 0 20px #00bfff);
}

/* ✅ หายใจแบบไม่กระตุก ฟ้าอมน้ำเงิน */
@keyframes glow-breath {
  0%, 100% {
    transform: scale(1);
    filter: brightness(1) drop-shadow(0 0 10px #00bfff) drop-shadow(0 0 20px #00bfff);
  }
  50% {
    transform: scale(1.05);
    filter: brightness(1) drop-shadow(0 0 15px #66d9ff) drop-shadow(0 0 30px #33ccff);
  }    
}

.logo-bounce-glow {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;

  /* ✅ เปิด animation glow หายใจ */
  animation: glow-breath 3s ease-in-out infinite;
}

/* ✅ กรณีใช้ pulse เพิ่ม */
@keyframes logo-bounce-glow {
  0%, 100% {
    filter: drop-shadow(0 0 4px #00bfff) drop-shadow(0 0 8px #66d9ff);
  }
  50% {
    filter: drop-shadow(0 0 10px #66d9ff) drop-shadow(0 0 16px #33ccff);
  }
}


.-fake-center-bg-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
  z-index: 1;
}

.-fake-center-bg-wrapper svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 108px;
}

.-fake-center-bg-wrapper svg path {
  fill: url(#rectangleGradient);
}

/* ปิดสีเทา hover */
a,
a:hover,
a:visited,
a:active {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
/* ✅ รูปเรืองแสง + หายใจ สีฟ้าอมน้ำเงิน */
.aos-bounce-glow {
  width: 550px;
  height: auto;
  border-radius: 12px;
  animation: aos-breath 3s ease-in-out infinite;
  filter: brightness(1) drop-shadow(0 0 10px #00bfff) drop-shadow(0 0 20px #00bfff);
  transition: filter 0.3s ease;
  will-change: transform;
}

/* ✅ หายใจแบบไม่กระตุก – ฟ้าอมน้ำเงิน */
@keyframes aos-breath {
  0%, 100% {
    transform: translateY(0px);
    filter: brightness(1) drop-shadow(0 0 10px #00bfff) drop-shadow(0 0 20px #00bfff);
  }
  50% {
    transform: translateY(-6px);
    filter: brightness(1) drop-shadow(0 0 15px #66d9ff) drop-shadow(0 0 30px #33ccff);
  }
}/* End custom CSS */
/* Start custom CSS */html, body {
  overflow-x: hidden !important;
}/* End custom CSS */