section {
  background-color: white !important;
  z-index: 200;
  position: sticky;
}

footer {
  position: sticky;
  z-index: 200;
  background-color: white;
}

.layer-section {
  height: calc(0.525 * 100vw);
  width: 100%;
  max-width: 1920px;
  min-width: 768px;
  z-index: 99 !important;
}

.hero-section-fitout {
  background-color: transparent;
  position: fixed;
  display: flex;
  align-items: flex-end;
  height: calc(0.525 * 100vw);
  width: 100%;
  max-width: 1920px;
  min-width: 768px;
  z-index: 100;
}

/* 遮罩层样式 */
.overlay-mask {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 768px;
  width: 100%;
  height: calc(0.467 * 100vw * 0.33);
  /* 覆盖页面1/3 */
  /* background-color: rgba(0, 0, 0, 0.5); 半透明黑色 */
  background: linear-gradient(to bottom, #050505 0%, rgba(5, 5, 5, 0) 100%);
  z-index: 3;
  transform: translateY(-100%);
  /* 初始状态在屏幕上方 */
  transition: transform 0.5s ease;
}

.overlay-mask.show {
  transform: translateY(0);
  /* 显示状态 */
}

.hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-video,
.hero-video-clients {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.logo-l {
  position: absolute;
  z-index: 6 !important;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 37% 0, 0 30%);
}

.logo-l img {
  position: absolute;
  z-index: 8 !important;
  height: 7.06%;
  margin-left: 3%;
  margin-top: 1.5%;
}

.logo-2 {
  position: absolute;
  z-index: 4 !important;
  top: 0;
  left: 0;
  background-color: #509e2f;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 100%, 76.16% 100%, 0 26.1%);
}

.clients-background-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* Navigation */
.navbar {
  padding: 2.25rem 0;
  transition: all 0.3s ease;
  background: linear-gradient(to bottom, #050505 0%, rgba(5, 5, 5, 0) 100%);
  max-width: 1920px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.navbar-brand {
  padding: 0rem;
}

.navbar-scrolled {
  /* background: rgba(255, 255, 255, 0.18) !important; */
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.nav-link {
  font-family: "Rubik", "Mulish-Light", "Arial", sans-serif;
  font-weight: 500;
  color: #f5f5f5 !important;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
  font-size: clamp(0.825rem, 1.25vw, 1rem);
}

.nav-link:hover {
  font-weight: 700 !important;
}

.nav-link-arrow {
  font-size: 0.825rem;
  font-weight: 500;
}

/* 只在.nav-link内的.nav-link-arrow悬停时变色，其他不变 */
.nav-link:hover .nav-link-arrow {
  color: #dc3545 !important;
}

.dropdown-menu {
  background-color: transparent !important;
  border: 0 !important;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  font-size: 0.875rem;
  font-weight: normal;
  font-weight: 300;
  padding: 0.5rem 0.875rem;
  color: #f5f5f5 !important;
}

.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #dc3545 !important;
}

#let-talk-btn {
  opacity: 0;
}

/* 服务覆盖层 */
.services-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background: white;
  padding: 0;
  background-color: transparent;
}

.services-overlay .container-fluid .mb-4 {
  margin-bottom: clamp(0.5em, 1.25vw, 1.25rem) !important;
}

.create-fitout-section {
  z-index: 1000;
  position: relative;
  background-color: #fbfbfb !important;
  background-image: url("../images/mercury_advanced_C_bg.png");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  /* height: calc(0.675 * 0.5 * 100vw); */

  padding: 6vw 0 3vw 0;
}

.create-fitout-section .fitouts {
  color: var(--dark-color);
}

.fitouts {
  color: white;
  font-family: "Rubik", "Mulish", "Arial", sans-serif;
  margin-bottom: 2vw;
}

.fitout-title {
  line-height: 1;
  padding-bottom: calc(100vw * 0.035 * 0.467);
}

.fitout-W,
.fitout-M,
.create-fitout-section .fitout-L {
  font-size: clamp(2rem, 2.25vw, 3.325rem);
  font-family: "Rubik", "Mulish", "Arial", sans-serif;
}

.fitout-L,
.create-fitout-section .fitout-W {
  font-size: clamp(2rem, 2.25vw, 3.325rem);

  font-family: "Rubik-Light", "Mulish-Light", "Arial", sans-serif;
}

.fitout-n-title {
  font-size: clamp(0.875rem, 1.175vw, 1.625rem);
  font-family: "Rubik-Light", "Mulish-Light", "Arial", sans-serif;
  line-height: 1.2;
}

.fitout-n {
  font-size: clamp(0.75rem, calc(100vw * 0.0125), 1.25rem);
  font-family: "Rubik-Light", "Mulish-Light", "Arial", sans-serif;
}

.divider {
  margin-bottom: 4rem !important;
}

.article-card {
  padding: 0 1.5rem !important;
  background-color: transparent !important;
}

.design_Concept_interiors {
  background-color: #fbfbfb !important;
}

.section-description-small {
  font-size: clamp(1rem, 0.925vw, 1.375rem);
}

.news-section .carousel-control-next,
.news-section .carousel-control-prev {
  top: -6rem;
}

.back_border {
  height: 2px;
  background-color: #050505;
  width: calc(100% - 8.5vw);
}

.design_Concept_container {
  padding: 5vw 0 2vw 0;
}

.design_Concept_container .container-fluid {
  margin: 0;
  padding: 0 !important;
}

.sidebar_right_div {
  width: 70.44%;
  padding-left: 5vw;
}

.sidebar_left_div {
  width: 29.55%;
}

#industry_detail h3 {
  font-size: clamp(1rem, 0.825vw, 1.375rem);
  font-family: "Rubik", "Mulish", "Arial", sans-serif;
  line-height: 1.2;
  color: #509e2f;
}

