.elementor-kit-5{--e-global-color-primary:#FAFAFA;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Sarabun";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Sarabun";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sarabun";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans Thai";--e-global-typography-accent-font-weight:500;font-family:"Sarabun";}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Noto Sans Thai";}.elementor-kit-5 h1{font-family:"Sarabun";}.elementor-kit-5 h2{font-family:"Sarabun";}.elementor-kit-5 h3{font-family:"Sarabun";}.elementor-kit-5 h4{font-family:"Sarabun";}.elementor-kit-5 h5{font-family:"Sarabun";}.elementor-kit-5 h6{font-family:"Sarabun";}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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:100%;}.e-con{--container-max-width:100%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.lb-bg-section {
  position: relative;
  overflow: hidden;
}

.lb-bg-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.75)
  );
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.lb-bg-section.lb-bg-loaded::before {
  opacity: 0;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 12px 20px;
  z-index: 9999;
  text-decoration: none;
  font-size: 16px;
}

.skip-link:focus {
  top: 0;
}

/* hide all tiers first */
.pkg-standard,
.pkg-signature,
.pkg-elite {
  display: none !important;
}

/* STANDARD */
body.pkg-tier-standard .pkg-standard {
  display: flex !important;
}
body.pkg-tier-standard .pkg-signature,
body.pkg-tier-standard .pkg-elite {
  display: none !important;
}

/* SIGNATURE */
body.pkg-tier-signature .pkg-signature {
  display: flex !important;
}
body.pkg-tier-signature .pkg-standard,
body.pkg-tier-signature .pkg-elite {
  display: none !important;
}

/* ELITE */
body.pkg-tier-elite .pkg-elite {
  display: flex !important;
}
body.pkg-tier-elite .pkg-standard,
body.pkg-tier-elite .pkg-signature {
  display: none !important;
}

.pkg-standard,
.pkg-signature,
.pkg-elite {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

body.pkg-tier-standard .pkg-standard,
body.pkg-tier-signature .pkg-signature,
body.pkg-tier-elite .pkg-elite {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

.force-sarabun,
.force-sarabun * {
  font-family: "Sarabun", sans-serif !important;
}

.lb-card{
  font-family: 'Sarabun', sans-serif;
}

/* H3 */
.lb-card__title{
  margin: 0 0 14px 0;
  font-weight: 400;
  color: #fff;
  font-size: clamp(14px, 1.1vw + 12px, 16px);
  line-height: 1.2;
}

/* description */
.lb-card__desc{
  margin: 0;
  color: #a3a0a0;
  line-height: 1.6;
  font-size: clamp(13px, 0.8vw + 11px, 14px);
}

.lb-hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

/* heights */
@media (min-width:1025px){
  .lb-hero{
    height:790px;
    min-height:770px;
    max-height:820px;
  }
}
@media (min-width:768px) and (max-width:1024px){
  .lb-hero{
    height:590px;
    min-height:570px;
    max-height:620px;
  }
}
@media (max-width:767px){
  .lb-hero{
    height:700px;
    min-height:700px;
    max-height:800px;
  }
}

/* HTML widget layer */
.lb-hero .elementor-widget-html{
  position:absolute;
  inset:0;
  margin:0;
  z-index:0;
}
.lb-hero .elementor-widget-html,
.lb-hero .elementor-widget-html .elementor-widget-container{
  width:100%;
  height:100%;
}

/* shortcode wrapper */
.lb-hero .lb-hero-video{
  position:absolute;
  inset:0;
  overflow:hidden;
  z-index:0;
  background:#000;
}

/* poster + video stage fill hero */
.lb-hero .lb-hero-video__poster,
.lb-hero .lb-hero-video__stage,
.lb-hero .lb-hero-video__media{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

/* poster image appears immediately */
.lb-hero .lb-hero-video__poster{
  z-index:0;
  object-fit:cover;
  object-position:50% 60%;
  display:block;
}

/* stage for injected delayed video */
.lb-hero .lb-hero-video__stage{
  z-index:1;
}

/* iOS-stable “cover video” */
.lb-hero .lb-hero-video__media{
  position:absolute;
  top:50%;
  left:50%;
  min-width:100%;
  min-height:100%;
  width:auto;
  height:auto;
  transform:translate(-50%,-50%);
  object-fit:cover;
  object-position:50% 60%;
  display:block;
  opacity:0;
  transition:opacity .8s ease;
}

/* video fades in when ready */
.lb-hero .lb-hero-video__media.is-visible{
  opacity:1;
}

/* gradients */
.lb-hero .lb-hero-video::before,
.lb-hero .lb-hero-video::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:225px;
  pointer-events:none;
  z-index:2;
}
.lb-hero .lb-hero-video::before{
  top:0;
  background:linear-gradient(to bottom, rgba(0,0,0,.85), rgba(0,0,0,0));
}
.lb-hero .lb-hero-video::after{
  bottom:0;
  background:linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,0));
}

/* content above */
.lb-hero > .e-con,
.lb-hero > .elementor-container,
.lb-hero .e-con-inner,
.lb-hero .elementor-element:not(.elementor-widget-html){
  position:relative;
  z-index:3;
}

@media (max-width:1024px) {

.offcanvas,
.off-canvas,
.elementor-nav-menu--dropdown {
    display:block !important;
}

}/* End custom CSS */