@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700;800&display=swap');

body.home-lac {
  --lac-bg: #03070d;
  --lac-bg-soft: #060d16;
  --lac-panel: #0b1422;
  --lac-line: rgba(172, 196, 233, 0.2);
  --lac-line-strong: rgba(206, 223, 252, 0.34);
  --lac-text: #ebf3ff;
  --lac-muted: rgba(208, 223, 246, 0.78);
  --lac-accent: #1285ff;
  --lac-accent-hover: #0b6ed6;
  background: var(--lac-bg);
  color: var(--lac-text);
  padding-top: 92px;
}

body.home-lac,
body.home-lac .body {
  background: var(--lac-bg);
}

body.home-lac #header {
  z-index: 999999 !important;
}

body.home-lac #header .header-body {
  background: rgba(4, 10, 18, 0.82);
  border: 0;
  border-radius: 0;
  box-shadow: 0 12px 34px rgba(2, 7, 13, 0.45);
  backdrop-filter: blur(12px);
}

body.home-lac #header .header-container.container {
  width: 100%;
  max-width: none;
  padding-left: 36px;
  padding-right: 36px;
}

body.home-lac #header .header-logo img {
  width: 160px;
  height: auto;
  filter: none;
}

body.home-lac #header .header-nav-main nav > ul > li > a {
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(224, 237, 255, 0.86);
  padding: 10px 12px;
  background: transparent;
}

body.home-lac #header .header-nav-main nav > ul > li > a:hover,
body.home-lac #header .header-nav-main nav > ul > li.active > a {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

body.home-lac #header .header-social-icons a {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(168, 189, 221, 0.3);
  color: #edf4ff;
}

body.home-lac #header .header-social-icons a:hover {
  background: var(--lac-accent);
  border-color: var(--lac-accent);
  color: #fff;
}

body.home-lac #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  background: rgba(7, 14, 25, 0.96);
  border: 1px solid rgba(177, 203, 240, 0.2);
  border-radius: 12px;
  box-shadow: 0 20px 44px rgba(2, 5, 9, 0.55);
}

body.home-lac #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a {
  color: rgba(223, 236, 254, 0.88);
  border-radius: 8px;
}

body.home-lac #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a:hover {
  background: rgba(18, 133, 255, 0.2);
  color: #fff;
}

body.home-lac .main {
  padding-top: 0;
  padding-bottom: 0;
}

body.home-lac .homev6 {
  background: var(--lac-bg);
}

body.home-lac .homev6-full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

body.home-lac .homev6-hero {
  position: relative;
  min-height: calc(100vh - 92px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

body.home-lac .homev6-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(2, 8, 16, 0.36) 2%, rgba(2, 8, 16, 0.08) 45%, rgba(2, 8, 16, 0.26) 100%),
    url('../img/home-lacoustics/hero-official-partner.jpg') center center / cover no-repeat;
  transform: scale(1.02);
  animation: homeLacHeroPan 20s ease-in-out infinite alternate;
}

body.home-lac .homev6-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(95deg, rgba(2, 8, 15, 0.9) 0%, rgba(2, 8, 15, 0.34) 56%, rgba(2, 8, 15, 0.1) 100%),
    linear-gradient(0deg, rgba(2, 8, 15, 0.62) 0%, rgba(2, 8, 15, 0) 36%);
}

body.home-lac .homev6-hero-content {
  position: relative;
  z-index: 2;
  max-width: 860px;
  padding: 56px 5vw 78px;
}

body.home-lac .homev6-kicker {
  margin: 0 0 12px;
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(207, 224, 246, 0.88) !important;
}

body.home-lac .homev6-hero-content h1,
body.home-lac .homev6-section-head h2,
body.home-lac .homev6-slide-item .homev6-slide-title,
body.home-lac .homev6-cta h2 {
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
}

body.home-lac .homev6-hero-content h1 {
  margin: 0 0 16px;
  max-width: 820px;
  font-size: clamp(40px, 7.2vw, 110px);
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

body.home-lac .homev6-hero-content p {
  margin: 0 0 24px;
  max-width: 720px;
  font-size: 17px;
  line-height: 1.66;
  color: var(--lac-muted) !important;
}

body.home-lac .homev6-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

body.home-lac .homev6-btn {
  min-width: 154px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

body.home-lac .homev6-btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

body.home-lac .homev6-btn-primary {
  background: var(--lac-accent);
  border-color: var(--lac-accent);
  color: #fff;
}

body.home-lac .homev6-btn-primary:hover {
  background: var(--lac-accent-hover);
  border-color: var(--lac-accent-hover);
  color: #fff;
}

body.home-lac .homev6-btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(191, 214, 245, 0.44);
  color: #eff6ff;
}

body.home-lac .homev6-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(231, 242, 255, 0.62);
  color: #fff;
}

body.home-lac .homev6-scroll-indicator {
  position: absolute;
  right: 5vw;
  bottom: 36px;
  z-index: 3;
  min-width: 170px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(196, 216, 247, 0.36);
  background: rgba(7, 15, 25, 0.52);
  color: #f3f8ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.home-lac .homev6-scroll-indicator:hover {
  text-decoration: none;
  background: rgba(10, 22, 36, 0.82);
  color: #fff;
}

body.home-lac .homev6-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 20px 5vw;
  background: var(--lac-bg-soft);
  border-top: 1px solid rgba(174, 200, 236, 0.12);
  border-bottom: 1px solid rgba(174, 200, 236, 0.12);
}

body.home-lac .homev6-strip > div {
  border-left: 1px solid rgba(174, 200, 236, 0.18);
  padding: 0 18px;
}

body.home-lac .homev6-strip > div:first-child {
  border-left: 0;
  padding-left: 0;
}

body.home-lac .homev6-strip > div:last-child {
  padding-right: 0;
}

body.home-lac .homev6-strip strong {
  display: block;
  margin: 0 0 4px;
  color: #f3f9ff;
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.home-lac .homev6-strip span {
  color: rgba(198, 215, 239, 0.76) !important;
  font-size: 12px;
  line-height: 1.5;
}

body.home-lac .homev6-installations {
  background: #040a12;
  padding: 44px 0 0;
}

body.home-lac .homev6-section-head {
  padding: 0 5vw 18px;
}

body.home-lac .homev6-section-head h2 {
  margin: 0;
  font-size: clamp(28px, 4.2vw, 54px);
  letter-spacing: -0.01em;
  line-height: 0.98;
  text-transform: uppercase;
  color: #f6fbff;
}

body.home-lac .homev6-section-head p {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(198, 215, 239, 0.7) !important;
}

body.home-lac .homev6-project-carousel .owl-stage-outer {
  overflow: hidden;
}

body.home-lac .homev6-slide-item {
  min-height: 76vh;
  position: relative;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px 5vw 90px;
  background-size: cover;
  background-position: center;
  transform: translateZ(0);
}

body.home-lac .homev6-slide-item:before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(2, 7, 15, 0.86) 8%, rgba(2, 7, 15, 0.3) 58%, rgba(2, 7, 15, 0.1) 100%),
    linear-gradient(120deg, rgba(17, 133, 255, 0) 20%, rgba(17, 133, 255, 0.24) 50%, rgba(17, 133, 255, 0) 80%);
}

