.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-23f296e */.rg88h-header,
.rg88h-header *,
.rg88h-header *::before,
.rg88h-header *::after {
  box-sizing: border-box;
}

.rg88h-header {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  z-index: 9999;
  font-family: "Prompt", "Kanit", "Noto Sans Thai", Arial, sans-serif;
  background: #020704;
  box-shadow: 0 10px 34px rgba(0, 0, 0, .34);
}

.rg88h-container {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  padding-left: clamp(24px, 3.2vw, 52px);
  padding-right: clamp(24px, 3.2vw, 52px);
}

.rg88h-topbar {
  min-height: 38px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 182, 61, .18), transparent 36%),
    linear-gradient(180deg, #003514 0%, #001b09 100%);
  border-bottom: 1px solid rgba(255, 207, 82, .22);
}

.rg88h-topbar-list {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3.2vw, 54px);
  color: rgba(255, 255, 255, .9);
}

.rg88h-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.rg88h-topbar-icon {
  width: 17px;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffcf52;
  flex: 0 0 17px;
}

.rg88h-topbar-icon svg {
  width: 17px;
  height: 17px;
  display: block;
}

.rg88h-mainbar {
  min-height: 78px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 182, 61, .14), transparent 30%),
    linear-gradient(180deg, rgba(0, 28, 10, .98) 0%, rgba(0, 8, 3, .98) 100%);
  border-bottom: 1px solid rgba(0, 182, 61, .34);
}

.rg88h-mainbar-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.rg88h-logo {
  width: 260px;
  max-width: 260px;
  min-height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none !important;
}

.rg88h-logo img {
  width: 100%;
  height: auto;
  max-height: 76px;
  object-fit: contain;
  object-position: left center;
  display: block;
  filter:
    drop-shadow(0 8px 14px rgba(0,0,0,.5))
    drop-shadow(0 0 10px rgba(255,207,82,.14));
}

.rg88h-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.35vw, 26px);
}

.rg88h-nav a {
  position: relative;
  min-height: 78px;
  display: inline-flex;
  align-items: center;
  color: rgba(255,255,255,.92) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transform: none !important;
  transition:
    color .22s ease,
    opacity .22s ease,
    text-shadow .22s ease !important;
}

.rg88h-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 16px;
  width: 0;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #ffcf52, transparent);
  box-shadow: 0 0 16px rgba(255, 207, 82, .45);
  transition: width .22s ease;
}

.rg88h-nav a:hover,
.rg88h-nav a:focus,
.rg88h-nav a.is-active {
  color: #ffcf52 !important;
  text-shadow:
    0 0 12px rgba(255,207,82,.3),
    0 2px 6px rgba(0,0,0,.75);
}

.rg88h-nav a:hover::after,
.rg88h-nav a:focus::after,
.rg88h-nav a.is-active::after {
  width: 100%;
}

.rg88h-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.rg88h-btn,
.rg88h-btn:hover,
.rg88h-btn:focus,
.rg88h-btn:active {
  transform: none !important;
  text-decoration: none !important;
}

.rg88h-btn {
  min-height: 46px;
  padding: 12px 20px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 13px !important;
  font-size: 15px !important;
  font-weight: 1000 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
  transition:
    background .22s ease,
    color .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    filter .22s ease !important;
}

.rg88h-btn-register {
  background: linear-gradient(180deg, #fff0a0 0%, #f6ca46 54%, #c88712 100%) !important;
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  border: 1px solid rgba(255, 242, 178, .9) !important;
  box-shadow:
    0 10px 24px rgba(255, 207, 82, .24),
    inset 0 1px 0 rgba(255, 255, 255, .62) !important;
}

.rg88h-btn-register:hover,
.rg88h-btn-register:focus,
.rg88h-btn-register:active {
  background: linear-gradient(180deg, #fff8bf 0%, #ffd653 54%, #eba11d 100%) !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  border-color: rgba(255, 247, 205, .98) !important;
  box-shadow:
    0 0 0 3px rgba(255, 207, 82, .13),
    0 14px 30px rgba(255, 207, 82, .32),
    inset 0 1px 0 rgba(255, 255, 255, .68) !important;
  filter: brightness(1.04);
}

.rg88h-btn-login {
  background: rgba(0, 50, 18, .32) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: 2px solid #ffcf52 !important;
  box-shadow:
    0 10px 24px rgba(255, 207, 82, .16),
    inset 0 1px 0 rgba(255, 255, 255, .14) !important;
}

.rg88h-btn-login:hover,
.rg88h-btn-login:focus,
.rg88h-btn-login:active {
  background: linear-gradient(180deg, rgba(0, 120, 43, .92), rgba(0, 44, 16, .96)) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-color: #ffe27a !important;
  box-shadow:
    0 0 0 3px rgba(255, 207, 82, .13),
    0 14px 30px rgba(0, 182, 61, .28),
    inset 0 1px 0 rgba(255, 255, 255, .22) !important;
  filter: brightness(1.04);
}

.rg88h-line-btn {
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition:
    transform .22s ease,
    filter .22s ease !important;
}

.rg88h-line-btn:hover,
.rg88h-line-btn:focus {
  transform: translateY(-1px) scale(1.02);
  filter:
    brightness(1.08)
    drop-shadow(0 0 14px rgba(0,255,70,.34));
}

.rg88h-line-btn img {
  display: block;
  height: 46px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
}

.rg88h-mobile-menu {
  display: none;
  position: relative;
}

.rg88h-mobile-menu summary {
  list-style: none;
}

.rg88h-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.rg88h-mobile-menu-btn {
  width: 48px;
  height: 48px;
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(0, 70, 25, .72), rgba(0, 20, 7, .92));
  border: 1px solid rgba(255, 207, 82, .62);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 0 16px rgba(0, 182, 61, .14);
  cursor: pointer;
}

.rg88h-mobile-menu-btn span {
  width: 23px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: #ffffff;
  transition: .22s ease;
}

.rg88h-mobile-menu[open] .rg88h-mobile-menu-btn {
  border-color: #ffe27a;
  box-shadow:
    0 0 0 2px rgba(255, 207, 82, .18),
    0 0 18px rgba(255,207,82,.26);
}

.rg88h-mobile-menu[open] .rg88h-mobile-menu-btn span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.rg88h-mobile-menu[open] .rg88h-mobile-menu-btn span:nth-child(2) {
  opacity: 0;
}

.rg88h-mobile-menu[open] .rg88h-mobile-menu-btn span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.rg88h-mobile-menu-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: min(360px, calc(100vw - 32px));
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(0, 182, 61, .22), transparent 42%),
    linear-gradient(180deg, rgba(0, 55, 19, .98), rgba(0, 14, 5, .98));
  border: 1px solid rgba(255, 207, 82, .52);
  box-shadow:
    0 22px 46px rgba(0, 0, 0, .44),
    inset 0 1px 0 rgba(255, 255, 255, .10);
}

