.sector-hero {
    padding: 60px 0 0;
    background: #f5f5f5;
}
.sector-breadcrumb {
    font-size: 14px;
    color: var(--grey-2);
    display: flex;
    gap: 6px;
    align-items: center;
    font-weight: 400;
}
.sector-breadcrumb a {
    color: var(--grey-2);
    text-decoration: none;
}
.sector-divider {
    margin: 18px 0 40px;
    border-color: var(--grey-2);
    border-bottom: 1px solid #9d9d9c;
}
.sector-layout {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    height: 600px;
}
.sector-left {
    padding: 18px 28px 16px 8px;
    display: flex;
    flex-direction: column;
}
.sector-right {
    position: absolute;
    content: "";
    right: 0;
    width: 50%;
    padding: 0;
    overflow: hidden;
    height: 600px;
}

.sector-title {
    margin: 0 0 10px;
    font-family: 'Moderat';
    font-size: 38px;
    line-height: 46px;
    font-weight: 400;
    color: var(--text-color);
    margin-top: 5px;
}
.sector-subtitle {
    margin: 0 0 34px;
    font-family: 'Moderat';
    font-size: 22px;
    line-height: 30px;
    color: #707070;
    font-weight: 400;
}

.sector-slider-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.sector-content-swiper {
    width: 100%;
    flex: 1;
    min-width: 0;
}
.slide-copy {
    max-width: 440px;
    padding-top: 8px;
}
.slide-description {
    margin: 0 0 34px;
    font-family: 'Moderat';
    font-size: 29px;
    line-height: 35px;
    font-weight: 400;
    color: var(--text-color);
}
.slide-description p {
    margin: 0 0 16px;
}
.slide-description p:last-child {
    margin-bottom: 0;
}
.slide-person {
    margin-top: auto;
}
.slide-author {
    margin: 0 0 12px;
    font-family: 'Moderat-Medium';
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color);
    font-weight: 500;
}
.slide-designation, .slide-company {
    margin: 0;
    font-family: 'Moderat-Medium';
    font-size: 16px;
    line-height: 20px;
    color: var(--grey-2);
}
.sector-content-swiper .swiper-slide {
    height: auto;
}
.js-sector-content-swiper .swiper-slide {
    opacity: 0 !important;
    filter: blur(10px);
    transition: opacity 0.6s ease, filter 0.6s ease;
}
.js-sector-content-swiper .slide-description {
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.6s ease;
}
.js-sector-content-swiper .slide-person {
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.7s ease 0.1s;
}
.js-sector-content-swiper .swiper-slide-active {
    opacity: 1 !important;
    filter: blur(0);
}
.js-sector-content-swiper .swiper-slide-active .slide-description {
    transform: translateY(0);
    opacity: 1;
}
.js-sector-content-swiper .swiper-slide-active .slide-person {
    transform: translateY(0);
    opacity: 1;
}

.sector-image-swiper {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-width: 0;
    overflow: hidden;
}
.sector-image-swiper .swiper-wrapper {
    display: flex;
    height: 100%;
}
.sector-image-swiper .swiper-slide {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-width: 0;
    flex-shrink: 0;
    overflow: hidden;
}
.sector-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    min-height: 0;
}

.sector-nav {
    display: flex;
    gap: 26px;
    align-items: center;
    /*margin-top: 42px;*/
    padding-left: 2px;
    margin-bottom: 20px;
}
.sector-arrow {
    border: 0;
    background: transparent;
    padding: 0;
}

.small_top_bar {
    position: relative;
    padding-top: 20px;
}
.small_top_bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 40px;
    height: 2px;
    background-color: #000;
}



.expectation-section {
    margin: 130px 0;
}

.expectation-icon {
    width: 46.2px;
    height: 46.2px;
    border-radius: 2px;
    background: #16c7b4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(2rem, 4vw, 27px);
}

.expectation-icon span {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1;
    font-weight: 300;
}
.expectation-title {
    font-family: 'Moderat';
    font-size: 31px;
    line-height: 37px;
    font-weight: 400;
    color: var(--text-color);
}
.expectation-title {
    margin-bottom: 0;
    max-width: 350px;
}
.expectation-title .u {
    text-decoration: underline;
    text-underline-offset: 0.18em;
    text-decoration-thickness: 1.5px;
}
.expectation-title p {
    margin: 0 0 22px;
}
.expectation-title p:last-child {
    margin-bottom: 0;
}

.expectation-right {
    max-width: 700px;
}
.expectation-copy {
    font-family: 'Moderat_Regular';
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: var(--text-color);
}
.expectation-copy p {
    margin: 0 0 28px;
}
.expectation-copy p:last-child {
    margin-bottom: 0;
}

.awards-grid {
    margin-top: 110px;
    --bs-gutter-x: 1.4rem;
    --bs-gutter-y: 1.4rem;
}
.award-card {
    background: #F6F6F6;
    border-radius: 10px;
    min-height: 186px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.award-logo {
    max-width: 100%;
    max-height: 78px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.78;
}


.sector-project-section,
.sector-team-section,
.sector-featured-section {
    padding: 80px 0 0;
    background: #f5f5f5;
    margin: 0;
}
.sector-team-section {
    padding-top: 0px;
    padding-bottom: 30px;
}

.sector-team-section .qa-section-header {
    margin-bottom: 80px;
}
.sector-team-section .qa-filter-title {
    margin-bottom: 60px;
}
.qa-filter-desc {
    font-family: 'Moderat_Regular';
    font-size: 22px;
    line-height: 30px;
    color: var(--text-color);
    font-weight: 400;
}

.sector-featured-section {
    padding-bottom: 80px;
}
.sector-featured-section .qa-filter-title {
    margin-bottom: 60px;
}
.sector-featured-section .arch-item {
    height: 90vh;
    max-height: 900px;
    overflow: hidden;
}
.sector-featured-section .arch-arrow i {
    top: 40%;
    opacity: 1;
}

@media (max-width: 1100px) {
    .sector-layout {
        grid-template-columns: 1fr;
        min-height: auto;
        height: auto;
    }
    .sector-left {
        display: contents;
    }
    .sector-left, .sector-right {
        min-width: 0;
    }
    .sector-title, .sector-subtitle, .sector-slider-wrap, .sector-right, .sector-nav {
        width: 100%;
    }
    .sector-title {
        order: 1;
    }  
    .sector-subtitle {
        order: 2;
    }  
    .sector-slider-wrap {
        order: 3;
    }
    .sector-right {
        order: 4;
        overflow: hidden;
        margin-top: 30px;

        position: relative;
        width: 100%;
    }
    .sector-nav {
        order: 5;
        margin-top: 40px;
        margin-bottom: 0px;
        justify-content: center;
        padding-bottom: 50px;
    }

    .sector-right {
        height: auto;
    }

    /*.sector-right, .sector-image-swiper, .sector-image-swiper .swiper-wrapper, .sector-image-swiper .swiper-slide {
        height: 420px;
    }*/
}

@media (max-width: 992px) {
    .award-card {
        min-height: 160px;
    }
}
@media (max-width: 768px) {
    .arch-inner{
        flex-direction: column;
    }
}
@media (max-width: 576px) {
    .awards-grid {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }
    .award-card {
        min-height: 140px;
        padding: 1.5rem;
    }
    .award-logo {
        max-height: 64px;
    }
}