body.home-lac .homev6-slide-item .homev6-slide-count,
body.home-lac .homev6-slide-item .homev6-slide-title,
body.home-lac .homev6-slide-item .homev6-slide-subtitle {
  position: relative;
  z-index: 1;
  display: block;
}

body.home-lac .homev6-slide-item .homev6-slide-count {
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(208, 223, 246, 0.94) !important;
}

body.home-lac .homev6-slide-item .homev6-slide-title {
  margin: 0 0 10px;
  max-width: 900px;
  font-size: clamp(34px, 5vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

body.home-lac .homev6-slide-item .homev6-slide-subtitle {
  max-width: 680px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(219, 232, 251, 0.88) !important;
}

body.home-lac .homev6-slide-item:hover {
  text-decoration: none;
}

body.home-lac .homev6-project-carousel .owl-dots {
  position: absolute;
  left: 5vw;
  bottom: 34px;
  margin: 0;
}

body.home-lac .homev6-project-carousel .owl-dot span {
  width: 30px;
  height: 2px;
  margin: 3px;
  border-radius: 999px;
  background: rgba(192, 210, 236, 0.34);
}

body.home-lac .homev6-project-carousel .owl-dot.active span,
body.home-lac .homev6-project-carousel .owl-dot:hover span {
  background: var(--lac-accent);
}

body.home-lac .homev6-project-carousel .owl-nav {
  position: absolute;
  right: 5vw;
  bottom: 24px;
  margin: 0;
}

body.home-lac .homev6-project-carousel .owl-nav [class*='owl-'] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(191, 213, 243, 0.4) !important;
  background: rgba(6, 15, 25, 0.56) !important;
  color: #eff6ff !important;
  margin-left: 8px;
  line-height: 34px;
}

body.home-lac .homev6-project-carousel .owl-nav [class*='owl-']:hover {
  border-color: var(--lac-accent) !important;
  background: var(--lac-accent) !important;
}

body.home-lac .homev6-capabilities {
  background: #050d17;
  border-top: 1px solid rgba(174, 200, 236, 0.12);
  border-bottom: 1px solid rgba(174, 200, 236, 0.12);
  padding: 38px 5vw 44px;
}

body.home-lac .homev6-capabilities .homev6-section-head {
  padding-left: 0;
  padding-right: 0;
}

body.home-lac .homev6-cap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.home-lac .homev6-cap-grid article {
  border: 1px solid rgba(183, 206, 242, 0.2);
  background: rgba(9, 18, 31, 0.84);
  border-radius: 18px;
  padding: 20px 18px;
}

body.home-lac .homev6-cap-grid h3 {
  margin: 0 0 8px;
  color: #f3f8ff;
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  font-size: 20px;
  line-height: 1.15;
}

body.home-lac .homev6-cap-grid p {
  margin: 0;
  color: rgba(197, 215, 240, 0.85) !important;
  font-size: 14px;
  line-height: 1.65;
}

body.home-lac .homev6-process {
  background: var(--lac-bg-soft);
  padding: 36px 5vw 48px;
}

body.home-lac .homev6-process .homev6-section-head {
  padding-left: 0;
  padding-right: 0;
}

body.home-lac .homev6-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.home-lac .homev6-process-grid article {
  border: 1px solid var(--lac-line);
  border-radius: 16px;
  background: rgba(8, 17, 29, 0.88);
  padding: 16px;
}

body.home-lac .homev6-process-grid h3 {
  margin: 0 0 7px;
  color: #f4f9ff;
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.home-lac .homev6-process-grid p {
  margin: 0;
  color: rgba(197, 215, 240, 0.82) !important;
  font-size: 13px;
  line-height: 1.55;
}

body.home-lac .homev6-cta {
  position: relative;
  padding: 56px 5vw 72px;
  background:
    linear-gradient(118deg, rgba(3, 8, 16, 0.92), rgba(3, 8, 16, 0.7)),
    url('../img/home-lacoustics/work-uob.jpg') center center / cover no-repeat;
}

body.home-lac .homev6-cta:before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 84% 10%, rgba(18, 133, 255, 0.2), transparent 36%);
}

body.home-lac .homev6-cta .homev6-kicker,
body.home-lac .homev6-cta h2,
body.home-lac .homev6-cta .homev6-actions {
  position: relative;
  z-index: 1;
}

body.home-lac .homev6-cta h2 {
  margin: 0 0 18px;
  max-width: 920px;
  color: #fff;
  font-size: clamp(30px, 4.2vw, 60px);
  line-height: 0.95;
  text-transform: uppercase;
}

body.home-lac .homev6-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

body.home-lac .homev6-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes homeLacHeroPan {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-1.5%, -1.5%, 0);
  }
}

@media (max-width: 1199px) {
  body.home-lac .homev6-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 14px;
  }

  body.home-lac .homev6-strip > div:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }

  body.home-lac .homev6-cap-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.home-lac .homev6-process-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991px) {
  body.home-lac {
    padding-top: 82px;
  }

  body.home-lac #header .header-container.container {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.home-lac #header .header-social-icons {
    display: none;
  }

  body.home-lac .homev6-hero {
    min-height: calc(84vh - 68px);
  }

  body.home-lac .homev6-hero-content {
    padding: 42px 16px 28px;
  }

  body.home-lac .homev6-strip,
  body.home-lac .homev6-section-head,
  body.home-lac .homev6-slide-item,
  body.home-lac .homev6-capabilities,
  body.home-lac .homev6-process,
  body.home-lac .homev6-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.home-lac .homev6-strip > div {
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(174, 200, 236, 0.14);
    padding-bottom: 10px;
  }

  body.home-lac .homev6-strip > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  body.home-lac .homev6-slide-item {
    min-height: 58vh;
    padding-bottom: 82px;
  }

  body.home-lac .homev6-cap-grid,
  body.home-lac .homev6-process-grid {
    grid-template-columns: 1fr;
  }

  body.home-lac .homev6-project-carousel .owl-dots {
    left: 16px;
  }

  body.home-lac .homev6-project-carousel .owl-nav {
    right: 16px;
  }

  body.home-lac .homev6-scroll-indicator {
    right: 16px;
    bottom: 16px;
  }
}

/* Home language switch */
body.home-lac #header .homev6-lang-switch > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body.home-lac #header .homev6-lang-switch > a i.fa-language {
  font-size: 13px;
}

