.elementor-3726 .elementor-element.elementor-element-60def6f8{font-family:"Sarabun", Sans-serif;font-weight:400;width:100%;max-width:100%;bottom:-74px;}body:not(.rtl) .elementor-3726 .elementor-element.elementor-element-60def6f8{left:0px;}body.rtl .elementor-3726 .elementor-element.elementor-element-60def6f8{right:0px;}body.elementor-page-3726:not(.elementor-motion-effects-element-type-background), body.elementor-page-3726 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(0deg, #1D1D1D9C 43%, #444444 100%);}@media(max-width:767px){.elementor-3726 .elementor-element.elementor-element-60def6f8{bottom:-103px;}}/* Start custom CSS for text-editor, class: .elementor-element-60def6f8 *//* ตั้งค่าพื้นฐานของหน้าให้เต็มจอและไม่มี scroll */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: 'Sarabun', sans-serif;
  background: linear-gradient(135deg, #000000, #1a1a1a, #333333);
  color: #fff;
}

/* ซ่อน scrollbar */
body {
  scrollbar-width: none; /* สำหรับ Firefox */
}

body::-webkit-scrollbar {
  display: none; /* สำหรับ Chrome / Safari */
}

/* โครงสร้างหลักของหน้า Intro */
.intro {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("https://www.sahagroupcoop.com/wp-content/uploads/2025/10/bgth2.webp") center center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


/* Overlay มืดเบา ๆ เพื่อให้เนื้อหาดูเด่นขึ้น */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

/* เนื้อหากลางจอ */
.content {
  position: relative;
  z-index: 2;
  padding: 20px;
  max-width: 800px;
}

/* โลโก้หรือรูปสัญลักษณ์ */
.emblem {
  position: relative;
  margin-bottom: 30px;
}

.emblem img {
  width: 300px;
  height: 360px;
  object-fit: cover;
  filter: grayscale(100%) brightness(1.1) contrast(1.1);
  margin-bottom: 20px;
  transition: all 0.4s ease;
}

.emblem img:hover {
  transform: scale(1.05);
  filter: grayscale(0%) brightness(1.2) contrast(1.2);
}

.frame {
    width: 300px;
    height: 360px;
}

/* กรอบทองรอบรูป */
/*.emblem::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  width: 310px;*/
/*  height: 360px;*/
/*  border-radius: 50%;*/
/*  border: 2px solid transparent;*/
/*  background: linear-gradient(45deg, #949494, #949494, #949494, #949494) border-box;*/
/*  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);*/
/*  mask-composite: subtract;*/
/*  opacity: 0.8;*/
/*}*/

/* หัวข้อหลัก */
h1 {
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  font-size: 2rem;
  margin: 0;
  color: #F2F2F2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

/* หัวข้อรอง */
h2 {
  font-weight: 400;
  font-family: 'Sarabun', sans-serif;
  margin: 10px 0 20px;
  line-height: 1.6;
  font-size: 1.3rem;
  color: #F2F2F2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

/* ข้อความธรรมดา */
p {
  font-size: 1.1rem;
  font-family: 'Sarabun', sans-serif;
  color: #ddd;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* ปุ่มเข้าเว็บไซต์ */
button.enter {
  background: transparent;
  border: 2px solid #ffffff;
  color: #fff;
  padding: 12px 30px;
  font-family: 'Sarabun', sans-serif;
  font-size: 1rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

button.enter:hover {
  background: linear-gradient(45deg, #ffffff, #949494);
  color: #000;
  border-color: #949494;
  transform: translateY(-2px);
  box-shadow:
    0 5px 15px rgba(219, 219, 219, 0.4),
    0 0 20px rgba(219, 219, 219, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .content {
    padding: 15px;
    max-width: 90%;
  }
  .emblem img {
    width: 250px;
    height: 300px;
  }
  .emblem::before {
    width: 170px;
    height: 230px;
  }
  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.1rem;
  }
  p {
    font-size: 1rem;
  }
  button.enter {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .emblem img {
    width: 140px;
    height: 200px;
  }
  .emblem::before {
    width: 130px;
    height: 150px;
  }
  h1 {
    font-size: 0.86rem;
  }
  h2 {
    font-size: 0.75rem;
  }
  p {
    font-size: 0.9rem;
  }
}/* End custom CSS */