.isgec-manufacturing-section.why-choose-press {
    background-color: #ffffff;
    padding-top: 0;

}

.why-choose-press .manufacturing-section-wrapper {
    background-color: #F9F9F9;
    border-radius: 20px;
    width: 100%;
    gap: 80px;
}

.why-choose-card-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}

.why-choose-card {
    border: 1px solid #E3E3E3;
    border-radius: 15px;
    padding: 30px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    width: auto;
}

.why-choose-card svg {
    width: 75px;
    height: 75px;
}

.why-choose-card-label {
    color: #242424;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

/* comprehensive css  */

.isgec-serve-section.comprehensive-section {
    background: linear-gradient(90deg, #01A88B 0%, #23428D 100%);

}

.comprehensive-section .serve-card-img-wrapper {
    display: none;
}

.comprehensive-section .serve-card:hover {
    background-color: #01a88cb7;
}

.comprehensive-section .serve-card-slider .swiper-wrapper {
    gap: 0;
}

.process-equipment-container {
    background: linear-gradient(90deg, #01A88B 0%, #23428D 100%);
    height: 420px;

}

.alliance-section .alliance-partner-image {
    width: 400px;
}

.alliance-partner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.alliance-section .precision-text {
    opacity: 1;
}


.alliance-section .content-wrapper {
    align-items: center;
    height: 100%;
}

.maintenance-left-box {
    width: 65%;
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: center;
    align-items: center;
}

.maintenance-img-box {
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.maintenance-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.maintenance-content-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.maintenance-content-para {
    font-weight: 400;
    font-size: 14px;
    color: #414141;
    line-height: 1.6;
}

.maintenance-content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 15px;
}

.maintenance-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    gap: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.maintenance-card-label {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #414141;
}

.maintenance-card svg {
    width: 40px;
}

.global-sourcing-section {
    width: 100%;
    background-color: #ffffff;
}

.sourcing-wrapper {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #01A88B 0%, #23428D 100%);
    border-radius: 24px;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
}

.sourcing-table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
    overflow: hidden;
}

.sourcing-table th {
    padding: 15px 60px;
    text-align: left;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
}

.sourcing-table td {
    padding: 15px 60px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}


.sourcing-table tr {
    transition: all 0.3s ease;
}

.sourcing-table tr:last-child td {
    border-bottom: none;
}

.sourcing-table tbody tr:nth-child(even) {
    background: #FFFFFF0F;
}

.sourcing-table thead tr {
    background: #FFFFFF33;

}

.sourcing-table tbody tr td:first-child,
.sourcing-table thead tr th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.sourcing-table tbody tr td:last-child,
.sourcing-table thead tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.comprehensive-section .serve-card {
    padding-bottom: 50px;
}

.isgec-smart-mechanic-section {
    width: 100%;
    background-color: #F9F9F9;
    position: relative;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.smart-mask-img {
    width: 50%;
    overflow: hidden;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;

}

.smart-mechanic-left .manufacturing-info-box {
    width: 100%;
}

.samrt-mask-mb {
    width: 400px;
    border-radius: 16px;
    overflow: hidden;
    display: none;
}

.smart-mask-img img,
.samrt-mask-mb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.smart-mechanic-left {
    width: 50%;
}

.smart-mechanic-left-wrapper {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.smart-mechanic-slider-box {
    width: 100%;
    position: relative;
    right: 80px;
    padding-bottom: 50px;
    margin-top: 60px;
}

.smart-mechanic-slider {
    width: 100%;
}

.smart-mechanic-slide {
    padding: 30px 30px 50px 30px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    background-color: #ffffff;
    border-radius: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto !important;
}

.smart-swiper-scrollbar {
    position: relative;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 2px;
    background-color: #0087C533;
    opacity: 1 !important;
}

.smart-pagingation-scroll-box {
    width: 100%;
    display: none;
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 10px;
}

.smart-scrollbar-drag {
    background-color: #626265;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: absolute;
    bottom: 0;
}

.smart-swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #0087C5;
}

.smart-slide-btn-box {
    width: 30%;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.smart-pagination-btn {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #4D4D4D;
    border-radius: 50%;
    cursor: pointer;
}

.smart-pagination-btn.swiper-button-disabled {
    border-color: #BCBCBC;
    cursor: default;
}

.smart-pagination-btn.swiper-button-disabled svg {
    opacity: 0.5;
}

.smart-mechanic-icon-box {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #01A78A;
    border-radius: 8px;
}

.smart-mechanic-icon-box svg {
    width: 35px;
    height: 35px;
}

.smart-mechanic-heading {
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.smart-mechanic-heading::after {
    content: "";
    height: 2px;
    width: 40px;
    background-color: #01A78A;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.smart-mechanic-slide .smart-mechanic-para {
    font-weight: 400;
    font-size: 13px;
    width: 100%;
    margin-bottom: 0;
}

.isgec-sector-strength-section {
    width: 100%;
    background-color: #ffffff;
}

.sector-strength-info-box {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}


.isgec-strength-slider-box {
    width: 100%;
}

.isgec-strength-slider {
    width: 100%;
    overflow: hidden;
    padding: 0 40px;
}

.isgec-strength-slider .isgec-strength-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0.2;
    /* overflow: hidden; */
    transition: .7s;
    /* padding: 0px 15px; */
    /* width: 320px !important; */
}

.strength-content-wrapper {
    display: none;
}

.isgec-strength-slider .isgec-strength-slide.swiper-slide-active {
    opacity: 1;
}

.isgec-strength-slide.swiper-slide-active .strength-content-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.strength-img-box {
    border-radius: 16px;
    /* width: 100%;
    height: 100%; */

}

.strength-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.isgec-strength-slider .strength-heading {
    color: #000;
}

.isgec-strength-slide .strength-para {
    padding-top: 16px;
    width: 95%;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
}

.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-left {
    background: none;
}

.isgec-strength-slider .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 16px;
}

/* Make pagination vertical */
.vertical-pagination {
    position: absolute;
    top: 0;
    left: 0px;
    transform: translateY(0, -50%) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    /* space between dots */
}

/* All dots */
.vertical-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 28px;
    background-color: transparent;
    border: 2px solid #00a99d;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Connecting dotted line */
.vertical-pagination .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 30px;
    background-image: repeating-linear-gradient(to bottom,
            #00a99d,
            #00a99d 4px,
            transparent 4px,
            transparent 8px);
}

/* Remove line from last bullet */
.vertical-pagination .swiper-pagination-bullet:last-child::after {
    display: none;
}

/* Active bullet (filled) */
.vertical-pagination .swiper-pagination-bullet-active {
    background-color: #00a99d;
    border: 4px solid #b4eee9;
    /* outer light green ring */
    width: 48px;
    height: 48px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: auto;
}

.vertical-pagination .swiper-pagination-bullet-active{line-height: 3;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{height: 500px; overflow: auto; background-color: transparent;}
.isgec-strength-slider{width: 95%; margin: 0 auto;}

.swiper-pagination {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
}
.swiper-pagination::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}
/* .serve-card-container{display: none;} */

.isgec-strength-slider-box{position: relative;}
.isgec-strength-slider-box .swiper-pagination{    position: absolute;
    left: 0;
    top: 35%;
    transform: translate(-50%, -50%);}

@media (min-width: 1920px) {
    .isgec-strength-slider .swiper-slide img {
        width: 446px;
        height: 518px;
    }

    .vertical-pagination .swiper-pagination-bullet {
        width: 28px;
        height: 28px;
    }

    .vertical-pagination .swiper-pagination-bullet-active {
        width: 40px;
        height: 40px;
    }

    .isgec-strength-slide .strength-para {
        font-size: 16px;
    }

    .isgec-strength-slide.swiper-slide-active .strength-content-wrapper {
        padding-top: 20px;
    }
}

@media (max-width: 1399px) {
    .isgec-strength-slider .swiper-slide img {
        width: 276px;
        height: 318px;
    }

    .vertical-pagination .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
    }

    .vertical-pagination .swiper-pagination-bullet-active {
        width: 36px;
        height: 36px;
    }

    .vertical-pagination {
        gap: 20px;
    }

    .vertical-pagination .swiper-pagination-bullet::after {
        height: 20px;
    }

    .isgec-strength-slide .strength-para{font-size: 11px;}

    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{height: 310px;}
.vertical-pagination{top: 20px;}
}

@media (max-width: 1200px) {
    .process-equipment-container {
        height: auto;
    }

    .maintenance-left-box {
        gap: 30px;
    }

    .smart-mechanic-slider-box {
        right: 0;
    }

    .container {
        max-width: 95%;
    }
}

@media (max-width: 1024px) {

    .why-choose-card-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-choose-press .manufacturing-section-wrapper {
        gap: 40px;
    }

    .why-choose-card svg {
        width: 60px;
        height: 60px;
    }

    .why-choose-card-label {
        font-size: 14px;
    }



    .serve-card-container {
        display: block;
    }

    .serve-card-info {
        color: #242424;
    }

    .serve-name-highlight {
        color: #242424;
    }

    .omc-touchscreen-only .serve-name-highlight span {
        display: none;
    }

    .serve-swiper-scrollbar .swiper-scrollbar-drag {
        background-color: #0087C5;
    }

    .serve-swiper-scrollbar {
        background-color: #0087C533;
    }

    .serve-pagination-btn {
        border: 1px solid #4D4D4D;
    }

    .serve-pagination-btn.swiper-button-disabled {
        border-color: #BCBCBC;
    }

    .mech-swiper-scrollbar {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #0087C533;
        opacity: 1 !important;
    }

    .mech-swiper-scrollbar .swiper-scrollbar-drag {
        background-color: #0087C5;
    }


}

@media (max-width: 992px) {
    .alliance-section .content-wrapper {
        align-items: flex-start;
    }

    .alliance-section .alliance-partner-image {
        width: 300px;
    }

    .maintenance-left-box {
        flex-direction: column;
        width: 100%;
    }

    .maintenance-img-box {
        width: 480px;
    }

    .maintenance-content-box {
        width: 100%;
    }

    .smart-mask-img {
        width: 40%;
    }

    .smart-mechanic-left {
        width: 60%;
    }
    .isgec-strength-slide .strength-para{width: 100%}
}

@media (max-width: 768px) {

    .sourcing-wrapper {
        padding: 40px 20px;
    }


    .sourcing-table th,
    .sourcing-table td {
        padding: 10px 15px;
        font-size: 12px;
    }

    .isgec-strength-slider-box {
        display: none;
    }

        .sub-main-contact{padding: 0;}
    .page-mechanical-presses .serve-card-info, .page-mechanical-presses .serve-name-highlight{color: #000;;}
    .page-mechanical-presses .serve-card-img-wrapper{display: block !important;}

    .page-mechanical-presses .serve-pagination-btn{border-color: #000;}
        .isgec-strength-slider {
        display: none;
    }


}

@media (min-width: 620px) {
    .serve-card-slider .swiper-wrapper {
        display: block;
    }

    .serve-card-img-wrapper {
        opacity: 1;
    }

    .serve-pagingation-scroll-box {
        display: flex;
    }

}

@media (max-width: 768px) {
.page-mechanical-presses .serve-card-img-wrapper{opacity: 1;}
.omc-touchscreen-only .serve-card-img-wrapper{overflow: hidden;}

.omc-touchscreen-only .serve-card{justify-content: flex-start;}
.serve-slide-btn-box .serve-pagination-btn {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3B3B3B;
    border-radius: 50%;
    cursor: pointer;
}
.serve-slide-btn-box .serve-pagination-btn.swiper-button-disabled{    border-color: #3B3B3B;}
}

@media (max-width: 620px) {
    .samrt-mask-mb {
        display: block;
    }
.serve-slide-btn-box .serve-pagination-btn.swiper-button-disabled{    border-color: #fff !important;}
.serve-slide-btn-box .serve-pagination-btn{    border-color: #fff;}



    .smart-mask-img {
        display: none;
    }

    .smart-mechanic-left {
        width: 100%;
    }

    .smart-mechanic-left-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .samrt-mask-mb {
        width: 100%;
    }

    .maintenance-card {
        padding: 10px;
        gap: 10px;
    }

    .maintenance-card-label {
        font-size: 14px;
    }

    .smart-pagingation-scroll-box {
        display: flex;
    }

    .smart-mechanic-left-wrapper {
        padding-bottom: 0;
    }

    .smart-mechanic-slider-box {
        padding-bottom: 0;
        top: -100px;
        left: 0;
        height: 345px;
    }

    .smart-mechanic-slider .swiper-wrapper {
        left: 30px;
    }

    .isgec-strength-slider .swiper-slide img {
        width: 250px;
        height: 300px;
    }

    .vertical-pagination {
        display: none;
    }

    .sub-main-contact{padding: 0;}
    .page-mechanical-presses .serve-card-info, .page-mechanical-presses .serve-name-highlight{color: #000;;}
    .page-mechanical-presses .serve-card-img-wrapper{display: block !important;}
}

@media (max-width: 480px) {
    .maintenance-img-box {
        min-width: auto;
        width: 100%;

    }

    .alliance-section .alliance-partner-image {
        width: 100%;
    }
}