body.home-lac #header .homev6-lang-switch .dropdown-menu > li > a {
  min-width: 132px;
}

/* Home footer contact block */
body.home-lac .homev6-footer {
  position: relative;
  margin-top: clamp(38px, 6vw, 72px);
  padding: 0;
  background: linear-gradient(180deg, #edf3fa 0%, #e7eff9 55%, #e1ebf8 100%);
  border-top: 1px solid rgba(137, 169, 210, 0.36);
  border-bottom: 1px solid rgba(137, 169, 210, 0.26);
}

body.home-lac .homev6-footer-shell {
  position: relative;
  max-width: none;
  margin: 0;
  border-radius: 0;
  overflow: visible;
  padding: clamp(28px, 4vw, 50px) 5vw clamp(24px, 3.4vw, 40px);
  border: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0.2) 48%, rgba(216, 231, 249, 0.4) 100%);
  box-shadow: none;
}

body.home-lac .homev6-footer-shell:before,
body.home-lac .homev6-footer-shell:after {
  display: none;
}

body.home-lac .homev6-footer-hero,
body.home-lac .homev6-footer-grid,
body.home-lac .homev6-footer-bottom {
  position: relative;
  z-index: 1;
}

body.home-lac .homev6-footer-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(148, 182, 222, 0.52);
  background: rgba(230, 241, 255, 0.6);
  color: #3f6085;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}

body.home-lac .homev6-footer h2 {
  margin: 14px 0 0;
  color: #122b47;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.02em;
  text-transform: none;
}

body.home-lac .homev6-footer-lead {
  margin: 12px 0 0;
  color: #1a3a5f;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.18;
  font-weight: 500;
}

body.home-lac #footer-subtitle {
  margin: 10px 0 0;
  max-width: 700px;
  color: #4d6480;
  font-size: clamp(15px, 1.8vw, 21px);
  line-height: 1.5;
}

body.home-lac .homev6-footer-grid {
  margin-top: clamp(22px, 3vw, 34px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(144, 176, 214, 0.34);
  border-bottom: 1px solid rgba(144, 176, 214, 0.3);
  padding: 16px 0;
}

body.home-lac .homev6-footer-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0 26px;
  box-shadow: none;
  transition: none;
}

body.home-lac .homev6-footer-card + .homev6-footer-card {
  border-left: 1px solid rgba(144, 176, 214, 0.34);
}

body.home-lac .homev6-footer-card:hover {
  transform: none;
}

body.home-lac .homev6-footer-label {
  margin: 0 0 12px;
  color: #183c64;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.home-lac .homev6-footer-phone,
body.home-lac .homev6-footer-mail {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0f2d4f;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  transition: color 0.2s ease;
}

body.home-lac .homev6-footer-phone {
  font-size: clamp(18px, 1.45vw, 24px);
  margin-top: 8px;
}

body.home-lac .homev6-footer-mail {
  font-size: clamp(18px, 1.6vw, 27px);
  margin-top: 8px;
  word-break: break-word;
}

body.home-lac .homev6-footer-phone i,
body.home-lac .homev6-footer-mail i {
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(145, 179, 220, 0.62);
  background: linear-gradient(160deg, #f5f9ff 0%, #e8f1fb 100%);
  color: #2c5f97;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

body.home-lac .homev6-footer-phone:hover,
body.home-lac .homev6-footer-mail:hover {
  color: #2372cb;
  text-decoration: none;
}

body.home-lac .homev6-footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.home-lac .homev6-footer-social-icons a {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(150, 186, 230, 0.56);
  background: linear-gradient(155deg, #f8fbff 0%, #e8f1fb 100%);
  color: #2f669f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

body.home-lac .homev6-footer-social-icons a:hover {
  transform: translateY(-2px);
  border-color: rgba(73, 136, 211, 0.7);
  background: linear-gradient(155deg, #f0f7ff 0%, #dbeafe 100%);
  color: #1f5fa8;
}

body.home-lac .homev6-footer-bottom {
  margin-top: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(168, 194, 226, 0.46);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 18px;
}

body.home-lac .homev6-footer-copy {
  margin: 0;
  color: #5f7490;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  body.home-lac .homev6-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
  }

  body.home-lac .homev6-footer-card {
    padding: 16px 0 0;
    border-top: 1px solid rgba(144, 176, 214, 0.34);
  }

  body.home-lac .homev6-footer-card + .homev6-footer-card {
    border-left: 0;
  }

  body.home-lac .homev6-footer-grid .homev6-footer-card:nth-child(1),
  body.home-lac .homev6-footer-grid .homev6-footer-card:nth-child(2) {
    padding-top: 0;
    border-top: 0;
  }

  body.home-lac .homev6-footer-grid .homev6-footer-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  body.home-lac .homev6-footer {
    margin-top: 26px;
    padding: 0;
  }

  body.home-lac .homev6-footer-shell {
    border-radius: 0;
    padding: 22px 4vw 24px;
  }

  body.home-lac .homev6-footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-top: 18px;
  }

  body.home-lac .homev6-footer-grid .homev6-footer-card:last-child {
    grid-column: auto;
  }

  body.home-lac .homev6-footer-card {
    padding: 12px 0 0;
  }

  body.home-lac .homev6-footer-grid .homev6-footer-card:first-child {
    padding-top: 0;
    border-top: 0;
  }

  body.home-lac .homev6-footer-bottom {
    margin-top: 14px;
    padding-top: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  body.home-lac .homev6-footer-phone {
    font-size: 20px;
  }

  body.home-lac .homev6-footer-mail {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  body.home-lac {
    padding-top: 78px;
  }

  body.home-lac .homev6-hero {
    min-height: calc(78vh - 60px);
  }

  body.home-lac .homev6-hero-content h1 {
    line-height: 0.94;
  }

  body.home-lac .homev6-hero-content p {
    font-size: 14px;
  }

  body.home-lac .homev6-btn {
    min-width: 136px;
    height: 38px;
    font-size: 10px;
  }

  body.home-lac .homev6-scroll-indicator {
    min-width: 152px;
    height: 36px;
    font-size: 9px;
  }

  body.home-lac .homev6-strip {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.home-lac .homev6-slide-item {
    min-height: 52vh;
    padding-top: 20px;
    padding-bottom: 74px;
  }

  body.home-lac .homev6-slide-item .homev6-slide-subtitle {
    font-size: 13px;
  }

  body.home-lac .homev6-section-head h2 {
    line-height: 1.02;
  }
}

/* Shared page theme for non-home pages */
body.lac-page {
  --lac-page-bg: #03070d;
  --lac-page-bg-soft: #060d17;
  --lac-page-panel: rgba(8, 18, 30, 0.9);
  --lac-page-line: rgba(181, 205, 239, 0.24);
  --lac-page-text: #edf5ff;
  --lac-page-muted: rgba(204, 220, 243, 0.86);
  --lac-page-accent: #1285ff;
  --lac-page-accent-hover: #0a6ed5;
  background:
    radial-gradient(circle at 8% 8%, rgba(19, 132, 255, 0.12), transparent 36%),
    radial-gradient(circle at 84% 2%, rgba(19, 132, 255, 0.08), transparent 32%),
    var(--lac-page-bg);
  color: var(--lac-page-text);
  padding-top: 92px;
}

body.lac-page,
body.lac-page .body {
  background-color: var(--lac-page-bg);
}

body.lac-page #header {
  z-index: 999999 !important;
}

body.lac-page #header .header-body {
  background: rgba(4, 10, 18, 0.84);
  border: 0;
  border-radius: 0;
  box-shadow: 0 12px 34px rgba(2, 8, 15, 0.48);
  backdrop-filter: blur(12px);
}

body.lac-page #header .header-container.container {
  width: 100%;
  max-width: none;
  padding-left: 34px;
  padding-right: 34px;
}

body.lac-page #header .header-logo img {
  width: 160px;
  height: auto;
  filter: none;
}

body.lac-page #header .header-nav-main nav > ul > li > a {
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(226, 238, 255, 0.84);
  padding: 10px 12px;
  border-radius: 999px;
}

body.lac-page #header .header-nav-main nav > ul > li > a:hover,
body.lac-page #header .header-nav-main nav > ul > li.active > a {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

body.lac-page #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  background: rgba(8, 15, 26, 0.98);
  border: 1px solid rgba(183, 206, 240, 0.22);
  border-radius: 12px;
  box-shadow: 0 20px 44px rgba(1, 4, 8, 0.56);
}

body.lac-page #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a {
  color: rgba(219, 233, 253, 0.9);
}

