.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;color:#FFFFFF;background-image:linear-gradient(180deg, #99582A 100%, #99582A 50%);}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== พื้นที่เนื้อหา ===== */
.tab-content-wrapper {
  flex: 1;
  border-radius: 20px;
  padding: 20px;
  min-height: 1500px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 100%;
  background-color: #1a1a1a;
  color: #fff;
}

.tab-content {
  display: none;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

.tab-content.active {
  display: block;
}


/* ===== Footer Menu มือถือ ===== */
.footer-menu-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: linear-gradient(135deg, #2e1b00, #5e3000); /* น้ำตาลทอง */
  padding: 8px 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-radius: 16px 16px 0 0;
  border: 2px solid rgba(255, 215, 0, 0.3);
  box-shadow:
    0 -2px 12px rgba(255, 193, 7, 0.25),
    inset 0 2px 4px rgba(255, 255, 255, 0.05);
}

.footer-btn {
  flex: 1;
  text-align: center;
  color: #fff;
  font-family: 'Kanit', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  padding: 6px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s ease;
}

.footer-btn img {
  width: 28px;
  height: 28px;
  margin-bottom: 4px;
}

.footer-btn.active {
  background: #fff8e1;
  border-radius: 12px;
  color: #6a1b9a;
  box-shadow: 0 0 12px rgba(255, 235, 59, 0.5);
  border: 1px solid #ffeb3b;
}

.footer-btn.active span {
  color: #fdd835;
}

@media (min-width: 768px) {
  .footer-menu-bar {
    display: none;
  }
}


/* ===== ปุ่มเข้าสู่ระบบ – ฟ้าน้ำทะเล ===== */
#btn-login {
  background: linear-gradient(135deg, #00bcd4, #4dd0e1);
  color: #fff;
  border-radius: 30px;
  padding: 12px 28px;
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid rgba(255, 235, 59, 0.3);
  box-shadow:
    0 0 10px rgba(0, 188, 212, 0.35),
    0 0 14px rgba(255, 235, 59, 0.2);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  animation: floatButton 4s ease-in-out infinite;
}

#btn-login:hover {
  background: linear-gradient(135deg, #26c6da, #80deea);
  color: #000;
  box-shadow:
    0 0 16px rgba(0, 255, 255, 0.5),
    0 0 12px rgba(255, 241, 118, 0.3);
  transform: translateY(-3px) scale(1.05);
}


/* ===== ปุ่มสมัครสมาชิก – เหลืองทองหรู ===== */
#btn-register {
  background: linear-gradient(135deg, #ffeb3b, #ffc107);
  color: #4a148c;
  border-radius: 30px;
  padding: 12px 28px;
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid rgba(255, 235, 59, 0.3);
  box-shadow:
    0 0 10px rgba(255, 215, 0, 0.25),
    inset 0 -2px 6px rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  animation: floatButton 4s ease-in-out infinite;
}

#btn-register:hover {
  background: linear-gradient(135deg, #fff176, #ffd54f);
  color: #6a1b9a;
  box-shadow:
    0 0 14px rgba(255, 255, 100, 0.4),
    0 0 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px) scale(1.05);
}


/* ===== ปุ่มติดต่อ LINE – เขียวทองนีออน ===== */
#btn-line {
  background: linear-gradient(to right, #ffe600, #b3ff00);
  color: #000;
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 24px;
  border: none;
  border-radius: 30px;
  box-shadow:
    0 4px 14px rgba(255, 235, 59, 0.35),
    inset 0 -2px 6px rgba(255, 255, 255, 0.08);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
  animation: floatButton 4s ease-in-out infinite;
}

#btn-line:hover {
  background: linear-gradient(to right, #ffff8d, #ccff90);
  box-shadow:
    0 6px 20px rgba(255, 255, 100, 0.4),
    0 0 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px) scale(1.03);
}


/* ===== เอฟเฟกต์ลอยของปุ่ม ===== */
@keyframes floatButton {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}


/* ===== กรอบ Section ที่ครอบหัวข้อ ===== */
.heading-section {
  background: linear-gradient(135deg, #4e1e00, #7b3f00); /* น้ำตาลทองไล่เฉด */
  border-radius: 20px;
  padding: 24px 32px;
  margin: 40px 0 20px;
  text-align: center;
  border: 1px solid rgba(255, 215, 0, 0.3);
  box-shadow:
    inset 0 0 12px rgba(255, 241, 118, 0.08),
    0 0 20px rgba(255, 193, 7, 0.2),
    0 8px 32px rgba(0, 0, 0, 0.4);
}

/* ===== หัวข้อ H1 ===== */
.heading-section h1 {
  font-family: 'Kanit', sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin: 0;
  background: linear-gradient(90deg, #ffeb3b, #ffd54f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 4px rgba(255, 255, 0, 0.4),
    0 0 12px rgba(255, 215, 0, 0.3);
}

/* ===== หัวข้อ H2 ===== */
.heading-section h2 {
  font-family: 'Kanit', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(90deg, #fdd835, #fff176);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 8px rgba(255, 255, 100, 0.3),
    0 0 16px rgba(255, 235, 59, 0.15);
}

/* ===== หัวข้อ H3 ===== */
.heading-section h3 {
  font-family: 'Kanit', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  background: linear-gradient(90deg, #fff9c4, #fff59d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 6px rgba(255, 249, 196, 0.2);
}/* End custom CSS */