.tiny-breadcrum{
   padding: 70px 0;
   position: relative;
   background: url(../images/bg/tiny-dot-foods.png) center center / cover no-repeat;
}

.breadcrum-box h1{
    font-size:30px;
    margin-bottom: 30px;
}
.tiny-breadcrum ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    line-height: 1.2;

}

.tiny-breadcrum ul li{
        display: inline-block;
         color:#ffffff;
}

.tiny-breadcrum ul li a {
    color: #ffffff;
    font-size: 16px;
    opacity:0.6;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.tiny-breadcrum ul li:not(:last-child):after{
    content: "";
    background-color: #ffc107;
    width: 10px;
    height: 2px;
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
}

.tiny-breadcrum ul li:last-child {
    color: #ffffff;
    /*opacity: 0.6;*/
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.contact-section{
    background:#f4f4f1;
    padding:4rem 0;
}

.contact-wrapper{
    display:flex;
    gap:40px;
}
.contact-form-box{
    width:68%;
    background:#fff;
    padding:65px;
    border-radius:18px;
}


.contact-form-box p{
    margin-bottom:50px;
    color:#555;
}
.frm-crd{
     display:flex;
    gap:20px;
    margin-bottom:25px;
}
.crd-cont{
    width:100%;
   position:relative;
}
.crd-cont label{
    display:block;
    margin-bottom:8px;
    font-size:14px;
    font-weight:500;
}
.crd-cont select{
    width:100%;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    padding-right:45px;
}

.select-arrow{
    position:absolute;
    right:18px;
    top: 54px;
    transform:translateY(-50%);
    pointer-events:none;
}

.select-arrow i{
    font-size:12px;
}
.crd-cont input,
.crd-cont select,
.crd-cont textarea{
    width:100%;
    height:58px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 20px;
    outline:none;
    font-size:15px;
}
.crd-cont textarea{
    height:170px;
    padding-top:18px;
    resize:none;
}
.textarea-box{
    margin-bottom:40px;
}
.submit-btn-wrap{
    text-align:center;
}
.submit-btn-wrap button{
    background:#06351d;
    color:#fff;
    border:none;
    padding:16px 45px;
    border-radius:8px;
    font-weight:600;
    cursor:pointer;
}
.contact-info-box{
    width:32%;
}

.info-card,
.certificate-card{
    background:#fff;
    border-radius:18px;
    padding:20px;
    margin-bottom:20px;
}

.info-card{
    position:relative;
    display: flex;
    gap: 15px;
}
.cnt-img{
      width:48px;
    height:48px;
    min-width: 48px;
   background: #06351d;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
}
.cnt-img img{
   filter: brightness(0) saturate(100%) invert(95%) sepia(100%) saturate(20%) hue-rotate(22deg) brightness(104%) contrast(108%);
}
.frm-cont h4{
    font-size:16px;
    margin-bottom:10px;
}

.facility-img{
    width:100%;
    border-radius:10px;
    margin-top:20px;
}
.certi-crd{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:20px;
    justify-content: center;
}
.certi-crd span{
    background: #ffc107;
    padding:8px 16px;
    border-radius:50px;
    font-size:13px;
    font-weight: 500;
}

.conct-info .cnt-img{
      margin-bottom:0;
}
.frm-cont a{
        color: #666;
}

.product-dropdown{
    position:relative;
}

.product-dropdown details{
    width:100%;
    position:relative;
}

.product-dropdown summary {
    list-style: none;
    padding: 14px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    background: #fff;
    font-size: 15px;
    height: 58px;
}

.product-dropdown summary::-webkit-details-marker{
    display:none;
}

.dropdown-list{
    position:absolute;
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    border-top:none;
    max-height:250px;
    overflow-y:auto;
    z-index:99;
    padding:10px;
    box-shadow:0 4px 10px rgba(0,0,0,.08);
}

.dropdown-list label{
    display:flex;
    align-items:center;
    gap:8px;
    padding:8px 0;
    cursor:pointer;
    font-size:14px;
}

.dropdown-list input[type="checkbox"]{
    width:16px;
    height:16px;
    margin:0;
}
.cont-map{
    width:100%;
}

.cont-map .container-fluid{
    padding:0;
}

.tiny-map{
    width:100%;
}

.tiny-map iframe{
    width:100%;
    height:500px; 
    display:block;
}

.required {
    color: red;
    margin-left: 4px;
    font-weight: 600;
}

.optional {
    color: #888;
    font-size: 12px;
    margin-left: 6px;
}


/*detailpage*/

.prd-intro{
    padding:4rem 0;

}
.prd-intro .sec-big-title{
    max-width: 700px;
    margin-bottom:30px;
   
}




.prd-intro-image{
    position: relative;
}



/* Feature List */

.feature-list{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
 padding-top: 70px;
    justify-content: center;
}

.cust-prods{
    position: relative;
    padding: 12px 20px 12px 42px;
    background: #edf1eb;
    border: 1px solid #dbe3d8;
    border-radius: 50px;
}

.cust-prods::before{
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2f9444;
    transform: translateY(-50%);
}

.cust-prods p{
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    color: #2f9444;
    white-space: nowrap;
}


.prd-intro-image{
    position: relative;
      border-radius: 16px;
}


.prd-intro-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}
.stats-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    top: 70%;
}
.stats-card {
    flex: 1 1 calc(33.33% - 10px);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    padding: 18px 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.stats-card:nth-child(4),
.stats-card:nth-child(5) {
    flex: 1 1 calc(50% - 10px);
    margin-top: 10px;
}
.stats-card.high-crd {
   background: #dba200;
    color: #fff;
}
.stats-card.high-text h4 {
    color: #dba200;
}
.stats-card h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #2e7d32;
}
.stats-card p {
    font-size: 13px;
    color: #555;
    margin: 0;
}

