.insights-hero-section {
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: flex-end;
    /* overflow: hidden; */
    height: calc(0.467*100vw);
}


.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: cover;
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
    pointer-events: none;
}

.logo-2 {
    position: absolute;
    z-index: 4 !important;
    top: 0;
    left: 0;
    height: calc(0.467*100vw);
    background-image: linear-gradient(to right, #000000 20%, rgba(0, 0, 0, 0.1) 80%) !important;
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat !important;
    width: 100%;
    pointer-events: none;
}

.hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.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;
    padding-left: 0.5rem;
}

/* 只在.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 {
    padding: 0.5rem 0.875rem;
    color: #f5f5f5 !important;
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #dc3545 !important;
}

.dropdown-menu {
    min-width: 7.5rem !important;
}

/* 服务覆盖层 */
.services-overlay {
    position: absolute;
    bottom: 58px;
    left: 0;
    width: 100%;
    z-index: 4;
    color: white;
    padding: 0;
    background-color: transparent;
}

.services-overlay .container-fluid .mb-4 {

    margin-bottom: clamp(0.5em, 1.25vw, 1.25rem) !important;
}

.insights-hero-section .fitouts {
    color: white;
}

.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,
.insights-hero-section .fitout-L {
    font-size: clamp(2rem, calc(100vw * 0.0375), 3.75rem);

    font-family: 'Rubik', 'Mulish', 'Arial', sans-serif;
}

.fitout-L,
.insights-hero-section .fitout-W {
    font-size: clamp(2rem, calc(100vw * 0.02575), 3.75rem);

    font-family: 'Rubik-Light', 'Mulish-Light', 'Arial', sans-serif;
}

.fitout-n {
    font-size: clamp(1rem, 1.7vw, 1.875rem);
    font-family: 'Rubik-Light', 'Mulish-Light', 'Arial', sans-serif;
}

.titile-main-insights {
    height: calc(0.6*0.4*100vw);
}

.text-muted {
    color: var(--dark-bg);
    font-size: clamp(0.675rem, calc(100vw * 0.012), 1rem);
    font-weight: normal;
    font-family: 'Rubik', sans-serif, 'Times New Roman', Times, serif;
    padding-left: calc(100vw * 0.0075);
}

.primary-red {
    color: var(--primary-red);
}

.sensory-title {
    color: var(--primary-red);
    padding-left: calc(100vw * 0.00925);
    font-size: clamp(1.5rem, 2.5vw, 3.75rem);
    font-weight: 300;
    margin-bottom: 30px;
}

.insights-section {
    padding: 8vw 0 6vw 0;
    position: relative;
    background-color: #ffffff;
}



.section-header {
    margin-bottom: 15px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;

}


.date-section {
    padding: clamp(3rem, 6.375vw, 4.5rem) 0;
    position: relative;
}

/* Cross-section image that spans multiple sections */
.cross-section-image-wrapper {
    position: relative;
    z-index: 10;
    /* height:58px; */
    font-size: clamp(0.825rem, 1vw, 1rem);
}

 .cross-section-image-wrapper p {
    font-size: clamp(0.825rem, 1vw, 1rem);
      margin: 0 0 0 0 ;
}
.cross-section-image-wrapper p.article-description
{
    margin-bottom: 25px;
}

.cross-section-container {
    position: absolute;
    top: calc(-8vw - 57px);
    width: auto;
    ;
    /* Will be dynamically adjusted by JavaScript */
    overflow: hidden;
    z-index: 5;
    background-color: white;
    height: auto;
    min-height: 117px;
    line-height: 45px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.175);
}

.cross-section-container .row {
    margin: 0 0 0 0 !important;
    --bs-gutter-x: 0rem !important;
}

.cross-section-item {
    /* width:25%; */
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 117px;
}

.news-section {
    background-color: #ffffff;
}



.insights-section .image-blend-container {
    min-height: 16vw;
    position: relative;

}

.title-tag {
    margin-bottom: 0.5rem;
	color: black
}

/* .cross-item_1
{
    margin-right:-18px !important;
}
.cross-item_3
{
    margin-left:-18px !important;
} */
.cross-section-item-hover {

    background-color: #101820 !important;
    line-height: 1.75rem;
    color: white;
    position: absolute;
    padding: 1rem;
    top: 0;
    left: -13px;
    text-align: center;
    opacity: 0;
    height: 168px;
    vertical-align: middle;
    margin: 0 0 0 0 !important;
    z-index: 15;
}