body.lac-page #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a:hover {
  background: rgba(18, 133, 255, 0.22);
  color: #fff;
}

body.lac-page #header .header-btn-collapse-nav {
  border: 1px solid rgba(177, 203, 240, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #ecf5ff;
}

body.lac-page #header .header-btn-collapse-nav:hover,
body.lac-page #header .header-btn-collapse-nav:focus {
  border-color: var(--lac-page-accent);
  background: var(--lac-page-accent);
  color: #fff;
}

body.lac-page #header .header-social-icons a {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(168, 190, 223, 0.28);
  color: #ebf4ff;
}

body.lac-page #header .header-social-icons a:hover {
  border-color: var(--lac-page-accent);
  background: var(--lac-page-accent);
  color: #fff;
}

body.lac-page .main {
  padding-top: 12px;
  padding-bottom: 34px;
}

body.lac-page .main h1,
body.lac-page .main h2,
body.lac-page .main h3,
body.lac-page .main h4,
body.lac-page .main h5,
body.lac-page .main .text-color-dark {
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  color: #f6fbff !important;
}

body.lac-page .main p,
body.lac-page .main li,
body.lac-page .main span,
body.lac-page .main .custom-text-color-1,
body.lac-page .main .custom-text-color-4,
body.lac-page .main .text-color-dark {
  color: var(--lac-page-muted) !important;
}

body.lac-page .main .text-color-light,
body.lac-page .main .text-color-white {
  color: #fff !important;
}

body.lac-page .main .section,
body.lac-page .main .feature-box,
body.lac-page .main .custom-timeline-box,
body.lac-page .main .portfolio-item,
body.lac-page .main .portfolio-detail-item,
body.lac-page .main .thumb-info-caption,
body.lac-page .main .custom-thumb-info-photographers,
body.lac-page .main .award-item,
body.lac-page .main .contact-details .feature-box {
  border: 1px solid var(--lac-page-line);
  border-radius: 20px;
  background: var(--lac-page-panel);
  box-shadow: 0 20px 44px rgba(2, 8, 15, 0.36);
}

body.lac-page .main .section {
  margin-top: 18px;
  margin-bottom: 18px;
  overflow: hidden;
}

body.lac-page .main .section.section-title,
body.lac-page .main .section.section-background,
body.lac-page .main .section.section-background1,
body.lac-page .main .slider-container.rev_slider_wrapper,
body.lac-page .main .section.section-parallax {
  position: relative;
  border: 0;
  border-radius: 28px;
  box-shadow: none;
  overflow: hidden;
}

body.lac-page .main .section.section-title:before,
body.lac-page .main .section.section-background:before,
body.lac-page .main .section.section-background1:before,
body.lac-page .main .section.section-parallax:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(3, 10, 18, 0.58), rgba(3, 10, 18, 0.78));
  pointer-events: none;
}

body.lac-page .main .section.section-title .container,
body.lac-page .main .section.section-background .container,
body.lac-page .main .section.section-background1 .container,
body.lac-page .main .section.section-parallax .container {
  position: relative;
  z-index: 1;
}

body.lac-page .main .section-title h1,
body.lac-page .main .tp-caption-main-custom {
  font-size: clamp(34px, 5vw, 64px) !important;
  line-height: 0.95 !important;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #fff !important;
}