.stats-card.high-crd p {
    color: #fff;
}


.nuri-prds{
    padding:4rem 0;
    background:#e9f5eb;
    
}
.nutri-crds {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

.nutri-crds img {
    width: 100%;
    /*aspect-ratio: 259 / 217;*/
    object-fit: cover;
    display: block;
}


/* top tag */
.prd-name {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #eef7f0;
    color: #0a8f3c;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    z-index: 2;
}


.nutri-detal {
    padding: 20px;
}

.nutri-detal h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.nutri-detal p {
    font-size: 14px;
    margin-bottom: 15px;
   
}


.nutri-detal a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}
.nutri-detal a:hover {
    color:#004638;
}

.nutri-detal a i {
    font-size: 12px;
   display: flex;
}

.nutri-variet{
    padding:3rem 0;
    background: #ffffff;
}
.prd-box{
     background: #eef2ee; 
    padding: 30px;
    border-radius: 16px;
}
.prd-box h3{
     font-size: 22px;
    margin-bottom: 20px;
}
.prds-lists{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.prds-lists li {
     background: #ffffff;
    border: 1px solid #d1d1d1;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 14px;
    color: #000;
    transition: all 0.3s ease;
}

.supt-sect{
    padding:4rem 0;
     position: relative;
    background-image: url(../images/bg/counter-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #0D0D0D;
}

.supt-sect .container {
    position: relative;
    z-index: 2;
}
.higlig-text {
        color: #dba300;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight:600;
}
.support-crd {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 16px;
    padding: 25px;
    height: 100%;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.spt-icon {
    width: 50px;
    height: 50px;
    background: #004638;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
    perspective: 600px;
    position: relative;
}

.part-icon:before {
    content: "\f131";
    font-family: "flaticon_normal-icon" !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 1;
}

.spt-icon img{
     transition: transform 0.5s ease, filter 0.3s ease;
}
.support-crd:hover .spt-icon {
    background: #ffc107;
}
.support-crd:hover .spt-icon img {
    transform: rotateY(180deg);
}
.support-crd:hover .spt-icon img {
    filter: brightness(0) invert(1);
}
.support-crd h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color:#fff;
}

.support-crd p {
    font-size: 14px;
    color: #ddd;
    line-height: 1.6;
}


.why-parter {
    padding: 4rem 0;
    background: #f7f7f7;
}
.why-item {
    display: flex;
    gap: 15px;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
}
.why-item.no-border {
    border-bottom: none;
}
.part-icon {
    width: 50px;
    height: 50px;
    background: #004638;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
      position: relative;
}
.why-item h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.nurt-img {
    position: sticky;
    top: 70px; 
}
.nurt-img img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: auto;
    display: block;
    padding-left: 1px;
    
}
.custom-sec {
    padding:4rem 0;
}
.custom-content{
    max-width:540px;
}
.custom-content .sec-title{
    margin-bottom:25px;
}

.custom-content p{
    margin-bottom:20px;
    line-height:1.8;
}
.custom-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#1A442D;
    color:#fff;
    padding:14px 28px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s ease;
}
.custom-btn i{
    display: flex;
}
.custom-btn:hover{
    color:#fff;
}
.rd-team{
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:40px;
}
.rd-team img{
    width:80px;
    height:80px;
    object-fit:cover;
    border-radius:50px;
}

.rd-info h5{
    font-size:18px;
    margin-bottom:4px;
}

.rd-info span{
    font-size:14px;
    color:#666;
}
.custom-box{
    background:#dceee7;
    border-radius:24px;
    padding:25px;
}

.custom-box h4{
    position:relative;
    font-size:26px;
    margin-bottom:20px;
    color:#1f2a2a;
    padding-left:38px;
    font-weight:700;
}

.custom-box h4::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
   width: 35px;
    height:2px;
    background:#f4b400;
    border-radius:5px;
}
.cust-crdss{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-bottom:20px;
}
.custom-item{
    background:#fff;
    border-radius:14px;
    padding:16px;
    display:flex;
    align-items:flex-start;
    gap:12px;
}

.custom-icon{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:10px;
    background:#f7f3e7;
    display:flex;
    align-items:center;
    justify-content:center;
}
.custom-icon img{
    width:20px;
    height:20px;
    object-fit:contain;
}

.custom-item p{
    margin:0;
    font-size:14px;
    line-height:1.5;
    color:#222;
}

.custom-img img{
    width:100%;
    display:block;
    border-radius:16px;
    height: 100%;
}
.tiny-differ{
    padding:4rem 0;
   background: #f7f7f7;
}
.diff-table{
    margin-top:50px;
    border-radius:20px;
    overflow:hidden;
    border:1px solid #dde3dd;
}

.diff-table table{
    width:100%;
}

.diff-table th{
    padding:24px 28px;
    text-align:left;
    font-size:18px;
    font-weight:600;
}

.diff-table th:first-child{
    background:#e6ebe5;
    color:#647161;
}

.diff-table th:last-child{
    background:#2f8f3c;
    color:#fff;
}

.diff-table td{
    padding:22px 28px 22px 55px;
    border-top:1px solid #dde3dd;
    position:relative;
}

.diff-table td:first-child{
    background:#f7f8f6;
}

