.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-99625cb */.rg88-footer,
.rg88-footer *,
.rg88-mobile-sticky,
.rg88-mobile-sticky * {
  box-sizing: border-box;
}

.rg88-footer {
  --rg88-footer-max: 1760px;
  --rg88-footer-gold: #ffcf52;
  --rg88-footer-green: #00b63d;
  --rg88-footer-dark: #020704;

  position: relative;
  width: 100%;
  margin-top: 18px;
  padding: 38px 0 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 150, 49, .22), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(255, 207, 82, .10), transparent 30%),
    linear-gradient(180deg, rgba(0, 16, 6, .98) 0%, #000 100%);
  border-top: 1px solid rgba(255, 207, 82, .34);
  color: #fff;
  overflow: hidden;
  font-family: "Prompt", "Kanit", "Noto Sans Thai", Arial, sans-serif;
}

.rg88-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(0, 190, 63, .08), transparent),
    radial-gradient(circle at 50% 0%, rgba(255, 207, 82, .08), transparent 35%);
}

.rg88-footer-inner {
  position: relative;
  z-index: 2;
  width: min(var(--rg88-footer-max), calc(100% - 96px));
  margin-inline: auto;
}

.rg88-footer-top {
  display: grid;
  grid-template-columns: minmax(330px, 1.05fr) minmax(680px, 2fr);
  gap: 46px;
  align-items: start;
}

.rg88-footer-brand {
  min-width: 0;
}

.rg88-footer-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.rg88-footer-logo {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 8px 18px rgba(0, 0, 0, .5))
    drop-shadow(0 0 12px rgba(255, 207, 82, .12));
}

.rg88-footer-brand p {
  max-width: 540px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
}

.rg88-footer-brand p strong {
  color: #63ff55;
  font-weight: 1000;
}

.rg88-footer-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.rg88-footer-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 132px;
  height: 44px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 1000;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transform: translateZ(0);
  transition:
    transform .24s ease,
    border-color .24s ease,
    box-shadow .24s ease,
    background .24s ease,
    filter .24s ease;
}

.rg88-footer-btn span {
  position: relative;
  z-index: 2;
}

.rg88-footer-btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -45%;
  left: -72%;
  width: 44%;
  height: 190%;
  opacity: 0;
  pointer-events: none;
  background:
    linear-gradient(
      115deg,
      transparent 0%,
      rgba(255,255,255,.08) 40%,
      rgba(255,255,255,.46) 50%,
      rgba(255,207,82,.16) 58%,
      transparent 100%
    );
  transform: rotate(18deg);
  transition:
    left .56s ease,
    opacity .22s ease;
}

.rg88-footer-btn:hover::before {
  left: 126%;
  opacity: 1;
}

.rg88-footer-btn-login {
  color: #ffcf52;
  -webkit-text-fill-color: #ffcf52;
  background: linear-gradient(180deg, rgba(0,18,7,.98), rgba(0,0,0,.96));
  border: 1px solid rgba(255,207,82,.76);
  text-shadow: 0 1px 2px rgba(0,0,0,.85);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 8px 18px rgba(0,0,0,.28);
}

.rg88-footer-btn-login:hover {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: linear-gradient(180deg, rgba(0,62,22,.96), rgba(0,18,7,.98));
  border-color: rgba(255,228,126,.96);
  box-shadow:
    0 0 18px rgba(255,207,82,.25),
    0 10px 24px rgba(0,0,0,.38);
  transform: translateY(-2px);
}

.rg88-footer-btn-register {
  color: #050505;
  -webkit-text-fill-color: #050505;
  background: linear-gradient(180deg, #fff0a0 0%, #f6ca46 45%, #c88712 100%);
  border: 1px solid #ffe18a;
  text-shadow: none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.78),
    0 9px 20px rgba(0,0,0,.30);
}

.rg88-footer-btn-register span {
  color: #050505;
  -webkit-text-fill-color: #050505;
}

.rg88-footer-btn-register:hover {
  color: #000;
  -webkit-text-fill-color: #000;
  background: linear-gradient(180deg, #fff8bf 0%, #ffd653 45%, #eba11d 100%);
  border-color: #fff2a8;
  box-shadow:
    0 0 20px rgba(255,207,82,.38),
    0 10px 26px rgba(0,0,0,.38);
  transform: translateY(-2px);
}

.rg88-footer-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  text-decoration: none;
  transition: transform .24s ease, filter .24s ease;
}

.rg88-footer-line:hover {
  transform: translateY(-2px) scale(1.02);
  filter:
    brightness(1.08)
    drop-shadow(0 0 14px rgba(0,255,70,.32));
}

.rg88-footer-line img {
  display: block;
  height: 44px;
  width: auto;
  object-fit: contain;
}

.rg88-footer-links-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.rg88-footer-col {
  min-width: 0;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 207, 82, .24);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(0, 52, 18, .48), rgba(0, 14, 5, .44));
  box-shadow: inset 0 0 22px rgba(0, 182, 61, .07);
}

.rg88-footer-col h3 {
  margin: 0 0 14px;
  color: var(--rg88-footer-gold);
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.2;
  text-shadow: 0 0 12px rgba(255, 207, 82, .2);
}

.rg88-footer-col ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rg88-footer-col li {
  margin: 0;
  padding: 0;
}

.rg88-footer-col a,
.rg88-footer-col span {
  display: inline-flex;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

.rg88-footer-col a:hover {
  color: var(--rg88-footer-gold);
}

.rg88-footer-contact li {
  display: grid;
  gap: 3px;
}

.rg88-footer-contact span {
  color: rgba(255,255,255,.48);
  font-size: 12px;
}

.rg88-footer-contact a {
  color: rgba(255,255,255,.9);
}

.rg88-footer-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 182, 61, .25);
  border-radius: 12px;
  background: rgba(0, 0, 0, .34);
}

