.final-page-precision-section .process-equipment-container {
    background: linear-gradient(90deg, #9440EB 10.95%, #FF905C 60.64%, #FF5E10 104.44%);
}

.final-page-precision-section .sub-description {
    font-weight: 400;
    line-height: 1.7;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sub-para-heading {
    font-weight: 600;
}


.core-offer-section {
    background-color: #ffffff;
}

.final-page-tech-partner .isgec-tech-card img {
    height: 60px;
}

.final-page-serve-section {
    background: linear-gradient(90deg, #9440EB 10.95%, #FF5E10 104.44%);

}

.final-page-serve-section .serve-card:hover {
    background-color: #f6eae428;
}

.core-offer-wrapper {
    width: 100%;
    height: 100%;
    padding: 50px 40px;
    background: linear-gradient(90deg, #9440EB 0%, #FF5E10 100%);
    border-radius: 24px;
}

.core-card-box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.core-card {
    padding: 30px 20px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border: 1px solid #FFFFFF1C;
    background: #FFFFFF0A;
}

.core-heading {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding-bottom: 30px;
}

.core-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: linear-gradient(to right, #ECCC12 50%, #FFFFFF33 50%);
}

.core-card-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.core-card-para {
    font-size: 15px;
    color: #EAEAEA;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 2%;
}

.core-card-number {
    font-size: 55px;
    font-weight: 700;
    color: #FFFFFF1A;

}

.isgec-flagship-section {
    background-color: #F9F9F9;
    overflow: hidden;
}

.flagship-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 0 50px;
}

.flagship-first-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.flagship-first-box .isgec-featured-info-box {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin: 0;
}

.flagship-first-box .manufacturing-title {
    color: #414141;
}

.pagination-btn-info-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pagination-btn-header {
    font-size: 20px;
    color: #4D4D4D;
    font-weight: 600;
    letter-spacing: -1%;
}

.pagination-btn-para {
    color: #8E8E8E;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.manufacturing-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.manufacture-label-text {
    color: #C02121;
    font-size: 16px;
    font-weight: 600;
}

.manufacturing-title {
    font-size: 32px;
    font-weight: 500;
    color: #242424;
}

.flagship-tab-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 0 12px 0;
    border-bottom: 0.89px solid #D3D3D6;
}

.flagship-tab-btn {
    font-size: 16px;
    font-weight: 400;
    color: #39393B;
    text-transform: capitalize;
    cursor: pointer;
    opacity: 0.5;
    padding: 10px 20px;
    position: relative;
    transition: all 0.3s ease;
}

.flagship-tab-btn.active {
    font-weight: 600;
    opacity: 1;
    position: relative;
}

.flagship-tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background-color: #0087C5;
    border-radius: 10px 10px 0 0;
}

.flagship-content-box {
    width: 100%;
    position: relative;
}

.flagship-content {
    display: none;
    width: 100%;
}

.flagship-content.active {
    display: block;
}

.flagship-content-layout {
    display: flex;
    align-items: center;
    gap: 60px;
    width: 100%;
}

/* Pagination Box Styles */
.flagship-slider-pagination-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
    position: relative;
    z-index: 10;
    width: 22%;
}

.custom-pagination {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: auto;
}

.pagination-btn {
    border: 1px solid #ffffff;
    padding: 25px;
    border-radius: 16px;
    cursor: pointer;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 15px;
    justify-content: space-between;
}

.pagination-btn.active {
    border-color: #ED7A28;
}

.pagination-btn svg {
    width: 30px;
}


/* Scroll Bar Styles */
.custom-scrollbar {
    width: 50%;
    height: 2px;
    background: #ED7A2833;
    position: relative;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
}

.scrollbar-thumb {
    height: 100%;
    background: #ED7A28;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    cursor: grab;
}


.flagship-content-slider {
    width: 47%;
    flex-shrink: 0;
    overflow: visible;
    position: relative;
}

.flagship-content-slider .swiper-slide {
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    opacity: 0.4;
    border-radius: 16px;
    position: relative;
    z-index: 2;
}

.flagship-content-slider .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #9440EB 10.95%, #FF905C 60.64%, #FF5E10 104.44%);
    position: absolute;
    display: none;
    opacity: 0.4;
    border-radius: 16px;
    transform: rotateZ(-6deg);
    z-index: -1;
}