.diff-table td:last-child{
   background: #fff;
}

.diff-table td:first-child::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:#dc3545;
    position:absolute;
    left:28px;
    top:30px;
}

.diff-table td:last-child::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:#2f8f3c;
    position:absolute;
    left:28px;
    top:30px;
}

@media(max-width:991px){

    .diff-table{
        overflow-x:auto;
    }

    .diff-table table{
        min-width:900px;
    }

}

.frm-formula{
    padding:4rem 0;
      background:url("../images/products/manufacturing-process-bg.webp") center center/cover no-repeat;
    position:relative;
    z-index:1;
}
.frm-formula::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.88);
    z-index:-1;
}
.formula-flow{
    position:relative;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:30px;
}
.flow-line{
    position:absolute;
    top:22px;
    left:10%;
    width:80%;
    height:1px;
    background:#d8ddd8;
}
.flow-item{
    text-align:center;
    position:relative;
    z-index:2;
}
.flow-item span{
    width:46px;
    height:46px;
    border-radius:50%;
    background:#198754;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-size:16px;
    font-weight:600;
    transition: all 0.3s ease;
}
.flow-item:hover span {
    background-color: #ffc726;
}
.flow-item h4{
    font-size:16px; 
    line-height:1.4;
}

.flow-item p{
    margin:0;
}
.why-tiny-prd {
    padding: 4rem 0;
    background: #f4f7f4;
}



.tiny-img img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.tiny-card {
    background: #fff;
    border: 1px solid #e6eae5;
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    gap: 1rem;
    height: 100%;
    transition: all 0.3s ease;
}



.tiny-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 8px;
    background: #f5f8f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tiny-icon img {
    display: block;
}

.tiny-card h4 {
    font-size: 17px;
    margin-bottom: 0.5rem;
}


.detal-cta {
    position: relative;
    padding: 4rem 0;
    background-image: url(../images/bg/services-we-offer-bg.webp);
    overflow: hidden;
    background-color: #004638;
}

.detal-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(8, 22, 12, 0.72);
}

.detal-cta .container {
    position: relative;
    z-index: 2;
}

.cta-title {
    color: #fff;
    margin-bottom: 1rem;
  
}

.cta-desc {
    color: rgba(255,255,255,0.85);
    max-width: 650px;
    line-height: 1.8;
    margin-bottom: 0;
}

.cta-btns {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.primary-btn {
    min-width: 280px;
    padding: 18px 24px;
    background: #2e9d44;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
}

.primary-btn:hover {
    background: #248138;
}

.secd-btn{
    min-width: 280px;
    padding: 16px 24px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.25);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
    border-radius: 10px;

    display: inline-flex;
    align-items: center;
    justify-content: center; 
    gap: 10px;
}
.secd-btn i{
    display:flex;
}
.secd-btn:hover {
    background: rgba(255,255,255,0.15);
}
.intro-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 25px;
    flex-wrap: wrap;
}
.intro-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 48px;
    padding: 0 22px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.btn-prim {
     position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 48px;
    padding: 0 24px;
     background-color: #2e9d44;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    border: none;
    
}
.btn-prim::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #ffc726;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}
.btn-prim:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}
.btn-prim .arrow i {
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
    transform: rotate(-45deg);
}
.btn-prim:hover .arrow i {
   transform: rotate(1deg) translateX(3px);
}

.btn-out {
    background-color: #fff;
    color: #333;
    border: 1px solid #dcdcdc;
}

.btn-out .whats-icon i {
    font-size: 16px;
    display: flex;
    align-items: center;
}
.btn-out:hover .whats-icon i {
    color: #2e7d32;
}
.btn-out:hover {
    color: #2e7d32;           
    border-color: #2e7d32;   
}
.spt-icon img{
        filter: brightness(0) invert(1);
}
.stats-card.high-crd h4{
    color:#fff;
}
.accordion-header{
    margin-bottom:unset!important;
}
.accordion-button{
    font-weight:600!important;
}
.nuri-prds-swiper {
    overflow: hidden;
}

.nuri-prds-swiper .swiper-wrapper {
    display: flex;
}

.nuri-prds-swiper .swiper-slide {
    height: auto;
    flex-shrink: 0;
}

.nuri-prds-swiper .nutri-crds {
    height: 100%;
}

.nuri-prds.main-prods .product-cat-title {
    max-width:100%;
    margin:0 auto;
    text-align:center;
    display:block;
}
.nuri-prds.main-prods .subs-trs{
        margin-bottom: 0px;
}

/* 5 Column Product Comparison Table */

.nutrimix-table{
    border:1px solid #dde3dd;
    border-radius:20px;
    overflow:hidden;
        padding: 0;
        margin-top:0;
}

.nutrimix-table th{
    background:rgb(0,70,56);
    color:#fff;
    text-align:center;
    border-right:1px solid rgba(255,255,255,.15);
}

.nutrimix-table th:first-child{
    background:rgb(0,70,56);
    color:#fff;
    text-align:left;
}

.nutrimix-table th:last-child{
    background:rgb(0,70,56);
}

.nutrimix-table td{
    padding:22px 28px;
    text-align:center;
        border-right: 1px solid #dde3dd;
}

.nutrimix-table td:first-child{
    background:#f7f8f6;
    color:rgb(0,70,56);
    font-weight:600;
    text-align:left;
}

.nutrimix-table td:last-child{
    background:#fff;
}

.nutrimix-table td:first-child::before,
.nutrimix-table td:last-child::before{
    display:none;
}

