.elementor-245 .elementor-element.elementor-element-5b76fbf{--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-3d11095 *//* =========================================================
   Global Header + Topbar + Mobile Menu + Mobile Logo Fix
   Split from original ZOOD24 CSS. No value changed.
   Original line range: 1-565
========================================================= */

/* CSS FINAL REORGANIZED - HOMEPAGE + GLOBAL HEADER/FOOTER / NO STICKY */

/* =========================================================
   ZOOD24 Global Header + Topbar
========================================================= */

.bx-header-v1,
.bx-header-v1 *,
.bx-header-v1 *::before,
.bx-header-v1 *::after {
  box-sizing: border-box;
}

.bx-header-v1 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  z-index: 9999;
  font-family: Prompt, Arial, sans-serif;
  background: #020f28;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.24);
}

.bx-header-container {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding-left: clamp(28px, 3.5vw, 52px);
  padding-right: clamp(28px, 3.5vw, 52px);
}

/* =========================
   Topbar
========================= */

.bx-topbar-v1 {
  min-height: 38px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 91, 255, 0.20), transparent 36%),
    linear-gradient(180deg, #062a5b 0%, #031b3f 100%);
  border-bottom: 1px solid rgba(47, 140, 255, 0.22);
}

.bx-topbar-list {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3.2vw, 54px);
  color: #dbe8ff;
}

.bx-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #dbe8ff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.bx-topbar-icon {
  width: 17px;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffd21a;
  flex: 0 0 17px;
}

.bx-topbar-icon svg {
  width: 17px;
  height: 17px;
  display: block;
}

/* =========================
   Main Header
========================= */

.bx-main-header-v1 {
  min-height: 76px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(3, 27, 63, 0.98) 0%, rgba(2, 15, 40, 0.98) 100%);
  border-bottom: 1px solid rgba(47, 140, 255, 0.24);
}

.bx-main-header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

/* =========================
   Logo
========================= */

.bx-header-logo {
  display: inline-flex;
  align-items: center;
  width: 190px;
  max-width: 190px;
  text-decoration: none !important;
}

.bx-header-logo img {
  width: 100%;
  height: auto;
  max-height: 54px;
  object-fit: contain;
  display: block;
}

/* =========================
   Navigation
========================= */

.bx-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.6vw, 28px);
  min-width: 0;
}

.bx-header-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 76px;
  color: #e5eeff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transform: none !important;
  transition:
    color 0.22s ease,
    opacity 0.22s ease !important;
}

.bx-header-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 17px;
  width: 0;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, #ffe45c, #ffd21a);
  box-shadow: 0 0 14px rgba(255, 210, 26, 0.28);
  transition: width 0.22s ease;
}

.bx-header-nav a:hover,
.bx-header-nav a:focus,
.bx-header-nav a.is-active {
  color: #ffd21a !important;
  font-size: 15px !important;
  transform: none !important;
}

.bx-header-nav a:hover::after,
.bx-header-nav a:focus::after,
.bx-header-nav a.is-active::after {
  width: 100%;
}

/* =========================
   Header Buttons
========================= */

.bx-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.bx-header-btn,
.bx-header-btn:hover,
.bx-header-btn:focus,
.bx-header-btn:active {
  transform: none !important;
  text-decoration: none !important;
}

.bx-header-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: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease !important;
}

