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

body.lac-page {
  --v1-bg: #eef3f9;
  --v1-surface: #ffffff;
  --v1-surface-soft: #f6f9fe;
  --v1-line: #d3deec;
  --v1-line-strong: #bfcde0;
  --v1-text: #102540;
  --v1-muted: #5f7390;
  --v1-accent: #1476ff;
  --v1-accent-hover: #0d5fcf;
  --v1-shadow: 0 18px 34px rgba(16, 39, 68, 0.08);
  background:
    radial-gradient(circle at 12% -8%, rgba(20, 118, 255, 0.1), transparent 42%),
    radial-gradient(circle at 88% 16%, rgba(13, 95, 207, 0.08), transparent 40%),
    var(--v1-bg);
  color: var(--v1-text);
  padding-top: 68px;
}

body.lac-page,
body.lac-page .body {
  background-color: transparent;
}

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

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

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

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

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

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

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

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: #152b49;
  border-radius: 999px;
  padding: 7px 11px;
}

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.lac-page #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  border: 1px solid var(--v1-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(16, 39, 68, 0.12);
}

body.lac-page #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a {
  color: var(--v1-text);
  border-radius: 8px;
}

body.lac-page #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a:hover {
  background: rgba(20, 118, 255, 0.14);
}

body.lac-page #header .header-social-icons a {
  border: 1px solid var(--v1-line);
  background: #fff;
  color: #223c5e;
}

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

/* Keep lac pages header layout identical to home */
@media (min-width: 992px) {
  body.lac-page #header .header-column:first-child {
    flex: 0 0 auto;
  }

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

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

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

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

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

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

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

body.lac-page .main {
  padding-top: 24px;
  padding-bottom: 0;
}

body.lac-page .main .container,
body.lac-page .main .container-fluid {
  width: min(1320px, calc(100% - 72px));
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

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 h6 {
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  color: var(--v1-text);
}

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: var(--v1-muted) !important;
}

body.lac-page .main .section.section-title .text-color-white,
body.lac-page .main .section.section-background1 .text-color-white,
body.lac-page .main .section.section-parallax .text-color-light,
body.lac-page .main .section.section-parallax h2,
body.lac-page .main .section.section-parallax p,
body.lac-page .main .section.section-parallax a {
  color: #fff !important;
}

body.lac-page .main .section:not(.section-title):not(.section-background):not(.section-background1):not(.section-parallax):not(.section-text-light.section-background.m-none):not(.section-quaternary.contact-details),
body.lac-page .main > section:not([class]) {
  margin: 0 auto 24px;
  border: 1px solid var(--v1-line);
  border-radius: 24px;
  background: var(--v1-surface);
  box-shadow: var(--v1-shadow);
  overflow: hidden;
}

body.lac-page .main .section.section-title,
body.lac-page .main .slider-container.rev_slider_wrapper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

body.lac-page .main .section.section-title {
  min-height: clamp(260px, 38vh, 420px);
  display: flex;
  align-items: flex-end;
  padding: 0 !important;
}

body.lac-page .main .section.section-title .container {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
  padding: 0 0 56px;
}

body.lac-page .main .section.section-title h1 {
  margin: 0;
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  font-size: clamp(42px, 6vw, 84px) !important;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

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 .custom-thumb-info-photographers,
body.lac-page .main .award-item,
body.lac-page .main .thumb-info-caption,
body.lac-page .main form#contactForm,
body.lac-page .main .custom-contact-form-style-1 {
  border: 1px solid var(--v1-line);
  border-radius: 18px;
  background: var(--v1-surface);
  box-shadow: 0 12px 24px rgba(16, 39, 68, 0.06);
}

body.lac-page .main .feature-box,
body.lac-page .main .custom-timeline-box {
  padding: 18px;
}

body.lac-page .main .feature-box .feature-box-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid var(--v1-line);
  background: var(--v1-surface-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.lac-page .main .feature-box .feature-box-icon i {
  color: #27496f;
}

body.lac-page .main .thumb-info-wrapper,
body.lac-page .main .thumb-info,
body.lac-page .main img,
body.lac-page .main .img-responsive {
  border-radius: 18px;
}

body.lac-page .main .btn,
body.lac-page .main button,
body.lac-page .main input[type='submit'] {
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  min-height: 42px;
  padding: 0 22px;
}

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

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

body.lac-page .main .btn.btn-borders,
body.lac-page .main .btn-light {
  border-color: var(--v1-line-strong) !important;
  background: #fff !important;
  color: #1d3859 !important;
}

body.lac-page .main input,
body.lac-page .main select,
body.lac-page .main textarea,
body.lac-page .main .form-control {
  border-radius: 12px;
  border: 1px solid var(--v1-line);
  background: #fff;
  color: var(--v1-text);
}

body.lac-page .main .section.section-quaternary.contact-details {
  margin: 24px auto;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, #0f2748 0%, #143b69 100%) !important;
}

body.lac-page .main .section.section-quaternary.contact-details .feature-box {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(198, 219, 247, 0.24);
  box-shadow: none;
}

body.lac-page .main .section.section-quaternary.contact-details .feature-box h4,
body.lac-page .main .section.section-quaternary.contact-details .feature-box p,
body.lac-page .main .section.section-quaternary.contact-details .feature-box a {
  color: rgba(233, 243, 255, 0.92) !important;
}

body.lac-page .main .section.section-text-light.section-background.m-none {
  width: 100vw;
  margin: 64px calc(50% - 50vw) 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 68px 0 36px !important;
  background:
    linear-gradient(115deg, rgba(6, 18, 35, 0.94) 0%, rgba(12, 39, 70, 0.92) 48%, rgba(16, 52, 92, 0.9) 100%),
    url('../img/home-lacoustics/hero-official-partner.jpg') center center / cover no-repeat !important;
  position: relative;
  overflow: hidden;
}

body.lac-page .main .section.section-text-light.section-background.m-none:before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.16), transparent 40%);
  pointer-events: none;
}

