	@import url("https://fonts.cdnfonts.com/css/newyork");
body {
  background-image: url("/files_upload/bg-axtra-1.png");
  background-repeat: repeat;
  background-color: #efeff0;
}
html,
body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
.back-to-top::before {
        background: conic-gradient(from 0deg, #ffffff 0%, #ffffff var(--progress, 0%), transparent var(--progress, 0%));
}
.brochure-top {
  padding-top: 60px;
}
.brochure-top .exsc-container {
  padding-bottom: 0;
}
.brochure-container {
  display: flex;
  flex-direction: column;
}
.brochure-header {
  align-self: flex-end;
}
.brochure-top-title {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 150px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
}
.brochure-content {
  display: flex;
  flex-direction: row;
  gap: 20px;

  align-items: center;
}
.brochure-image-wrapper img {
  animation: wcf_animation_spin 6s linear infinite;
}
.brochure-scroll-text {
  margin: -10px 0px 0px 0px;
  transform: rotateZ(-90deg);
  width: fit-content;
}
.brochure-scroll-text span {
  font-family: "Kanit", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
}
.brochure-scroll-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.brochure-footer {
  margin-top: 30px;
  display: flex;
}
.brochure-description {
  max-width: 330px;
}
.wcf--image {
  margin-top: -50px;
  text-align: center;
}
.wcf--image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  transition: width 0.001s ease-out;
}
.about-brochure {
  padding-top: 50px;
}
.service-intro-header {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.brochure-big-box {
  position: relative;
}
.brochure-box {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #d9d9d9;
  transform: rotateZ(-45deg);
}
.brochure-number {
  display: flex;
  min-height: 50px;
  justify-content: center;
  margin-top: 10px;
}
.service-number-wrapper {
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  z-index: 2;
  text-align: center;
}
.service-brochure-box {
  height: 100%;
  width: 50px;
}
.service-title-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.service-step-number {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 50px;
}
.service-title-inner {
  padding: 0px 0px 10px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #d9d9d9;
  text-align: right;
}
.service-intro-title {
  color: #555555;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.brochure-hero-section {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.brochure-main-headline {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 80px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1em;
}
.brochure-brand-highlight {
  font-family: "newYork", Sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 1em;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}
.brochure-description-section {
  display: flex;
  flex-direction: column;
}
.brochure-text-block {
  align-self: flex-end;
  display: flex;
  gap: 50px;
  flex-direction: column;
}
.brochure-intro-paragraph {
  font-family: "Kanit", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
  color: #555555;
}
.brochure-learn-more-btn {
  font-family: "Kanit", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  fill: #555555;
  color: #555555;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding-bottom: 5px;
  position: relative;
  transition: all 0.3s;
}
.brochure-learn-more-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #555555;
  transition: all 0.3s;
}
.brochure-learn-more-btn:hover {
  color: #555555;
}
.brochure-learn-more-btn:hover:after {
  width: 0;
}
.brochure-learn-more-btn svg {
  width: 1em;
  height: 1em;
  order: 15;
  font-size: 12px;
}
.brochure-inner {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  gap: 65px;
}
.marquee-container {
  width: 100vw;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding-top: 65px;
  position: relative;
}
.marquee-track {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 40s linear infinite;
}