.rg88-footer-keywords a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 207, 82, .22);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  background: rgba(0, 50, 18, .42);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.rg88-footer-keywords a:hover {
  color: #101000;
  background: linear-gradient(180deg, #ffdf70, #d69b22);
  border-color: rgba(255, 234, 146, .8);
}

.rg88-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.rg88-footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.rg88-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rg88-footer-bottom-links a {
  color: rgba(255,255,255,.62);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.rg88-footer-bottom-links a:hover {
  color: var(--rg88-footer-gold);
}

.rg88-mobile-sticky {
  display: none;
}

@media (max-width: 1180px) {
  .rg88-footer-inner {
    width: min(100% - 56px, var(--rg88-footer-max));
  }

  .rg88-footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rg88-footer-links-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 82px;
  }

  .rg88-footer {
    margin-top: 14px;
    padding: 28px 0 92px;
  }

  .rg88-footer-inner {
    width: min(100% - 28px, var(--rg88-footer-max));
  }

  .rg88-footer-top {
    gap: 22px;
  }

  .rg88-footer-brand {
    text-align: center;
  }

  .rg88-footer-logo-link {
    justify-content: center;
  }

  .rg88-footer-logo {
    width: 220px;
    margin-inline: auto;
  }

  .rg88-footer-brand p {
    max-width: 100%;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.7;
  }

  .rg88-footer-actions {
    justify-content: center;
    gap: 10px;
  }

  .rg88-footer-btn {
    flex: 1 1 130px;
    min-width: 0;
    height: 42px;
    font-size: 14px;
  }

  .rg88-footer-line {
    flex: 1 1 100%;
    height: 44px;
  }

  .rg88-footer-line img {
    max-width: 100%;
    height: 44px;
  }

  .rg88-footer-links-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rg88-footer-col {
    padding: 16px;
  }

  .rg88-footer-keywords {
    padding: 14px;
  }

  .rg88-footer-keywords a {
    min-height: 30px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .rg88-footer-bottom {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .rg88-footer-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .rg88-mobile-sticky {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    height: 74px;
    display: grid;
    grid-template-columns: 1fr 1fr 86px 1fr 1fr;
    align-items: end;
    padding: 7px 10px max(7px, env(safe-area-inset-bottom));
    background:
      radial-gradient(circle at 50% -18%, rgba(255, 207, 82, .24), transparent 34%),
      linear-gradient(180deg, rgba(0, 72, 25, .98) 0%, rgba(0, 24, 9, .98) 55%, rgba(0, 10, 4, .99) 100%);
    border-top: 1px solid rgba(255, 207, 82, .64);
    box-shadow:
      0 -14px 28px rgba(0,0,0,.45),
      inset 0 1px 0 rgba(255,255,255,.08);
    font-family: "Prompt", "Kanit", "Noto Sans Thai", Arial, sans-serif;
  }

  .rg88-mobile-nav-item,
  .rg88-mobile-nav-center {
    position: relative;
    min-width: 0;
    height: 58px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 3px;
    color: rgba(255,255,255,.82);
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    transition:
      transform .22s ease,
      color .22s ease,
      filter .22s ease;
  }

  .rg88-mobile-nav-item:hover,
  .rg88-mobile-nav-item.is-active {
    color: #ffea82;
    filter: drop-shadow(0 0 10px rgba(255,207,82,.28));
  }

  .rg88-mobile-icon {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
  }

  .rg88-mobile-icon svg {
    width: 26px;
    height: 26px;
    display: block;
    fill: currentColor;
  }

  .rg88-mobile-nav-center {
    align-self: start;
    height: 76px;
    margin-top: -29px;
    color: #fff6a8;
    font-size: 12px;
    font-weight: 1000;
  }

  .rg88-center-glow {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 2px solid rgba(255, 219, 88, .95);
    background:
      radial-gradient(circle at 50% 28%, #ffe98d 0%, #15b646 34%, #003d16 70%, #000 100%);
    box-shadow:
      0 0 0 4px rgba(255, 207, 82, .14),
      0 0 22px rgba(255, 207, 82, .38),
      0 8px 18px rgba(0,0,0,.52),
      inset 0 2px 4px rgba(255,255,255,.34);
  }

  .rg88-center-glow svg {
    width: 34px;
    height: 34px;
    fill: #fff7a8;
    filter:
      drop-shadow(0 2px 4px rgba(0,0,0,.55))
      drop-shadow(0 0 8px rgba(255,207,82,.38));
  }

  .rg88-mobile-nav-center:hover {
    transform: translateY(-2px);
    color: #fff;
  }

  .rg88-mobile-nav-item:active,
  .rg88-mobile-nav-center:active {
    transform: scale(.94);
  }
}

@media (max-width: 380px) {
  .rg88-mobile-sticky {
    grid-template-columns: 1fr 1fr 78px 1fr 1fr;
    height: 70px;
    padding-inline: 6px;
  }

  .rg88-mobile-nav-item,
  .rg88-mobile-nav-center {
    font-size: 10px;
  }

  .rg88-mobile-icon,
  .rg88-mobile-icon svg {
    width: 24px;
    height: 24px;
  }

  .rg88-center-glow {
    width: 58px;
    height: 58px;
  }

  .rg88-center-glow svg {
    width: 30px;
    height: 30px;
  }
}/* End custom CSS */