.commercial_interiors_title {
  margin: 20px 8vw;
  padding-bottom: 20px;
  border-bottom: #CDCDCD 1px solid;
  font-size: clamp(1.25rem, 1.25vw, 2rem);
}

.commercial_interiors_title span {
  font-family: "Rubik-SemiBold";
  /* font-weight: bold; */
}

.circle {
  position: relative;
  top: -8%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #ff0000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  transition: all 0.4s ease;
  cursor: pointer;
  overflow: hidden;
}

/* 服务卡片样式 */
.service-card {
  background-color: transparent;
  padding: clamp(0.5rem, 1.15vw, 1rem);
  text-align: left;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  border-right: 1px solid #f0f0f0;
  max-height: 300px;
}

/* 让logo-placeholder中的img居中，两边空白相同 */
.logo-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  max-height: 90%;
  position: relative;
  width: 200px;
  /* 与你的图片同宽 */
  height: 200px;
}

.logo-placeholder img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
}

.logo-placeholder button {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
}

/* 让logo-placeholder下的case-study-btn按钮居中，两边空白相同 */
.logo-placeholder+.case-study-btn,
.logo-placeholder .case-study-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Rubik-SemiBold", "Rubik", "Arial", sans-serif;
  margin-top: -24px;
  color: #509e2f;
}

.case-study-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 clamp(2rem, 3vw, 4rem) 0;
  position: relative;
}

.case-study-card ， on {
  opacity: 1;
}

.case-study-card .off,
.off {
  opacity: 0;
}

/* 默认隐藏第二张图 */

.case-study-card:hover .on {
  opacity: 0;
}

/* 鼠标放上隐藏第一张 */
.case-study-card:hover .off {
  opacity: 1;
}

/* 鼠标放上显示第二张 */
.case-study-card:hover .case-study-btn {
  color: var(--dark-color);
}

.font-light {
  font-weight: 300;
  font-family: "Rubik-Light", "Mulish-Light", "Arial", sans-serif;
}

.font-Mushlish-light {
  font-weight: 300;
  font-family: "Mulish-Light", "Rubik-Light", "Arial", sans-serif;
}

.get-in-touch-btn {
  padding-top: 0.75rem;
  height: 3rem;
  line-height: 2.5rem;
  color: #509e2f;
  font-weight: 500;
}

.get-in-touch-btn .touch-btn-arrow {
  margin-left: 0.75rem;
}

.partner-logo {
  height: 100%;
  align-content: center;
  margin: 1rem auto;
}

.service-card:last-child {
  border-right: none;
}

.service-icon {
  margin-bottom: 1rem;
  position: relative;
}

