section {
    background-color: white;
    z-index: 200;
    position: sticky;
    overflow: hidden;
}

footer {
    position: sticky;
    z-index: 200;
    background-color: white
}

.layer-section {
    height: calc(0.467*100vw);
    width: 100%;
    max-width: 1920px;
    min-width: 576px;
    z-index: 99 !important;
}

.portfolio-hero-section {
    background-color: transparent;
    position: fixed;
    display: flex !important;
    align-items: flex-end;
    height: calc(0.467*100vw);
    width: 100%;
    max-width: 1920px;
    min-width: 576px;
    z-index: 100;
    overflow-y: hidden;
    overflow-x: auto;

}

.layer-section {
    height: calc(0.467*100vw);
    width: 100%;

}

/* 遮罩层样式 */
.overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    max-width: 1920px;
    min-width: 576px;
    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: 99.95%;
    object-fit: cover;
    object-position: top;
}

.logo-l {
    position: absolute;
    z-index: 6 !important;
    top: 0;
    left: 0;
    height: calc(0.467*100vw * 0.33);
    background-image: url('../images/hg_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: 0;
    left: 0;
    height: calc(0.467*100vw);
    background-image: url('../images/head_center_bk.png');
    background-size: contain;
    background-position: bottom left;
    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: 500;
    color: #f5f5f5 !important;
    margin: 0 0.5rem;
    font-size: clamp(1rem,1vw, 1.125rem);

}

.nav-link:hover {
    transition: color 0.3s ease;
    font-weight: 700 !important;
}

.nav-link-arrow {
    font-size: clamp(1rem,1vw, 1.125rem);
    font-weight: 300;
}

/* 只在.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.75em, 1.5vw, 1.375rem) !important;
}

/* 服务卡片样式 */
.service-card {
    background-color: transparent;
    padding: 1rem clamp(0.5rem, 1.15vw, 2rem);
    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; */
}

.service-card:last-child {
    border-right: none;
}

.service-icon {
    margin-bottom: clamp(0.75rem, 1.75vw, 2rem);
    position: relative;
}

.service-icon-img {
    transition: opacity 1.5s ease;
    position: relative;
    width: 16vw;
}

/* Space Section 响应式 */
.space-section {
    padding: clamp(2.5rem, 6vw, 7.5rem) 0;
    /* background-image: url('../images/Back2.svg'); */
    z-index: 1000;
    background-color: #fff;
}

.service-card a {
    color: #101820 !important;
    line-height: 25px;
    font-weight: bold;
}

.service-card a span {
    padding-right: 0.6rem;

}

.service-card a svg {
    margin-bottom: 0.3rem;

}

/* 添加第二个图片用于过渡效果 */
.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 a,
.serviceCarousel-container .fitout-service a {
    color: #007DBA !important;
}

/* retail More图片变为蓝色 */
.shopfit-service:hover a,
.serviceCarousel-container .shopfit-service a {
    color: #D6001C !important;
}


/* retail More图片变为蓝色 */
.retail-service:hover a,
.serviceCarousel-container .retail-service a {
    color: #509E2F !important;
}

.shopfit-service .service-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16vw;
    height: 100%;
    background-image: url('../images/SHOPFITSERVICES_T.png');
    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;
}

.service-description {
    font-size: clamp(0.75rem, 1vw, 1.125em);
    line-height: 1.35;
    color: #666;
    margin-bottom: 0.75rem;
    flex-grow: 1;

}

.awards-title {
    font-size: clamp(1.5rem, calc(100vh * 0.025), 2.5rem);
    font-weight: 700;
    color: #212529;
    position: relative;
    min-width: fit-content;
    text-align: left !important;


}

.award-divider {


    min-height: 60px;
    border-right: 2px solid #ccc !important;
    text-align: left !important;
    width: 23%;

}

.award-divider:hover {
    transform: none !important;
}

.awards-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 0;

    margin:1rem 0;
}

.award-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 120px;
    padding: 2rem 0;
    transition: transform 0.3s ease;
}

