section {
    background-color: white !important;
    z-index: 200;
    position: sticky;
}

footer {
    position: sticky;
    z-index: 200;
    background-color: white
}

.layer-section {
    height: calc(0.467*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.467*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;
    height: calc(0.467*100vw);
    background-image: url('../images/insight_log.png') !important;
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
    pointer-events: none;
}

.logo-2 {
    position: absolute;
    z-index: 4 !important;
    top: calc(0.25 * 0.467 * 100vw);
    left: 0;
    height: calc(0.467*0.75 * 100vw);
    background-image: url('../images/shotfit_header_bottom.png');
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat !important;
    width: 100%;
    pointer-events: none;
}

.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', 'Rubik-Light', 'Arial', sans-serif;
    font-weight: normal;
    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: bold !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: #ededed !important;
    /* height: calc(0.675 * 0.5 * 100vw); */
    width: 100%;
    padding-top: 6.5vw;
}

.create-fitout-section .fitouts {
    color: var(--dark-color);
}

.fitouts {
    color: white;
    font-family: 'Rubik', 'Mulish', 'Arial', sans-serif;
    margin-bottom: calc(100vw * 0.1* 0.522);
}

.fitout-title {
    line-height: 1;
    padding-bottom: calc(100vw * 0.035 * 0.467);
}

.fitout-W,
.create-fitout-section .fitout-L {
    font-size: clamp(2rem, calc(100vw * 0.02575), 3.25rem);

    font-family: 'Rubik', 'Mulish', 'Arial', sans-serif;
}

.fitout-L,
.create-fitout-section .fitout-W {
    font-size: clamp(2rem, calc(100vw * 0.02575), 3.25rem);

    font-family: 'Rubik-Light', 'Mulish-Light', 'Arial', sans-serif;
}

.fitout-n-title {
    font-size: clamp(1rem, 1.3vw, 1.875rem);
    font-family: 'Rubik-Light', 'Mulish-Light', 'Arial', sans-serif;
    line-height: 1.15;
}

.fitout-n {
    font-size: clamp(0.875rem, calc(100vw * 0.0125), 1.25rem);
    font-family: 'Rubik-Light', 'Mulish-Light', 'Arial', sans-serif;
}

.earth-video {
    width: 80%;
    height: 80%;
    object-fit: contain;
    object-position: center;

}

.article-image-container {
    margin-bottom: 0;
}

.article-description {
    text-align: center;
    border-top: none;
    padding-top: calc(clamp(1.5rem, 2.55vw, 50px) + 10px);
}

.circle {
    position: absolute;
    /* bottom: clamp(-50px, -2.5vw, -1.5rem); */
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(3rem, 5vw, 100px);
    height: clamp(3rem, 5vw, 100px);
    background-color: #D6001C;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: clamp(1rem, 1.2vw, 24px);
    font-weight: bold;
    text-align: center;

    transition: all 0.4s ease;
    cursor: pointer;
    overflow: hidden;
}

.carousel-control-next,
.carousel-control-prev {
    top: -6rem;
    width: 2%;
}

.carousel-control-next {
    right: -2.5%;
}

.carousel-control-prev {
    left: -2.5%;
}

/* 服务卡片样式 */
.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;
}

.space-section .section-space b {
    font-family: "Rubik-SemiBold", "Rubik", "Arial", sans-serif;
}

/* 让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 .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: var(--blue-back);
}

.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: var(--blue-back);
}

.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;
}

/* 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: #abd1f7;
}

.awards-top-div {
    background-image: url('../images/diagonal_bottom_yellow_white.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;


}

.awards-bottom-div {
    background-image: url('../images/diagonal_top_white.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;


}



/* 添加第二个图片用于过渡效果 */
.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: var(--blue-back) !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: var(--blue-back);
    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 {
    border-top: var(--light-line-color) solid 1px;
    padding-top: 0.75rem;
}

.leadership-log-image,
.Jonnston_fitout_logo_container {
    height: clamp(5rem, 10.5vw, 215px)
}

.leadership-log-image {
    margin: 0 0.75rem;
}

