.elementor-33 .elementor-element.elementor-element-39cc4483{--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-33 .elementor-element.elementor-element-3040f84f{padding:0px 0px 0px 0px;}.elementor-33 .elementor-element.elementor-element-853b98c{--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-33 .elementor-element.elementor-element-7eace375{--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;--overlay-opacity:0.5;}.elementor-33 .elementor-element.elementor-element-7eace375::before, .elementor-33 .elementor-element.elementor-element-7eace375 > .elementor-background-video-container::before, .elementor-33 .elementor-element.elementor-element-7eace375 > .e-con-inner > .elementor-background-video-container::before, .elementor-33 .elementor-element.elementor-element-7eace375 > .elementor-background-slideshow::before, .elementor-33 .elementor-element.elementor-element-7eace375 > .e-con-inner > .elementor-background-slideshow::before, .elementor-33 .elementor-element.elementor-element-7eace375 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';background-position:center center;background-repeat:repeat;background-size:cover;}.elementor-33 .elementor-element.elementor-element-30a47df2{--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-33 .elementor-element.elementor-element-40512cd{--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-3040f84f */.navbarmain {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 80px;
    background: #000; /* พื้นดำสนิท */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    border-bottom: 0px solid gold;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3); /* เงาทอง */
}

.navbarmain .logo {
    max-width: 100px;
}

.navbarmain .logo img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 5px gold);
}

.menuicon {
    flex: 1;
    display: flex;
    justify-content: center;
}

.menuicon ul {
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menuicon ul li a {
    color: white;
    font-size: 16px;
    padding: 8px 12px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s, text-shadow 0.3s;
}

.menuicon ul li a:hover {
    color: #FFD700; /* ทอง */
    text-shadow: 0 0 5px #FFD700, 0 0 10px #FFD700, 0 0 15px #FFA500; /* แสงทองรอบตัวหนังสือ */
}

.loginregishead {
    display: flex;
    gap: 10px;
}

.btn-login, .btn-register {
    border: none;
    padding: 8px 16px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s;
}

.btn-login {
    background: #222;
    color: #fff;
}

.btn-register {
    background: gold;
    color: #000;
    box-shadow: 0 0 10px gold;
}

.btn-login:hover {
    background: #444;
    box-shadow: 0 0 10px #FFD700;
}

.btn-register:hover {
    background: #FFC107;
    box-shadow: 0 0 15px gold;
}

.btn-login a, .btn-register a {
    color: inherit;
    text-decoration: none;
}

.nnouncement-bar {
    position: absolute;
    top: 80px; /* ใต้ header */
    left: 0;
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,0.8);
    color: white;
    display: flex;
    align-items: center;
    font-size: 13px;
    z-index: 999;
    border-top: 1px solid gold;
    border-bottom: 1px solid gold;
}

.nnouncement-bar .tag {
    background: gold;
    color: #000;
    font-weight: bold;
    padding: 2px 12px;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 12px;
}

marquee {
    flex: 1;
}