.flagship-content-slider .swiper-slide::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #9440EB 10.95%, #FF905C 60.64%, #FF5E10 104.44%);
    position: absolute;
    display: none;
    opacity: 0.1;
    border-radius: 16px;
    transform: rotateZ(6deg);
    z-index: -1;
}

.flagship-content-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: none;
}

.flagship-content-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.flagship-content-slider .swiper-slide.swiper-slide-active::after {
    display: block;
}

.flagship-content-slider .swiper-slide.swiper-slide-active::before {
    display: block;
}

.flagship-content-slider .swiper-slide.swiper-slide-active img {
    display: block;
}

/* .flagship-content-slider .swiper-slide:nth-child(1) {
    background-color: rgb(206, 17, 17);
}

.flagship-content-slider .swiper-slide:nth-child(even) {
    background: linear-gradient(90deg, #9440EB 10.95%, #FF905C 60.64%, #FF5E10 104.44%);
}

.flagship-content-slider .swiper-slide:nth-child(odd):not(:first-child) {
    background: linear-gradient(90deg, #9440EB 10.95%, #FF905C 60.64%, #FF5E10 104.44%);
} */

.flagship-slide-info {
    flex: 1;
    margin: 0;
    font-size: 16px;
    color: #242424;
    line-height: 1.5;
    font-weight: 400;
    display: none;
    position: relative;
    z-index: 10;
    width: 200px;
    overflow: hidden;
    width: 20%;
}

.flagship-slide-info.active {
    display: block;
}

.page-industrial .process-equipment-container, .page-industrial .isgec-serve-section{background: linear-gradient(90deg, #9440EB 10.95%, #FF905C 60.64%, #FF5E10 104.44%);}

.isgec-capabilities-section .details-para .cta-button{background: transparent; color: #fff;}
.page-industrial .serve-card:hover{background: transparent !important;}
.page-industrial .serve-card-heading-wrapper{display: none;}
.page-industrial .indus-sec-card{display: block;}
.serve-card{padding-bottom: 30px;}

.contact-wrapper .process-equipment-container{background: transparent;}


@media (max-width: 1199px) {
    .container{max-width: 95%;}
}
@media (max-width: 1024px) {
    .core-card-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .isgec-tech-slider .swiper-wrapper{align-items: center; justify-content: space-between;}

    .isgec-tech-card{background: transparent;}
    
}

@media (max-width: 768px) {
    .flagship-first-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .flagship-content-layout {
        flex-direction: column;
        gap: 60px;
    }

    .flagship-content-slider,
    .flagship-slider-pagination-box,
    .flagship-slide-info {
        width: 100%;
    }

    .flagship-content-slider .swiper-slide {
        height: 300px;
    }

    .custom-pagination {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .pagination-btn {
        flex: 1;
        min-width: 100px;
    }

    .flagship-tab-box {
        width: 100%;
    }

    .flagship-wrapper {
        padding: 0 20px;
        gap: 20px;
    }
    .flagship-content-slider .swiper-slide img{object-fit: fill;}

    .manufacturing-section-wrapper{padding: 0;}
    .process-equipment-section{padding: 0 0 40px;}
    .core-offer-wrapper{padding: 30px;}

    .manufacturing-title{font-size: 32px; font-weight: 500; line-height: 1.4;}
    .core-card{gap: 20px; padding: 30px 20px 20px}
    .core-card-para{font-size: 14px;}
    .core-heading{padding-bottom: 20px;}

    .core-card-row{flex-direction: column;}
    .core-card-para{width: 180px;}

    .core-card-number{width: 100%; display: block; text-align: right;}
    .core-card{position: relative; }

}

@media (max-width: 620px) {
    .core-card-box {
        grid-template-columns: unset;
        display: flex;
        overflow: auto;
    }
    .manufacturing-title{font-size: 28px;}

        /* .core-card-para {
            width: 120px;
        } */

        .isgec-tech-slider .swiper-wrapper{align-items: center;}
        .isgec-tech-card img{width: 70px;}
        .isgec-tech-card{background: transparent;}

        .flagship-tab-box{overflow: hidden; overflow-x: scroll;}
        .flagship-tab-btn{white-space: nowrap;}
        .pagination-btn{padding: 15px;}

}

@media (min-width: 1024px) {
    .final-page-tech-partner .isgec-tech-slider .swiper-wrapper {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .isgec-flagship-section {
        padding-bottom: 100px;
    }

    .custom-scrollbar {
        position: absolute;
        bottom: -50px;
    }
}