body.lac-page .main .tp-caption-photo-label {
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.lac-page .main .feature-box {
  padding: 16px;
}

body.lac-page .main .feature-box .feature-box-icon {
  border-radius: 14px;
  overflow: hidden;
}

body.lac-page .main .custom-timeline-box {
  padding: 20px;
}

body.lac-page .main .custom-timeline-box .date,
body.lac-page .main .timeline-bar,
body.lac-page .main .custom-pagination .pagination > li > a,
body.lac-page .main .custom-pagination .pagination > li > span {
  color: #fff !important;
  background: var(--lac-page-accent) !important;
}

body.lac-page .main .timeline-bar {
  border-radius: 999px;
}

body.lac-page .main .portfolio-stripes .portfolio-item,
body.lac-page .main .portfolio-detail-item,
body.lac-page .main .item-image-wrapper,
body.lac-page .main .item-image {
  border-radius: 16px;
}

body.lac-page .main .sub-item-description {
  background: linear-gradient(to top, rgba(3, 10, 18, 0.82), rgba(3, 10, 18, 0.14));
}

body.lac-page .main .sub-item-description h5 {
  color: #fff;
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 14px;
}

body.lac-page .main .thumb-info-title-middle {
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.lac-page .main .owl-carousel .owl-nav [class*='owl-'] {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(191, 213, 243, 0.42) !important;
  background: rgba(7, 17, 30, 0.68) !important;
  color: #eff6ff !important;
}

body.lac-page .main .owl-carousel .owl-nav [class*='owl-']:hover {
  background: var(--lac-page-accent) !important;
  border-color: var(--lac-page-accent) !important;
}

body.lac-page .main .owl-carousel .owl-dots .owl-dot span {
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: rgba(194, 211, 236, 0.38);
}

body.lac-page .main .owl-carousel .owl-dots .owl-dot.active span {
  background: var(--lac-page-accent);
}

body.lac-page .main .btn,
body.lac-page .main button,
body.lac-page .main input[type='submit'] {
  border-radius: 999px;
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.lac-page .main .btn-primary,
body.lac-page .main .btn.btn-quaternary,
body.lac-page .main .btn-default {
  background: var(--lac-page-accent) !important;
  border-color: var(--lac-page-accent) !important;
  color: #fff !important;
}

body.lac-page .main .btn-primary:hover,
body.lac-page .main .btn.btn-quaternary:hover,
body.lac-page .main .btn-default:hover {
  background: var(--lac-page-accent-hover) !important;
  border-color: var(--lac-page-accent-hover) !important;
}

body.lac-page .main form#contactForm,
body.lac-page .main .custom-contact-form-style-1 {
  border: 1px solid var(--lac-page-line);
  border-radius: 20px;
  background: rgba(7, 16, 28, 0.88);
  padding: 20px;
}

body.lac-page .main input,
body.lac-page .main select,
body.lac-page .main textarea,
body.lac-page .main .form-control {
  border: 1px solid rgba(178, 203, 236, 0.28);
  border-radius: 12px;
  background: rgba(9, 19, 33, 0.92) !important;
  color: #ecf5ff !important;
}

body.lac-page .main input::placeholder,
body.lac-page .main textarea::placeholder {
  color: rgba(191, 209, 233, 0.68) !important;
}

body.lac-page .main input:focus,
body.lac-page .main textarea:focus,
body.lac-page .main select:focus {
  border-color: rgba(18, 133, 255, 0.65);
  box-shadow: 0 0 0 3px rgba(18, 133, 255, 0.16);
}

body.lac-page .main .section1 iframe {
  border-radius: 20px;
  border: 1px solid var(--lac-page-line);
}

body.lac-page .main .content-grid-item img,
body.lac-page .main .award-item img {
  opacity: 0.92;
}

body.lac-page #footer {
  background: #050d17;
  border-top: 1px solid rgba(174, 200, 236, 0.18);
}

body.lac-page #footer p,
body.lac-page #footer a,
body.lac-page #footer strong {
  color: rgba(210, 226, 247, 0.88) !important;
}

body.lac-page .section.section-text-light.section-background.m-none {
  position: relative;
  border: 1px solid var(--lac-page-line);
  border-radius: 24px;
  overflow: hidden;
}

body.lac-page .section.section-text-light.section-background.m-none:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(3, 10, 18, 0.64), rgba(3, 10, 18, 0.84));
}

body.lac-page .section.section-text-light.section-background.m-none .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  body.lac-page {
    padding-top: 82px;
  }

  body.lac-page #header .header-container.container {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.lac-page #header .header-social-icons {
    display: none;
  }

  body.lac-page .main {
    padding-top: 8px;
  }

  body.lac-page .main .section,
  body.lac-page .main .feature-box,
  body.lac-page .main .custom-timeline-box,
  body.lac-page .main .portfolio-item,
  body.lac-page .main .portfolio-detail-item,
  body.lac-page .main .thumb-info-caption,
  body.lac-page .main .custom-thumb-info-photographers,
  body.lac-page .main .award-item {
    border-radius: 16px;
  }
}

@media (max-width: 767px) {
  body.lac-page {
    padding-top: 78px;
  }

  body.lac-page .main .section-title h1,
  body.lac-page .main .tp-caption-main-custom {
    font-size: clamp(28px, 10vw, 40px) !important;
  }

  body.lac-page .main form#contactForm,
  body.lac-page .main .custom-contact-form-style-1 {
    padding: 14px;
  }
}

/* White UI refresh */
body.home-lac {
  --lac-bg: #f4f7fb;
  --lac-bg-soft: #ffffff;
  --lac-panel: #ffffff;
  --lac-line: rgba(16, 36, 66, 0.12);
  --lac-line-strong: rgba(16, 36, 66, 0.18);
  --lac-text: #0d2038;
  --lac-muted: rgba(20, 41, 68, 0.72);
  --lac-accent: #157bff;
  --lac-accent-hover: #0f62cc;
  background: radial-gradient(circle at 8% 2%, rgba(21, 123, 255, 0.08), transparent 34%), #f4f7fb;
  color: var(--lac-text);
}

body.home-lac #header .header-body {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(17, 39, 70, 0.12);
  box-shadow: 0 8px 24px rgba(19, 39, 66, 0.08);
}

body.home-lac #header .header-nav-main nav > ul > li > a {
  color: #152b49;
}

body.home-lac #header .header-nav-main nav > ul > li > a:hover,
body.home-lac #header .header-nav-main nav > ul > li.active > a {
  color: #fff;
  background: var(--lac-accent);
}

body.home-lac #header .header-social-icons a {
  background: #fff;
  border-color: rgba(17, 39, 70, 0.16);
  color: #1b3050;
}

body.home-lac #header .header-social-icons a:hover {
  color: #fff;
}

body.home-lac .homev6 {
  background: transparent;
}

body.home-lac .homev6-hero {
  min-height: calc(90vh - 92px);
  align-items: flex-end;
}

body.home-lac .homev6-hero-overlay {
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.06) 60%, rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(0deg, rgba(10, 20, 36, 0.42) 0%, rgba(10, 20, 36, 0) 35%);
}

body.home-lac .homev6-hero-content {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 39, 70, 0.12);
  border-radius: 24px;
  box-shadow: 0 24px 40px rgba(14, 37, 64, 0.2);
  margin: 0 0 42px 5vw;
  padding: 26px 28px;
}

body.home-lac .homev6-kicker {
  color: rgba(17, 39, 70, 0.66) !important;
}

body.home-lac .homev6-hero-content h1 {
  color: #081c32;
  line-height: 0.94;
}

body.home-lac .homev6-hero-content p {
  color: var(--lac-muted) !important;
}

body.home-lac .homev6-btn-ghost {
  background: #fff;
  border-color: rgba(17, 39, 70, 0.2);
  color: #173054;
}

body.home-lac .homev6-btn-ghost:hover {
  background: #e8f2ff;
  border-color: #c6dfff;
  color: #173054;
}

body.home-lac .homev6-scroll-indicator {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(17, 39, 70, 0.2);
  color: #153052;
}

body.home-lac .homev6-strip {
  background: #fff;
  border-top-color: rgba(17, 39, 70, 0.12);
  border-bottom-color: rgba(17, 39, 70, 0.12);
}

body.home-lac .homev6-strip > div {
  border-left-color: rgba(17, 39, 70, 0.14);
}

body.home-lac .homev6-strip strong {
  color: #112742;
}

body.home-lac .homev6-strip span {
  color: #5b6f89 !important;
}

