.precision-text{color: #C02121;}
.division-title{color: #414141;}
.description-content p, .stat-number, .stat-label{color: #3B3B3B;}
.stat-item:first-child::before, .stat-item::after{background: #23428C;}
.stat-item:last-child{padding-bottom: 20px;}
.process-equipment-container::before{content: none;}
.process-equipment-container{background: #F9F9F9;}
.left-content{flex: 0 0 360px; max-width: 360px;}
.mystry-wrapper::before{display: none;}
.mystry-wrapper .tab-menu-list ul li a{color: #FFFFFFB2;}
.mystry-wrapper .tab-menu-list ul li a.active{color: #fff;}
.cane-sugar .top_section_box_left{flex-direction: column; align-items: flex-start;}
.mystry-wrapper .box_sustainibility{padding-bottom: 40px;}
.box_sustainibility h5:after{background: #ECCC12;}
.cane-sugar .feature-text{position: absolute; bottom: 30px; left: 50%; transform: translate(-50%, -0); z-index: 123;
     /* font-size: 16px;  */
     font-weight: 500; 
     width: 100%; padding: 0 20px;}
.cane-sugar .featured-slide{position: relative;}
.cane-sugar .featured-slide:after{content: ''; position: absolute; bottom: 0; left: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.05%, rgba(0, 0, 0, 0.8) 100%); width: 100%; height: 100%; z-index: 12;}
/*Table*/

.mystry-wrapper.Global-source{background: linear-gradient(90deg, #09809A 0%, #23428D 100%);}
.Global-source .legacy-deatils{gap: 20px;}
.sourcing-wrapper {
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 24px;
    padding: 0 30px 0px;
    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;
}

.mystry-wrapper .tab-wraper-box{padding-top: 0;}
.mystry-wrapper.Global-source .tab-wraper-box{padding-left: 0;}

.Global-source-B{background: #f9f9f9;}
.Global-source-B .fixed-top-section .legacy-deatils p{color: #C02121;}
.Global-source-B .fixed-top-section .legacy-deatils h3{color: #414141;}
.Global-source-B .tab-menu-list ul li a{color: #39393BCC;}
.Global-source-B .tab-menu-list ul li a.active{color: #39393B;}
.Global-source-B .tab-menu-list ul li a.active{border-color: #0087C5;}
.Global-source-B .tab-menu-list ul{border-color: #D3D3D6;}

.Global-source-B .sourcing-table thead tr {background: #0078AF;}
.Global-source-B .sourcing-table td{color: #3B3B3B;}
.Global-source-B .sourcing-table tbody tr:nth-child(even){background: #23428C0F;}

.contact-wrapper .precision-text, .contact-wrapper .division-title{color: #fff;}

/*CANE-MILLS PAge*/
.miles-ms-section .manufacturing-card-box{grid-template-columns: repeat(2, 1fr);}
.manufacturing-card{padding-top: 120px}
.manufacturing-section-wrapper{padding: 0 40px;}

.page-sugar-plants-machinery .manufacturing-section-wrapper{padding: 60px;}

.page-sugar-plants-machinery .product-portfolio-section .portfolio-card{flex: 0 0 70px;}
.page-sugar-plants-machinery .product-portfolio-section .portfolio-card.active{flex: 1;}

.mystry-wrapper .tab-menu-list ul li a{text-transform: capitalize;}
.isgec-manufacturing-section .manufacturing-card{padding: 40px 30px 50px;}
.manufacturing-card h4{min-height: 71px;}


@media (min-width: 1900px) {
    .Global-source-B .sourcing-table td{font-size: 18px; }
    .page-sugar-plants-machinery .product-portfolio-section .portfolio-card{flex: 0 0 110px;}
    .manufacturing-card h4{min-height: auto;}
}

@media (max-width: 1399px) {
    .cane-sugar .feature-text{font-size: 14px;}
}

@media (max-width: 992px) {
    .left-content {flex: none;}
    .sourcing-table th, .sourcing-table td{white-space: nowrap;}
        .sourcing-wrapper {
        padding: 0px 20px 40px;
        overflow: scroll;

    }
}

@media (max-width: 767px) {

    .sourcing-wrapper {
        padding: 0px 20px 40px;
        overflow: scroll;

    }


    .sourcing-table th,
    .sourcing-table td {
        padding: 20px 15px;
        font-size: 14px;
    }

    .top_section_box_right{margin: 20px 0;}

    .tab-menu-list ul li a{padding: 0 5px 15px;}

    .description-content{gap: 0;}

    .process-equipment-section.pt-0{padding-bottom: 0;}

    .manufacturing-card{padding: 20px;}

    
}



/* krishna css start here */

.cane-sugar .sustainbility-row-inner#mystry-clear{display: flex;}
.page-sugar-plants-machinery .cane-sugar .feature-text{position: inherit; transform: none;}