.service-icon-img {
  transition: opacity 1.5s ease;
  position: relative;
  width: 13.5vw;
}

.expertise-content .section-title {
  font-family: "Rubik-SemiBold", "Rubik", "Arial", sans-serif;
  font-weight: 500;
}

/* Space Section 响应式 */
.space-section {
  padding: 50px 0;
  /* background-image: url('../images/Back2.svg'); */
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-color: #f8f9fa;
}

/* 添加第二个图片用于过渡效果 */
.fitout-service .service-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/JOHNSTON_B.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  opacity: 0;
  transition: opacity 1.5s ease;
  pointer-events: none;
}

.fitout-service:hover .service-icon-img,
.shopfit-service:hover .service-icon-img,
.retail-service:hover .service-icon-img {
  opacity: 0;
}

.fitout-service:hover .service-icon::after,
.shopfit-service:hover .service-icon::after,
.retail-service:hover .service-icon::after {
  opacity: 1;
}

/* FITOUT服务悬停时Learn More图片变为蓝色 */
.fitout-service:hover .learn-more-img {
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(180deg) brightness(118%) contrast(119%);
  transition: all 1.5s ease;
}

/* retail More图片变为蓝色 */
.shopfit-service:hover .learn-more-img {
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(320deg) brightness(118%) contrast(119%);
  transition: all 1.5s ease;
}

/* retail More图片变为蓝色 */
.retail-service:hover .learn-more-img {
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(60deg) brightness(118%) contrast(119%);
  transition: all 1.5s ease;
}

.shopfit-service .service-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/SHOPFITSERVICES_H.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  opacity: 0;
  transition: opacity 1.5s ease;
  pointer-events: none;
}

.retail-service .service-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/RETAILSERVICES_H.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  opacity: 0;
  transition: opacity 1.5s ease;
  pointer-events: none;
}

.learn-more-img {
  width: 120px;
  height: auto;
  transition: all 1.5s ease;
}

.partner-section {
  background-color: #509e2f !important;
  padding: clamp(3rem, 6.5vw, 5.5rem) 0;
}

.partner-contents {
  color: white;
}

.partner-title {
  font-family: "Rubik", "Mulish", "Arial", sans-serif;
  line-height: 1.05;
  font-size: clamp(2.5rem, calc(100vw * 0.035), 3.75rem);
}

.partner-contents p {
  margin-top: 1.5rem;
  margin-bottom: 0.25rem !important;
  line-height: clamp(1.375rem, 1.75vw, 2rem);
  padding-right: 1.375rem;
}

.fitout-process-section {
  padding: calc(4vw) 0;
}

.process-title {
  margin: 1rem 0 clamp(1rem, 2.875vw, 3rem) 0;
}

.process-title img {
  width: clamp(2.135rem, 5vw, 70px);
  margin-right: 2rem;
}

.process-contents img {
  width: clamp(5rem, 10vw, 178px);
  margin: 1.25rem auto;
}

.testimonials-section {
  background-image: url("../images/diagonal_top.png"),
    url("../images/diagonal_bottom_yellow.png");
  background-repeat: no-repeat, no-repeat;
  background-color: #fbfbfb !important;
  background-position: top left, bottom right;
  background-size: contain, contain;
  padding: 140px 0;
}

.testimonials-first_title {
  font-family: "Rubik-SemiBold", "Rubik", "Arial", sans-serif;
  font-size: clamp(2rem, 3vw, 50px);
  line-height: 1.1;
}

.testimonials-title {
  font-family: "Mulish-Light", "Mulish", "Arial", sans-serif;
  color: #509e2f;
  font-size: clamp(0.875rem, 1.15vw, 1.125rem);
  padding-bottom: 0.75rem;
}

.leadership-team-section {
  min-height: 30vh;
  background-color: #f9f4ef !important;
  padding: 1.25rem 0 clamp(2rem, 4.75vw, 4.5rem) 0;
}

.see-everything-section {
  min-height: 30vh;
  background-color: white;
  padding: clamp(2rem, 4.75vw, 4.5rem) 0;
}

.see-everything-title {
  height: 10vw;
  line-height: 1.05;
  font-size: clamp(1.5rem, 3.5vw, 3.25rem);
  font-family: "Rubik-Light", "Rubik", "Arial", sans-serif;
}