body.home-lac .homev6-installations {
  background: #f6f9fd;
  border-top: 1px solid rgba(17, 39, 70, 0.1);
}

body.home-lac .homev6-section-head h2 {
  color: #0f233e;
}

body.home-lac .homev6-section-head p {
  color: #5b6f89 !important;
}

body.home-lac .homev6-project-carousel {
  padding: 0 5vw 22px;
}

body.home-lac .homev6-slide-item {
  min-height: 56vh;
  border: 1px solid rgba(17, 39, 70, 0.14);
  border-radius: 20px;
  overflow: hidden;
}

body.home-lac .homev6-slide-item:before {
  background: linear-gradient(to top, rgba(8, 18, 32, 0.74) 8%, rgba(8, 18, 32, 0.18) 58%, rgba(8, 18, 32, 0.06) 100%);
}

body.home-lac .homev6-project-carousel .owl-dots {
  left: calc(5vw + 16px);
}

body.home-lac .homev6-project-carousel .owl-nav {
  right: calc(5vw + 10px);
}

body.home-lac .homev6-project-carousel .owl-nav [class*='owl-'] {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(17, 39, 70, 0.2) !important;
  color: #183253 !important;
}

body.home-lac .homev6-capabilities,
body.home-lac .homev6-process {
  background: #fff;
  border-top: 1px solid rgba(17, 39, 70, 0.08);
}

body.home-lac .homev6-cap-grid article,
body.home-lac .homev6-process-grid article {
  border-color: rgba(17, 39, 70, 0.12);
  background: #f8fbff;
  box-shadow: 0 10px 24px rgba(17, 39, 70, 0.08);
}

body.home-lac .homev6-cap-grid h3,
body.home-lac .homev6-process-grid h3 {
  color: #0f233e;
}

body.home-lac .homev6-cap-grid p,
body.home-lac .homev6-process-grid p {
  color: #5d718b !important;
}

body.home-lac .homev6-cta {
  background:
    linear-gradient(120deg, rgba(237, 245, 255, 0.94), rgba(250, 253, 255, 0.92)),
    url('../img/home-lacoustics/work-uob.jpg') center center / cover no-repeat;
  border-top: 1px solid rgba(17, 39, 70, 0.12);
}

body.home-lac .homev6-cta:before {
  background: radial-gradient(circle at 82% 8%, rgba(21, 123, 255, 0.2), transparent 36%);
}

body.home-lac .homev6-cta h2 {
  color: #0d213a;
}

body.lac-page {
  --lac-page-bg: #f4f7fb;
  --lac-page-bg-soft: #ffffff;
  --lac-page-panel: #ffffff;
  --lac-page-line: rgba(16, 36, 66, 0.12);
  --lac-page-text: #10243e;
  --lac-page-muted: rgba(19, 38, 64, 0.74);
  --lac-page-accent: #157bff;
  --lac-page-accent-hover: #0f62cc;
  background:
    radial-gradient(circle at 10% 0%, rgba(21, 123, 255, 0.08), transparent 35%),
    radial-gradient(circle at 88% 3%, rgba(21, 123, 255, 0.05), transparent 30%),
    #f4f7fb;
  color: var(--lac-page-text);
}

body.lac-page #header .header-body {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(16, 36, 66, 0.12);
  box-shadow: 0 8px 24px rgba(17, 39, 70, 0.08);
}

body.lac-page #header .header-nav-main nav > ul > li > a {
  color: #1a304e;
}

body.lac-page #header .header-nav-main nav > ul > li > a:hover,
body.lac-page #header .header-nav-main nav > ul > li.active > a {
  background: var(--lac-page-accent);
  color: #fff;
}

body.lac-page #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  background: #fff;
  border-color: rgba(16, 36, 66, 0.14);
  box-shadow: 0 20px 34px rgba(17, 39, 70, 0.12);
}

body.lac-page #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a {
  color: #1a314f;
}

body.lac-page #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a:hover {
  background: #e8f2ff;
  color: #12315a;
}

body.lac-page #header .header-btn-collapse-nav {
  background: #fff;
  color: #183152;
  border-color: rgba(16, 36, 66, 0.16);
}

body.lac-page #header .header-social-icons a {
  background: #fff;
  border-color: rgba(16, 36, 66, 0.16);
  color: #163051;
}

body.lac-page .main h1,
body.lac-page .main h2,
body.lac-page .main h3,
body.lac-page .main h4,
body.lac-page .main h5,
body.lac-page .main .text-color-dark {
  color: #10243e !important;
}

body.lac-page .main p,
body.lac-page .main li,
body.lac-page .main span,
body.lac-page .main .custom-text-color-1,
body.lac-page .main .custom-text-color-4 {
  color: #5c718c !important;
}

body.lac-page .main .text-color-light,
body.lac-page .main .text-color-white {
  color: #10243e !important;
}

body.lac-page .main .section,
body.lac-page .main .feature-box,
body.lac-page .main .custom-timeline-box,
body.lac-page .main .portfolio-item,
body.lac-page .main .portfolio-detail-item,
body.lac-page .main .thumb-info-caption,
body.lac-page .main .custom-thumb-info-photographers,
body.lac-page .main .award-item,
body.lac-page .main .contact-details .feature-box {
  background: #fff;
  border-color: rgba(16, 36, 66, 0.12);
  box-shadow: 0 12px 28px rgba(16, 36, 66, 0.08);
}

body.lac-page .main .section.section-title,
body.lac-page .main .section.section-background,
body.lac-page .main .section.section-background1,
body.lac-page .main .section.section-parallax {
  border: 1px solid rgba(16, 36, 66, 0.12);
  background-color: #fff;
}

body.lac-page .main .section.section-title:before,
body.lac-page .main .section.section-background:before,
body.lac-page .main .section.section-background1:before,
body.lac-page .main .section.section-parallax:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.78));
}

body.lac-page .main .section-title h1,
body.lac-page .main .tp-caption-main-custom {
  color: #0f233d !important;
}

body.lac-page .main .sub-item-description {
  background: linear-gradient(to top, rgba(7, 18, 33, 0.72), rgba(7, 18, 33, 0.16));
}

body.lac-page .main .sub-item-description h5 {
  color: #fff;
}

body.lac-page .main .owl-carousel .owl-nav [class*='owl-'] {
  background: #fff !important;
  border-color: rgba(16, 36, 66, 0.2) !important;
  color: #173052 !important;
}

body.lac-page .main form#contactForm,
body.lac-page .main .custom-contact-form-style-1 {
  background: #fff;
  border-color: rgba(16, 36, 66, 0.14);
}

body.lac-page .main input,
body.lac-page .main select,
body.lac-page .main textarea,
body.lac-page .main .form-control {
  background: #f8fbff !important;
  border-color: rgba(16, 36, 66, 0.16);
  color: #142c4b !important;
}