.award-logo:hover {
    transform: translateY(-5px);
}

.award-logo img {
    height: 68px;
    /* max-height: 80px; */
    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;
}

.our-clients-section .section-title-L,
.testimonials .section-title-L {
    line-height: 1.05;
    font-size: clamp(1.5rem, calc(100vw * 0.02375), 3rem);
}

.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 .who_we_are {
    background-image: url('../images/Index_bk2.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-color: #fff;
}

.space-section .space-container {
    background-image: url('../images/Index_bk3.png');
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-color: #f8f9fa;
    height: 145px;
    background-color: #fff;
}

.news-section .section-title-50 {
    /* font-size: 3.75rem; */
    font-size: calc(100vw * 0.0275);
    font-family: 'Rubik-SemiBold', 'Rubik', 'Arial', sans-serif;
    font-weight: bold;

}

.clients-section {
    background-color: var(--light-yellow-color) !important;
}

.clients-padding-y {
    padding: clamp(3rem, 6vw, 6.75rem) 0;
}

.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: 2.75vw;
    background-color: var(--light-yellow-color);
}

.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.025);
    margin-bottom: calc(100vw * 0.057);


}

.talk_btn:hover .btn_after {
    color: white;

}

.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: 2rem;

}

/*
.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;
}
.award-logo-contains{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}

.company-logo {
    display: flex;
    align-items: center;

    width: 95%;
    margin-right: 2rem;
}

.section-label {
    margin-top: calc(100vw * 0.0425);
    color: #dc3545;
    font-size: 1.125rem;
    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: 2rem;
    /* border: 2px solid #dc3545; */
    padding: 8px 10px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.9);
    align-items: center;
    justify-content: center;
    display: none;
}

.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;
}

.news-section {
    padding: 2rem 0 clamp(2rem, 3.5vw, 4.25rem);
}

.images-container img {
    max-width: 18%;
    margin: 0.25rem clamp(1rem, 1.35vw, 2rem);
    height: 60px;
    object-fit: scale-down;
}

#ourClientsControls .carousel-indicators {
    margin-bottom: -1rem;

}

#ourClientsControls .carousel-indicators button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    border: 2px solid #000 !important;
    background-color: transparent !important;
    margin: 0 4px;
    transition: background-color 0.3s ease;
}

#ourClientsControls .carousel-indicators button:hover {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    border: 2px solid #000 !important;
    background-color: var(--blue-back) !important;
    margin: 0 4px;
    transition: background-color 0.3s ease;
}

#ourClientsControls .carousel-indicators button.active {
    background-color: #000 !important;
    border: 2px solid #000 !important;
}

.clients-content #ourClientsControls {
    padding: 2rem 0;

}

#ourClientsControls .carousel-control-prev {
    left: -8vw;
}

#ourClientsControls .carousel-control-next {
    right: -4vw;
}



@media (max-width:992px) {

    .portfolio-hero-section,
    .layer-section {
        height: calc(0.60*100vw);
    }

    .logo-2 {
        height: 60vw;
    }

    .overlay-mask,
    .logo-1 {
        height: calc(0.60*100vw*0.33);
        /* 覆盖页面1/3 */
    }

    .services-overlay .service-description {

        margin-bottom: 0.25rem !important;
        font-size: 0.675rem;
    }

    .services-overlay .service-icon {
        margin-bottom: 0.25rem;

    }

    .nav-link {
        font-size: clamp(0.675rem, 1.2vw, 0875rem);
        margin: 0 !important;
    }


    .testimonial-text {
        font-size: 0.875rem;
    }



    .learn-more-img {
        width: 100px;
    }

    .service-card {

        padding: 0.5rem;
    }


}