@media (max-width: 768px) {
    .menuicon ul {
        gap: 10px;
    }
    .navbarmain {
        padding: 0 15px;
        height: 60px;
    }
    .navbarmain .logo {
        max-width: 130px;
    }
    .menuicon ul li a {
        font-size: 13px;
    }
    .btn-login, .btn-register {
        padding: 5px 10px;
        font-size: 12px;
    }
    .nnouncement-bar {
        top: 60px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cad6b10 */.navbarmain {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 80px;
    background: #000; /* พื้นดำสนิท */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    border-bottom: 2px solid gold;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3); /* เงาทอง */
}

.navbarmain .logo2 {
    max-width: 100px;
}

.navbarmain .logo2 img {
    width: 50%;
    height: auto;
    filter: drop-shadow(0 0 5px gold);
}

.menuicon {
    flex: 1;
    display: flex;
    justify-content: center;
}

.menuicon ul {
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menuicon ul li a {
    color: white;
    font-size: 16px;
    padding: 8px 12px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s, text-shadow 0.3s;
}

.menuicon ul li a:hover {
    color: #FFD700; /* ทอง */
    text-shadow: 0 0 5px #FFD700, 0 0 10px #FFD700, 0 0 15px #FFA500; /* แสงทองรอบตัวหนังสือ */
}

.loginregishead {
    display: flex;
    gap: 10px;
}

.btn-login, .btn-register {
    border: none;
    padding: 8px 16px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s;
}

.btn-login {
    background: #222;
    color: #fff;
}

.btn-register {
    background: gold;
    color: #000;
    box-shadow: 0 0 10px gold;
}

.btn-login:hover {
    background: #444;
    box-shadow: 0 0 10px #FFD700;
}

.btn-register:hover {
    background: #FFC107;
    box-shadow: 0 0 15px gold;
}

.btn-login a, .btn-register a {
    color: inherit;
    text-decoration: none;
}

.nnouncement-bar {
    position: absolute;
    top: 80px; /* ใต้ header */
    left: 0;
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,0.8);
    color: white;
    display: flex;
    align-items: center;
    font-size: 13px;
    z-index: 999;
    border-top: 1px solid gold;
    border-bottom: 1px solid gold;
}

.nnouncement-bar .tag {
    background: gold;
    color: #000;
    font-weight: bold;
    padding: 2px 12px;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 12px;
}

marquee {
    flex: 1;
}

@media (max-width: 768px) {
    .menuicon ul {
        gap: 10px;
    }
    .navbarmain {
        padding: 0 15px;
        height: 60px;
    }
    .navbarmain .logo2 {
        max-width: 150px;
    }
    .menuicon ul li a {
        font-size: 13px;
    }
    .btn-login, .btn-register {
        padding: 5px 10px;
        font-size: 12px;
    }
    .nnouncement-bar {
        top: 60px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d723707 */.hero-sorich {
    position: relative;
    overflow: hidden;
    background: url('https://www.jokergame.org/wp-content/uploads/2025/07/thumb-1920-1297644.png') center center / cover no-repeat, #000;
    padding: 140px 20px 80px 20px;
    text-align: center;
    color: white;

    width: 100vw; /* เต็มหน้าจอ */
    margin-left: calc(50% - 50vw); /* ขยายเต็มหน้าจอแม้ภายใน Container */
    margin-right: calc(50% - 50vw);
}

#fireCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
    pointer-events: none;
    display: block;
}


.hero-content {
    max-width: 600px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.hero-content .hero-logo {
    width: 250px;
    max-width: 90%;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 20px gold);
}

.hero-content h1 {
    font-size: 28px;
    color: #FFD700;
    margin-bottom: 15px;
    font-weight: bold;
}

.hero-content p {
    font-size: 16px;
    color: #ddd;
    margin-bottom: 25px;
    line-height: 1.6;
}

.hero-button {
    display: inline-block;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    color: black;
    background: linear-gradient(180deg, #FFD700, #FFC107);
    border-radius: 15px;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
    transition: transform 0.3s, box-shadow 0.3s;
}

.hero-button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.9);
}

.hero-features {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap; /* ไม่ให้ตัดบรรทัด */
    margin-top: 40px;
    flex-shrink: 0;
    overflow-x: auto; /* ถ้ามือถือแคบมากจะเลื่อนข้างได้ */
    padding: 0 10px;
    -webkit-overflow-scrolling: touch;
}

.hero-features .feature {
    white-space: nowrap;
    font-size: 13px;
    color: #fff;
    background: rgba(255, 215, 0, 0.05);
    padding: 8px 14px;
    border-radius: 5px;
    border: 1px solid rgba(255, 215, 0, 0.3);
    flex: 0 0 auto;
    transition: background 0.3s, transform 0.3s;
}

.hero-features .feature:hover {
    background: rgba(255, 215, 0, 0.15);
    transform: translateY(0px);
}

@media (max-width: 767px) {
    .hero-features {
        gap: 6px;
        justify-content: center;
    }
    .hero-features .feature {
        font-size: 12px;
        padding: 4px 2px;
            }
    html, body {
    overflow-x: hidden;
    width: 100%;
}
}
h2.glow-title2 {
    font-size: 34px;
    font-weight: normal; /* ไม่หนา */
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    text-shadow: 
        0 0 5px rgba(255, 255, 255, 0.5),
        0 0 8px rgba(255, 215, 0, 0.25),
        0 0 12px rgba(255, 215, 0, 0.15);
    margin: 20px auto 10px auto;
    max-width: 90%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f6a1e4b *//* 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;
    width: 100%;
}/* End custom CSS */