.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", "Arial", sans-serif !important;
}

.Jonnston_contents {
    font-family: "Mulish-light", "Arial", sans-serif;
}

.Jonnston_contents strong {
    font-family: "Mulish-bold", "Arial", sans-serif;
}

.testimonials-section .carousel-control-prev {
    left: -8vw;
}

.testimonials-section .carousel-control-next {
    right: -8vw;
}

.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.25rem, 1.75vw, 2.125rem);
    font-family: "Rubik-Light", "Arial", sans-serif;
    line-height: 1.1;
    color: #d6001c;
    text-align: left;
    position: relative;
    min-width: fit-content;
    align-content: center;
    height: 80px;
    padding-right: 3vw;

    border-right: 2px solid #ccc !important;
}

.awards-title b {

    font-size: clamp(1.25rem, 1.75vw, 2.125rem);
    font-family: "Rubik-SemiBold", "Arial", sans-serif;
}

.awards_right {
    align-content: center;
    height: 80px;
    padding-left: 3vw;
    margin-left: 2vw;
    border-left: 2px solid #ccc !important;
    font-size: clamp(1.25rem, 1.75vw, 2.125rem);
    font-family: "Rubik-Light", "Arial", sans-serif;
    line-height: 1.1;
    color: #d6001c;
}

.awards_right b {

    font-size: clamp(1.25rem, 1.75vw, 2.125rem);
    font-family: "Rubik-SemiBold", "Arial", sans-serif;
}

.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;
}

.shopfit-item {
    padding: 0 clamp(1.25rem, 2.75vw, 3rem);
}

.portfolio-section {
    padding: 1vw 0 6vw 0;
}

.portfolio-section .carousel-control-prev {
    color: var(--red-color);
    top: -10rem;
    left: -1.5vw;
}

.portfolio-section .carousel-control-next {
    color: var(--red-color);
    right: -1.5vw;
    top: -10rem;
}

#shopfitCarousel {
    padding: 0vw 0 3vw 0
}

.portfolio-section .divider {
    margin-bottom: 0.25rem;
}

#shopfitCarousel .carousel-indicators button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    border: 1px solid #101820 !important;
    background-color: transparent !important;
    margin: 0 4px;
    transition: background-color 0.3s ease;
}

#shopfitCarousel .carousel-indicators button:hover {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    border: 1px solid #101820 !important;
    background-color: #101820 !important;
    margin: 0 4px;
    transition: background-color 0.3s ease;
}

#shopfitCarousel .carousel-indicators button.active {
    background-color: #101820 !important;
    border: 1px solid #fff !important;
}

#shopfitCarousel .carousel-indicators {
    bottom: 0em;
}

.portfolio-item-title {
    padding: 0 0 0.5rem 5%;
    font-weight: normal;
    font-size: 1.375rem;
    font-family: 'Rubik-Light', 'Arial', sans-serif;

}


.shopfit-item button {
    border: none;
    color: var(--red-color);
    background-color: transparent;
    font-size: 1.125rem;
    padding: 0 0 0.5rem 5%;
    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%;
}

.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;
}

.careers-container {
    padding: 5vw;
}

.projects-section .container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}

.carees-titles {
    font-size: clamp(1.75rem, 3vw, 3.75rem);
    line-height: 1.15;
    font-family: "Rubik_Light", "Arial", sans-serif !important;
}

.carees-titles b {
    font-size: clamp(1.75rem, 3vw, 3.75rem);
    font-family: "Rubik", "Arial", sans-serif !important;
}