body.lac-page .main .section.section-text-light.section-background.m-none > .container {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
}

body.lac-page .main .section.section-text-light.section-background.m-none h2,
body.lac-page .main .section.section-text-light.section-background.m-none h4,
body.lac-page .main .section.section-text-light.section-background.m-none h5,
body.lac-page .main .section.section-text-light.section-background.m-none p,
body.lac-page .main .section.section-text-light.section-background.m-none a,
body.lac-page .main .section.section-text-light.section-background.m-none span {
  color: #eaf3ff !important;
}

body.lac-page .main .section.section-text-light.section-background.m-none form#contactForm,
body.lac-page .main .section.section-text-light.section-background.m-none .custom-contact-form-style-1 {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(198, 219, 247, 0.24);
}

body.lac-page .main .section.section-text-light.section-background.m-none .social-icons li a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(207, 224, 246, 0.48);
  background: rgba(255, 255, 255, 0.1);
  color: #f7fbff;
  line-height: 42px;
}

body.lac-page .main .section.section-text-light.section-background.m-none .social-icons li a:hover {
  background: var(--v1-accent);
  border-color: var(--v1-accent);
}

body.lac-page #footer {
  width: 100vw;
  margin: 64px calc(50% - 50vw) 0;
  border: 0;
  border-top: 1px solid rgba(198, 219, 247, 0.22);
  border-radius: 0;
  background: linear-gradient(135deg, #091b33 0%, #102c4f 100%);
}

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

body.lac-page #footer a {
  text-decoration: none !important;
}

body.lac-page #footer a:hover {
  color: #fff !important;
}

body.lac-page .homev6-footer {
  width: 100vw;
  margin: 64px calc(50% - 50vw) 0;
  background: linear-gradient(135deg, #091b33 0%, #102c4f 100%);
  border-top: 1px solid rgba(198, 219, 247, 0.22);
  padding: 56px 0 26px;
}

body.lac-page .homev6-footer-shell {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
}

body.lac-page .homev6-footer-kicker {
  display: inline-flex;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(198, 219, 247, 0.3);
  color: rgba(228, 240, 255, 0.9);
  align-items: center;
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.lac-page .homev6-footer h2 {
  margin: 16px 0 8px;
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 0.94;
  color: #f5faff;
  text-transform: uppercase;
}

body.lac-page .homev6-footer-lead {
  margin: 0 0 22px;
  color: rgba(220, 235, 255, 0.88);
  font-size: 17px;
}

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

body.lac-page .homev6-footer-card {
  border: 1px solid rgba(198, 219, 247, 0.26);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 16px;
}

body.lac-page .homev6-footer-label {
  margin: 0 0 10px;
  color: rgba(220, 235, 255, 0.9) !important;
  font-family: 'Kanit', 'Noto Sans Thai', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.lac-page .homev6-footer-phone,
body.lac-page .homev6-footer-mail {
  display: block;
  color: #f4f9ff !important;
  text-decoration: none;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
}

body.lac-page .homev6-footer-social-icons {
  display: flex;
  gap: 8px;
}

body.lac-page .homev6-footer-social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(207, 224, 246, 0.48);
  background: rgba(255, 255, 255, 0.1);
  color: #f4f9ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

body.lac-page .homev6-footer-bottom {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(198, 219, 247, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body.lac-page .homev6-footer-copy {
  margin: 0;
  color: rgba(220, 235, 255, 0.78) !important;
  font-size: 14px;
}

body.lac-page > center > embed {
  display: block;
  width: min(1320px, calc(100% - 72px)) !important;
  height: calc(100vh - 146px) !important;
  margin: 28px auto;
  border-radius: 18px;
  border: 1px solid var(--v1-line);
  box-shadow: var(--v1-shadow);
}

@media (max-width: 1199px) {
  body.lac-page #header .header-container.container {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.lac-page .main .container,
  body.lac-page .main .container-fluid,
  body.lac-page .main .section.section-title .container,
  body.lac-page .main .section.section-text-light.section-background.m-none > .container {
    width: calc(100% - 44px);
  }
}

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

  body.lac-page .main .section.section-title .container {
    padding-bottom: 44px;
  }

  body.lac-page .main .section.section-title h1 {
    font-size: clamp(34px, 10vw, 56px) !important;
  }
}

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

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

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

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

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

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

  body.lac-page .main .container,
  body.lac-page .main .container-fluid,
  body.lac-page .main .section.section-title .container,
  body.lac-page .main .section.section-text-light.section-background.m-none > .container {
    width: calc(100% - 24px);
  }

  body.lac-page .main .section:not(.section-title):not(.section-background):not(.section-background1):not(.section-parallax):not(.section-text-light.section-background.m-none):not(.section-quaternary.contact-details),
  body.lac-page .main > section:not([class]) {
    border-radius: 18px;
    margin-bottom: 16px;
  }

  body.lac-page .main .btn,
  body.lac-page .main button,
  body.lac-page .main input[type='submit'] {
    width: 100%;
  }

  body.lac-page .main .section.section-text-light.section-background.m-none {
    padding-top: 52px !important;
    padding-bottom: 24px !important;
  }

  body.lac-page .homev6-footer-shell {
    width: calc(100% - 24px);
  }

  body.lac-page .homev6-footer-grid {
    grid-template-columns: 1fr;
  }

  body.lac-page .homev6-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  body.lac-page > center > embed {
    width: calc(100% - 24px) !important;
    height: calc(100vh - 118px) !important;
    border-radius: 14px;
  }
}
