/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/components/Header.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.Header_headerWrapper__dIIO_ {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
}

.Header_topBar__jxKrR {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  padding: 8px 0;
  font-size: 14px;
}

.Header_topBarContent__5Tjp_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.Header_contactInfo__mQGhJ {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.Header_contactItem__bFnl5 {
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.3s;
}

.Header_contactItem__bFnl5:hover {
  opacity: 0.8;
}

.Header_language__SdCj6 {
  display: flex;
  gap: 8px;
}

.Header_langBtn__RWXg9 {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Sarabun', sans-serif;
}

.Header_langBtn__RWXg9:hover {
  background: rgba(255, 255, 255, 0.3);
}

.Header_header__xuTiO {
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.Header_headerContainer__4sSg6 {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 15px clamp(20px, 2.5vw, 48px);
  box-sizing: border-box;
}

.Header_headerContent__5WTFE {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Header_logo__pvkJ9 {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
  margin-left: 0;
  padding-left: 0;
}

.Header_logo__pvkJ9:hover {
  opacity: 0.8;
}

.Header_logoIcon__PyRGD {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.Header_logoImage__Yeb3d {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Header_logoText__CW1Mz h1 {
  font-size: 24px;
  font-weight: 700;
  color: #1e3a8a;
  margin: 0;
}

.Header_logoText__CW1Mz p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}

.Header_menuToggle__2Vp6Y {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #1e3a8a;
  padding: 8px;
}

.Header_nav__NNkX_ {
  display: flex;
  gap: 6px;
  align-items: center;
}

.Header_navLink__encDI {
  font-size: 16px;
  font-weight: 500;
  color: #334155;
  padding: 10px 12px;
  position: relative;
  border: 1px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.Header_navLink__encDI::after {
  display: none;
}

.Header_navLink__encDI:hover {
  color: #1d4ed8;
  background: #f8fbff;
  border-color: #e0ecff;
}

.Header_navLinkActive__AuNV0 {
  color: #1746a2;
  font-weight: 700;
  background: linear-gradient(135deg, #f7faff 0%, #eaf3ff 100%);
  border-color: #cfe1ff;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}

/* Dropdown Menu */
.Header_dropdown__V4H1t {
  position: relative;
  display: inline-block;
}

.Header_dropdownIcon__lEf4W {
  margin-left: 4px;
  transition: transform 0.3s;
  vertical-align: middle;
}

.Header_dropdown__V4H1t:hover .Header_dropdownIcon__lEf4W {
  transform: none;
}

.Header_dropdownMenu__fmI6E {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: white;
  min-width: 220px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 8px 0;
  margin-top: 0;
  z-index: 1000;
  animation: Header_fadeIn__8vQUq 0.2s ease;
}

.Header_dropdownMenuRight__5ylxz {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  background: white;
  min-width: 220px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 12px 0 8px 0;
  margin-top: 4px;
  z-index: 1000;
  animation: Header_fadeIn__8vQUq 0.2s ease;
}

.Header_dropdownMenuRight__5ylxz::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: transparent;
}

.Header_dropdownMenu__fmI6E::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
  background: transparent;
}

@keyframes Header_fadeIn__8vQUq {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.Header_dropdownItem__4bBgq {
  display: block;
  padding: 12px 20px;
  color: #334155;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.Header_dropdownItem__4bBgq:hover {
  background: #f1f5f9;
  color: #3b82f6;
  border-left-color: #3b82f6;
}

.Header_dropdownItemActive__3giKh {
  color: #1d4ed8;
  background: #eff6ff;
  border-left-color: #3b82f6;
  font-weight: 600;
}

.Header_dropdownSubmenu__jY2ir {
  position: relative;
}

.Header_dropdownSubmenuItems__32Zmk {
  position: absolute;
  right: 100%;
  top: -8px;
  background: white;
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 8px 0;
  margin-right: 4px;
  z-index: 1001;
  animation: Header_fadeIn__8vQUq 0.2s ease;
}

.Header_dropdownSubItem__jbf4u {
  display: block;
  padding: 12px 20px;
  color: #334155;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.Header_dropdownSubItem__jbf4u:hover {
  background: #f1f5f9;
  color: #3b82f6;
  border-left-color: #3b82f6;
}

.Header_dropdownSubItemActive__RETS2 {
  color: #1d4ed8;
  background: #dbeafe;
  border-left-color: #3b82f6;
  font-weight: 600;
}

@media (max-width: 768px) {
  .Header_headerContainer__4sSg6 {
    padding: 12px 16px;
  }

  .Header_menuToggle__2Vp6Y {
    display: block;
  }

  .Header_nav__NNkX_ {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    flex-direction: column;
    gap: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .Header_navOpen__ABtIc {
    max-height: 100vh;
    overflow-y: auto;
  }

  .Header_navLink__encDI {
    width: 100%;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .Header_navLinkActive__AuNV0 {
    background: #eff6ff;
    box-shadow: inset 4px 0 0 #3b82f6;
    transform: none;
  }

  .Header_navLinkActive__AuNV0::after {
    display: none;
  }

  .Header_dropdown__V4H1t {
    width: 100%;
  }

  .Header_dropdownIcon__lEf4W {
    transition: transform 0.3s;
  }

  .Header_dropdownIconOpen__gf72T {
    transform: none;
  }

  .Header_dropdownMenu__fmI6E {
    position: static;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
    background: #f8fafc;
    max-height: 200px;
    overflow-y: auto;
  }

  .Header_dropdownItem__4bBgq {
    padding-left: 40px;
    border-left: none;
    border-bottom: 1px solid #e2e8f0;
  }

  .Header_dropdownItem__4bBgq:hover {
    border-left: none;
  }

  .Header_dropdownSubmenuItems__32Zmk {
    position: static;
    box-shadow: none;
    border-radius: 0;
    margin-left: 0;
    padding: 0;
    background: #f1f5f9;
  }

  .Header_dropdownSubItem__jbf4u {
    padding-left: 60px;
    border-left: none;
    border-bottom: 1px solid #e2e8f0;
  }

  .Header_dropdownSubItem__jbf4u:hover {
    border-left: none;
  }

  .Header_logoText__CW1Mz h1 {
    font-size: 18px;
  }

  .Header_logoText__CW1Mz p {
    font-size: 12px;
  }

  .Header_logoIcon__PyRGD {
    width: 50px;
    height: 50px;
  }

  .Header_contactInfo__mQGhJ {
    font-size: 12px;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/components/Hero.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.Hero_hero__JT9C7 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #60a5fa 100%);
}

.Hero_sliderContainer__1HRF9 {
  position: relative;
  width: 90%;
  max-width: 1400px;
  height: 70vh;
  min-height: 500px;
  margin: 40px auto;
  z-index: 1;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: 8px solid #ffffff;
  padding: 0;
}

.Hero_slide__vLNiB {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  border-radius: 8px;
  overflow: hidden;
}

.Hero_slideActive__yZR2i {
  opacity: 1;
  z-index: 2;
}

.Hero_slideImage__t9Z6E {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}


.Hero_sliderButton__aEP5W {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.Hero_sliderButton__aEP5W:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-50%) scale(1.1);
}

.Hero_sliderButtonRight__6Y_A9 {
  right: 20px;
}

.Hero_sliderButton__aEP5W:first-of-type {
  left: 20px;
}

.Hero_sliderDots__8xvm5 {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.Hero_dot__Tcq5f {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid white;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}

.Hero_dotActive__XDUhj {
  background: white;
  transform: scale(1.2);
}

.Hero_heroOverlay__9iazQ {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 58, 138, 0.1);
  z-index: 1;
}

.Hero_heroContentWrapper__h8v9t {
  position: relative;
  width: 100%;
  background: white;
  padding: 60px 0 40px;
}

.Hero_heroContent__6xoKm {
  position: relative;
  text-align: center;
  color: #1e293b;
  max-width: 800px;
  margin: 0 auto 60px;
  animation: Hero_fadeIn__kFtmC 1s ease-out;
}

.Hero_heroTitle__lzsay {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #1e3a8a;
}

.Hero_heroSubtitle__PajBw {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #64748b;
}

.Hero_heroButtons__U8Z2E {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.Hero_btnPrimary__M7dRd,
.Hero_btnSecondary__o5AvF {
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  display: inline-block;
}

.Hero_btnPrimary__M7dRd {
  background: white;
  color: #1e3a8a;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

.Hero_btnPrimary__M7dRd:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
}

.Hero_btnSecondary__o5AvF {
  background: transparent;
  color: #3b82f6;
  border: 2px solid #3b82f6;
}

.Hero_btnSecondary__o5AvF:hover {
  background: #3b82f6;
  color: white;
  transform: translateY(-2px);
}

.Hero_statsGrid__buB0p {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-top: 40px;
}

.Hero_statCard__qh1OO {
  background: rgba(255, 255, 255, 0.95);
  padding: 25px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  animation: Hero_fadeIn__kFtmC 1s ease-out;
}

.Hero_statCard__qh1OO:hover {
  transform: translateY(-5px);
}

.Hero_statIcon__C45vG {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.Hero_statInfo__57QGT h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1e3a8a;
  margin: 0 0 5px 0;
}

.Hero_statInfo__57QGT p {
  font-size: 15px;
  color: #64748b;
  margin: 0;
}

@media (max-width: 768px) {
  .Hero_sliderContainer__1HRF9 {
    width: 95%;
    height: 50vh;
    min-height: 400px;
    margin: 20px auto;
    border-radius: 12px;
    border: 6px solid #ffffff;
    padding: 0;
  }

  .Hero_slide__vLNiB {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
  }

  .Hero_heroContentWrapper__h8v9t {
    padding: 40px 0 30px;
  }

  .Hero_sliderButton__aEP5W {
    width: 40px;
    height: 40px;
  }

  .Hero_sliderButton__aEP5W:first-of-type {
    left: 10px;
  }

  .Hero_sliderButtonRight__6Y_A9 {
    right: 10px;
  }

  .Hero_sliderDots__8xvm5 {
    bottom: 20px;
  }

  .Hero_heroTitle__lzsay {
    font-size: 32px;
  }

  .Hero_heroSubtitle__PajBw {
    font-size: 16px;
  }

  .Hero_heroButtons__U8Z2E {
    flex-direction: column;
  }

  .Hero_btnPrimary__M7dRd,
  .Hero_btnSecondary__o5AvF {
    width: 100%;
    max-width: 300px;
  }

  .Hero_statsGrid__buB0p {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .Hero_statCard__qh1OO {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .Hero_statInfo__57QGT h3 {
    font-size: 24px;
  }

  .Hero_statInfo__57QGT p {
    font-size: 14px;
  }
}


/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/components/Services.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.Services_services__9yLmN {
  padding: 80px 0;
  background: linear-gradient(to bottom, #f8fafc 0%, #ffffff 100%);
}

.Services_servicesHeader___LS_G {
  text-align: center;
  margin-bottom: 60px;
}

.Services_sectionTitle__xqPO7 {
  font-size: 36px;
  font-weight: 700;
  color: #1e3a8a;
  margin: 0 0 15px 0;
}

.Services_sectionSubtitle__cNT9a {
  font-size: 18px;
  color: #64748b;
  margin: 0;
}

.Services_servicesGrid__RX0gA {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 30px;
  gap: 30px;
}

.Services_serviceCard__C1Dvx {
  background: white;
  padding: 35px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  border: 2px solid transparent;
  animation: Services_fadeIn__tTLaa 0.6s ease-out;
}

.Services_serviceCard__C1Dvx:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  border-color: var(--service-color);
}

.Services_serviceIcon__q2oQh {
  width: 70px;
  height: 70px;
  background: var(--service-color);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.Services_serviceCard__C1Dvx:hover .Services_serviceIcon__q2oQh {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.Services_serviceCard__C1Dvx h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 12px 0;
}

.Services_serviceCard__C1Dvx p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 15px 0;
}

.Services_serviceLink__xYYUp {
  font-size: 14px;
  font-weight: 600;
  color: var(--service-color);
  display: inline-block;
  transition: all 0.3s;
}

.Services_serviceLink__xYYUp:hover {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .Services_services__9yLmN {
    padding: 60px 0;
  }

  .Services_sectionTitle__xqPO7 {
    font-size: 28px;
  }

  .Services_sectionSubtitle__cNT9a {
    font-size: 16px;
  }

  .Services_servicesGrid__RX0gA {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }

  .Services_serviceCard__C1Dvx {
    padding: 25px 20px;
  }
}


/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/components/About.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.About_about__Ocyje {
  padding: 80px 0;
  background: white;
}

.About_aboutHeader__qNY_G {
  text-align: center;
  margin-bottom: 60px;
}

.About_sectionTitle__Vee6I {
  font-size: 36px;
  font-weight: 700;
  color: #1e3a8a;
  margin: 0 0 15px 0;
}

.About_sectionSubtitle__Ucayj {
  font-size: 18px;
  color: #64748b;
  margin: 0;
}

.About_aboutGrid__R1YCC {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  gap: 60px;
  align-items: center;
}

.About_aboutImage__QrudA {
  animation: About_slideInLeft__TxBkd 0.8s ease-out;
}

.About_imagePlaceholder__MBTrT {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(30, 58, 138, 0.1);
}

.About_imageIcon__Oq9W0 {
  width: 140px;
  height: 140px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.3);
}

.About_imagePlaceholder__MBTrT p {
  font-size: 20px;
  font-weight: 600;
  color: #1e3a8a;
  margin: 0;
}

.About_aboutContent__5pCed {
  animation: About_slideInRight__gJkiJ 0.8s ease-out;
}

.About_aboutText__At0yk {
  font-size: 16px;
  line-height: 1.8;
  color: #475569;
  margin: 0 0 30px 0;
}

.About_valuesGrid__Qsi7o {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
  gap: 20px;
}

.About_valueCard__urJ7X {
  background: #f8fafc;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  transition: all 0.3s;
  border: 2px solid transparent;
}

.About_valueCard__urJ7X:hover {
  background: white;
  border-color: #3b82f6;
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.1);
  transform: translateY(-5px);
}

.About_valueIcon__KBskN {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.About_valueCard__urJ7X h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1e3a8a;
  margin: 0 0 8px 0;
}

.About_valueCard__urJ7X p {
  font-size: 13px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 968px) {
  .About_aboutGrid__R1YCC {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .About_imagePlaceholder__MBTrT {
    padding: 40px 30px;
  }

  .About_imageIcon__Oq9W0 {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .About_about__Ocyje {
    padding: 60px 0;
  }

  .About_sectionTitle__Vee6I {
    font-size: 28px;
  }

  .About_sectionSubtitle__Ucayj {
    font-size: 16px;
  }

  .About_aboutText__At0yk {
    font-size: 15px;
  }

  .About_valuesGrid__Qsi7o {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
  }

  .About_valueCard__urJ7X {
    padding: 15px;
  }

  .About_valueIcon__KBskN {
    width: 40px;
    height: 40px;
  }

  .About_valueCard__urJ7X h3 {
    font-size: 14px;
  }

  .About_valueCard__urJ7X p {
    font-size: 12px;
  }
}


/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/components/News.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.News_news__B71vA {
  padding: 80px 0;
  background: white;
}

.News_newsHeader__yaBsJ {
  text-align: center;
  margin-bottom: 60px;
}

.News_sectionTitle__nvBnp {
  font-size: 36px;
  font-weight: 700;
  color: #1e3a8a;
  margin: 0 0 15px 0;
}

.News_sectionSubtitle__i10Oi {
  font-size: 18px;
  color: #64748b;
  margin: 0;
}

.News_categoryTabs__25ohP {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 40px;
  padding: 20px;
  background: #f8fafc;
  border-radius: 12px;
}

.News_categoryTab__EckvL {
  padding: 10px 20px;
  border: 2px solid #e2e8f0;
  background: white;
  color: #64748b;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}

.News_categoryTab__EckvL:hover {
  border-color: #3b82f6;
  color: #3b82f6;
  transform: translateY(-2px);
}

.News_categoryTab__EckvL.News_active__HB7Av {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  border-color: #3b82f6;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.News_newsGrid__Zmhci {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 30px;
  gap: 30px;
  margin-bottom: 40px;
}

.News_newsCard__n3lgQ {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  animation: News_fadeIn__UHpva 0.6s ease-out;
}

.News_newsCard__n3lgQ:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.News_newsImage__9NMR9 {
  position: relative;
  height: 220px;
  min-height: 220px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.News_newsImageReal__CJafC {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.News_newsImagePlaceholder__ZkHuZ {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
  opacity: 0.3;
}

.News_category__nBXfP {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 14px;
  border-radius: 20px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  z-index: 1;
}

.News_imageCountBadge___e21c {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 12px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 12px;
  font-weight: 600;
  z-index: 1;
}

.News_newsContent__NAYEH {
  padding: 25px;
}

.News_newsDate__5pjPo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-size: 14px;
  margin-bottom: 12px;
}

.News_newsTitle__a958q {
  font-size: 20px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.News_newsDescription__7XMij {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.6em * 4);
}

.News_newsLink__g1oc1 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #3b82f6;
  transition: all 0.3s;
  text-decoration: none;
}

.News_newsLink__g1oc1:hover {
  gap: 10px;
}

.News_viewAllContainer__omHCK {
  text-align: center;
  margin-top: 40px;
}

.News_viewAllBtn__YLIqV {
  display: inline-block;
  padding: 14px 40px;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
  text-decoration: none;
}

.News_viewAllBtn__YLIqV:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(30, 58, 138, 0.4);
}

@media (max-width: 768px) {
  .News_news__B71vA {
    padding: 60px 0;
  }

  .News_sectionTitle__nvBnp {
    font-size: 28px;
  }

  .News_sectionSubtitle__i10Oi {
    font-size: 16px;
  }

  .News_categoryTabs__25ohP {
    padding: 15px;
    gap: 8px;
  }

  .News_categoryTab__EckvL {
    padding: 8px 16px;
    font-size: 13px;
  }

  .News_newsGrid__Zmhci {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .News_newsImage__9NMR9 {
    height: 180px;
  }

  .News_newsContent__NAYEH {
    padding: 20px;
  }

  .News_newsTitle__a958q {
    font-size: 18px;
  }

  .News_newsDescription__7XMij {
    font-size: 14px;
  }
}


/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/components/QuickLinks.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.QuickLinks_quickLinks__OaYCR {
  padding: 40px 0;
  background: #f8fafc;
  margin-top: -30px;
  position: relative;
  z-index: 10;
}

.QuickLinks_linksGrid__D9qU0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
  gap: 20px;
}

.QuickLinks_linkCard__Pfbf8 {
  background: white;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  border: 2px solid transparent;
  cursor: pointer;
}

.QuickLinks_linkCard__Pfbf8:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: var(--accent-color);
}

.QuickLinks_linkIcon__0bg7V {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: transform 0.3s;
}

.QuickLinks_linkCard__Pfbf8:hover .QuickLinks_linkIcon__0bg7V {
  transform: scale(1.1) rotate(5deg);
}

.QuickLinks_linkCard__Pfbf8 h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 8px 0;
}

.QuickLinks_linkCard__Pfbf8 p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}

@media (max-width: 768px) {
  .QuickLinks_quickLinks__OaYCR {
    padding: 30px 0;
  }

  .QuickLinks_linksGrid__D9qU0 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .QuickLinks_linkCard__Pfbf8 {
    padding: 20px;
  }

  .QuickLinks_linkIcon__0bg7V {
    width: 60px;
    height: 60px;
  }

  .QuickLinks_linkCard__Pfbf8 h3 {
    font-size: 16px;
  }

  .QuickLinks_linkCard__Pfbf8 p {
    font-size: 12px;
  }
}


/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/components/Contact.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.Contact_contact__jrMJB {
  padding: 80px 0;
  background: linear-gradient(to bottom, #f8fafc 0%, #ffffff 100%);
}

.Contact_contactHeader__l6_Um {
  text-align: center;
  margin-bottom: 60px;
}

.Contact_sectionTitle__cl9LB {
  font-size: 36px;
  font-weight: 700;
  color: #1e3a8a;
  margin: 0 0 15px 0;
}

.Contact_sectionSubtitle__b9Bjz {
  font-size: 18px;
  color: #64748b;
  margin: 0;
}

.Contact_tabContainer__thMK1 {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 40px;
}

.Contact_tab__zRO6O {
  padding: 12px 32px;
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #64748b;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Sarabun', sans-serif;
}

.Contact_tab__zRO6O:hover {
  border-color: #3b82f6;
  color: #3b82f6;
}

.Contact_tabActive__oCk_n {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  border-color: #3b82f6;
  color: white;
  box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
}

.Contact_tabActive__oCk_n:hover {
  border-color: #3b82f6;
  color: white;
}

.Contact_contactGrid__u70Bb {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  gap: 40px;
}

.Contact_contactInfo__zabpp {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.Contact_infoCard__XB1im {
  background: white;
  padding: 25px;
  border-radius: 12px;
  display: flex;
  gap: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  animation: Contact_slideInLeft__eWoLS 0.6s ease-out;
}

.Contact_infoCard__XB1im:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateX(5px);
}

.Contact_infoIcon__wHGgP {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.Contact_infoContent__4I_mt h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 10px 0;
}

.Contact_infoContent__4I_mt p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.8;
  margin: 0;
}

.Contact_contactDetailList__oAlqj {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.Contact_contactDetailList__oAlqj p {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin: 0;
}

.Contact_contactDetailLabel__2Vj5F {
  min-width: 4.5em;
  font-weight: 600;
  color: #475569;
}

.Contact_contactDetailList__oAlqj a {
  color: #2563eb;
  text-decoration: none;
  word-break: break-word;
}

.Contact_contactDetailList__oAlqj a:hover {
  text-decoration: underline;
}

.Contact_mapCard__nF2XP {
  background: white;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  animation: Contact_slideInLeft__eWoLS 0.6s ease-out;
}

.Contact_mapTitle__92ntr {
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 12px 0;
}

.Contact_mapFrame__PSAT4 {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.Contact_mapIframe__UQIe3 {
  width: 100%;
  height: 100%;
}

.Contact_contactForm__locT2 {
  animation: Contact_slideInRight__Og4tz 0.6s ease-out;
}

.Contact_formContainer__u_WVu {
  background: white;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.Contact_formTitle__aGmyw {
  font-size: 24px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 25px 0;
}

.Contact_form__2wCCj {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.Contact_formGroup__HIHh_ {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.Contact_formGroup__HIHh_ label {
  font-size: 15px;
  font-weight: 500;
  color: #334155;
}

.Contact_formGroup__HIHh_ input,
.Contact_formGroup__HIHh_ textarea {
  padding: 12px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 15px;
  font-family: 'Sarabun', sans-serif;
  transition: all 0.3s;
}

.Contact_formGroup__HIHh_ input:focus,
.Contact_formGroup__HIHh_ textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.Contact_formGroup__HIHh_ textarea {
  resize: vertical;
  min-height: 120px;
}

.Contact_submitBtn__KYl7_ {
  padding: 14px 32px;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Sarabun', sans-serif;
  box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
}

.Contact_submitBtn__KYl7_:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(30, 58, 138, 0.4);
}

.Contact_submitBtn__KYl7_:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.Contact_submitBtnComplaint__ujlyj {
  background: linear-gradient(135deg, #991b1b 0%, #dc2626 100%);
  box-shadow: 0 4px 15px rgba(153, 27, 27, 0.3);
}

.Contact_submitBtnComplaint__ujlyj:hover {
  box-shadow: 0 6px 25px rgba(153, 27, 27, 0.4);
}

@media (max-width: 968px) {
  .Contact_contactGrid__u70Bb {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .Contact_contact__jrMJB {
    padding: 60px 0;
  }

  .Contact_sectionTitle__cl9LB {
    font-size: 28px;
  }

  .Contact_sectionSubtitle__b9Bjz {
    font-size: 16px;
  }

  .Contact_formContainer__u_WVu {
    padding: 25px;
  }

  .Contact_formTitle__aGmyw {
    font-size: 20px;
  }

  .Contact_infoCard__XB1im {
    padding: 20px;
  }

  .Contact_infoIcon__wHGgP {
    width: 50px;
    height: 50px;
  }
}


/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/components/Footer.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__0IXn3 {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  color: white;
  padding: 60px 0 20px;
}

.Footer_footerGrid__kJfGU {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  grid-gap: 40px;
  gap: 40px;
  margin-bottom: 40px;
}

.Footer_footerColumn__FLta8 h4 {
  margin: 0 0 20px 0;
}

.Footer_footerLogo__h2xG3 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.Footer_logoIcon__4duQ7 {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.Footer_logoImage__sWD0Y {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Footer_footerLogo__h2xG3 h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.Footer_footerLogo__h2xG3 p {
  font-size: 13px;
  margin: 2px 0 0 0;
  opacity: 0.9;
}

.Footer_footerDesc__JMtgz {
  font-size: 14px;
  line-height: 1.7;
  color: #cbd5e1;
  margin: 0 0 20px 0;
}

.Footer_socialLinks__Fh6yT {
  display: flex;
  gap: 12px;
}

.Footer_socialIcon__n4asw {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  color: white;
}

.Footer_socialIcon__n4asw:hover {
  background: #3b82f6;
  transform: translateY(-3px);
}

.Footer_visitorStats__emDji {
  margin-top: 25px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.Footer_visitorStats__emDji::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s;
}

.Footer_visitorStats__emDji:hover::before {
  left: 100%;
}

.Footer_visitorStats__emDji:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.2);
}

.Footer_visitorStatsIcon__94bPO {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
}

.Footer_visitorStatsIcon__94bPO::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(135deg, #3b82f6, #2563eb, #3b82f6);
  background-size: 200% 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s;
  animation: Footer_borderRotate__sZL5s 3s linear infinite;
}

.Footer_visitorStats__emDji:hover .Footer_visitorStatsIcon__94bPO::after {
  opacity: 1;
}

@keyframes Footer_borderRotate__sZL5s {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.Footer_visitorStatsIcon__94bPO.Footer_pulse__8llmk {
  animation: Footer_pulse__8llmk 2s ease-in-out infinite;
}

@keyframes Footer_pulse__8llmk {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 8px rgba(59, 130, 246, 0);
  }
}

.Footer_iconBounce__AFY5C {
  animation: Footer_bounce__C52S2 2s ease-in-out infinite;
}

@keyframes Footer_bounce__C52S2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.Footer_visitorStatsNumber__E_bgf {
  font-size: 36px;
  font-weight: 700;
  color: white;
  line-height: 1;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  min-width: 60px;
}

.Footer_visitorStatsNumber__E_bgf.Footer_numberPop__PEV7g {
  animation: Footer_numberPop__PEV7g 0.5s ease-out;
}

@keyframes Footer_numberPop__PEV7g {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.Footer_visitorStats__emDji:hover .Footer_visitorStatsNumber__E_bgf {
  transform: scale(1.05);
  background: linear-gradient(135deg, #60a5fa 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.Footer_visitorStatsLabel__p9Yux {
  font-size: 14px;
  color: #cbd5e1;
  font-weight: 500;
  transition: color 0.3s;
  flex: 1 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Footer_visitorStats__emDji:hover .Footer_visitorStatsLabel__p9Yux {
  color: #ffffff;
}

.Footer_footerTitle__x4IC_ {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: white;
}

.Footer_footerLinks__L3vZo {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.Footer_footerLinks__L3vZo a {
  color: #cbd5e1;
  font-size: 14px;
  transition: all 0.3s;
  display: inline-block;
}

.Footer_footerLinks__L3vZo a:hover {
  color: #3b82f6;
  transform: translateX(5px);
}

.Footer_contactList__WtAJq {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.Footer_contactList__WtAJq li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.6;
}

.Footer_contactList__WtAJq li svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #3b82f6;
}

.Footer_footerBottom__jCLw1 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.Footer_footerCopyright__dkRZV {
  margin: 0;
  font-size: 14px;
  color: #cbd5e1;
  line-height: 1.5;
}

.Footer_footerBottomLinks__Mhush {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.Footer_footerCredit__P3yb3 {
  font-size: 14px;
  font-weight: 600;
  color: #60a5fa;
  text-decoration: none;
  white-space: nowrap;
}

.Footer_footerCredit__P3yb3:hover {
  color: #93c5fd;
  text-decoration: underline;
}

.Footer_footerBottomLinks__Mhush a {
  color: #cbd5e1;
  transition: color 0.3s;
}

.Footer_footerBottomLinks__Mhush a:hover {
  color: #3b82f6;
}

.Footer_footerBottomLinks__Mhush span {
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 968px) {
  .Footer_footerGrid__kJfGU {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .Footer_footer__0IXn3 {
    padding: 40px 0 20px;
  }

  .Footer_footerGrid__kJfGU {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .Footer_visitorStats__emDji {
    margin-top: 20px;
    padding: 16px;
  }

  .Footer_visitorStatsIcon__94bPO {
    width: 45px;
    height: 45px;
  }

  .Footer_visitorStatsNumber__E_bgf {
    font-size: 24px;
  }

  .Footer_visitorStatsLabel__p9Yux {
    font-size: 12px;
  }

  .Footer_footerBottom__jCLw1 {
    flex-direction: column;
    text-align: center;
  }

  .Footer_footerBottomLinks__Mhush {
    flex-wrap: wrap;
    justify-content: center;
  }
}


/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/components/CookieConsent.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.CookieConsent_cookieConsent__b4lxw {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  animation: CookieConsent_slideUp__VbAvS 0.3s ease-out;
  pointer-events: auto;
}

@keyframes CookieConsent_slideUp__VbAvS {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.CookieConsent_cookieContent__OdW6C {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.CookieConsent_cookieIcon__NfRRq {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.CookieConsent_cookieText__XU6t5 {
  flex: 1 1;
  min-width: 0;
}

.CookieConsent_cookieText__XU6t5 h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
}

.CookieConsent_cookieText__XU6t5 p {
  margin: 0;
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

.CookieConsent_cookieText__XU6t5 a {
  color: #3b82f6;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s;
}

.CookieConsent_cookieText__XU6t5 a:hover {
  color: #2563eb;
}

.CookieConsent_cookieActions__vePMO {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.CookieConsent_acceptButton__qDH9p,
.CookieConsent_declineButton__NzFpX {
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  white-space: nowrap;
}

.CookieConsent_acceptButton__qDH9p {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.CookieConsent_acceptButton__qDH9p:hover {
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
  transform: translateY(-1px);
}

.CookieConsent_acceptButton__qDH9p:active {
  transform: translateY(0);
}

.CookieConsent_declineButton__NzFpX {
  background: #f1f5f9;
  color: #64748b;
  border: 2px solid #e2e8f0;
}

.CookieConsent_declineButton__NzFpX:hover {
  background: #e2e8f0;
  color: #475569;
  border-color: #cbd5e1;
}

.CookieConsent_closeButton__ipM0G {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f1f5f9;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #64748b;
  transition: all 0.2s;
  flex-shrink: 0;
}

.CookieConsent_closeButton__ipM0G:hover {
  background: #e2e8f0;
  color: #475569;
}

@media (max-width: 768px) {
  .CookieConsent_cookieConsent__b4lxw {
    padding: 12px;
  }

  .CookieConsent_cookieContent__OdW6C {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 16px;
  }

  .CookieConsent_cookieIcon__NfRRq {
    width: 48px;
    height: 48px;
  }

  .CookieConsent_cookieIcon__NfRRq svg {
    width: 24px;
    height: 24px;
  }

  .CookieConsent_cookieText__XU6t5 h3 {
    font-size: 16px;
  }

  .CookieConsent_cookieText__XU6t5 p {
    font-size: 13px;
  }

  .CookieConsent_cookieActions__vePMO {
    width: 100%;
    flex-direction: column;
  }

  .CookieConsent_acceptButton__qDH9p,
  .CookieConsent_declineButton__NzFpX {
    width: 100%;
    padding: 12px 24px;
  }

  .CookieConsent_closeButton__ipM0G {
    top: 8px;
    right: 8px;
  }
}


/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/components/WelcomeModal.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.WelcomeModal_modalOverlay__KK1lB {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 12px;
  animation: WelcomeModal_fadeIn__AuvfG 0.3s ease-out;
}

@keyframes WelcomeModal_fadeIn__AuvfG {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.WelcomeModal_modalContent__9wycy {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  border-radius: 0;
  width: min(80vw, calc(100vw - 24px));
  height: min(80vh, calc(100vh - 24px));
  height: min(80dvh, calc(100dvh - 24px));
  max-width: calc(100vw - 24px);
  max-height: calc(100vh - 24px);
  max-height: calc(100dvh - 24px);
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  animation: WelcomeModal_slideUp__e0wwY 0.3s ease-out;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}

@keyframes WelcomeModal_slideUp__e0wwY {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.WelcomeModal_modalBody__jx_kP {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.WelcomeModal_imageSection__bJ1Ep {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.WelcomeModal_imageWrapper___At4h {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.WelcomeModal_modalImage__avLIP {
  object-fit: contain;
}

.WelcomeModal_imageNavPrev__XNyzJ,
.WelcomeModal_imageNavNext__QitHO {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: background 0.2s, transform 0.2s;
}

.WelcomeModal_imageNavPrev__XNyzJ {
  left: 12px;
}

.WelcomeModal_imageNavNext__QitHO {
  right: 12px;
}

.WelcomeModal_imageNavPrev__XNyzJ:hover,
.WelcomeModal_imageNavNext__QitHO:hover {
  background: rgba(0, 0, 0, 0.65);
  transform: translateY(-50%) scale(1.05);
}

.WelcomeModal_imageNavPrev__XNyzJ:active,
.WelcomeModal_imageNavNext__QitHO:active {
  transform: translateY(-50%) scale(0.97);
}

.WelcomeModal_textSection__2zVGO {
  flex: 0 0 auto;
  max-height: min(34vh, 280px);
  padding: 14px 20px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  color: white;
  background: rgba(15, 23, 42, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.WelcomeModal_modalTitle__54JnV {
  font-size: clamp(15px, 2.2vw, 18px);
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 1.35;
  text-align: center;
  color: #ffffff;
}

.WelcomeModal_modalMessage__KY2l_ {
  font-size: clamp(13px, 1.8vw, 15px);
  line-height: 1.65;
  color: #e2e8f0;
  text-align: center;
}

.WelcomeModal_modalMessage__KY2l_ p {
  margin-bottom: 12px;
}

.WelcomeModal_closeButtonTop__n2hk7 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.3s;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.WelcomeModal_closeButtonTop__n2hk7:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.WelcomeModal_closeButtonTop__n2hk7:active {
  transform: scale(0.95);
}

.WelcomeModal_loadingContainer__hYfng {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-height: 0;
  padding: 60px 40px;
  gap: 30px;
}

.WelcomeModal_loadingSpinner__RmLc_ {
  position: relative;
  width: 80px;
  height: 80px;
}

.WelcomeModal_spinner__1ys2s {
  width: 100%;
  height: 100%;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: WelcomeModal_spin__JBGnL 1s linear infinite;
}

@keyframes WelcomeModal_spin__JBGnL {
  to {
    transform: rotate(360deg);
  }
}

.WelcomeModal_loadingText__pYoWD {
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  opacity: 0.9;
  animation: WelcomeModal_pulse__haeIG 1.5s ease-in-out infinite;
}

@keyframes WelcomeModal_pulse__haeIG {
  0%, 100% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.5;
  }
}

.WelcomeModal_imageIndicator__5qAlz {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .WelcomeModal_textSection__2zVGO {
    max-height: min(38vh, 260px);
    padding: 12px 14px 16px;
  }

  .WelcomeModal_modalTitle__54JnV {
    font-size: 16px;
  }

  .WelcomeModal_modalMessage__KY2l_ {
    font-size: 13px;
  }

  .WelcomeModal_imageNavPrev__XNyzJ,
  .WelcomeModal_imageNavNext__QitHO {
    width: 44px;
    height: 44px;
  }

  .WelcomeModal_imageNavPrev__XNyzJ {
    left: 8px;
  }

  .WelcomeModal_imageNavNext__QitHO {
    right: 8px;
  }

  .WelcomeModal_closeButtonTop__n2hk7 {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    background: rgba(239, 68, 68, 0.9);
    border-color: rgba(255, 255, 255, 0.5);
  }

  .WelcomeModal_closeButtonTop__n2hk7:hover {
    background: rgba(239, 68, 68, 1);
  }

  .WelcomeModal_imageIndicator__5qAlz {
    top: 60px;
    left: 10px;
  }

  .WelcomeModal_loadingContainer__hYfng {
    min-height: 400px;
    padding: 40px 20px;
  }

  .WelcomeModal_loadingSpinner__RmLc_ {
    width: 60px;
    height: 60px;
  }

  .WelcomeModal_loadingText__pYoWD {
    font-size: 16px;
  }
}


/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/components/Personnel.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.Personnel_personnel__dmnLq {
  padding: 0;
  background: #f5f5f5;
  min-height: auto;
}

/* Header Banner */
.Personnel_headerBanner__1JnOz {
  background: #1e3a8a;
  padding: 40px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.Personnel_bannerDecoration__Z9wsz {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.Personnel_bannerDecoration__Z9wsz::before,
.Personnel_bannerDecoration__Z9wsz::after {
  content: '';
  width: 4px;
  background: white;
  border-radius: 2px;
}

.Personnel_bannerDecoration__Z9wsz::before {
  height: 60px;
}

.Personnel_bannerDecoration__Z9wsz::after {
  height: 40px;
}

.Personnel_bannerTitle___6Pwo {
  font-size: 32px;
  font-weight: 700;
  color: white;
  margin: 0;
  text-align: center;
  letter-spacing: 0.5px;
}

.Personnel_fullWidthContainer__oPGn_ {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 60px 20px;
  background: #f5f5f5;
}

.Personnel_orgStructure__bc8uP {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
}

/* ผู้อำนวยการ */
.Personnel_directorSection__89JrO {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 40px 20px;
  position: relative;
  z-index: 2;
  min-height: 200px;
}

.Personnel_directorCard__iv_g4 {
  background: white;
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
}

.Personnel_directorImage__8F7xU {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 20px;
  overflow: hidden;
  border: 4px solid #e2e8f0;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.Personnel_directorImage__8F7xU:hover {
  z-index: 1000;
  transform: scale(3);
  border-color: #3b82f6;
  border-width: 1px;
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.4);
  background: white;
  overflow: visible;
}

.Personnel_directorImage__8F7xU .Personnel_image__Ooeug {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

.Personnel_directorImage__8F7xU .Personnel_placeholderIcon__7pJEe {
  font-size: 60px;
  opacity: 0.6;
}

.Personnel_directorName__jeWSC {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 8px 0;
}

.Personnel_directorPosition___kskS {
  font-size: 16px;
  color: #475569;
  margin: 0 0 4px 0;
  font-weight: 500;
}

.Personnel_directorRole__Y0BV6 {
  font-size: 18px;
  color: #1e3a8a;
  margin: 8px 0 0 0;
  font-weight: 600;
}

.Personnel_directorPhone__0_gJs {
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: 15px;
  font-weight: 600;
  color: #0f766e;
  text-decoration: none;
}

.Personnel_directorPhone__0_gJs:hover {
  text-decoration: underline;
}

/* เส้นเชื่อมต่อ */
.Personnel_connectorContainer__3AJHZ {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  overflow: visible;
}

.Personnel_connectorSvg__aU_CL {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.Personnel_connectorSvg__aU_CL path {
  fill: none;
  stroke: #3b82f6;
  stroke-width: 2.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 1px 1px rgba(59, 130, 246, 0.12));
}

/* กลุ่มงาน */
.Personnel_groupsSection__yRJL7 {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 40px;
}

.Personnel_groupsGrid__UxKXT {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-gap: 16px;
  gap: 16px;
  max-width: 100%;
  margin: 0 auto;
}

.Personnel_groupCard__N9pKw {
  background: white;
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  color: inherit;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid transparent;
}

.Personnel_groupCardBody__FDYCC {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex: 1 1 auto;
  text-decoration: none;
  color: inherit;
}

.Personnel_groupCard__N9pKw:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-color: #1e3a8a;
}

.Personnel_cardPhone__xDQII {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 600;
  color: #0f766e;
  line-height: 1.3;
  text-decoration: none;
  word-break: break-all;
}

.Personnel_cardPhone__xDQII:hover {
  text-decoration: underline;
}

.Personnel_groupImage__zMrXr {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 12px;
  overflow: hidden;
  border: 2px solid #e2e8f0;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.Personnel_groupImage__zMrXr:hover {
  z-index: 1000;
  transform: scale(5);
  border-color: #3b82f6;
  border-width: 1px;
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.4);
  background: white;
  overflow: visible;
}

.Personnel_groupImage__zMrXr .Personnel_image__Ooeug {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

.Personnel_groupImage__zMrXr .Personnel_placeholderIcon__7pJEe {
  font-size: 35px;
  opacity: 0.6;
}

.Personnel_groupName__B201U {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.Personnel_groupPosition__F0esE {
  font-size: 12px;
  color: #475569;
  margin: 0 0 3px 0;
  font-weight: 500;
}

.Personnel_groupDepartment__rV35m {
  font-size: 11px;
  color: #64748b;
  margin: 3px 0 0 0;
  line-height: 1.3;
}

.Personnel_loading__oeg8g {
  text-align: center;
  padding: 60px 20px;
  color: #64748b;
  font-size: 18px;
}

@media (max-width: 768px) {
  .Personnel_headerBanner__1JnOz {
    padding: 30px 15px;
  }

  .Personnel_bannerTitle___6Pwo {
    font-size: 22px;
  }

  .Personnel_bannerDecoration__Z9wsz {
    left: 20px;
  }

  .Personnel_fullWidthContainer__oPGn_ {
    padding: 40px 15px;
  }

  .Personnel_directorCard__iv_g4 {
    padding: 30px 20px;
  }

  .Personnel_directorImage__8F7xU {
    width: 100px;
    height: 100px;
  }

  .Personnel_directorName__jeWSC {
    font-size: 20px;
  }

  .Personnel_groupsGrid__UxKXT {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
  }

  .Personnel_groupCard__N9pKw {
    padding: 16px 12px;
  }

  .Personnel_groupImage__zMrXr {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .Personnel_groupImage__zMrXr .Personnel_placeholderIcon__7pJEe {
    font-size: 30px;
  }

  .Personnel_groupName__B201U {
    font-size: 13px;
  }

  .Personnel_groupPosition__F0esE {
    font-size: 11px;
  }

  .Personnel_groupDepartment__rV35m {
    font-size: 10px;
  }
}