.see-everything-title strong {
  font-family: "Rubik-SemiBold", "Rubik", "Arial", sans-serif;
}

.testimonials-log-image {
  width: clamp(3.75rem, 12vw, 214px);
  height: clamp(3.75rem, 12vw, 214px);
  margin: 0.5rem 2rem;
}

.testimonials-author {
  font-size: clamp(0.875rem, 0.875vw, 1rem);
  padding-top: 0.75rem;
  font-family: "Rulik-Light", "Mulish-Light", "Arial", sans-serif;
}

.testimonials-author strong {
  padding-top: 0.75rem;
  font-family: "Rulik", "Mulish", "Arial", sans-serif;
  font-weight: bold;
}

.leadership-log-image,
.Jonnston_fitout_logo_container {
  height: clamp(5rem, 10.5vw, 215px);
}

.leadership-log-image {
  margin: 0 0.75rem;
  border-radius: 50%;
}

.Jonnston_fitout_logo_container {
  padding-top: clamp(1rem, 2.5vw, 32px);
}

.Jonnston_contents {
  padding-top: clamp(1.5rem, 3.25vw, 3rem);
  padding-right: 1rem;
}

.contents-larger {
  font-size: clamp(1rem, 1.875vw, 1.875rem);
  font-family: "Rubik-Light", "Arial", sans-serif !important;
}

.contents-larger b {
  font-size: clamp(1rem, 1.875vw, 1.875rem);
  font-family: "Rubik-SemiBold", "Arial", sans-serif !important;
}

.Jonnston_contents {
  font-family: "Mulish-light", "Arial", sans-serif;
}

.Jonnston_contents strong {
  font-family: "Mulish-bold", "Arial", sans-serif;
}

.news-section {
  padding-top: 120px;
  background: linear-gradient(to bottom,
      #f3f0eb 0%,
      rgba(255, 255, 255, 1) 100%);
}

.news-section .carousel-control-prev,
.testimonials-section .carousel-control-prev {
  left: -6vw;
}

.news-section .carousel-control-next,
.testimonials-section .carousel-control-next {
  right: -6vw;
}

.row-no-Space .row {
  --bs-gutter-x: 0 !important;
}

.news-section .row-no-Space {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 160px;
  background-color: #509e2f;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

.news-section .row-no-Space .btn-container {
  width: 33vw;
  height: 60px;
  justify-items: center;
}

.news-section .row-no-Space .btn-container .btn-action {
  background-color: white;
}

.news-section .row-no-Space .btn_after {
  font-size: 20px;
}

.news-section .row-no-Space.btn-container {
  display: inline-block;
  position: relative;
  overflow: visible;
  min-width: fit-content;
}

.news-section .row-no-Space .btn-action {
  position: relative;
  display: flex;
  align-items: stretch;
  /* 拉伸子项使高度一致 */
  font-size: clamp(0.675rem, 1.25vw, 1rem);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  /* height: 2.25rem; */
  justify-items: center;
  align-items: center;
  transition: all 0.3s ease;
  height: 60px;
  background-color: #f3ebe4;
}

.news-section .row-no-Space .btn-left {
  padding: 0.25rem clamp(0.5rem, 1vw, 1rem);
  /* 只留水平内边距，交给父容器控制高度 */
  background-color: transparent;
  color: #333;
  transition: all 0.3s ease;
  position: relative;
  z-index: 5;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 60px;
}

.news-section .row-no-Space .btn-left::before {
  background-color: white;
}

.news-section .row-no-Space .btn-right {
  padding: 0rem 1.25rem 0rem 0;
  background-color: transparent;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.news-section .row-no-Space .btn-right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 60px;
  background-color: white !important;
  line-height: 60px;
  /* background-color: transparent; */
  z-index: 4;
  /* opacity: .5; */
}

.news-section .row-no-Space .btn-right::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: white;
  z-index: 2;
  to: 2px;
  /* height: 60px; */
  line-height: 60px;
  /* 从右到左消失 -> 锚定左边 */
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 300ms ease;
  will-change: transform;
}

.news-section .row-no-Space .btn-action:hover .btn-right::after {
  background-color: #509e2f;
  color: white;
}