.rg88h-mobile-menu-panel a {
  min-height: 48px;
  margin-bottom: 9px;
  padding: 12px 14px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: rgba(255,255,255,.92) !important;
  background: rgba(0, 80, 28, .30);
  border: 1px solid rgba(255, 207, 82, .22);
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transform: none !important;
}

.rg88h-mobile-menu-panel a:hover,
.rg88h-mobile-menu-panel a:focus {
  color: #ffcf52 !important;
  background: rgba(255, 207, 82, .08);
  border-color: rgba(255, 207, 82, .42);
  font-size: 15px !important;
  transform: none !important;
}

.rg88h-mobile-menu-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}

.rg88h-mobile-menu-actions .rg88h-btn {
  width: 100% !important;
  min-height: 50px !important;
  margin-bottom: 0 !important;
}

@media (max-width: 1480px) {
  .rg88h-mainbar-inner {
    grid-template-columns: 230px minmax(0, 1fr) auto;
    gap: 20px;
  }

  .rg88h-logo {
    width: 220px;
    max-width: 220px;
  }

  .rg88h-nav {
    gap: 16px;
  }

  .rg88h-nav a {
    font-size: 14px !important;
  }

  .rg88h-btn {
    font-size: 14px !important;
    padding: 11px 16px;
  }

  .rg88h-line-btn img {
    height: 44px;
    max-width: 170px;
  }
}

@media (max-width: 1180px) {
  .rg88h-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .rg88h-topbar-list {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .rg88h-topbar-list::-webkit-scrollbar {
    display: none;
  }

  .rg88h-mainbar-inner {
    grid-template-columns: 230px 1fr auto;
  }

  .rg88h-nav,
  .rg88h-actions {
    display: none;
  }

  .rg88h-mobile-menu {
    display: block;
    justify-self: end;
  }
}

@media (max-width: 767px) {
  .rg88h-topbar {
    min-height: 34px;
  }

  .rg88h-topbar-list {
    min-height: 34px;
    gap: 18px;
  }

  .rg88h-topbar-item {
    font-size: 12px;
  }

  .rg88h-mainbar {
    min-height: 78px;
  }

  .rg88h-mainbar-inner {
    min-height: 78px;
    grid-template-columns: 232px 1fr auto;
    gap: 10px;
  }

  .rg88h-logo {
    width: 232px;
    max-width: 232px;
    min-height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
  }

  .rg88h-logo img {
    width: 232px;
    max-width: 232px;
    height: auto;
    max-height: 72px;
    object-fit: contain;
    object-position: left center;
    display: block;
  }

  .rg88h-mobile-menu-btn {
    width: 46px;
    height: 46px;
  }

  .rg88h-line-btn {
    display: none;
  }
}

@media (max-width: 430px) {
  .rg88h-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rg88h-mainbar-inner {
    grid-template-columns: 218px 1fr auto;
  }

  .rg88h-logo {
    width: 218px;
    max-width: 218px;
    min-height: 70px;
  }

  .rg88h-logo img {
    width: 218px;
    max-width: 218px;
    max-height: 70px;
  }

  .rg88h-mobile-menu-panel {
    width: calc(100vw - 32px);
  }
}

@media (max-width: 390px) {
  .rg88h-mainbar-inner {
    grid-template-columns: 198px 1fr auto;
  }

  .rg88h-logo {
    width: 198px;
    max-width: 198px;
    min-height: 66px;
  }

  .rg88h-logo img {
    width: 198px;
    max-width: 198px;
    max-height: 66px;
  }
}/* End custom CSS */