.elementor-kit-5{--e-global-color-primary:#1D4ED8;--e-global-color-secondary:#06B6D4;--e-global-color-text:#5A5A5A;--e-global-color-accent:#F5F5F5;--e-global-color-1f070ef:#0A0A0A;--e-global-color-1cba2c3:#FFFFFF73;--e-global-color-54d6495:#06A1D4;--e-global-typography-primary-font-family:"Noto Sans Thai";--e-global-typography-primary-font-size:47px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:50px;--e-global-typography-secondary-font-family:"Noto Sans Thai";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Noto Sans Thai";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans Thai";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:20px;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-5 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-5 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.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-kit-5{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-5 a{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-5 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-5 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-5 a{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-5 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-5 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ── Filter Bar Container ── */
.elementor-gallery__titles-container {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-bottom: 36px !important;
}

/* ── ปิด underline animation ที่ Elementor ใส่มาเอง ── */
.elementor-gallery__titles-container.e--pointer-underline
.elementor-item::before,
.elementor-gallery__titles-container.e--pointer-underline
.elementor-item::after {
  display: none !important;
}

/* ── แต่ละ tab (สถานะปกติ) ── */
.elementor-item.elementor-gallery-title {
  font-family: 'Noto Sans Thai', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #6b7280 !important;
  background: #f1f5f9 !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 100px !important;
  padding: 9px 22px !important;
  text-decoration: none !important;
  transition: all 0.22s ease !important;
  line-height: 1 !important;
}

/* ── Hover ── */
.elementor-item.elementor-gallery-title:hover {
  color: #2563eb !important;
  background: #eff6ff !important;
  border-color: #93c5fd !important;
}

/* ── Active tab (gradient pill) ── */
.elementor-item.elementor-gallery-title.elementor-item-active {
  background: linear-gradient(135deg, #2563eb, #06b6d4) !important;
  border-color: transparent !important;
  color: #ffffff !important;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.28) !important;
}

/* ── Gallery items hover zoom ── */
.e-gallery-item {
  border-radius: 14px !important;
  overflow: hidden !important;
  transition: transform 0.3s ease !important;
}
.e-gallery-item:hover {
  transform: scale(1.02) !important;
  z-index: 1;
  position: relative;
}
.e-gallery-item img {
  display: block !important;
  border-radius: 14px !important;
}


/* Gradient hover when scrolled */
header.elementor-location-header .elementor-sticky--active .elementor-heading-title a:hover {
  background: linear-gradient(135deg, #2563eb, #06b6d4) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}/* End custom CSS */