.news-section .row-no-Space .btn-action:hover .btn_after {
  color: white;
}

.news-section .row-no-Space .btn_last {
  transition: transform 0.3s ease, color 0.3s ease;
  position: relative;
  z-index: 3;
  line-height: 60px;
  color: #509e2f;
}

.btn-action:hover .btn-right::before {
  background-color: white;
}

.news-section .row-no-Space .btn-action:hover .btn_last {
  transform: translateX(1.25rem);
  color: white;
}

.testimonials-text-container {
  padding-left: 1rem;
}

.fitout-process-section h3 {
  margin: 1.5rem 0 1.25rem 0;
  align-items: center;
  text-align: center;
  font-size: clamp(1rem, 1.675vw, 1.875rem);
}

.leadership-team-section .testimonials-title {
  color: var(--dark-color);
}

.service-description {
  font-size: clamp(0.75rem, 1.25vw, 1rem);
  line-height: clamp(1rem, 1.4vw, 1.375rem);
  color: #666;
  margin-bottom: 0.75rem;
  flex-grow: 1;
}

.awards-title {
  font-size: clamp(1.35rem, calc(100vh * 0.0225), 2.5rem);
  font-weight: 700;
  color: #212529;
  position: relative;
  min-width: fit-content;
}

.award-divider {
  min-height: 60px;
  border-right: 2px solid #ccc !important;
}

.award-divider:hover {
  transform: none !important;
}

.awards-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.award-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 120px;
  padding: 1rem;
  transition: transform 0.3s ease;
}

.award-logo:hover {
  transform: translateY(-5px);
}

.award-logo img {
  height: 60px;
  width: auto;
  margin-bottom: 0.5rem;
  filter: grayscale(100%);
  transition: filter 1.5s ease;
  max-width: 100%;
}

.award-logo:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.award-logo span {
  font-size: 0.75rem;
  color: #666;
  font-weight: 500;
  line-height: 1.2;
  max-width: 120px;
}

.projects-section .container-fluid {
  margin: 0 !important;
  padding: 0 !important;
}

.projects-section {
  overflow: hidden;
}

.projects-section .image-blend-container {
  width: 33.33%;
  min-height: 50vh;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.projects-section .image-blend-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.5s ease;
}

/* Space Section 响应式 */
.space-section {
  padding: 50px 0;
  /* background-image: url('../images/Back2.svg'); */
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-color: #f8f9fa;
}

.clients-section {
  background-color: var(--light-yellow-color);
}

.clients-background_T {
  position: relative;
  background-color: var(--light-yellow-color);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: fit-content;
  z-index: 3;
  padding-top: clamp(0.75rem, 1.5vw, 1.5rem);
}

.clients-section .container-fluid {
  padding: 0 !important;
}

.clients-background-video-overlay {
  z-index: 5;
  background-image: url("../images/center_overlayMask_bk.png");
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
}

