/* coomon class  */
.comman-py {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Sticky Name Badge Styles */
.sticky-name-badge {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    background: #6B509F;
    border-radius: 12px 0 0 12px;
    padding: 20px 25px;
    box-shadow: 0 10px 30px rgba(107, 80, 159, 0.3);
    transition: all 0.3s ease;
    max-width: 280px;
    min-width: 260px;
    display: none;
}

.sticky-name-badge:hover {
    box-shadow: 0 15px 40px rgba(139, 92, 246, 0.4);
    transform: translateY(-50%) translateX(-5px);
}

.badge-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.avatar-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar-section svg {
    width: 19px;
    height: 19px;
    flex-shrink: 0;
}

.avatar-section .name {
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
}

.email-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.email-section svg {
    width: 20px;
    height: 16px;
    flex-shrink: 0;
}

.email-section .email {
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    word-break: break-all;
}




/* Responsive Styles */
@media (max-width: 768px) {
    .sticky-name-badge {
        right: -5px;
        padding: 15px 20px;
        min-width: 240px;
        max-width: 250px;
    }

    .avatar-section .name {
        font-size: 14px;
    }

    .email-section .email {
        font-size: 12px;
    }

    .avatar-section svg {
        width: 16px;
        height: 16px;
    }

    .email-section svg {
        width: 18px;
        height: 14px;
    }
}

@media (max-width: 480px) {
    .sticky-name-badge {
        display: none;
    }
}

/* Breadcrumb Navigation Styles */
.process-equipment-section+.container .breadcrumb-nav,
.breadcrumb-nav {
    margin: 30px 0;
}

.breadcrumb-nav .breadcrumb {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.breadcrumb-nav .breadcrumb-item a {
    color: #626265;
    text-decoration: none;
    font-weight: 400;
}

.breadcrumb-nav .breadcrumb-item a:hover {
    color: #0087C5;
}

.breadcrumb-nav .breadcrumb-item.active {
    color: #626265;
    font-weight: 700;
}

.breadcrumb-nav .breadcrumb li {
    display: flex;
    align-items: center;
    margin: 0 8px;
}

.breadcrumb-nav .breadcrumb li:first-child,
.breadcrumb-nav .breadcrumb li:last-child {
    margin: 0;
}

/* Process Equipment Section Styles */
.process-equipment-section {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.process-equipment-container {
    /* background: #F9F9F9; */
    background: linear-gradient(90deg, #6B509F -18.82%, #22428D 115.08%);
    border-radius: 24px;
    padding: 60px;
    position: relative;
    color: white;
    overflow: hidden;
}

.process-equipment-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/division/background-wave.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index: 1;
}

.process-equipment-container>* {
    position: relative;
    z-index: 2;
}

.page-contract-manufacturing .process-equipment-container .division-title,
.page-contract-manufacturing .process-equipment-container .sub-description,
.page-contract-manufacturing .process-equipment-container .stat-number,
.page-contract-manufacturing .process-equipment-container .stat-label{color: #3b3b3b;}
.page-contract-manufacturing .process-equipment-container .precision-text{color: #C02121;}
.page-contract-manufacturing .process-equipment-container .industrial-precision svg path{stroke: #C02121;}
.page-contract-manufacturing .process-equipment-container .stats-container .stat-item:first-child{border-color: #23428D33;}
.page-contract-manufacturing .process-equipment-container .stat-item:first-child::before{background-color: #23428C;}
.page-contract-manufacturing .process-equipment-container .stat-item::after{background: #23428C;}
    .tech-dot.active{    background: #0078AF; border-color: #0078AF;}
    .tech-dot{border-color: #0078AF;}
    .tech-item.active:not(:last-child)::after{    background-image: repeating-linear-gradient(to bottom, #0078AF 0px, #0078AF 4px, transparent 4px, transparent 8px)}
    .tech-item:hover .tech-dot{border-color: #0078AF;}
    .tech-item:not(:last-child)::after{background-image: repeating-linear-gradient(to bottom, #0078AF 0px, #0078AF 4px, transparent 4px, transparent 8px)}
    .engineer-box .separate-section .item-a {
    background-color: #035079;
}

.engineer-box .separate-section .item-b {
    background-color: #086190;
}
.engineer-box .separate-section .item-c {
    background-color: #0D71A6;
}
.engineer-box .separate-section .item-d {
    background-color: #0A7AB5;
}
.engineer-box .separate-section .item-e {
    background-color: #0e84c3;
}
.engineer-box .separate-section .item-f {
    background-color: #168bc9;
}

.page-contract-manufacturing .contact-wrapper .division-title{color: #fff;}
.page-contract-manufacturing .contact-wrapper .precision-text{color: #fff;}
.page-contract-manufacturing .contact-wrapper .industrial-precision svg path{stroke: #fff;}


/* Content Wrapper */
.content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

/* Left Content - Title Section */
/* .left-content {
    flex: 0 0 420px;
    max-width: 420px;
} */

/* Middle Content - Description Section */
.middle-content {
    flex: 1;
    max-width: 800px;
    padding: 0 20px;
}

.industrial-precision {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.precision-text {
    font-size: 16px;
    font-weight: 500;
    color: white;
    opacity: 0.9;
}

.division-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 32px 0;
    color: white;
}

.description-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-description {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    color: white;
}

.sub-description {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.detailed-description {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

/* Right Content - Statistics */
.right-content {
    flex: 0 0 auto;
    min-width: 300px;
    display: flex;
    justify-content: flex-end;
}

.stats-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    text-align: right;
}

.stat-item {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 20px;
    gap: 20px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.stat-item:first-child::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 70px;
    height: 1px;
    background: #ECCC12;
}

.manufacture-precision-section .stat-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
}

.stat-item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 70px;
    height: 1px;
    background: #ECCC12;
}

.stat-number {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    color: white;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.9);
    max-width: 300px;
    text-align: start;
}


/* isgec manufacturing section */
.isgec-manufacturing-section {
    background-color: #F9F9F9;
}

.manufacturing-section-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 60px;
    gap: 20px;
}

.manufacturing-info-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%
}

.manufacture-label-text {
    font-size: 15px;
    font-weight: 500;
    color: #C02121;
}

.manufacturing-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    color: #414141;
    margin: 0;
}

.manufacturing-card-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;   
 padding: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
}

.isgec-manufacturing-section{
    background-color: #f6f8fc !important;
}

.manufacturing-card {
    border: 1px solid #E3E3E3;
    padding: 40px 30px 50px 30px;
    border-radius: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}

.manufacturing-card span {
    position: absolute;
    top: -12px;
    left: 30px;
    background-color: #F9F9F9;
    color: #242424;
    font-size: 16px;
    font-weight: 400;
}

.manufacturing-card h4 {
    color: #242424;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    padding-bottom: 15px;
    min-height: 71px;
}

.manufacturing-card p {
    color: #242424;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}

.manufacturing-card h4::after {
    content: "";
    height: 1.5px;
    width: 40px;
    background-color: #23428D;
    position: absolute;
    bottom: 0;
    left: 0;
}

.manufacture-card-slider {
    width: 100%;
    display: none;
    overflow: hidden;
    padding-top: 10px;
}

.manufacture-card-slider .swiper-slide{height: auto;}

/* capabilities section */

.isgec-capabilities-section {
    width: 100%;
    background-color: #40a9ab;
}


/* tech section  */
.isgec-tech-partner {
    width: 100%;
    background-color: #F9F9F9;
}

.isgec-tech-info-box,
.isgec-serve-info-box,
.isgec-featured-info-box,
.isgec-capabilities-info-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    gap: 10px;
}

.isgec-tech-slider-box {
    width: 100%;
    overflow: hidden;
}

.isgec-tech-slider {
    width: 100%;
}


.isgec-tech-card {
    background-color: #FFFFFF;
    padding: 20px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.isgec-tech-card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.tech-swiper-scrollbar {
    position: relative;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #EEEEEE;
    margin-top: 30px;
    opacity: 1 !important;
    left: 50%;
    transform: translateX(-50%);

}

.swiper-scrollbar-drag {
    background-color: #626265;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: absolute;
    bottom: 0;
}


/* serve section  */
.isgec-serve-section {
    width: 100%;
    background: linear-gradient(90deg, #6B509F -18.82%, #22428D 115.08%);

}

.isgec-serve-info-box .manufacturing-label svg,
.isgec-serve-info-box .manufacturing-label svg {
    margin-left: 10px;
}

.isgec-serve-info-box .manufacturing-label .manufacture-label-text,
.isgec-capabilities-info-box .manufacturing-label .manufacture-label-text,
.isgec-serve-info-box .manufacturing-title,
.isgec-capabilities-info-box .manufacturing-title {
    color: #FFFFFF;
}

.isgec-capabilities-info-box .manufacturing-title br{
    display: block;
}

.serve-card-container {
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
}

.serve-card-slider {
    width: 100%;
}

.serve-card-slider .swiper-wrapper {
    width: 100%;
}

.serve-card {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
    justify-content: space-between;
    background: linear-gradient(90deg, rgba(0, 167, 138, 0) -18.82%, rgba(34, 66, 141, 0) 115.08%);
    border: 1px solid #ffffff;
    border-radius: 15px;
    padding: 25px;
    transition: all 0.4s ease;
    height: auto;
    margin: 0;
}


.serve-card-heading-wrapper {
    position: relative;
    width: 100%;
}

.serve-card-heading {
    font-weight: 700;
    font-size: 60px;
    color: #FFFFFF1A;
    position: relative;
}

.serve-name-highlight {
    font-weight: 500;
    font-size: 19px;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 14px;
}

.serve-name-highlight::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1.8px;
    background-color: #ECCC12;
}

.serve-card-info, .serve-card-info p {
    font-weight: 300;
    letter-spacing: 2%;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.6;
}

.serve-card-info ul{list-style-type: disc; padding-left: 20px;}

.serve-card-img-wrapper {
    opacity: 1;
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 90px;
    border-radius: 10px;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serve-card-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.serve-pagingation-scroll-box,
.featured-pagingation-scroll-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;
    align-items: center;
}

.serve-swiper-scrollbar,
.featured-swiper-scrollbar {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF1A;
    opacity: 1 !important;
}

.serve-swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #FFFFFF;
    border-radius: 0;
}

.featured-swiper-scrollbar {

    background-color: #45454533;
}

.serve-slide-btn-box,
.featured-slide-btn-box {
    width: max-content;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.serve-pagination-btn {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

.serve-pagination-btn.swiper-button-disabled {
    border-color: #FFFFFF75;
    cursor: default;
}

.serve-pagination-btn.swiper-button-disabled svg {
    opacity: 0.5;
}

/* featured section  */

.isgec-featured-section {
    width: 100%;
    background-color: #F9F9F9;

}

.isgec-featured-section .isgec-featured-info-box {
    align-items: flex-start;
}

.featured-slider-container {
    width: 100%;
    overflow: hidden;
}

.featured-slider-box {
    width: 100%;
}

.featured-slide {
    overflow: hidden;
    position: relative;
    height: 400px;
}

.featured-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.featured-slider-box .swiper-slide {
   position: relative;
}

.featured-slider-box .swiper-slide::after {
   position: absolute;
   content: '';
   bottom: 0;
   width: 100%;
   left: 0;
   height: 100%;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.05%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 12;
}

.isgec-tech-partner .feature-text {
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.05%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 40px 20px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.6;
    font-weight: 400;
}

.featured-pagingation-scroll-box {
    justify-content: center;
}

.featured-slide-btn-box.mobile {
    display: none;
    width: 30%;
}

.featured-swiper-scrollbar {
    width: 35%;
}

.featured-pagination-btn {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3B3B3B;
    border-radius: 50%;
    cursor: pointer;
}

.featured-pagination-btn.swiper-button-disabled {
    border-color: #BCBCBC;
    cursor: default;
}

.featured-pagination-btn.swiper-button-disabled svg {
    opacity: 0.5;
}


.btn-header-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}


.btn-header-wrapper .featured-slide-btn-box {
    width: auto;
    margin-bottom: 8px;
}

/* .process-equipment-container{background: linear-gradient(90deg, #23428D 4.35%, #0196DC 157.24%);} */
.process-equipment-section.pt-0{padding-top: 0;}


/*Our Manufacture*/
.mancufacture_slider_box{overflow: hidden;}
.image_manufacture{width: 100%;height: initial;}

.manufacture_slider .swiper-slide {
  width: 17vw !important;
  height: auto;
  display: flex;
  padding: 15px;
  align-items: flex-start;
    height: 460px;
    opacity: 0.4;
}
.manufacture_slider .swiper-slide.swiper-slide-active ~ .swiper-slide{align-items: flex-end;}
.manufacture_slider .swiper-slide.swiper-slide-active {
  /* width: 600px !important; */
  z-index: 2;
  width: 50vw !important;
  /* flex: 0 0 50% !important; */
  opacity: 1;

}
.image_box_manufacture{width: 100%;}
.image_manufacture{border-radius: 22px;height: 200px;object-fit: cover;  }

.manufacture_slider .swiper-slide.swiper-slide-active .image_manufacture{height: 100%;object-fit: cover;width: 50%;animation: growWidth 0.5s ease forwards;
   display: block;margin: 0px auto;}
   @keyframes growWidth {
  from {
    width: 50%;
  }
  to {
    width: 100%;
  }
}
.manufacture_slider .swiper-slide.swiper-slide-prev{align-items: flex-start;}
.manufacture_slider .swiper-slide.swiper-slide-active .image_manufacture{height: 100%;}
.isgec-capabilities-section{height: auto;}
.manufacture_slider .details-para{position: absolute; left: -340px; bottom: 0; width: 50%;}
.manufacture_slider .details-para p{color: #fff ; font-size: 14px; font-weight: 500; line-height: 1.6;}
.manufacture_slider .swiper-slider{position: unset;}
.details-para .transparent-btn{display: block;}

.manufacture_slider .detail-heading{position: absolute; left: 100%; top: 80px; }
.manufacture_slider .detail-heading p{color: #fff; font-size: 24px; font-weight: 400; width: 100%; display: flex; align-items: center; gap: 10px; white-space: nowrap;}
.manufacture_slider .detail-heading p span{line-height: 0;}


.manufacture_slider .details-number{position: absolute; right: -160px; top:80px; z-index: 1;}
.manufacture_slider .details-number p{color: #fff; font-size: 200px; font-weight: 700; width: 100%; opacity: 0.1; line-height: 00; margin: 0;}

.manufacture_slider .pre-details {display: none;}
.manufacture_slider .swiper-slide.swiper-slide-active .pre-details {display: block;}
.image_box_manufacture{position: relative; z-index: 123;}
.omc-touchscreen-only{display: none;}
.manufacture_slider .serve-pagingation-scroll-box{display: flex; width: 100%; justify-content: center;}
.manufacture_slider .serve-swiper-scrollbar{width: 40%;}
.manufacture_slider .serve-slide-btn-box{width: auto;}
.mancufacture_slider_box{padding: 24px 0;}
.omc-touchscreen-only .serve-name-highlight{padding-bottom: 0;}
.manufacture_slider .swiper-slide.swiper-slide-active .image_box_manufacture{height: 100%;}



/*-------*/

.isgec-tech-slider .swiper-wrapper{justify-content: flex-start;}

.page-manufacturing .process-equipment-container{background: linear-gradient(90deg, #6B509F -18.82%, #22428D 115.08%);}

.serve-card-slider .swiper-wrapper{grid-template-columns: none !important; display: flex !important; gap: 0 !important;}

    .manufacture_slider .swiper-slide{height: 460px;}

.page-industrial .isgec-tech-slider-box .isgec-tech-card img{object-fit: contain;}
.page-industrial .process-equipment-container{background: linear-gradient(90deg, #6B509F -18.82%, #22428D 115.08%);}
.contact-wrapper .process-equipment-container{background: none; overflow: visible; height: auto;} 

.stat-item{justify-content: space-between;}

.isgec-featured-section .container{margin-right: 0; padding-right: 0;}
.page-manufacturing .featured-slide-btn-box{padding-right: 100px;}

.page-complete-cane-sugar-plant .process-equipment-container{    background: linear-gradient(90deg, #01A88B -48.09%, #6B509F 100%);}

.page-manufacturing .isgec-tech-partner .featured-slide-btn-box{display: none;}
    .page-manufacturing .isgec-featured-section{position: relative;}
        .page-manufacturing .isgec-featured-section .featured-slide-btn-box{padding-right: 100px; right: 10px; top: 50px;}

        .manufacture_slider .serve-slide-btn-box{position: absolute; right: 200px; bottom: -15px;}
        .manufacture_slider .serve-pagingation-scroll-box{position: relative;}

        .isgec-capabilities-section .details-para .cta-button {
    background: transparent;
    color: #fff;
}

.page-contract-manufacturing .featured-slide-btn-box{display: none;}

.page-contract-manufacturing .isgec-tech-partner{border-bottom: 4px solid #fff;}

/* Responsive Design */
@media (min-width: 1900px) {
.manufacture_slider .details-para{left: -440px;}


}
@media (max-width: 1700px) {
    .manufacture_slider .details-para{left: -360px; bottom: 50px;}
    .manufacture_slider .details-number p{font-size: 180px;}
    .manufacture_slider .details-number{right: -150px;}
    .image_manufacture{height: 150px;}
    .manufacture_slider .detail-heading p{font-size: 18px;}
    .manufacture_slider .detail-heading{right: -230px;}
    .manufacture_slider .details-para p{font-size: 13px; line-height: 1.4;}
}
@media (min-width: 1599px) {

    .main-description,
    .sub-description {
        font-size: 16px;
    }

    .stat-number {
        font-size: 40px;
    }

    .stat-label {
        font-size: 16px;
    }

   .manufacture_slider .swiper-slide{height: 600px;}
    .image_manufacture{height: 180px;}




}

@media (max-width: 1598px) {
    .manufacture_slider .details-para p{font-size: 12px;}
    .manufacture_slider .details-para{left: -330px;}
    .page-contract-manufacturing .isgec-tech-slider .swiper-wrapper{justify-content: center;}
}

@media (max-width: 1399px) {
    .manufacturing-title br {
        display: none;
    }

    .manufacturing-title {
        font-size: 28px;
    }

    .manufacturing-card-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .isgec-tech-card img {
        width: 120px;
    }

    .manufacture_slider .details-para{left: -300px;}
    .manufacture_slider .details-number p{font-size: 160px;}
    .image_manufacture{height: 130px;}

    /* .isgec-tech-card img{height: auto;} */

    .sub-description{font-size: 12px;}


}

/* Responsive Design */
@media (max-width: 1200px) {
    .process-equipment-container {
        padding: 50px 40px;
    }

    .content-wrapper {
        gap: 30px;
    }

    .left-content {
        flex: 0 0 250px;
        max-width: 250px;
    }

    .middle-content {
        max-width: 500px;
        padding: 0 15px;
    }

    .right-content {
        min-width: 280px;
    }

    .division-title {
        font-size: 42px;
    }

    .manufacturing-title {
        font-size: 22px;
    }

    .manufacturing-section-wrapper {
        padding: 40px 0;
    }

    /* .omc-touchscreen-only{display: block;} */
    /* .mancufacture_slider_box,  */
    .omc-touchscreen-only .serve-name-highlight::after{display: none;}
    .omc-touchscreen-only{padding-top: 0;}
    .omc-touchscreen-only .serve-card{border: 0; gap: 15px; padding: 0 15px;}
    .omc-touchscreen-only .serve-card-heading{display: none;}
    .omc-touchscreen-only .serve-card-img-wrapper{position: unset; width: 100%; height: 100%;}
    .isgec-capabilities-section{padding-left: 15px; padding-right: 15px;}
    .omc-touchscreen-only .serve-name-highlight span{display: block; line-height: 0;}
    .omc-touchscreen-only .serve-name-highlight{display: flex; align-items: center; gap: 10px;}
    .isgec-capabilities-info-box{padding: 0 15px;}
    .manufacture_slider .serve-slide-btn-box{display:flex;}

    .serve-card-heading{font-size: 50px;}
    .manufacturing-section-wrapper, .isgec-tech-partner, .isgec-serve-section, .isgec-featured-section{padding-left: 20px; padding-right: 20px;}
    
    
}

@media (max-width: 992px) {
    .process-equipment-container {
        padding: 40px 30px;
    }

    .content-wrapper {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }

    .left-content {
        max-width: 100%;
        flex: none;
    }

    .middle-content {
        max-width: 100%;
        padding: 0;
    }

    .right-content {
        justify-content: center;
        align-self: center;
        min-width: auto;
        width: 100%;
    }

    .stats-container {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        gap: 30px;
        width: 100%;
    }

    .stat-item {
        align-items: center;
        /* padding-bottom: 0; */
    }

    .stat-item:not(:last-child)::after {
        display: none;
    }

    .division-title {
        font-size: 36px;
    }

    .manufacturing-section-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .manufacturing-info-box {
        width: 100%;
    }

    .manufacturing-card-box {
        width: 100%;
    }

    .isgec-tech-card img {
        width: 100px;
    }

    .mancufacture_slider_box{display: none;}
}

@media (max-width: 768px) {

    .manufacturing-title {
        font-size: 24px;
    }

    .process-equipment-section {
        padding: 60px 0;
    }

    .process-equipment-container {
        padding: 40px 20px;
        border-radius: 16px;
    }

    .breadcrumb-nav {
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .content-wrapper {
        gap: 30px;
    }

    .left-content {
        margin-bottom: 10px;
    }

    .division-title {
        font-size: 32px;
        margin-bottom: 0;
    }

    .middle-content {
        padding: 0;
    }

    .main-description {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .stats-container {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        text-align: center;
    }

    .stat-item {
        align-items: center;
    }

    .stat-number {
        font-size: 36px;
    }

    .isgec-tech-card img {
        width: 100px;
        padding: 0 10px;
    }

    .isgec-tech-info-box,
    .isgec-serve-info-box,
    .isgec-capabilities-info-box {
        align-items: flex-start;
    }

    .isgec-serve-info-box {
        margin-bottom: 0;
    }

    .serve-card-heading{font-size: 40px;}
    .omc-touchscreen-only{display: block;}

    .page-manufacturing .isgec-tech-partner .featured-slide-btn-box{display: flex; right: 0; padding-right: 0;
        position: static;
        text-align: right;
        width: 100%;
        justify-content: flex-end;
        margin-top: 25px;
    
    }
    .page-manufacturing .isgec-serve-section .serve-card-heading-wrapper .serve-card-img-wrapper{display: none !important;}
    .page-manufacturing .isgec-featured-section{position: relative;}
    .page-manufacturing .isgec-featured-section .featured-slide-btn-box{padding-right: 0; top: auto; right: 10px; bottom: 30px;}
}

@media (max-width: 767px) {
    .manufacture-card-slider {
        display: flex;

    }

    .manufacturing-card-box {
        display: none;
    }

    .isgec-tech-card {
        padding: 10px;
    }

    .featured-slide-btn-box {
        position: absolute;
        bottom: -470px;
        right: 0;
    }

    .featured-pagingation-scroll-box {
        margin-top: 40px;
        justify-content: flex-start;
    }

    .btn-header-wrapper .featured-slide-btn-box {
        margin-bottom: 10px;
    }

    .featured-swiper-scrollbar {
        width: 68%;
    }

    .isgec-tech-slider .swiper-wrapper{justify-content: flex-start;}

    .omc-touchscreen-only .serve-card:hover .serve-card-img-wrapper{width: 100%;}
    .page-contract-manufacturing .featured-slide-btn-box{display: flex;}
    .page-contract-manufacturing .isgec-tech-slider .swiper-wrapper{justify-content: flex-start;}

    .legacy-deatils{margin-left: 15px;}
}

@media (max-width: 480px) {
    .process-equipment-container {
        padding: 30px 15px;
    }

    .division-title {
        font-size: 28px;
    }

    .main-description {
        font-size: 16px;
    }

    .sub-description,
    .detailed-description {
        font-size: 14px;
    }

    .stat-number {
        font-size: 32px;
    }

    .breadcrumb-nav {
        font-size: 12px;
    }

    .industrial-precision {
        margin-bottom: 20px;
    }

    .precision-text {
        font-size: 14px;
    }

    .manufacturing-title {
        font-size: 22px;
        line-height: 1.4;
    }
    .manufacturing-card{padding: 20px 15px;margin-right: 15px;}
    .serve-card{padding: 20px 15px;}
    .omc-touchscreen-only .serve-card-img-wrapper{height: 180px;}
 .page-template-ContractManufacturePageTemplate   .isgec-tech-card img{width: 80px;height: 70px;padding: 0;}
 .page-template-ContractManufacturePageTemplate     .isgec-tech-card {
padding: 40px;
 }
}


@media (min-width: 620px) {
    .serve-card-slider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .serve-card-img-wrapper {
        opacity: 0;
        transition: all 0.4s ease;
        right: 20px;
        width: 50px;
        bottom: 0;
    }

    .serve-card:hover {
        background-color: transparent;
    }

    .serve-card:hover .serve-card-img-wrapper {
        width: 135px;
        opacity: 1;
        right: 0;
    }

    /* .serve-pagingation-scroll-box {
        display: none;
    } */
}

    .serve-card:hover .serve-card-img-wrapper{width: 100px;}
    .serve-card-img-wrapper{bottom: 10px;}

@media (min-width:768px) {
    .isgec-capabilities-info-box .manufacturing-title br {
        display: none !important;
    }
}


@media (min-width:1024px) {
    .serve-card-slider .swiper-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }

}

@media (min-width:1024px) {
    .serve-card-slider .swiper-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1244px) {
    .serve-card-slider .swiper-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1444px) {
    .serve-card-slider .swiper-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }

    .isgec-tech-slider .swiper-wrapper {
        justify-content: center;
    }
}

.serve-card-img-wrapper{bottom: 40px;}

