/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/about/About.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/* About page — pixel clone of like-light.com/about-us.html
   Design canvas 1920px (target uses bodyzoom); vw+min() replicates the zoom. */

.about-page {
  font-family: 'futura-medium-bt', Arial, Helvetica, sans-serif;
  color: #202020;
  background: #fff;
}

.about-h2 {
  font-family: 'Futura-Book-font', Arial, sans-serif;
  font-size: min(3.125vw, 60px);
  font-weight: normal;
  color: #202020;
  margin: 0;
}

.about-body {
  font-size: min(0.833vw, 16px);
  line-height: min(1.563vw, 30px);
  color: #72767c;
  margin: 0;
}

/* ---------- Banner (393px, night city scene, no overlay) ---------- */

.about-banner {
  position: relative;
  height: min(20.47vw, 393px);
  background: url('/images/about/banner.webp') center 100% / cover no-repeat;
}

/* Mobile-only elements (target serves a separate mobile page).
     Desktop also hides the breadcrumb separator + current item:
     the target's desktop breadcrumb renders only "Home". */
.sep-mobile,
.cur-mobile,
.sep-desktop,
.cur-desktop,
.about-banner-title,
.about-map,
.contact-item-zip,
.mobile-only-text {
  display: none;
}

/* ---------- Breadcrumb (border box, left-aligned) ---------- */

.about-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin: 24px 0;
  font-family: 'wujin20-Regular', Arial, sans-serif;
}

.about-breadcrumb-link,
.about-breadcrumb-current {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #72767c;
  text-decoration: none;
}

.about-breadcrumb-link:hover {
  color: #252627;
}

.about-breadcrumb-sep {
  font-size: 12px;
  color: #72767c;
  margin: 0;
}

/* ---------- Page title (104px) ---------- */