.clients-background_B {
  background-image: url("../images/clientBk_B.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: fit-content;
  background-position: center bottom;
  min-height: 150px;
  background-color: #fff;
  position: relative;
}

.btn-container-clients {
  z-index: 100;
}

.talk-to-us {
  position: relative;
  z-index: 10;
  height: 100%;
  padding-left: calc(100vw * 0.05875);
  padding-top: calc(100vw * 0.2175);
  padding-bottom: calc(100vw * 0.0875);
}

.talk-to-us-text {
  display: block;
  font-size: calc(100vw * 0.028);
  font-family: "Rubik", "Mulish", "Arial", sans-serif;
  color: #ffffff;
  margin-bottom: calc(100vw * 0.01);
  line-height: 1.2;
}

.talk-to-us-text-l {
  display: block;
  font-size: calc(100vw * 0.0275);
  font-family: "Rubik-Light", "Mulish-Light", "Arial", sans-serif;
  color: #ffffff;
  margin-bottom: calc(100vw * 0.01);
  line-height: 1.2;
}

.our-clients-section {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: var(--light-yellow-color);
}

.main-content {
  padding-right: 8vw;
}

.hero-image {
  width: 100%;
  height: auto;
}

.testimonials {
  /* background-image: url('../images/testimonials.png');
    background-size:cover;
     background-repeat: no-repeat; */
  /* object-fit: contain; */
  background-color: #fff;
  height: auto;
  width: 100%;
  padding-left: 0.375rem;

  margin-bottom: calc(100vw * 0.057 + 8px);
}

.expertise-footer {
  display: flex;
  justify-content: flex-end;
  /* 启用 Flex 布局 */
  align-items: flex-end;
  padding-top: 6rem;
  transition: transform 0.3s ease;
  vertical-align: bottom;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

/*
.expertise-footer:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
} */
.logo-img {
  max-width: calc(100vw * 0.15);

  width: 100%;
  height: 100%;
}

.award-logo {
  min-width: auto;
  max-width: 12.5%;
}

.company-logo {
  display: flex;
  align-items: center;

  width: 95%;
  margin-right: 1rem;
}

.section-label {
  margin-top: calc(100vw * 0.0425);
  color: #dc3545;
  font-size: 1rem;
  font-weight: 500;
  text-transform: lowercase;
  letter-spacing: 0.5px;
  margin: calc(100vw * 0.01) 0;
  display: block;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: #dc3545;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.nav-arrow:hover {
  color: #c82333;
}

.nav-arrow.prev {
  left: -25px;
}

.nav-arrow.next {
  right: -45px;
}

.nav-arrow i {
  font-size: 1.75rem;
}

/* 为左右箭头添加不同的样式 */
.nav-arrow.prev i {
  transform: rotate(180deg);
}

/* 指示器样式 */
.testimonial-indicators {
  position: absolute;
  right: 31.8%;
  top: 95%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  gap: 1rem;
  /* border: 2px solid #dc3545; */
  padding: 8px 10px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9);
  align-items: center;
  justify-content: center;
}

.testimonial-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background-color: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonial-indicator.active,
.testimonial-indicator:hover {
  background-color: #dc3545;
}

.profile-image {
  max-width: 180px;
  max-height: 180px;
  min-width: 100px;
  min-height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}

.news-section .article-title {
  font-size: 1.375rem;
  font-family: "Rubik";
  font-weight: 500;
}

.articalHover .category-retail {
  color: #e68699 !important;
}

.articalHover .category-news {
  color: #485cc7 !important;
}

.articalHover .category-sustainability {
  color: #00b388 !important;
}

.articalHover .article-title {
  font-weight: bolder;
  color: black !important;
}

.articalHover img {
  filter: none !important;
  width: 105%;
}

.commercial_interiors {
  padding-bottom: 8rem;
  background-color: #fff;
  z-index: 200;
}

.sidebar {
  background-color: #fbfbfb !important;

  padding-right: 0;
}

.left-nav-header {

  align-content: center;
  font-size: clamp(0.875rem, 1.5vw, 1.25rem);
  font-weight: 600;
  padding: calc(100vw * 0.00875) 0;
  padding-left: 8vw;
  text-align: left;
  height: clamp(2.5rem, 4.5vw, 70px);
  font-family: "Rubik-SemiBold", "Rubik", "Arial", sans-serif;
}

.left-nav-header.active {
  background-color: #509e2f;
  color: #fff;
}

.left-nav-item {
  border-bottom: 1px solid #e9ecef;
  height: clamp(2.5rem, 4.5vw, 70px);
  font-family: "Rubik", "Arial", sans-serif;
  padding-left: 8vw;
  text-align: left;
  cursor: pointer;
  align-content: center;
}

.left-nav-item.active {
  background-color: #509e2f;
  color: white;
}

.left-nav-item.active .left-nav-arrow {
  color: white;
}

.left-nav-item.active .nav-link {
  color: white !important;
  font-weight: 600;
}

.left-nav-link {
  color: var(--dark-gray);
  padding: 1rem 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.left-nav-item:hover,
.left-nav-link:hover {
  background-color: #509e2f;
  color: white;
}

.left-nav-item:hover .left-nav-arrow {
  color: white;
}

.left-nav-arrow {
  color: #509e2f;
  font-size: 1.25rem;
  float: right;
  margin-right: 0.5rem;
}

.cta-overlay {
  padding-left: 8vw;
}

.description-text {
  padding-right: 4vw;
  /* min-height: calc(0.1 * 100vw); */
}

.commercial_interiors .space-container {

  background-image: url("../images/index_mercury_bk.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-color: #f8f9fa;
  height: 145px;
  background-color: #fff;
}

#heroCarousel .carousel-indicators button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  border: 2px solid #ddd !important;
  background-color: transparent !important;
  margin: 0 4px;
  transition: background-color 0.3s ease;
}

#heroCarousel .carousel-indicators button:hover {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  border: 2px solid #ddd !important;
  background-color: #509e2f !important;
  margin: 0 4px;
  transition: background-color 0.3s ease;
}

#heroCarousel .carousel-indicators button.active {
  background-color: #fff !important;
  border: 2px solid #fff !important;
}