.nutrimix-table th:last-child,
.nutrimix-table td:last-child{
    border-right:none;
}
.sub-tabele {
    padding:5rem 0;
}

.ing-wrap-sec{
    background: #e9f5eb;
    padding: 5rem 0;
}

.ing-wrap-sec .sec-title{
    margin: 0 auto 40px;
    text-align: center;
}

.ing-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 28px;
}

.ing-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ing-circle-wrap{
    position: relative;
    width: 170px;
    height: 170px;
    margin-bottom: 28px;
}

.ing-ring{
    position: absolute;
    inset: -7px;
    border-radius: 50%;
    border: 1.5px dashed #c5e0d8;
    transition: all .5s ease;
}

.ing-card:hover .ing-ring{
    border-color: #0F6E56;
    transform: rotate(45deg);
}

.ing-circle{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 8px 28px rgba(0,0,0,.1);
    transition: all .4s ease;
}

/*.ing-card:hover .ing-circle{*/
/*    transform: translateY(-4px);*/
/*    box-shadow: 0 16px 40px rgba(15,110,86,.18);*/
/*}*/

.ing-circle img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.ing-card:hover .ing-circle img{
    transform: scale(1.1);
}

.ing-name{
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #111;
    margin: 0 0 25px;
    letter-spacing: .3px;
}

.ing-name::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 28px;
    height: 2px;
    background: #0F6E56;
    border-radius: 2px;
    transition: width .3s ease;
}

.ing-card:hover .ing-name::before{
    width: 48px;
}

.ing-card p{
    margin: 0;
    color: #666;
    line-height: 1.7;
}
.our-botom{
    margin:19px 0 0;
}

.sub-tabele.table-2 .sec-title{
        margin: 0 auto 37px;
    text-align: center;
}
.custom-sec.main-sect .custom-content{
        max-width: 100%;
}
.custom-sec.main-sect .rd-team {
    margin-top: 24px;
}
.custom-sec.main-sect img{
    padding-left:1px;
}

.custom-sec.main-sect{
    padding:4rem 0 0;
}

.unique-app-secc {
    padding: 4rem 0 0;
}

.unique-app-secc .service-list {
    display: flex;
    flex-direction: column;
}

.unique-app-secc .service-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 35px 0;
    border-bottom: 1px solid #e8e8e8;
    transition: all .3s ease;
}

.unique-app-secc .service-icon-box {
    width: 12%;
    flex-shrink: 0;
}

.unique-app-secc .service-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #004638;
    display: flex;
    align-items: center;
    justify-content: center;
     transition: all 0.4s ease;
}
.unique-app-secc .service-item:hover .service-icon {
    box-shadow: 0 12px 25px rgba(131, 180, 65, 0.25);
}

.unique-app-secc .service-item:hover .service-icon img {
    transform: scale(1.1);
}


.unique-app-secc .service-icon img {
    filter:brightness(0) invert(1);
     transition: all 0.4s ease;
}

.unique-app-secc .service-title-box {
    width: 35%;
}

.unique-app-secc .service-title-box h4 {
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
}

.unique-app-secc .service-description {
    width: 50%;
}

.unique-app-secc .chall-list {
    margin: 0;
    padding-left: 20px;
}

.unique-app-secc .chall-list li {
    margin-bottom: 10px;
    line-height: 1.7;
    color: #555;
}

.unique-app-secc .chall-list li:last-child {
    margin-bottom: 0;
}
.chall-sec.sub-secss img{
    filter: brightness(0) saturate(100%) invert(16%) sepia(48%) saturate(1176%) hue-rotate(130deg) brightness(95%) contrast(104%);
}

.manu-bread-intro{
    padding: 60px 0 0;
        background: #ffc7260f;
}