.cross-section-wrapper-inner:hover .all-color-bk{

}

.cross-section-item-hover p {
    margin: 0 auto !important;
}

.select-menu {
    padding: clamp(1.0rem, 1.3vw, 1.5rem) 0.5rem;
}

.menu-mid {
    display: inline-block;
    font-weight: 700;

    line-height: 2rem;
}

.cross-section-image_container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(117px - 2rem);
    transition: transform 0.3s ease;
}

.current-arrow {
    display: inline-block;
    width: 8.719px;
    height: 12.743px;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
    transition: all 0.3s ease;
}
.news_hover:hover,
.news-color-bk {
    color:white;
    background-color: #485CC7 !important;
}

.news-color {
    color: #485CC7 !important;
}
.sustainability_hover:hover,
.sustainability-color-bk {
    color:white;
    background-color: #00B388 !important;
}

.sustainability-color {
    color: #00B388 !important;
}
.retail_hover:hover,
.retailTrends-color-bk {
    color:white;
    background-color: #E68699 !important;
}

.retailTrends-color {
    color: #E68699 !important;
}

.social_hover:hover,
.socialMedia-color-bk {
    color:white;
    background-color: #AD96DC !important;
}

.socialMedia-color {
    color: #AD96DC !important;
}

.all_hover:hover,
.all-color-bk {
    color:white;
    background-color: #D6001C !important;
}


.all-color {
    color: #D6001C !important;
}


/* 在导航菜单中使用时的样式调整 */
.cross-section-item .current-arrow {
    margin-left: 5px;
}

/* 确保箭头与文本对齐 */
.cross-section-image_container p .current-arrow {
    margin-left: 5px;
    vertical-align: baseline;
}

/* .cross-section-item-last
{
    padding:0 0.5rem;
    width:16%;
    height:100%;
    line-height: 116px;
    text-align: center;
    vertical-align: middle;
} */
.cross-section-item .img-fluid {
    width: 100% !important;
    height: 100% !important;
}

.border-right-1 {

    border-right: 1px solid #707070;
}

.insights-item {
    margin: 1rem 0;
}

.image-caption-action {
    color: var(--primary-red);
    font-family: "Rubik-SemiBold", "Mulish", "Arial", sans-serif !important;
    font-weight: 400;
    font-size: clamp(0.75rem, 1vw, 1.0rem);
}

.insights-item:hover .image-caption {

    font-family: "Rubik-SemiBold", "Mulish", "Arial", sans-serif !important;
    font-weight: 500;
}

.insights-item:hover .title-retail-contents {
    color: #E68699 !important;
}

.insights-item:hover .title-media-contents {
    color: #AD96DC !important;
}

.insights-item:hover .title-sustainability-contents {
    color: #00B388 !important;
}

.insights-item:hover .title-news-contents {
    color: #485CC7 !important;
}


.image-caption {
    font-family: "Rubik-Light", "Mulish", "Arial", sans-serif !important;
    color: var(--dark-font) !important;
    font-size: clamp(0.875rem, 1.2vw, 1.25rem);
    font-weight: 500;
    margin-top: 0.5rem;

}

.image-container {
    position: relative;
    overflow: hidden;
    padding: 1rem 0;

}

.image-container img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.image-container-inner {
    position: absolute;
    bottom: 0px;
    left: 0;
}


.insights-item:hover .image-front {
    filter: none;
    padding: 0;
    transform: scale(1.02);
}

.image-item{
    aspect-ratio: 10 / 7;
    overflow: hidden;
    width: 100%;
}

.insights-item .image-front{
    filter: grayscale(100);
    width: 100%;
    object-fit: cover;
}

.article-title{
    margin-top: 10px;
}

.line-clamp-4{
    color: rgb(108, 117, 125);
}

/* .image-blend-container img
{
    position: relative;
    width: 100%;
    height: auto;} */
.date-text {
    margin: 2rem 0;
    font-weight: 200;
    font-family: 'Mulish-Light', sans-serif, Times, serif;
    font-size: clamp(0.75rem, 1vw, 1.25rem);
}