body.lac-page .main input::placeholder,
body.lac-page .main textarea::placeholder {
  color: rgba(66, 90, 119, 0.62) !important;
}

body.lac-page #footer {
  background: #eef4fb;
  border-top-color: rgba(16, 36, 66, 0.14);
}

body.lac-page #footer p,
body.lac-page #footer a,
body.lac-page #footer strong {
  color: #1f385a !important;
}

body.lac-page .section.section-text-light.section-background.m-none {
  border-color: rgba(16, 36, 66, 0.14);
}

body.lac-page .section.section-text-light.section-background.m-none:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.82));
}

@media (max-width: 991px) {
  body.home-lac .homev6-hero-content {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 16px;
  }

  body.home-lac .homev6-project-carousel {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.home-lac .homev6-project-carousel .owl-dots {
    left: 30px;
  }

  body.home-lac .homev6-project-carousel .owl-nav {
    right: 26px;
  }
}

/* Airy spacing tune */
body.home-lac .homev6-hero-content {
  max-width: 900px;
  margin-bottom: 58px;
  padding: 34px 36px;
  border-radius: 28px;
}

body.home-lac .homev6-hero-content p {
  line-height: 1.78;
  margin-bottom: 30px;
}

body.home-lac .homev6-actions {
  gap: 14px;
}

body.home-lac .homev6-btn {
  min-width: 170px;
  height: 44px;
}

body.home-lac .homev6-strip {
  padding-top: 28px;
  padding-bottom: 28px;
}

body.home-lac .homev6-strip > div {
  padding-left: 22px;
  padding-right: 22px;
}

body.home-lac .homev6-installations {
  padding-top: 62px;
}

body.home-lac .homev6-section-head {
  padding-bottom: 26px;
}

body.home-lac .homev6-section-head h2 {
  line-height: 1.05;
}

body.home-lac .homev6-project-carousel {
  padding-bottom: 36px;
}

body.home-lac .homev6-slide-item {
  min-height: 60vh;
  padding-bottom: 110px;
}

body.home-lac .homev6-capabilities,
body.home-lac .homev6-process {
  padding-top: 56px;
  padding-bottom: 64px;
}

body.home-lac .homev6-cap-grid,
body.home-lac .homev6-process-grid {
  gap: 20px;
}

body.home-lac .homev6-cap-grid article,
body.home-lac .homev6-process-grid article {
  padding: 24px 22px;
  border-radius: 20px;
}

body.home-lac .homev6-cap-grid p,
body.home-lac .homev6-process-grid p {
  line-height: 1.72;
}

body.home-lac .homev6-cta {
  padding-top: 72px;
  padding-bottom: 86px;
}

body.home-lac .homev6-cta h2 {
  max-width: 980px;
  line-height: 1.02;
  margin-bottom: 28px;
}

body.lac-page .main {
  padding-top: 22px;
  padding-bottom: 52px;
}

body.lac-page .main .section {
  margin-top: 30px;
  margin-bottom: 30px;
}

body.lac-page .main p,
body.lac-page .main li,
body.lac-page .main span,
body.lac-page .main .custom-text-color-1,
body.lac-page .main .custom-text-color-4 {
  line-height: 1.78;
}

body.lac-page .main .section,
body.lac-page .main .feature-box,
body.lac-page .main .custom-timeline-box,
body.lac-page .main .portfolio-item,
body.lac-page .main .portfolio-detail-item,
body.lac-page .main .thumb-info-caption,
body.lac-page .main .custom-thumb-info-photographers,
body.lac-page .main .award-item,
body.lac-page .main .contact-details .feature-box {
  border-radius: 24px;
  box-shadow: 0 8px 22px rgba(16, 36, 66, 0.06);
}

body.lac-page .main .feature-box {
  padding: 24px;
}

body.lac-page .main .custom-timeline-box {
  padding: 28px;
}

body.lac-page .main .section-title h1,
body.lac-page .main .tp-caption-main-custom {
  letter-spacing: 0;
}

body.lac-page .main .portfolio-stripes {
  padding-top: 36px;
  padding-bottom: 54px;
}

body.lac-page .main form#contactForm,
body.lac-page .main .custom-contact-form-style-1 {
  padding: 28px;
}

body.lac-page .main input,
body.lac-page .main select,
body.lac-page .main textarea,
body.lac-page .main .form-control {
  border-radius: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
}

body.lac-page .main textarea,
body.lac-page .main textarea.form-control {
  min-height: 150px;
}

@media (max-width: 991px) {
  body.home-lac .homev6-hero-content {
    margin-bottom: 24px;
    padding: 24px 20px;
  }

  body.home-lac .homev6-strip {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  body.home-lac .homev6-installations,
  body.home-lac .homev6-capabilities,
  body.home-lac .homev6-process,
  body.home-lac .homev6-cta {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  body.home-lac .homev6-slide-item {
    min-height: 54vh;
    padding-bottom: 88px;
  }

  body.lac-page .main {
    padding-top: 12px;
    padding-bottom: 34px;
  }

  body.lac-page .main .section {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  body.lac-page .main .feature-box,
  body.lac-page .main .custom-timeline-box,
  body.lac-page .main form#contactForm,
  body.lac-page .main .custom-contact-form-style-1 {
    padding: 18px;
  }
}

@media (max-width: 767px) {
  body.home-lac .homev6-btn {
    min-width: 140px;
    height: 40px;
  }

  body.home-lac .homev6-slide-item {
    min-height: 50vh;
  }
}

/* Home project section redesign */
body.home-lac .homev6-head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

body.home-lac .homev6-head-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

body.home-lac .homev6-project-link {
  height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(18, 40, 68, 0.2);
  background: #fff;
  color: #173256;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
  flex-shrink: 0;
}

body.home-lac .homev6-project-link:hover {
  text-decoration: none;
  background: #eaf3ff;
  border-color: #b9d8ff;
  color: #173256;
}

body.home-lac .homev6-project-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 16px;
  padding: 0 5vw 28px;
}

body.home-lac .homev6-project-feature {
  min-height: 560px;
  border-radius: 20px;
  border: 1px solid rgba(18, 40, 68, 0.16);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  box-shadow: 0 16px 30px rgba(14, 36, 61, 0.12);
}

body.home-lac .homev6-project-feature:before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(6, 15, 27, 0.84) 10%, rgba(6, 15, 27, 0.22) 60%, rgba(6, 15, 27, 0.08) 100%);
}

body.home-lac .homev6-project-feature > * {
  position: relative;
  z-index: 1;
}

body.home-lac .homev6-project-badge {
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(220, 234, 253, 0.44);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 14px;
}

body.home-lac .homev6-project-feature h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

body.home-lac .homev6-project-feature p {
  margin: 0;
  max-width: 520px;
  color: rgba(224, 236, 252, 0.9) !important;
  font-size: 14px;
  line-height: 1.58;
}

body.home-lac .homev6-project-feature:hover {
  text-decoration: none;
}

body.home-lac .homev6-project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

body.home-lac .homev6-project-tile {
  border-radius: 14px;
  border: 1px solid rgba(18, 40, 68, 0.14);
  background: #fff;
  display: grid;
  grid-template-rows: 150px auto;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(17, 39, 70, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.home-lac .homev6-project-tile:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(17, 39, 70, 0.14);
}

body.home-lac .homev6-project-tile-media {
  background-size: cover;
  background-position: center;
  display: block;
}

body.home-lac .homev6-project-tile-body {
  display: grid;
  gap: 6px;
  padding: 12px 12px 13px;
}

body.home-lac .homev6-project-tile-no {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6a7f99;
}

body.home-lac .homev6-project-tile strong {
  color: #10243f;
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  font-size: 19px;
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0;
}

body.home-lac .homev6-project-tile small {
  font-size: 13px;
  color: #5c718b;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  body.home-lac .homev6-project-layout {
    grid-template-columns: 1fr;
  }

  body.home-lac .homev6-project-feature {
    min-height: 460px;
  }
}

@media (max-width: 991px) {
  body.home-lac .homev6-head-row {
    align-items: flex-start;
    flex-direction: column;
  }

  body.home-lac .homev6-head-actions {
    width: 100%;
    justify-content: flex-start;
  }

  body.home-lac .homev6-project-layout {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.home-lac .homev6-project-grid {
    grid-template-columns: 1fr;
  }

  body.home-lac .homev6-project-feature {
    min-height: 400px;
    padding: 18px;
  }
}

@media (max-width: 767px) {
  body.home-lac .homev6-project-feature h3 {
    font-size: clamp(30px, 11vw, 42px);
  }

  body.home-lac .homev6-project-tile {
    grid-template-rows: 156px auto;
  }
}

/* Unified header scale for all pages */
body.home-lac,
body.lac-page {
  padding-top: 68px;
}

body.home-lac #header .header-body,
body.lac-page #header .header-body {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(16, 36, 66, 0.12);
  box-shadow: 0 8px 24px rgba(17, 39, 70, 0.08);
  min-height: 68px;
  padding-top: 0;
  padding-bottom: 0;
}

body.home-lac #header .header-container.container,
body.lac-page #header .header-container.container {
  width: 100%;
  max-width: none;
  padding-left: 28px;
  padding-right: 28px;
}