.left-box h1{
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.left-box h1 span{
    color: rgb(46 157 68);
    font-weight: 600;
}


.left-box,.prod-prem em{
    font-size: 19px;
    color: #000;
        font-weight: 500;
    margin-bottom: 15px;
}

.left-box p{
    line-height: 1.8;
}
.intro-points{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0 0;
}

.point-item{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 48%;
}
.point-item img{
    filter: invert(20%) sepia(11%) saturate(5255%) hue-rotate(130deg) brightness(95%) contrast(101%);
}

.point-item i{
    color: rgb(0,70,56);
}

/* Image Layout */
.intro-gallery{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gallery-item img{
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
     height: 336px;
}

.manu-stats{
    background: rgb(0,70,56);
    padding: 30px 0;
}

.stat-item{
    text-align: center;
    color: #fff;
}

.stat-item h3{
    font-size: 42px;
    margin-bottom: 5px;
    color: #fff;
}

.stat-item p{
    margin: 0;
    color: rgba(255,255,255,.8);
}

.tdf-manu-stats-wrap{
    display:flex;
    align-items:center;
    background:#004638;
        margin: 30px 0 0;
              padding: 20px 0;
}

.tdf-manu-stat-item{
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
        margin: 10px 20px;
    border-right:1px solid rgba(255,255,255,.12);
}
.tdf-manu-stat-item:last-child{
       border-right:none;
}


.left-box .intro-cta .btn-prim {
   background-color: #004638;
}

.tdf-manu-stat-icon{
    width:40px;
    height:40px;
    min-width:40px;
    border:1px solid rgba(255,255,255,.25);
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
}


.tdf-manu-stat-content h4{
    margin:0 0 5px;
    color:#fff;
    font-size:32px;
    font-weight:600;
    line-height:1;
}

.tdf-manu-stat-content p{
    margin:0;
    color:rgba(255,255,255,.75);
    font-size:14px;
    line-height:1.4;
}

.out-main-products{
    padding:4rem 0 0;
}

.out-main-products .product-cat-title {
    max-width: 100%;
    margin: 0 auto 40px;
    text-align: center;
}
.nuri-prds .product-cat-title p{
    width:100%;
    /*margin:0;*/
}
.nuri-prds .product-cat-title{
    max-width: 100%;
        margin: 0 auto 40px;
            text-align: center;
    
}

.out-main-products em{
    margin:0 0 20px;
}
.out-main-products em {
    margin: 0 0 13px;
    display: block;
    font-size: 22px;
}

.out-main-products .row{
    row-gap:25px;
}

.tdf-range-card {
    border: 1px solid #e8e8e0;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.tdf-range-card img {
    width: 100%;
        height: 148px;
    object-fit: cover;
    display: block;
}

.tdf-range-body {
    padding: 14px 16px;
}
.tdf-range-body h4{
        font-size: 18px;
    margin-bottom: 4px;

}
.tdf-instantmix-card p {
    overflow-y: auto;
    max-height: 90px;
    padding-right: 8px;
}

.tdf-instantmix-card p::-webkit-scrollbar {
    width: 3px;
}
.tdf-instantmix-card p::-webkit-scrollbar-track {
    background: #e9ecef;
    border-radius: 20px;
}
.tdf-instantmix-card p::-webkit-scrollbar-thumb {
    background: #004638;
    border-radius: 20px;
}
.tdf-instantmix-card p::-webkit-scrollbar-thumb:hover {
    background: #00614c;
}


    .tdf-range-card a {
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    font-weight: 600;
}

.tdf-range-card a:hover {
    color: #004638;
}
.tdf-range-body p{
    margin:0;
    font-size: 15px;
}
.fot-text{
    margin:20px 0 0;
}
.bottom-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e9f5eb;
    border-radius: 10px;
    padding: 20px 28px;
    margin: 20px 0 0;
}

.bottom-block p {
    margin: 0;
    font-size: 14px;
}

.bottom-block p + p {
    margin-top: 4px;
    color: #666;
        width: 94%;
}
.scal-main-prodcust {
    padding: 5rem 0 0;
}
.scal-wrap {
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin-top: 40px;
}
.scal-swiper {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    /* ✅ REMOVED padding-bottom — no longer needed */
}
.scal-card {
    background: #fff;
    border: 1px solid #e8e8e0;
    border-radius: 12px;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-sizing: border-box;
}
.scal-card h4 {
    font-size: 18px;
    font-weight: 600;
}
.scal-card p {
    font-size: 14.5px;
    margin: 0;
    line-height: 1.6;
}
.bard-picts {
    width: 44px;
    height: 44px;
    background: #e9f5eb;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.bard-picts img {
    filter: invert(20%) sepia(11%) saturate(5255%) hue-rotate(130deg) brightness(95%) contrast(101%);
}
.bottom-block .btn-prim {
    max-width: fit-content;
    white-space: nowrap;
}
.scal-fixed-card {
    min-width: 220px;
    max-width: 220px;
    background: #004638;
    border-radius: 12px;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}
.scal-fixed-card h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}
.scal-fixed-card .cta-btn.primary-btn {
    min-width: fit-content;
    padding: 10px 22px;
}
.scal-pagination {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    position: static !important;
        justify-content: center;
}
.scal-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #c4c4b8;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.scal-pagination .swiper-pagination-bullet-active {
    background: #004638;
    width: 24px;
    border-radius: 4px;
}





.cta-btn.primary-btn i{
        margin-top: 7px;
}


.pl-services-section {
    padding:5rem 0;
}

.pl-services-section .tdf-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.pl-services-section .tdf-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    min-height: 340px;
    background: #111;
}

.pl-services-section .tdf-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform .6s ease;
}

.pl-services-section .tdf-card:hover img {
    transform: scale(1.06);
}

.pl-services-section .tdf-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.92) 0%,
        rgba(0,0,0,.55) 35%,
        rgba(0,0,0,.15) 70%,
        transparent 100%
    );
}

.pl-services-section .tdf-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 24px;
    transition: all .4s ease;
}

.pl-services-section .tdf-info h4 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.pl-services-section .tdf-info p {
    margin: 12px 0 0;
    color: rgba(255,255,255,.9);
    font-size: 14px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .4s ease;
}

.pl-services-section .tdf-card:hover .tdf-info {
    transform: translateY(-10px);
}

.pl-services-section .tdf-card:hover .tdf-info p {
    opacity: 1;
    max-height: 200px;
}

.pl-services-section .tdf-4 {
    grid-column: span 4;
}

.pl-services-section .tdf-8 {
    grid-column: span 8;
}

.pl-services-section .tdf-12 {
    grid-column: span 12;
}
.pl-services-section .td-5 {
    grid-column: span 6;
}

.section-heading.text-center{
        margin: 0 auto 37px;
    width: 90%;
}


.food-strugle-brands {
    padding: 5rem 0;
    background: #f7f7f7;
}

.food-strugle-brands .sec-title{
    margin-bottom: 0px;
}

.food-strugle-brands .chall-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 35px;
    border-radius: 20px;
        column-gap: 25px;
}

.food-strugle-brands .chall-list li{
    position: relative;
    padding: 24px 0 24px 38px;
        margin-bottom: 0px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    
}

.food-strugle-brands .chall-list li:nth-last-child(-n+2){
    border-bottom: 0;
}