.bx-header-btn-yellow {
  background: linear-gradient(180deg, #ffeb66 0%, #ffd21a 58%, #e6b800 100%) !important;
  color: #031b3f !important;
  border: 1px solid rgba(255, 242, 178, 0.86) !important;
  box-shadow:
    0 10px 24px rgba(255, 210, 26, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.58) !important;
}

.bx-header-btn-yellow:hover,
.bx-header-btn-yellow:focus,
.bx-header-btn-yellow:active {
  background: linear-gradient(180deg, #fff27d 0%, #ffd83a 58%, #efbe00 100%) !important;
  color: #031b3f !important;
  border-color: rgba(255, 247, 205, 0.96) !important;
  box-shadow:
    0 0 0 3px rgba(255, 210, 26, 0.13),
    0 14px 30px rgba(255, 210, 26, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.66) !important;
  filter: brightness(1.03);
}

.bx-header-btn-blue {
  background: rgba(0, 91, 255, 0.22) !important;
  color: #ffffff !important;
  border: 2px solid #2f8cff !important;
  box-shadow:
    0 10px 24px rgba(0, 91, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.bx-header-btn-blue:hover,
.bx-header-btn-blue:focus,
.bx-header-btn-blue:active {
  background: #005bff !important;
  color: #ffffff !important;
  border-color: #66a8ff !important;
  box-shadow:
    0 0 0 3px rgba(47, 140, 255, 0.13),
    0 14px 30px rgba(0, 91, 255, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.26) !important;
  filter: brightness(1.04);
}

/* =========================
   Mobile Menu
========================= */

.bx-mobile-menu {
  display: none;
  position: relative;
}

.bx-mobile-menu summary {
  list-style: none;
}

.bx-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.bx-mobile-menu-btn {
  width: 46px;
  height: 46px;
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 13px;
  background: rgba(0, 91, 255, 0.20);
  border: 1px solid rgba(47, 140, 255, 0.56);
  cursor: pointer;
}

.bx-mobile-menu-btn span {
  width: 22px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: #ffffff;
  transition: 0.22s ease;
}

.bx-mobile-menu[open] .bx-mobile-menu-btn span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.bx-mobile-menu[open] .bx-mobile-menu-btn span:nth-child(2) {
  opacity: 0;
}

.bx-mobile-menu[open] .bx-mobile-menu-btn span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.bx-mobile-menu-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: min(330px, calc(100vw - 32px));
  padding: 16px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top left, rgba(0, 91, 255, 0.22), transparent 42%),
    linear-gradient(180deg, rgba(7, 51, 110, 0.98), rgba(3, 27, 63, 0.98));
  border: 1px solid rgba(47, 140, 255, 0.56);
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.bx-mobile-menu-panel a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-bottom: 8px;
  padding: 10px 14px;
  border-radius: 13px;
  color: #e5eeff !important;
  background: rgba(0, 91, 255, 0.10);
  border: 1px solid rgba(47, 140, 255, 0.22);
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transform: none !important;
}

.bx-mobile-menu-panel a:hover,
.bx-mobile-menu-panel a:focus {
  color: #ffd21a !important;
  background: rgba(255, 210, 26, 0.08);
  border-color: rgba(255, 210, 26, 0.32);
  font-size: 15px !important;
  transform: none !important;
}

.bx-mobile-menu-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}

.bx-mobile-menu-actions .bx-header-btn {
  width: 100% !important;
  min-height: 48px !important;
  margin-bottom: 0 !important;
}

/* =========================
   Responsive
========================= */

@media (max-width: 1280px) {
  .bx-main-header-inner {
    grid-template-columns: 180px minmax(0, 1fr) auto;
    gap: 20px;
  }

  .bx-header-logo {
    width: 170px;
    max-width: 170px;
  }

  .bx-header-nav {
    gap: 16px;
  }

  .bx-header-nav a {
    font-size: 14px !important;
  }

  .bx-header-nav a:hover,
  .bx-header-nav a:focus,
  .bx-header-nav a.is-active {
    font-size: 14px !important;
  }

  .bx-header-btn {
    font-size: 14px !important;
    padding: 11px 16px;
  }
}

@media (max-width: 1024px) {
  .bx-header-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bx-topbar-list {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .bx-topbar-list::-webkit-scrollbar {
    display: none;
  }

  .bx-main-header-inner {
    grid-template-columns: 170px 1fr auto;
  }

  .bx-header-nav,
  .bx-header-actions {
    display: none;
  }

  .bx-mobile-menu {
    display: block;
    justify-self: end;
  }
}

@media (max-width: 767px) {
  .bx-topbar-v1 {
    min-height: 34px;
  }

  .bx-topbar-list {
    min-height: 34px;
    gap: 18px;
  }

  .bx-topbar-item {
    font-size: 12px;
  }

  .bx-main-header-v1 {
    min-height: 68px;
  }

  .bx-main-header-inner {
    min-height: 68px;
    grid-template-columns: 150px 1fr auto;
  }

  .bx-header-logo {
    width: 145px;
    max-width: 145px;
  }

  .bx-mobile-menu-btn {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 390px) {
  .bx-header-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bx-main-header-inner {
    grid-template-columns: 135px 1fr auto;
  }

  .bx-header-logo {
    width: 132px;
    max-width: 132px;
  }

  .bx-mobile-menu-panel {
    width: calc(100vw - 32px);
  }
}
/* ----------------------------------------- */
/* =========================================================
   FIX: Header Logo Mobile Size Only
   ปรับเฉพาะโลโก้เวอร์ชันมือถือ
========================================================= */

@media (max-width: 767px) {
  .bx-main-header-v1 {
    min-height: 78px !important;
  }

  .bx-main-header-inner {
    min-height: 78px !important;
    grid-template-columns: 232px 1fr auto !important;
    gap: 10px !important;
  }

  .bx-header-logo {
    width: 232px !important;
    max-width: 232px !important;
    height: 72px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: visible !important;
  }

  .bx-header-logo img {
    width: 232px !important;
    max-width: 232px !important;
    height: auto !important;
    max-height: 72px !important;
    object-fit: contain !important;
    object-position: left center !important;
    display: block !important;
  }
}

@media (max-width: 430px) {
  .bx-main-header-inner {
    grid-template-columns: 218px 1fr auto !important;
  }

  .bx-header-logo {
    width: 218px !important;
    max-width: 218px !important;
    height: 70px !important;
  }

  .bx-header-logo img {
    width: 218px !important;
    max-width: 218px !important;
    max-height: 70px !important;
  }
}

@media (max-width: 390px) {
  .bx-main-header-inner {
    grid-template-columns: 198px 1fr auto !important;
  }

  .bx-header-logo {
    width: 198px !important;
    max-width: 198px !important;
    height: 66px !important;
  }

  .bx-header-logo img {
    width: 198px !important;
    max-width: 198px !important;
    max-height: 66px !important;
  }
}
/* -------------------------------------- */
/* --------------------------------------- *//* End custom CSS */