body.home-lac #header .header-row,
body.lac-page #header .header-row {
  min-height: 68px;
  display: flex;
  align-items: center;
}

body.home-lac #header .header-column,
body.lac-page #header .header-column {
  display: flex;
  align-items: center;
}

body.home-lac #header .header-logo,
body.lac-page #header .header-logo {
  padding: 0;
  margin: 0;
  line-height: 1;
}

body.home-lac #header .header-logo a,
body.lac-page #header .header-logo a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
}

body.home-lac #header .header-logo img,
body.lac-page #header .header-logo img {
  width: auto !important;
  height: 34px !important;
  max-height: 34px;
  margin: 0 !important;
}

body.home-lac #header .header-nav-main nav > ul > li > a,
body.lac-page #header .header-nav-main nav > ul > li > a {
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 11px;
  border-radius: 999px;
}

body.home-lac #header .header-nav-main nav > ul > li > a {
  color: #152b49;
}

body.lac-page #header .header-nav-main nav > ul > li > a {
  color: #1a304e;
}

body.home-lac #header .header-nav-main nav > ul > li > a:hover,
body.home-lac #header .header-nav-main nav > ul > li.active > a,
body.lac-page #header .header-nav-main nav > ul > li > a:hover,
body.lac-page #header .header-nav-main nav > ul > li.active > a {
  background: #157bff;
  color: #fff;
}

body.home-lac #header .header-social-icons a,
body.lac-page #header .header-social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(16, 36, 66, 0.16);
  background: #fff;
  color: #183152;
  line-height: 38px;
}

body.home-lac #header .header-nav-main nav > ul > li.dropdown .dropdown-menu,
body.lac-page #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  background: #fff;
  border: 1px solid rgba(16, 36, 66, 0.14);
  border-radius: 12px;
  box-shadow: 0 18px 30px rgba(17, 39, 70, 0.12);
}

body.home-lac #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a,
body.lac-page #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a {
  color: #1a314f;
  border-radius: 8px;
}

body.home-lac #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a:hover,
body.lac-page #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a:hover {
  background: #e8f2ff;
  color: #12315a;
}

body.home-lac #header .header-btn-collapse-nav,
body.lac-page #header .header-btn-collapse-nav {
  background: #fff;
  border-color: rgba(16, 36, 66, 0.16);
  color: #183152;
}

@media (max-width: 991px) {
  body.home-lac,
  body.lac-page {
    padding-top: 62px;
  }

  body.home-lac #header .header-body,
  body.lac-page #header .header-body {
    min-height: 62px;
  }

  body.home-lac #header .header-container.container,
  body.lac-page #header .header-container.container {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.home-lac #header .header-row,
  body.lac-page #header .header-row {
    min-height: 62px;
  }

  body.home-lac #header .header-logo a,
  body.lac-page #header .header-logo a {
    min-height: 40px;
  }

  body.home-lac #header .header-logo img,
  body.lac-page #header .header-logo img {
    height: 30px !important;
    max-height: 30px;
    margin: 0 !important;
  }
}

/* Push desktop navigation block (menu + language + social) to the far right */
@media (min-width: 992px) {
  body.home-lac #header .header-column:first-child,
  body.lac-page #header .header-column:first-child {
    flex: 0 0 auto;
  }

  body.home-lac #header .header-column:last-child,
  body.lac-page #header .header-column:last-child {
    flex: 1 1 auto;
    margin-left: auto;
    justify-content: flex-end;
  }

  body.home-lac #header .header-column:last-child > .header-row,
  body.lac-page #header .header-column:last-child > .header-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  body.home-lac #header .header-nav,
  body.lac-page #header .header-nav {
    width: 100%;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }

  body.home-lac #header .header-nav-main,
  body.lac-page #header .header-nav-main {
    float: none !important;
    margin: 0 !important;
    order: 1;
  }

  body.home-lac #header .header-nav-main nav > ul,
  body.lac-page #header .header-nav-main nav > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
  }

  body.home-lac #header .header-nav-main nav > ul > li,
  body.lac-page #header .header-nav-main nav > ul > li {
    float: none;
  }

  body.home-lac #header .header-social-icons,
  body.lac-page #header .header-social-icons {
    float: none;
    order: 2;
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
  }
}

/* Remove header social icons on all pages */
body.home-lac #header .header-social-icons,
body.lac-page #header .header-social-icons {
  display: none !important;
}