@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,
    .layer-section {
        height: calc(0.75*100vw);


    }

    .logo-2 {
        height: 75vw;
    }

    .overlay-mask,
    .logo-1 {
        height: calc(0.75*100vw*0.33);

    }


    .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: 2rem;
        margin-top: 0.5rem;
    }

    .awards-title {
        font-size: 1.25rem;
        font-weight: 700;
        color: #212529;
        position: relative;

    }

    /* 导航栏在小屏幕时显示为列 */
    .navbar-toggler {
        display: block !important;
        border: none !important;
        background-color: transparent !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.collapsed {
        background-color: transparent !important;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler-icon {
        background-image: url('../images/nabbar-toggeler-bk.svg');
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent !important;
        /* 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.825);
        margin: 2rem 1rem;
        width: 90%;
        border-radius: 8px;
        padding: 2rem;
        z-index: 1050 !important;
    }

    .navbar-nav {
        flex-direction: column !important;

        text-align: center;
        width: 100%;
    }

    .nav-item {
        width: 100%;
        margin: 0.5rem 0;
    }

    .navbar.navbar-expand-md.pe-5 {
        padding-right: 0 !important;
    }

    .nav-link {
        display: block;
        padding: 0.75rem 2rem;
        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) {


    .section-title {
        font-size: 1.75rem;
    }

    .awards-title {
        font-size: 1.25rem;
    }

    .navbar-toggler {
        margin-left: calc(100vw * 0.85);
    }


    .portfolio-hero-section,
    .footer-section,
    .contact-section,
    .news-section,
    .clients-section,
    .projects-section,
    .space-section,
    .layer-section {
        display: none;
    }

    .header-m,
    .who-we-are-m,
    .index_we_are_bg-m,
    .projects-section-m,
    .clients-section-m,
    .our-awards-m,
    .portfolio-MP4-section-m,
    .we-deliver-m,
    .testimonials-section-m,
    .news-section-m,
    .contact-section-m,
    .footer-section-m {
        display: block;
    }

    /* .header-m
{
    display: flex;
    align-items: flex-end;
}  */
    .header-m .navbar {
        /* z-index: 10 !important; */
        background: transparent !important;
    }

    .header-m .service-icon-img {
        width: 50vw;
    }

    .header-m .service-description {
        font-size:clamp(0.75rem,3.5vw,1rem);
        padding: 0.325rem 0;
        line-height: 1.5;
        height: 130px;
    }

    .header-m .carousel-indicators {
        align-items: center;
        justify-content: center;
        margin: 0.5rem auto !important;

    }

    .header-m .carousel-indicators button {
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        margin: 0 0.25rem;
    }

    .header-m .carousel-indicators button.active {
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
    }

    .header-m .carousel-inner {
        display: flex;
        align-items: flex-end;

        padding-bottom: 0rem;
    }

    .header-m .carousel-indicators {
        position: relative;
    }

    .header-m .homelogo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 88.1vw;
        z-index: 6;
        background: rgba(255, 255, 255, 0.95);
    }

    .header-m .service-link span {
        font-family: "Rubik", "Arial", sans-serif;
        font-weight: 700;
    }

    .header-m #serviceCarousel,
    .who-we-are-m,
    .clients-section-m,
    .our-awards-m,
    .we-deliver-m,
    .testimonials-section-m,
    .news-section-m {
        padding: 1rem 2rem;
    }

    .header-m .serviceCarousel-container {
        background-color: rgba(255, 255, 255, 0.95);
        min-height: 82.12vw;
        position: absolute;
        top: 88vw;
        display: flex;
        align-items: flex-end;
    }


    .who-we-are-m {
        padding-top: 2rem;
    }

    .our-awards-m {
        /* padding-top:2rem; */
        padding-bottom: 0rem;
    }

    .clients-section-m {
        background-color: var(--light-yellow-color);
        padding-bottom: 8vw !important;
    }

    .clients-section-m .line {
        background-color: #999;
        height: 1px;
        width: 70%;
        margin: 0 15%;
    }


    #ourClientsControl-m .images-container {
        height: 200px;
    }

    #ourClientsControl-m .images-container img {
        height: 100px;
        padding: 10px;
        margin: 0 auto;
        display: flex;
        max-width: 80%;
    }

    #ourClientsControl-m .carousel-control-prev,
    #ourClientsControl-m .carousel-control-next {
        width: 5%;
        bottom: 2.25rem;
    }

    .who-we-are-m .section-label,
    .clients-section-m .section-label,
    .testimonials-section-m .section-label {
        margin-top: calc(100vw * 0.0425);
        color: #dc3545;
        font-size: 0.875rem;
        font-weight: 500;
        text-transform: lowercase;
        letter-spacing: 0.5px;
        margin: calc(100vw * 0.010) 0;
        display: block;
    }

    .who-we-are-m .section-title-M {
        font-size: 1.75rem;
    }

    .our-awards-m {
        background-color: #fbfbfb;
        background-image: url("../images/our-awards-m-bk.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;

        width: 100%;
        padding-bottom: 4.5rem;
    }

    .index_we_are_bg-m {
        background-color: #fbfbfb;
    }

    .our-award-title-50 {
        height: 14vw;
        padding-top: 4vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 2rem;
        font-family: "Rubik-SemiBold", "Rubik", "Arial", sans-serif;
    }

    #our-awards-Carousel {
        padding: 2vw 1rem 5vw 1rem;

    }

    #our-awards-Carousel .carousel-item {
        border-left: 1px solid #ccc !important;
        border-right: 1px solid #ccc !important;
    }

    #our-awards-Carousel .carousel-item .d-flex {

        padding: 4vw 0;
        height: 36vw;

    }

    #our-awards-Carousel .carousel-indicators {
        bottom: -1.25rem;
    }

    #our-awards-Carousel .carousel-indicators button,
    #ourClientsControl-m .carousel-indicators button,
    .testimonials-section-m .carousel-indicators button,
    .news-section-m .carousel-indicators button {
        width: 8px !important;
        height: 8px !important;
        border-radius: 50% !important;
        border: 1px solid #000 !important;
        margin: 0 4px;
    }

    #our-awards-Carousel .carousel-indicators button.active,
    #ourClientsControl-m .carousel-indicators button.active,
    .testimonials-section-m .carousel-indicators button.active,
    .news-section-m .carousel-indicators button.active {
        background-color: #000 !important;
    }

    .projects-section-m .image-front {
        position: relative;
        width: 100vw;
        height: 198px;
        object-fit: cover;
    }

    .we-deliver-m,
    .portfolio-MP4-section-m {
        background-color: var(--light-yellow-color);
    }


    .we-deliver-m {
        background-image: url("../images/we-deliver-m_BK.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 6vw;
        padding-bottom: 15vw;
    }

    .we-deliver-m .talk-to-us-container .talk-to-us-text-l {
        color: var(--dark-font);
        font-size: 1.75rem;
        font-family: "Rubik-Light", "Mulish-Light", "Arial", sans-serif;

    }

    .we-deliver-m .talk-to-us-container .talk-to-us-text {
        color: var(--dark-font);
        font-size: 1.75rem;
        font-family: "Rubik-SemiBold", "Mulish-SemiBold", "Arial", sans-serif;
    }

    .btn-container-talk {
        display: inline;
        padding: 0.5rem 1rem;
        background-color: white;
    }



    .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,
    .footer-section-m .container-fluid {
        margin: 0 !important;
        padding: 0 !important;
    }


}

@media (min-width: 576px) {

    .portfolio-hero-section,
    .footer-section,
    .contact-section,
    .news-section,
    .clients-section,
    .projects-section,
    .space-section,
    .layer-section {
        display: block;

    }

    .header-m,
    .who-we-are-m,
    .index_we_are_bg-m,
    .projects-section-m,
    .clients-section-m,
    .our-awards-m,
    .portfolio-MP4-section-m,
    .we-deliver-m,
    .testimonials-section-m,
    .news-section-m,
    .contact-section-m,
    .footer-section-m {
        display: none;
    }

}

#testimonialsCarousel .carousel-control-prev {
  left: -8vw;
}
#testimonialsCarousel .carousel-control-next {
  right: -8vw;
}