.elementor-28 .elementor-element.elementor-element-bf5fc2e{--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;--justify-content:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-28 .elementor-element.elementor-element-7bb5e03{--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;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-7bb5e03.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-28 .elementor-element.elementor-element-f6c444b{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-28 .elementor-element.elementor-element-7bb5e03{--width:100.224%;}}/* Start custom CSS for html, class: .elementor-element-6d037a8 *//* 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 a {
  display: inline-block;
}
.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;
}

/* login – ตัวหนังสือแดง, 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;
}

/* ✅ ปุ่มสมัครสมาชิก – เรืองแสงตลอดเวลา */
.register {
  background: #ffc107 !important;
  color: #000000 !important;
  padding: 10px 20px !important;
  border-radius: 15px !important;
  text-decoration: none !important;
  font-weight: bold !important;
  font-size: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: all 0.3s ease !important;

  /* ✅ เรืองแสงพื้นฐาน */
  box-shadow: 0 0 15px 3px rgba(255, 193, 7, 0.9), 0 0 25px 8px rgba(255, 193, 7, 0.6) !important;
}

/* ✅ Hover แล้วสว่างขึ้นอีก */
.register:hover {
  background-color: #ffda45 !important;
  box-shadow: 0 0 20px 6px rgba(255, 193, 7, 1), 0 0 40px 10px rgba(255, 193, 7, 0.8) !important;
  transform: scale(1.05) !important;
  color: #000000 !important;
}

/* 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;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-679ea07 *//* พื้นหลังเต็มจอและชิด 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;
}

.promo-content .yellow {
  color: #ffd700;
}

.promo-content p {
  font-size: 1rem;
  margin-bottom: 20px;
}

/* ปุ่มสมัครสมาชิก + กรอบเรืองแสง */
.join-btn {
  background: linear-gradient(to bottom, #f8d048, #f3b500);
  color: #000;
  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;
}

/* ✅ เฉพาะกรอบเรืองแสง — ตัวอักษรยังเป็นสีดำ */
.join-btn:hover {
  transform: translateY(-2px);
  color: #000 !important;         /* บังคับตัวหนังสือให้เป็นสีดำ */
  text-shadow: none !important;   /* ห้ามมีแสงออกจากตัวอักษร */
  box-shadow:
    0 0 5px 2px rgba(255, 215, 0, 0.6),
    0 0 10px 4px rgba(255, 215, 0, 0.4),
    0 0 20px 6px rgba(255, 215, 0, 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: #ffd700;
    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%);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f8307f *//* 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 #eaa611;
  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(255, 215, 0, 0.7),   /* ทองคลาสสิก */
    0 0 20px rgba(255, 240, 180, 0.5), /* ทองอ่อนนวล */
    0 0 30px rgba(255, 255, 200, 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;
  /*background: transparent;*/
filter: brightness(1) drop-shadow(0 0 10px #ffe600) drop-shadow(0 0 20px #ffae00);
}
/* หายใจแบบไม่กระตุก */
@keyframes glow-breath {
  0%, 100% {
    transform: scale(1);
    filter: brightness(1) drop-shadow(0 0 10px #ffe600) drop-shadow(0 0 20px #ffae00);
  }
  50% {
    transform: scale(1.05);
    filter: brightness(1) drop-shadow(0 0 15px #fff700) drop-shadow(0 0 30px #ffa500);
  }    
}


.logo-bounce-glow {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  /*animation: logo-bounce-glow 3s ease-in-out infinite;*/
  display: block;
  /*filter: brightness(0.8) drop-shadow(0 0 10px #ffe600) drop-shadow(0 0 20px #ffae00);*/
}
@keyframes logo-bounce-glow {
  0%, 100% {
    filter: drop-shadow(0 0 4px #ffd700) drop-shadow(0 0 8px #fff8dc);
  }
  50% {
    filter: drop-shadow(0 0 10px #ffff99) drop-shadow(0 0 16px #ffd700);
  }
}

.-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(0.8) drop-shadow(0 0 10px #ffe600) drop-shadow(0 0 20px #ffae00);
  transition: filter 0.3s ease;
  will-change: transform;
}

/* หายใจแบบไม่กระตุก */
@keyframes aos-breath {
  0%, 100% {
    transform: translateY(0px);
    filter: brightness(1) drop-shadow(0 0 10px #ffe600) drop-shadow(0 0 20px #ffae00);
  }
  50% {
    transform: translateY(-6px);
    filter: brightness(1) drop-shadow(0 0 15px #fff700) drop-shadow(0 0 30px #ffa500);
  }
}/* End custom CSS */
/* Start custom CSS */html, body {
  overflow-x: hidden !important;
}/* End custom CSS */