.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, #0077B6 100%, #0077B6 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.15);
  width: 100%;
  max-width: 100%;
  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, #2196f3, #0d47a1);
  padding: 8px 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-radius: 16px 16px 0 0;
  border: 2px solid rgba(173, 216, 230, 0.3);
  box-shadow:
    0 -2px 12px rgba(33, 150, 243, 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: #e3f2fd;
  border-radius: 12px;
  color: #0d47a1;
  box-shadow: 0 0 12px rgba(33, 150, 243, 0.5);
  border: 1px solid #64b5f6;
}

.footer-btn.active span {
  color: #64b5f6;
}

@media (min-width: 768px) {
  .footer-menu-bar {
    display: none;
  }
}

/* ===== ปุ่มเข้าสู่ระบบ – ฟ้าไล่ฟ้าเข้ม ===== */
#btn-login {
  background: linear-gradient(135deg, #64b5f6, #0d47a1);
  color: #fff;
  border-radius: 30px;
  padding: 12px 28px;
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid rgba(173, 216, 230, 0.3);
  box-shadow:
    0 0 10px rgba(33, 150, 243, 0.35),
    0 0 14px rgba(100, 181, 246, 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, #90caf9, #1976d2);
  color: #000;
  box-shadow:
    0 0 16px rgba(33, 150, 243, 0.5),
    0 0 12px rgba(187, 222, 251, 0.3);
  transform: translateY(-3px) scale(1.05);
}

/* ===== ปุ่มสมัครสมาชิก – ฟ้าสว่างไล่ฟ้าเข้ม ===== */
#btn-register {
  background: linear-gradient(135deg, #bbdefb, #1976d2);
  color: #0d47a1;
  border-radius: 30px;
  padding: 12px 28px;
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid rgba(173, 216, 230, 0.3);
  box-shadow:
    0 0 10px rgba(187, 222, 251, 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, #e3f2fd, #2196f3);
  color: #0d47a1;
  box-shadow:
    0 0 14px rgba(144, 202, 249, 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, #29b6f6, #0288d1);
  color: #fff;
  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(144, 202, 249, 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, #4fc3f7, #039be5);
  box-shadow:
    0 6px 20px rgba(100, 181, 246, 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, #1565c0, #0d47a1);
  border-radius: 20px;
  padding: 24px 32px;
  margin: 40px 0 20px;
  text-align: center;
  border: 1px solid rgba(144, 202, 249, 0.3);
  box-shadow:
    inset 0 0 12px rgba(187, 222, 251, 0.08),
    0 0 20px rgba(33, 150, 243, 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, #bbdefb, #90caf9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 4px rgba(144, 202, 249, 0.4),
    0 0 12px rgba(33, 150, 243, 0.3);
}

/* ===== หัวข้อ H2 ===== */
.heading-section h2 {
  font-family: 'Kanit', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(90deg, #64b5f6, #bbdefb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 8px rgba(100, 181, 246, 0.3),
    0 0 16px rgba(144, 202, 249, 0.15);
}

/* ===== หัวข้อ H3 ===== */
.heading-section h3 {
  font-family: 'Kanit', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  background: linear-gradient(90deg, #e3f2fd, #bbdefb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 6px rgba(187, 222, 251, 0.2);
}/* End custom CSS */