.elementor-21 .elementor-element.elementor-element-9892ab1{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21 .elementor-element.elementor-element-dda93d1{--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-21 .elementor-element.elementor-element-1c85984{--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-21 .elementor-element.elementor-element-60d57b9{--display:flex;--overlay-opacity:1;}.elementor-21 .elementor-element.elementor-element-60d57b9::before, .elementor-21 .elementor-element.elementor-element-60d57b9 > .elementor-background-video-container::before, .elementor-21 .elementor-element.elementor-element-60d57b9 > .e-con-inner > .elementor-background-video-container::before, .elementor-21 .elementor-element.elementor-element-60d57b9 > .elementor-background-slideshow::before, .elementor-21 .elementor-element.elementor-element-60d57b9 > .e-con-inner > .elementor-background-slideshow::before, .elementor-21 .elementor-element.elementor-element-60d57b9 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-21 .elementor-element.elementor-element-adda56e{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-21 .elementor-element.elementor-element-adda56e.e-con{--align-self:center;}.elementor-21 .elementor-element.elementor-element-934fb89{--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-21 .elementor-element.elementor-element-bcc6927{--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-21 .elementor-element.elementor-element-0da253e{--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;}body.elementor-page-21:not(.elementor-motion-effects-element-type-background), body.elementor-page-21 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#C43765;}@media(min-width:768px){.elementor-21 .elementor-element.elementor-element-9892ab1{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-e817615 */.fullwide-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.fullwide-banner img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f0491a */.promo-section {
  background: linear-gradient(180deg, #fffde7, #fff9c4);
  padding: 20px 10px;
  color: #5e4200;
  text-align: center;
  border-radius: 24px;
  border: 2px solid rgba(255, 223, 100, 0.5); /* ขอบเหลืองพาสเทล */
  box-shadow:
    0 0 12px rgba(255, 215, 0, 0.2),     /* แสงเหลืองอ่อน */
    0 8px 24px rgba(255, 223, 100, 0.15); /* เงาลอยอ่อน */
  max-width: 1280px;
}



.promo-container {
  max-width: 1200px;
  margin: 0 auto;
}

.promo-heading {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 30px;
  font-family: 'Kanit', sans-serif;

  background: linear-gradient(45deg, #fdd835, #ffb300); /* ไล่เฉดเหลืองทอง */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09);

      /* แสงทองเบา ๆ เพิ่มความฟุ้ง */
}



.promo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}

.promo-box {
  flex: 0 1 30%;
}

.promo-box img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(255, 105, 180, 0.2), 0 0 12px rgba(255, 225, 225, 0.1);
  transition: transform 0.3s ease;
}

.promo-box img:hover {
  transform: scale(1.04);
}

.promo-description {
  font-size: 18px;
  line-height: 1.8;
  font-family: 'Kanit', sans-serif;
  color: #5a3b00;
  max-width: 960px;
  margin: 0; /* เอา auto ออก เพื่อไม่ให้กึ่งกลาง */
  text-align: left; /* จัดชิดซ้าย */
  text-shadow: 0 1px 1px rgba(255, 255, 200, 0.3);
}


/* Responsive Mobile */
@media (max-width: 768px) {
  .promo-box {
    flex: 0 1 100%;
  }

  .promo-heading {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20565a1 */.promo-section {
  background: linear-gradient(180deg, #fffde7, #fff9c4);
  padding: 20px 10px;
  color: #5e4200;
  text-align: center;
  border-radius: 24px;
  border: 2px solid rgba(255, 223, 100, 0.5); /* ขอบเหลืองพาสเทล */
  box-shadow:
    0 0 12px rgba(255, 215, 0, 0.2),     /* แสงเหลืองอ่อน */
    0 8px 24px rgba(255, 223, 100, 0.15); /* เงาลอยอ่อน */
  max-width: 1280px;
}



.promo-container {
  max-width: 1200px;
  margin: 0 auto;
}

.promo-heading {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 30px;
  font-family: 'Kanit', sans-serif;

  background: linear-gradient(45deg, #fdd835, #ffb300); /* ไล่เฉดเหลืองทอง */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09);

      /* แสงทองเบา ๆ เพิ่มความฟุ้ง */
}



.promo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}

.promo-box {
  flex: 0 1 30%;
}

.promo-box img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(255, 105, 180, 0.2), 0 0 12px rgba(255, 225, 225, 0.1);
  transition: transform 0.3s ease;
}

.promo-box img:hover {
  transform: scale(1.04);
}

.promo-description {
  font-size: 18px;
  line-height: 1.8;
  font-family: 'Kanit', sans-serif;
  color: #5a3b00;
  max-width: 960px;
  margin: 0; /* เอา auto ออก เพื่อไม่ให้กึ่งกลาง */
  text-align: left; /* จัดชิดซ้าย */
  text-shadow: 0 1px 1px rgba(255, 255, 200, 0.3);
}


/* Responsive Mobile */
@media (max-width: 768px) {
  .promo-box {
    flex: 0 1 100%;
  }

  .promo-heading {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7f4524 */.yellow-tab-menu {
  font-family: 'Kanit', sans-serif;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* เมนูแท็บด้านบน */
.tab-buttons-wrapper {
  background: #fff9e6;
  border-radius: 18px;
  padding: 10px 15px;
  box-shadow:
    0 0 0 2px #ffeb99,
    0 0 10px rgba(255, 235, 100, 0.4),
    0 0 25px rgba(255, 235, 100, 0.25);
}

.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}

.tab-buttons li {
  padding: 10px 20px;
  font-size: 16px;
  color: #5a4500;
  background: linear-gradient(135deg, #fff5b7, #ffed89);
  border-radius: 16px;
  border: 1px solid rgba(255, 215, 50, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(255, 205, 100, 0.25);
}

.tab-buttons li:hover,
.tab-buttons li.active {
  background: linear-gradient(135deg, #ffe066, #ffd633);
  color: #000;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
  border: 1px solid rgba(255, 193, 7, 0.5);
}

/* พื้นที่เนื้อหา */
.tab-content-wrapper {
  background: #fffef9;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 0 10px rgba(255, 230, 100, 0.3);
}

.tab-content {
  display: none;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.tab-content.active {
  display: block;
}

/* กล่องหัวข้อ */
.tab-section-heading {
  background: linear-gradient(135deg, #fff1b8, #fff8d6);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  border: 2px solid rgba(255, 215, 100, 0.4);
  box-shadow:
    0 0 12px rgba(255, 230, 120, 0.4),
    0 8px 24px rgba(0, 0, 0, 0.1),
    inset 0 0 16px rgba(255, 220, 120, 0.25);
}

/* หัวข้อใหญ่ */
.tab-menu-heading {
  font-size: 30px;
  font-weight: 600;
  background: linear-gradient(90deg, #ffc107, #fbc02d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  position: relative;

  /* ✅ เพิ่มเงาดำให้ข้อความ */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09);
}

.tab-menu-heading::after {
  content: '';
  display: block;
  width: 90px;
  height: 5px;
  margin: 14px auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg, #fff176, #ffd54f);

  /* ✅ เพิ่มเงาดำให้แถบเส้นใต้ */
  box-shadow:
    0 2px 12px rgba(0, 0, 0, 0.3),
    0 0 6px rgba(0, 0, 0, 0.2);
}


/* กล่องรวมเกม */
.game-list {
  padding: 0;
  margin: 0;
  width: 100%;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  justify-items: center;
  align-items: stretch;
}

.game-box {
  background: #fff3cd;
  border-radius: 16px;
  padding: 8px;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 6px 18px rgba(255, 215, 100, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}

.game-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(255, 215, 100, 0.5);
}

.game-box img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

/* Responsive มือถือ */
@media (max-width: 768px) {
  .tab-buttons-wrapper {
    padding: 8px;
    border-radius: 12px;
  }

  .tab-buttons {
    flex-wrap: wrap;
    gap: 8px;
  }

  .tab-buttons li {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 14px;
  }

  .tab-content-wrapper {
    padding: 15px;
  }

  .game-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5816ded */.promo-section {
  background: linear-gradient(180deg, #fffde7, #fff9c4);
  padding: 20px 10px;
  color: #5e4200;
  text-align: center;
  border-radius: 24px;
  border: 2px solid rgba(255, 223, 100, 0.5); /* ขอบเหลืองพาสเทล */
  box-shadow:
    0 0 12px rgba(255, 215, 0, 0.2),     /* แสงเหลืองอ่อน */
    0 8px 24px rgba(255, 223, 100, 0.15); /* เงาลอยอ่อน */
  max-width: 1280px;
}



.promo-container {
  max-width: 1200px;
  margin: 0 auto;
}

.promo-heading {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 30px;
  font-family: 'Kanit', sans-serif;

  background: linear-gradient(45deg, #fdd835, #ffb300); /* ไล่เฉดเหลืองทอง */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09);

      /* แสงทองเบา ๆ เพิ่มความฟุ้ง */
}



.promo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}

.promo-box {
  flex: 0 1 30%;
}

.promo-box img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(255, 105, 180, 0.2), 0 0 12px rgba(255, 225, 225, 0.1);
  transition: transform 0.3s ease;
}

.promo-box img:hover {
  transform: scale(1.04);
}

.promo-description {
  font-size: 18px;
  line-height: 1.8;
  font-family: 'Kanit', sans-serif;
  color: #5a3b00;
  max-width: 960px;
  margin: 0; /* เอา auto ออก เพื่อไม่ให้กึ่งกลาง */
  text-align: left; /* จัดชิดซ้าย */
  text-shadow: 0 1px 1px rgba(255, 255, 200, 0.3);
}


/* Responsive Mobile */
@media (max-width: 768px) {
  .promo-box {
    flex: 0 1 100%;
  }

  .promo-heading {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34b276f */.promo-section {
  background: linear-gradient(180deg, #fffde7, #fff9c4);
  padding: 20px 10px;
  color: #5e4200;
  text-align: center;
  border-radius: 24px;
  border: 2px solid rgba(255, 223, 100, 0.5); /* ขอบเหลืองพาสเทล */
  box-shadow:
    0 0 12px rgba(255, 215, 0, 0.2),     /* แสงเหลืองอ่อน */
    0 8px 24px rgba(255, 223, 100, 0.15); /* เงาลอยอ่อน */
  max-width: 1280px;
}



.promo-container {
  max-width: 1200px;
  margin: 0 auto;
}

.promo-heading {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 30px;
  font-family: 'Kanit', sans-serif;

  background: linear-gradient(45deg, #fdd835, #ffb300); /* ไล่เฉดเหลืองทอง */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09);

      /* แสงทองเบา ๆ เพิ่มความฟุ้ง */
}



.promo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}

.promo-box {
  flex: 0 1 30%;
}

.promo-box img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(255, 105, 180, 0.2), 0 0 12px rgba(255, 225, 225, 0.1);
  transition: transform 0.3s ease;
}

.promo-box img:hover {
  transform: scale(1.04);
}

.promo-description {
  font-size: 18px;
  line-height: 1.8;
  font-family: 'Kanit', sans-serif;
  color: #5a3b00;
  max-width: 960px;
  margin: 0; /* เอา auto ออก เพื่อไม่ให้กึ่งกลาง */
  text-align: left; /* จัดชิดซ้าย */
  text-shadow: 0 1px 1px rgba(255, 255, 200, 0.3);
}


/* Responsive Mobile */
@media (max-width: 768px) {
  .promo-box {
    flex: 0 1 100%;
  }

  .promo-heading {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5755d92 */.promo-section {
  background: linear-gradient(180deg, #fffde7, #fff9c4);
  padding: 20px 10px;
  color: #5e4200;
  text-align: center;
  border-radius: 24px;
  border: 2px solid rgba(255, 223, 100, 0.5); /* ขอบเหลืองพาสเทล */
  box-shadow:
    0 0 12px rgba(255, 215, 0, 0.2),     /* แสงเหลืองอ่อน */
    0 8px 24px rgba(255, 223, 100, 0.15); /* เงาลอยอ่อน */
  max-width: 1280px;
}



.promo-container {
  max-width: 1200px;
  margin: 0 auto;
}

.promo-heading {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 30px;
  font-family: 'Kanit', sans-serif;

  background: linear-gradient(45deg, #fdd835, #ffb300); /* ไล่เฉดเหลืองทอง */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09);

      /* แสงทองเบา ๆ เพิ่มความฟุ้ง */
}



.promo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}

.promo-box {
  flex: 0 1 30%;
}

.promo-box img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(255, 105, 180, 0.2), 0 0 12px rgba(255, 225, 225, 0.1);
  transition: transform 0.3s ease;
}

.promo-box img:hover {
  transform: scale(1.04);
}

.promo-description {
  font-size: 18px;
  line-height: 1.8;
  font-family: 'Kanit', sans-serif;
  color: #5a3b00;
  max-width: 960px;
  margin: 0; /* เอา auto ออก เพื่อไม่ให้กึ่งกลาง */
  text-align: left; /* จัดชิดซ้าย */
  text-shadow: 0 1px 1px rgba(255, 255, 200, 0.3);
}


/* Responsive Mobile */
@media (max-width: 768px) {
  .promo-box {
    flex: 0 1 100%;
  }

  .promo-heading {
    font-size: 26px;
  }
}/* End custom CSS */