.marquee-text {
  display: inline-block;
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 250px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
}
.marquee-text span {
  font-family: NewYork;
}
#marquee-content {
  display: none;
}
.brochure-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 410px;
  row-gap: 100px;
}
.brochure-title {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  margin-top: 20px;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.brochure-meta {
  color: #555555;
  font-family: "Kanit", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.571em;
}
.brochure-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wcf__btn-brochure {
  text-align: center;
  margin-top: 60px;
}
.brochure-project-sub {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
}
.brochure-project-description {
  width: 320px;
  align-self: flex-end;
}
.brochure-project-description p {
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.5px;
  color: #555555;
}
.brochure-banner {
  position: relative;
}
.brochure-banner img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.icon-position-after {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 2;
  width: 300px;
}
.brochure-banner .brochure-learn-more-btn {
  color: #fff;
  fill: #fff;
}
.brochure-banner .brochure-learn-more-btn svg {
  font-size: 18px;
}
.brochure-banner .brochure-learn-more-btn::after {
  background: #fff;
}
.bp-brochure {
  padding-top: 140px;
  padding-bottom: 80px;
  text-align: center;
}
.bp-header {
  max-width: 1290px;
  margin: auto;
  margin-bottom: 40px;
}
.bp-content {
  max-width: 690px;
  margin: auto;
}
.bp-title {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 80px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
}
.bp-title span {
  font-family: "newYork";
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}
.axtra-section {
  margin: auto;
}
.axtra-video-host {
    width: 100%;
}
/*.axtra-video-bg {*/
/*  position: relative;*/
/*  min-height: 90vh;*/
/*}*/
/*.axtra-video-bg:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background-image: url("/files_upload/video-overlay2.png");*/
/*  background-position: center center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  background-color: #ffffff00;*/
/*  opacity: 1;*/
/*  top: 0;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*}*/
/*.brochure-video {*/
/*  direction: ltr;*/
/*  inset: 0;*/
/*  overflow: hidden;*/
/*  position: absolute;*/
/*  z-index: 0;*/
/*}*/
/*.brochure-video:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background-image: url("/files_upload/video-overlay2.png");*/
/*  background-position: center center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  background-color: #ffffff00;*/
/*  opacity: 1;*/
/*  top: 0;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  z-index: 2;*/
/*}*/
/*.axtra-video-host {*/
/*  left: 50%;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*}*/
.layout-box {
  padding: 60px 40px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}

.info-side {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.big-title {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 80px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
}

.title-mark {
  border-bottom: 4px solid #333;
  padding-bottom: 10px;
  display: inline-block;
  font-family: "newYork";
}

.lead-text {
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.5px;
  max-width: 240px;
  align-self: center;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.feature-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

.feature-item:last-child {
  border-bottom: none;
}

.feature-info {
  width: 75%;
}

.feature-title {
 color: #121212;
    font-family: "Kanit", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.444em;
  margin-bottom: 5px;
}

.feature-note {
  font-size: 0.9rem;
  color: #888;
}

.feature-meta {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.meta-val {
  font-size: 1.8rem;
  font-weight: 900;
  color: #333;
}

.meta-tag {
  font-size: 0.8rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.meta-badge {
  width: 60px;
  height: 60px;
  background-color: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 30px;
}
.client-section {
  padding-top: 120px;
  position: relative;
  background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
  z-index: 1;
}
.client-section .service-step-number,
.client-section .service-intro-title {
  color: #fff;
}
/* Geometric background pattern */
.client-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
      30deg,
      transparent 24%,
      rgba(255, 255, 255, 0.02) 25%,
      rgba(255, 255, 255, 0.02) 26%,
      transparent 27%,
      transparent 74%,
      rgba(255, 255, 255, 0.02) 75%,
      rgba(255, 255, 255, 0.02) 76%,
      transparent 77%,
      transparent
    ),
    linear-gradient(
      60deg,
      transparent 24%,
      rgba(255, 255, 255, 0.02) 25%,
      rgba(255, 255, 255, 0.02) 26%,
      transparent 27%,
      transparent 74%,
      rgba(255, 255, 255, 0.02) 75%,
      rgba(255, 255, 255, 0.02) 76%,
      transparent 77%,
      transparent
    );
  background-size: 100px 100px;
  opacity: 0.8;
  z-index: -1;
}

.client-section__index {
  font-size: 14px;
  font-weight: 500;
  color: #888;
}

.client-section__info {
  right: 50px;
  text-align: right;
}

.client-section__info-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.client-section__info-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #ccc;
  max-width: 300px;
  margin-left: auto;
}

.client-section__title {
    color: #FFFFFF;
    font-family: "Kanit", Sans-serif;
    font-size: 80px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
  margin: 60px 0;
}

.client-section__title-main {
  color: #fff;
}

.client-section__title-highlight {
  color: #fff;
  margin-left: 0;
}

.client-section__title-sub {
  color: #fff;
}

.client-section__logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 80px 120px;
  width: 1200px;
  align-items: center;
  justify-items: center;
}

.client-section__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.client-section__logo:hover {
  opacity: 1;
}

.client-section__logo-img {
  max-height: 80px;
  max-width: 120px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.contact-brochure {
  padding: 100px 0;
}
@media (min-width: 768px) {

  .brochure-project-sub {
    width: 38%;
  }
  .brochure-text-block {
    width: 525px;
  }
  .brochure-content-area {
    width: 50%;
  }
  .brochure-description-section {
    width: 50%;
  }
  .brochure-number {
    width: 50px;
  }
  .brochure-header {
    width: 94.2%;
  }
  .brochure-container {
    max-width: 1720px;
    margin: auto;
  }
  .brochure-scroll-icon {
    width: 15.8%;
  }
  .info-side {
    width: 40%;
  }
  .feature-list {
    width: 60%;
  }
}
@media (max-width: 1400px) {
  .client-section__logos {
    width: 1000px;
    gap: 60px 100px;
  }
}
@media (max-width: 1366px) {
  .brochure-main-headline {
    font-size: 76px;
  }
  .marquee-text {
    font-size: 200px;
  }
  .brochure-list {
      column-gap: 200px;
  }
  .bp-title {
      font-size: 76px;
  }
  .big-title {
      font-size: 76px;
  }
   .client-section__title {
    font-size: 76px;
  }
}
@media (max-width: 1200px) {
    .big-title {
        font-size: 50px;
    }
    .bp-title {
        font-size: 50px;
    }
  .client-section__title {
    font-size: 50px;
  }
  .brochure-top-title {
    font-size: 120px;
  }
  .client-section__logos {
    width: 900px;
    gap: 50px 80px;
  }

  .brochure-main-headline {
    font-size: 50px;
  }
  .brochure-intro-paragraph {
    font-size: 22px;
  }
   .brochure-list {
      column-gap: 100px;
        row-gap: 80px;
  }
}

@media (max-width: 1024px) {
  .marquee-text {
    font-size: 100px;
  }
  .brochure-intro-paragraph {
    font-size: 20px;
  }
  .client-section__logos {
    top: 250px;
    width: 800px;
    gap: 40px 60px;
  }

  .client-section__info {
    right: 30px;
  }

  .client-section__info-desc {
    max-width: 250px;
  }
   .brochure-list {
     grid-template-columns: repeat(2, 1fr);
        column-gap: 80px;
        row-gap: 60px;
  }
}
@media (max-width: 880px) {
    .big-title {
        font-size: 40px;
    }
    .bp-title {
        font-size: 40px;
    }
    .layout-box {
        flex-direction: column;
    }
  .brochure-top-title {
    font-size: 90px;
  }
  .brochure-main-headline {
    font-size: 40px;
  }
  .brochure-intro-paragraph {
    font-size: 18px;
  }
  .marquee-text {
    font-size: 100px;
  }
    .brochure-list {
        column-gap: 50px;
        row-gap: 50px;
  }
  .info-side {
      flex-direction: row;
              width: 100%;
        justify-content: space-between;
        
    padding-right: 0;
  }
  .lead-text {
      text-align: left;
  }
   .client-section__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
    .feature-title {
        font-size: 16px;
    }
    .meta-val {
        font-size: 18px;
    }
    .feature-list {
        width: 100%;
    }
    .bp-title {
        font-size: 32px;
    }
    .brochure-learn-more-btn {
        font-size: 18px;
    }
    .brochure-project-description {
        width: 100%;
        align-self: flex-start;
    }
     .brochure-list {
     grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
  }
  .icon-position-after {
      right: 10px;
      bottom: 10px;
  }
  .marquee-text {
    font-size: 80px;
  }
  .client-section__index {
    left: 30px;
  }
  .brochure-hero-section {
    flex-direction: column;
  }
  .brochure-main-headline {
    font-size: 32px;
  }
  .brochure-container {
    align-items: center;
    text-align: center;
  }
  .brochure-header {
    align-self: auto;
  }
  .brochure-image-wrapper {
    display: none;
  }
  .brochure-top-title {
    font-size: 40px;
  }
  .brochure-footer {
    flex-direction: column-reverse;
  }
  .brochure-scroll-text {
    margin-top: 30px;
  }
  .brochure-scroll-icon img {
    height: 80px;
  }
  .client-section__title {
    font-size: 32px;
  }

  .client-section__logos {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    width: 600px;
    gap: 40px;
  }

  .client-section__info {
    right: 30px;
    top: 30px;
  }
  .layout-box {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
  }

  .feature-item {
    flex-direction: row;
    text-align: center;
    gap: 20px;
  }
.feature-info {
    width: 50%;
    text-align: left;
}
.feature-meta {
    width: 50%;
}
.layout-box {
    padding: 0;
}
  .meta-badge {
    margin-left: 0;
  }
}
@media (max-width:500px) {
    .feature-meta {
        text-align: left;
    }
    .info-side {
        flex-direction: column;
        gap: 20px;
    }
    .lead-text {
        align-self: auto;
    }
}
@keyframes wcf_animation_spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

