
.sector-section {
    padding: 5rem 0;
}


.sector_section h2 {
    text-align: center;
    font-size: 3.125rem;
    margin-bottom: 1.875rem;
    color: #2D3542;
    font-family: 'Roboto-Regular';
}

.sectorSwiper {
    padding-bottom: 4.375rem;
}

.swiper-slide {
    position: relative;
    height: 480px; 
    overflow: hidden;
    transform: scale(.8);
    transition: all .4s ease;
}

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; 
    }

    .swiper-slide::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient( to top, rgba(0,0,0,.75), rgba(0,0,0,.1) );
        z-index: 1;
     
    }
.swiper-slide-prev {
    border-radius: 0rem 2.75rem 2.75rem 0rem;
}

.swiper-slide-next {
    border-radius: 2.75rem 0rem 0rem 2.75rem;
}
.swiper-slide-prev::before {
    border-radius: 0rem 2.75rem 2.75rem 0rem;
}
.swiper-slide-next::before {
    border-radius: 2.75rem 0rem 0rem 2.75rem;
}

.swiper-slide-active {
    transform: scale(1);
}

.content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.563rem;
    z-index: 2;
    text-align: center;
    padding: 0 1.563rem;
}

.tag {
    display: inline-block;
    background: #fff;
    color: #2D3542;
    padding: 0.188rem 2.5rem;
    border-radius: 1.875rem;
    font-size: 1.125rem;
    font-weight: bold;
}
.center p {
    color: #fff;
    margin: 0.938rem auto;
    max-width: 28.125rem;
    line-height: 1.6;
    font-size: 0.875rem;
    display: none;
}
.swiper-slide-active .center p {
    display: block;
}

.center a {
    display: none;
}
.swiper-slide-active .center a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.center a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

    .center a span {
        width: 2rem;
        height: 2rem;
        background: #FE7C02;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0.5rem;
    }

.swiper-button-prev,
.swiper-button-next {
    color: #222;
    width: 2.813rem;
    height: 2.813rem;
    border: 0.063rem solid #2D3542;
    border-radius: 50%;
    box-shadow: 0 0.313rem 0.938rem rgba(0,0,0,.15);
}

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 1.125rem;
        font-weight: bold;
    }

.swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
}

.swiper-pagination-bullet-active {
    background: #ff7a00;
}
.swiper-slide {
    height: 26.25rem;
}

.swiper-slide-active {
    transform: scale(1.08);
}

.sectorSwiper {
    width: 100%;
    overflow: hidden;
}

.swiper-slide {
    width: 15.625rem;
    height: 26.25rem;
    overflow: hidden;
    transition: all 0.4s ease;
}

.swiper-slide-active {
    transform: scale(1.36);
    z-index: 10;
    margin-top: 4.063rem !important;
    border-radius: 2.75rem;
}

.swiper-slide-prev,
.swiper-slide-next {
    transform: scale(0.5);
    opacity: 1;
}
.swiper-button-prev,
.swiper-button-next {
    top: auto;
    bottom: 0.625rem;
    width: 2.5rem;
    height: 2.5rem;
}

.bottom_arrow {
    display: flex;
    justify-content: center;
    gap: 0.625rem;
    margin-top: -0.938rem;
}

.swiper-slide-next .tag {
    font-size: 1.375rem !important;
}
.swiper-slide-prev .tag {
    font-size: 1.375rem !important;
}
@media (min-width: 1800px) {
    .bottom_arrow {
        margin-top: -2.5rem;
    }

    .sector_section h2 {
        margin-bottom: 2.813rem;
    }
}

@media (max-width: 1100px) {
    .center p {
        font-size: 0.625rem !important;
        line-height: 0.75rem;
        margin: 0.5rem auto;
    }

    .tag {
        padding: 0.5rem 1.875rem;
        font-size: 10px;
    }

    .sector_section h2 {
        font-size: 1.875rem;
        margin-bottom: 0rem;
    }
    }

    @media (max-width: 991px) {
        .content {
            bottom: 0.625rem;
        }

        .center p {
            line-height: 0.75rem;
        }

        .tag {
            padding: 0.25rem 0.938rem;
            font-size: 0.625rem;
        }
    }
@media (max-width: 650px) {
    .sector_section h2 {
        font-size: 1.375rem; 
    }
}