.food-strugle-brands .chall-list li:nth-child(odd){
    padding-right: 35px;
}

.food-strugle-brands .chall-list li:nth-child(even){
    padding-left: 50px;
}

.food-strugle-brands .chall-list li::before {
    font-size: 14px;
    top: 25px;
    background: #e9f5eb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 29px;
    height: 29px;
}

.food-strugle-brands .chall-list h4{
    font-size: 19px;
    margin-bottom: 14px;
    font-weight: 600;
}

.food-strugle-brands .chall-list p{
    margin: 0;
    font-size: 15px;
}
.frm-formula  em {
    text-align: center;
    font-size: 18px;
    margin-bottom: 36px;
        display: block;
}

.frm-formula.process-sts .sec-title.text-center{
         margin-bottom: 20px;
}
.main-cardd{
    height: 100%;
    padding: 32px 28px;
    border-radius: 16px;
    border: 1px solid #e8e8e8;
    transition: all .3s ease;
}

.main-cardd:hover{
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.main-cardd img{
    width: 52px;
    height: 52px;
    /*margin-bottom: 25px;*/
    /*filter: invert(20%) sepia(11%) saturate(5255%) hue-rotate(130deg) brightness(95%) contrast(101%);*/
}

.main-cardd h4{
    font-size: 19px;
    margin-bottom: 14px;
}

.main-cardd p{
    margin: 0;
}
.manu-frams-secc .row{
   row-gap:25px;
}

.manu-frams-secc{
    padding: 0 0 5rem;
}

.about-intro {
    padding: 60px 0;
    background: #fafafa;
}

/* Text content full width */
.about-content {
    max-width: 100%;
    margin-bottom: 40px;
}

.about-content p {
    font-size: 16px;
    margin-bottom: 15px;
}
.about-images {
    display: flex;
    gap: 12px;
    width: 100%;
    height: 520px;
}

.img-left {
    flex: 0 0 50%;
    height: 100%;
}

.img-left img {
    width: 100%;
height: 527px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.img-right {
    flex: 0 0 calc(48% - 12px);
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.img-top,
.img-bottom {
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
}

.img-top img,
.img-bottom img {
    width: 100%;
height: auto;
    border-radius: 12px;
    display: block;
}

.compliance-sec-mainss {
    padding: 80px 0;
    background-color: #004638;
}
.compliance-sec-mainss .row{
    row-gap:24px;
}
.compliance-sec-mainss h3{
    color:#fff;
}

.compliance-sec-mainss .compliance-card{
    background:#fff;
    border-radius:16px;
    padding:15px;
    display:flex;
    align-items:center;
    gap:15px;
    height:100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.compliance-sec-mainss .compliance-card:hover{
    transform: translateY(-4px);
  
}
.compliance-sec-mainss .icon-box{
    width:58px;
    height:58px;
    background:#e9f5eb;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    transition: background-color 0.35s ease, transform 0.35s ease;
}

.compliance-sec-mainss .compliance-card:hover .icon-box{
    transform: scale(1.08);
}
.compliance-sec-mainss .compliance-card h4 {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}


.about-mainkey-secc{
    padding:3rem 0;
}

.about-mainkey-secc .key-stat-card{
    background: #e9f5eb;
    border:1px solid #e1e1db;
    border-radius:20px;
    padding:26px 13px;
    text-align:center;
    height:100%;
    transition:all .35s ease;
}

.about-mainkey-secc .key-stat-card:hover{
    background:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.about-mainkey-secc .key-stat-card h4{
    font-size:42px;
    font-weight:600;
    color:#004638;
    margin-bottom:10px;
    line-height:1;
}

.about-mainkey-secc .key-stat-card p{
    margin:0;
}

.about-mainkey-secc .row{
    row-gap:24px;
}


.mission-vision-sec {
    /*background: linear-gradient(*/
    /*    135deg,*/
    /*    #002d22 0%,*/
    /*    #004638 40%,*/
    /*    #006b4f 70%,*/
    /*    #004638 100%*/
    /*);*/
    position: relative;
        background: #004638;
}

.misi-visi {
    padding: 40px 35px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

/* Background SVGs */
/*.misi-visi:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-image: url(../images/svg/mission-bg.svg);*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    width: 311px;*/
/*    height: 312px;*/
/*    bottom: 7%;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: 0 auto;*/
/*    opacity: .08;*/
/*}*/

/*.vission:before {*/
/*    background-image: url(../images/svg/our-vision-bg.svg);*/
/*    opacity: .08;*/
/*}*/

.misi-visi .title-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.misi-visi .title-icon .mi-vi-title .title {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}

.misi-visi .title-icon .mi-vi-title span {
    font-size: 16px;
    color: rgba(255,255,255,.8);
    text-transform: uppercase;
}

.title-icon img {
    filter: brightness(0) invert(1);
    opacity: 0.5;
}

.misi-visi p {
    color: #fff;
    line-height: 1.9;
    margin: 0;
}
.our-lounch {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 300px;
    width: 100%;
}

.our-lounch .lounch {
    width: 100%;
    height: auto;
}





/*.misi-visi:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-image: url(../images/svg/mission-bg.svg);*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    width: 311px;*/
/*    height: 312px;*/
/*    bottom: 7%;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: 0 auto;*/
/*    opacity: .5;*/
/*}*/


/*.misi-visi:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-position: right;*/
/*    background-repeat: no-repeat;*/
/*    width: 250px;*/
/*    height: 90px;*/
/*    bottom: -12px;*/
/*    right: -10px;*/
/*    background-size: cover;*/
/*}*/

/*.contact-form-sec:before,*/
/*.mission-vision-sec .our-lounch {*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/

/*.vission:after {*/
/*    right: unset;*/
/*    left: -12px;*/
/*    transform: rotateY(180deg);*/
/*}*/

/*.vission:before {*/
/*    background-image: url(../images/svg/our-vision-bg.svg);*/
/*    left: 15%;*/
/*    filter: unset;*/
/*    opacity: .7;*/
/*}*/








    .founder-main-sec{
    padding:4rem 0 0;
}

  .founder-main-sec .sec-title{
    margin:0 0 24px;
}

.founder-main-sec .founder-card{
    background:#f8f9fb;
    border:1px solid #e5e5e5;
    border-radius:24px;
    overflow:hidden;
    height:100%;
}


.founder-main-sec .founder-img{
    overflow:hidden;
}

.founder-main-sec .founder-img img{
    width:100%;
    /*height: auto;*/
    height: auto;
    object-fit:cover;
        mix-blend-mode: luminosity;
}

.founder-main-sec .founder-content{
    padding:24px;
}

.founder-main-sec .founder-content h4{
    font-size:24px;
    font-weight:700;
    color:#111;
    margin-bottom:8px;
}

.founder-main-sec .designation{
    display:block;
    color:rgb(0,70,56);
    font-weight:600;
    margin-bottom:20px;
}
.bax-foundss{
            max-width: 1095px;
            margin:0 auto;
            /*text-align:center;*/
}

.founder-main-sec .founder-content p{
    line-height:1.7;
    margin-bottom:16px;
    font-size:15px;
}

.founder-main-sec .more-text {
    display: none;
}

.founder-main-sec .more-text.show {
    display: inline;
}

.founder-main-sec .read-more-btn {
    margin-top: 4px;
    padding: 10px 18px;
    background: #e9f5eb;
    color: rgb(0, 70, 56);
    border: 1px solid rgba(0, 70, 56, 0.15);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

.founder-main-sec .read-more-btn:hover {
    background: rgb(0, 70, 56);
    color: #fff;
}


.rising-about-sec{
    padding:4rem 0;
}
.rising-about-sec .timeline-card{
    background:#fff;
    border:1px solid #dce7df;
    border-radius:22px;
    overflow:hidden;
    height:100%;
}

.rising-about-sec .timeline-head{
    background:#e9f5eb;
    padding:22px 25px;
}

.rising-about-sec .timeline-head h4{
    margin:0;
    color:rgb(0,70,56);
    font-size:32px;
    font-weight:700;
}

.rising-about-sec .timeline-head p{
    margin:5px 0 0;
    color:rgb(0,70,56);
    font-size:15px;
}

.rising-about-sec .timeline-card.active .timeline-head{
    background:rgb(0,70,56);
}

.rising-about-sec .timeline-card.active .timeline-head h4,
.rising-about-sec .timeline-card.active .timeline-head p{
    color:#fff;
}

.timeline-card.light .timeline-head{
    background:#ffc726;
}

.rising-about-sec .timeline-body{
    padding:25px;
}

.rising-about-sec .timeline-list{
    list-style:none;
    margin:0;
    padding:0 0 0 35px;
    position:relative;
}

.rising-about-sec .timeline-list:before{
    content:"";
    position:absolute;
    left:8px;
    top:0;
    bottom:0;
    width:1px;
    background:rgb(207 207 207);
}

.rising-about-sec .timeline-list li{
    position:relative;
    margin-bottom:25px;
    color:#555;
    line-height:1.8;
    font-size:15px;
}

.rising-about-sec .timeline-list li:last-child{
    margin-bottom:0;
}

.rising-about-sec .timeline-list li:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgb(0, 70, 56);
    border: 3px solid #e9f5eb;
}

.rising-about-sec .timeline-list strong{
    color:rgb(0,70,56);
}




.scalable-abt-secc .sct-tiles {
    width: 90%;
    margin: 0 auto 35px;
    text-align: center;
}
.scalable-abt-secc .sct-tiles .sec-title.text-center {
    margin: 0 0 20px;
}

.support-boxss {
    background: #fff;
    border: 1px solid #e8e8e0;
    border-radius: 12px;
    padding: 22px 18px;
   height:100%;

}
.support-boxss h4 {
    font-size: 21px;
    font-weight: 600;
}

.sub-tile{
    margin:0 0 20px;
      font-size: 26px;
}

.scalable-abt-secc{
    padding:5rem 0;
        background: #e9f5eb;
}
.scalable-abt-secc .bard-picts {
    width: 70px;
    height: 70px;
        background: #004638;
            border-radius: 20px;
             transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.scalable-abt-secc .bard-picts img{
    filter:brightness(0) invert(1);
      transition: transform 0.4s ease;
}

.scalable-abt-secc .support-boxss:hover .bard-picts img {
  transform: rotate(360deg);
}

.drop-box-sec{
    padding:5rem 0;
}
.drop-box-sec .main-cardd {
    display: flex;
    gap: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    flex-wrap: wrap;
    
}

.drop-box-sec .chal-icon{
        flex-shrink: 0;
        margin:0;
            width: 56px;
    height: 56px;
}

.drop-box-sec .main-cardd img {
    width: 38px;
    height: 38px;
}



.why-us-partnersss {
    padding: 0 0 4rem;
}

.why-us-partnersss .why-cards {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eeebe4;
    height: 100%;
}

.why-us-partnersss .why-imgs {
    width: 100%;
    overflow: hidden;
}

.why-us-partnersss .why-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.why-imgs img{
       width: 100%;
}
.why-us-partnersss .why-contents {
    padding: 24px 22px 28px;
}

.why-us-partnersss .why-icons {
    width: 55px;
    height: 55px;
    background: #004638;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
      margin-bottom: 30px;
}
.why-us-partnersss .why-icons img{
    filter: brightness(0) invert(1);
}

.why-us-partnersss .why-contents h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.why-us-partnersss .why-contents p {
    font-size: 14px;
    margin: 0;
}


.list-proo .formula-flow {
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.journey-item span {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #198754;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.journey-item:hover span {
    background-color: #ffc726;
}

.journey-time {
    display: inline-block;
    background: rgba(25, 135, 84, 0.08);
    color: #198754;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pro-title {
    max-width: 780px;
    margin: 0 auto 50px;
    text-align: center;
}


.pro-title h4 {
    font-size: 25px;
    line-height: 1.3;
}

.pro-title p {
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.8;
}

.manu-frams-secc.drop-box-sec img{
        filter: invert(20%) sepia(11%) saturate(5255%) hue-rotate(130deg) brightness(95%) contrast(101%);

}
.chall-sec img{
      filter: invert(20%) sepia(11%) saturate(5255%) hue-rotate(130deg) brightness(95%) contrast(101%);
}

.manu-frams-secc img{
     filter: invert(20%) sepia(11%) saturate(5255%) hue-rotate(130deg) brightness(95%) contrast(101%);
     width:40px;
     height:40px;
}
.chall-sec.main-contsss img{
    filter:none;
}
.frm-formula.list-proo .flow-line {
    position: absolute;
    left: 8%;
    width: 84%;
}
.frm-formula.list-proo{
    padding: 4rem 0 0;
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    z-index: 9999;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-overlay .popup-box {
    background: #fff;
   max-width: 440px;
    width: 93%;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    transform: translateY(40px);
    transition: all 0.35s ease;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
.popup-overlay.active .popup-box {
    transform: translateY(0);
}

.popup-header h3 {
    font-size: 23px;
    margin-bottom: 10px;
}

.popup-header p {
    margin-bottom: 30px;
}

.popup-overlay .popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    background: none;
    font-size: 23px;
    cursor: pointer;
    color: #000;
    background: #ffc726;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.popup-overlay .form-group {
    margin-bottom: 18px;
}

.popup-overlay .form-group input,
.popup-overlay .form-group textarea {
    width: 100%;
    padding: 11px 13px;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
}

.popup-overlay .form-group input:focus,
.popup-overlay .form-group textarea:focus {
    border-color: #8c6b3d;
}

.popup-overlay .form-group input[readonly] {
    background: #f7f7f7;
    cursor: not-allowed;
}

.popup-overlay .submit-btn {
    width: 100%;
    padding: 13px;
    border: none;
    border-radius: 12px;
    background: #004638;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.popup-overlay .form-group input[readonly] {
    background: #f2f8f6;
    border-color: #d9e8e2;
    color: #004638;
    font-weight: 600;
}

.popup-overlay .submit-btn:hover {
    background:  #ffc726;
    color:#000;
}

.sample-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background: #004638;
    color: #fff;
    border: 2px solid #004638;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
    text-decoration: none;
    font-family: inherit;
}

.sample-btn:hover {
    background: #FFC726;
    border-color: #FFC726;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 70, 56, 0.15);
}

.sample-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 70, 56, 0.15);
}

.sample-btn:active {
    transform: translateY(0);
}
.feature-list.feature-list-2{
    margin-top:40px;
}

.custom-sec.const-main-seccss h3{
    font-size:28px;
}
.custom-sec.const-main-seccss .custom-box h4 {
    font-size: 22px;
    padding: 0;
    margin-bottom: 21px;
}
.custom-sec.const-main-seccss .custom-box h4::before{
    display:none;
}
.about-intro.consult-intro{
    background: none;
    padding-bottom: 0;
}
.about-intro.consult-intro .sec-title {
    font-size: 29px;

}
.frm-formula.main-consuluu .formula-flow{
    grid-template-columns: repeat(3, 1fr);
}
.frm-formula.main-consuluu .flow-line {
    left: 15%;
    width: 70%;
}

.con-bott {
      margin: 26px 0 0px;
}
/*.frm-formula.main-consuluu{*/
/*    padding-bottom:0;*/
/*}*/
.food-consult-zigzag {
    padding: 60px 0;
    /*background: #e9f5eb;*/
    background: rgb(220, 238, 231);
}

.food-consult-zigzag .sec-title {
    font-size: 28px;
}

.food-consult-zigzag .sec-title {
    margin-bottom: 20px;
}

.food-consult-zigzag .zig-img {
    text-align: center;
        padding-left: 50px;
}
.zig-img.rever{
    padding-right: 50px;
    padding-left: 0;
}

.food-consult-zigzag .zig-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.4s ease;
}

.food-consult-zigzag .zig-img img:hover {
    transform: scale(1.03);
}
.food-consult-zigzag .row{
    /*row-gap:30px;*/
    margin-bottom:40px;
}
.food-consult-zigzag:last-child{ 
    margin-bottom:0px;
}
.contact-section.consult-contact{
        background: none;
            padding-bottom: 1rem;
}
.contact-section.consult-contact .contact-form-box {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
        margin: 0 auto;
    width: 84%;
        padding: 45px;
}