.carees-contents {
    font-size: clamp(0.875rem, 0.875vw, 18px);
    font-weight: 300;
    font-family: "Mulish", "Arial", sans-serif !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.010);
    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.010);
    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: space-between;
    /* 启用 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 {
    width: 20%;
    flex: 0 0 auto;
}

.awards_right {
    align-content: center;
    height: 80px;
    padding-left: 4vw;
    margin-left: 2vw;
    border-left: 2px solid #ccc !important;
    font-size: clamp(1.25rem, 1.75vw, 2.125rem);
    font-family: "Rubik-Light", "Arial", sans-serif;
    line-height: 1.1;
    color: #dc3545;
}

.awards_right b {

    font-size: clamp(1.25rem, 1.75vw, 2.125rem);
    font-family: "Rubik-SemiBold", "Arial", sans-serif;
}

.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.010) 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 {
    width: clamp(80px, 12vw, 180px);
    height: clamp(80px, 12vw, 180px);
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.commercial_interiors {

    padding: 4vw 0 2.5vw 0;
    background-color: #fff;
    z-index: 200;
}

.leader-section {
    background-image: url("../images/diagonal_bottom_white.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 8vw;
}

.testimonial-content {

    padding-left: 3vw;
}

.sidebar {
    background-color: white;

    padding-right: 5vw;

}

.left-nav-header {
    background-color: var(--blue-back);
    color: #fff;
    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-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: var(--blue-back);
    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: var(--blue-back);
    color: white;

}

.left-nav-item:hover .left-nav-arrow {
    color: white;
}

.left-nav-arrow {
    color: var(--blue-back);
    font-size: 1.25rem;
    float: right;
    margin-right: 0;
}

.cta-overlay {
    padding-left: 8vw;

}

.description-text {
    padding-right: 4vw;
}

#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: var(--blue-back) !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: 16vw;
}

.image-blend-container img {
    width: 90%;
}
.space-section .btn-left::before {
  background-color: white;
}
.space-section .btn-right::before {

  background-color: white !important;
}

.space-section .btn-right::after {
  background-color: white;

}
.space-section .btn-left::before {
  background-color: white;
}
.space-section .btn-action
{
     background-color: white;
}



@media (max-width:992px) {

    .portfolio-hero-section,
    .logo-l {
        height: calc(0.6*100vw);
    }

    .logo-2 {
        height: calc(0.7*0.6*100vw);
    }

    .overlay-mask {
        height: calc(0.6*100vw*0.33);
        /* 覆盖页面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;

    }

    .fitouts {
        margin-bottom: 1rem;
    }
}

/* @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%;

    }

    .portfolio-hero-section,
    .logo-l {
        height: calc(0.8*100vw);
    }

    .logo-2 {
        height: calc(0.7*0.8*100vw);
    }

    .overlay-mask {
        height: calc(0.8*100vw*0.33);
        /* 覆盖页面1/3 */
    }

    .fitouts {
        margin-bottom: 0.5rem;
    }

    .fitout-W,
    .fitout-L {
        font-size: 1.25rem;
    }

    .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-weight: 700;
        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;
    }

    .content-m .portfolio-item-title ,.content-m .shopfit-item button {
        padding-left: 0;
    }

    .content-m .careers-container {
        padding-left: 0;
        padding-right: 0;
    }

    .content-m .section-title.section-space {
        font-size: 2.125rem;
        line-height: 1.15;
    }

    .content-m .section-title.section-space b {
        font-family: 'Rubik-SemiBold';
    }

    .content-m .article-card {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    #historyControls img {
        width: 90% !important;
        margin: 0 5% !important;
    }

    #historyControls p {
        margin-top: 2rem;
        text-align: center !important;
    }

    #historyControls .circle {
        width: 5rem;
        height: 5rem;
    }

    #leaderControls .profile-image {
        width: 60%;
        height: 60%;
        max-width: 60%;
        max-height: 60%;
    }

    #accreditationControls .award-logo,
    #awardsControls .award-logo {
        width: 80%;
        margin: 0 10%;
        padding: 10% 0;
        height: 160px;
        max-width: 80%;
        max-height: 100%;
        border-left: #999 1px solid;
        border-right: #999 1px solid;
    }

    #accreditationControls .award-logo img,
    #awardsControls .award-logo img {
        height: 120px;
        object-fit: scale-down;
    }

    #shopfitCarousel-m .image-blend-container {
        height: 300px
    }

    #shopfitCarousel-m .shopfit-item {
        padding: 0;
    }

    #shopfitCarousel-m .image-blend-container img {
        width: 100%;
    }
}

@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;
    }


}