.content-section {
    /* padding:3rem 0; */
    padding: 0 0 clamp(3rem, 6.375vw, 4.5rem) 0 !important;
}

.content-text {
    color: var(--dark-bg);
    font-size: clamp(0.875rem, 1vw, 1.25rem);
    font-weight: 200;
    font-family: 'Mulish-Light', sans-serif, Times, serif;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.content-title {
    /* font-size: 3.75rem; */
    font-size: calc(100vw * 0.0265);
    font-family: 'Mulish', 'Mulish-Light', 'Arial', sans-serif;
    font-weight: bold;
}

.boder_left {
    border-left: 1px solid #707070;
}


@media (max-width: 992px) {
    .cross-section-image {
        position: static;
        /* Start above the date section */
        margin: 0 auto;
        width: 100%;
        overflow: hidden;
        z-index: 5;
    }

}

@media (max-width: 768px) {
    body {
        width: 100%;
        max-width: none;
        min-width: auto;
        transform: none;
        overflow-x: hidden;
    }


    .insights-hero-section,
    .logo-l,
    .logo-2 {
        height: calc(0.618*100vw);
    }

    /* .titile-main-insights
    {
        height:calc(0.75*0.6*100vw);
    } */

    /* 导航栏在小屏幕时显示为列 */
    .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: auto;
    }

    .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: 201;
    }

    .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) {
    .insights-hero-section,
    .insights-section,
    .footer-section,
    .contact-section,

    .layer-section {
        display: none;
    }

    .header-m,
    .insights-section-m {
        display: block;

    }

    .header-m .services-overlay {
        background-color: transparent !important;
        min-height: 25vw;
        position: absolute;
        bottom: 6vw;
         display: flex;
        align-items: flex-end;
    }

    .insights-section-m {
        background-color: white;
        min-height: 100vh;
        ;

    }

    .cross-section-image-wrapper-m {
        background-color: white;
        position: absolute;
        bottom: -23px;
        width: 250px;
        height: 42px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.175);
        line-height: 42px;
        z-index: 4;
    }

    .cross-section-image-wrapper-m #select-list {
        width: 250px;
        margin-left: -12px;
        line-height: 36px;
        text-align: center;
        align-items: center;
        z-index: 20;

    }

    .cross-section-image-wrapper-m #select-list .card-body {
        padding: 0;
    }

    .cross-section-image-wrapper-m .all-hover:hover {
        background-color: #D6001C !important;
        color: white;

    }

    .cross-section-image-wrapper-m .retail-hover:hover {
        background-color: #E68699 !important;
        color: white;

    }

    .cross-section-image-wrapper-m .social-media-hover:hover {
        background-color: #AD96DC !important;
        color: white;

    }

    .cross-section-image-wrapper-m .sustainability-hover:hover {
        background-color: #00B388 !important;
        color: white;

    }

    .cross-section-image-wrapper-m .news-hover:hover {
        background-color: #485CC7 !important;
        color: white;

    }

    .insights-section-m {
        padding: 1rem 2rem;
    }

    .insights-section-m .image-blend-container {

        height: 55vw;
    }
    .insights-section-m .image-caption
    {
             margin-top: 1rem ;
             margin-bottom: 0.25rem;
    }
    .insights-section-m .image-caption,
    .insights-section-m .image-caption-action {
        font-size: 1rem;

    }

    .header-m .navbar {
        z-index: 10 !important;
        background: none;    }


    .projects-section-m .container-fluid,
    .portfolio-MP4-section-m .container-fluid,
    .we-deliver-m .container-fluid,
    .testimonials-section-m .container-fluid,
    .testimonials-section-m .row,
    .clients-section-m .container-fluid,
    .contact-section-m .container-fluid,
    .news-section-m .container-fluid,
    .insights-section-m .container-fluid,
    .footer-section-m .container-fluid {
        margin: 0 !important;
        padding: 0 !important;
    }
}


@media (min-width: 576px) {

    .insights-hero-section,
    .footer-section,
    .contact-section,

    .insights-section,
    .layer-section {
        display: block;

    }

    .header-m,
    .insights-section-m,
    .contact-section-m,
    .footer-section-m {
        display: none;
    }

}