.elementor-41 .elementor-element.elementor-element-3891588{--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-41 .elementor-element.elementor-element-1ac755b7{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-1ac755b7 *//* RESET */
.navbarmain{
  width:100%;
  font-family:'Segoe UI', sans-serif;
}

/* ===== TOP BAR ===== */
.topbar{
  background:#000;
  padding:15px 0;
  border-bottom:1px solid #c9a227;
}

/* กลุ่มโลโก้ + ปุ่ม */
.top-inner{
  max-width:1100px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 20px;
}

/* โลโก้ */
.logo img{
  height:150px;
  width:auto;
  display:block;
}

/* กลุ่มปุ่ม */
.loginregishead{
  display:flex;
  gap:15px;
}

/* ปุ่มพื้นฐาน */
.btn{
  padding:10px 22px;
  border-radius:12px;
  font-weight:600;
  text-decoration:none;
  transition:0.3s;
  display:inline-block;
  letter-spacing:0.5px;
}

/* ===== ปุ่มเข้าสู่ระบบ (ทองขอบ พื้นดำ) ===== */
.btn-bet{
  background:#000;
  color:#d4af37 !important;
  border:2px solid #d4af37;
}

.btn-bet:hover{
  background:linear-gradient(45deg,#b8860b,#ffd700);
  color:#000 !important;
  box-shadow:0 0 12px rgba(255,215,0,0.6);
}

/* ===== ปุ่มสมัครสมาชิก (ทองเต็มไล่เฉด) ===== */
.btn-register{
  background:linear-gradient(45deg,#b8860b,#ffd700,#fff2a8);
  color:#000 !important;
  border:2px solid #d4af37;
  box-shadow:0 0 10px rgba(212,175,55,0.5);
}

.btn-register:hover{
  background:linear-gradient(45deg,#a67c00,#ffc400);
  color:#000 !important;
  box-shadow:0 0 15px rgba(255,215,0,0.8);
}

/* ===== ล็อกสีลิงก์ทุกสถานะ ===== */
.loginregishead a,
.loginregishead a:visited,
.loginregishead a:active,
.loginregishead a:focus{
  text-decoration:none !important;
}

.btn-bet:visited{
  color:#d4af37 !important;
}

.btn-register:visited{
  color:#000 !important;
}

/* ===== BOTTOM BAR โทนทองหรู ===== */
.bottombar{
  background:linear-gradient(90deg,#b8860b,#ffd700,#b8860b);
  padding:14px 0;
  text-align:center;
  border-top:1px solid #c9a227;
}

.menu{
  list-style:none;
  margin:0;
  padding:0;
}

.menu li{
  display:inline-block;
  position:relative;
  margin:0 18px;
}

.menu li:not(:last-child)::after{
  content:"|";
  position:absolute;
  right:-20px;
  color:#000;
}

.menu a{
  text-decoration:none;
  color:#000;
  font-weight:600;
  font-size:15px;
  transition:0.3s;
}

.menu a:hover{
  color:#fff;
}

/* ===== MOBILE ===== */
@media(max-width:768px){
  .top-inner{
    flex-direction:column;
    gap:15px;
  }
}/* End custom CSS */
/* Start custom CSS */html, body {
    overflow-x: hidden;
    width: 100%;
}/* End custom CSS */