.image-blend-container {
  height: 20vw;
}

.image-blend-container img {
  width: 90%;
}

@media (max-width: 992px) {

  .hero-section-fitout,
  .layer-section,
  .logo-l {
    height: calc(0.6 * 100vw);
  }

  .logo-2 {
    height: calc(0.6 * 100vw);
  }

  .overlay-mask {
    height: calc(0.6 * 100vw);
    /* 覆盖页面1/3 */
  }

  .testimonial-text {
    font-size: 0.875rem;
  }

  .profile-image {
    max-width: 120px;
    max-height: 120px;
    min-width: 80px;
    min-height: 80px;
  }

  .learn-more-img {
    width: 100px;
  }

  .service-card {
    padding: 0.5rem;
  }

  .service-icon {
    margin-bottom: 0.5rem;
  }
}

/* @media (max-width:1825px) {
    .create-fitout-section
    {
        background-position:  5% top;
    }
} */

@media (max-width: 768px) {
  .hero-video-container {
    background-image: url("../images/clientBK_T.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
  }

  .hero-section-fitout,
  .layer-section,
  .logo-l {
    height: calc(0.8 * 100vw);
  }

  .logo-2 {
    height: calc(0.8 * 100vw);
  }

  .overlay-mask {
    height: calc(0.8 * 100vw);
    /* 覆盖页面1/3 */
  }

  .learn-more-img {
    width: 80px;
  }

  .service-icon {
    margin-bottom: 0.25rem;
  }

  .service-description {
    margin-bottom: 0.25rem;
  }

  .services-overlay .container-fluid .mb-4 {
    margin-bottom: 0.25rem !important;
  }

  .service-card {
    padding: 0.375rem;
  }

  .expertise-footer {
    padding-top: 1rem;
    margin-top: 0.5rem;
  }

  .awards-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #212529;
    position: relative;
  }

  /* 导航栏在小屏幕时显示为列 */
  .navbar-toggler {
    display: block !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.25rem 0.5rem;
    background-color: rgba(5, 5, 5, 0.8);
    margin-left: 80vw;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .navbar-collapse {
    background-color: rgba(15, 15, 15, 0.925);
    margin-top: 1rem;
    margin-left: 1rem;
    border-radius: 8px;
    padding: 1rem;

    z-index: 1050 !important;
  }

  .navbar-nav {
    flex-direction: column !important;

    text-align: center;
    width: 100%;
  }

  .nav-item {
    width: 100%;
    margin: 0.5rem 0;
  }

  .nav-link {
    display: block;
    padding: 0.75rem 1rem;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #f5f5f5 !important;
  }

  .nav-link:last-child {
    border-bottom: none;
  }

  .nav-link:hover {
    color: #dc3545 !important;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: none;
    box-shadow: none;
    margin-top: 0.5rem;
  }

  .dropdown-item {
    padding: 0.5rem 2rem;
    color: #f5f5f5 !important;
  }

  .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #dc3545 !important;
  }
}