.about-page-title {
  height: min(5.42vw, 104px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: min(0.53vw, 10.2px);
  margin: 0;
  font-family: 'Futura-Book-font', Arial, sans-serif;
  font-size: min(3.125vw, 60px);
  font-weight: normal;
  line-height: min(3.54vw, 68px);
  color: #202020;
}

/* ---------- Story / Profile / Contact us (1440 container) ---------- */

.about-story {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 12.5%; /* 1440 content box centered on the 1920 canvas */
}

.about-row {
  display: flex;
  align-items: flex-start;
}

/* Row 1: Brand Story title (x104 w505) + text (x672 w716) */
.about-row-intro {
  padding-top: min(5.31vw, 102px);
}

.story-title {
  flex: 0 0 35.07%; /* 505/1440 */
  margin-left: 7.22%; /* 104/1440 */
  margin-top: min(1.56vw, 30px);
  line-height: min(3.07vw, 59px);
}

.story-text {
  flex: 0 0 49.72%; /* 716/1440 */
  margin-left: 4.375%; /* (672-104-505)/1440 */
}

/* Row 2: image (x104 y308 434x533) + profile (x672) */
.about-row-profile {
  margin-top: min(2.92vw, 56px);
}

.story-image {
  flex: 0 0 30.14%; /* 434/1440 */
  margin-left: 7.22%;
  aspect-ratio: 434 / 533;
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}

.profile-col {
  flex: 0 0 52.36%; /* 754/1440 */
  margin-left: 9.31%; /* (672-104-434)/1440 */
  padding-top: min(4.01vw, 77px);
}

.profile-title {
  line-height: min(3.7vw, 71px);
}

.profile-sub {
  margin: min(1.09vw, 21px) 0 0;
  font-size: min(0.94vw, 18px);
  line-height: min(1.41vw, 27px);
  color: #202020;
}

.profile-text {
  margin-top: min(1.51vw, 29px);
}

.profile-text p {
  margin: 0 0 16px;
}

.profile-text p:last-child {
  margin-bottom: 0;
}

/* ---------- Contact us ---------- */

.about-contactus {
  margin-top: min(4.64vw, 89px);
  padding-bottom: min(4.95vw, 95px);
}

.contactus-title {
  margin-left: 7.43%; /* 107/1440 */
  line-height: min(3.65vw, 70px);
}

.contact-item {
  display: flex;
  align-items: flex-start;
}

.contact-icon {
  width: min(2.6vw, 50px);
  height: min(2.6vw, 50px);
  flex-shrink: 0;
  display: block;
}

.contact-item-text {
  margin-left: min(1.04vw, 20px);
}

.contact-label {
  margin: 0;
  font-size: min(0.833vw, 16px);
  line-height: min(1.41vw, 27px);
  color: #202020;
}

.contact-value {
  margin: 3px 0 0;
  font-size: min(0.833vw, 16px);
  line-height: min(1.56vw, 30px);
  color: #72767c;
}

.contact-item-address {
  margin-top: min(3.7vw, 71px);
  margin-left: 7.29%; /* 105/1440 */
}

.contact-item-address .contact-value {
  max-width: min(33.5vw, 643px);
}

.contact-grid {
  margin-top: min(1.41vw, 27px);
  margin-left: 7.22%; /* 104/1440 */
  display: grid;
  grid-template-columns: min(14.58vw, 280px) min(11.77vw, 226px) auto;
  grid-row-gap: min(1.41vw, 27px);
  row-gap: min(1.41vw, 27px);
}

/* ---------- Fade-in animation ---------- */

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Mobile (<768px) — clone of target's separate mobile page.
     375px canvas, fluid vw (target uses rem @12px/375 + zoom). ---------- */

@media (max-width: 767px) {
  .sep-desktop,
  .cur-desktop {
    display: none;
  }

  .sep-mobile {
    display: inline;
  }

  .cur-mobile {
    display: inline;
  }

  .mobile-only-text {
    display: inline;
  }

  /* Banner: 299px, different image, cover, with title overlay */
  .about-banner {
    height: 79.733vw;
    background-image: url('/images/about/banner-mobile.webp');
    background-position: center;
  }

  .about-banner-title {
    display: block;
    position: absolute;
    top: 34.827vw;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 8vw;
    line-height: 9.333vw;
    color: #fff;
  }

  /* Breadcrumb: 46px bar, "Home - About Us" */
  .about-breadcrumb {
    height: 12.267vw;
    font-family: 'futura-medium-bt', Arial, sans-serif;
  }

  .about-breadcrumb-link,
  .about-breadcrumb-current {
    font-size: 3.733vw;
    line-height: 3.867vw;
  }

  .about-breadcrumb-sep {
    font-size: 3.733vw;
  }

  .about-page-title {
    display: none;
  }

  /* Content module: 2214px absolutely-positioned playground */
  .about-story {
    position: relative;
    max-width: none;
    height: 590.4vw;
    padding: 0;
  }

  .fade-in {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .about-row,
  .profile-col,
  .profile-text,
  .about-contactus,
  .contact-grid {
    display: contents;
  }

  .about-h2 {
    font-family: 'futura-medium-bt', Arial, sans-serif;
    font-size: 6.4vw;
    line-height: 7.467vw;
    text-align: center;
  }

  .story-title {
    position: absolute;
    top: 1.92vw;
    left: 0;
    right: 0;
    margin: 0;
    color: #202020;
  }

  .about-body {
    font-family: 'Futura-Book-font', Arial, sans-serif;
    font-size: 3.733vw;
    line-height: 8vw;
  }

  .story-text {
    position: absolute;
    top: 31.413vw;
    left: 4vw;
    width: 92vw;
    margin: 0;
    text-align: justify;
    text-transform: capitalize;
  }

  .story-image {
    position: absolute;
    top: 100.88vw;
    left: 0;
    width: 100%;
    height: 64vw;
    margin: 0;
    aspect-ratio: auto;
  }

  .story-image img,
  .story-image picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .profile-title {
    position: absolute;
    top: 173.44vw;
    left: 0;
    right: 0;
    margin: 0;
    color: #252627;
  }

  .profile-sub {
    position: absolute;
    top: 183.867vw;
    left: 0;
    right: 0;
    margin: 0;
    font-family: 'Futura-Book-font', Arial, sans-serif;
    font-size: 3.733vw;
    line-height: 4.667vw;
    color: #72767c;
    text-align: center;
    text-transform: capitalize;
  }

  .profile-text p {
    position: absolute;
    left: 4vw;
    width: 92vw;
    margin: 0;
    text-align: justify;
    text-transform: capitalize;
  }

  .profile-p1 {
    top: 194.987vw;
  }

  .profile-p2 {
    top: 264vw;
  }

  .profile-p3 {
    display: none;
  }

  .contactus-title {
    position: absolute;
    top: 329.52vw;
    left: 0;
    right: 0;
    margin: 0;
    color: #252627;
  }

  /* Google map: 375x240 below the contact title */
  .about-map {
    display: block;
    position: absolute;
    top: 361.413vw;
    left: 0;
    width: 100%;
    height: 64vw;
  }

  .about-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }

  /* Contact rows: icon 50px at left 20.5px, text at 82px */
  .contact-item {
    position: absolute;
    left: 5.467vw;
  }

  .contact-item-address {
    top: 431.92vw;
    margin: 0;
  }

  .contact-item-zip {
    display: flex;
    top: 463.947vw;
  }

  .contact-item-email {
    top: 486.347vw;
  }

  .contact-item-tel {
    display: none;
  }

  .contact-item-phone {
    top: 506.453vw;
  }

  .contact-item-whatsapp {
    top: 527.44vw;
  }

  .contact-item-wechat {
    top: 548.773vw;
  }

  .contact-item-fax {
    top: 567.333vw;
  }

  .contact-icon {
    width: 13.333vw;
    height: 13.333vw;
  }

  .contact-item-fax .contact-icon {
    width: 12.8vw;
    height: 12.8vw;
  }

  .contact-item-text {
    margin-left: 3.067vw;
  }

  .contact-label {
    font-size: 4.267vw;
    line-height: 7.2vw;
    color: #252627;
  }

  .contact-value {
    margin-top: 0.53vw;
    font-size: 3.733vw;
    line-height: 6.933vw;
  }

  .contact-item-address .contact-value {
    max-width: 76.8vw;
  }

  .contact-item-zip .contact-value {
    font-size: 3.2vw;
    line-height: 5.333vw;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/components/AboutContact/AboutContact.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/* Drop Us A Line — clone of like-light.com inquiry module (1920 canvas) */

.about-contact {
  display: flex;
  align-items: flex-start;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: min(5.78vw, 111px);
  background: #fff;
  font-family: 'futura-medium-bt', Arial, Helvetica, sans-serif;
}

.about-contact-image {
  flex: 0 0 45%; /* 864/1920 */
  margin-left: 0.47%; /* 9/1920 */
  margin-top: min(2.97vw, 57px);
  aspect-ratio: 864 / 480;
}

.about-contact-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}

.about-contact-main {
  flex: 0 0 39.9%; /* 766/1920 */
  margin-left: 2.97%; /* 57/1920 gap after image */
  margin-top: min(2.76vw, 53px);
}

.about-contact-title {
  margin: 0;
  font-family: 'Futura-Book-font', Arial, sans-serif;
  font-size: min(3.125vw, 60px);
  font-weight: normal;
  line-height: min(3.65vw, 70px);
  color: #202020;
}

.about-contact-sub {
  margin: min(1.88vw, 36px) 0 0;
  font-size: min(0.94vw, 18px);
  line-height: min(1.51vw, 29px);
  color: #202020;
}

.about-contact-form {
  margin-top: min(2.29vw, 44px);
  padding: 20px 20px 0;
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(136, 255, 213, 0.49)) border-box;
}

.about-contact-form input,
.about-contact-form textarea {
  width: 100%;
  border: 1px solid #f1f1f3;
  border-radius: 0;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  line-height: 40px;
  color: #252627;
  outline: none;
  margin-bottom: 20px;
}

.about-contact-form input {
  height: 46px;
  padding: 0 20px;
}

.about-contact-form textarea {
  height: 90px;
  padding: 3px 20px;
  resize: vertical;
}

.about-contact-form input::placeholder,
.about-contact-form textarea::placeholder {
  font-size: 14px;
  line-height: 40px;
  color: #96979a;
}

.about-contact-form input:focus,
.about-contact-form textarea:focus {
  border-color: #05c6cf;
}

.acf-row {
  display: flex;
  gap: 20px;
}

.acf-row > .acf-field {
  flex: 1 1;
  min-width: 0;
}

.acf-actions {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 20px;
}

.acf-actions button {
  background: #05c6cf;
  color: #312f2f;
  border: none;
  border-radius: 0;
  padding: 8px 25px;
  font-family: inherit;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0.01px;
  cursor: pointer;
  transition: opacity 0.2s;
}

.acf-actions button:hover {
  opacity: 0.85;
}

.acf-actions button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.contact-status {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.contact-status-success {
  background: #d4edda;
  color: #155724;
}

.contact-status-error {
  background: #f8d7da;
  color: #721c24;
}

.contact-status-loading {
  background: #d1ecf1;
  color: #0c5460;
}

/* ---------- Mobile (<768px) — target mobile inquiry module: #f6f6f6,
     678px on the 375 canvas, stacked borderless fields, full-width button. ---------- */

@media (max-width: 767px) {
  .about-contact {
    display: block;
    position: relative;
    height: 180.8vw;
    padding: 0;
    background: #f6f6f6;
  }

  .about-contact-image {
    display: none;
  }

  .about-contact-main {
    position: absolute;
    inset: 0;
    margin: 0;
  }

  .about-contact-title {
    position: absolute;
    top: 10.4vw;
    left: 0;
    right: 0;
    font-family: 'futura-medium-bt', Arial, sans-serif;
    font-size: 6.4vw;
    font-weight: 600;
    line-height: 7.2vw;
    text-align: center;
  }

  .about-contact-sub {
    position: absolute;
    top: 23.76vw;
    left: 0;
    right: 0;
    margin: 0;
    font-family: 'Futura-Book-font', Arial, sans-serif;
    font-size: 3.733vw;
    line-height: 8vw;
    color: #72767c;
    text-align: center;
    text-transform: capitalize;
  }

  .about-contact-form {
    position: absolute;
    top: 50.667vw;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
  }

  .acf-row {
    display: contents;
  }

  .acf-field {
    position: relative;
    margin-bottom: 6.4vw;
  }

  .acf-field-message {
    margin-bottom: 5.973vw;
  }

  .acf-row:last-of-type .acf-field:last-child {
    margin-bottom: 5.733vw;
  }

  .acf-field[data-req]::before {
    content: '*';
    position: absolute;
    left: 2.133vw;
    top: 50%;
    transform: translateY(-50%);
    color: #f56c6c;
    font-size: 4.8vw;
    line-height: 1;
    z-index: 1;
  }

  .acf-field-message[data-req]::before {
    top: 6.133vw;
    transform: none;
  }

  .about-contact-form input,
  .about-contact-form textarea {
    height: 12.267vw;
    margin-bottom: 0;
    padding: 0 5.333vw;
    border: 0;
    background: transparent;
    font-size: 3.733vw;
    line-height: 10.667vw;
  }

  .about-contact-form textarea {
    height: 24vw;
    padding-top: 0.8vw;
    resize: none;
  }

  .about-contact-form input::placeholder,
  .about-contact-form textarea::placeholder {
    color: #9d9da1;
    font-size: 3.733vw;
  }

  .about-contact-form input:focus,
  .about-contact-form textarea:focus {
    border: 0;
  }

  .acf-actions {
    display: block;
    padding-bottom: 0;
  }

  .acf-actions button {
    width: 100%;
    height: 14.4vw;
    padding: 0;
    color: #fff;
    font-size: 3.733vw;
    font-weight: 500;
    line-height: 3.733vw;
  }
}