@media (max-width: 576px) {

  .hero-section-fitout,
  .footer-section,
  .create-fitout-section,
  .commercial_interiors,
  .partner-section,
  .fitout-process-section,
  .testimonials-section,
  .leadership-team-section,
  .see-everything-section,
  .contact-section {
    display: none !important;
  }

  .profile-image {
    box-shadow: none;
  }

  .content-m.mercury-content .analyticsControls {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .content-m .carousel-indicators {
    margin-bottom: 1.5rem;
  }
.left-nav-header
 {
  font-size: 1rem;
  padding:0 0 0 8vw;
}
.portfolio-section {
  background-color: var(--light-yellow-color);
  background: linear-gradient(to bottom, #F7F5F2, #FEFEFE);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
}

@media (min-width: 576px) {

  .hero-section-fitout,
  .footer-section,
  .create-fitout-section,
  .commercial_interiors,
  .partner-section,
  .fitout-process-section,
  .testimonials-section,
  .leadership-team-section,
  .see-everything-section,
  .contact-section {
    display: block;
  }


}

.industryControls h3 {
  font-size: 1rem;
  font-family: "Rubik", "Mulish", "Arial", sans-serif;
  line-height: 1.2;
  color: #509e2f;
}

.mercury-content p {
  font-size: 1rem;
  font-weight: 100;
}

.commercial_interiors_title .carousel {
  padding: 0;
  margin: 0;
}

.commercial_interiors_title .divider-m {
  margin: 1rem 0rem;
  background-color: rgba(16, 24, 36, 0.175);
}

.analyticsControls h3 {
  text-align: left !important;
  padding: 0;
}

.commercial_interiors_title .carousel-content h3 {
  padding: 0.25rem 0;
}

.commercial_interiors_title .carousel-content p {
  padding: 0.25rem 0 1.75rem 0;
}

.commercial_interiors_title {
  margin: 0;
  padding: 1.5rem 2rem;
}

.carousel-tilte {
  padding: 0;
  margin: 1rem 0;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2221%22%20viewBox%3D%220%200%2016%2021%22%3E%3Cpath%20d%3D%22M10.5%2C0%2C21%2C16H0Z%22%20transform%3D%22translate(16)%20rotate(90)%22%20fill%3D%22%23509E2F%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left center;
}

.carousel-tilte p {
  padding-left: 1.75rem;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: 'Rubik-Bold';
}

.mercury-portfolio {
  background-image: url("../images/diagonal_top.png");
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color: #fff;
  height: auto;
  padding-bottom: 2rem;
}


#testimonialsControls .carousel-content h4 {
  text-align: left;
}

#leaderControls .carousel-content p {
  font-family: "Mulish-Light";
}



.see-everything-title {
  height: 10vw;
  line-height: 1.05;
  font-size: clamp(1.5rem, 3.5vw, 3.25rem);
  font-family: "Rubik-Light", "Rubik", "Arial", sans-serif;
}

.see-everything-title strong {
  font-family: "Rubik-SemiBold", "Rubik", "Arial", sans-serif;
}


.shopfit-item {
    padding: 0 clamp(1.25rem, 2.75vw, 3rem);
}


.shopfit-item button {
    border: none;
    color: var(--red-color);
    background-color: transparent;
    font-size: 1.125rem;
    font-family: 'Rubik-SemiBold', 'Rubik', 'Arial', sans-serif;
}

.image-blend-container {
    position: relative;

    min-height: 13.75vw;
    height: 100%;
    overflow: hidden;
}

.image-blend-container img {
    width: 98%;
}


.portfolio-item-title {
    font-weight: normal;
    font-size: 1.375rem;
    font-family: 'Rubik-Light', 'Arial', sans-serif;
    margin-top: 10px;
}

.shopfit-item:hover .image-front,
.image-blend-container.image-front {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* 下层图片 - 默认隐藏 */
.image-blend-container .image-back {
    opacity: 0;
    mix-blend-mode: revert-layer;
    /* 叠加混合模式 */
    z-index: 1;
}

.shopfit-item:hover .image-front,
.image-blend-container:hover .image-front {
    z-index: 2;
}

/* 悬停时上层图片变透明，下层图片显示 */
.shopfit-item:hover .image-back,
.image-blend-container:hover .image-back {
    opacity: 1;
    z-index: 2;
}

.shopfit-item:hover .image-front,
.image-blend-container:hover .image-front {
    opacity: 0.2;
    z-index: 1;
}

.shopfit-item:hover .portfolio-item-title {
    font-family: 'Rubik', 'Arial', sans-serif;
}

.shopfit-item:hover .portfolio-item-title {
    font-family: 'Rubik', 'Arial', sans-serif;
}


.shopfit-item:hover button {
    border: none;
    color: var(--dark-color);
    background-color: transparent;
    font-size: 1.125rem;

    font-family: 'Rubik-SemiBold', 'Rubik', 'Arial', sans-serif;
}